html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none;
    max-width: 100%;
    height: auto;
    display: block
}

svg:not(:root) {
    overflow: hidden
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: 700
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

@font-face {
    font-family: GothamPro-Regular;
    src: url(assets/d27e9670075b35b658a86a971307d994.woff) format("woff"),
     url(assets/460cb8267b246d377621c99bd2d2e666.woff2) format("woff2"), 
     url(assets/aa120df0b9665a35f6b2028c33fa746d.eot) format("eot")
}

@font-face {
    font-family: GothamPro-Bold;
    src: url(assets/aaa3ba91a32dda5f2df11d2301764fd8.woff) format("woff"), 
    url(assets/67342dd4c6fc9a9730da25d3a59952cc.woff2) format("woff2"),
     url(assets/33b6cd01c674e0c5d59cde2e48603324.eot) format("eot")
}

@font-face {
    font-family: GothamPro-Medium;
    src: url(assets/be08dc1cfbe54f65a4ccd1629e5ac6bb.woff) format("woff"), 
    url(assets/8fae34463e8c3432c3d8f0139a491509.woff2) format("woff2"),
    url(assets/7a2ba8f7aceb80d96535953195ae8f7c.eot) format("eot")
}

@font-face {
    font-family: GothamPro-Black;
    src: url(assets/58ecf2b661177e2b2c6f1f68db3155cc.woff) format("woff"), 
    url(assets/27fb0b4426ebdaeccf4db46b39820e11.woff2) format("woff2"),
     url(assets/512e0ba9ad4b3f41a5a32f8db6272bcc.eot) format("eot")
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media (prefers-reduced-motion),
(print) {
    .animated {
        -webkit-animation: unset !important;
        animation: unset !important;
        transition: none !important
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

html {
    box-sizing: border-box
}

body,
html {
    height: 100%;
    margin: 0;
    padding: 0
}

*,
:after,
:before {
    box-sizing: inherit
}

body {
    color: #3d3d3d;
    font-size: 14px;
    line-height: 2.1rem;
    font-family: GothamPro-Regular;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background-color: #000000
}

.wrapper {
    background-color: #000000
}

body.modal-open {
    overflow: hidden
}

a {
    color: inherit;
    text-decoration: none
}

a[disabled] {
    pointer-events: none;
    opacity: .7
}

b,
strong {
    font-family: GothamPro-Bold
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0
}

ul {
    padding: 0;
    margin: 0
}

li {
    list-style: none
}

button,
input {
    outline: none;
    border: none
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

.icon {
    display: inline-block
}

.icon,
.icon svg {
    width: 100%;
    height: 100%
}

#__layout,
#__nuxt {
    height: 100%
}

.page {
    padding: 30px 0;
}

@media (max-width:1366px) {
    .page {
        padding-bottom: 0
    }
}

.page .subscribe {
    margin-top: 64px
}

@media (max-width:1366px) {
    .page .subscribe {
        display: none
    }
}

.page .aside {
    margin-top: 49px
}

@media (max-width:988px) {
    .page .aside {
        margin-top: 18px
    }
}

.page__wrapper {
    display: flex;
    justify-content: space-between
}

.page__wrapper+.news-item {
    margin-top: 20px
}

.page__main {
    margin-bottom: 45px
}

@media (max-width:1366px) {
    .page__main {
        width: 100%;
    }
}

.box {
    display: block;
    border-radius: 6px;
    background-color: #fff
}

.container {
    width: 1500px;
    margin: 0 auto;
    display: block;
    padding: 0 15px
}

@media (max-width:1366px) {
    .container {
        max-width: 100%;
        width: 997px
    }
}

@media (max-width:988px) {
    .container {
        width: 620px
    }

    .page__bottom {
      width: 30%;
    }
}

@media (max-width:631px) {
    .container {
        width: 100%;
        max-width: 530px;
    }
}

.ui-input__container {
    display: flex;
    justify-content: space-between
}

.ui-input--textarea .ui-input__field {
    height: 80px
}

.ui-input__field {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    background-color: transparent;
    color: #3d3d3d;
    padding-left: 17px;
    padding-right: 17px;
    border: 2px solid #f6f6f6;
    border-radius: 5px;
    height: 40px;
    transition: border-color .4s ease-in-out;
    font-size: 14px;
    line-height: 20px
}

.ui-input__field::-webkit-input-placeholder {
    color: #2B394B;
    transition: color .2s
}

.ui-input__field::-moz-placeholder {
    color: #2B394B;
    transition: color .2s
}

.ui-input__field:-ms-input-placeholder {
    color: #2B394B;
    transition: color .2s
}

.ui-input__field::-ms-input-placeholder {
    color: #2B394B;
    transition: color .2s
}

.ui-input__field::placeholder {
    color: #2B394B;
    transition: color .2s
}

.ui-input__field:focus,
.ui-input__field:hover {
    outline: none
}

.ui-input__field:focus {
    border: 2px solid #00a47b
}

.ui-input__field:focus::-webkit-input-placeholder {
    color: #2B394B
}

.ui-input__field:focus::-moz-placeholder {
    color: #2B394B
}

.ui-input__field:focus:-ms-input-placeholder {
    color: #2B394B
}

.ui-input__field:focus::-ms-input-placeholder {
    color: #2B394B
}

.ui-input__field:focus::placeholder {
    color: #2B394B
}

textarea.ui-input__field {
    padding-top: 9px;
    line-height: 24px;
    resize: vertical
}

.ui-input__label {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    text-align: right;
    width: 90px;
    flex: none;
    margin-right: 16px
}

.ui-btn {
    display: inline-block;
    padding: 9px 85px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 5px;
    font-family: GothamPro-Bold;
    text-decoration: none;
    transition: .2s linear, color .4s linear;
    background-color: #00a47b;
    color: #fff;
    position: relative
}

.ui-btn:focus {
    box-shadow: none;
    outline: none
}

.ui-btn.is-disabled {
    background-color: #efefef;
    color: #bebebe;
    box-shadow: none
}

.ui-btn:hover {
    background-color: #00a06c!important;
}

@media (max-width:988px) {
    .ui-btn {
        font-size: 16px;
        padding: 13px 25px
    }
}

.ui-title {
    font-family: GothamPro-Bold!important;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    text-transform: uppercase
}

.global-search {
    position: relative
}

@media (max-width:988px) {
    .global-search {
        margin-top: 10px;
        width: 100%
    }
}

.global-search__input {
    position: relative;
    width: 100%
}

.global-search__icon {
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 15px;
    right: 10px;
    top: 50%;
    margin-top: -7.5px;
    line-height: 15px;
    text-align: center
}

.global-search .icon-close {
    display: none
}

.global-search .ui-input {
    background-color: #fff;
    border-radius: 5px
}

.global-search .ui-input__field {
    border: 1px solid silver
}

.global-search .ui-input__field:focus {
    border: 2px solid #00a47b
}

.global-search__arrow {
    display: none;
    cursor: pointer;
    position: relative;
    transition: transform .2s;
    margin-top: 5px
}

.global-search__arrow:hover {
    transform: scale(1.1)
}

@media (max-width:988px) {
    .global-search__arrow:hover {
        transform: none
    }
}

.global-search .ui-btn {
    padding: 10px 9px;
    display: none
}

.global-search--focused {
    display: flex;
    align-items: center
}

.global-search--focused .global-search__arrow {
    display: inline-block;
    margin-right: 10px
}

.global-search--focused .icon-arrow {
    width: 15px
}

.global-search--focused .icon-arrow path {
    fill: #00a47b
}

.global-search--focused .ui-btn {
    display: inline-block;
    margin-left: 10px
}

.global-search--focused .icon-close {
    cursor: pointer
}

.social {
    display: flex;
    justify-content: center
}

.social__link {
    margin: 0 6px 0;
    transition: opacity .2s
}

.social__link:hover {
    opacity: .7
}

.ui-pagination {
    text-align: center;
    margin: 12px 0
}

.ui-pagination .load_more {
    margin-bottom: 12px;
}

.ui-pagination__more {
    height: 34px!important;
    color: #828282!important;
    background-color: #fff!important;
    border: 1px solid #c4c4c4!important;
    font-size: 14px!important;
    line-height: 14px!important;
}

@media (max-width:988px) {
    .ui-pagination__more {
        margin-bottom: 28px;
        width: 100%
    }
}

.ui-pagination__more:hover {
    color: #fff !important
}

@media (max-width:988px) {
    .ui-pagination__items--desk {
        display: none
    }
}

.ui-pagination__items--mob {
    display: none
}

@media (max-width:988px) {
    .ui-pagination__items--mob {
        display: block
    }
}

.ui-pagination__item {
    width: 32px;
    height: 32px;
    font-family: $font-default;
    font-size: 14px;
    line-height: 32px;
    color: #162a3f;
    display: inline-block;
    margin: 0 3px;
    cursor: pointer;
    border: 1px solid #c4c4c4;
    vertical-align: middle;
    transition: background .2s;
    background-color: #fff
}

@media (max-width:988px) {
    .ui-pagination__item {
        font-size: 12px;
        width: 40px;
        height: 40px;
        line-height: 39px;
        margin: 0 2px 5px
    }
}

.ui-pagination__item:first-child {
    border-radius: 5px 0 0 5px;
    width: 47px;
    font-size: 8px
}

@media (max-width:988px) {
    .ui-pagination__item:first-child {
        font-size: 12px;
        border-radius: 0;
        width: 40px
    }
}

.ui-pagination__item:last-child {
    border-radius: 0 5px 5px 0;
    width: 47px;
    font-size: 8px
}

@media (max-width:988px) {
    .ui-pagination__item:last-child {
        font-size: 12px;
        border-radius: 0;
        width: 40px
    }
}

.ui-pagination__item:hover:not(.ui-pagination__item--active) {
    background: #e4e1e1;
    color: #333
}

.ui-pagination__item--active {
    border-color: #2ea83a;
    background: #2ea83a;
    color: #fff
}

.ui-pagination__nav .ui-pagination__item {
    font-family: GothamPro-Bold
}

.ui-pagination__nav .ui-pagination__item:first-child {
    border-radius: 5px 0 0 5px;
    width: 52px
}

.ui-pagination__nav .ui-pagination__item:last-child {
    border-radius: 0 5px 5px 0;
    width: 52px
}

.ui-pagination__link {
    display: inline-block;
    border-radius: 3px
}

.ui-link {
    font-family: GothamPro-Bold;
    color: #00a47b;
    font-size: 14px;
    line-height: 21px;
    transition: color .2s
}

.ui-link:hover {
    color: #32d29e
}

.ui-breadcrumb {
    display: flex;
    padding: 0;
    flex-direction: row
}

.breadcrumbs a, .breadcrumbs span {
    font-size: 12px;
    font-family: GothamPro-Regular;
    position: relative;
    color: #bdbdbd;
}

.breadcrumbs a:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    width: .4em;
    height: .4em;
    border-right: 1px solid #00a47b;
    border-top: 1px solid #00a47b;
    transform: rotate(45deg);
    margin-top: -.2em;
    right: -13px;
}

.breadcrumbs .breadcrumbs__current {
    color: #bdbdbd !important;
}

.breadcrumbs .mar_left + .mar_left, .breadcrumbs__current {
    padding-left: 26px;
}

.ui-breadcrumb__item {
    font-size: 12px;
    font-family: GothamPro-Regular;
    position: relative;
    color: #bdbdbd
}

@media (max-width:988px) {
    .ui-breadcrumb__item {
        font-size: 14px
    }
}

.ui-breadcrumb__item span {
    color: #162a3f
}

.ui-breadcrumb__item+.ui-breadcrumb__item {
    padding-left: 26px
}

.ui-breadcrumb__item :focus,
.ui-breadcrumb__item:hover {
    color: #797979
}

.ui-breadcrumb__item:first-child:after {
    display: none
}

.ui-breadcrumb__item:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 10px;
    width: .4em;
    height: .4em;
    border-right: 1px solid #00a47b;
    border-top: 1px solid #00a47b;
    transform: rotate(45deg);
    margin-top: -.2em
}

@media (max-width:988px) {
    .ui-breadcrumb__item:after {
        margin-top: -.3em
    }
}

.ui-scroll {
    width: 40px;
    height: 40px;
    background-color: #00a47b;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .15);
    transition: background-color .2s
}

.ui-scroll:hover {
    background-color: #fff
}

.ui-scroll:hover span {
    border-color: #00a47b
}

.ui-scroll span {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    transform: rotate(-45deg);
    margin-top: 5px;
    transition: border-color .2s
}

.ui-thumb {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 5px
}

.page--main .article-item {
  min-height: 495px;
  max-height: 495px;
}

.article-item {
    background: #fff;
    border-radius: 5px;
    min-height: 375px;
    max-height: 375px;
    margin-bottom: 24px;
    cursor: pointer;
    transition: box-shadow .2s;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1)
}

.article-item:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #00a47b;
    bottom: -5px;
    border-radius: 0 0 5px 5px;
    transition: .2s
}

