.flagsearch{max-height:200px;overflow:scroll;}

.aligned-vertical{display: flex;align-items: center;height:100% !important;}

.more-sites-similar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #B59657;
    margin-top:25px;
}

.more-sites-similar h3{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #ffffff !important;
    padding-left:20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.more-sites-similar a{
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #ffffff;
    transition: 0.3s;
    line-height: 2.3px;
    padding-right:5px;
}

@media (max-width:500px) {
    .more-sites-similar a{
        display: none;
    }
}

.visit-site{
    text-align:center;
    margin-top:25px !important;
}

.visit-site a{
    font-weight: 800;
    text-decoration:underline;
    font-size: 34px;
    line-height: 33px;
    color: #B59657;
}

.is-full.text, .is-full.text-heading{
    margin-top:10px;
    padding:5px;
    /*max-height:500px;*/
    /*overflow-y:scroll;*/
}

.is-full.text-heading{
    background: #B59657;
}

.is-full.text-heading h1{
    font-weight: 800;
    font-size: 30px;
    line-height: 33px;
}
.img__holder {
    position: relative;
}
.home__block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    margin-top:25px;
}
@media (max-width: 1024px) {
    .home__block {
        padding: 0 10px;
    }
}
.home__block .home__block-title {
    background: #B59657;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: #FFFFFF;
    width: 100%;
    padding: 10px 10px 4px 10px;
}
@media (max-width: 767px) {
    .home__block .home__block-title {
        font-size: 18px;
    }
}
@media (max-width: 425px) {
    .home__block .home__block-title {
        font-size: 16px;
        line-height: 18px;
    }
}
.home__block .home__block-title .img__holder {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    margin-bottom: 0;
    flex-grow: 0;
    flex-shrink: 0;
}
.home__block .home__block-title .img__holder img {
    width: 100%;
}
.home__block .img__holder {
    width: 100%;
    margin-bottom: 20px;
}
.home__block .img__holder img {
    width: 100%;
}
.home__block .btn__main {
    width: 100%;
    max-width: 100%;
    /*margin-bottom: 30px;*/
}
@media (max-width: 767px) {
    .home__block .btn__main {
        justify-content: center;
        text-align: center;
    }
}

.btn__main {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #B59657;
    max-width: 512px;
    width: 100%;
    padding: 14px 10px;
    border:1px solid #B59657;
}
@media (max-width: 1024px) {
    .btn__main {
        line-height: 16px;
    }
}
@media (max-width: 767px) {
    .btn__main {
        font-size: 20px;
    }
}
@media (max-width: 425px) {
    .btn__main {
        font-size: 14px;
    }
}
.review--page{
    padding: 0 0 10px !important;
}

