.topMenu a {
    display: block;
    padding: 0.3125rem 0;
}

.page-country .add img
{
  margin-top: 0;
}

.form-subscribe__body .form-subscribe__btn {
    border: 1px solid transparent !important;
	margin-left: 10px;
}

.areas-subscribe {
    padding: 5.8125rem 0rem 0rem 0rem;
    position: relative;
}

.area-4-top {
    padding-top: 40px !important;

}

.top-news-right {
    row-gap: 0 !important;
}

.areas-subscribe::before {
    margin-top: 1.8125rem;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 0.0625rem;
    max-width: 80.625rem;
    width: 97.7%;
    background-color: #000000;

}


@import url(https://fonts.googleapis.com/css?family=Barlow:300,regular,500,600,700,800&display=swap);

@charset "UTF-8";

@font-face {
    font-family: HKGrotesk;
    font-display: swap;
    src: url("../fonts/HKGrotesk-Regular.woff2") format("woff2"), url("../fonts/HKGrotesk-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    min-width: 320px;
}

body {
    color: #0A0D14;
    line-height: 1;
    font-family: "Barlow";
    font-size: 1rem;
    padding-top: 7.1875rem;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
    font-family: "Barlow";
    font-size: inherit;
}

button {
    cursor: pointer;
    color: inherit;
    background-color: inherit;
}

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

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}

body.lock {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}

body a,
body button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body.mouse .menu-list a:hover {
    opacity: 1;
}

body.mouse .sub-menu a:hover {
    border-bottom: 1px solid #0A0D14;
}

body.mouse .link-sub-menu:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
}

body.mouse .link-sub-menu:hover::before {
    display: block;
}

body.mouse .sub-menu-btn-close {
    display: none;
}

.wrapper {
    position: relative;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}

.wrapper>main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.wrapper>* {
    min-width: 0;
}

/*
(i) Стили будут применяться ко 
всем классам содержащим *__container
Например header__container, main__container и т.д.
Снипет (HTML): cnt
*/

[class*=__container] {
    max-width: 82.5rem;
    margin: 0 auto;
    padding: 0 0.9375rem;
}

[class*=-ibg] {
    position: relative;
}

[class*=-ibg] img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

[class*=-ibg_contain] img {
    -o-object-fit: contain;
    object-fit: contain;
}

.all-heading {
    display: inline-block;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    color: #313542;
}

.big-title {
    display: block;
    font-weight: 700;
    font-size: 2.125rem;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    color: #0A0D14;
}

.middle-title {
    display: block;
    font-weight: 600;
    font-size: 1.3125rem;
    line-height: 1.23;
    color: #0A0D14;
}

.small-title {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.2;
    color: #0A0D14;
}

.label-card {
    display: inline-block;
    font-weight: 600;
    font-size: 0.8125rem;
    line-height: 1.2;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #8E8E93;
    margin-bottom: 0.5rem;
}

.all-text {
    font-family: HKGrotesk;
    font-weight: 400;
    font-size: 1.0625rem;
    line-height: 1.47;
    color: #0A0D14;
}

.img-box {
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 0.5rem;
}

.footer-title {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #EBECF0;
    margin-bottom: 0.75rem;
}

.footer-link {
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.2;
    color: #D1D3DE;
    opacity: 0.6;
}

.header-r {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: #FFFFFF;
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    height: 6.875rem;
    padding: 1.3125rem 0rem;
    border-bottom: 1px solid #D1D3DE;
}

.header-r__container {
    position: relative;
}

.header-r.hide {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.header-r__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	padding: 15px 0 20px 0;
}

.header-r__logo {
    width: 8.5625rem;
    margin-right: 5.75rem !important;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header-r__logo img {
    width: 100%;
	width:137px !important;
    height: 100%;
	
}

.header-r__menu {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.header-r__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 2.25rem;
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
}

.header-r__search-input {
    width: 11.4375rem;
    height: 1.5625rem;
    font-size: 0.9375rem;
    padding-top: 0.125rem;
    border-bottom: 1px solid transparent;
}

.header-r__search-input::-webkit-input-placeholder {
    font-size: 0.9375rem;
    font-style: italic;
    color: rgba(29, 36, 51, 0.8);
}

.header-r__search-input::-moz-placeholder {
    font-size: 0.9375rem;
    font-style: italic;
    color: rgba(29, 36, 51, 0.8);
}

.header-r__search-input:-ms-input-placeholder {
    font-size: 0.9375rem;
    font-style: italic;
    color: rgba(29, 36, 51, 0.8);
}

.header-r__search-input::-ms-input-placeholder {
    font-size: 0.9375rem;
    font-style: italic;
    color: rgba(29, 36, 51, 0.8);
}

.header-r__search-input::placeholder {
    font-size: 0.9375rem;
    font-style: italic;
    color: rgba(29, 36, 51, 0.8);
}

.header-r__search-input:focus {
    outline: none;
    border-bottom: 1px solid #000;
}

.header-r__search-btn img {
    width: 1.125rem;
    height: 1.125rem;
}

.header-r__subscribe-btn {
    font-weight: 600;
    font-size: 0.875rem;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin-right: 1.25rem;
    color: #0A0D14;
    -webkit-transition: color 0.1s;
    -o-transition: color 0.1s;
    transition: color 0.1s;
}

ul.menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0.875rem;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
    row-gap: 0.9375rem;
    letter-spacing: 0.4px;
    margin-right: 1.25rem;
    color: #0A0D14;
}

.menu-list a {
    -webkit-transition: font-weight 0.1s;
    -o-transition: font-weight 0.1s;
    transition: font-weight 0.1s;
    font-family: 'Barlow';
    font-weight: 500;
    opacity: 0.7;
    font-size: 0.875rem;
    line-height: 1.2;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #0A0D14;
    cursor: pointer;
}
.menu-list .current-menu-parent a {
	    opacity: 1;
}
.link-sub-menu {
    position: relative;
}

.link-sub-menu a {
    cursor: default;
}

.sub-menu a {
    cursor: pointer;
}

.link-sub-menu::before {
    content: '';
    position: fixed;
    top: 55%;
    left: 0;
    width: 100vw;
    height: 50px;
    display: none;
}

