
/*
 -------------------------------------------------------
 micromodal
 -------------------------------------------------------
 */


.embed-responsive-16by9 {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
}
.embed-responsive-16by9 iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}
.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.modal__container {
    background-color: #fff;
    padding: 40px;
    max-width: 500px;
    max-height: 92vh;
    border-radius: 10px;
    overflow-y: auto;
    box-sizing: border-box;
}
.modal__header {
    position: relative;
}
.modal__title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.25;
    text-align: center;
    box-sizing: border-box;
}
.modal__close {
    background: transparent;
    border: 0;
    position: absolute;
    top: -20px;
    right: -20px;
    cursor: pointer;
}
.modal__header .modal__close:before { content: "\2715"; }
.modal__content {
    margin-top: 2rem;
    margin-bottom: 2rem;
    line-height: 1.5;
    color: rgba(0,0,0,.8);
}
.modal__body .result-message {
    display: none;
    color: #fff;
    margin-bottom: 10px;
    padding: 10px;
}
.modal__body .result-message.success {
    background: #49b67f;
    display: block;
}
.modal__body .result-message.error {
    background: #b64949;
    display: block;
}
@keyframes mmfadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes mmfadeOut {
    from { opacity: 1; }
    to { opacity: 0; }
}
@keyframes mmslideIn {
    from { transform: translateY(15%); }
    to { transform: translateY(0); }
}
@keyframes mmslideOut {
    from { transform: translateY(0); }
    to { transform: translateY(-10%); }
}
.micromodal-slide {
    display: none;
}
.micromodal-slide.is-open {
    display: block;
}
.micromodal-slide[aria-hidden="false"] .modal__overlay {
    animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}
.micromodal-slide[aria-hidden="false"] .modal__container {
    animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__overlay {
    animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__container {
    animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}
.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
    will-change: transform;
}

.modal__container.contact {
    text-align: center;
    max-width: 540px;
}
.modal__container.contact form {
    text-align: left;
}
.modal__container.contact .btn {
    width: 100%;
}
.modal__container.contact textarea {
    height: 120px;
}
.modal__container.contact input,
.modal__container.contact select {
    height: 60px;
}
.modal__container.contact h3 {
    font-size: 23px;
    line-height: 32px;
    margin-bottom: 9px;
}
.modal__container.contact .info {
    margin-bottom: 30px;
}
.modal__container.contact .fb-contact {
    margin-top: 25px;
    font-size: 15px;
    line-height: 18px;
}
.modal__container.contact .fb-contact a {
    /*background: url(./img/main/fb-mes.svg) no-repeat left center;*/
    padding: 2px 0 2px 25px;
    background-size: 20px;
    text-decoration: none;
}
#modal-video .modal__container {
    width: 90%;
    max-width: 1000px;
    padding: 10px;
}
button.link {
    text-decoration: underline;
    background: none;
    border: none;
    font: inherit;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

/*
 -------------------------------------------------------
 micromodal
 -------------------------------------------------------
 */


#video-reviews {
    padding-top: 80px !important;
    padding-bottom: 40px;
}

#video-reviews .items {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

#video-reviews .info {
    padding: 25px 30px;
    background: #F7F7F7;
    margin-top: 30px;
    min-height: 190px;
}

#video-reviews h2 {
    margin-bottom: 50px;
    text-align: center;
}


#video-reviews .owl-nav .owl-next {
    right: -90px;
}

#video-reviews .owl-nav .owl-prev {
    left: -90px;
}

#video-reviews .owl-carousel .owl-dots {
    margin-top: 60px;
}

#video-reviews .info img {
    width: auto;
    margin-bottom: 20px;
}

#video-reviews .text {
    font-weight: normal;
    font-size: 17px;
    line-height: 160%;
    margin-bottom: 19px;
}

#video-reviews .name {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}

#video-reviews .name span {
    font-weight: 300;
}

#video-reviews {
    display: flex;
    flex-direction: column;
}

#video-reviews .content {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#video-reviews .arrow-right-70 {
    margin-left: 50px;
}

#video-reviews .slider-left-arrow {
    margin-right: 50px;
}

#video-reviews .slides {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    counter-reset: item;
    /* ширина окна, в котором видно слайды */
    max-width: 983px;
}

#video-reviews .slides::-webkit-scrollbar {
    display: none;
}

#video-reviews .slide {
    display: flex;
    flex-direction: column;
    scroll-snap-align: start;
    transform-origin: center center;
    /* ширина, высота, отступ одного слайда*/
    min-width: 480px;
    min-height:350px;
    margin: 0 10px 0 10px;
}

#video-reviews .slide > iframe {
    min-width: 480px;
    min-height: 480px;
}

#video-reviews .arrow-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#video-reviews .arrow-left,
#video-reviews .arrow-right {
    width: 50px;
    height: 50px;
    margin: 10px;
}

#video-reviews .arrow-left:hover,
#video-reviews .arrow-right:hover {
    cursor: pointer;
}

#video-reviews .arrow-left {
    background: url("../../img/pages/home/left-arrow.svg");
}

#video-reviews .arrow-right {
    background: url("../../img/pages/home/right-arrow.svg");
}

#video-reviews .nav-circle-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

#video-reviews .nav-circle {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    transition: 0.25s;
    margin: 0 5px 0 5px;
    background: rgb(186, 186, 186);
}

#video-reviews .nav-circle:hover {
    cursor: pointer;
    background: #b3b2b2;
}
#social-counts .item:hover  {
    text-decoration-line: none !important;
    cursor: default !important;
}

#ready {
    background: #464646;
}

#ready h2 {
    color:white;
    margin-bottom: 50px;
}

#ready .right {
    max-width: 385px;
    display:flex;
    flex-direction: column;
    justify-content: center;
}

#ready .container .wrapper {
    padding-top: 60px;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

#ready .right a {
    margin-left: 0;
    font-weight: 700;
    width: 360px;
    height: 60px;
    padding-top: 12px;
    font-size: 18px;
    display: flex;
    align-items: baseline;
}

#ready .try {
    color: #989898;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    margin-top: 13px;
    max-width: 360px;
    text-align: left;
}
#ready .left {
    margin-right:25px;
}
#ready .left img {
    width: 100%;
}

#video-reviews .nav-circles-wrapper-style {
    display: none;
}

#video-reviews {
    padding-top:80px;
}

@media (max-width: 1280px) {
    #video-reviews .arrow-right-70 {
        margin-left: 10px;
    }

    #video-reviews .slider-left-arrow {
        margin-right: 10px;
    }
    #video-reviews .info {
        min-height: auto;
    }
}
@media screen and (max-width: 1200px) {
    #video-reviews .arrow-right-70,
    #video-reviews .slider-left-arrow {
        display: none;
    }
}
@media screen and (max-width: 1120px) {
    #video-reviews .slides {
        margin: 0;
        min-width: unset;
        width: 86%;
        max-width: 660px;
        height: 100%;
        margin-right: 8px;
        margin-left: 8px;
    }

    #video-reviews .slide {
        margin: 0;
        min-width: unset;
        width: 320px;
        height: 100%;
        margin-right: 8px;
        margin-left: 8px;
    }

    #video-reviews .arrow-wrapper,
    #secrets-slider .arrow-wrapper {
        display: none;
    }

    #video-reviews .slide > iframe {
        min-width: 320px !important;
        min-height: 320px !important;
        width: 320px;
        height: 320px;
    }
}
@media (min-width: 376px) and (max-width: 415px) {
    #video-reviews .slides {
        width: 320px !important;
    }
}
@media (max-width: 375px) {
    #video-reviews .slide {
        width: 327px !important;
    }
    #video-reviews .slide iframe {
        min-width: 327px !important;
        min-height: 327px !important;
        width: 327px;
        height: 327px;
    }
}
@media (max-width: 340px) {
    #video-reviews .slide iframe {
        width: 284px !important;
        height: 284px !important;
        min-width: 284px !important;
        min-height: 284px !important;
    }
    #video-reviews .slide  {
        width: 284px !important;
    }
}
@media (max-width: 767px) {
    #ready .left {
        margin-right: 0;
    }
    #ready h2, #ready .try {
        max-width: unset;
        text-align: center;
    }
    #ready .right {
        margin-left: auto;
        margin-right: auto;
    }
    #custom-store #header .star-description-2 {
        margin-top: -6px !important;
        margin: 0 auto;
    }
    #video-reviews h2 {
        margin-bottom: 30px;
        margin-top: 40px;
    }

    #video-reviews .info {
        padding: 20px;
        margin-top: 15px;
    }

    #video-reviews .owl-carousel .owl-dots {
        margin-top: 30px;
    }

    #video-reviews .owl-carousel .owl-dots .owl-dot span {
        margin: 0 5px;
    }
    #skyrocket .cont-wrapper .cont  {
        display: flex;
        flex-direction: column;
    }
    #skyrocket .cont .left {
        right:unset !important;
    }
    #skyrocket .btn-large {
        width: 100% !important;
        padding-top:0 !important;
        background-position-x: 39% !important;
        padding-left: 31px !important;
    }
}
@media screen and (max-width: 340px) {
    #video-reviews .nav-circle {
        margin: 0 3px 0 3px;
    }
}

