#head {
    background: #F7F7F7;
}
#head .info {
    font-weight: normal;
    font-size: 22px;
    line-height: 36px;
    margin-top: 40px;
}
#items .counter span {
    font-weight: bold;
    font-size: 30px;
}
#items h3 {
    font-size: 30px;
    font-weight: normal;
    margin: 20px 0 30px;
}
#items .item {
    display: none;
}
#items .item:first-child {
    display: block;
}
#items .img-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
#items .img-wrapper img {
    max-width: 100%;
    height: auto;
}
#items .img-wrapper {
    width: 40%;
    margin: 16px;
    position: relative;
    cursor: pointer;
    max-width: 481px;
}
#items .img-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: opacity 0.4s;
    border: 3px solid #F57F17;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjUiIGhlaWdodD0iNjUiIHZpZXdCb3g9IjAgMCA2NSA2NSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIzMi4wNTQ3IiBjeT0iMzIuMDU0NyIgcj0iMzIuMDU0NyIgZmlsbD0iI0Y1N0YxNyIgZmlsbC1vcGFjaXR5PSIwLjciLz48cGF0aCBkPSJNMTkuMjMyNCAzMi4wOTczTDI4LjE3MiA0MS4yNjMzTDQ1LjkwMTkgMjMuMDc5NiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSI2Ii8+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
}
#items .img-wrapper:hover:after {
    opacity: 1;
}
#items .img-wrapper .info {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 20px 0;
    background: rgba(0,0,0,0.5);
}
.get-another {
    display: inline-block;
    margin-bottom: 10px;
    text-decoration: underline;
}
#result {
    display: none;
    padding-top: 0;
}
#result .main {
    background: #F7F7F7;
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}
#result .main p a {
    text-decoration: underline;
}
#result .btn {
    min-width: 250px;
}
#result .sub-title {
    font-weight: 500;
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 5px;
}
#result h2 {
    font-weight: bold;
    font-size: 34px;
    margin-bottom: 60px;
}
#result h3 {
    font-weight: bold;
    font-size: 30px;
    margin-top: 70px;
    line-height: 140%;
    margin-bottom: 30px;
}
#result .info {
    font-weight: normal;
    font-size: 22px;
    line-height: 140%;
    margin-bottom: 30px;
}
#result .btn {
    margin-top: 40px;
}
#result .inner {
    max-width: 920px;
    margin: 0 auto;
}
.page-finding-my-store-niche .you-ready {
    display: none;
}
.thank-badge {
    background: #46AB88 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAyNiAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOS40NzAyOCAxNy44MjM2QzguNTM1MDEgMTcuODIwMSA3LjY0MDI4IDE3LjQ0NTkgNi45ODIwNCAxNi43ODI0TDEuNjg3OTggMTEuNDg4M0MwLjMwOTczNiAxMC4xMTAxIDAuMzA5NzM2IDcuODcyNCAxLjY4Nzk4IDYuNDk0MjhDMy4wNjYyMiA1LjExNjE1IDUuMzAzOTIgNS4xMTYwMyA2LjY4MjA0IDYuNDk0MjhMOS42NjQzNCA5LjQ3NjU4TDE5LjUyOTEgMS4wMjM2MUMyMS4xNDczIC0wLjA2MzQyMDQgMjMuMzQwOCAwLjM2ODg4NCAyNC40MjYxIDEuOTg3MTNDMjUuMzI3OSAzLjMzMTg1IDI1LjIwMDggNS4xMTU5MiAyNC4xMTczIDYuMzE3NjdMMTEuNzY0MyAxNi45MDU5QzExLjEzNDUgMTcuNDc3OCAxMC4zMjA5IDE3LjgwNDIgOS40NzAyOCAxNy44MjM2WiIgZmlsbD0id2hpdGUiLz48L3N2Zz4=) no-repeat center center;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    border-radius: 30px;
}
.social-guide {
    margin-top: 80px;
}
.result-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 45px;
    background: #fff;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    margin-bottom: 15px;
}
.result-item.header {
    background: none;
    box-shadow: none;
    border-radius: 0;
    padding-bottom: 8px;
}
.result-item.header > div {
    color: #969594;
}
.result-item .niche {
    width: 30%;
}
.result-item .niche .cat {
    font-weight: bold;
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 8px;
}
.result-item .niche .sub-cat {
    font-weight: normal;
    font-size: 12px;
    line-height: 22px;
}
.result-item .countries {
    width: 26%;
}
.result-item .country {
    position: relative;
    margin-bottom: 8px;
    margin-left: 20px;
}
.result-item .country:before {
    content: '';
    background: #464646;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    top: 7px;
    left: -20px;
    position: absolute;
}
.result-item .volume {
    width: 16%;
    text-align: center;
}
.result-item .audience {
    width: 16%;
    text-align: center;
}
.result-item .gender {
    width: 12%;
    text-align: center;
    line-height: 25px;
}
.result-item .gender .man {
    padding-left: 15px;
    background: url(../../img/pages/tests/man.svg) no-repeat left center;
    width: 65px;
    margin: 0 auto 20px auto;
}
.result-item .gender .woman {
    padding-left: 15px;
    background: url(../../img/pages/tests/female.svg) no-repeat left center;
    width: 65px;
    margin: 0 auto;
}
.ready {
    text-align: center;
    padding-top: 36px;
}
.ready h2 {
    max-width: 865px;
    margin-right: auto;
    margin-left: auto;
}
.ready .products {
    display: flex;
    justify-content: space-between;
}
.ready .product {
    width: 48%;
    border: 1px solid #DADADA;
    border-radius: 3px;
    padding: 50px 50px;
}
.product .title {
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
}
.product .coupon {
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    background: #F7F7F7;
    padding: 8px 20px;
    display: inline-block;
    margin-bottom: 16px;
}
.product .discount {
    font-weight: normal;
    font-size: 22px;
    line-height: 30px;
}
.mobile-title {
    display: none;
}

@media (max-width: 1280px) {
    .page .container {
        width: 100%;
    }
}
@media (max-width: 991px) {
    .ready .product {
        padding: 50px 20px;
    }
    .result-item {
        padding: 20px 16px;
    }
}
@media (max-width: 767px) {
    #result .main {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #result h2 {
        font-size: 26px;
        line-height: 140%;
        margin-bottom: 25px;
    }
    .result-item.header {
        display: none;
    }
    #items .img-wrapper {
        width: auto;
        margin: 8px;
    }
    #items .img-items {
        flex-direction: column;
    }
    #head .info {
        font-size: 18px;
        line-height: 140.62%;
    }
    #items h3 {
        font-size: 22px;
        line-height: 140.62%;
        margin-bottom: 20px;
    }
    .result-item {
        flex-direction: column;
    }
    .result-item > div {
        width: 100% !important;
        text-align: left !important;
    }
    .result-item .gender {
        display: flex;
        flex-wrap: wrap;
    }
    .result-item .gender .man,
    .result-item .gender .woman {
        margin: 0 20px 0 0;
        padding-left: 25px;
    }
    .mobile-title {
        display: block;
        margin-bottom: 15px;
        margin-top: 20px;
        font-weight: normal;
        font-size: 14px;
        line-height: 18px;
        color: #969594;
        width: 100%;
    }
    .niche .mobile-title {
        margin-top: 0;
    }
    .ready .products {
        flex-direction: column;
    }
    .ready .product {
        width: 100%;
        margin-bottom: 15px;
        padding: 30px 20px;
    }
}