ul.sub-menu {
    position: fixed;
    top: calc(100% + 1px);
    left: 0;
    width: 100vw;
    padding: 1.25rem 1rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.2);
    z-index: 40;

    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    -ms-grid-columns: 0.25fr 0.25fr 0.25fr 0.25fr auto;
    grid-template-columns: 0.25fr 0.25fr 0.25fr 0.25fr auto;
    grid-auto-flow: column;
    row-gap: 1rem;
    -webkit-column-gap: 2rem;
    column-gap: 2rem;

    padding-left: calc(50% - 640px);
}

.sub-menu a {
    border-bottom: 1px solid transparent;
}

@media (max-width: 1320px) {
    ul.sub-menu {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.travel-menu-list li,
.design-menu-list li {
    font-family: 'Barlow';
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.2;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #0A0D14;
}

.travel-menu-list a,
.design-menu-list a {
    font-family: 'Barlow';
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.2;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #0A0D14;
    border-bottom: 1px solid transparent;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

ul.sub-menu::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: -1;
}

.sub-menu-btn-close {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 2rem;
    top: 7rem;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 50;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (max-width: 483.98px) {
    .sub-menu-btn-close {
        top: 9rem;
    }
	
	.form-subscribe__body .form-subscribe__btn {
	margin-left: 0px;
	margin-top: 10px !important;	
}
	
}

.sub-menu-btn-close::before,
.sub-menu-btn-close::after {
    content: '';
    left: 0;
    position: absolute;
    height: 10%;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #444444;
}

.sub-menu-btn-close::before {
    top: 49.5%;
    -webkit-transform: rotate(-45deg) translate(0px, -49.5%);
    transform: rotate(-45deg) translate(0px, -49.5%);
}

.sub-menu-btn-close::after {
    bottom: 49.5%;
    -webkit-transform: rotate(45deg) translate(0px, 49.5%);
    transform: rotate(45deg) translate(0px, 49.5%);
}

ul.sub-menu.visible {
    opacity: 1;
    visibility: visible;
}

.top-footer {
    background-color: #313542;
    padding: 4.0625rem 0rem 2.1875rem 0rem;
}

.top-footer__body {
    padding: 0rem 0rem 0rem 5rem;
}

.top-footer__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.discover-column {
    margin-right: 11.25rem;
}

.discover-column__item {
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.2;
    color: #D1D3DE;
    opacity: 0.6;
    margin-bottom: 0.9375rem;
}

.about-column {
    margin-right: 25rem;
}

.about-column__item {
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.2;
    color: #D1D3DE;
    opacity: 0.6;
    margin-bottom: 0.9375rem;
}

.published-column__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.4;
    color: #D1D3DE;
    margin-bottom: 0.9375rem;
}

.published-column__item a {
    opacity: 0.6;
}

.published-column__item img {
    margin-right: 0.5rem;
}

.published-column__icon-mobile {
    width: 0.5625rem;
    height: 0.875rem;
}

.published-column__icon-fax {
    width: 0.875rem;
    height: 0.875rem;
}

.social-footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.3125rem;
    margin-left: -1.5625rem;
}

.social-footer__link {
    width: 2.5625rem;
    height: 2.8125rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid transparent;
}

.social-footer__icon-facebook {
    width: 0.6875rem;
    height: 1.3125rem;
}

.social-footer__icon-instagram {
    width: 1.1875rem;
    height: 1.125rem;
}

.social-footer__icon-linkedin {
    width: 1.125rem;
    height: 1.125rem;
    margin-bottom: 0.2rem;
}

.social-footer__icon-youtube {
    width: 1.3125rem;
    height: 0.9375rem;
}

.social-footer__icon-twiter {
    width: 1.3125rem;
    height: 1.0625rem;
}

.bot-footer {
    background-color: #252934;
    padding: 1.3125rem 0rem 1.3125rem 0rem;
}

.bot-footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0rem 5rem;
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
}

.bot-footer__logo {
    display: inline-block;
    margin-bottom: 0.3125rem;
}

.bot-footer__logo img {
    width: 4.375rem;
    height: 2.1875rem;
}

.bot-footer__text {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.8;
    color: #FFFFFF;
    opacity: 0.8;
}

.bot-footer__text.t-r {
    text-align: right;
}

.bot-footer__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.bot-footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
    margin-bottom: 0.625rem;
}

.bot-footer__link {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.8;
    color: #FFFFFF;
    opacity: 0.8;
}

.regions-r {
    position: relative;
    padding: 0.9375rem 0rem 0.9375rem 0rem;
	padding: 1.5rem 0rem 1.5375rem 0rem
}

.regions-r__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
	max-width: 50rem;
}

.regions-r__title {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.2;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    color: #0A0D14;
    margin-right: 1.25rem;
}

.list-regions-r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 2.5rem;
}

.list-regions-r__item {
    font-weight: 500;
    font-size: 0.6875rem;
    line-height: 1.2;
    text-align: center;
    height: 3.125rem;
}

.list-regions-r__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.list-regions-r__link img {
    transition: 0.3s;
}

.list-regions-r__link p {
    white-space: nowrap;
    opacity: 0.7;
	margin-top: 5px;
}

.list-regions-r__sweden-img {
    width: 0.875rem;
    height: 1.625rem;
}

.list-regions-r__norway-img {
    width: 1.4375rem;
    height: 1.5625rem;
}

.list-regions-r__denmark-img {
    width: 1.5625rem;
    height: 1.5625rem;
}

.list-regions-r__finland-img {
    width: 1.0625rem;
    height: 1.5625rem;
}

.list-regions-r__faroe-img {
    width: 1.4375rem;
    height: 1.875rem;
}

.list-regions-r__iceland-img {
    width: 1.5625rem;
    height: 1rem;
}

.list-regions-r__greenland-img {
    width: 1.1875rem;
    height: 1.125rem;
}

.top-news-r {
    position: relative;
}

.top-news-r__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
}

.top-news-r::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 0.0625rem;
    max-width: 80.625rem;
    width: 97.7%;
    background-color: #000000;
}

.top-areas {
    padding-bottom: 0 !important;
}

.top-areas::before {
    content: none;

}

.col-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 20.155039%;
    flex: 0 1 20.155039%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.col-left__box:not(:last-child) {
    margin-bottom: 2.5rem;
}

.col-left__image {
    width: 100%;
    height: 9.375rem;
}