#custom-store img {
    max-width: 100%;
}
#header {
    background: #F7F7F7;
}
#header .mobile {
    display: none;
}
#header .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 0 0 0;
    min-height: 580px;
}
#custom-store #header .left {
    width: 49%;
}
#custom-store #header .left .btn {
    margin: 0;
    height: 60px;
    font-size: 17px;
    padding: 0;
    line-height: 57px;
    width: 360px;
}
#custom-store #header .bonus-wrapper {
    margin-bottom: 32px;
}
#custom-store #header .bonus-wrapper .red {
    display:flex;
    font-weight: bold;
    color: #FF2A0D;
}
#custom-store #header .star-description {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #989898;
    margin-top: 0;
}
#custom-store #header .star-description-2 {
    display:block;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #989898;
    margin-top: 13px;
    max-width: 360px;
    text-align: left;
}
#custom-store #header .bonus-wrapper .included {
    font-weight: normal;
    color: #464646;
}
#custom-store #header .left .btn:first-child {
    margin: 0 15px 0 0;
}
#header .buttons {
    display: flex;
}
#custom-store h1 {
    max-width: 550px;
    margin-bottom: 23px;
}
#custom-store #header .description {
    font-size: 22px;
    line-height: 140%;
    margin-bottom: 25px;
    max-width: 486px;
}
#custom-store #header .description span {
    font-size: 22px;
    line-height: 32px;
}
.see_our_packages,
.get-supreme {
    min-width: 240px;
}
#header .youtube {
    font-size: 17px;
    text-decoration: underline;
    white-space: nowrap;
    font-weight: bold;
}
#custom-store .visible-on-max-991 {
    display:none;
    position:relative;
}
#custom-store .visible-on-min-991 {
    display:block;
    position:relative;
}
#custom-store .play-btn-block {
    position: absolute;
    left:calc(50% - 80px);
    top:calc(50% - 80px);
    transition: 0.25s;
    cursor: pointer;
}
#custom-store .play-btn-block-mob {
    position: absolute;
    left:calc(50% - 40px);
    top:calc(50% - 40px);
    transition: 0.25s;
    cursor: pointer;
}
#custom-store .play-btn-block:hover,
#custom-store .play-btn-block-mob:hover {
    transform: scale(1.1, 1.1);
}
#custom-store #header .video {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMyAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSI2LjUiIGN5PSI2LjUiIHI9IjYiIHN0cm9rZT0iIzNFNzZCMCIvPjxwYXRoIGQ9Ik0xMC4yODU3IDYuNjY2NzVMNCAzVjEwLjMzMzNMMTAuMjg1NyA2LjY2Njc1WiIgZmlsbD0iIzNFNzZCMCIvPjwvc3ZnPg==) no-repeat center center;
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: top;
    background-size: contain;
    margin-top: 8px;
    margin-left: 4px;
}
#custom-store #trust {
    background: #464646;
    color: #F2F4F5;
    font-size: 22px;
    line-height: 26px;
    padding: 50px 0;
}
#trust #features {
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
}
#trust #icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 884px;
    margin: 0 auto;
}
#trust #icons .first,
#trust #icons .second {
    display: flex;
    justify-content: space-between;
    width: 47%;
    align-items: baseline;
}
#rating {
    text-align: center;
    line-height: 30px;
}
#rating .item {
    display: inline-block;
    vertical-align: top;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgNiA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxjaXJjbGUgY3g9IjMiIGN5PSIzIiByPSIzIiBmaWxsPSIjRjJGNEY1Ii8+PC9zdmc+) no-repeat left center;
    padding-left: 26px;
    margin-left: 20px;
}
#rating span {
    font-weight: bold;
}
#rating .fa {
    font-weight: normal;
    margin: 0 3px;
}
#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: 40px 0;
    max-width: 744px;
    margin: 0 auto;
}
#featured span {
    background: #464646;
    padding: 0 20px;
}

.page-start-new-business-sellvia .owl-carousel .owl-nav .owl-prev:hover,
.page-start-new-business-sellvia .owl-carousel .owl-nav .owl-next:hover {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAxMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSAxTDExIDExTDEgMjEiIHN0cm9rZT0iI0MyQzJDMiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=);
}
.page-start-new-business-sellvia .owl-carousel .owl-nav .owl-prev {
    transform: rotate(180deg);
    left: -55px;
}
.page-start-new-business-sellvia .owl-carousel .owl-nav .owl-next {
    left: 9px;
}
.page-start-new-business-sellvia .owl-carousel .owl-nav .owl-next,
.page-start-new-business-sellvia .owl-carousel .owl-nav .owl-prev {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAxMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSAxTDExIDExTDEgMjEiIHN0cm9rZT0iIzQ0NDQ0NCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) no-repeat center center;
    font-size: 0;
    width: 64px;
    height: 64px;
    top: calc(50% - 32px);
    position:absolute;
    line-height: 28px;
    color: inherit;
    text-shadow: none;
    text-align: center;
}
#carousel-header.owl-carousel .owl-nav .owl-next,
#carousel-header.owl-carousel .owl-nav .owl-prev {
    box-shadow: 0px 2px 68px rgba(0, 0, 0, 0.08);
    background-color: #fff;
}
.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;
}

#how-it-works {
    padding-top: 80px;
    padding-bottom: 70px;
}
#how-it-works .buttons{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
@media (max-width: 767px) {
    #how-it-works .buttons{
        display: flex;
        justify-content: center;
        margin-top: 20px;
        margin-bottom: 40px;
    }
}
#how-it-works h2 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 62px;
}
#how-it-works .wrapper {
    display: flex;
    justify-content: space-around;
}
#how-it-works .item {
    max-width: 265px;
    text-align: center;
    position: relative;
}
#how-it-works .item:after {
    content: "";
    width: 90px;
    height: 12px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTIiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCA5MiAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSA3LjA3OTFIOTAuOSIgc3Ryb2tlPSIjNDY0NjQ2IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjxwYXRoIGQ9Ik04NS4zOTk5IDEyLjY3NjRMOTAuOTk5OSA3LjA3ODkyTDg1LjM5OTkgMS40ODE0NSIgc3Ryb2tlPSIjNDY0NjQ2IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat center center;
    position: absolute;
    top: 34px;
    right: -26%;
}
#how-it-works .item:last-child:after {
    display: none;
}
#how-it-works .title {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 13px;
}
#how-it-works img {
    margin-bottom: 30px;
    height: 100px;
}
#how-it-works .description {
    line-height: 26px;
}


#manager {
    position: relative;
}
#manager .inner {
    position: absolute;
    top: 75px;
    left: 25px;
    font-weight: normal;
    font-size: 17px;
    width: 240px;
    text-align: center;
    color: #fff;
}
#manager .inner img {
    max-width: 164px;
    margin: 15px auto;
}
#manager .inner b {
    font-weight: 500;
    font-size: 22px;
    display: block;
}
#manager .item {
    min-height: 232px;
}