.article-item:hover {
    box-shadow: 0 4px 17px rgba(0, 0, 0, .25)
}

.article-item:hover:after {
    bottom: 0
}

.article-item__link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.article-item__date {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 16px
}

.article-item__date svg {
    width: 14px;
    height: 14px;
    margin-right: 9px
}

.article-item__body {
    padding: 0 22px 23px
}

.article-item__details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 18px;
    margin-bottom: 21px
}

@media (max-width:988px) {
    .article-item__details {
        margin-bottom: 11px
    }
}

@media (max-width:988px) {

    .article-item__details .category,
    .article-item__details .date {
        margin-bottom: 10px
    }
}

.article-item__title {
    text-transform: none;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: GothamPro-Bold;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    max-height: 4.2em;
}

.article-item__text {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    max-height: 2.8em;
}

.article-item .row {
    align-items: flex-end;
    justify-content: space-between
}

.article-item__read {
    margin-top: 5px
}

.article-item__read span {
    display: block;
    font-size: 10px;
    line-height: 16px;
    color: #828282;
    margin-top: -5px
}

.date {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 16px
}

.date svg {
    width: 14px;
    height: 14px;
    margin-right: 9px;
    margin-top: -2px
}

.date svg path {
  fill: #00a47b;
}

.rating {
    display: flex;
    align-items: flex-end;
    position: relative;
    top: -3px
}