.col-middle {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 51.937984%;
    flex: 0 1 51.937984%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.col-middle__image {
    width: 100%;
    height: 24.625rem;
    margin-bottom: 0.625rem;
}

.col-middle__label {
    margin-bottom: 0.625rem;
}

.col-middle__title {
    margin-bottom: 0.625rem;
}

.col-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 23.255814%;
    flex: 0 1 23.255814%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 0.9375rem;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.col-right__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 0.9375rem;
}

.col-right__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 0.9375rem;
    -moz-column-gap: 0.9375rem;
    column-gap: 0.9375rem;
}

.col-right__image {
    width: 5rem;
    height: 5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.weekly-top-r {
    padding: 2.5rem 0rem 2.5rem 0rem;
}

.weekly-top-r__container {
    overflow: visible;
}

.weekly-top-r__heading {
    margin-bottom: 1.25rem;
}

.weekly-top-r__slider {
    overflow: visible;
    width: 100%;
}

.weekly-top-r__slider-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
}

.slide-weekly {
    overflow: visible;
}

.slide-weekly__image {
    height: 9.375rem;
}

.weekly-middle-r {
    padding: 1.25rem 0rem 1.25rem 0rem;
}

.weekly-middle-r__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
}

.weekly-middle-r__image {
    height: 22.5625rem;
    max-width: 39.4375rem;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48.9%;
    flex: 0 0 48.9%;
}

.weekly-middle-r__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.weekly-middle-r__text {
    max-width: 36.875rem;
}

.weekly-bottom-r {
    padding: 2.5rem 0rem 2.5rem 0rem;
}

.weekly-bottom-r__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
}

.weekly-bottom-r__left-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22.625rem;
    flex: 0 0 22.625rem;
    height: 15.75rem;
}

.weekly-bottom-r__middle-image {
    background-color: #D9D9D9;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 35.5rem;
    flex: 0 1 35.5rem;
    height: 15.75rem;
}

.weekly-bottom-r__middle-image-mob {
    display: none;
}

.weekly-bottom-r__right-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 18.75rem;
    flex: 0 1 18.75rem;
    height: 15.75rem;
}

.featured-r {
    padding: 1.25rem 0rem 1.25rem 0rem;
}

.featured-r__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
}

.featured-r__body {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65.9%;
    flex: 0 0 65.9%;
}

.featured-r__heading {
    margin-bottom: 0.625rem;
}

.featured-r__image {
    width: 100%;
    height: 22.5625rem;
    margin-bottom: 0.625rem;
}

.featured-r__label {
    margin-bottom: 0.625rem;
}

.featured-r__title {
    margin-bottom: 0.625rem;
}

.columns-featured {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1.25rem;
}

.columns-featured__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 0.9375rem;
    -moz-column-gap: 0.9375rem;
    column-gap: 0.9375rem;
}

.columns-featured__image {
    width: 5.9375rem;
    height: 5.9375rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 0rem;
}

.featured-r-sld {
    position: relative;
    padding: 2.5rem 0rem 2.8125rem 0rem;
}

.featured-r-sld__container {
    overflow: visible;
}

.featured-r-sld__slider {
    overflow: visible;
    width: 100%;
}

.featured-r-sld__slider-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
}

.featured-r-sld::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 0.0625rem;
    max-width: 80.625rem;
    width: 97.7%;
    background-color: #000000;
}

.slide-featured {
    overflow: visible;
}

.slide-featured__image {
    height: 12.8125rem;
}

.subscribe-r {
    padding: 2.8125rem 0rem 2.8125rem 0rem;
    position: relative;
}

.subscribe-r__body {
    height: 26.4375rem;
    padding: 5.125rem 1.6875rem 0rem 1.6875rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #09323e;
}

.subscribe-r::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 0.0625rem;
    max-width: 80.625rem;
    width: 97.7%;
    background-color: #000000;
}

.form-subscribe {
    padding: 2.1875rem 1.5625rem;
    max-width: 59.375rem;
    width: 100%;
    background-color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0.9375rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
}

.form-subscribe form {
    display: flex;
    flex-direction: column;
}

.page-template-main-2023 .sent .wpcf7-response-output {
    color: black;
    top: 185px;
}

@media (max-width:990px) {
    .page-template-main-2023 .sent .wpcf7-response-output {
        top: 0;
    }
}

.form-subscribe__title {
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 1.2;
    color: #0A0D14;
    margin-bottom: 0.5rem;
}

.form-subscribe__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.825rem;
	margin-bottom: 0rem;
    max-width: 432px;
    position: relative;
    gap: 0.9375rem;
}

.form-subscribe__body br {
    display: none;
}

.page-template-main .wpcf7-spinner {
    position: absolute;
    right: 110px;
    top: 9px;
}

@media (max-width: 660px) {
    .page-template-main .wpcf7-spinner {
        right: 0;
    }
}

.form-subscribe__input-email {
    display: inline-block;
    width: 19.125rem;
    padding: 0.75rem 1rem;
    border: 1px solid #656C85;
}

.form-subscribe__input-email::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 0.875rem;
    color: rgba(29, 36, 51, 0.8);
}

.form-subscribe__input-email::-moz-placeholder {
    font-weight: 500;
    font-size: 0.875rem;
    color: rgba(29, 36, 51, 0.8);
}

.form-subscribe__input-email:-ms-input-placeholder {
    font-weight: 500;
    font-size: 0.875rem;
    color: rgba(29, 36, 51, 0.8);
}

.form-subscribe__input-email::-ms-input-placeholder {
    font-weight: 500;
    font-size: 0.875rem;
    color: rgba(29, 36, 51, 0.8);
}

.form-subscribe__input-email::placeholder {
    font-weight: 500;
    font-size: 0.875rem;
    color: rgba(29, 36, 51, 0.8);
}

.form-subscribe__input-email:focus {
    border: 1px solid #20B1D9;
    outline: 1px solid transparent;
}

.form-subscribe__input-email.error {
    border: 1px solid red;
}

.form-subscribe__btn {
    padding: 0.75rem 1rem !important;
    background-color: #313542;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 0.875rem;
    letter-spacing: 0.5px;
    border: 1px solid transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    height: 44.6px;
}

.form-subscribe__privacy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -1rem;
    padding-top: 0.25rem;
    align-items: center;
}

.form-subscribe__privacy.error+.form-subscribe__allert {
    display: block;
}