#we-help {
    padding-bottom: 60px;
}
#we-help #owl {
    display:none;
}
#we-help h2 {
    max-width: 540px;
    margin: 70px auto 50px auto;
    text-align: center;
}
#we-help .inner {
    display: flex;
    flex-wrap: wrap;
}
#we-help .item-wrapper {
    width: 25%;
    text-align: center;
}
#we-help .item-wrapper:nth-child(-n+4) {
    border-bottom: 1px solid #DFDFDF;
}
#we-help .item {
    border-right: 1px solid #DFDFDF;
    padding: 20px 18px;
    margin: 20px 0;
}
#we-help .item img {
    margin-bottom: 40px;
    height: 82px;
}
#we-help .item-wrapper:nth-child(4n) .item {
    border-right: 0;
}

.section-title {
    text-align: center;
    padding: 0 15px;
}
#stores {
    /*background: linear-gradient(to bottom, #464646 630px, #fff 0);*/
}
#stores h2 {
    /*color: #fff;*/
    padding-top: 70px;
    padding-bottom: 60px;
    margin: 0;
}
#stores .item {
    padding-top: 115px;
    position: relative;
    height: 650px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
#stores .item > img {
    position: absolute;
    top: 0;
    right: 35px;
    width: 700px;
}
#stores .store-info {
    border-radius: 5px 0px 0px 5px;
    height: 415px;
    width: 600px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 45px;
}
#stores .store-info a {
    font-weight: 500;
    font-size: 22px;
    text-decoration-line: underline;
    margin-bottom: 20px;
    display: block;
}
#stores .store-info .info {
    font-weight: normal;
    font-size: 17px;
    line-height: 26px;
    max-width: 280px;
}
#stores .solutions {
    font-weight: bold;
    font-size: 17px;
    line-height: 26px;
    border-top: 1px solid #DFDFDF;
    padding-top: 30px;
}
#stores .alidrop-logo,
#stores .woo-logo {
    width: auto;
    display: inline;
    margin: 15px 15px 0 0;
}
#stores .owl-dots {
    position: absolute;
    bottom: 50px;
    left: 218px;
}
#stores .owl-carousel .owl-nav .owl-prev:hover,
#stores .owl-carousel .owl-nav .owl-next:hover {
    /*background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMzUiIHZpZXdCb3g9IjAgMCAxOSAzNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS4wMzUwOCAxLjUzNTk5TDE3LjAwOTggMTcuNTEwN0wxLjAzNTA4IDMzLjQ4NTQiIHN0cm9rZT0iIzk4OTg5OCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=);*/
}
#stores .owl-carousel .owl-nav .owl-prev {
    left: -20px;
}
#stores .owl-carousel .owl-nav .owl-next {
    left: auto;
    right: -20px;
}
#stores .owl-carousel .owl-nav .owl-next,
#stores .owl-carousel .owl-nav .owl-prev {
    /*background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMzUiIHZpZXdCb3g9IjAgMCAxOSAzNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS4wMzUwOCAxLjUzNTk5TDE3LjAwOTggMTcuNTEwN0wxLjAzNTA4IDMzLjQ4NTQiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+) no-repeat center center;*/
    box-shadow: none;
}
#stores .container {
    padding-bottom: 20px;
}

#trust-us {
    padding: 50px 0;
}
#trust-us .item {
    padding: 70px;
    border: 15px solid #F7F7F7;
    margin-bottom: 60px;
}
#trust-us .info {
    padding-top: 120px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTkiIGhlaWdodD0iOTUiIHZpZXdCb3g9IjAgMCA5OSA5NSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNDkuNSAwLjA4NTkzNzVDMjAuNDE4OCAwLjA4NTkzNzUgMCAxNy41MTIxIDAgMzkuMTQ0NUMwIDUyLjk2NTIgNi40OTY4OCA2NC45ODMzIDIxLjAzNzUgNzEuODkzNlY5NC4xMjdMNDYuMDk2OSA3Ny45MDI2QzQ3LjMzNDQgNzcuOTAyNiA0OC4yNjI1IDc3LjkwMjYgNDkuNSA3Ny45MDI2Qzc4LjU4MTIgNzcuOTAyNiA5OSA2MC40NzY1IDk5IDM4Ljg0NDFDOTkgMTcuNTEyMSA3OC41ODEyIDAuMDg1OTM3NSA0OS41IDAuMDg1OTM3NVoiIGZpbGw9IiNGNTdGMTciLz48cGF0aCBkPSJNMjkuODA1MyA1OC4xNjExSDM5LjQyODdMNDUuODQ5MiA0NS4zNDA3VjI2LjEwMjVIMjYuNjAyNVY0NS4zNDA3SDM2LjIyNTlMMjkuODA1MyA1OC4xNjExWk01NS40NTc1IDU4LjE2MTFINjUuMDgwOUw3MS41MDE1IDQ1LjM0MDdWMjYuMTAyNUg1Mi4yNTQ4VjQ1LjM0MDdINjEuODc4MUw1NS40NTc1IDU4LjE2MTFaIiBmaWxsPSJ3aGl0ZSIvPjwvc3ZnPg==) no-repeat left top;
    font-size: 22px;
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}
#trust-us img {
    max-width: 372px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 100px 0 30px;
}
#trust-us .customer {
    font-weight: normal;
    font-size: 17px;
}
#trust-us .info a {
    font-weight: normal;
    font-size: 17px;
    margin-top: 40px;
    display: block;
    text-decoration: underline;
}
#trust-us .pre-text {
    font-weight: bold;
    font-size: 22px;
}
#trust-us .text {
    font-weight: normal;
    font-size: 22px;
    margin: 15px 0;
}
#trust-us h2 {
    margin-bottom: 50px;
}
#trust-us .owl-carousel .owl-nav .owl-next {
    left: auto;
    right: -55px;
}

#trustpilot {
    background: #464646;
    padding: 80px 0;
}
#trustpilot .wrapper {
    display:flex;
}
#trustpilot .top-part h2 {
    color: white;
    text-align: center;
}
#trustpilot .top-part .top-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 70px;
    margin-bottom: 50px;
}
#trustpilot .top-part .top-wrapper * {
    color: white;
    font-style: normal;
    font-size: 22px;
    line-height: 26px;
}
#trustpilot .top-part .top-wrapper strong {
    font-weight: 500;
}
#trustpilot .top-part .top-wrapper span {
    padding-left: 5px;
}
#trustpilot .top-part .top-wrapper .dot {
    width: 6px;
    height: 6px;
    background:white;
    margin-left:22px;
    margin-right: 22px;
    border-radius: 50%;
    position: relative;
    top: 11px;
}
#trustpilot .top-part .wrapper {
    display: flex;
    justify-content: space-between;
}
#trustpilot .owl-carousel {
    width: 68%;
}
#trustpilot .owl-carousel {
    margin-left: 50px;
}
#trustpilot .owl-carousel .owl-nav .owl-next {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAxMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSAxTDExIDExTDEgMjEiIHN0cm9rZT0iI0MyQzJDMiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) no-repeat center center
}
#trustpilot .owl-carousel .owl-nav .owl-prev {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAxMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSAxTDExIDExTDEgMjEiIHN0cm9rZT0iI0MyQzJDMiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) no-repeat center center
}
#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;
}
#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 {
    display: none;
    position: absolute;
    width: 100%;
    bottom: -62px;
}
#trustpilot .owl-carousel .owl-nav .owl-next {
    left: auto;
    right: -49px;
}
#trustpilot .owl-carousel .owl-nav .owl-prev {
    transform: rotate(180deg);
    left: -49px;
}
#trustpilot .mobile-only {
    display: none
}
#stores .owl-prev {
    transform: rotate(180deg) ;
}
#stores .owl-prev,
#stores .owl-next {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAxMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSAxTDExIDExTDEgMjEiIHN0cm9rZT0iIzQ0NDQ0NCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) no-repeat center center;
}