.rating__num {
    font-size: 10px;
    line-height: 17px;
    color: #929292;
    display: inline-block;
    margin-right: 2px;
    height: 16px
}

.rating_show_posts {
    display: flex;
}

.rating .icon {
    width: 14px;
    height: 14px;
    line-height: 10px;
    position: relative;
    top: -2px
}

.rating .icon-star {
    display: none;
}

.category {
    font-size: 14px;
    line-height: 13px;
    background-color: #e7e7e7;
    border-radius: 5px;
    display: inline-block;
    padding: 6px 10px
}

.subscribe {
    background-color: #fff;
    padding: 23px 22px;
    position: relative;
    border-radius: 5px
}

@media (max-width:988px) {
    .subscribe {
        margin-top: 42px
    }
}

.subscribe__form {
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.subscribe .ui-title {
    color: #000;
    margin-bottom: 18px
}

.subscribe .ui-input {
    margin-bottom: 0;
    flex-basis: 293px
}

.subscribe .ui-input--textarea .ui-input__field {
    height: 108px
}

.subscribe .ui-btn {
    flex-basis: 298px
}

@media (max-width:1366px) {
    .subscribe .ui-btn {
        display: block;
        margin: 0 auto
    }
}

@media (max-width:988px) {
    .subscribe .ui-btn {
        flex-basis: 100%;
        width: 100%
    }
}

.subscribe__notify {
    line-height: 12px;
    margin-top: 10px;
    max-width: 220px
}

.subscribe .success {
    position: absolute;
    z-index: 1;
    width: 290px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 5px;
    padding: 18px;
    font-size: 14px;
    line-height: 21px;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, .3)
}

.subscribe .success:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #00a47b;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0 0 5px 5px;
    transition: .2s
}

.subscribe .success b {
    display: block;
    font-size: 20px;
    line-height: 21px;
    margin-bottom: 5px
}

.subscribe .success__close {
    width: 15px;
    height: 15px;
    line-height: 15px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    transition: transform .2s
}

.subscribe .success__close:hover {
    transform: scale(1.3)
}

.subscribe .success .icon-close path:first-child {
    fill: #464646
}

.subscribe .error {
    font-size: 12px;
    line-height: 12px;
    color: red
}

@media (max-width:1366px) {
    .aside {
        width: 100%;
        padding-top: 0
    }
}

.aside .subscribe {
    padding: 0;
    background-color: transparent;
    margin-top: 27px;
    border: none;
}

.aside .subscribe .ui-title {
    color: #fff;
}

.aside .subscribe__form {
    padding: 23px 22px 21px;
    display: block
}

@media (max-width:988px) {
    .aside .subscribe__form {
        box-shadow: 0 5px 5px rgba(0, 0, 0, .1)
    }
}

.aside .subscribe .ui-title {
    margin-bottom: 14px
}

.aside .subscribe .ui-input {
    margin-bottom: 12.5px
}

@media (max-width:988px) {
    .aside .subscribe .ui-btn {
        margin-top: 23px
    }
}

@media (max-width:1366px) {
    .aside .global-search {
        display: none
    }
}

.popular {
    /* margin-top: 44px; */
    margin-top: 26px;
    margin-bottom: 28px
}

@media (max-width:988px) {
    .popular {
        margin-top: 38px
    }
}

.popular .ui-title {
    margin-bottom: 14px;
    max-width: 230px;
}

.popular-item {
    position: relative;
    background-color: #fff;
    padding: 16px 22px;
    border-radius: 5px;
    transition: opacity .2s;
    margin-bottom: 8px
}

@media (max-width:988px) {
    .popular-item {
        box-shadow: 0 5px 5px rgba(0, 0, 0, .1)
    }
}

.popular-item:hover {
    opacity: .7
}

.popular-item__title {
    font-size: 16px;
    line-height: 20px;
    font-family: GothamPro-Bold;
    margin-bottom: 10px
}

.popular-item__text {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 20px
}

@media (max-width:988px) {
    .popular-item__text {
        font-size: 14px;
        line-height: 20px
    }
}

.popular-item__ref {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1
}

.popular-item .row {
    justify-content: space-between
}

.news {
    margin-top: 44px;
    margin-bottom: 28px
}

@media (max-width:988px) {
    .news {
        margin-top: 38px
    }
}

.news .ui-title {
    margin-bottom: 14px
}

@media (max-width:1366px) {
    .news .ui-title br {
        display: none
    }
}

.news-item {
    position: relative;
    background-color: #fff;
    padding: 16px 22px;
    border-radius: 5px;
    transition: opacity .2s;
    margin-bottom: 8px
}

.news-item:hover {
    opacity: .7
}

.news-item .ui-thumb {
    height: 149px;
    margin-bottom: 13px
}