.form-subscribe__input-check {
    display: none;
}

.form-subscribe__input-check:checked+.form-subscribe__label-check {
    border: 0.125rem solid green;
}

.form-subscribe__input-check:checked+.form-subscribe__label-check::before {
    opacity: 1;
}

.form-subscribe__input-check:checked+.form-subscribe__label-check::after {
    opacity: 1;
}

.form-subscribe__label-check {
    width: 0.9375rem;
    height: 0.9375rem;
    margin-right: 0.625rem;
    border: 0.125rem solid #313542;
    border-radius: 0.1875rem;
    position: relative;
    cursor: pointer;
}

.form-subscribe__label-check::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 50%;
    width: 3px;
    background-color: green;
    -webkit-transform: translate(4px, -1px) rotate(-45deg);
    -ms-transform: translate(4px, -1px) rotate(-45deg);
    transform: translate(4px, -1px) rotate(-45deg);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 0;
}

.form-subscribe__label-check::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 95%;
    background-color: green;
    -webkit-transform: translate(4px, -1px) rotate(-45deg);
    -ms-transform: translate(4px, -1px) rotate(-45deg);
    transform: translate(4px, -1px) rotate(-45deg);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 0;
}

.form-subscribe__allert {
    margin-top: 0.625rem;
    color: red;
    display: none;
}

.form-subscribe__cookie {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.2;
    padding-left: 0.6rem;
}

.form-subscribe__cookie a {
  /*  color: #20B1D9; */
    border-bottom: 1px solid transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	font-weight:bold;
	
}

.form-subscribe__cookie a:hover {
	text-decoration:none;
}

.discover-top-r {
    padding: 2.5rem 0rem 2.5rem 0rem;
}

.discover-top-r__container {
    overflow: visible;
}

.discover-top-r__heading {
    margin-bottom: 1.25rem;
}

.discover-top-r__slider {
    overflow: visible;
    width: 100%;
}

.discover-top-r__slider-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
}

.slide-discover {
    overflow: visible;
}

.slide-discover__image {
    height: 9.375rem;
}

.slide-discover__image {
    height: 9.375rem;
}

.discover-bottom-r {
    padding: 1.25rem 0rem 2.5rem 0rem;
}

.discover-bottom-r__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
}

.discover-bottom-r__box {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25.625rem;
    flex: 0 1 25.625rem;
}

.discover-bottom-r__image {
    height: 12.8125rem;
}

.scandinavian-r {
    padding: 1.25rem 0rem 1.25rem 0rem;
}

.scandinavian-r__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
}

.scandinavian-r__image {
    height: 22.5625rem;
    max-width: 39.4375rem;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48.9%;
    flex: 0 0 48.9%;
}

.scandinavian-r__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.scandinavian-r__label {
    margin-bottom: 0.625rem;
}

.scandinavian-r__title {
    display: inline-block;
    font-weight: 700;
    font-size: 1.5625rem;
    line-height: 1.3;
    color: #0A0D14;
    max-width: 36.875rem;
    margin-bottom: 0.625rem;
}

.scandinavian-r__text {
    max-width: 36.875rem;
}

.bot-slider-1 {
    padding: 2.5rem 0rem 2.5rem 0rem;
}

.bot-slider-1__container {
    overflow: visible;
}

.bot-slider-1__heading {
    margin-bottom: 1.25rem;
}

.bot-slider-1__slider {
    overflow: visible;
    width: 100%;
}

.bot-slider-1__slider-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
}

.slide-bot-slider-1 {
    overflow: visible;
}

.slide-bot-slider-1__image {
    height: 9.375rem;
}

.bot-slider-2 {
    padding: 1.25rem 0rem 1.5625rem 0rem;
    margin-bottom: 6.25rem;
}

.bot-slider-2__container {
    overflow: visible;
}

.bot-slider-2__slider {
    overflow: visible;
    width: 100%;
}

.bot-slider-2__slider-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
}

.slide-bot-slider-2 {
    overflow: visible;
}

.slide-bot-slider-2__image {
    height: 12.8125rem;
}


@media (min-width: 47.99875em) {
    .no-webp .subscribe-r__body {
        background-image: url("../img2023/subscribe/02.jpg");
    }
}


@media (max-width: 47.99875em) {
    .no-webp .subscribe-r__body {
        background-image: url("../img2023/subscribe/01.png");
    }
}

@media (min-width: 82.5em) {
    .list-regions-r {
        -webkit-column-gap: 7.0625rem;
        -moz-column-gap: 7.0625rem;
        column-gap: 7.0625rem;
    }

    .top-news-r {
        padding-top: 1.875rem;
    }

    .top-news-r {
        padding-bottom: 4.625rem;
    }
}

@media (min-width: 64em) {
    .slide-weekly {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 23.25%;
        flex: 0 1 23.25%;
        /* 300/1290 */
    }

    .slide-featured {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 31.7%;
        flex: 0 1 31.7%;
    }

    .slide-discover {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 23.25%;
        flex: 0 1 23.25%;
    }

    .slide-bot-slider-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 23.25%;
        flex: 0 1 23.25%;
    }

    .slide-bot-slider-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 31.7%;
        flex: 0 1 31.7%;
    }
}

@media (max-width: 80em) {
    .top-footer__body {
        padding: 0rem 5rem 0rem 5rem;
    }

    .about-column {
        margin-right: 21.25rem;
    }
}

@media (max-width: 64em) {
    .weekly-top-r {
        padding: 2.5rem 0.9375rem 2.5rem 0.9375rem;
    }

    .weekly-top-r__container {
        padding-left: 0rem;
    }

    .slide-weekly {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 43.7%;
        flex: 0 1 43.7%;
    }

    .featured-r-sld {
        padding: 2.5rem 0.9375rem 2.5rem 0.9375rem;
    }

    .featured-r-sld__container {
        padding-left: 0rem;
    }

    .slide-featured {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 35%;
        flex: 0 1 35%;
    }

    .discover-top-r {
        padding: 2.5rem 0.9375rem 2.5rem 0.9375rem;
    }

    .discover-top-r__container {
        padding-left: 0rem;
    }

    .slide-discover {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 43.7%;
        flex: 0 1 43.7%;
    }

    .bot-slider-1 {
        padding: 2.5rem 0.9375rem 2.5rem 0.9375rem;
    }

    .bot-slider-1__container {
        padding-left: 0rem;
    }

    .slide-bot-slider-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 43.7%;
        flex: 0 1 43.7%;
    }

    .bot-slider-2 {
        padding: 1.25rem 0.9375rem 2.5rem 0.9375rem;
    }

    .bot-slider-2__container {
        padding-left: 0rem;
    }

    .slide-bot-slider-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 35%;
        flex: 0 1 35%;
    }
}

