.eachArticle{
    margin-bottom: 1rem;
    background-color: #FFBBAA;
    border-radius: 1rem;
    border-bottom-right-radius: 0rem;
    border-bottom-left-radius: 0rem;
    padding: 2px 2px;
    transition: all 0.2s ease-in-out;
    margin: 1rem 0;
}

.default .eachArticle:hover{
    background-color: rgb(255, 255, 194);
}

.default .articleHeading {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
    color: #e80037;
    width: 70%;
}
.default .articleLink {
    margin: 0.4rem 0;
    display: block;
    font-size: 0.8rem;
    /* color: white; */
}
.default .articleContent {
    font-size: 0.7rem;
    line-height: 1.4;
    color: black;
    width: 60%;
}
.default .articleContent .tags{
    font-size: 0.7rem;
    font-weight: 600;
    color: black;
    margin-right: 0.8rem;
    margin-bottom: 0.3rem;
}
.default .button {
    color: white;
    border: 2px solid white;
    background: #FF562D;
    font-weight: 700;
    padding: 0.8rem 1.2rem;
    border-radius: 0.7rem;
    margin-top: 0.8rem;
    border-radius: 2rem;
}
.default .span {
    margin-left: 0rem !important;
    /* text-align: center; */
    color: black;
}
.default .button {
    float: right;
    margin-top: -3rem;
}


.wrapper {
    width: 100%;
    max-width: 1300px;
    padding: 0 20px;
    margin: 0 auto
}

@media (max-width:700px) {
    .wrapper {
        padding: 0 12px
    }
}

.wrapper__search-top5,
.wrapper__search-top5~footer {
    background: #e9fafe
}

.clear:after,
.search-list-item:after {
    content: "";
    display: table;
    clear: both
}

.txt-center {
    width: 100%;
    text-align: center
}

.txt-right {
    width: 100%;
    text-align: right
}

.ov-auto {
    overflow: auto
}

.list-unstyled,
.list-unstyled li {
    margin: 0;
    padding: 0
}

.list-unstyled li {
    list-style: none
}

.margin-t {
    margin-top: 1.5rem
}

.margin-t-sm {
    margin-top: 1rem
}

.margin-b {
    margin-bottom: 1.5rem
}

.margin-b-sm {
    margin-bottom: 1rem
}

.margin-b-0 {
    margin-bottom: 0 !important
}

.margin-b-lg,
.margin-y-lg {
    margin-bottom: 2rem
}

.margin-y-lg {
    margin-top: 2rem
}

@media (max-width:1140px) {
    .md-hide {
        display: none !important
    }
}

@media (max-width:1023px) {
    .sm-hide {
        display: none !important
    }
}

@media (max-width:767px) {
    .sm2-hide {
        display: none !important
    }
}

.sm2-show {
    display: none
}

@media (max-width:767px) {
    .sm2-show {
        display: block !important
    }
}

@media (max-width:480px) {
    .xs-hide {
        display: none !important
    }
}

@media (max-width:320px) {
    .xxs-hide {
        display: none !important
    }
}

.hide {
    display: none !important
}

.img-right {
    float: right;
    text-align: center;
    margin: 0 0 1rem 1.5rem
}

.img-left {
    float: left;
    text-align: center;
    margin: 0 1.5rem 1rem 0
}

.aspect-ratio-3-2 {
    display: block;
    position: relative;
    overflow: hidden
}

.aspect-ratio-3-2:before {
    display: block;
    content: "";
    width: 100%;
    padding: 66.66667% 0 0;
    z-index: 1
}

.aspect-ratio-3-2 img {
    display: block;
    height: 100%;
    max-width: unset !important;
    width: auto !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    transform: translateX(-50%);
    z-index: 0;
    max-height: 120px
}

.aspect-ratio-3-2__grid {
    display: block;
    position: relative;
    overflow: hidden
}

.aspect-ratio-3-2__grid:before {
    display: block;
    content: "";
    width: 100%;
    padding: 66.66667% 0 0;
    z-index: 1
}

.aspect-ratio-3-2__grid img {
    display: block;
    max-height: 80%;
    max-width: 80%;
    position: absolute;
    top: 10%;
    bottom: 0;
    left: 50%;
    right: 0;
    transform: translateX(-50%);
    z-index: 0
}

.aspect-ratio-4-3 {
    display: block;
    position: relative;
    overflow: hidden
}

.aspect-ratio-4-3:before {
    display: block;
    content: "";
    width: 100%;
    padding: 75% 0 0;
    z-index: 1
}

.aspect-ratio-4-3 img {
    display: block;
    height: 100%;
    max-width: unset !important;
    width: auto !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    transform: translateX(-50%);
    z-index: 0
}

.aspect-ratio-square {
    display: block;
    position: relative;
    overflow: hidden
}

.aspect-ratio-square:before {
    display: block;
    content: "";
    width: 100%;
    padding: 100% 0 0;
    z-index: 1
}

.aspect-ratio-square img {
    display: block;
    height: 100%;
    max-width: unset !important;
    width: auto !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    transform: translateX(-50%);
    z-index: 0
}

.no-flexwrap .flex-grid {
    display: block !important
}
.clicksco__container {
    max-width: 1400px;
    width: 100%;
    margin: auto;
    box-sizing: border-box
}

.clicksco__Flex {
    display: flex
}

.clicksco__Flexwrap {
    flex-wrap: wrap
}

.clicksco__FlexNoWrap {
    flex-wrap: nowrap
}

.clicksco__Flexcolomn {
    flex-direction: column
}

.clicksco__justifyCenter {
    justify-content: center
}

.clicksco__justifyRight {
    justify-content: right
}

.clicksco__alignCenter {
    align-items: center
}

.clicksco__alignStart {
    align-items: start
}

.clicksco__spaceBetween {
    justify-content: space-between
}

.clicksco__spaceAround {
    justify-content: space-around
}

.clicksco__spaceEvenly {
    justify-content: space-evenly
}

.clicksco__flex7 {
    flex: 0 1 7%
}

.clicksco__flex10 {
    flex: 0 1 10%
}

.clicksco__flex12 {
    flex: 0 1 12%
}

.clicksco__flex15 {
    flex: 0 1 15%
}

.clicksco__flex18 {
    flex: 0 1 18%
}

.clicksco__flex20 {
    flex: 0 1 20%
}

.clicksco__flex23 {
    flex: 0 1 23%
}

.clicksco__flex22 {
    flex: 0 1 22%
}

.clicksco__flex25 {
    flex: 0 1 25%
}

.clicksco__flex28 {
    flex: 0 1 28%
}

.clicksco__flex30 {
    flex: 0 1 30%
}

.clicksco__flex33 {
    flex: 0 1 33%
}

.clicksco__flex35 {
    flex: 0 1 35%
}

.clicksco__flex40 {
    flex: 0 1 40%
}

.clicksco__flex42 {
    flex: 0 1 42%
}

.clicksco__flex45 {
    flex: 0 1 45%
}

.clicksco__flex48 {
    flex: 0 1 48%
}

.clicksco__flex50 {
    flex: 0 1 50%
}

.clicksco__flex60 {
    flex: 0 1 60%
}

.clicksco__flex65 {
    flex: 0 1 65%
}