.content-wrap .cell>div>#custom-store {
    padding-bottom: 0;
    padding-top: 0;
    overflow: hidden;
}

#consultation {
    background: #464646;
    padding-top: 60px;
}
#consultation .form {
    max-width: 620px;
    margin: 0 auto;
}
#consultation .info {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
}
#consultation .info div {
    font-weight: bold;
}
#consultation #messageBox {
    font-size: 17px;
    line-height: 32px;
    height: 50px;
    padding-top: 7px;
}
#consultation .mailings-agreement-center {
    margin-bottom: 20px;
}
#consultation input {
    display: inline-block;
    width: 367px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 3px;
    height: 50px;
    font-size: 17px;
    line-height: 32px;
    padding: 0 12px;
    width: 100%;
    margin-bottom: 12px;
}
#consultation input::placeholder {
    color: #C2C2C2;
}
#consultation .form-group {
    margin: 0;
}
#consultation .form-group button {
    margin: 0 auto;
    display: block;
    margin-bottom: 60px;
}
#consultation .message {
    margin-top: -15px;
    font-weight: bold;
    margin-bottom: 15px;
}
#consultation .message.error {
    color: #a94442;
}
#consultation .message.success {
    color: #46AB88;
}

.faqs__items {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.faqs__items .group {
    width: 48%;
}
.faq__header {
    position: relative;
    cursor: pointer;
}
.faq__header:after {
    content: '\f067';
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
}
.faq__header.opened:after {
    content: '\f068';
}
.faq__question {
    font-size: 18px;
    color: #464646;
    font-weight: bold;
    line-height: normal;
    border-bottom: 1px solid #DADADA;
    padding: 25px 25px 25px 0;
}
.faq__answer {
    padding-left: 27px;
    margin-top: 20px;
    border-left: 1px solid #FF9900;
    line-height: 24px;
    font-size: 17px;
    color: #464646;
    font-weight: 300;
}
.faqs__items {
    margin-top: -22px;
}
.faqs__item.active {
    padding-bottom: 35px;
    border-bottom: 1px solid #DADADA;
}
.some-questions {
    padding-bottom: 80px;
    padding-top: 60px;
    display: none;
}
.some-questions h2 {
    margin-bottom: 60px;
}

#video-course {
    background: #464646;
    padding: 80px 0;
    margin-bottom: 60px;
}
@media (min-width: 991px) and (max-width: 1200px) {
    #stores .owl-next {
        right: 10px !important;
    }
    #stores .owl-prev {
        margin-left: 30px !important;
    }
}
@media (max-width: 1200px) {
    #trustpilot .owl-carousel {
        margin-left: 10px;
    }
    #custom-store .container {
        width: 100%;
    }
    .content-wrap .cell>div>div {
        padding: 40px 0;
    }
    #custom-store #header .left {
        padding-top: 50px;
    }
    #header .owl-carousel .owl-nav .owl-next,
    #header .owl-carousel .owl-nav .owl-prev {
        width: 50px;
        height: 50px;
        display: block !important;
    }
    #header .owl-carousel .owl-nav .owl-prev {
        left: -43px;
    }
    #header .owl-carousel .owl-nav .owl-next {
        left: 7px;
    }
    #custom-store #header .description {
        max-width: 400px;
    }
    #how-it-works .item:after {
        right: -45px;
    }
    #how-it-works .description {
        padding: 0 15px;
    }
    #stores .item > img {
        width: 570px;
    }
    #stores .item {
        padding-top: 50px;
    }
    #stores .item > img {
        width: 570px;
    }
    #stores .item {
        height: 550px;
    }
    .owl-carousel .owl-nav .owl-next,
    .owl-carousel .owl-nav .owl-prev {
        display: block !important;
    }
    #stores .owl-dots {
        left: 262px;
    }
    #trust-us img {
        margin: 0 20px 0 0;
    }
    #trustpilot .owl-carousel .owl-nav {
        display: none;
    }
    #trustpilot .common {
        width: 32%;
    }
    #trustpilot .owl-carousel {
        width: 67%;
    }
    #trust-us .owl-carousel .owl-nav {
        display: none;
    }
    #manager .inner {
        left: 0;
    }
}
@media (max-width: 1110px) {
    #trustpilot .top-part .top-wrapper .dot {
        display: none;
    }
    #trustpilot .top-part .top-wrapper {
        display: flex;
        flex-direction: column;
        margin-top: 40px;
    }
    #trustpilot .top-part .row {
        display: flex;
        justify-content: center;
    }
    #trustpilot .top-part .row {
        margin-top: 10px;
    }
    #trustpilot .top-part .row:first-of-type {
        margin-top: 0;
    }
}
@media (max-width: 991px) {
    #custom-store .visible-on-max-991 {
        display:block;
    }
    #custom-store .visible-on-min-991 {
        display:none;
    }
    #custom-store #header .bonus-wrapper .red img {
        height: 15px;
    }
    #custom-store #header .bonus-wrapper .red {
        justify-content: center;
        font-size: 12px;
    }
    #stores .item {
        display:flex;
        flex-direction: column;
    }
    #consultation {
        margin-top: 60px;
    }
    #custom-store #header .left {
        float: none;
        width: 100%;
        padding-top: 0;
        text-align: center;
    }
    #custom-store h1 {
        max-width: 400px;
        margin-right: auto;
        margin-left: auto;
    }
    #custom-store #header .description {
        max-width: 556px;
        margin-right: auto;
        margin-left: auto;
    }
    #custom-store #header .right {
        display: none;
    }
    #header .inner {
        min-height: auto;
        padding: 60px 0 40px 0;
    }
    #header .buttons {
        justify-content: center;
    }
    #header .right .buttons {
        display: block;
        text-align: center;
        margin-top: 40px;
        margin-bottom: 70px;
    }
    #header .owl-carousel .owl-nav .owl-prev {
        left: -14px;
    }
    #header .owl-carousel .owl-nav .owl-next {
        left: 35px;
    }
    #trust #icons img {
        width: 80%;
        margin: 0 auto;
    }
    #how-it-works .item:after {
        display: none;
    }
    #how-it-works .wrapper {
        flex-wrap: wrap;
    }
    #how-it-works .description {
        padding: 0;
        max-width: 265px;
        margin: 0 auto;
    }
    #how-it-works .item {
        margin-bottom: 80px;
        max-width: 100%;
        width: 50%;
    }
    #how-it-works {
        padding: 60px 0 20px 0;
    }
    #we-help {
        padding-bottom: 30px;
    }
    #we-help .item-wrapper:nth-child(2n) .item {
        border-right: 0;
    }
    #we-help .item-wrapper {
        width: 50%;
    }
    #we-help .item-wrapper:nth-child(-n+6) {
        border-bottom: 1px solid #DFDFDF;
    }
    #we-help .item {
        padding: 20px;
    }
    #we-help h2 {
        margin-bottom: 10px;
    }
    #stores .store-info .info,
    #stores .solutions {
        text-align: center;
    }
    #stores .item > img {
        position: static;
        width: 100%;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
    #stores .item {
        height: auto;
        padding: 0 15px;
    }
    #stores .container {
        padding: 0;
    }
    #stores .owl-carousel .owl-nav .owl-next,
    #stores .owl-carousel .owl-nav .owl-prev {
        display: none !important;
    }
    #stores .store-info {
        padding-top: 200px;
        height: auto;
        width: auto;
        margin: -180px 0 0 0;
        padding-left:unset !important;
        padding-right:unset !important;
        margin-left:unset !important;
        margin-right:unset !important;
    }
    #stores .store-info .info {
        max-width: 100%;
        margin-bottom: 40px;
    }
    #stores .owl-dots {
        position: static;
        margin: 40px 0;
    }
    #trust-us img {
        max-width: 250px;
    }
    #trust-us .item {
        margin-bottom: 30px;
        padding: 30px 20px;
    }
    #trust-us .pre-text,
    #trust-us .text {
        font-size: 20px;
    }
    #trust-us {
        padding-bottom: 20px;
    }
    #trust-us .info {
        line-height: 1.3;
    }
    #trustpilot .common {
        width: 39%;
    }
    #trustpilot .owl-carousel {
        width: 60%;
    }
    #trustpilot .common .info {
        max-width: 170px;
    }
    .grecaptcha-badge {
        visibility: hidden;
    }
    #manager .inner {
        position: initial;
        text-align: center;
        width: 300px;
        display: block;
        margin: 0 auto;
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {
    #we-help .inner {
        display: none;
    }
    #we-help #owl {
        display: block !important;
    }

    #trustpilot {
        padding-top: 60px !important;
        padding-bottom: 70px !important;
    }
    #trustpilot .mobile-only {
        display: flex;
    }
    #trustpilot .pc-only {
        display: none;
    }
    #trustpilot .top-part h2 {
        max-width: 286px;
        margin-left: auto;
        margin-right: auto;
    }
    #trustpilot .top-part .row * {
        font-size: 17px;
        line-height: 17px;
    }
    #trustpilot .owl-carousel .owl-dots {
        display:block;
        bottom: 60px;
    }
    #trustpilot .owl-carousel {
        margin-left: 0;
    }
    #ready .container .wrapper {
        display:flex;
        flex-direction: column-reverse;
    }
    #ready .container .wrapper .left {
        margin-top: 50px;
        display: none;
    }
    #ready h2, #ready .try {
        margin-bottom: 30px;
    }
    #ready .right a {
        padding-top: 6px;
    }
    #ready h2,
    #ready .try {
        text-align: center;
    }
    #ready .right a {
        width: 100%;
    }
    #video-reviews {
        padding-top: 60px;
    }
    #video-reviews .nav-circles-wrapper-style {
        display: flex;
    }
    .mobile-hidden {
        display: none;
    }
    #custom-store #header .description {
        font-size: 20px;
        line-height: 28px;
    }
    #header .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;
    }
    #header .desktop {
        display: none;
    }
    #header .buttons {
        flex-wrap: wrap;
    }
    #custom-store #header .left .btn {
        width: 100%;
    }
    #custom-store #header .left .btn:first-child {
        margin: 0 0 15px 0;
    }
    #video-course {
        padding: 0 0 40px 0;
        margin-bottom: 40px;
    }
    #consultation #messageBox {
        line-height: 20px;
        height: 58px;
    }
    #header .owl-carousel .owl-nav {
        display: block;
    }
    #header .owl-carousel .owl-nav .owl-next,
    #header .owl-carousel .owl-nav .owl-prev {
        top: auto;
        bottom: 35px;
    }
    #header .owl-carousel .owl-dots {
        margin-top: 40px;
    }
    #header .owl-carousel .owl-nav .owl-prev {
        left: calc(50% - 50px);
    }
    #header .owl-carousel .owl-nav .owl-next {
        left: 50%;
    }
    #custom-store #header .btn {
        width: 100%;
        margin-top: 10px;
    }
    #header .right .buttons {
        margin-top: 20px;
        margin-bottom: 50px;
    }
    #custom-store #trust {
        font-size: 17px;
        padding: 40px 0;
    }
    #rating .item {
        background: none;
        padding-left: 0;
        margin-left: 0;
    }
    #featured {
        padding: 30px 0;
    }
    #trust #icons .first,
    #trust #icons .second {
        width: 100%;
    }
    #trust #icons {
        display: block;
    }
    #trust #icons .first {
        margin-bottom: 30px;
    }
    #how-it-works .item {
        width: 100%;
        margin-bottom: 0 ;
    }
    #how-it-works {
        padding: 40px 0 0 0;
    }
    #how-it-works h2 {
        margin-bottom: 30px;
    }
    #how-it-works .item:after {
        display: block;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAxMyAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNi41MDAwOSAxTDYuNTAwMDkgMjkiIHN0cm9rZT0iIzQ2NDY0NiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48cGF0aCBkPSJNMTIuMSAyMy40TDYuNSAyOUwxIDIzIiBzdHJva2U9IiM0NjQ2NDYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+);
        width: 11px;
        height: 28px;
        top: auto;
        right: calc(50% - 5px);
        bottom: -50px;

    }
    #we-help .item-wrapper {
        width: 100%;
    }

    #we-help .item{
        width: 100%;
        margin: 0 auto;
    }
    #we-help .item,
    #we-help .item-wrapper:nth-child(-n+6) {
        border: none;
        margin-top: 0;
    }
    #we-help .item img {
        margin: 0 auto 20px auto;
        width: auto;
    }
    #we-help h2 {
        margin-top: 30px;
    }
    #we-help h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    #we-help {
        padding-bottom: 30px;
    }
    #we-help .item {
        padding: 20px 30px;
    }
    #we-help .owl-carousel .owl-nav {
        display: block;
    }
    #we-help .owl-carousel .owl-nav .owl-next,
    #we-help .owl-carousel .owl-nav .owl-prev {
        width: 30px;
        height: 30px;
        background-size: contain;
    }
    #we-help .owl-carousel .owl-nav .owl-next {
        right: -12px;
        left: auto;
    }
    #we-help .owl-carousel .owl-nav .owl-prev {
        left: -12px;
    }
    #stores h2 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #stores .item > img {
        margin-left: 2px;
    }
    #stores .store-info {
        padding-right: 14px;
        padding-left: 14px;
        padding-bottom: 14px;
        margin-right: 20px;
        margin-left: 20px;
    }
    #stores .store-info .info {
        margin-bottom: 25px;
    }
    #stores .solutions {
        padding-top: 14px;
    }
    #stores .alidrop-logo, #stores .woo-logo {
        width: 46%;
        margin: 15px 5px 0 0;
        max-width: 120px;
    }
    #stores .owl-dots {
        margin: 25px 0;
    }
    #trust-us .info {
        width: 100%;
    }
    #trust-us img {
        margin-top: -45px;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    #trust-us h2 {
        margin-bottom: 30px;
    }
    #trust-us {
        padding: 30px 0 20px 0;
    }
    #trust-us .info {
        margin-top: -44px;
        position: relative;
        z-index: 1;
    }
    #trust-us .item {
        padding: 30px 10px;
    }
    #trustpilot .wrapper {
        display: block;
    }
    #trustpilot .common,
    #trustpilot .owl-carousel {
        width: 100%;
    }
    #trustpilot .common {
        margin-bottom: 15px;
    }
    #trustpilot .rating {
        margin-top: 0;
    }
    #trustpilot .owl-carousel .owl-dots {
        bottom: -47px;
    }
    #trustpilot {
        padding: 30px 0 50px 0;
    }
    #consultation {
        margin-top: 0;
        padding-top: 30px;
    }
    #consultation .info {
        font-size: 22px;
        line-height: 28px;
    }
    #consultation .form-group button {
        margin-bottom: 40px;
    }
    .faqs__items {
        display: block;
    }
    .faqs__items .group {
        width: 100%;
    }
    .some-questions {
        padding-top: 40px;
    }
    .some-questions h2 {
        margin-bottom: 30px;
    }
    .faq__answer {
        padding-left: 20px;
    }
    .faq__question {
        padding: 20px 20px 20px 0;
    }
    .faqs__item.active {
        padding-bottom: 25px;
    }
}