@media (max-width: 20em) {
    .list-regions-r {
        -webkit-column-gap: 1.875rem;
        -moz-column-gap: 1.875rem;
        column-gap: 1.875rem;
    }

    .top-news-r {
        padding-top: 0.0000000625rem;
    }

    .top-news-r {
        padding-bottom: 2.25rem;
    }
}

@media (max-width: 73.75em) {
    .header-r__logo {
        margin-right: 1.875rem !important;
    }

    .header-r__search-input {
        width: 7.3125rem;
    }

    .top-footer__columns {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .discover-column {
        margin-right: 0rem;
    }

    .about-column {
        margin-right: 0rem;
    }

    .top-news-r__container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 1rem;
    }

    .col-left {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-gap: 0.9375rem;
        -moz-column-gap: 0.9375rem;
        column-gap: 0.9375rem;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .col-left__image {
        height: 13.75rem;
    }

    .col-middle {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .col-middle__image {
        height: 27.5rem;
    }

    .col-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }

    .col-right__body {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .col-right__box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
    }

    .weekly-bottom-r__container {
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }

    .weekly-bottom-r__left-image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 34.5%;
        flex: 0 0 34.5%;
    }

    .weekly-bottom-r__middle-image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 34.5%;
        flex: 0 0 34.5%;
    }
}

@media (max-width: 61.99875em) {
    .top-footer__body {
        padding: 0rem 1.875rem;
    }

    .social-footer__list {
        margin-left: 0rem;
    }

    .bot-footer__container {
        padding: 0rem 1.875rem;
    }

    .weekly-bottom-r__left-image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 22.625rem;
        flex: 0 0 22.625rem;
    }

    .weekly-bottom-r__middle-image {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }

    .weekly-bottom-r__right-image {
        display: none;
    }

    .slide-featured {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 43.7%;
        flex: 0 1 43.7%;
    }

    .form-subscribe {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .form-subscribe__text {
        text-align: center;
    }

    .slide-bot-slider-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 43.7%;
        flex: 0 1 43.7%;
    }
}

@media (max-width: 60.625em) {
    .link-sub-menu::before {
        top: 100%;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        height: 20px;
    }

    .header-r__logo {
        margin-right: auto !important;
        width: 5.125rem;
		width:134px;
    }

    ul.menu-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0.9375rem 0rem;
		padding: 0;
    }

    .regions-r__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 2.1875rem 0rem 0.9375rem 0rem;
    }

    .regions-r__title {
        position: absolute;
        top: 0.9375rem;
        left: 0.9375rem;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .list-regions-r {
        margin-right: 0rem;
    }

    .regions-r__list .splitter {
        display: none;
    }
}

@media (max-width: 990px) {
    .header-r {
        height: auto;
        padding: 0.625rem 0rem 0rem 0rem;
    }
}

@media (max-width: 47.99875em) {
    ul.sub-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow-y: auto;
        max-height: 30rem;
    }

    .header-r {
        height: auto;
        padding: 0.625rem 0rem 0rem 0rem;
    }

    ul.menu-list {
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
		padding-bottom: 15px;
    }

    .top-footer {
        padding: 2rem 0rem 2rem 0rem;
    }

    .top-footer__columns {
        margin-bottom: 1.25rem;
    }

    .bot-footer__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        row-gap: 1.5625rem;
        padding: 0rem 0.9375rem;
    }

    .bot-footer__box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .bot-footer__text.t-r {
        text-align: center;
    }

    .bot-footer__body {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        row-gap: 1.5625rem;
    }

    .bot-footer__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 1.25rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    body {
        padding-top: 9.25rem;
    }

    .regions-r__container {
        overflow: scroll;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .regions-r__body {
        -ms-flex-item-align: start;
        align-self: flex-start;
        padding: 1rem 0.9375rem;
    }

    .col-middle__image {
        height: 0rem;
        padding-bottom: 59.7%;
    }

    .weekly-top-r__slider-wrapper {
        -webkit-column-gap: 0.9375rem;
        -moz-column-gap: 0.9375rem;
        column-gap: 0.9375rem;
    }

    .weekly-middle-r {
        background-color: #F2F3F7;
        padding: 0rem 0rem 0rem 0rem;
    }

    .weekly-middle-r__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        row-gap: 1.875rem;
        padding: 1.75rem;
    }

    .weekly-middle-r__image {
        padding-bottom: 66.1%;
    }

    .weekly-bottom-r__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 1.875rem;
    }

    .weekly-bottom-r__left-image {
        padding-bottom: 70%;
        height: 0rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        margin-bottom: 1.875rem;
    }

    .weekly-bottom-r__middle-image {
        display: none;
    }

    .weekly-bottom-r__middle-image-mob {
        padding-bottom: 76%;
        margin-left: 0.9375rem;
        margin-right: 0.9375rem;
        display: block;
    }

    .featured-r {
        padding: 0rem 0rem 0rem 0rem;
    }

    .featured-r__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 1.875rem;
        padding: 1.75rem;
    }

    .featured-r__body {
        background-color: #F2F3F7;
        padding: 1.75rem;
    }

    .featured-r__image {
        padding-bottom: 69%;
        height: 0rem;
    }

    .featured-r-sld__slider-wrapper {
        -webkit-column-gap: 0.9375rem;
        -moz-column-gap: 0.9375rem;
        column-gap: 0.9375rem;
    }

    .slide-featured__image {
        height: 9.375rem;
    }

    .no-webp .subscribe-r__body {
        background-image: url("../img2023/subs-bg-m.jpg");
    }

    .subscribe-r__body {
        height: 100%;
        padding: 3.625rem 1.6875rem 3.625rem 1.6875rem;
    }

    .form-subscribe {
        padding: 1.875rem 1.5625rem;
    }

    .form-subscribe__title {
        font-size: 1.5625rem;
    }

    .form-subscribe__text {
        font-size: 0.875rem;
    }

    .discover-top-r__slider-wrapper {
        -webkit-column-gap: 0.9375rem;
        -moz-column-gap: 0.9375rem;
        column-gap: 0.9375rem;
    }

    .discover-bottom-r__container {
        -webkit-column-gap: 0.9375rem;
        -moz-column-gap: 0.9375rem;
        column-gap: 0.9375rem;
    }

    .discover-bottom-r__image {
        height: 9.375rem;
    }

    .scandinavian-r {
        background-color: #F2F3F7;
        padding: 0rem 0rem 0rem 0rem;
    }

    .scandinavian-r__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        row-gap: 1.875rem;
        padding: 1.75rem;
    }

    .scandinavian-r__image {
        padding-bottom: 66.1%;
    }

    .bot-slider-1__slider-wrapper {
        -webkit-column-gap: 0.9375rem;
        -moz-column-gap: 0.9375rem;
        column-gap: 0.9375rem;
    }

    .bot-slider-2 {
        margin-bottom: 3.75rem;
    }

    .bot-slider-2__slider-wrapper {
        -webkit-column-gap: 0.9375rem;
        -moz-column-gap: 0.9375rem;
        column-gap: 0.9375rem;
    }

    .slide-bot-slider-2__image {
        height: 9.375rem;
    }
}