.clicksco__flex68 {
    flex: 0 1 68%
}

.clicksco__flex70 {
    flex: 0 1 70%
}

.clicksco__flex75 {
    flex: 0 1 75%
}

.clicksco__flex80 {
    flex: 0 1 80%
}

.clicksco__flex90 {
    flex: 0 1 90%
}

.clicksco__widthFull {
    width: 100%
}

.clicksco__height {
    height: 100vh
}

div[id^=google_ads] {
    display: inline-block
}

.list-items {
    padding: 0 0 10px
}

.li-label {
    font-size: 13px;
    color: #666;
    font-weight: 400;
    text-align: right;
    padding: 11px 0 2px
}

.li-label span {
    text-transform: capitalize
}

@media (max-width:600px) {
    .li-nomob {
        display: none
    }
}

.li-item {
    display: table;
    width: 100%;
    border: 1px solid #66a8ec;
    margin-top: 11px
}

.li-item:first-child {
    margin-top: 0
}

.li-item:hover {
    background: #fff1bb
}

.li-item>* {
    display: table-cell;
    vertical-align: top
}

@media (max-width:600px) {

    .li-item:nth-child(n+2) .il-links,
    .li-item:nth-child(n+2) .li-links {
        display: none
    }
}

.li-img {
    width: 92px;
    padding: 14px 0 14px 20px
}

@media (max-width:600px) {
    .li-img {
        display: none
    }
}

.li-img img {
    display: block;
    width: 72px;
    height: 72px;
    border: 1px solid #d1d7fd;
    background-color: #fff
}

.li-main {
    width: auto;
    line-height: 1.1;
    padding: 13px 10px 12px 17px
}

@media (max-width:600px) {
    .li-main {
        padding: 8px 10px 8px 12px
    }
}

.li-main-wrapper {
    display: table;
    width: 100%
}

.li-main-wrapper>* {
    display: table-cell;
    vertical-align: top
}

@media (max-width:1000px) {

    .li-main-wrapper,
    .li-main-wrapper>* {
        display: block
    }
}

.li-urls {
    width: auto;
    padding: 0 15px 0 0
}

@media (max-width:1000px) {
    .li-urls {
        padding: 0
    }
}

.li-links {
    width: 300px
}

@media (max-width:1200px) {
    .li-links {
        width: 220px
    }
}

@media (max-width:1000px) {
    .li-links {
        width: 100%
    }

    .li-links:after {
        clear: both;
        content: "";
        height: 0;
        display: block
    }
}

@media (max-width:600px) {
    .li-links {
        display: flex;
        flex-wrap: wrap
    }
}

.li-link {
    padding: 0 0 9px
}

.li-link:nth-child(n+4) {
    display: none
}

@media (max-width:600px) {
    .li-link:nth-child(n+4) {
        display: block
    }
}

@media (max-width:1000px) {
    .li-link {
        float: left;
        padding: 3px 0 6px;
        margin-right: 20px
    }
}

@media (max-width:1000px) and (max-width:600px) {
    .li-link {
        float: unset;
        margin-right: 0
    }
}

@media (max-width:600px) {
    .li-link {
        display: block;
        width: 50%
    }
}

.li-link a {
    position: relative
}

.li-link a span {
    color: #000;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500
}

.li-title a {
    color: #e80037;
    font-size: 17px;
    font-weight: 700;
    text-decoration: underline;
    line-height: 17px
}

.li-descr {
    max-width: 600px
}

.li-descr a,
.li-reviews a {
    color: #444;
    font-size: 13px
}

.li-stars {
    color: #c8c8c8;
    position: relative;
    font-size: 18px;
    display: inline-block
}

.li-stars .li-stars-over {
    color: #fdc400;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    display: inline-block
}

.li-url {
    color: #3ca3fa;
    font-size: 13px
}

@media (max-width:600px) {
    .li-url {
        max-width: 200px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }
}

.li-url a {
    color: inherit
}

.li-chevron {
    width: 170px;
    padding: 20px 30px 15px 0
}

@media (max-width:600px) {
    .li-chevron {
        width: 75px;
        padding: 12px 10px 10px 0
    }
}

.li-chevron a {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    display: block;
    background: #ff562d;
    position: relative;
    height: 39px;
    border-radius: 20px;
    overflow: hidden;
    padding: 8px 0 0 21px
}

@media (max-width:600px) {
    .li-chevron a {
        height: 65px;
        border-radius: 50px;
        font-size: 14px;
        font-weight: 700;
        padding: 30px 0 0;
        line-height: 1;
        text-align: center
    }
}

.li-chevron a span:after {
    position: absolute;
    font-family: icomoon;
    content: "\e904";
    right: 9px;
    top: 2px;
    font-size: 22px;
    font-weight: 400
}

@media (max-width:600px) {
    .li-chevron a span:after {
        display: block;
        content: "\e90b";
        right: 16px;
        top: 0;
        font-size: 32px
    }
}

.il-links {
    padding: 5px 0 0
}

.il-links .li-link {
    float: left;
    width: 300px;
    max-width: 100%
}

.il-links:after {
    clear: both;
    content: "";
    height: 0;
    display: block
}

.li-link-descr {
    font-size: 13px
}

@media (max-width:600px) {
    .li-link-descr {
        display: none
    }
}

.li-link-descr:first-of-type {
    padding: 7px 0 0
}

.li-link-descr a {
    color: #444;
    padding: 0
}

.li-link-descr a:before {
    display: none
}

.li-bottom .li-main-wrapper,
.li-bottom .li-main-wrapper>* {
    display: block
}

.li-bottom .li-urls {
    width: 100%;
    padding: 0
}

.li-bottom .li-links {
    width: 100%
}

.li-bottom .li-links:after {
    display: block;
    content: "";
    clear: both;
    height: 0
}

.li-bottom .li-link {
    margin-right: 20px;
    float: left;
    padding: 6px 0 2px
}

@media (max-width:600px) {
    .li-bottom .li-link {
        float: unset;
        margin-right: 0
    }
}

.li-bottom .li-chevron {
    width: 75px;
    padding: 12px 10px 10px 0
}

.li-bottom .li-chevron a {
    height: 65px;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 30px 0 0;
    line-height: 1;
    text-align: center
}

.li-bottom .li-chevron a span:after {
    display: block;
    content: "\e90b";
    right: 16px;
    top: 0;
    font-size: 32px
}

.li-article .li-links {
    width: 220px;
    vertical-align: middle
}

@media (max-width:900px) {
    .li-article .li-links {
        width: auto
    }
}

.li-article .li-chevron {
    width: 75px;
    padding: 12px 10px 10px 0;
    vertical-align: middle
}

.li-article .li-chevron a {
    height: 65px;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 30px 0 0;
    line-height: 1;
    text-align: center
}

.li-article .li-chevron a span:after {
    display: block;
    content: "\e90b";
    right: 16px;
    top: 0;
    font-size: 32px
}

.list-items__search-top5 .li-item {
    margin-bottom: 15px
}

.list-items__search-top5 .li-item .li-urls>* {
    margin-bottom: 7px
}

.list-items__search-top5 .li-item .li-links {
    width: 100%;
    display: grid;
    grid-gap: 5px;
    grid-template-columns: 1fr 1fr
}