@media (max-width: 1366px) {
    .news-item .ui-thumb {
        float: left;
        margin-right: 20px;
        padding-bottom: 10px;
        background-color: #fff;
    }

    .news-item .ui-thumb img {
        display: block;
        width: 100%;
        max-width: 285px;
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width: 988px) {
    .news-item .ui-thumb {
        width: 100%;
        height: auto;
    }

    .news-item .ui-thumb img {
        display: block;
        width: 100%;
        height: auto;
    }
}

.news-item__title {
    font-size: 16px;
    line-height: 20px;
    font-family: GothamPro-Bold;
    margin-bottom: 10px
}

.news-item__text {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 20px
}

@media (max-width:988px) {
    .news-item__text {
        font-size: 14px;
        line-height: 20px
    }
}

.news-item__ref {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1
}

.news-item .row,
.ui-social-sharing {
    justify-content: space-between
}

.ui-social-sharing {
    min-height: 45px;
    background-color: #efefef;
    border-left: 5px solid #00a47b;
    padding: 15px;
    display: flex
}

@media (max-width:988px) {
    .ui-social-sharing {
        flex-direction: column;
        padding: 18px 21px 23px
    }
}

.ui-social-sharing__title {
    font-size: 14px;
    line-height: 26px;
    font-family: GothamPro-Bold;
    color: #484848;
    margin-top: 5px
}

@media (max-width:988px) {
    .ui-social-sharing__title {
        margin-bottom: 5px
    }
}

.ui-social-sharing span {
    outline: none
}

.ui-social-sharing .icon {
    width: 28px;
    height: 28px;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    margin-top: 5px;
    outline: none
}

.ui-social-sharing .icon:hover circle {
    transition: .2s;
    fill: #00a47b
}

.ya-share2__container_size_m .ya-share2__icon {
    height: 32px !important;
    width: 32px !important;
    background-position: center;
    background-repeat: no-repeat;
}

@-webkit-keyframes slidein-animation {
    0% {
        opacity: 0
    }

    1% {
        transform: translateX(160px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes slidein-animation {
    0% {
        opacity: 0
    }

    1% {
        transform: translateX(160px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-uppercase {
    text-transform: uppercase
}

.text_wh {
    color: #fff
}

.bold {
    font-family: GothamPro-Bold
}

.regular {
    font-weight: "GothamPro-Regular"
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.row {
    display: flex
}

.gradient {
    background: linear-gradient(180deg, #3fc494 33%, #3bba96 66%, #39b498);
    color: #05ca91;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.header {
    background: #191919;
}

.header__items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 90px
}

@media (max-width:988px) {
    .header__items {
        flex-wrap: wrap;
        min-height: 76px;
    }
}

.header__actions {
    display: flex;
    align-items: center
}

@media (max-width:988px) {
    .header .login {
        display: none
    }
}

.header__reg {
    margin-left: 10px;
}

.header__burger {
    display: none
}

@media (max-width:988px) {
    .header__burger {
        display: block
    }
}

.header__burger .icon {
    vertical-align: middle
}

.header__burger .icon,
.header__burger .icon svg {
    width: 25px;
    height: 25px;
    line-height: 25px
}

.header__burger .icon-close-menu {
    display: none
}

@media (max-width:988px) {
    .nav {
        background-color: #fff;
        box-shadow: 0 20px 30px rgba(0, 0, 0, .25);
        border-radius: 5px;
        order: 3;
        margin-bottom: 107px;
        margin-top: 12px
    }
}

.nav__items {
    display: flex;
    justify-content: space-between
}

@media (max-width:988px) {
    .nav__items {
        flex-direction: column
    }
}

.nav-item {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    position: relative;
    color: #fff;
    font-family: GothamPro-Medium;
    font-size: 14px;
    line-height: 16px;
    transition: .2s;
    padding: 5px 0
}

@media (max-width:988px) {
    .nav-item {
        padding: 12px 18px 14px;
        border-bottom: 1px solid #e7e7e7;
        font-size: 16px;
        line-height: 22px;
        color: #3d3d3d
    }
}

.nav-item:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #00a47b;
    bottom: -5px;
    transition: width .2s
}

.nav-item:hover {
    color: #fff
}

@media (max-width:988px) {
    .nav-item:hover {
        color: #3d3d3d
    }
}

.nav-item:hover:after {
    width: 100%
}

@media (max-width:988px) {
    .nav-item:hover:after {
        display: none
    }
}

.nav-item__link {
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 100%
}

@media (max-width:988px) {
    .nav-item__link {
        display: block
    }
}

.nav-item--active {
    color: #fff
}

.nav-item--active:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #00a47b;
    bottom: -5px;
    transition: width .2s;
    width: 100%
}

@media (max-width:988px) {
    .nav-item--active:after {
        display: none
    }
}

.nav--footer .nav-item {
    font-family: $font-default;
    color: #fff;
}

.nav--footer .nav-item:hover {
    opacity: .6
}

.nav--footer .nav-item:hover:after {
    display: none
}

.nav--footer .nav-item--active:after {
    display: none
}

.nav .login {
    display: none
}

@media (max-width:988px) {
    .nav .login {
        display: block
    }
}

.login {
    font-size: 15px;
    line-height: 21px;
    color: #fff;
    display: flex;
    align-items: center;
    font-family: GothamPro-Bold;
    cursor: pointer;
    margin-right: 18.6px
}

@media (max-width:988px) {
    .login {
        font-size: 16px;
        line-height: 22px;
        color: #333;
        margin-right: 0;
        padding: 12px 18px 13px
    }
}

.login:hover .login-icon__arrow {
    transform: translateX(10%)
}

.login:hover span {
    opacity: .8
}

.login .login-icon {
    width: 16px;
    height: 16px;
    margin-right: 8.5px;
    position: relative;
    vertical-align: middle
}

.login .login-icon path {
    fill: #fff
}

@media (max-width:988px) {
    .login .login-icon path {
        fill: #333
    }
}

.login .login-icon__arrow {
    transition: .2s
}

.login span {
    transition: opacity .2s;
    text-transform: uppercase
}

@media (max-width:988px) {
    .login span {
        text-transform: capitalize
    }
}

.ui-language {
    font-family: GothamPro-Bold;
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
    position: relative;
    color: #fff;
    margin-right: 40px;
}

@media (max-width:988px) {
    .ui-language {
        padding: 0;
        margin: 0 10px;
        font-size: 14px
    }
}

.ui-language__btn {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 9px 6px 7px;
    border-radius: 8px;
    height: 34px;
    transition: opacity .2s
}

.ui-language__btn:hover {
    opacity: .7
}

.ui-language__items {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    display: none;
    border-radius: 5px;
    overflow: hidden;
}

.ui-language__items--active {
    display: block
}

.ui-language-item {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: color .2s;
    padding-top: 3px;
    background-color: #00a47b
}

@media (max-width:988px) {
    .ui-language-item {
        padding: 0 10px
    }
}

.ui-language-item:hover {
    opacity: .8;
}

.footer .row {
    justify-content: space-between;
    align-items: center
}

.footer__social {
    background: #191919;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, .15);
    padding: 18px 0
}

.footer__social .footer__social-icons {
    display: flex;
    justify-content: space-between;
}

.footer__social .footer__social-icons .social {
    margin-left: 45px;
}

@media (max-width:988px) {
    .footer__social {
        box-shadow: none;
        padding-bottom: 18px
    }

    .footer__social .footer__social-icons {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .footer__social .footer__social-icons .social {
        margin-top: 20px;
        margin-right: 0;
    }
}

.footer__social .social__link {
    margin-top: 0;
    width: 28px;
    height: 28px;
    line-height: 28px
}

@media (max-width:988px) {
    .footer__social .social__link {
        margin-bottom: 15px
    }
}

@media (max-width:988px) {
    .footer__social .row {
        flex-direction: column
    }
}

.footer__partners {
    display: flex;
    align-items: center
}

.footer__partners img {
    vertical-align: middle
}

.footer__partner {
    transition: transform .2s;
    height: 28px
}

.footer__partner+.footer__partner {
    margin-left: 34px
}

.footer__partner:hover {
    transform: translateY(-5%)
}

.footer__main {
    background: #191919;
    padding: 25px 0;
    color: #fff
}

@media (max-width:988px) {
    .footer__main {
        padding: 36px 0
    }
}

.footer__main .row {
    align-items: flex-start
}

.footer__main .row:last-child {
    align-items: center;
}

@media (max-width:988px) {
    .footer__main .row:last-child {
        flex-direction: column;
        align-items: center;
    }
}

.footer__contact {
    font-size: 12px;
    line-height: 11px;
    margin-right: 25px;
}

.footer__contact:last-child {
    margin-right: 0;
}

@media (max-width:988px) {
    .footer__contact {
        font-size: 15px;
        line-height: 15px;
        margin: 0;
        margin-bottom: 10px;
    }
}

.footer__contact span {
    color: hsla(0, 0%, 96.5%, .6);
    display: inline-block;
}

.footer__contact a {
    transition: color .2s;
    color: #C5C5C5;
}

.footer__contact a:hover {
    color: #ffffff;
}

.footer__rights {
    font-size: 14px;
    line-height: 22px;
    color: #C5C5C5;
}

.footer__rights span {
    margin-left: 10px;
}

@media (max-width:988px) {
    .footer__rights {
        display: flex;
        flex-direction: column;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .footer__rights span {
        margin-left: 0;
    }
}

.footer__rights img,
.footer__rights span {
    vertical-align: middle
}

.footer__nav {
    width: 550px;
}

@media (max-width:988px) {
    .footer__nav {
        display: none
    }
}

.footer__privacy {
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 22px
}

@media (max-width:988px) {
    .footer__privacy {
        margin-bottom: 20px;
    }
}

.footer__privacy:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 0;
    height: 1px;
    background-color: #fff;
    bottom: 0;
    right: 0;
    transition: width .2s
}

.footer__privacy:hover:after {
    width: 100%
}

.footer__contacts {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width:988px) {
    .footer__contacts {
        flex-direction: column;
    }
}

.page--main .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    position: relative
}

@media (max-width:988px) {
    .page--main .top {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 15px;
    }
}

.page--main .top h1 {
    font-size: 30px;
    line-height: 24px;
    text-transform: uppercase;
    font-family: GothamPro-Bold;
    color: #ffffff;
}

@media (max-width:988px) {
    .page--main .top h1 {
        font-size: 26px;
        line-height: 28px
    }
}

.page--main .top .icon-search-main {
    position: absolute;
    width: 22px;
    height: 22px;
    top: 0;
    margin-top: 0;
    right: 0;
    cursor: pointer
}

.page--main .top .global-search--mob {
    display: none
}

@media (max-width:1366px) {
    .page--main .top .global-search--mob {
        display: flex
    }
}

@media (max-width:988px) {
    .page--main .top .global-search--mob {
        display: none
    }
}

.page--main .top .global-search--mob .icon-search {
    width: 15px;
    height: 15px
}

.page--main .top__show {
    display: none
}

@media (max-width:988px) {
    .page--main .top__show {
        display: block
    }
}

.page--main .top .icon-search {
    position: absolute;
    top: 50%;
    right: 14px;
    width: 13px;
    height: 13px;
    margin-top: -6.5px;
    line-height: 13px;
    cursor: pointer
}

@media (max-width:988px) {
    .page--main .top .icon-search {
        width: 22px;
        height: 22px;
        top: 0;
        margin-top: 0;
        right: 0
    }
}

.page--main .top .icon-search:hover {
    opacity: .7
}

.page--main .banner {
    width: 966px;
    position: relative;
    border-radius: 5px
}

@media (max-width:988px) {
    .page--main .banner {
        width: 100%;
        max-width: 620px;
    }
}

@media (max-width:631px) {
    .page--main .banner {
        width: 100%;
        max-width: 530px;
    }
}

.page--main .banner__slide {
    width: 966px;
    height: 360px;
    position: relative;
    border-radius: 5px !important;
    background-image: url(assets/a775c7f80eafe4be10671d3bd2e1ec66.png);
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

@media (max-width:988px) {
    .page--main .banner__slide {
        width: 100%;
        max-width: 620px;
        height: 441px
    }
}

@media (max-width:631px) {
    .page--main .banner__slide {
        width: 100%;
        max-width: 530px;
        height: 201px
    }
}

.page--main .banner__body {
    /* background: linear-gradient(90deg, #1E1E1E 33.02%, rgba(29, 29, 29, 0) 68.17%); */
    height: 100%;
    width: 60%;
    color: #fff!important;
    text-transform: uppercase;
    padding: 60px 70px 50px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 5px
}

@media (max-width:988px) {
    .page--main .banner__body {
        top: auto;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        /* background: linear-gradient(0deg, #1E1E1E 33.02%, rgba(29, 29, 29, 0) 68.17%); */
        padding: 35px 23px 30px;
        height: 60%;
        display: flex;
        align-items: center
    }
}

.page--main .banner__content {
    max-width: 343px
}

@media (max-width:988px) {
    .page--main .banner__content {
        max-width: 100%
    }
}

.page--main .banner__title {
    font-size: 46px;
    line-height: 60px;
    font-family: GothamPro-Bold
}

@media (max-width:988px) {
    .page--main .banner__title {
        font-size: 28px;
        line-height: 38px
    }
}

.page--main .banner__text {
    font-size: 18px;
    line-height: 26px;
    text-transform: none
}

@media (max-width:988px) {
    .page--main .banner__text {
        font-size: 14px;
        line-height: 22px
    }
}

.page--main .banner .common-owl {
    position: relative;
    overflow: hidden
}

.page--main .banner .common-owl .owl-item {
    display: inline-block
}

.page--main .banner .common-owl .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center
}

.page--main .banner .common-owl .owl-dot {
    width: 6px !important;
    height: 6px !important;
    background-color: #1c293c !important;
    display: inline-block;
    vertical-align: middle;
    outline: 0;
    box-shadow: none;
    border-radius: 50%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 !important;
    margin: 0 2px !important;
    transition: transform .2s
}

.page--main .banner .common-owl .owl-dot:hover {
    transform: scale(1.2)
}

.page--main .banner .common-owl .owl-dot.active {
    background-color: #09be8b !important
}

.page--main .banner .common-owl .owl-dot-container {
    margin-top: 0 !important
}

.page--main .banner .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 46%;
    height: 36px;
    margin: -18px auto 0
}

.page--main .banner .owl-next,
.page--main .banner .owl-prev {
    display: block;
    height: 36px;
    width: 36px;
    position: absolute;
    border-radius: 50%;
    background-color: hsla(0, 0%, 76.9%, .4);
    border: none;
    outline: none;
    cursor: pointer;
    transition: -webkit-filter .2s;
    transition: filter .2s;
    transition: filter .2s, -webkit-filter .2s
}

@media (max-width:988px) {

    .page--main .banner .owl-next,
    .page--main .banner .owl-prev {
        display: none
    }
}

.page--main .banner .owl-next:hover,
.page--main .banner .owl-prev:hover {
    -webkit-filter: drop-shadow(2px 4px 6px #000);
    filter: drop-shadow(2px 4px 6px #000)
}

.page--main .banner .owl-next:after,
.page--main .banner .owl-prev:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-right: 4px solid #fff;
    border-top: 4px solid #fff;
    top: 50%;
    margin-top: -8px
}

.page--main .banner .owl-prev {
    left: 10px
}

.page--main .banner .owl-prev:after {
    transform: rotate(-135deg);
    left: 50%;
    margin-left: -6px
}

.page--main .banner .owl-next {
    right: 10px
}

.page--main .banner .owl-next:after {
    transform: rotate(45deg);
    right: 50%;
    margin-right: -6px
}

.page--main .banner--description .banner__body {
    padding: 41px 57px 35px;
    height: auto
}

@media (max-width:988px) {
    .page--main .banner--description .banner__body {
        padding: 45px 23px 22px
    }
}

.page--main .banner--description .banner__content {
    max-width: 369px
}

.page--main .banner--description .banner__title {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 38px
}

@media (max-width:988px) {
    .page--main .banner--description .banner__title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 16px
    }
}

.page--main .articles__items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0 -4px
}

.page--main .articles .article-item {
  width: calc(25% - (24px / 4));
}

.ui-thumb.article__thumb img {
    width: 100% !important;
}

@media (max-width:988px) {
    .page--main .articles .article-item {
        flex-basis: 100%;
    }
    
    .article-item .ui-thumb {
        height: auto;
    }

    .article-item .ui-thumb img {
        display: block;
        width: 100%;
        height: auto;
    }

    .article-item__title {
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      line-height: 1.4;
      max-height: 2.8em;
    }

    .page.page--article .article-item {
      min-height: 350px;
      max-height: 350px;
    }
}

.page--main .categories .ui-title {
    margin-bottom: 17px;
    margin-top: 15px
}

@media (max-width:988px) {
    .page--main .categories .ui-title {
        margin-top: 18px
    }
}

.page--main .categories__items {
    margin-bottom: 21px
}

@media (max-width:988px) {
    .page--main .categories__items {
        margin-bottom: 31px
    }
}

.page--main .categories__item:not(:last-child) {
    margin-right: 12px
}

.page--main .ui-filter {
    display: inline-block;
    padding: 7px 8px 5px;
    border-radius: 5px;
    background-color: #fff;
    font-size: 14px;
    line-height: 13px;
    cursor: pointer;
    transition: box-shadow .2s
}

.page--main .ui-filter:not(.ui-filter--active):hover {
    box-shadow: 0 4px 6px rgba(0, 0, 0, .2)
}

.page--main .ui-filter--active {
    background-color: #00a47b;
    box-shadow: 0 4px 6px rgba(6, 137, 100, .4);
    color: #fff
}

.page--article {
    padding-top: 0;
    padding-bottom: 0
}

.page--article .aside {
    margin-top: 0
}

.page--article .container {
    position: relative
}

.page--article .ui-scroll {
    right: 20px;
    bottom: 60px;
    position: fixed;
}

@media (max-width:988px) {
    .page--article .aside {
        padding: 0;
    }

    .page--article .breadcrumbs {
        padding: 0;
    }
}

@media (max-width:1366px) {
    .page--article .aside .subscribe {
        display: none
    }
}

.page--article .article__search {
    display: none
}

@media (max-width:1366px) {
    .page--article .article__search {
        display: flex;
        margin-bottom: 20px;
        position: relative
    }
}

@media (max-width:500px) {
  .page--article .also .ui-title {
    word-break: break-all;
  }
}

@media (max-width:348px) {
  .category {
    margin-bottom: 15px;
  }
}

@media (max-width:988px) {
    .page--article .article__search {
        padding: 0;
        margin-top: 0;
    }
}

@media (max-width:1366px) {
    .page--article .aside .global-search {
        display: none
    }

    .article-item__details {
      gap: 12px;
    }
}

@media (max-width:988px) {
    .page--article .ui-breadcrumb {
        padding: 0 15px;
        margin-bottom: 0
    }
}

.page--article .article__wrapper {
    background-color: #fff;
    padding: 36px 30px;
    border-radius: 5px
}

.page--article .article__thumb {
    width: 100%;
    margin-bottom: 18px
}

.page--article .article__details {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 18px
}

@media (max-width:988px) {
    .page--article .article__details {
        flex-wrap: wrap;
        padding-bottom: 16px
    }
}

.page--article .article__details .rating {
    margin-right: 36px;
    top: 0
}

.page--article .article__details .article__read-time {
    font-size: 14px;
    line-height: 16px
}

@media (max-width:988px) {
    .page--article .article__details .article__read-time {
        order: 4;
        margin-top: 15px
    }
}

.page--article .article__details .article__date {
    margin-left: auto
}

@media (max-width:988px) {
    .page--article .article__details .article__date {
        margin-left: 0
    }
}

.page--article .article__body {
    max-width: 751px;
    margin: 47px auto 0
}

@media (max-width:988px) {
    .page--article .article__body {
        margin-left: 0;
        margin-right: 0;
        margin-top: 37px
    }
}

.page--article .article-rating {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 26px;
    font-family: GothamPro-Bold;
    margin-top: 29px;
    margin-bottom: 15px
}

.page--article .article-rating__title {
    margin-right: 12px
}

@media (max-width:988px) {
    .page--article .article-rating__title {
        margin-right: 33px
    }
}

.page--article .article-rating__stars .article__star {
    width: 24px;
    height: 24px;
    margin-top: -4px;
    vertical-align: middle
}

.page--article .article-content {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.page--article .article-content h1 {
    font-size: 40px;
    line-height: 50px;
    font-family: GothamPro-Bold;
    margin-bottom: 30px
}

@media (max-width:988px) {
    .page--article .article-content h1 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 26px
    }
}

.page--article .article-content h3 {
    font-size: 24px;
    line-height: 30px;
    font-family: GothamPro-Bold;
    margin-bottom: 26px
}

@media (max-width:988px) {
    .page--article .article-content h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 16px
    }
}

.page--article .article-content p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px
}

.page--article .article-content ul, 
.page--article .article-content ol {
    margin-bottom: 15px;
}

.page--article .article-content ul,
.page--article .article-content ul li {
    list-style-type: disc;
}

.page--article .article-content ol,
.page--article .article-content ol li {
    list-style-type: decimal;
}

.page--article .article-content p span {
    color: #00a47b
}

.page--article .article-content blockquote {
    margin: 0;
    padding: 0
}

.page--article .article-content blockquote p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 40px;
    display: block;
    max-width: 575px;
    padding-left: 15px;
    border-left: 3px solid #00a47b;
    margin-left: auto;
    margin-right: auto;
    font-family: GothamPro-Bold;
    font-style: italic
}

.page--article .article-content figure {
    text-align: center;
    max-width: 511px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px
}

.page--article .article-content figure img {
    border-radius: 5px
}

.page--article .article-content figure figcaption {
    text-align: left;
    font-size: 14px;
    line-height: 26px;
    color: #a2a2a2
}

.page--article .article-content ul {
    padding-left: 20px;
    margin-bottom: 40px
}

.page--article .article-content ul li {
    font-size: 16px;
    line-height: 28px
}

.page--article .comments {
    margin-top: 24px;
    background-color: #fff;
    padding: 34px 36px
}

@media (max-width:988px) {
    .page--article .comments {
        padding: 0;
        margin-top: 24px
    }
}

.page--article .comments .comment-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.page--article .comments__heading {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 28px;
    font-family: GothamPro-Bold
}

@media (max-width:988px) {
    .page--article .comments__heading {
        font-size: 20px;
        margin-bottom: 23px;
        padding: 31px 15px 0
    }
}

.page--article .comments__heading span {
    color: #00a47b
}

.page--article .comments__more {
    color: #c4c4c4;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    line-height: 19px;
    position: relative;
    margin-top: 31px
}

.page--article .comments__more p {
    margin-bottom: 4px;
    transition: color .2s
}

.page--article .comments__more img {
    transition: transform .2s
}

.page--article .comments__more:hover p {
    color: #827f7f
}

.page--article .comments__more:hover img {
    transform: translateY(20%)
}

.page--article .comment-item {
    position: relative;
    border-radius: 5px
}

@media (max-width:988px) {
    .page--article .comment-item {
        flex-direction: column;
        padding: 0 0 20px;
        box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
        margin-bottom: 8px
    }
}

.page--article .comment-item__body {
    background-color: #f9f9f9;
    padding: 22px;
    border: 1px solid #eaeaea;
    border-radius: 5px
}

.page--article .comment-item__top {
    display: flex;
    align-items: center
}

@media (max-width:988px) {
    .page--article .comment-item__top {
        flex-wrap: wrap
    }
}

.page--article .comment-item__date {
    color: #818181;
    font-size: 13px;
    line-height: 26px;
    margin-left: auto
}

@media (max-width:988px) {
    .page--article .comment-item__date {
        margin-left: 0;
        margin-top: 9px
    }
}

.page--article .comment-item__details {
    display: flex;
    align-items: center
}

.page--article .comment-item__avatar {
    min-width: 25px;
    min-height: 25px;
    width: 25px;
    height: 25px;
    flex: none;
    background-image: url(assets/f686a60e46c5436f5c519f0d17ecdd31.png) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #c4c4c4;
    margin-right: 14px;
    border-radius: 50%
}

@media (max-width:988px) {
    .page--article .comment-item__avatar {
        margin-right: 6px
    }
}

.page--article .comment-item__name {
    font-size: 14px;
    line-height: 26px;
    font-family: GothamPro-Bold
}

@media (max-width:988px) {
    .page--article .comment-item__name {
        font-size: 22px;
        line-height: 26px;
        max-width: 180px
    }
}

.page--article .comment-item__text {
    font-size: 14px;
    line-height: 24px;
    margin-top: 8px
}

@media (max-width:988px) {
    .page--article .comment-item__text {
        padding-left: 0;
        margin-bottom: 16px;
        margin-top: 11px
    }
}

.page--article .comment-item__actions {
    margin-top: 9px;
    display: flex;
    align-items: center
}

.page--article .comment-item__actions .ui-btn {
    background-color: #fff;
    padding: 5px 12px 4px;
    margin-right: 21px;
    font-size: 13px;
    transition: .2s;
    font-family: $font-default
}

.page--article .comment-item__actions .ui-btn:hover {
    background-color: #00a47b;
    color: #fff
}

.page--article .comment-item__like {
    cursor: pointer;
    border: 1px solid #00a47b;
    border-radius: 5px;
    color: #00a47b
}

.page--article .comment-item__reply {
    cursor: pointer;
    transition: opacity .2s;
    font-size: 14px;
    line-height: 24px;
    color: #969696
}

.page--article .comment-item__reply:hover {
    opacity: .4
}

.page--article .comment-item__form {
    margin-top: 10px
}

.page--article .comment-item__form .ui-btn {
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px
}

@media (max-width:988px) {
    .page--article .comment-item__form .ui-btn {
        padding: 8px 12px;
        font-size: 13px
    }
}

.page--article .comment-item__form .ui-input {
    border: 2px solid #f6f6f6;
    background-color: #fff
}

.page--article .comment-item__children {
    margin-left: 40px
}

@media (max-width:988px) {
    .page--article .comment-item__children {
        margin-left: 35px
    }
}

.page--article .comment-item__children .comment-item {
    padding: 0;
    border-radius: 0;
    box-shadow: none
}

.page--article .comment-item__children .comment-item__form {
    display: none
}

.page--article .comment-item__children .comment-item__body {
    background-color: #fff;
    border: none
}

.page--article .comment-item__children .comment-item__reply {
    display: none
}

.page--article .comment-send {
    background-color: #fff;
    border-radius: 5px;
    margin: 8px 0 29px;
    padding: 34px 36px;
    position: relative
}

@media (max-width:988px) {
    .page--article .comment-send {
        box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
        margin: 54px 0 10px;
        padding: 20px
    }
}

.page--article .comment-send .ui-title {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 22px;
    font-family: GothamPro-Black;
    text-transform: none
}

@media (max-width:988px) {
    .page--article .comment-send .ui-title {
        font-size: 20px;
        line-height: 24px;
        font-family: GothamPro-Bold
    }
}

.page--article .comment-send__form {
    display: block
}

.page--article .comment-send .ui-input {
    margin-bottom: 16px
}

.page--article .comment-send .ui-btn {
    padding: 10px 17px 7px;
    display: inline-block
}

.page--article .comment-send__notify {
    line-height: 12px;
    margin-top: 10px;
    max-width: 220px
}

.page--article .comment-send .success {
    position: absolute;
    z-index: 1;
    width: 290px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 5px;
    padding: 18px;
    font-size: 14px;
    line-height: 21px;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, .3)
}