@media (max-width: 41.25em) {
    .top-footer__body {
        padding: 0rem 0rem;
    }

    .top-footer__columns {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 1.875rem;
        -webkit-column-gap: 3.125rem;
        -moz-column-gap: 3.125rem;
        column-gap: 3.125rem;
        margin: 0 auto;
    }

    .social-footer__list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .col-right__box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .form-subscribe__body {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .discover-bottom-r {
        padding: 0rem 0rem 2.5rem 0rem;
    }

    .discover-bottom-r__container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 1.875rem;
    }

    .discover-bottom-r__box {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }

    .discover-bottom-r__image {
        height: 0rem;
        padding-bottom: 62%;
    }
}

@media (max-width: 39.99875em) {
    .slide-weekly {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 65.84%;
        flex: 0 1 65.84%;
    }

    .slide-featured {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 65.84%;
        flex: 0 1 65.84%;
    }

    .slide-discover {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 65.84%;
        flex: 0 1 65.84%;
    }

    .slide-bot-slider-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 65.84%;
        flex: 0 1 65.84%;
    }

    .slide-bot-slider-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 65.84%;
        flex: 0 1 65.84%;
    }
}

@media (max-width: 35.3125em) {
    .form-subscribe {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .form-subscribe__text {
        text-align: start;
    }

    .form-subscribe__input-email {
        width: 100%;
    }

    .form-subscribe__btn {
        padding: 0.75rem 3rem;
    }
}

@media (max-width: 34.375em) {
    .form-subscribe__body {
        width: 100%;
    }
}

@media (max-width: 31.25em) {
    .col-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .col-left__image {
        padding-bottom: 46.8%;
        height: 0rem;
    }
}

@media (max-width: 30.1875em) {
    body {
        padding-top: 9.5rem;
    }
}

@media (max-width: 26.56125em) {
    .header-r__search {
        margin-right: 0.9375rem;
    }

    .header-r__subscribe-btn {
        display: none;
    }
}

@media (max-width: 23.4375em) {
    .slide-weekly__image {
        height: 5.9375rem;
    }

    .slide-discover__image {
        height: 5.9375rem;
    }

    .slide-discover__image {
        height: 5.9375rem;
    }

    .slide-bot-slider-1__image {
        height: 5.9375rem;
    }
}

@media (min-width: 60.6875em) and (max-width: 73.75em) {
    ul.menu-list {
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }
}

@media (min-width: 20em) and (max-width: 82.5em) {
    @supports ((-moz-column-gap: clamp(1.875rem, 0.215rem + 8.3vw, 7.0625rem)) or (column-gap: clamp(1.875rem, 0.215rem + 8.3vw, 7.0625rem))) {
        .list-regions-r {
            -webkit-column-gap: clamp(1.875rem, 0.215rem + 8.3vw, 7.0625rem);
            -moz-column-gap: clamp(1.875rem, 0.215rem + 8.3vw, 7.0625rem);
            column-gap: clamp(1.875rem, 0.215rem + 8.3vw, 7.0625rem);
        }
    }

    @supports not ((-moz-column-gap: clamp(1.875rem, 0.215rem + 8.3vw, 7.0625rem)) or (column-gap: clamp(1.875rem, 0.215rem + 8.3vw, 7.0625rem))) {
        .list-regions-r {
            -webkit-column-gap: calc(1.875rem + 5.1875 * (100vw - 20rem) / 62.5);
            -moz-column-gap: calc(1.875rem + 5.1875 * (100vw - 20rem) / 62.5);
            column-gap: calc(1.875rem + 5.1875 * (100vw - 20rem) / 62.5);
        }
    }

    @supports (padding-top: clamp(0.0000000625rem, -0.5999999175rem + 2.9999999vw, 1.875rem)) {
        .top-news-r {
            padding-top: clamp(0.0000000625rem, -0.5999999175rem + 2.9999999vw, 1.875rem);
        }
    }

    @supports not (padding-top: clamp(0.0000000625rem, -0.5999999175rem + 2.9999999vw, 1.875rem)) {
        .top-news-r {
            padding-top: calc(0.0000000625rem + 1.8749999375 * (100vw - 20rem) / 62.5);
        }
    }

    @supports (padding-bottom: clamp(2.25rem, 1.49rem + 3.8vw, 4.625rem)) {
        .top-news-r {
            padding-bottom: clamp(2.25rem, 1.49rem + 3.8vw, 4.625rem);
        }
    }

    @supports not (padding-bottom: clamp(2.25rem, 1.49rem + 3.8vw, 4.625rem)) {
        .top-news-r {
            padding-bottom: calc(2.25rem + 2.375 * (100vw - 20rem) / 62.5);
        }
    }
}

@media (min-width: 31.3125em) and (max-width: 73.75em) {
    .col-left__box {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    }

    .col-left__box:not(:last-child) {
        margin-bottom: 0rem;
    }
}

@media (any-hover: hover) {
    .header-r__subscribe-btn:hover {
        color: rgba(29, 36, 51, 0.8);
    }

    .discover-column__item:hover {
        opacity: 1;
    }

    .about-column__item:hover {
        opacity: 1;
    }

    .published-column__item a:hover {
        opacity: 1;
    }

    .bot-footer__link:hover {
        opacity: 1;
    }

    .list-regions-r__link:hover p {
        /* font-weight: 500; */
        opacity: 1;
    }

    .list-regions-r__link:hover img {
        -webkit-transform: translatey(-0.4rem);
        -ms-transform: translatey(-0.4rem);
        transform: translatey(-0.4rem);
    }

    .form-subscribe__btn:hover {
        color: #313542;
        background-color: #c5c5c5;
        border: 1px solid #313542;
    }

    .form-subscribe__cookie a:hover {
        border-bottom: 1px solid #20B1D9;
    }
}

@media (min-width: 47.99875em) {

    .webp .subscribe-r__body {
        background-image: url('../img2023/subs-bg.webp');
    }
}

@media (max-width: 47.99875em) {

    .webp .subscribe-r__body {
        background-image: url('../img2023/subs-bg-m.webp');
    }
}

.sub-menu-btn-close.visible {
    opacity: 1;
    visibility: visible;
}


/* 11.09.2023 */
.business-top-header {
    display: flex;
    align-items: flex-start;
    column-gap: 102px;
    padding-bottom: 8px;
    padding-top: 30px !important;
}

.business-top-header h1 {
    white-space: nowrap;
    font-size: 25px !important;
    line-height: 32px !important;
}

.business-top-header .cat_link.active {
    color: #000000;
}

@media (max-width: 1280px) {
    .business-top-header .category-menu {
        justify-content: start;
    }

    .business-top-header .category-menu a {
        margin: 0 !important;
    }

    .business-top-header {
        column-gap: 40px;
    }
}

@media (max-width: 767.98px) {
    .business-top-header {
        flex-direction: column;
        row-gap: 20px;
    }

    .business-top-header .category-menu {
        justify-content: center;
        padding-top: 0 !important;
    }

    .business-top-wrap h1 {
        width: 100%;
        text-align: center;
    }
}

.business-top-header .cat_link {
    font-size: 13px !important;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 15.6px !important;
    margin-right: 0 !important;
    font-family: 'Barlow', sans-serif !important;
}

.business-top-header .category-menu {
    row-gap: 13px;
    flex-wrap: wrap;
    column-gap: 23px;
    padding-top: 10px;
}

.business-top-header .cat_link:hover {
    color: #000000;
}

.top-news-bussiness-page .top-news-r__left-column {
    order: 2;
    flex: 0 1 20.1394268%;
}

.top-news-bussiness-page .top-news-r__middle-column {
    order: 1;

    flex: 0 1 51.975213% !important;
}

.top-areas .top-news-r__middle-column {
    order: 1;

    flex: 0 1 55% !important;
}

.top-news-bussiness-page .top-news-r__right-column {
    order: 3;
    flex: 0 1 23.2378002%;
}

.top-news-bussiness-page .big-title {
    font-size: 1.5625rem;
    line-height: 1.28;
}

.bussiness-page-popular.business-popular-wrap {
    padding-top: 60px;
    padding-bottom: 0px !important;
}

.bussiness-page-regions.regions-r .list-regions-r__link p {
    font-size: 11px !important;
    font-family: 'Barlow', sans-serif !important;
    line-height: 13.2px !important;
}

.bussiness-page-regions .regions-r__container {
    position: relative;
}

.bussiness-page-regions .regions-r__container:before,
.bussiness-page-regions .regions-r__container:after {
    content: '';
    position: absolute;
    width: calc(100% - 30px);
    height: 1px;
    background-color: #000000;
    left: 15px;
}

.bussiness-page-regions .regions-r__container:before {
    top: -30px;
}

.bussiness-page-regions .regions-r__container:after {
    bottom: -40px;
}

.bussiness-page__container .item.bussiness-page__search-item {
    width: 31.76% !important;
}

.bussiness-page__container .slide-featured__image.img-box img {
    max-height: unset;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px !important;
}

.search-block-wrap .bussiness-page__container .tab-item .item h5 a {
    font-size: 21px;
}

.bussiness-page-popular.business-popular-wrap .business-popular-content .item figure a img {
    object-fit: unset;
    border-radius: 0px !important;
    width: 100%;
    height: 100%;
    top: 0 !important;
    left: 0 !important;
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
}

.bussiness-page-popular.business-popular-wrap .business-popular-content .item figure {
    max-height: 150px;
}

.bussiness-page-popular.business-popular-wrap .business-popular-content .item.info figure {
    max-height: unset;
}

.bussiness-page-popular.business-popular-wrap .business-popular-content .item figure a {
    max-height: 150px;
}

@media (max-width: 568px) {
    .bussiness-page__search-item {
        flex-direction: column;
    }

    .bussiness-page__search-item figure {
        width: 100% !important;
    }

    .tab-item .bussiness-page__search-item.item .text {
        width: 100% !important;
    }

    .search-block-wrap .bussiness-page__container .tab-item .item h5 a {
        font-size: 16px;
    }

    .search-block-wrap .bussiness-page__container .tab-item .item figure {
        margin-bottom: 10px;
    }

    .tab-item .bussiness-page__search-item.item {
        margin-bottom: 20px !important;
        width: 100% !important;
    }

    .bussiness-page-popular__container {
        overflow-x: scroll;
    }

    .bussiness-page-popular.business-popular-wrap .business-popular-content {
        padding-right: 0;
        column-gap: 3.5%;
        row-gap: 15px;
    }

    .bussiness-page-popular.business-popular-wrap {
        position: relative;
    }

    .bussiness-page-popular.business-popular-wrap:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 14px;
        background: #fff;
        z-index: 1;
    }

}

