.ft-top-scheme-block {
    position: relative;
    padding: 30px 0;
}

.ft-top-scheme-block .wrap {
    position: relative;
    display: flex;
}

.ft-top-brown-background, .ft-top-black-background {
    position: absolute;
    left: 0;
    height: 100%;
    width: 50%;
    background: #c19e76;
    top: 0;
}

.ft-top-black-background {
    left: auto;
    right: 0;
    background: #263138;
}

.ft-top-scheme-block-header {
    width: 100%;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 1;
}

.ft-top-scheme-block-header .mobile-img {
    display: none;
}

.ft-top-scheme-block-header h3 {
    font-family: 'Montserrat';
    font-size: 28px;
    color: white;
    font-weight: 600;
    padding-bottom: 20px;
    position: relative;
}

.ft-top-scheme-block-header h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 0;
    border-top: 2px solid white;
}

.ft-top-scheme-block-header .desktop-img {
    max-width: 1000px;
    width: 100%;
}

.ft-top-scheme-block-header p {
    font-family: 'Source Sans Pro';
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
}

.ft-top-scheme-block-header .ft-top-button {
    width: fit-content;
    margin-bottom: 34px;
    padding: 20px 50px;
}

.ft-top-scheme-pentagon {
    position: absolute;
}

.ft-top-scheme-pentagon img {
    height: 100%;
}

.ft-top-scheme-pentagon1 {
    left: -10%;
    top: 15%;
    height: 60%;
}

.ft-top-scheme-pentagon2 {
    left: 42%;
    top: 65%;
    height: 30%;
}

.ft-top-scheme-pentagon3 {
    left: 63%;
    top: 67%;
    height: 30%;
}

.ft-top-why-book, .hmp-why-book {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ft-top-why-book-item {
    width: calc(33.333% - 60px);
    display: flex;
    justify-content: start;
    padding-bottom: 50px;
    padding-top: 20px;
    position: relative;
}

.ft-top-why-book-item:nth-child(4):before,
.ft-top-why-book-item:nth-child(5):before,
.ft-top-why-book-item:nth-child(6):before {
    content: '';
    position: absolute;
    top: -15px;
    left: 20%;         /* <-- put left edge in the middle */
    margin-left: -20%; /* <-- shift to the left by half of the width */
    width: 97%;
    height: 1px;
    border-radius: 50px;
    background: rgb(234, 234, 234);

}

.ft-top-why-book-item:nth-child(1):after,
.ft-top-why-book-item:nth-child(2):after,
.ft-top-why-book-item:nth-child(4):after,
.ft-top-why-book-item:nth-child(5):after {
    content: '';
    position: absolute;
    top: 12px;
    right: -40px;         /* <-- put left edge in the middle */
    margin-left: -20%; /* <-- shift to the left by half of the width */
    width: 1px;
    height: 75%;
    border-radius: 50px;
    background: rgb(234, 234, 234);

}

.ft-top-why-book-item>div {
    display: flex;
}

.ft-top-why-book-item-img {
    width: 40px;
}

.ft-top-why-book-item-img>img {
    width: 100%;
}

.ft-top-why-book-item-content {
    width: 100%;
    padding-left: 40px;
}

.ft-top-why-book-item-content h4 {
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 600;
}

.ft-top-why-book-item-content p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 0;
}

.ft-top-asg-reviews {
    display: flex;
    justify-content: center;
    margin: 20px;
    margin-top: -10px;
    margin-bottom: 35px;
}

.ft-top-asg-reviews>div {
    background: #f5f5f5;
    padding: 10px 20px;
    display: flex;
    align-items: center;
}

.ft-top-asg-reviews-stars {
    display: flex;
}

.ft-top-asg-reviews-stars img {
    width: 40px;
    padding: 0 4px;
}

.ft-top-asg-reviews-fc-logo {
    padding-left: 30px;
}

.ft-top-scheme-block-mobile {
    display: none;
}

.ft-top-scheme-block-header h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 0;
    border-top: 2px solid white;
}

.ft-top-bottom-header {
    font-family: 'Roboto';
    font-size: 50px;
    line-height: 1;
    font-weight: 800;
    color: #2b2b2b;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 35px;
}

.ft-top-bottom-logo {
    display: flex;
    justify-content: center;
    padding-bottom: 35px;
}

.ft-top-button {
    background: #30a944;
    border-radius: 50px;
    box-shadow: 0 2px 5px 1px #00000040;
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 14px;
    padding: 13px 50px;
    cursor: pointer;
}