@media (max-width:767px) {
    .list-items__search-top5 .li-item .li-links {
        grid-template-columns: 1fr
    }
}

.list-items__search-top5 .li-item .li-links .li-link {
    width: 100%
}

.list-items__search-top5 .li-item .li-links .li-link:nth-child(n+4) {
    display: block
}

.li-article-lander .li-item {
    background: #efefef;
    border-color: #efefef;
    margin-bottom: 15px
}

.li-article-lander .li-urls>:not(.li-links) {
    margin-bottom: 10px
}

.li-article-lander .li-descr a,
.li-article-lander .li-url {
    color: #121212
}

.li-article-lander .li-link a span,
.li-article-lander .li-title a {
    color: #158dfd
}

.li-article-lander .li-link,
.li-article-lander .li-links {
    width: 100%
}

.li-article-lander .li-chevron {
    padding: 20px 15px 10px 5px;
    width: 160px;
    vertical-align: top
}

@media (max-width:767px) {
    .li-article-lander .li-chevron {
        width: 90px
    }
}

.li-article-lander .li-chevron a {
    background: #e2332b;
    height: auto;
    padding: 5px;
    text-align: center;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    flex-direction: row;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    min-height: 40px
}

@media (max-width:767px) {
    .li-article-lander .li-chevron a {
        flex-direction: column-reverse;
        justify-content: center;
        height: 70px;
        width: 70px;
        font-size: 14px;
        gap: 2px
    }
}

.li-article-lander .li-chevron a span {
    white-space: normal
}

.li-article-lander .li-chevron a span:after,
.li-article-lander .li-chevron a span:before {
    display: none
}

.li-article-lander .li-chevron a:after {
    font-family: icomoon;
    content: "\e901";
    font-size: 18px
}

@media (max-width:767px) {
    .li-article-lander .li-chevron a:after {
        font-size: 15px
    }
}

.background-top5-hotspots {
    background-color: #f3f3f3
}

.wrapper__top5-hotspots {
    display: flex
}

@media (max-width:900px) {
    .wrapper__top5-hotspots {
        flex-direction: column
    }
}

.list-items__top5-hotspots {
    width: 60%
}

@media (max-width:900px) {
    .list-items__top5-hotspots {
        width: 100%
    }
}

.list-items__top5-hotspots .li-label {
    text-align: left;
    padding: 11px 0 2px 20px
}

@media (max-width:900px) {
    .list-items__top5-hotspots .li-label {
        text-align: right;
        padding: 11px 20px 0 0
    }
}

.list-items__top5-hotspots .li-items {
    border: 1px solid #ff562d;
    background: #fff;
    margin: 20px 20px 0 0;
    box-shadow: 0 0 2px 0 #ff613b;
    border-radius: 4px
}

@media (max-width:900px) {
    .list-items__top5-hotspots .li-items {
        margin: 20px 0 0
    }
}

.list-items__top5-hotspots .li-item {
    border-radius: 7px;
    border: none;
    margin: 0
}

.list-items__top5-hotspots .li-item .li-urls>* {
    margin-bottom: 7px
}

.list-items__top5-hotspots .li-item .li-links {
    width: 100%;
    display: grid;
    grid-gap: 5px;
    grid-template-columns: 1fr 1fr
}

@media (max-width:767px) {
    .list-items__top5-hotspots .li-item .li-links {
        grid-template-columns: 1fr
    }
}

.list-items__top5-hotspots .li-item .li-links .li-link {
    width: 100%
}

.list-items__top5-hotspots .li-item .li-chevron a {
    background: #e80037
}

.list-items__top5-hotspots .li-item .li-link span {
    font-weight: 700
}

.list-items__top5-hotspots .li-item .li-link-descr {
    display: block
}

@media (max-width:1100px) {
    .list-items__top5-hotspots .li-item .li-chevron {
        width: 75px;
        padding: 12px 10px 10px 0
    }
}

@media (max-width:1100px) {
    .list-items__top5-hotspots .li-item .li-chevron a {
        height: 65px;
        border-radius: 50px;
        font-size: 14px;
        font-weight: 700;
        padding: 30px 0 0;
        line-height: 1;
        text-align: center
    }
}

@media (max-width:1100px) {
    .list-items__top5-hotspots .li-item .li-chevron a span:after {
        display: block;
        content: "\e90b";
        right: 16px;
        top: 0;
        font-size: 32px
    }
}

.suggestions-top5-hotspots {
    padding: 20px 0 0;
    font-size: 13px;
    width: 40%;
    overflow: hidden
}

@media (max-width:900px) {
    .suggestions-top5-hotspots {
        width: 100%
    }
}

.suggestions-top5-hotspots .sgt-header-top5-hotspots {
    font-size: 16px;
    color: #0e1f68;
    text-transform: capitalize;
    padding: 0 0 5px
}

.suggestions-top5-hotspots .sgt-header-top5-hotspots span {
    font-weight: 600
}

.suggestions-top5-hotspots .sgt-hotspots-top5-hotspots,
.suggestions-top5-hotspots .sgt-images-top5-hotspots {
    border: 1px solid #ff562d;
    background: #fff;
    box-shadow: 0 0 2px 0 #ff613b;
    border-radius: 4px
}

.suggestions-top5-hotspots .sgt-images-top5-hotspots {
    margin: 20px 0 0;
    padding: 15px
}

.suggestions-top5-hotspots .sgt-hotspots-top5-hotspots {
    padding: 15px
}

.suggestions-top5-hotspots a {
    color: #2196f3
}

.suggestions-top5-hotspots a:before {
    color: #e95e0f
}

.suggestions-top5-hotspots .sgt-items-top5-hotspots {
    display: block;
    width: 100%;
    margin: 4px 0
}

.suggestions-top5-hotspots .sgt-items-top5-hotspots a {
    color: #000;
    font-size: 16px;
    text-transform: capitalize;
    white-space: nowrap;
    position: relative;
    display: block;
    width: 100%
}

.suggestions-top5-hotspots .sgt-items-top5-hotspots a:nth-child(n+9) {
    display: none
}

@media (max-width:480px) {
    .suggestions-top5-hotspots .sgt-items-top5-hotspots a:nth-child(n+9) {
        display: block
    }
}

.suggestions-top5-hotspots .sgt-items-top5-hotspots a:before {
    font-family: icomoon;
    content: "\e904";
    color: #e80037;
    position: absolute;
    top: -4px;
    right: 5px;
    font-size: 18px
}

.suggestions-top5-hotspots .sgt-items-top5-hotspots a span {
    display: block;
    padding: 0 0 5px;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis
}

.suggestions-top5-hotspots .sgt-items-top5-hotspots .sgt-wrapper-top5-hotspots {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column
}

.suggestions-top5-hotspots .sgt-main-top5-hotspots {
    display: flex;
    flex-wrap: wrap
}

.suggestions-top5-hotspots .sgt-item-top5-hotspots {
    width: 50%;
    text-align: left
}

.suggestions-top5-hotspots .sgt-item-top5-hotspots .sgt-text-top5-hotspots a {
    color: #000;
    font-weight: 600;
    text-transform: capitalize
}

.suggestions-top5-hotspots .sgt-item-top5-hotspots .li-img {
    margin: 0;
    padding: 14px 0 !important
}