@media (max-width: 767px) {
    #header {
        min-height: auto;
    }
    #carousel-header {
        display: none;
    }
}
@media (max-width: 414px) {

}
/* .page #sale-banners, ??? */
.page #main-menu,
.page .content-breadcrumbs,
.page .footer-content {
    display: none;
}
#header-lp {
    padding: 12px 0;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 100;
    background: #fff;
    transition: 0.4s all;
    display: none;
}
#contact-us-btn-wrapper a {
    background: #2FA751;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
    padding: 9px 30px;
    display: block;
}
#contact-us-btn-wrapper span {
    font-weight: normal;
}
.page #header-lp {
    display: block;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 20%);
}
#header-lp .white {
    display: none;
}
#header-lp .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#header-lp .phone-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#header-lp .phone {
    color: #fff;
    background: #2FA751 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMyAyMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuNjQ3MDYgNkg4Ljk0MTE4TDEwLjU4ODIgMTAuMTE3Nkw4LjUyOTQxIDExLjM1MjlDOS40MTEzOCAxMy4xNDEzIDEwLjg1ODcgMTQuNTg4NiAxMi42NDcxIDE1LjQ3MDZMMTMuODgyNCAxMy40MTE4TDE4IDE1LjA1ODhWMTguMzUyOUMxOCAxOC43ODk4IDE3LjgyNjUgMTkuMjA4NyAxNy41MTc2IDE5LjUxNzZDMTcuMjA4NyAxOS44MjY1IDE2Ljc4OTggMjAgMTYuMzUyOSAyMEMxMy4xNDA2IDE5LjgwNDggMTAuMTEwNyAxOC40NDA2IDcuODM1MDQgMTYuMTY1QzUuNTU5MzYgMTMuODg5MyA0LjE5NTIyIDEwLjg1OTQgNCA3LjY0NzA2QzQgNy4yMTAyMyA0LjE3MzUzIDYuNzkxMyA0LjQ4MjQxIDYuNDgyNDFDNC43OTEzIDYuMTczNTMgNS4yMTAyMyA2IDUuNjQ3MDYgNiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTQgOEMxNC43MDg0IDggMTUuNSA4Ljc3MTY4IDE1LjUgOS41IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xNCA1QzE1LjMyNjEgNSAxNi41OTc5IDUuNTI2NzggMTcuNTM1NSA2LjQ2NDQ3QzE4LjQ3MzIgNy40MDIxNSAxOSA4LjY3MzkyIDE5IDEwIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=) no-repeat 15px center;
    border-radius: 5px;
    padding: 9px 15px 9px 43px;
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
}
#header-lp .title {
    margin-right: 10px;
    font-size: 17px;
    line-height: 19px;
    text-align: right;
}
#header-lp .title span {
    display: block;
    font-size: 18px;
    font-weight: bold;
}
#header-lp.sticky .title {
    color: #464646;
}
#header-lp .m-text {
    display: none;
}
.header-business ul {
    margin-bottom: 37px;
}
.header-business .btns-plate {
    margin-bottom: 10px;
}
.how-works {
    padding: 31px 0 53px;
}
.how-works h2 {
    margin-bottom: 45px;
}
.orange-step {
    color: #fc8425;
    padding-bottom: 9px;
}
.business-image-style {
    max-height:35px;
    max-width: 95px !important;
}
.step-content {
    color: #444;
}
.success-srories-clients {
    background-color: #515151;
    padding-top: 36px;
    height: 440px;
    position: relative;
    margin-bottom: 80px;
}
.success-srories-clients h2 {
    color: #fff;
}
.success-srories-clients h2:after {
    background-color: #fff!important;
}
.success-srories-clients .title {
    padding-bottom: 12px;
}
.success-srories-clients .content {
    color: #636363;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 25px;
}
.success-srories-clients .button a {
    height: 48px;
    display: block;
    width: 190px;
    position: relative;
    bottom: 0;
    left: 21%;
}
.business-slider .business-slider-subtitle {
    font-size: 16px;
}
.business-slider .owl-carousel .owl-prev,
.business-slider .owl-carousel .owl-next {
    width: 45px;
    height: 45px;
}
.owl-carousel .author {
    padding-top: 10px;
}
.success-srories-clients .owl-carousel {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 3px 2px 30px 0 rgba(50, 50, 50, 0.28);
    padding: 33px 15px 44px 44px;
    max-width: 950px;
    margin: 0 auto;
}
.success-srories-clients .owl-carousel img {
    max-height: 157px;
}
.line {
    border-left: 1px solid #e0e0e0;
    padding: 14px 0 0 40px;
}
.webstores {
    background-color: #f6f6f6;
    padding: 51px 0 57px;
}
.webstores a, .webstores a:hover {
    text-decoration: none;
}
.webstores h2 {

}
.webstores p {
    margin-bottom: 80px;
    font-family: Roboto;
}
.webstores img {
    margin-bottom: 19px;
}
.webstores img.facebook-business,
.webstores img.sitejabber-business {
    margin: 0 auto 19px;
}
.green_circle {
    color: white;
    background-color: #45b049;
    width: 48px;
    height: 48px;
    font-size: 22px;
    font-weight: 600;
    border-radius: 50%;
    line-height: 45px;
}
.sitejabber-desc {
    text-align: left;
}
.webstores .stars {
    text-align: left;
    margin: 0;
}
.sitejabber-desc .fa {
    font-size: 26px;
    color: #fdc20e;
}
.sitejabber-desc span {
    font-size: 16px;
    line-height: 24px;
    color: #939393;
}
.facebook-desc {
    font-size: 16px;
    line-height: 24px;
    color: #4f4f4f;
}
.blue_rectangle {
    background-color: #5890ff;
    color: white;
    width: 97px;
    height: 50px;
    line-height: 48px;
    border-radius: 22px;
    font-size: 22px;
    font-weight: bold;
}
.blue_rectangle .fa {
    color: white;
    font-size: 18px;
    padding-left: 10px;
}
.trustpilot-desc .fa {
    font-size: 20px;
    color: white;
}
.trustpilot-desc .full-block {
    background-color: #73b143;
    display: inline-block;
    width: 31px;
    height: 31px;
    border-radius: 2px;
    margin-right: 5px;
    padding-top: 6px;
}
.trustpilot-desc .fa-star:before {
    position: relative;
    z-index: 5;
}
.trustpilot-desc span {
    text-align: center;
    font-size: 18px;
    color: #939393;
    padding-top: 5px;
}
.trustpilot {
    margin: 0 auto;
}
.half-block {
    background: #c8c8c8;
    display: inline-block;
    width: 31px;
    height: 31px;
    border-radius: 2px;
    margin-right: 5px;
    padding-top: 6px;
    position: relative;
}
.half-block .fa-star:after {
    content: "";
    background-color: #73b143;
    width: 16px;
    display: block;
    height: 31px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.business-learn {
    padding-bottom: 60px;
}
.ready-start {
    background-color: #464646;
    padding: 46px 0 53px;
}
.ready-start h2 {
    margin-bottom: 30px;
    color: #fff;
}
.hide_features_items {
    display: none;
}
.hide_features_items .business-learn-item {
    min-height: 302px;
}
.business-learn-item {
    min-height: 203px;
}
.business-learn-item.business-learn-item-new {
    min-height: 250px;
    max-width: 300px;
}
.business-slider .owl-carousel .owl-nav button.owl-prev {
    left: -200px;
}

.business-slider .owl-carousel .owl-nav button.owl-next {
    right: -200px;
}

#business-slider.onblack.owl-carousel .owl-dots {
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 100%;
}
#skyrocket {
    background: #464646 !important;
    color: #fff !important;
}