@media (max-width: 400px) {
    .bussiness-page__search-item .slide-featured__image {
        height: 150px;
    }
/*
    .search-block-wrap .bussiness-page__container .tab-item .item h5 a {
        font-size: 12px;
    }

    .item.bussiness-page__search-item .label-card {
      font-size: 10px;
    }
	*/
}

@media (max-width: 73.75em) {
    .top-news-bussiness-page .top-news-r__middle-column {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100% !important;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .top-news-bussiness-page .top-news-r__left-column {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100% !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-gap: 0.9375rem;
        -moz-column-gap: 0.9375rem;
        column-gap: 0.9375rem;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .top-news-bussiness-page .top-news-r__right-column {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100% !important;
        flex: 0 1 100%;
    }
}

@media (min-width: 1024px) {
    .bussiness-page-popular.business-popular-wrap .business-popular-content .item {
        display: flex;
        flex-direction: column;
    }

    .bussiness-page-popular.business-popular-wrap .business-popular-content .item figure {
        flex: 1 1 100%;
        border-radius: 0px !important;
    }

    .bussiness-page-popular.business-popular-wrap .business-popular-content .item figure a {
        min-height: 100%;
    }

    /* .bussiness-page-popular.business-popular-wrap .business-popular-content .item figure a img{
	object-fit:cover;
} */
}

.bussiness-page__container .page-numbers {
    padding: 0;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.bussiness-page-popular.business-popular-wrap .business-popular-content .item {
    margin-bottom: 0;
}


.read-link {
  margin-left: 0;
  width: 32.3%;
  padding: 24px 0 0; }

.read-link a {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.2px;
  line-height: 19px;
  text-align: center;
  border: 2px solid #313542;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase; }

.read-link a {
  color: #313542;
  background: transparent;
  margin-right: 10px;
  padding: 8px 29px; }


.read-link a:hover {
  color: #fff;
  background: #313542;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }





.print-link a:first-child {
    background: #fff !important;
    padding: 10px 31px !important;
    letter-spacing: 0.5px;
    font-family: 'Barlow', sans-serif;
}

.print-link a:last-child {
    padding: 10px 14px !important;
    font-weight: 700;
    line-height: 16.8px;
    font-family: 'Barlow', sans-serif;
}

.top-news-r.top-news-bussiness-page {
    padding-top: 0 !important;
}

.top-news-bussiness-page .col-middle__image.img-box {
    margin-bottom: 10px !important;
}

.top-news-bussiness-page .col-left__image.img-box {
    margin-bottom: 8px !important;
}

.top-news-bussiness-page .label-card {
    font-size: 13px !important;
    line-height: 15.6px !important;
    font-family: 'Barlow', sans-serif !important;
    margin-bottom: 10px;
}

.top-news-bussiness-page .all-text {
    font-family: HKGrotesk !important;
    font-weight: 400;
    font-size: 1.0625rem !important;
    line-height: 1.47 !important;
    color: #0A0D14;
}

.top-news-bussiness-page .col-left__box:not(:last-child) {
    margin-bottom: 15px;
}

@media (min-width: 82.5em) {
    .top-news-r {
        padding-bottom: 3.25rem;
    }
}

@media (min-width: 1024px) {
    .business-popular-wrap.bussiness-page-popular .business-popular-content .item {
        width: calc(25% - 22.5px);
        margin: 0 30px 20px 0;
    }

}


}

@media (max-width: 1024px) {
    .business-popular-wrap.bussiness-page-popular .business-popular-content .item {
        width: 31% !important;

    }

    .area-4-top .item {
        margin: 0 1.5% 20px 0 !important;
    }

}


.bussiness-page-popular.business-popular-wrap .business-popular-content .item figure {
    border-radius: 0px !important;
    background: transparent !important;
}

.bussiness-page-regions.regions-r {
    padding: 35px 0 !important;
    margin-bottom: 30px;
    margin-top: 20px;
}

@media (min-width: 970px) {
    .bussiness-page-regions.regions-r .list-regions-r {
        margin-right: 2.5rem
    }

    .bussiness-page-regions.regions-r {
        padding: 35px 0 0 0 !important;

    }
}

@media (max-width: 970px) {
    .bussiness-page-regions.regions-r {
        padding: 35px 0 0 0 !important;

    }
}

@media (max-width: 60.625em) {
    .bussiness-page-regions.regions-r .regions-r__container {
        padding: 0.9375rem 0rem;
    }

    .bussiness-page-regions .regions-r__container:before,
    .bussiness-page-regions .regions-r__container:after {
        display: none;
    }

    .bussiness-page-regions {
        position: relative;
    }

    .bussiness-page-regions:before,
    .bussiness-page-regions:after {
        content: '';
        position: absolute;
        width: calc(100% - 30px);
        height: 1px;
        background-color: #000000;
        left: 15px;
    }

    .bussiness-page-regions:before {
        top: 0;
    }

    .bussiness-page-regions:after {
        bottom: 0;
    }
}

.business-popular-wrap.bussiness-page-popular .business-popular-content .item:last-child {
    margin-right: 0 !important;
}

@media (max-width: 568px) {
    .business-popular-wrap.bussiness-page-popular .business-popular-content .item {
        margin: 0 !important;
    }

    .bussiness-page-regions.regions-r {
        margin-top: 60px;
    }
}

.top-news-r.top-news-bussiness-page .col-left__title.middle-title {
    font-size: 21px !important;
    line-height: 26px !important;
    font-family: 'Barlow', sans-serif !important;

}

.top-news-r.top-news-bussiness-page .col-right__title.small-title {
    font-size: 18px !important;
    line-height: 22px !important;
    font-family: 'Barlow', sans-serif !important;
}

.top-news-r.top-news-bussiness-page .col-middle__title.big-title {
    font-size: 25px !important;
    line-height: 32px !important;
    font-family: 'Barlow', sans-serif !important;
    margin-bottom: 10px;
}

@media (max-width: 500px) {
    .top-news-r.top-news-bussiness-page .top-news-r__left-column {
        flex-direction: column;
    }
}

.search-block-wrap .bussiness-page__container .tab-item .item {
    margin: 0 0 60px;
}

.top-news-r.top-news-bussiness-page .top-news-r__right-column .col-right__body {
    row-gap: 29px;
}


.bussiness-page-popular.business-popular-wrap .business-popular-content .item.info figure {
    max-height: unset;
    height: unset;
}

.bussiness-page-popular.business-popular-wrap .business-popular-content .item.info figure a {
    max-height: unset;
    height: unset;
}

.bussiness-page-popular.business-popular-wrap .business-popular-content .item.info figure a img {
    position: static;
}

.categoty .cat_link {
    margin-bottom: 0 !important;
}

.bussiness-page-regions .regions-r__container {
    max-width: 82.5rem;
}