.page--article .comment-send .success:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #00a47b;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0 0 5px 5px;
    transition: .2s
}

.page--article .comment-send .success b {
    display: block;
    font-size: 20px;
    line-height: 21px;
    margin-bottom: 5px
}

.page--article .comment-send .success__close {
    width: 15px;
    height: 15px;
    line-height: 15px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    transition: transform .2s
}

.page--article .comment-send .success__close:hover {
    transform: scale(1.3)
}

.page--article .comment-send .success .icon-close path:first-child {
    fill: #464646
}

.page--article .comment-send .error {
    font-size: 12px;
    line-height: 12px;
    color: red
}

.page--article .comment-send textarea {
    min-height: 108px
}

@media (max-width:988px) {
    .page--article .comment-send textarea {
        min-height: 88px
    }
}

.page--article .also {
    position: relative
}

@media (max-width:988px) {
    .page--article .also {
        overflow: hidden;
        margin: 0;
        padding-bottom: 40px
    }
}

.page--article .also .ui-title {
    margin-bottom: 18px;
}

.page--article .also__item {
    border-radius: 8px;
    /* margin-right: 12px */
}

.article__wrapper {
  flex: 2;
}

.owl-carousel .owl-stage {
  display: flex;
}

.owl-carousel .owl-item img {
  height: 100%;
  object-fit: cover;
}

