@media screen and (min-width:991.98px) {
    .page_main {
        padding: 80px 0 90px;
        margin-bottom: 40px
    }

    .page_breadcrumbs {
        padding-bottom: 20px
    }
}

.filterTrigger {
    font-size: 14px;
    line-height: 1;
    color: #18365E;
    font-weight: 600;
    width: 100%;
    height: 48px;
    border: 1px solid #9ebca6;
    border-radius: 100px;
    margin-bottom: 20px
}

.filterTrigger .icon {
    margin-left: 5px;
    font-size: 18px
}

.shop_aside {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.shop_products {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.shop_products-list_item {
    margin-bottom: 30px
}

.shop_products-list_item:last-of-type {
    margin-bottom: 0
}

.shop_products-list_item .wrapper .media {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 10px;
    height: 350px
}

.shop_products-list_item .wrapper .media img {
    height: 100%
}

.shop_products-list_item .wrapper .media:hover .overlay {
    opacity: 1;
    visibility: visible
}

.shop_products-list_item .wrapper .media .overlay,.shop_products-list_item .wrapper .media .sale {
    position: absolute
}

.shop_products-list_item .wrapper .media .sale {
    width: 40px;
    height: 40px;
    background: #18365E;
    border-radius: 50%;
    top: 20px;
    right: 20px;
    color: #fff;
    font-weight: 600;
    font-size: 14px
}

.shop_products-list_item .wrapper .media .overlay {
    background: rgba(33,72,66,.6);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 0;
    visibility: hidden
}

.shop_products-list_item .wrapper .media .overlay .action .list-item {
    margin-right: 15px
}

.shop_products-list_item .wrapper .media .overlay .action .list-item:last-of-type {
    margin-right: 0
}

.shop_products-list_item .wrapper .media .overlay .action_link {
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #efc368;
    color: #efc368;
    font-size: 20px
}

.shop_products-list_item .wrapper .media .overlay .action_link.active,.shop_products-list_item .wrapper .media .overlay .action_link:hover {
    background: #efc368;
    color: #fff
}

.shop_products-list_item .wrapper .main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.shop_products-list_item .wrapper .main_title {
    margin: 10px 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-family: NunitoSans,sans-serif;
    color: #18365E;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.shop_products-list_item .wrapper .main_title:focus,.shop_products-list_item .wrapper .main_title:hover {
    color: #18365E!important
}

.shop_products-list_item .wrapper .main_price .price {
    color: #18365E;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 800;
    font-family: NunitoSans,sans-serif
}

.shop_products-list_item .wrapper .main_price .price--old {
    color: #c6c6c6;
    text-decoration: line-through;
    margin-right: 15px;
    font-weight: 700
}

.promo {
    padding-top: 0
}

@media screen and (min-width:575.98px) {
    .shop_products-list {
        margin: 0 -15px
    }

    .shop_products-list_item {
        padding: 0 15px
    }

    .shop_products-list_item .wrapper {
        height: 100%
    }

    .shop_products-list_item .wrapper .media {
        height: 260px
    }
}

@media screen and (min-width:767.98px) {
    .filterTrigger {
        max-width: 115px;
        margin-left: auto;
        margin-right: 12px
    }

    .shop_products {
        margin-right: 12px
    }

    .shop_products-list {
        margin: 0 -10px
    }

    .shop_products-list_item {
        padding: 0 10px;
        margin-bottom: 40px
    }

    .shop_products-list_item[data-order="13"],.shop_products-list_item[data-order="14"] {
        margin-bottom: 0
    }

    .shop_products-list_item .wrapper .media .overlay .action .list-item {
        margin-right: 5px
    }

    .shop_products .pagination {
        margin-bottom: 0
    }

    .promo {
        padding-top: 90px
    }
}

@media screen and (min-width:991.98px) {
    .shop_products {
        margin-right: 0;
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
        width: calc(100% - 350px)
    }

    .shop_products-list {
        margin: 0 -20px
    }

    .shop_products-list_item {
        padding: 0 20px;
        margin-bottom: 60px
    }

    .shop_products-list_item[data-order="13"],.shop_products-list_item[data-order="14"] {
        margin-bottom: 60px
    }

    .shop_products-list_item .wrapper .media {
        margin-bottom: 20px
    }

    .shop_products-list_item .wrapper .media .overlay .action .list-item {
        margin-right: 15px
    }

    .shop_products-list_item .wrapper .main_title {
        font-size: 22px;
        margin: 15px 0
    }

    .shop_products .pagination {
        margin-top: 60px
    }

    .promo {
        padding-top: 160px
    }
}

@media screen and (min-width:1199.98px) {
    .shop_products-list_item[data-order="13"],.shop_products-list_item[data-order="14"] {
        margin-bottom: 0
    }
}

.shop_aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 -12px
}

.shop_aside-block {
    padding: 0 12px;
    margin-bottom: 30px
}

.shop_aside-block:last-of-type {
    margin-bottom: 0
}

.shop_aside-block_header {
    margin-bottom: 20px
}

.shop_aside-block_header .leaf {
    margin-right: 10px
}

.shop_aside-block .form--search {
    position: relative
}

.shop_aside-block .form--search .field {
    width: 100%;
    border: 1px solid #c8c8c8;
    border-radius: 24px;
    padding: 10px 120px 10px 20px;
    height: 48px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.shop_aside-block .form--search .field::-webkit-input-placeholder {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.shop_aside-block .form--search .field::-moz-placeholder {
    -moz-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.shop_aside-block .form--search .field:-ms-input-placeholder {
    -ms-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.shop_aside-block .form--search .field::-ms-input-placeholder {
    -ms-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.shop_aside-block .form--search .field::placeholder {
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.shop_aside-block .form--search .field:focus {
    border-color: #18365E
}

.shop_aside-block .form--search .field:focus::-webkit-input-placeholder {
    opacity: 0
}

.shop_aside-block .form--search .field:focus::-moz-placeholder {
    opacity: 0
}

.shop_aside-block .form--search .field:focus:-ms-input-placeholder {
    opacity: 0
}

.shop_aside-block .form--search .field:focus::-ms-input-placeholder {
    opacity: 0
}

.shop_aside-block .form--search .field:focus::placeholder {
    opacity: 0
}

.shop_aside-block .form--search .btn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0
}

.shop_aside-block--categories .list-item,.shop_aside-block--cbd .list-item,.shop_aside-block--thc .list-item,.shop_aside-block--types .list-item {
    margin-bottom: 10px
}

.shop_aside-block--categories .list-item:last-of-type,.shop_aside-block--cbd .list-item:last-of-type,.shop_aside-block--thc .list-item:last-of-type,.shop_aside-block--types .list-item:last-of-type {
    margin-bottom: 0
}

.shop_aside-block--categories [type=radio],.shop_aside-block--cbd [type=radio],.shop_aside-block--thc [type=radio],.shop_aside-block--types [type=radio] {
    position: absolute;
    left: -9999px
}

.shop_aside-block--categories [type=radio]+label,.shop_aside-block--cbd [type=radio]+label,.shop_aside-block--thc [type=radio]+label,.shop_aside-block--types [type=radio]+label {
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: color .4s ease-in-out;
    -o-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out
}

.shop_aside-block--categories [type=radio]+label:hover,.shop_aside-block--categories [type=radio]:checked+label,.shop_aside-block--cbd [type=radio]+label:hover,.shop_aside-block--cbd [type=radio]:checked+label,.shop_aside-block--thc [type=radio]+label:hover,.shop_aside-block--thc [type=radio]:checked+label,.shop_aside-block--types [type=radio]+label:hover,.shop_aside-block--types [type=radio]:checked+label {
    color: #18365E
}

.shop_aside-block--categories [type=radio]:checked+label:before,.shop_aside-block--categories [type=radio]:not(:checked)+label:before,.shop_aside-block--cbd [type=radio]:checked+label:before,.shop_aside-block--cbd [type=radio]:not(:checked)+label:before,.shop_aside-block--thc [type=radio]:checked+label:before,.shop_aside-block--thc [type=radio]:not(:checked)+label:before,.shop_aside-block--types [type=radio]:checked+label:before,.shop_aside-block--types [type=radio]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.shop_aside-block--categories [type=radio]:checked+label:before,.shop_aside-block--cbd [type=radio]:checked+label:before,.shop_aside-block--thc [type=radio]:checked+label:before,.shop_aside-block--types [type=radio]:checked+label:before {
    border: 1px solid #18365E
}

.shop_aside-block--categories [type=radio]:not(:checked)+label:before,.shop_aside-block--cbd [type=radio]:not(:checked)+label:before,.shop_aside-block--thc [type=radio]:not(:checked)+label:before,.shop_aside-block--types [type=radio]:not(:checked)+label:before {
    border: 1px solid #9ebca6
}

.shop_aside-block--categories [type=radio]:checked+label:after,.shop_aside-block--categories [type=radio]:not(:checked)+label:after,.shop_aside-block--cbd [type=radio]:checked+label:after,.shop_aside-block--cbd [type=radio]:not(:checked)+label:after,.shop_aside-block--thc [type=radio]:checked+label:after,.shop_aside-block--thc [type=radio]:not(:checked)+label:after,.shop_aside-block--types [type=radio]:checked+label:after,.shop_aside-block--types [type=radio]:not(:checked)+label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #18365E;
    position: absolute;
    top: 50%;
    left: 4px;
    border-radius: 50%;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.shop_aside-block--categories [type=radio]:not(:checked)+label:after,.shop_aside-block--cbd [type=radio]:not(:checked)+label:after,.shop_aside-block--thc [type=radio]:not(:checked)+label:after,.shop_aside-block--types [type=radio]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0) translateY(-50%);
    -ms-transform: scale(0) translateY(-50%);
    transform: scale(0) translateY(-50%)
}

.shop_aside-block--categories [type=radio]:checked+label:after,.shop_aside-block--cbd [type=radio]:checked+label:after,.shop_aside-block--thc [type=radio]:checked+label:after,.shop_aside-block--types [type=radio]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-50%);
    -ms-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%)
}

.shop_aside-block--price .range-slider {
    position: relative;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: unset;
    border: none;
    height: 10px
}

.shop_aside-block--price .range-slider .noUi-base {
    height: 3px;
    background: #ccc
}

.shop_aside-block--price .range-slider .noUi-handle {
    width: 10px;
    height: 10px;
    background: #18365E;
    border-radius: 50%;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: -4px;
    cursor: pointer
}

.shop_aside-block--price .range-slider .noUi-handle-lower {
    left: 99%
}

.shop_aside-block--price .range-slider .noUi-handle-upper {
    right: -2px
}

.shop_aside-block--price .range-slider .noUi-handle:after,.shop_aside-block--price .range-slider .noUi-handle:before {
    display: none
}

.shop_aside-block--price .range-slider .noUi-connect {
    background: #18365E;
    height: 3px
}

.shop_aside-block--price .range-slider .noUi-connects {
    border-radius: 0
}

.shop_aside-block--price .range-slider .noUi-origin {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.shop_aside-block--price .range-output input {
    max-width: 100px
}

.shop_aside-block--price .range-output input#priceMax {
    text-align: right
}

.shop_aside-block--sale {
    position: relative;
    background: #fafaf5;
    border-radius: 24px;
    overflow: hidden;
    padding: 30px
}

.shop_aside-block--sale .leaf {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 152px;
    width: 158px;
    z-index: 1
}

.shop_aside-block--sale .content {
    position: relative;
    z-index: 10
}

.shop_aside-block--sale .content .shop_aside-block_header {
    margin-bottom: 5px
}

.shop_aside-block--sale .content .shop_aside-block_text {
    margin-bottom: 20px;
    font-size: 14px
}

.shop_aside-block--sale .content .shop_aside-block_timer {
    margin-bottom: 20px
}

.shop_aside-block--sale .content .shop_aside-block_timer .timer_block {
    border: 1px solid #9ebca6;
    border-radius: 8px;
    padding: 10px;
    color: #18365E;
    font-family: NunitoSans,sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3
}

.shop_aside-block--sale .content .shop_aside-block_timer .timer_separator {
    margin: 0 10px
}

.shop_aside-block--sale .content .shop_aside-block_timer .timer_separator .dot {
    background: #9ebca6;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    display: block
}

.shop_aside-block--sale .content .shop_aside-block_timer .timer_separator .dot:first-of-type {
    margin-bottom: 10px
}

.shop_aside-block--weight .list {
    margin-top: -10px
}

.shop_aside-block--weight .list-item {
    margin: 10px 10px 0 0
}

.shop_aside-block--weight .list-item:last-of-type {
    margin: 10px 0 0
}

.shop_aside-block--weight [type=radio] {
    position: absolute;
    left: -9999px
}

.shop_aside-block--weight [type=radio]+label {
    border: 1px solid #9ebca6;
    border-radius: 100px;
    padding: 10px 15px;
    display: block;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer
}

.shop_aside-block--weight [type=radio]:checked+label {
    border-color: #18365E;
    background: #18365E;
    color: #fff
}

.shop_aside-block--categories {
    padding-top: 30px
}

.shop_aside-block:last-of-type {
    padding-bottom: 30px;
    background: #fff;
    z-index: 2;
    position: relative
}

.shop_aside-block--sale,.shop_aside-block--search {
    display: none
}

@media screen and (min-width:767.98px) {
    .shop_aside {
        margin: 0 0 0 -12px;
        max-width: unset;
        width: calc(100% + 24px)
    }

    .shop_aside-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .shop_aside-block {
        width: 50%;
        padding: 0 30px
    }

    .shop_aside-block--thc {
        background: #fff;
        position: relative;
        z-index: 2;
        margin-bottom: 0;
        padding-bottom: 30px
    }
}

@media screen and (min-width:991.98px) {
    .shop_aside {
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
        grid-area: 1/2/5/3;
        min-width: 290px;
        max-width: 290px;
        margin-right: 12px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .shop_aside-wrapper {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
        width: 290px;
        margin-right: -12px
    }

    .shop_aside-block {
        margin-bottom: 60px;
        width: 100%;
        padding: 0
    }

    .shop_aside-block_header {
        margin-bottom: 30px
    }

    .shop_aside-block--categories .list-item,.shop_aside-block--cbd .list-item,.shop_aside-block--thc .list-item,.shop_aside-block--types .list-item {
        margin-bottom: 15px
    }

    .shop_aside-block--weight .list {
        margin-top: -20px
    }

    .shop_aside-block--weight .list-item {
        margin: 20px 20px 0 0
    }

    .shop_aside-block--weight .list-item:last-of-type {
        margin: 20px 0 0
    }

    .shop_aside-block--categories {
        padding-top: 0
    }

    .shop_aside-block:last-of-type {
        padding-bottom: 0
    }

    .shop_aside-block--sale {
        padding: 30px
    }

    .shop_aside-block--sale,.shop_aside-block--search {
        display: block
    }
}

.pagination {
    margin: 30px 0 60px
}

.pagination-page_link {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    color: #18365E;
    font-size: 17px;
    font-family: NunitoSans,sans-serif;
    font-weight: 700
}

.pagination-page_link:focus,.pagination-page_link:hover,.pagination-page_link[data-current=true] {
    -webkit-box-shadow: 1px 2px 15px rgba(33,72,66,.07);
    box-shadow: 1px 2px 15px rgba(33,72,66,.07)
}

@media screen and (min-width:991.98px) {
    .pagination {
        margin: 60px 0 0
    }
}

.promo_banner {
    border-radius: 16px;
    padding: 30px
}

.promo_banner--big {
    color: #fff;
    background: url(../img/placeholder.jpg) center/cover no-repeat;
    margin-bottom: 30px
}

.promo_banner--big .promo_banner-header {
    color: inherit
}

.promo_banner--big .btn {
    margin-top: 30px
}

.promo_banner--small {
    min-height: 250px;
    background: url(../img/placeholder.jpg) center/cover no-repeat
}

.promo_banner--small .btn,.promo_banner-text {
    margin-top: 15px
}

@media screen and (min-width:575.98px) {
    .promo_banner--small {
        min-height: 250px
    }

    .promo_banner--small .btn {
        margin-top: 30px
    }
}

@media screen and (min-width:767.98px) {
    .promo_banner--big {
        width: calc(100% - 330px);
        margin-bottom: 0
    }

    .promo_banner--small {
        min-height: 250px;
        width: 300px;
        margin-left: 30px
    }

    .promo_banner-text {
        max-width: 500px
    }
}

@media screen and (min-width:991.98px) {
    .promo_banner {
        padding: 40px
    }

    .promo_banner--big {
        width: unset;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .promo_banner--small {
        width: 428px;
        margin-left: 40px
    }

    .promo_banner-header {
        max-width: 310px
    }
}

.top--highlight {
    background: #fafaf5
}

.top_header,.top_list-item {
    margin-bottom: 30px
}

.top_list-item:last-of-type {
    margin-bottom: 0
}

.top_list-item:hover .media img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.top_list-item_wrapper .media {
    border-radius: 16px;
    overflow: hidden;
    max-height: 220px;
    margin-bottom: 15px
}

.top_list-item_wrapper .media img {
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.top_list-item_wrapper .main_title {
    margin-bottom: 10px;
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-family: NunitoSans,sans-serif;
    color: #18365E;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.top_list-item_wrapper .main_title:focus,.top_list-item_wrapper .main_title:hover {
    color: #18365E!important
}

.top_list-item_wrapper .main_table .list-item .property {
    font-weight: 600;
    color: #18365E
}

.top_list-item_wrapper .main_price {
    margin: 15px 0 20px
}

.top_list-item_wrapper .main_price .price {
    color: #18365E;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 800;
    font-family: NunitoSans,sans-serif
}

.top_list-item_wrapper .main_price .price--old {
    color: #c6c6c6;
    text-decoration: line-through;
    margin-right: 15px;
    font-weight: 700
}

.top_list-item_wrapper .main .action_link {
    background: #fff;
    -webkit-box-shadow: 1px 2px 15px rgba(33,72,66,.07);
    box-shadow: 1px 2px 15px rgba(33,72,66,.07);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #efc368;
    font-size: 20px
}

.top_list-item_wrapper .main .action_link:first-of-type {
    margin: 0 15px
}

.top_list-item_wrapper .main .action_link.active,.top_list-item_wrapper .main .action_link:hover {
    background: #efc368;
    color: #fff
}

@media screen and (min-width:575.98px) {
    .top_list-item_wrapper .media {
        max-height: unset;
        margin-bottom: 0;
        max-width: 200px;
        margin-right: 30px
    }

    .top_list-item_wrapper .media img {
        height: 100%
    }
}

@media screen and (min-width:767.98px) {
    .top_list-item_wrapper .media {
        max-width: unset;
        max-height: 220px
    }

    .top_list-item_wrapper .main,.top_list-item_wrapper .media {
        width: calc(50% - 15px)
    }

    .top_list-item_wrapper .main_price {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

@media screen and (min-width:991.98px) {
    .top_header {
        margin-bottom: 40px
    }

    .top_list {
        margin: 0 -20px
    }

    .top_list-item {
        margin-bottom: 60px;
        padding: 0 20px
    }

    .top_list-item[data-order="3"] {
        margin-bottom: 0
    }

    .top_list-item_wrapper .main,.top_list-item_wrapper .media {
        width: unset
    }

    .top_list-item_wrapper .media {
        width: 100%;
        margin-bottom: 15px
    }

    .top_list-item_wrapper .main_price {
        margin-top: 20px
    }

    .top_list-item_wrapper .main_title {
        font-size: 22px
    }
}

@media screen and (min-width:1399.98px) {
    .top_list-item_wrapper .main,.top_list-item_wrapper .media {
        width: calc(50% - 20px)
    }

    .top_list-item_wrapper .media {
        margin-bottom: 0
    }
}

.seo_header {
    margin-bottom: 15px
}

.seo_content-text {
    line-height: 24px
}

.seo_content-text:first-of-type {
    margin-bottom: 30px
}

.instagram_header {
    text-align: center;
    margin-bottom: 30px
}

.instagram_header-title {
    margin-bottom: 15px
}

.instagram_header-text {
    max-width: 500px;
    margin: 0 auto
}

.instagram_slider-slide .link {
    position: relative;
    display: block
}

.instagram_slider-slide .link .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(33,72,66,.6);
    color: #fff;
    font-size: 40px;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.instagram_slider-slide .link:focus .overlay,.instagram_slider-slide .link:hover .overlay {
    opacity: 1
}

@media screen and (min-width:991.98px) {
    .seo_content-text:first-of-type {
        margin-bottom: 0;
        margin-right: 40px
    }

    .instagram_header {
        margin-bottom: 40px
    }
}