#skyrocket .main-title {
    margin: 0 auto;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 42px;
    color: #fff !important;
    padding-top:80px;
    padding-bottom: 40px;
}
#skyrocket .main-title .new-green {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 36px;
    text-transform: uppercase;
    color: #FFFFFF;
    background:#45AB88;
    border-radius: 5px;
    position: relative;
    top:-5px;
    padding-right: 5px;
    padding-left: 11px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 16px;
}
#skyrocket .cont-wrapper {
    display:flex;
    justify-content: center;
}
#skyrocket .cont {
    display:flex;
    padding-bottom: 66px;
    max-width: 1106px;
}
#skyrocket .cont .left {
    position: relative;
    right: 106px;
}
#skyrocket .cont .right {
    margin-left: 8px;
}
#skyrocket .cont .right .list-title {
    display:block;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 29px;
    color: #fff !important;
    margin-bottom: 29px;
    margin-top: 32px;
}
#skyrocket .cont .right ul {
    margin-left:-22px;
}
#skyrocket .cont .right ul li {
    list-style-type: square;
    padding-left: 12px;
    padding-top:7.5px;
    padding-bottom: 2.5px;
    font-style: normal;
    font-size: 17px;
    line-height: 24px;
    color: #fff !important;
}
#skyrocket .cont .right ul li:first-child {
    padding-top:unset;
}
#skyrocket .cont .right ul li:last-child {
    padding-bottom:unset;
}
#skyrocket .btn-large {
    border: 2px solid white;
    width: 290px;
    margin-left: 0;
    background: url('../../img/pages/free-basic-sellvia/play-video.png') no-repeat;
    background-position-x: 33%;
    background-position-y: 46%;
    color: white;
    padding-left: 66px;
    padding-top: 7px;
    padding-bottom: 7px;
    transition: 0.25s;
}
#skyrocket .btn-large:hover {
    background: white url('../../img/pages/free-basic-sellvia/play-video-black.png') no-repeat;
    background-position-x: 33%;
    background-position-y: 46%;
    color:black;
}
#skyrocket .cont .right .boost {
    margin-top: 30px;
    margin-bottom: 40px;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 26px;
    color: #fff !important;
}
#skyrocket .cont .right .add-to-order {
    display:flex;
    /*background: #F57F17 url('../../img/custom/white-plus-sign.svg') 30% 50% no-repeat ;*/
    background: #F57F17;
    border-radius: 3px;
    border: unset;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 79.5px;
    padding-right: 79.5px;
    transition: 0.1s;
}
#skyrocket .cont .right .add-to-order:hover {
    background: #cd6d19;
}
#skyrocket .cont .right .add-to-order span {
    position: relative;
    /* top: 2px; */
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
#skyrocket .cont .right .add-to-order img {
    margin-right:10px;
    /* margin-top:2px; */
}