.also__items {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.also__item {
  max-width: 100%;
}

.also__item .ui-thumb {
  width: 100%;
  height: 180px;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}

.page__bottom {
  display: block;
  position: sticky;
  position: -webkit-sticky;
  top: 20px;
  z-index: 10;
  align-self: flex-start; 
}
.owl-stage-outer {
  flex: 1;
}
.page__wrapper {
  width: 100%;
  position: relative;
  gap: 20px;
}
.page__main {
  flex: 2;
}

.page--article .article__wrapper {
  width: 100%;
}

@media (max-width:1366px) {
    .page--article .also__item {
        width: calc(100% - 10px)
    }
}

@media (max-width:988px) {
    .page--article .also__item {
        width: 100%;
        margin-right: 0
    }

    .page--article .article__wrapper {
        padding: 12px
    }

    .article-item__body {
        padding: 0 12px;
    }

    .article-item__details {
        margin-top: 10px;
    }

    .page__wrapper {
        gap: 10px;
    }

    .page--article .container {
        padding: 0 6px;
    }
}

.page--article .also .owl-carousel-wrapper {
    padding-bottom: 20px
}

@media (max-width:988px) {
    .page--article .also .owl-carousel-wrapper {
        overflow: visible
    }
}

@media (max-width:988px) {
    .page--article .also .owl-carousel .ui-thumb {
        height: 200px;
    }
    .page--article .also .owl-carousel .article-item {
        height: 540px;
    }
}

.page--article .also .owl-carousel .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 46%;
    height: 36px;
    margin: -18px auto 0
}