@media (max-width:600px) {
    .suggestions-top5-hotspots .sgt-item-top5-hotspots .li-img {
        display: block !important
    }
}

.list-blue {
    position: relative;
    margin: 30px 0
}

.list-blue .objects-label {
    color: #666;
    text-align: right;
    font-size: 13px
}

.list-blue .object {
    margin: 10px 10px 20px 0;
    position: relative
}

.list-blue .object.object-list-item {
    display: table;
    width: 100%
}

.list-blue .object.object-list-item>* {
    display: table-cell;
    vertical-align: top
}

.list-blue .object.object-list-item .object__info {
    padding: 0 15px 3px
}

@media (max-width:600px) {
    .list-blue .object.object-list-item .object__info {
        padding: 0 0 3px;
        display: block !important
    }
}

.list-blue .object.object-list-item .object__btn-container {
    width: 110px
}

@media (max-width:600px) {
    .list-blue .object.object-list-item .object__btn-container {
        display: block !important
    }
}

@media (max-width:1023px) {
    .list-blue .object .site-link {
        display: none
    }
}

@media (max-width:480px) {
    .list-blue .object {
        margin: 10px auto 20px;
        padding: 5px 10px;
        border: 1px solid #f3f3f3;
        box-shadow: 0 0 5px #f3f3f3
    }
}

.list-blue .object__img {
    width: 60px;
    padding: 4px 0 0
}

@media (max-width:600px) {
    .list-blue .object__img {
        display: none !important
    }
}

.list-blue .object__img img {
    display: block;
    width: 60px;
    height: 60px;
    border: 1px solid #909ce5
}

.list-blue .object-chevron-btn {
    display: inline-block;
    padding: 5px 26px 5px 15px;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    box-shadow: 0 2px 2px 0 rgba(79, 79, 79, .12);
    color: #3300b5;
    font-size: 15px
}

.list-blue .object-chevron-btn span {
    padding-right: 5px
}

.list-blue .object__name {
    text-decoration: underline;
    max-width: 610px;
    color: #3300b5;
    font-size: 17px
}

.list-blue .object__url {
    color: #0e7744;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word
}

.list-blue .object__descr {
    color: #333
}

.list-blue .object__descr a {
    color: #333;
    font-size: 14px
}

.list-blue .object__info {
    padding-bottom: 3px;
    width: auto
}

.list-blue .object__links {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    width: 100%;
    padding: 0 10px 3px
}

.list-blue .object__links .site-link {
    display: block;
    padding: 3px 5px 6px 10px;
    position: relative;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    page-break-inside: avoid;
    color: #3300b5;
    font-size: 17px
}

.list-blue .object__links .site-link .sl-descr {
    color: #333
}

.list-blue .object__links .site-link .sl-descr a {
    color: #333;
    font-size: 14px
}

.list-blue__top {
    margin-bottom: 10px;
    border-bottom: 1px solid #babcc3
}

@media (max-width:480px) {

    .list-blue__article,
    .list-blue__bottom,
    .list-blue__top {
        border: none
    }
}

.list-blue__article .object__info,
.list-blue__bottom .object__info,
.list-blue__top .object__info {
    position: relative;
    padding-right: 130px
}

@media (max-width:1023px) {

    .list-blue__article .object__info,
    .list-blue__bottom .object__info,
    .list-blue__top .object__info {
        padding-right: 65px
    }
}

.list-blue__article .object__btn-container,
.list-blue__bottom .object__btn-container,
.list-blue__top .object__btn-container {
    position: absolute;
    top: 10px;
    right: 10px
}

@media (max-width:1023px) {

    .list-blue__article .object__btn-container,
    .list-blue__bottom .object__btn-container,
    .list-blue__top .object__btn-container {
        right: 0;
        top: 0
    }
}

.list-blue__article .object-chevron-btn,
.list-blue__bottom .object-chevron-btn,
.list-blue__top .object-chevron-btn {
    background-color: #f9f9f9
}

@media (max-width:1023px) {

    .list-blue__article .object-chevron-btn,
    .list-blue__bottom .object-chevron-btn,
    .list-blue__top .object-chevron-btn {
        padding: 5px;
        width: 60px;
        height: 60px;
        font-size: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center
    }

    .list-blue__article .object-chevron-btn span,
    .list-blue__bottom .object-chevron-btn span,
    .list-blue__top .object-chevron-btn span {
        padding: 0 2px
    }
}

@media (max-width:1023px) {

    .list-blue__article .object__links,
    .list-blue__bottom .object__links,
    .list-blue__top .object__links {
        padding: 0 60px 0 0
    }
}

@media (max-width:480px) {

    .list-blue__article .object__links,
    .list-blue__bottom .object__links,
    .list-blue__top .object__links {
        column-count: 1
    }
}

@media (max-width:1023px) {

    .list-blue__article .object__links .site-link,
    .list-blue__bottom .object__links .site-link,
    .list-blue__top .object__links .site-link {
        padding: 0
    }
}

@media (max-width:1023px) {

    .list-blue__article .objects-label+.object .site-link,
    .list-blue__bottom .objects-label+.object .site-link,
    .list-blue__top .objects-label+.object .site-link {
        display: block !important
    }
}

.list-blue__bottom {
    border-top: 1px solid #babcc3;
    padding-top: 5px
}

@media (max-width:480px) {
    .list-blue__bottom {
        border: none;
        margin-top: 10px
    }
}

.yh-hcgrid {
    margin: 15px 0
}

.yh-hcgrid__caption {
    color: #666;
    font-size: 13px;
    line-height: 13px;
    padding: 5px 0 5px 12px;
    text-align: right
}

.yh-hcgrid__container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 10px
}

@media (max-width:1023px) {
    .yh-hcgrid__container {
        display: block
    }
}

.yh-hcgrid__item {
    padding: 15px 15px 70px;
    background-color: #f9feff;
    border: 1px solid #8ecceb;
    border-radius: 12px;
    box-shadow: 0 3px #b9d9ee;
    position: relative
}

@media (max-width:1023px) {
    .yh-hcgrid__item {
        padding: 12px;
        width: 100%
    }

    .yh-hcgrid__item:not(.yh-hcgrid__item:last-child) {
        margin-bottom: 10px
    }
}

.yh-hcgrid__header {
    font-size: 15px;
    line-height: 1.2;
    vertical-align: top;
    width: 100%;
    margin-bottom: 10px;
    display: flex
}

@media (max-width:1023px) {
    .yh-hcgrid__header {
        padding-right: 80px;
        margin-bottom: 5px
    }
}

.yh-hcgrid__img {
    width: 87px;
    padding-right: 12px;
    float: left
}

@media (max-width:1023px) {
    .yh-hcgrid__img {
        display: none
    }
}

.yh-hcgrid__img img {
    display: block;
    width: 75px;
    border: 1px solid #0a008c
}

.yh-hcgrid__title {
    color: #0355ed;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    display: block;
    max-width: 100%;
    overflow-wrap: break-word;
    text-decoration: underline
}

.yh-hcgrid__title a {
    text-decoration: none;
    color: #0355ed
}

.yh-hcgrid__descr {
    color: #646464;
    font-size: 13px;
    line-height: 1.2;
    margin: 0 0 5px;
    padding: 0
}

