.popup-search {
    background-color: #269e75;
    color: #fff;
    min-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: auto;
    overflow-x:hidden;
}

.close-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    top: 20px;
    right: 26px;
    background: transparent;
    cursor: pointer;
    outline: none;
    z-index: 100;
}

.close-btn:before,
.close-btn:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -8px;
    width: 16px;
    height: 2px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close-btn:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.search-form {
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.07);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.07);
    position: relative;
}

.search-form .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 140px 0 73px;
}

.search-form__btn {
    width: 88px;
    height: 88px;
    background: #fff url('../../images/search-icon.svg') no-repeat center center;
    background-size: 26px 26px;
    border-radius: 50%;
    border: 0;
    outline: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
    padding: 0;
}

.search-form__input,
.tt-query,
.tt-hint {
    width: 100%;
    height: 90px;
    padding: 0 20px;
    outline: none;
    background-color: transparent;
    border: none;
    /* opacity: 0.25; */
    color: #ffffff;
    font-size: 68px;
    font-weight: 400;
    line-height: 85px;
}
.tt-hint {
    top:0;
    /* padding: 0 20px 20px; */
}
.search-form__input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.search-form__input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.search-form__input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.search-form__input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.tt-hint {
    color: rgba(255, 255, 255, 0.5);
    /* display: none; */
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%!important;
    top:140px!important;
    max-width: 940px;
}

.tt-menu {
    width: 100vw;
    margin: 0;
    top: 76% !important;
    height: 100vh;
    background-color: #269e75;
}

.tt-suggestion {
    padding: 5px 20px;
    font-size: 70px;
    line-height: 90px;
    color: rgba(255, 255, 255, 0.5);
}

.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
}

.tt-suggestion.tt-cursor {
    color: #fff;
}

.tt-highlight {
    font-weight: 400;
}

.tt-dataset {
    max-width: 940px;
    margin: 0 auto;
}

.twitter-typeahead {
    position: static !important;
}

/* Search Options */

.search-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
}

.search-list {
    padding-right: 186px;
}

.search-list .search__item:first-of-type {
    margin-bottom: 15px;
}

.search-list .search__item a {
    color: #ffffff;
    font-size: 19px;
    font-weight: 400;
    line-height: 31px;
    text-decoration: none;
}

.search__category {
    opacity: 0.5;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
}

/* search result */

.search-results {
    margin-top: -33px;
    padding: 0 20px;
}

.search__categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.search__result-cat a {
    opacity: 0.5;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
    padding-bottom: 13px;
    position: relative;
}

.search__result-cat.active a {
    opacity: 1;
}

.search__result-cat.active a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ffffff;
}

.search__result-cat {
    padding-right: 43px;
}

.search__result-cat:last-child {
    padding-right: 0;
}

/* results list */

.results {
    margin-top: 25px;
}

.results-list {
    margin: 0 -19px;
}

.result__item {
    padding: 23px 19px;
}

.result__item:hover {
    background-color: rgba(0, 0, 0, 0.07);
}

.result__title {
    color: #ffffff;
    font-size: 19px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 5px;
}

.result__text {
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    margin: 0;
}

@media screen and (max-width: 767px) {
    .popup .wrapper,
    .search-form .wrapper {
        width: 100%;
        padding: 0 26px;
    }
    .search-form__btn {
        height: 44px;
        width: 44px;
        background-size: 20px;
    }
    .search-form__input,
    .tt-query,
    .tt-hint {
        opacity: 0.5;
        color: #ffffff;
        font-size: 19px;
        font-weight: 400;
        line-height: 26px;
        height: 44px;
        padding: 0 21px;
    }
    .close-btn {
        position: relative;
        right: auto;
        left: 11px;
        border: 0;
    }
    .search-results {
        margin-top: -43px;
        padding: 0;
    }
    .search-list {
        padding: 0;
        margin-bottom: 30px;
    }
    .search-options {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 40px 24px 0;
    }
    .search-form .wrapper {
        padding-bottom: 50px;
        padding-top: 28px;
    }
    .tt-hint {
        top: 28px!important;
        left:26px !important;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 0.5 !important;
    }
    .search-form__input {
        opacity: 1;
    }
    .tt-suggestion {
        opacity: 0.5;
        color: #ffffff;
        font-size: 19px;
        font-weight: 400;
        line-height: 26px;
        padding: 5px 45px;
    }
    .tt-menu {
        top:60% !important;
    }
}
@media screen and (max-width: 480px){
    .search__categories {
        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 10px;
    }
    .search-results nav {
        margin: 0 -26px;
    }
    .search__result-cat {
        padding: 0;
    }
    .search__result-cat a {
        font-size: 11px;
    }
}