.main-featured.main-featured-large {
    background: #F7F7F7;
    padding-bottom: 37px;
}

#features-table {
    background: #464646;
    padding-top: 85px;
    padding-bottom: 75px;
}
#features-table h2.title {
    text-align: center;
    color: white;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 74px;
    padding-left: 15px;
    padding-right: 15px;
}
#features-table .terms {
    text-align: center;
    text-decoration-line: underline;
    margin-top: 25px;
}
#features-table .terms a {
    color:#dfdfdf;
}
#features-table .terms a:hover {
    text-decoration-line: none;
    color: #c2bebe;
}
#features-table .above-table {
    display:flex;
    justify-content: center;
}
#features-table .above-table .left {
    display:flex;
    align-items: center;
    min-width: 603px;
    width: 603px;
}
#features-table .above-table .right {
    min-width: 603px;
    width: 603px;
    padding: 45px 70px 45px 90px;
    background: white;
}
#features-table .above-table .right .ro {
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 32px;
}
#features-table .above-table .right .crossed-red-1 {
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 29px;
    margin-left: 15px;
}
#features-table .above-table .right .crossed-red-1:before {
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    transform: rotate(173deg);
    background: red;
    position: relative;
    top: 15px;
}
#features-table .above-table .right .big-red {
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    line-height: 29px;
    color: #F10000;
    margin-left: 18px;
}
#features-table .above-table .right .only-grey {
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 32px;
    color: #838383;
    margin-left: 10px;
}
#features-table .above-table .item {
    display: flex;
    margin-left: auto;
    margin-right: auto;
}
#features-table .above-table .item .big {
    color:white;
    margin-bottom: 8px;
}
#features-table .above-table .item .small {
    color: white;
}
#features-table .above-table .row {
    display:flex;
}
#features-table .above-table .row:first-of-type {
    margin-bottom: 19px;
}
#features-table .above-table .row:nth-of-type(2) {
    margin-bottom: 17px;
}
#features-table .above-table .row:last-of-type {
    max-width: 425px;
}
#features-table .above-table .row a.btn {
    margin-bottom: 13px;
    margin-left: 0;
    width: 100%;
    max-width: 425px;
    height: 60px;
    padding-top: 17px;
    font-size: 19px;
    line-height: 25px;
    display: flex;
    align-items: baseline;
}
#features-table .above-table .row .grey-text-under-btn {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #989898;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#features-table .under-table .ro {
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 32px;
}
#features-table .under-table .crossed-red-1 {
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 29px;
    margin-left: 15px;
}
#features-table .under-table .crossed-red-1:before {
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    transform: rotate(173deg);
    background: red;
    position: relative;
    top: 15px;
}
#features-table .under-table .big-red {
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    line-height: 29px;
    color: #F10000;
    margin-left: 18px;
}
#features-table .under-table .only-grey {
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 32px;
    color: #838383;
    margin-left: 10px;
}

#features-table .under-table {
    padding-top: 45px;
    background:white;
    display:flex;
    justify-content: center;
    padding-bottom: 45px;
    padding-left:15px;
    padding-right: 15px;
}
#features-table .under-table .wrapper {
    width:100%;
    max-width: 429px;
}
#features-table .under-table .row {
    display:flex;
}
#features-table .under-table .row:first-of-type {
    margin-bottom: 19px;
}
#features-table .under-table .row:nth-of-type(2) {
    margin-bottom: 17px;
}
#features-table .under-table .row:last-of-type {
    max-width: 425px;
}
#features-table .under-table .row a.btn {
    margin-bottom: 13px;
    margin-left: 0;
    width: 100%;
    max-width: 425px;
    height: 60px;
    padding-top: 17px;
    font-size: 19px;
    line-height: 25px;
    display: flex;
    align-items: baseline;
}
#features-table .under-table .row .grey-text-under-btn {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #989898;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}


#features-table .img-wrapper {
    display:flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 100px;
    min-width: 164px;
    min-height: 164px;
}
#features-table .manager-info-wrapper {
    display:flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 36px;
}
#features-table .manager-info-wrapper .big {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
}
#features-table .manager-info-wrapper .small {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
}
#features-table table {
    width:100%;
    background:white;
}
#features-table table th {
    background: #F1F3F4;
    padding: 13px 30px;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 29px;
}
#features-table table .space-between {
    display:flex;
    justify-content: space-between;
    width:100%;
    padding: 13px 15px;
}
#features-table table td {
    min-width: 603px;
}
#features-table table tr td:first-of-type {
    border-right: 1px solid #E9E9E9;
}
#features-table table tr {
    border-bottom: 1px dashed #E9E9E9;
}
#features-table table .mobile-only {
    display:none;
}
#features-table table [rel=tooltip] {
    display:flex;
    justify-content: center;
    border: 1px solid #c2c2c2;
    border-radius: 50px;
    width:20px;
    height:20px;
    min-width:20px;
    min-height:20px;
    margin-top: auto;
    margin-bottom: auto;
}
#features-table table [rel=tooltip]:hover {
    cursor: pointer;
}
#features-table table .fa-question:before {
    color: #C2C2C2;
}
.owl-carousel.owl-drag .owl-item {
    display:flex;
}
#features-table table .small-grey-text {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 29px;
    color: #989898;
}
#features-table table td span.check {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAyMyAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSA4LjAzMzA3TDcuOTcyMTYgMTUuMTgxOEwyMS44IDEiIHN0cm9rZT0iIzI1QzE1MSIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+) no-repeat center center;
    height: 15px;
    display: inline-block;
    width: 100%;
}
#features-table table td span.check-text {
    display:block;
    width:100%;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 29px;
}
#features-table .tooltip-inner {
    width: 200px;
}

@media (max-width: 1280px) {
    #features-table .above-table .right {
        padding: 45px 50px 45px 70px;
        min-width: 427px;
        width: 556px;
    }
    #features-table .above-table .left {
        min-width: 427px;
        width: 427px;
    }
    #features-table table td {
        width: 400px;
        min-width: 400px;
    }
    #features-table .above-table {
        justify-content: space-between;
    }
}
@media (max-width: 1180px) {
    #features-table table td {
        width: 320px;
        min-width: 320px;
    }
}
@media (max-width: 1080px) {
    #features-table .above-table .right {
        width: 100%;
        min-width: unset;
    }
}
@media (max-width: 1028px) {
    #features-table .above-table {
        flex-direction: column;
        justify-content: center;
    }
    #features-table .above-table .left {
        margin-left: auto;
        margin-right: auto;
    }
    #features-table .above-table .left .item .img-wrapper {
        margin-bottom: 18px;
        margin-left: auto;
        margin-right: auto;
    }
    #features-table .above-table .left .item {
        display:flex;
        flex-direction: column;
    }
    #features-table .above-table .left .item .manager-info-wrapper {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    #features-table h2.title {
        margin-bottom: 40px;
    }
    /*#features-table .container {*/
    /*    width: 100%;*/
    /*}*/
    #features-table .above-table .right {
        margin-top: 40px;
    }
    #features-table .above-table .row {
        justify-content: center;
        max-width: unset !important;
    }
    #features-table .under-table .row {
        justify-content: center;
        max-width: unset !important;
    }
}