.yh-hcgrid__descr a {
    color: inherit;
    text-decoration: none
}

@media (max-width:1023px) {
    .yh-hcgrid__descr {
        padding-right: 80px
    }
}

.yh-hcgrid__links {
    display: inline-block
}

.yh-hcgrid__link {
    color: #24a0f7;
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin: 0 1em 0 0
}

.yh-hcgrid__link a {
    color: inherit;
    text-decoration: underline
}

.yh-hcgrid__url {
    font-size: 12px;
    color: #0355ed;
    line-height: 1;
    text-decoration: none;
    overflow-wrap: break-word
}

.yh-hcgrid__url a {
    color: inherit;
    text-decoration: none
}

.yh-hcgrid__btn {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    border-radius: 5px;
    background: linear-gradient(0deg, #f87026, #fb944f);
    border: 1px solid #ff7e00;
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    display: flex;
    justify-content: center;
    align-items: center
}

.yh-hcgrid__btn:hover {
    color: #fff
}

.yh-hcgrid__btn:after {
    content: "\e904";
    font-family: icomoon;
    position: absolute;
    right: 0;
    background: #e95e0f;
    border-radius: 0 5px 5px 0;
    width: 35px;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px
}

.yh-hcgrid__btn span {
    margin-right: 17px
}

@media (max-width:1023px) {
    .yh-hcgrid__btn span {
        margin-right: 0;
        font-size: 13px
    }
}

@media (max-width:1023px) {
    .yh-hcgrid__btn {
        left: unset;
        right: 10px;
        top: 15px;
        width: 70px;
        height: 70px;
        line-height: 70px;
        border-radius: 50%;
        border: 1px solid #f4b072;
        flex-direction: column-reverse;
        font-size: 16px
    }

    .yh-hcgrid__btn:after {
        background: 0 0;
        padding: 0;
        position: relative;
        font-size: 23px;
        height: 21px;
        display: block
    }

    .yh-hcgrid__btn:active {
        background: #4094ef
    }
}

.yh-push {
    margin: 0 0 5px;
    padding: 3px 0 10px
}

.yh-push__caption {
    font-size: 13px;
    color: #666;
    line-height: 11px;
    float: right;
    padding: 5px 0 5px 15px
}

.yh-push__container {
    margin: 0
}

.yh-push__item {
    display: table;
    table-layout: fixed;
    padding: 15px;
    width: 100%;
    background: #f2f2f2;
    margin-bottom: 10px
}

@media (max-width:480px) {
    .yh-push__item {
        padding: 10px;
        margin-bottom: 5px;
        display: block
    }
}

.yh-push__item:hover {
    background: #f2f2f2
}

.yh-push__img {
    display: table-cell;
    vertical-align: top;
    width: 85px;
    padding-right: 15px;
    font-size: 8px
}

@media (max-width:480px) {
    .yh-push__img {
        display: none
    }
}

.yh-push__img a {
    background: #fff
}

.yh-push__img img {
    display: block;
    width: 70px;
    border: 1px solid transparent
}

@media (max-width:768px) {
    .yh-push__img img {
        max-width: 100%
    }
}

.yh-push__body {
    font-size: 15px;
    line-height: 1.2;
    display: table-cell;
    vertical-align: top;
    width: auto;
    padding-right: 15px
}

@media (max-width:768px) {
    .yh-push__body {
        display: block;
        padding-right: 0
    }
}

.yh-push__body a {
    color: inherit
}

.yh-push__body a:hover {
    color: inherit;
    text-decoration: underline
}

.yh-push__title {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    padding: 0 0 3px;
    margin: 0;
    display: block;
    max-width: 100%;
    overflow-wrap: break-word
}

@media (max-width:768px) {
    .yh-push__title {
        font-size: 30px
    }
}

.yh-push__title a {
    color: #000
}

.yh-push__title a,
.yh-push__title a:hover {
    text-decoration: none
}

.yh-push__item:hover .yh-push__title a,
.yh-push__item:hover .yh-push__title a:hover {
    color: #000
}

.yh-push__descr {
    color: #333;
    line-height: 1.2;
    margin: 0 0 4px;
    padding: 0
}

.yh-push__descr a {
    color: inherit;
    text-decoration: none
}

.yh-push__rating {
    display: block;
    line-height: 1;
    margin: 0 0 4px
}

.yh-push__rating .rating-stars {
    display: block;
    float: left;
    margin-top: -1px
}

.yh-push__rating a {
    text-decoration: none
}

.yh-push__rating-text {
    color: #333;
    text-decoration: none;
    line-height: 15px
}

.yh-push__rating-text:hover {
    color: #333
}

.yh-push__url {
    color: #999;
    line-height: 1;
    overflow-wrap: break-word;
    margin-top: 8px
}

.yh-push__url a {
    text-decoration: none
}

.yh-push__link {
    color: #000;
    font-size: 15px;
    position: relative
}

.yh-push__link a {
    color: inherit;
    text-decoration: underline
}

.yh-push__link a:hover {
    text-decoration: underline;
    color: #000
}

.yh-push__link-title {
    font-weight: 600;
    display: inline
}

.yh-push__link-descr {
    color: #333 !important;
    text-decoration: none !important
}

.yh-push__link-descr:hover {
    text-decoration: underline !important
}

.yh-push__links--desk {
    color: #000;
    display: table-cell;
    vertical-align: top;
    width: 27%;
    padding-right: 10px
}

@media (max-width:1023px) {
    .yh-push__links--desk {
        display: none
    }
}

.yh-push__links--mob {
    width: 100%;
    display: none
}

@media (max-width:1023px) {
    .yh-push__links--mob {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between
    }
}

@media (max-width:480px) {
    .yh-push__links--mob {
        display: block
    }
}

.yh-push__links--mob .yh-push__link {
    flex-grow: 1;
    flex-basis: 0;
    min-width: 200px;
    padding-right: 13px
}

@media (max-width:480px) {
    .yh-push__links--mob .yh-push__link {
        margin-bottom: 2px
    }
}

.yh-push__links--mob .yh-push__link:nth-of-type(n+3) {
    display: none
}

.yh-push__btn-col {
    display: table-cell;
    vertical-align: top;
    padding-top: 1em;
    width: 120px
}

@media (max-width:768px) {
    .yh-push__btn-col {
        display: none
    }
}

.yh-push__btn--desk,
.yh-push__btn--mob {
    color: #fff;
    font-size: 15px;
    text-align: center;
    font-weight: 500;
    padding: 2px;
    background: #e50000;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 1px solid #e50000
}

.yh-push__btn--desk:visited,
.yh-push__btn--mob:visited {
    color: #fff !important
}

.yh-push__btn--desk:after,
.yh-push__btn--mob:after {
    content: "\276F";
    margin-left: 10px;
    font-weight: 400
}

.yh-push__btn--desk {
    width: 120px;
    height: 60px;
    text-decoration: none;
    border-radius: 5px
}

.yh-push__btn--desk:hover {
    color: #fff !important;
    background: #c00
}

.yh-push__btn--mob {
    font-size: 14px;
    text-align: center;
    margin: 14px 0;
    text-decoration: none;
    border-radius: 5px;
    height: 45px
}

.yh-push__btn--mob:hover {
    background-color: #c00 !important;
    color: #fff !important
}

@media (min-width:768px) {
    .yh-push__btn--mob {
        display: none
    }
}

.yh-push__4th-line-annotation,
.yh-push__annotation,
.yh-push__brand,
.yh-push__callouts,
.yh-push__categories,
.yh-push__phone,
.yh-push__rating-list,
.yh-push__review,
.yh-push__security-badge,
.yh-push__top-ad {
    color: #333;
    margin-bottom: 4px
}

.yh-push__4th-line-annotation a,
.yh-push__annotation a,
.yh-push__brand a,
.yh-push__callouts a,
.yh-push__categories a,
.yh-push__phone a,
.yh-push__rating-list a,
.yh-push__review a,
.yh-push__security-badge a,
.yh-push__top-ad a {
    text-decoration: none
}

.yh-push__categories span {
    color: #000
}

.search-top5 .yh-push__item {
    margin-bottom: 15px
}

.search-top5 .yh-push__item .yh-push__links {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: 1fr 1fr
}

@media (max-width:767px) {
    .search-top5 .yh-push__item .yh-push__links {
        grid-template-columns: 1fr
    }
}

.search-top5__banner-bottom {
    text-align: center;
    margin-bottom: 15px
}

.pla-block .section-header {
    margin-bottom: 10px
}

.pla-block a {
    color: inherit;
    text-decoration: inherit;
    word-break: break-word
}

@media (max-width:1350px) {
    .pla-block .pla-items-wrapper {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width:767px) {
    .pla-block .pla-items-wrapper {
        padding: 0
    }

    .pla-block .pla-items-wrapper .pla-items .pla-item:nth-child(n+5) {
        display: none
    }
}

.pla-block .slick-arrow {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    background: #fff;
    z-index: 1;
    top: calc(45% - 30px);
    border-radius: 100%;
    border: 1px solid #909ce5
}

.pla-block .slick-arrow:before {
    font-family: icomoon;
    color: #909ce5;
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 400
}

.pla-block .slick-arrow:hover {
    background: #d6fde6
}

.pla-block .pp-prev {
    left: -25px
}

.pla-block .pp-prev:before {
    content: "\e906"
}

.pla-block .pp-next {
    right: -25px
}

.pla-block .pp-next:before {
    content: "\e90b"
}

.pla-block .pla-header {
    display: flex;
    justify-content: space-between;
    padding: 6px 0 5px
}

.pla-block .pla-header .pla-search {
    font-size: 14px
}

.pla-block .pla-header .pla-search b {
    text-transform: capitalize
}

.pla-block .pla-header .pla-label {
    font-size: 11px;
    color: #b9b9b9;
    display: flex;
    align-items: end
}

.pla-block .slick-track {
    display: flex
}

.pla-block .pla-items {
    position: relative
}

.pla-block .pla-item {
    padding: 0 5px
}

@media (max-width:767px) {
    .pla-block .pla-item {
        padding: 0;
        margin-bottom: 5px
    }
}

.pla-block .pla-border {
    padding: 1px;
    border-radius: 12px;
    height: 100%;
    border: 1px solid #909ce5
}

.pla-block .pla-content {
    height: 100%;
    border-radius: 10px;
    max-height: 400px;
    overflow: hidden;
    padding: 15px;
    background: #fff;
    display: grid;
    grid-template-rows: 150px auto
}

.pla-block .pla-content:hover {
    background: #d6fde6
}

@media (max-width:767px) {
    .pla-block .pla-content {
        grid-template-rows: auto;
        grid-template-columns: 90px auto
    }
}

.pla-block .pla-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.pla-block .pla-img {
    text-align: center
}

@media (max-width:767px) {
    .pla-block .pla-img {
        text-align: left
    }
}

.pla-block .pla-img-wrapper {
    background: #fff;
    border: 1px solid #ffb300;
    display: inline-block;
    padding: 5px
}

@media (max-width:767px) {
    .pla-block .pla-img-wrapper {
        min-height: 70px;
        display: grid;
        justify-content: center;
        align-content: center;
        max-width: 80px
    }
}

.pla-block .pla-img-wrapper img {
    height: 130px;
    max-width: 100%
}

@media (max-width:767px) {
    .pla-block .pla-img-wrapper img {
        max-height: 100%;
        width: 70px;
        max-width: none;
        height: auto
    }
}

.pla-block .pla-title {
    font-size: 14px;
    color: #000;
    text-decoration: underline
}

.pla-block .pla-title:hover {
    text-decoration: none
}

.pla-block .pla-description {
    font-size: 13px;
    color: #444;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.pla-block .pla-rating a {
    color: #444;
    font-size: 13px
}

.pla-block .pla-stars {
    color: #c8c8c8;
    position: relative;
    font-size: 18px;
    display: inline-block;
    word-break: normal
}

.pla-block .pla-stars .pla-stars-over {
    color: #fdc400;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    display: inline-block;
    height: 100%
}

@media (max-width:600px) {
    .pla-block .pla-nomob {
        display: none
    }
}

.pla-block .pla-merchant-price {
    display: flex
}

.pla-block .pla-merchant-price .pla-merchant {
    color: #000;
    font-size: 14px;
    margin-right: 10px;
    font-weight: 700
}

.pla-block .pla-merchant-price .pla-merchant:hover {
    text-decoration: underline
}

.pla-block .pla-price {
    font-size: 14px;
    color: #566ade
}

.pla-block .pla-price:hover {
    text-decoration: underline
}

.pla-block .pla-condition,
.pla-block .pla-delivery,
.pla-block .pla-discount {
    font-size: 12px;
    color: #565c7d
}

.pla-block .pla-condition:hover,
.pla-block .pla-delivery:hover,
.pla-block .pla-discount:hover {
    text-decoration: underline
}

.pla-fblander .pla-block {
    margin-top: 10px
}

@media (max-width:480px) {
    .pla-fblander .pla-block {
        padding: 0
    }
}

.pla-fblander .pla-block .pla-img-wrapper {
    padding: 0
}

.pla-fblander .pla-block .slick-arrow {
    width: 50px;
    height: 50px;
    top: 45%;
    border: 1px solid #f8661d
}

.pla-fblander .pla-block .slick-arrow:before {
    font-family: Source Sans Pro, Roboto, Helvetica, Arial, sans-serif;
    color: #f8661d;
    font-size: 50px;
    text-align: center;
    line-height: .8;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: none
}

.pla-fblander .pla-block .pp-prev {
    left: -25px
}

.pla-fblander .pla-block .pp-prev:before {
    content: "«"
}

.pla-fblander .pla-block .pp-next {
    right: -25px
}

.pla-fblander .pla-block .pp-next:before {
    content: "»"
}

.pla-fblander .pla-block .pla-header .pla-search {
    color: #0e1f68;
    font-size: 17px
}

.pla-fblander .pla-block .pla-header .pla-label {
    font-size: 13px;
    color: #666
}

.pla-fblander .pla-block .slick-track {
    display: flex
}

@media (max-width:767px) {
    .pla-fblander .pla-block .pla-item {
        margin-bottom: 10px
    }
}

.pla-fblander .pla-block .pla-border {
    border: 1px solid #8ecceb
}

.pla-fblander .pla-block .pla-content {
    background: #eef8fc;
    word-break: break-word
}

.pla-fblander .pla-block .pla-info {
    text-align: center
}

@media (max-width:1023px) {
    .pla-fblander .pla-block .pla-info {
        text-align: left
    }
}

.pla-fblander .pla-block .pla-img-wrapper {
    border: 1px solid #ff722e
}

@media (max-width:767px) {
    .pla-fblander .pla-block .pla-img-wrapper img {
        max-height: 100%;
        width: 70px;
        max-width: none;
        height: auto
    }
}

.pla-fblander .pla-block .pla-title {
    font-size: 16px;
    padding: 0 5px;
    color: #0e1f68
}

.pla-fblander .pla-block .pla-description {
    color: #646464;
    text-align: center
}

@media (max-width:1023px) {
    .pla-fblander .pla-block .pla-description {
        text-align: left
    }
}

.pla-fblander .pla-block .pla-merchant-price {
    justify-content: center
}

@media (max-width:1023px) {
    .pla-fblander .pla-block .pla-merchant-price {
        justify-content: flex-start
    }
}

.pla-fblander .pla-block .pla-merchant-price .pla-merchant {
    color: #24a0f7;
    font-size: 15px
}

.pla-fblander .pla-block .pla-merchant-price .pla-merchant:hover {
    text-decoration: underline
}

.pla-fblander .pla-block .pla-merchant-price .pla-price {
    font-size: 15px;
    color: #fc7b23;
    margin-left: 10px
}

.pla-fblander .pla-block .pla-condition,
.pla-fblander .pla-block .pla-delivery,
.pla-fblander .pla-block .pla-discount {
    font-size: 13px;
    color: #6c6c6c
}

.home-top-posts {
    padding: 40px 0
}

@media (max-width:1300px) {
    .home-top-posts {
        padding: 25px 0 40px
    }
}

@media (max-width:700px) {
    .home-top-posts {
        padding: 15px 0 30px
    }
}

.htp-items {
    margin: 0 -13px;
    position: relative
}

.htp-items .slick-slide {
    margin: 0 13px
}

.htp-items .slick-arrow {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    top: 180px;
    left: -7px;
    background: #fff;
    z-index: 1
}

@media (max-width:1000px) {
    .htp-items .slick-arrow {
        top: 110px
    }
}

.htp-items .slick-arrow:before {
    color: #000;
    font-size: 20px;
    font-family: icomoon;
    content: "\e906";
    display: block;
    text-align: center;
    padding: 4px 0
}

.htp-items .slick-arrow.htp-next {
    left: unset;
    right: -7px
}

.htp-items .slick-arrow.htp-next:before {
    content: "\e90b"
}

.htp-items .slick-dots {
    text-align: center;
    margin: 20px 0 0
}

.htp-items .slick-dots li {
    background-color: #e4e4e4;
    display: inline-block;
    font-size: 18px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    margin: 0 4px
}

.htp-items .slick-dots li.slick-active {
    background-color: #aaa
}

.htp-image {
    height: 395px;
    background-size: cover;
    background-position: 50%
}

@media (max-width:1000px) {
    .htp-image {
        height: 270px
    }
}

.htp-info {
    background: #ff562d;
    color: #fff;
    margin: -60px 60px 0;
    padding: 17px 25px 14px;
    height: 180px
}

@media (max-width:1000px) {
    .htp-info {
        margin: -60px 15px 0
    }
}

@media (max-width:700px) {
    .htp-info {
        margin: -40px 10px 0;
        padding: 13px 15px 14px;
        height: 98px
    }
}

.htp-category {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff
}

.htp-name {
    font-size: 28px;
    font-weight: 500;
    margin: 7px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

@media (max-width:700px) {
    .htp-name {
        font-size: 19px
    }
}

.htp-descr {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

@media (max-width:700px) {
    .htp-descr {
        display: none
    }
}

.htp-item:hover .htp-name {
    text-decoration: underline #5e3476
}

.home-popular-posts {
    margin: 50px 0 40px;
    padding: 30px 0 40px;
    overflow: hidden
}

@media (max-width:700px) {
    .home-popular-posts {
        margin: 5px 0 15px;
        padding: 30px 0 10px
    }
}

.home-popular-posts h2 {
    font-size: 18px;
    color: #fff;
    padding: 0 0 20px
}

.hpp-items {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

@media (max-width:1290px) {
    .hpp-items {
        overflow-x: scroll;
        overflow-y: hidden
    }
}

.hpp-item {
    height: 200px;
    width: 20%;
    min-width: 250px;
    background: #fff
}

.hpp-item:nth-child(n+6) {
    display: none
}

@media (max-width:700px) {
    .hpp-item {
        height: 200px;
        width: 200px;
        min-width: 200px
    }

    .hpp-item:nth-child(n+2) {
        margin-left: 10px
    }
}

.hpp-item h3 {
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative;
    z-index: 2
}

.hpp-item:hover {
    transform: scale(1.1);
    transition: all .3s;
    z-index: 10
}

.hppi-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    display: flex;
    justify-content: end;
    align-items: end;
    flex-direction: column-reverse;
    padding: 10px 15px 20px;
    position: relative;
    z-index: 0
}

.hppi-image:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    z-index: 1
}

.home-categorized-posts {
    padding: 40px 0
}

.home-categorized-posts h2 {
    color: #000;
    font-size: 24px;
    border-bottom: 3px solid #000;
    padding: 0 0 12px
}

@media (max-width:700px) {
    .home-categorized-posts h2 {
        font-size: 22px
    }
}

.home-categorized-posts .banner {
    text-align: center;
    margin: 60px 0 0
}

.hcp-wrapper {
    width: 100%;
    display: table
}

@media (max-width:700px) {
    .hcp-wrapper {
        display: block
    }
}

.hcp-wrapper>* {
    display: table-cell;
    vertical-align: top
}

@media (max-width:700px) {
    .hcp-wrapper>* {
        display: block
    }
}

.hcp-wide {
    width: auto;
    position: relative;
    padding: 33px 0 0
}

@media (max-width:1300px) {
    .hcp-wide {
        padding: 20px 0 0
    }
}

@media (max-width:700px) {
    .hcp-wide {
        width: 100%
    }
}

.hcp-other {
    width: 530px;
    padding: 25px 0 0
}

@media (max-width:1300px) {
    .hcp-other {
        padding: 13px 0 0
    }
}

@media (max-width:1100px) {
    .hcp-other {
        width: 400px
    }
}

@media (max-width:700px) {
    .hcp-other {
        width: 100%
    }
}

.hcp-image {
    height: 515px;
    background-size: cover;
    background-position: 50%;
    margin-right: 60px
}

@media (max-width:1300px) {
    .hcp-image {
        margin-right: 20px
    }
}

@media (max-width:1100px) {
    .hcp-image {
        margin-right: 10px
    }
}

@media (max-width:1000px) {
    .hcp-image {
        margin-right: 0
    }
}

@media (max-width:900px) {
    .hcp-image {
        height: 350px
    }
}

@media (max-width:700px) {
    .hcp-image {
        height: 270px
    }
}

.hcp-info {
    background: #e80037;
    color: #fff;
    padding: 20px 30px 15px;
    position: absolute;
    bottom: -20px;
    right: 0;
    width: 420px;
    height: 265px
}

@media (max-width:1300px) {
    .hcp-info {
        bottom: 0
    }
}

@media (max-width:1100px) {
    .hcp-info {
        bottom: 30px
    }
}

@media (max-width:1000px) {
    .hcp-info {
        position: relative;
        bottom: unset;
        right: unset;
        padding: 15px 20px;
        height: 130px;
        margin: -60px 15px 0;
        width: auto
    }
}

@media (max-width:700px) {
    .hcp-info {
        height: auto;
        margin: -40px 10px 0
    }
}

.hcp-category {
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    font-weight: 500
}

.hcp-name {
    margin: 7px 0;
    font-size: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

@media (max-width:1000px) {
    .hcp-name {
        font-size: 20px
    }
}

.hcp-descr {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

@media (max-width:1000px) {
    .hcp-descr {
        display: none
    }
}

.hcp-products {
    width: 450px;
    margin: 0 auto
}

@media (max-width:1100px) {
    .hcp-products {
        width: 350px
    }
}

@media (max-width:700px) {
    .hcp-products {
        width: 100%;
        padding: 20px 0
    }
}

.hcpp-header {
    border-bottom: 1px solid #ccc;
    text-align: center;
    height: 10px;
    margin-bottom: 30px
}

.hcpp-header h3 {
    font-size: 18px;
    display: inline-block;
    background: #fff;
    padding: 0 10px
}

.hcpp-items {
    margin: 0 -8px
}

@media (max-width:700px) {
    .hcpp-items {
        margin: 0
    }
}

.hcpp-items .slick-slide {
    margin: 0 8px
}

@media (max-width:700px) {
    .hcpp-items .slick-slide {
        width: 150px
    }
}

.hcpp-items .slick-arrow {
    position: absolute;
    display: block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    top: 65px;
    left: -11px;
    background: #fff;
    z-index: 1
}

.hcpp-items .slick-arrow:before {
    color: #000;
    font-size: 20px;
    font-family: icomoon;
    content: "\e906";
    display: block;
    text-align: center;
    padding: 2px 0
}

.hcpp-items .slick-arrow.hcpp-next {
    left: unset;
    right: -11px
}

.hcpp-items .slick-arrow.hcpp-next:before {
    content: "\e90b"
}

.hcpp-image {
    display: table-cell;
    width: 100%;
    height: 150px;
    vertical-align: middle;
    border: 1px solid #e4e4e4
}

@media (max-width:700px) {
    .hcpp-image {
        height: 200px
    }
}

.hcpp-image img {
    max-width: 100%;
    width: auto;
    max-height: 150px;
    height: auto
}

.hcpp-brand {
    font-size: 12px;
    color: #828282;
    text-transform: uppercase;
    padding: 6px 0 0;
    height: 24px
}

.hcpp-title {
    font-size: 14px;
    line-height: 1.1;
    margin: 6px 0 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.hcpp-price {
    font-size: 14px;
    font-weight: 600
}

.hcpp-merchant {
    font-size: 11px;
    color: #c4c3c3;
    text-transform: uppercase;
    font-style: italic
}

.hcp-narrow {
    padding: 30px 40px 0
}

@media (max-width:1100px) {
    .hcp-narrow {
        padding: 30px 25px 0
    }
}

@media (max-width:700px) {
    .hcp-narrow {
        padding: 30px 0 0
    }
}

.hcpn-item {
    display: block;
    position: relative;
    margin-bottom: 15px;
    min-height: 112px;
    padding: 0 0 0 141px
}

@media (max-width:1000px) {
    .hcpn-item {
        min-height: 83px;
        padding: 0 0 0 114px
    }
}

.hcpn-image {
    width: 141px;
    height: 112px;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: 50%
}

@media (max-width:1000px) {
    .hcpn-image {
        width: 114px;
        height: 83px
    }
}

.hcpn-category {
    font-size: 12px;
    text-transform: uppercase;
    color: #ff562d;
    line-height: 1;
    font-weight: 500
}

.hcpn-name {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.1;
    margin-top: 5px
}

@media (max-width:1000px) {
    .hcpn-name {
        font-size: 18px
    }
}

.hcpn-info {
    padding-left: 20px
}

@media (max-width:1000px) {
    .hcpn-info {
        padding-left: 15px
    }
}

.home-two-categories {
    padding: 30px 0
}

.htc-items {
    display: table;
    width: 100%
}

@media (max-width:700px) {
    .htc-items {
        display: block
    }
}

.htc-items>* {
    display: table-cell;
    vertical-align: top;
    width: 50%
}

@media (max-width:700px) {
    .htc-items>* {
        display: block;
        width: 100%
    }
}

.htc-item:first-child {
    padding-right: 13px
}

@media (max-width:700px) {
    .htc-item:first-child {
        padding-right: 0;
        margin-bottom: 30px
    }
}

.htc-item:last-child {
    padding-left: 13px
}

@media (max-width:700px) {
    .htc-item:last-child {
        padding-left: 0
    }
}

.htc-item h2 {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    border-bottom: 3px solid #000;
    padding-bottom: 7px;
    margin-bottom: 30px;
    text-transform: uppercase
}

@media (max-width:1300px) {
    .htc-item h2 {
        margin-bottom: 20px
    }
}

@media (max-width:700px) {
    .htc-item h2 {
        margin-bottom: 10px;
        font-size: 22px
    }
}

.htc-image {
    height: 400px;
    background-size: cover;
    background-position: 50%
}

@media (max-width:1000px) {
    .htc-image {
        height: 270px
    }
}

.htc-info {
    background-color: #e80037;
    padding: 20px 25px 30px;
    margin: -60px 60px 0;
    height: 130px
}

@media (max-width:1000px) {
    .htc-info {
        margin: -60px 15px 0
    }
}

@media (max-width:700px) {
    .htc-info {
        margin: -40px 10px 0;
        padding: 13px 15px 14px;
        height: 98px
    }
}

.htc-category {
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 0 5px;
    font-weight: 500
}

.htc-name {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.1;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

@media (max-width:700px) {
    .htc-name {
        font-size: 19px
    }
}

.home-latest-products {
    background-color: #f7f7f7;
    padding: 40px 0
}

.hlp-header {
    border-bottom: 1px solid #ccc;
    text-align: center;
    height: 12px;
    margin-bottom: 30px
}

.hlp-header h2 {
    font-size: 20px;
    color: #333;
    background-color: #f7f7f7;
    display: inline-block;
    padding: 0 10px;
    font-weight: 500
}

.hlp-items {
    margin: 0 -10px
}

@media (max-width:700px) {
    .hlp-items {
        margin: 0
    }
}

.hlp-items .slick-slide {
    background-color: #fff;
    margin: 0 10px
}

@media (max-width:700px) {
    .hlp-items .slick-slide {
        width: 200px
    }
}

.hlp-item {
    padding: 0 20px 20px
}

.hlp-image {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 200px
}

.hlp-image img {
    max-width: 100%;
    max-height: 150px
}

.hlp-name {
    font-size: 14px;
    color: #222;
    font-weight: 500;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 64px
}

.hlp-price {
    font-size: 14px;
    color: #666
}

.hlp-price b {
    font-weight: 500;
    color: #e80037;
    padding: 5px 0 0
}