.ft-top-asg-reviews-separator {
    height: 100%;
    width: 0;
    border-right: 1px solid #eaeaea;
    margin: 0 20px;
}

.ft-top-asg-reviews-more {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    justify-content: center;
    text-align: center;
}

#footer .ft-top-asg-reviews-more a {
    color: #005aff;
}

#main>div.tour-bottom-sub-block>div>div.tour-tour-ideas>div>div .ft-top-scheme-block-header .desktop-img {
    max-width: 70vw;
}

.ft-top-scheme-block-start {
    max-width: 400px;
    width: 38vw;
}

.ft-top-scheme-block-start br {
    display: none;
}

#footer .ft-top-why-book-item-content h4 {
    color: #55565f;
    text-transform: none;
    font-weight: 700;
}

.ft-top-asg-reviews-content {
    display: flex;
}

.ft-top-find {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ft-top-find .item {
    border: 1px solid #adadad;
    border-radius: 5px;
    box-shadow: 0px 4px 7px #bdbdbd;
    background: #f5f5f5;
    padding: 10px;
    width: calc(25% - 10px);
    margin-bottom: 20px;
}

.ft-top-find .item-content {
    background: white;
    border-radius: 5px;
    font-family: 'Roboto';
    font-weight: 800;
    font-size: 25px;
    line-height: 1.5;
    color: #121212;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
    position: relative;
    max-height: 170px;
    height: 9vw;
}

.ft-top-find .item-content span {
    color: #c19e76;
}

.ft-top-find .item-content>div {
    z-index: 1;
}

.ft-top-find .item-content img {
    height: 100%;
    position: absolute;
    right: 0;
}

@media screen and (max-width: 1500px) {
    .ft-top-find .item {
        width: calc(50% - 10px);
    }
    .ft-top-find .item-content {
        height: 170px;
    }
}

@media screen and (max-width: 1023px) {
    .ft-top-scheme-block {
        background: #263138;
        border: 9px solid #ffc000;
    }
    .ft-top-scheme-block .wrap {
        padding: 0;
        flex-direction: column;
    }
    .ft-top-brown-background {
        display: none;
    }
    .ft-top-scheme-block-header .desktop-img {
        display: none;
    }
    .ft-top-scheme-block-header h3 {
        padding-bottom: 30px;
        margin: 0;
        text-align: center;
    }
    .ft-top-scheme-block-header h3:after {
        display: none;
    }
    .ft-top-scheme-block-mobile {
        display: flex;
        flex-direction: column;
        background: linear-gradient(to bottom, #c39f77, #af8f6b);
        overflow: hidden;
    }
    .ft-top-scheme-block-mobile .item {
        display: flex;
        align-items: center;
        font-size: 18px;
        font-family: 'Source Sans Pro';
        padding: 30px;
        box-shadow: 0px 6px 7px 0px #a88967;
        position: relative;
        line-height: 1.4;
    }
    .ft-top-scheme-block-mobile .item>span {
        padding-left: 10px;
    }
    .ft-top-scheme-block-mobile .item.arrow-down:after, .ft-top-scheme-block-mobile .item.arrow-up:before {
        content: '';
        position: absolute;
        left: 63px;
        top: 50%;
        height: 50%;
        width: 1px;
        border: 1px dashed white;
    }
    .ft-top-scheme-block-mobile .item.arrow-up:before {
        top: 0;
    }
    .ft-top-scheme-block-mobile .item .arrow-down {
        position: absolute;
        left: 54px;
        top: 100%;
        width: 0;
        height: 0;
        border: 10px solid transparent;
        border-top-color: white;
        border-top-width: 14px;
    }
    .ft-top-scheme-block-header .mobile-img {
        display: block;
        z-index: 1;
    }
    .ft-top-scheme-block-start {
        width: 100%;
        align-items: center;
        padding: 30px 35px;
        text-align: center;
        padding-bottom: 0;
        max-width: 100%;
    }
    .ft-top-scheme-block-header .ft-top-button {
        margin: 0;
        padding: 14px 30px;
        margin-top: 15px;
        position: relative;
    }
    .ft-top-scheme-block-header .ft-top-button:after {
        content: "";
        background: url(../images/yellow-arrow.png);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        right: 92%;
        bottom: 53%;
        height: 140px;
        width: 64px;
    }
    .ft-top-scheme-block-start h3 {
        padding-bottom: 20px;
        padding-top: 20px;
        margin-bottom: 15px;
        line-height: 1;
        text-align: center;
        font-size: 20px;
    }
    .ft-top-scheme-block-start h3:after {
        display: block;
        width: 30px;
        left: calc(50% - 15px);
    }
    .ft-top-scheme-block-start br {
        display: flex;
    }
    .ft-top-why-book-item {
        padding: 0;
        display: flex;
        justify-content: center;
    }

    .ft-top-why-book-item:nth-child(4):before,
    .ft-top-why-book-item:nth-child(5):before,
    .ft-top-why-book-item:nth-child(6):before,
    .ft-top-why-book-item:nth-child(1):after,
    .ft-top-why-book-item:nth-child(2):after,
    .ft-top-why-book-item:nth-child(4):after,
    .ft-top-why-book-item:nth-child(5):after {
        display: none;     
    }

    .ft-top-why-book-item>div {
        flex-direction: column;
        align-items: center;
        max-width: 400px;
    }
    .ft-top-why-book-item-content {
        padding: 0;
        text-align: center;
    }
    #footer .ft-top-why-book-item-content h4 {
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .ft-top-bottom-header {
        font-size: 31px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .ft-top-bottom-logo {
        padding-bottom: 15px;
    }
    .why-book-slider {
        position: relative;
        margin-bottom: 20px;
    }
    .ft-top-find-slider .lSSlideOuter .lSPager.lSpg>li, 
    .why-book-slider .lSSlideOuter .lSPager.lSpg>li {
        cursor: pointer;
        display: inline-block;
        padding: 0 5px;
    }
    .ft-top-find-slider .lSSlideOuter .lSPager.lSpg>li.active a, 
    .why-book-slider .lSSlideOuter .lSPager.lSpg>li.active a {
        background-color: white;
        border: 2px solid black;
    }
    .ft-top-find-slider .lSSlideOuter .lSPager.lSpg>li a, 
    .why-book-slider .lSSlideOuter .lSPager.lSpg>li a {
        height: 14px;
        width: 14px;
        background-color: lightgray;
        border: 1px solid white;
        z-index: 1;
    }
    .ft-top-find-slider .lSSlideOuter .lSPager.lSpg>li.active a:after,
    .why-book-slider .lSSlideOuter .lSPager.lSpg>li.active a:after {
        content: '';
        height: 4px;
        width: 4px;
        position: absolute;
        left: calc(50% - 2px);
        top: calc(50% - 2px);
        background: black;
        border-radius: 50%;
    }
    .ft-top-find-slider {
        position: relative;
    }
    .ft-top-find .item {
        margin: 0;
        width: 100%;
        margin-bottom: 20px;
    }
    .bookSliderControls, .findSliderControls {
        position: absolute;
        bottom: 0;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .bookSliderPrev, .bookSliderNext, .findSliderPrev, .findSliderNext {
        height: 30px;
        width: 30px;
        border: 1px solid #cacaca;
        border-radius: 50%;
        position: relative;
        cursor: pointer;
    }
    .bookSliderPrev {
        margin-right: 80px;
    }
    .bookSliderNext {
        margin-left: 80px;
    }
    .findSliderPrev {
        margin-right: 55px;
    }
    .findSliderNext {
        margin-left: 55px;
    }
    .bookSliderPrev:after, .bookSliderNext:after, .findSliderPrev:after, .findSliderNext:after {
        content: "";
        height: 11px;
        width: 13px;
        background: url(../images/arrow-rounded.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        left: 9px;
        top: 9px;
        filter: invert(1) opacity(0.25);
    }
    .bookSliderPrev:after, .findSliderPrev:after {
        transform: rotate(180deg);
        left: 7px;
    }
    .ft-top-why-book, .hmp-why-book {
        display: block;
    }
    .ft-top-asg-reviews {
        margin: 0 -20px;
        border-top: 2px solid #e5e5e5;
    }
    .ft-top-asg-reviews>div {
        width: 100%;
        justify-content: center;
        flex-direction: column;
        padding: 0;
    }
    .ft-top-asg-reviews-content {
        flex-direction: column;
        align-items: center;
        width: 100%;
        border-bottom: 2px solid #e5e5e5;
        padding-top: 14px;
        padding-bottom: 4px;
    }
    .ft-top-asg-reviews-fc-logo {
        padding: 0;
    }
    .ft-top-asg-reviews-more {
        width: 100%;
        background: #e7e7e7;
        flex-direction: row;
        padding: 14px 0;
    }
    .ft-top-asg-reviews-more a {
        padding-left: 10px;
    }
}