@media (max-width: 1150px) {
    #skyrocket .cont .right {
        margin-left:20px;
    }
    #skyrocket .cont .left {
        margin-right:20px;
    }
    #skyrocket .cont .left img {
        margin-top:60px;
    }
}

@media (max-width: 900px) {
    #skyrocket .cont .right .add-to-order {
        margin: 0 auto;
        padding-left:72px;
        padding-right:72px;
    }
    #skyrocket .cont .left img {
        margin-top: unset;
    }
    #skyrocket .cont {
        display:flex;
        flex-direction:column;
    }
    #skyrocket .cont .right {
        margin-left: unset;
    }
    #skyrocket .main-title {
        font-size: 24px;
        padding-top:40px;
    }
}

@media (max-width: 767px) {
    #features-table .under-table .row:nth-of-type(2) {
        margin-bottom:0 ;
    }
    #features-table table .mobile-only {
        display: block;
    }
    #features-table {
        padding-top: 60px;
        padding-bottom: 20px;
    }
    #features-table h2.title {
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 40px;
        padding-bottom: 0;
    }
    #features-table .container {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    #features-table .above-table .right {
        padding-left: 15px;
        padding-right: 15px;
    }
    #owl-managers{
        display: none;
    }
    #features-table .above-table .right .crossed-red-1,
    #features-table .above-table .right .big-red {
        margin-left: 5px;
        font-size: 29px;
    }

    #features-table .above-table .right .row:nth-of-type(2) {
        margin-left:-32px;
    }
    #features-table .above-table .right .row:nth-of-type(2) {
        margin-bottom: 0;
    }
    #features-table .above-table .row a.btn {
        max-width: 100%;
    }
    #features-table .above-table .row .row {
        flex-direction: column;
    }
    #features-table .above-table .right .only-grey {
        margin-left: 4px;
        font-style: normal;
        font-weight: normal;
        font-size: 17px;
        line-height: 32px;
    }
    #features-table .under-table .right .row:first-of-type,
    #features-table .under-table .right .row:nth-of-type(2) {
        justify-content: left;
    }
    #features-table .under-table .right .row:nth-of-type(2) {
        margin-bottom: 25px;
    }
    #features-table .under-table .row a.btn {
        max-width: 100%;
    }
    #features-table .under-table .row .row {
        flex-direction: column;
    }
    #features-table .under-table .left {
        width: 100%;
        min-width: 100%;
    }
    #features-table .under-table .right .only-grey {
        margin-left: 4px;
    }
    /*#features-table .tooltip-inner {*/
    /*    width: 50px;*/
    /*}*/
    #features-table .above-table .left {
        width: 100%;
        min-width: unset;
    }
    #features-table table td {
        width: 100%;
        min-width: 120px;
    }
    #features-table .fa {
        position: relative;
        top: 4px;
    }
    #features-table table th {
        font-style: normal;
        font-weight: bold;
        font-size: 11px;
        line-height: 15px;
    }
    #features-table .under-table .crossed-red-1 {
        font-size: 29px;
        line-height: 29px;
        margin-left: 8px;
    }
    #features-table .under-table .big-red {
        margin-left: 10px;
    }
    #features-table .under-table .only-grey {
        font-style: normal;
        font-weight: normal;
        font-size: 17px;
        line-height: 32px;
    }
    #features-table .under-table .row:nth-of-type(2) {
        margin-left:-28px;
    }
    #features-table table .small-grey-text {
        font-style: normal;
        font-weight: normal;
        font-size: 10px;
        line-height: 15px;
    }
    #features-table table td span.check-text {
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 15px;
    }
    #features-table table .space-between {
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 15px
    }
    #features-table table td .check-text-number {
        font-size: 17px !important;
        line-height: 29px !important;
    }
    #contact-us-btn-wrapper {
        padding-left: 15px;
        border-left: 1px solid #ADADAD;
        text-align: center;
        width: 211px;
    }
    #contact-us-btn-wrapper span {
        display: block;
        font-size: 13px;
        line-height: 19px;
    }
    #header-lp .m-text {
        display: block;
        font-weight: normal;
        font-size: 13px;
        line-height: 19px;
        text-align: center;
        margin-bottom: -2px;
        margin-top: 1px;
    }
    #header-lp .phone {
        padding-top: 5px;
        padding-bottom: 5px;
        background-position: 15px 27px;
    }
    #header-lp {
        padding: 5px 0;
    }
    #header-lp .title {
        display: none;
    }
    #header-lp .phone-wrapper {
        padding-left: 15px;
        border-left: 1px solid #ADADAD;;
    }
}

@media(max-width:445px) {
    #header-lp .white,
    #header-lp .normal {
        width: 42px;
        object-fit: none;
        height: 28px;
        object-position: left;
    }
    #features-table .tooltip {
        left: 35%;
    }
    #features-table .tooltip-inner {
        width: 130px;
    }
}


#owl-managers {
    flex: 1;
    width: 100%;
}

#owl-managers .owl-carousel .owl-item .item {
    display: flex;
    flex-flow: row;
    align-items: center;
    gap: 15px 35px;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}

#owl-managers .owl-carousel .owl-item .item img {
    max-width: 165px;
}

#owl-managers .owl-carousel .owl-item .item-name {
    display: block;
    font-weight: 500;
    font-size: 22px;
    margin: 0 0 10px;
}
#owl-managers .owl-carousel .owl-dots {
    margin: 25px auto 0;
}

@media screen and (max-width: 768px) {
    #owl-managers .owl-carousel .owl-item .item {
        flex-flow: column;
        text-align: center;
    }
    #owl-managers .owl-carousel .owl-item .item-name {
        margin: 0 0 5px;
    }
    #owl-managers .owl-carousel .owl-item .item img {
        max-width: 120px;
    }
}
#faq-fb {
    background: #F6F6F9;
    padding: 40px 0;
}
#faq-fb .container {
    flex-direction: column;
}
#faq-fb h2 {
    margin-bottom: 0px;
    text-align: center;
}
#faq-fb .rubric {
    color: #F57F17;
    text-align: center;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-top: 50px;
}
#faq-fb .question-block {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    cursor: pointer;
    border-bottom: 1px solid #DADADA;
    padding-bottom: 15px;
}
#faq-fb .question-block.open {
    border: none;
}
#faq-fb .question-block .question {
    color: #464646;
    font-size: 19px;
    font-weight: 700;
    line-height: 26px;
    max-width: 80%;
}
#faq-fb .question-block .lock {
    border-radius: 10px;
    background: #fff;
    width: 50px;
    height: 50px;
    position: relative;
    top: -15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#faq-fb .question-block .lock img {
    width: 30px;
    position: relative;
    top: 6px;
}
#faq-fb .question-block .lock.open img {
    transform: rotate(180deg);
    top: 0px;
}
#faq-fb .answer {
    color: #1A1E25;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    display: none;
    margin-top: 25px;
    padding-left: 60px;
    padding-right: 60px;
}
#faq-fb .answer.open {
    display: block;
    border-bottom: 1px solid #DADADA;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 0px;
}
@media (max-width: 1000px) {
    #faq-fb h3 {
        font-size: 26px;
        font-weight: 700;
        line-height: 38px;
        text-align: center;
    }
    #faq-fb .rubric {
        margin-top: 35px;
        margin-bottom: 10px;
    }
    #faq-fb .answer {
        padding-left: 0px;
        padding-right: 0px;
    }
}
