#video-reviews {
    padding-top: 0;
    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: 284px;
}

#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: 313px;
    min-height:313px;
    margin: 0 10px 0 10px;
}

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

#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;
}
.why-trust-us {
    padding: 50px 15px;
    text-align: center;
}
@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 (max-width: 767px) {
    #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;
    }
}
@media screen and (max-width: 340px) {
    #video-reviews .nav-circle {
        margin: 0 3px 0 3px;
    }
}
@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;
    }
}
.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: #f6f6f6;
    padding: 46px 0 53px;
}
.ready-start h2 {
    margin-bottom: 30px;
}
.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:#F7F7F7;
}

#skyrocket .main-title {
    margin: 0 auto;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 42px;
    color:#464646;
    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 {
    margin-right: 58px;
}
#skyrocket .cont .right {
    margin-left: 58px;
}
#skyrocket .cont .right .list-title {
    display:block;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 29px;
    color: #464646;
    margin-bottom: 33px;
    margin-top: 42px;
}
#skyrocket .cont .right ul {
    margin-left:-22px;
}
#skyrocket .cont .right ul li {
    list-style-type: square;
    padding-left: 20px;
    padding-top:7.5px;
    padding-bottom: 7.5px;
    font-style: normal;
    font-size: 17px;
    line-height: 24px;
    color: #464646;
}
#skyrocket .cont .right ul li:first-child {
    padding-top:unset;
}
#skyrocket .cont .right ul li:last-child {
    padding-bottom:unset;
}
#skyrocket .cont .right .boost {
    margin-top: 30px;
    margin-bottom: 40px;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 26px;
    color: #464646;
}
#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; */
}
@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;
    }
}