@media (max-width:1366px) {
    .page--article .also .owl-carousel .owl-nav {
        display: none
    }
}

@media screen and (max-width:1444px) {
    .page--article .also .owl-carousel .owl-nav {
        display: none
    }
}

.page--article .also .owl-carousel .owl-next,
.page--article .also .owl-carousel .owl-prev {
    display: block;
    height: 36px;
    width: 36px;
    position: absolute;
    border-radius: 50%;
    background-color: hsla(0, 0%, 76.9%, .4);
    border: none;
    outline: none;
    cursor: pointer;
    transition: transform .2s
}

.page--article .also .owl-carousel .owl-next:hover,
.page--article .also .owl-carousel .owl-prev:hover {
    transform: scale(1.1)
}

.page--article .also .owl-carousel .owl-next:after,
.page--article .also .owl-carousel .owl-prev:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-right: 4px solid #fff;
    border-top: 4px solid #fff;
    top: 50%;
    margin-top: -8px
}

.page--article .also .owl-carousel .owl-prev {
    left: -51px
}

.page--article .also .owl-carousel .owl-prev:after {
    transform: rotate(-135deg);
    left: 50%;
    margin-left: -5px
}

.page--article .also .owl-carousel .owl-next {
    right: -51px
}

.page--article .also .owl-carousel .owl-next:after {
    transform: rotate(45deg);
    right: 50%;
    margin-right: -5px
}

.page--article .also .owl-carousel .owl-item {
    margin-right: 10px;
}

.page--results .ui-breadcrumbs {
    display: none
}

@media (max-width:1366px) {
    .page--results .ui-breadcrumbs {
        display: flex
    }
}

.page--results .results__body {
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 41px
}

@media (max-width:988px) {
    .page--results .results__body {
        padding: 19px 22px 30px
    }
}

.page--results .results .ui-title {
    margin-bottom: 25px
}

@media (max-width:988px) {
    .page--results .results .ui-title {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 23px
    }
}

.page--results .results-item {
    background: #fff;
    margin-bottom: 24px;
    cursor: pointer;
    border-bottom: 2px solid #e4e4e4;
    padding-bottom: 31px;
    transition: border .2s, opacity .2s;
    position: relative
}

@media (max-width:988px) {
    .page--results .results-item {
        max-width: 246px
    }
}

.page--results .results-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.page--results .results-item:hover {
    opacity: .8;
    border-color: #00a47b
}

.page--results .results-item__link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.page--results .results-item__category {
    margin-right: 20px
}

.page--results .results-item__details {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    margin-top: 10px
}

@media (max-width:988px) {
    .page--results .results-item__details {
        flex-wrap: wrap;
        justify-content: space-between
    }
}

.page--results .results-item__title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 24px;
    font-family: GothamPro-Bold
}

.page--results .results-item__text {
    font-size: 14px;
    line-height: 22px
}

.page--results .results-item__text span {
    display: inline-block;
    background-color: #80e5c7
}

.page--results .results-item .rating {
    margin-right: 12px;
    align-items: center;
    top: 0
}

.page--results {
    margin-bottom: 25px;
    padding: 0
}

@media (max-width:1366px) {
    .page--results .subscribe {
        display: none
    }
}

.page--results .results__search {
    display: none
}

@media (max-width:1366px) {
    .page--results .results__search {
        display: flex;
        margin-bottom: 20px;
        position: relative
    }
}

@media (max-width:1366px) {
    .page--results .aside .global-search {
        display: none
    }
}

.page--results .no-results {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 93%
}

.page--results .no-results__body {
    background-color: #fff;
    padding: 30px;
    border-radius: 5px
}

@media (max-width:988px) {
    .page--results .no-results__body {
        padding: 19px 22px 30px
    }
}

.page--results .no-results .ui-title {
    margin-bottom: 25px
}

@media (max-width:988px) {
    .page--results .no-results .ui-title {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 23px
    }
}

.page--results .no-results__empty b {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 22px
}

.page--error {
    background-color: #f6f6f6;
    min-height: 100vh
}

.page--error main {
    height: 100%;
    display: flex;
    align-items: center
}

.page--error .error {
    padding-bottom: 20px
}

.page--error .error__items {
    display: flex;
    align-items: center
}

@media (max-width:988px) {
    .page--error .error__items {
        flex-direction: column;
        justify-content: center
    }
}

.page--error .error__img {
    flex: none
}

@media (max-width:988px) {
    .page--error .error__img {
        max-width: 202px;
        margin-left: -20px
    }
}

.page--error .error__body {
    flex-basis: 467px
}

@media (max-width:988px) {
    .page--error .error__body {
        flex-basis: 100%
    }
}

.page--error .error__title {
    font-family: GothamPro-Bold;
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 11.5px
}

@media (max-width:988px) {
    .page--error .error__title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 13px
    }
}

.page--error .error__text {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 26px
}

@media (max-width:988px) {
    .page--error .error__text {
        margin-bottom: 25px
    }
}

@media (max-width:988px) {
    .page--error .error .ui-btn {
        width: 211px;
        display: block;
        margin: 0 auto
    }
}

@media (max-width: 1512px) {
  .also__items {
    width: 100% !important;
  }

  .container {
    max-width: 1200px;
  }
}

.article-item .ui-thumb img {
  width: 100%;
  display: block;
  height: auto;
}

.article-item.also__item {
  width: 300px;
}

@media (max-width:1512px) {
  .page--article .article__thumb {
    width: 100%;
    height: auto
  }
}

@media (max-width:988px) {
  .page--main .article-item {
    min-height: 495px;
    max-height: 495px;
  }
}

@media (max-width:450px) {
  .page--main .article-item {
    min-height: 400px;
    max-height: 400px;
  }
}

.ui-thumb.article__thumb, .also__items {
  overflow: hidden;
  width: 100%;
}

.ui-thumb.article__thumb img, .also__items-img {
  width: 110%; 
  min-width: 110%; 
  max-width: none;
  margin-left: 50%;
  transform: translateX(-50%);
  height: auto;
  display: block;
  object-fit: cover;
}