/*clearfix*/
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

html,
body {
    position: relative;
    height: 100%;
}

body {
    font-family: 'Helvetica', Verdana, Arial, sans-serif;
    line-height: 1.3;
    font-size: 28px;
    color: #111;
    min-width: 320px;
    font-style: normal;
    font-weight: 300;
}
body.sideActive {
    overflow: hidden;
}
.container {
    padding-left: 9%;
    padding-right: 9%;
    margin: 0 auto;
    width: 100%;
}
    @media (max-width: 991px) {
        .container {
            padding-left: 30px;
            padding-right: 30px;
        }
    }
    @media (max-width: 699px) {
        body {
            font-size: 16px;
            line-height: 1.2;
        }
    }


input {
    -webkit-appearance: none;
    border-radius: 0;
}
img {
    max-width: 100%;
    max-height: 100%;
}
.wow {
    visibility: hidden;
}

/*Icon*/
.icon {
    display: inline-block;
    vertical-align: top;
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
}
.icon_arrow {
    width: 7px;
    height: 7px;
    border: 1.5px solid;
    box-sizing: border-box;
    transform: rotate(-135deg);
    border-top: none;
    border-right: none;
    transition: border 0.3s;
}
.icon_arrow-prev,
.icon_arrow-next {
    width: 21px;
    height: 18px;
    background: url("../images/assets/arrow-mobile.svg") 0 0 no-repeat;
    background-size: cover;
    margin-top: 5px;
    margin-left: 3px;
    margin-right: 3px;
}
.icon_arrow-prev {
    transform: rotate(180deg);
}
.icon_fb {
    margin-left: -3px;
    margin-top: -3px;
    margin-right: 8px;
}
.icon_tw {
    margin-left: -6px;
    margin-top: -3px;
    margin-right: 2px;
}
.icon_inst {
    margin-left: -5px;
    margin-top: -2px;
    margin-right: 2px;
}
.icon_apple {
    width: 36px;
    height: 36px;
    background: url("../images/assets/icons.svg") 0 0 no-repeat;
}
.icon_spotify {
    width: 36px;
    height: 36px;
    background: url("../images/assets/icons.svg") -50px 0 no-repeat;
}
.icon_google {
    width: 36px;
    height: 36px;
    background: url("../images/assets/icons.svg") -100px 0 no-repeat;
}
    @media (max-width: 576px) {
        .icon_arrow-prev,
        .icon_arrow-next {
            width: 16px;
            height: 13px;
            margin-top: 5px;
            margin-left: 2px;
            margin-right: 2px;
        }
    }


/*Link*/
a {
    transition: color, background 0.3s;
    color: #111
}
a:hover {
    color: #EA0029;
}


/*Text*/
.h1,
.h2 {
    margin-bottom: 19px;
    font-family: 'Gotham', Helvetica, Verdana, Arial, sans-serif;
    font-weight: 800;
    font-size: 118px;
    line-height: 95%;
    color: #EA0029;
}
.h2 {
    font-weight: 900;
    font-size: 82px;
    line-height: 95%;
    margin-top: 5px;
    margin-bottom: 25px;
}
.h3 {
    font-size: 48px;
    line-height: 1.3;
    font-weight: 900;
    margin-bottom: -1px;
    color: #EA0029;
    font-family: 'Gotham', Helvetica, Verdana, Arial, sans-serif;
}
.title {
    font-size: 46px;
    line-height: 120%;
}
.title_size_l {
    font-size: 54px;
    line-height: 120%;
}
.title a {
    text-decoration: underline;
}
.title a:hover {
    /*text-decoration: none;*/
}
.title + .btn {
    margin-top: 30px;
}
p {
    margin-bottom: 21px;
}
.text_center {
    text-align: center;
}
.text_bold {
    font-weight: 700;
}
.text_italic {
    font-style: italic;
}
    @media (max-width: 699px) {
        .h1, .h2 {
            font-size: 36px;
            line-height: 1;
            margin-bottom: 13px;
        }
        .h2 {
            margin-bottom: 7px;
            margin-top: -1px;
        }
        .h3 {
            font-size: 24px;
            margin-bottom: 1px;
        }
        p {
            margin-bottom: 9px;
        }
        .title {
            font-size: 20px;
            line-height: 1.3;
        }
        .title_size_l {
            font-size: 22px;
            line-height: 1.4;
        }
        .title + .btn {
            margin-top: 10px;
        }
    }
    @media (max-width: 360px) {
        .h1, .h2 {
            font-size: 36px;
        }
        .h3 {
            font-size: 20px;
        }
        .title {
            font-size: 18px;
        }
        .title_size_l {
            font-size: 28px;
        }
    }


/*Button*/
.btn {
    display: inline-block;
    font-weight: 300;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid #111111;
    font-size: 24px;
    line-height: 1;
    border-radius: 10px;
    height: 68px;
    color: #111;
    background: #fff;
    padding: 21px 21px;
    margin-bottom: 4px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn .icon path {
    transition: fill 0.15s ease-in-out
}
.btn:hover,
.btn:focus {
    text-decoration: none;
    background: #ea0029;
    border-color: #ea0029;
    color: #fff !important;
}
.btn:hover path,
.btn:focus path {
    fill: #fff;
}
.btn:focus,
.btn.focus {
    outline: 0;
}
.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn-group {
    display: flex;
    align-items: flex-start;
    margin-top: 50px;
    flex-wrap: wrap;
}
.btn-group .btn {
    margin-right: 7px;
}
.btn-group .btn:last-child {
    margin-right: 0;
}
.btn-group .btn-app {
    margin-right: 11px;
    margin-bottom: 9px;
    margin-top: -3px;
}
.btn-app {
    padding: 0;
    width: 203px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.btn-app_store svg {
    margin-top: 1px;
}
.btn-app_play svg {
    margin-top: 3px;
}
.btn-group_podcast {
    margin-top: 18px;
}
.btn-podcast {
    font-size: 20px;
    line-height: 0.94;
    display: flex;
    justify-content: flex-start;
    padding: 7px 12px 7px 7px;
    height: 54px;
    margin-bottom: 4px;
}
.btn-text {
    text-align: left;
    margin-left: 9px;
    margin-top: 1px;
    text-transform: initial;
    font-family: 'MercuryDisplay', "Times New Roman", Georgia, serif;
}
.btn-podcast small {
    display: block;
    font-size: 14px;
    margin-bottom: 2px;
}



/*Page*/
.logo {
    position: relative;
    margin-left: 4.03%;
    padding-top: 5.86vh;
    display: inline-block;
    z-index: 4;
}
.logo.sideActive {
    z-index: 20;
}
.page-container {
    width: 100%;
    min-height: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.page-container.sideActive {
    opacity: 0.1;
}
    @media (max-width: 699px) {
        .logo {
            margin-left: 32px;
            padding-top: 32px;
            width: 150px;
        }
    }
    @media (max-width: 360px) {
        .logo {
            /*padding-top: 30px;*/
        }
    }

/*Slider text*/
.swiper-container {
    width: 100%;
    min-height: 100vh;
}
.swiper-slide {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 9.79%;
    min-height: 100vh;
    padding-bottom: 11.23vh;
}
.swiper-slide .text-container,
.swiper-slide .img-container {
    opacity: 0;
    transition: opacity 0.5s linear;
}
.swiper-slide .text-container {
    padding-top: 213px;
    padding-bottom: 3.09vh;
    z-index: 2;
}
.swiper-slide .img-container {
    position: absolute;
    height: 100%;
    width: 100%;
}
.swiper-slide-active .text-container {
    opacity: 1;
    transition: opacity 1s linear;
}
.swiper-slide-active .img-container {
    opacity: 1;
    transition: opacity 1.4s linear;
}
.swiper-slide_1 {
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 24px;
}
.swiper-slide_1 .text-container {
    max-width: 70.1%;
    opacity: 1;
}
.swiper-slide_2 .text-container {
    max-width: 58%;
}
.swiper-slide_2 .text-container img {
    margin-top: -12px;
    margin-right: 5px;
    margin-left: 4px;
    border-radius: 50%;
}
.swiper-slide_2 .img-container {
    background: url("../images/hello.png?ver=1") 100% 100% no-repeat;
    background-size: auto 76.2%;
    left: 0;
    top: 0;
}
.swiper-slide_3 .text-container {
    max-width: 52%;
}
.swiper-slide_3 .img-container {
    width: 58%;
    max-width: 760px;
    max-height: 75.68%;
    background: url("../images/real.png?ver=1") 100% 100% no-repeat;
    background-size: contain;
    position: absolute;
    right: 1.875%;
    bottom: 0;
}
.swiper-slide_3 .img-container img {
    display: none;
}
.swiper-slide_4 {
    flex-direction: column;
}
.swiper-slide_4 .text-container {
    max-width: 48%;
    padding-bottom: 0;
}
.news-list {
    width: 67.8%;
    max-width: 888px;
    position: relative;
    z-index: 2;
    padding-top: 42px;
    margin-bottom: 30px;
}
.news-item {
    display: grid;
    grid-template-columns: 1fr 290px;
    align-items: flex-start;
    justify-content: space-between;
    padding-right: 25px;
    border-bottom: 1px solid rgba(163,158,152,0.5);
    margin-bottom: 13px;
}
.news-item__text {
    padding-right: 70px;
    padding-bottom: 20px;
}
.news-item__text p {
    margin-bottom: 25px;
}
input[switch] {
    display: none;
}
input[switch] + label {
    font-size: 1em;
    margin: 0;
    line-height: 1;
    width: 44px;
    height: 24px;
    background-color: #fff;
    border: 2px solid #ea0029;
    border-radius: 100px;;
    padding: .16667rem;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    position: relative;
    font-weight: 500;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
input[switch] + label::before {
    color: #ea0029;
    content: attr(data-off-label);
    display: block;
    font-family: inherit;
    font-size: 28px;
    line-height: 0.94;
    position: absolute;
    left: 51px;
    top: -3px;
    min-width: 2rem;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    white-space: nowrap;
}
input[switch]:checked + label::before {
    content: attr(data-on-label);
}
input[switch] + label::after {
    content: '';
    position: absolute;
    left: 3px;
    background-color: #ea0029;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2rem;
    height: 14px;
    width: 14px;
    top: 3px;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
input[switch]:checked + label::after {
    left: 23px;
}
.news-item__img {
    align-self: flex-end;
}
.news-item__img img {
    max-height: none
}
.swiper-slide_4 .img-container {
    width: 47.57%;
    max-width: 685px;
    background: url("../images/newsletters.png?ver=1") 100% 0 no-repeat;
    background-size: 100% auto;
    right: 0;
    top: 0;
}
.swiper-slide_5 {
    flex-direction: column;
}
.swiper-slide_5 .text-container {
    max-width: 70%;
    padding-bottom: 0;
}
.podcast-list {
    width: 60%;
    position: relative;
    z-index: 2;
    padding-top: 58px;
}
.podcast-item {
    display: grid;
    grid-template-columns: 186px 1fr;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 48px;
    border-bottom: 1px solid rgba(163, 158, 152, 0.2);
}
.podcast-item__text {
    padding-left: 28px;
    padding-bottom: 39px;
    margin-top: -12px;
}
.podcast-item__text p {
    margin-bottom: 17px;
}
.podcast-item__img img {
    max-height: none
}
.swiper-slide_5 .img-container {
    width: 33.125%;
    max-width: 477px;
    background: url("../images/phone.png?ver=1") 100% 0 no-repeat;
    background-size: 100% auto;
    right: 0;
    top: calc(5.86vh + 7.71vh + 3.22vh);
}
.swiper-slide_6 .text-container {
    max-width: 50%;
}
.swiper-slide_6 .img-container {
    background: url("../images/archive.png?ver=1") 100% 0 no-repeat;
    background-size: auto 100%;
    left: 0;
    top: 0;
}
.text-illustrator {
    font-size: 16px;
    line-height: 0.96;
    color: #A39E98;
    position: absolute;
    opacity: 0.8;
}
.swiper-slide_7 .text-container {
    max-width: 49.8%;
}
.swiper-slide_7 .img-container {
    width: 70.7%;
    height: 83.7%;
    max-width: 926px;
    max-height: 858px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    right: 0;
    bottom: 0;
}
.swiper-slide_7 .text-illustrator {
    left: 16.95%;
    bottom: 7.47%;
}
.swiper-slide_8 .text-container {
    max-width: 38.1%;
}
.swiper-slide_8 .img-container {
    width: 81.6%;
    height: 61.2%;
    max-width: 1069px;
    max-height: 627px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    right: 6.5%;
    bottom: 1.2%;
}
.swiper-slide_8 .text-illustrator {
    right: 12.72%;
    bottom: 9.74%;
}
.swiper-slide_9 .text-container {
    max-width: 44.3%;
}
.swiper-slide_9 .img-container {
    max-width: 71.5%;
    max-height: 90.5%;
    background: url("../images/donations.png?ver=1") 100% 100% no-repeat;
    background-size: contain;
    right: 0;
    bottom: 0;
}
.swiper-slide_10 .text-container {
    max-width: 58%;
}
.swiper-slide_10 .img-container {
    background: url("../images/wine.png?ver=1") 100% 100% no-repeat;
    background-size: auto 100%;
    right: 0;
    bottom: 0;
}
.swiper-slide_11 .text-container {
    max-width: 60%;
}
.swiper-slide_11 .img-container {
    max-height: 90.09%;
    max-width: 46.18%;
    background: url("../images/travel.png?ver=1") 100% 0 no-repeat;
    background-size: contain;
    right: 3%;
    top: 0;
}
.swiper-slide_12 .text-container {
    max-width: 43%;
}
.swiper-slide_12 .img-container {
    background: url("../images/shop.png?ver=1") 100% 100% no-repeat;
    background-size: auto 100%;
    right: 0;
    top: 0;
}

/*SideNav*/
.menu-nav {
    position: fixed;
    top: 8.3vh/*85px*/;
    right: 4.17%/*60px*/;
    z-index: 16;
}
.menu-nav.sideActive .close-btn {
    display: block;
}
.menu-nav.sideActive .link-menu {
    display: none;
}
.link-menu {
    height: 42px;
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.link-menu.white path {
    fill: #fff;
}
.nav-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background: #111111;
    opacity: 0.1;
    z-index: 12;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 15;
    top: 0;
    right: 0;
    background-color: #fff;
    transition: 1s;
    max-width: 568px;
    overflow-x: hidden;
}
.menu-list {
    list-style-type: none;
    padding: 0;
    margin-bottom: 29px;
    margin-top: 31px;
}
.sidenav .menu-list {
    padding: 17.77vh 0 60px 72px;
    margin-top: 0;
    margin-bottom: 0
}
.menu-list__item {
    margin-bottom: 13px;
    font-family: 'Gotham', Helvetica, Verdana, Arial, sans-serif;
    font-weight: 300;
    font-size: 32px;
    line-height: 140%;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.menu-list__item a:hover {
    text-decoration: none;
}
.menu-list__item a.active {
    color: #EA0029;
    font-weight: 500;
}
.sidenav-top {
    /*background: #fff;*/
}
.close-btn {
    /*position: absolute;*/
    cursor: pointer;
    /*top: 8.59vh;
    right: 70px;*/
    display: none;
}
.close-btn:hover path {
    fill: #111;
}

    @media (max-width: 991px) {
        .sidenav {
            max-width: 420px;
        }
        .sidenav .menu-list {
            padding: 8.3vh 0 60px 40px;
        }
        .menu-list__item {
            font-size: 24px;
        }
    }
    @media (max-width: 768px) {
        .podcast-list {
            width: 70%;
        }
    }
    @media (max-width: 699px) {
        .menu-nav {
            top: 32px;
            right: 27px
        }
        .link-menu svg {
            width: 32px;
            height: 25px;
        }
        .close-btn {
            top: 36px;
            right: 32px;
        }
        .close-btn svg {
            width: 33px;
            height: 33px;
        }
        .sidenav {
            max-width: 100%;
        }
        .sidenav-top {
            position: fixed;
            top: 0;
            right: 0;
            height: 103px;
            width: 0;
            content: "";
            background: #fff;
            transition: 1s;
        }
        .sidenav .menu-list {
            padding: 103px 0 32px 32px;
            margin-bottom: 0;
        }
        .menu-list__item {
            letter-spacing: 0;
            border-top: 1px solid rgba(208, 207, 207, 0.5);
            font-size: 20px;
            line-height: 170%;
            padding-top: 7px;
            margin-bottom: 5px;
        }
        .menu-list__item:last-child {
            border-bottom: 1px solid rgba(208, 207, 207, 0.5);
            padding-bottom: 5px;
        }
        .swiper-slide {
            padding-left: 0;
            padding-bottom: 70px;
        }
        .swiper-slide .text-container {
            padding-top: calc(51px + 33px + 25px);
            padding-left: 30px;
        }
        .swiper-slide_2 .title br,
        .swiper-slide_3 .title br,
        .swiper-slide_4 .title br,
        .swiper-slide_5 .title br,
        .swiper-slide_6 .title br,
        .swiper-slide_9 .title br,
        .swiper-slide_10 .title br,
        .swiper-slide_11 .title br {
            display: none
        }
        .swiper-slide_2 .text-container img {
            width: 26px;
            margin: -7px 0 -3px 0;
        }
        .news-list {
            width: 100%;
            padding-top: 17px;
            padding-left: 30px;
            padding-bottom: 58px;
            margin-bottom: 0;
        }
        .news-item {
            display: grid;
            grid-template-columns: 1fr 155px;
            align-items: flex-start;
            justify-content: space-between;
            padding-right: 0;
            margin-bottom: 23px;
        }
        .news-item:last-child {
            margin-bottom: 0;
        }
        .news-item__text {
            padding-right: 15px;
            padding-bottom: 20px;
        }
        .news-item__text p {
            margin-bottom: 12px;
        }
        input[switch] + label {
            width: 37px;
            height: 20px;
            border-width: 1px;
        }
        input[switch] + label::after {
            left: 3px;
            height: 11px;
            width: 11px;
            top: 3px;
        }
        input[switch] + label::before {
            font-size: 16px;
            left: 42px;
            top: 1px;
        }
        input[switch]:checked + label::after {
            left: 20px;
        }
        .news-item__img {
            overflow: hidden;
        }
        .news-item__img img {
            width: 155px;
            margin-right: 0;
            max-width: none;
        }
        .podcast-list {
            width: 100%;
            padding: 36px 30px 24px;
        }
        .podcast-item {
            display: block;
            margin-bottom: 25px;
        }
        .podcast-item__text {
            padding-left: 0;
            margin-top: 14px;
            padding-bottom: 21px;
            font-size: 18px;
        }
        .podcast-item__text .h3 {
            /*font-size: 28px;*/
            margin-bottom: 6px;
        }
        .podcast-item__text p {
            margin-bottom: 10px;
        }
        .podcast-item__img img {
            max-width: 200px;
        }
        .text-illustrator {
            font-size: 10px;
        }
    }
    @media (max-width: 576px) {
        .swiper-container {
            min-height: 100%;
        }
        .swiper-slide {
            padding-left: 0;
            padding-right: 0;
            padding-bottom: 0;
            flex-direction: column;
            justify-content: space-between;
            min-height: 100vh;
            height: auto;
        }
        .swiper-slide_4,
        .swiper-slide_5 {
            justify-content: flex-start;
        }
        .swiper-slide .img-container {
            height: auto;
            width: auto;
        }
        .swiper-slide .text-container {
            max-width: 100%;
            padding-top: calc(51px + 33px + 25px);
            padding-bottom: 20px;
            padding-right: 30px;
            padding-left: 30px;
        }
        .text-img img {
            width: 26px;
            margin-top: -7px;
            margin-bottom: -3px;
        }
        .swiper-slide_2 .text-container {
            margin-bottom: -195px;
        }
        .swiper-slide_2 .img-container {
            background: none;
            top: auto;
            position: relative;
            max-width: 320px;
            margin: -16px auto 0;
        }
        .swiper-slide_3 .img-container {
            background: none;
            width: 78.13%;
            max-width: 293px;
            right: 0;
            bottom: 0;
            position: relative;
            margin-top: -81px;
            align-self: flex-end;
        }
        .swiper-slide_3 .img-container img {
            display: block;
            margin-right: -51px;
        }
        .swiper-slide_4 .text-container,
        .swiper-slide_5 .text-container {
            padding-bottom: 0;
        }
        .swiper-slide_4 .img-container {
            display: none;
        }
        .swiper-slide_6 {
            /*padding-bottom: 84px;*/
        }
        .swiper-slide_6 .text-container {
            max-width: 400px;
            width: 81%;
        }
        .swiper-slide_6 .img-container {
            background: url("../images/archive-mobile.jpg?ver=1") 100% 100% no-repeat;
            background-size: 100% auto;
            width: 64.7%;
            height: 100%;
            left: auto;
            right: 0;
            max-width: 269px;
        }
        .text-illustrator {
            font-size: 9px;
        }
        .swiper-slide_7 .img-container {
            max-width: 100%;
            width: auto;
            height: auto;
            position: relative;
            max-height: none;
            margin-top: -60px;
        }
        .swiper-slide_7 .text-illustrator {
            right: -25px;
            top: -32px;
            left: auto;
            bottom: auto;
            transform: rotate(-90deg);
        }
        .swiper-slide_8 .text-container {
            max-width: 290px;
        }
        .swiper-slide_8 .img-container {
            max-width: 361px;
            width: 96.3%;
            position: relative;
            max-height: none;
            margin-top: 20px;
            bottom: 0;
            right: auto;
            left: 0;
        }
        .swiper-slide_8 .text-illustrator {
            right: -25px;
            bottom: 158px;
            left: auto;
            transform: rotate(-90deg);
        }
        .swiper-slide_9 .text-container {
            max-width: 330px;
        }
        .swiper-slide_9 .img-container {
            max-width: none;
            width: 100%;
            max-height: 100%;
            position: relative;
            background: none;
            display: flex;
            justify-content: flex-end;
            align-items: flex-end;
            margin-top: -20px;
        }
        .swiper-slide_9 .img-container img {
            max-width: 375px;
        }
        .swiper-slide_10 .text-container {
            max-width: 470px;
        }
        .swiper-slide_10 .img-container {
            width: 100%;
            position: relative;
            background: none;
            display: flex;
            justify-content: flex-end;
            align-items: flex-end;
            /*bottom: 45px;
            margin-top: -42px;*/
        }
        .swiper-slide_10 .img-container img {
            max-width: 175px;
        }
        .swiper-slide_11 .text-container {
            max-width: 100%;
        }
        .swiper-slide_11 .img-container {
            max-width: 100%;
            position: relative;
            background: none;
            bottom: 0;
            margin-top: -79px;
        }
        .swiper-slide_11 .img-container img {
            max-width: 366px;
            width: 93.6%;
        }
        .swiper-slide_12 .text-container {
            max-width: 470px;
        }
        .swiper-slide_12 .img-container {
            max-width: 100%;
            position: relative;
            background: none;
            bottom: 0;
            margin-top: -70px;
        }
    }
    @media (max-width: 360px) {
        .swiper-slide .text-container {
            padding-top: calc(30px + 33px + 25px);
        }
        .news-item {
            grid-template-columns: 1fr 125px;
        }
        .news-item__img img {
            width: 125px;
        }
        .podcast-item__text .h3 {
            font-size: 24px;
        }
        .podcast-item__img img {
            max-width: 150px;
        }
    }

.slider-navigation {
    padding-left: 9%;
    padding-right: 46px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 88px;
    z-index: 10;
    transition: height, opacity 0.3s;
    bottom: 46px;
    position: absolute;
}
.swiper-pagination,
.swiper-button-next,
.swiper-button-prev,
.swiper-button-site {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    outline: none !important;
    margin-top: 0;
}
.swiper-button-next,
.swiper-button-prev,
.swiper-button-site {
    position: fixed;
    bottom: 46px;
    right: 46px;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: #ea0029 url("../images/assets/arrow.svg") center no-repeat;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}
.swiper-button-prev {
    right: 180px;
    background-image: url("../images/assets/arrow-left.svg");
}
.firstSlide .swiper-button-next:after {
    width: 100%;
    height: 100%;
    border: 2px solid #ea0029;
    top: 0;
    left: 0;
    content: '';
    position: absolute;
    border-radius: 50%;
    /*opacity: 0;*/
    opacity: 0.9;
    display: block;
    animation: pulse 4.5s linear 3s 5;
}
.swiper-button-site {
    display: none;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.9;
    }
    16.5% {
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
        opacity: 0.45;
    }
    33% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.9;
    }
    16.5% {
        -webkit-transform: scale(1.25);
        -ms-transform: scale(1.25);
        transform: scale(1.25);
        opacity: 0.45;
    }
    33% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}
.lastSlide .swiper-button-site {
    display: block;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    transition: opacity 0.5s ease;
}
.swiper-pagination {
    display: flex;
}
.swiper-pagination-bullet {
    border: 1.5px solid #A39E98;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-left: 12px;
    background: #fff;
    opacity: 1;
    outline: none !important;
}
.swiper-pagination-bullet:first-child {
    margin-left: 0;
}
.swiper-pagination-bullet:hover {
    border-color: #ea0029;
}
.swiper-pagination-bullet-active {
    background: #ea0029;
    border-color: #ea0029;
}
.firstSlide {
    height: auto;
    min-height: auto;
    width: 30%;
    left: 70%;
}
.firstSlide .swiper-button-prev,
.firstSlide .swiper-pagination {
    display: none;
}
.navigation-info {
    font-size: 24px;
    line-height: 1.3;
    width: 53%;
    max-width: 700px;
    margin-bottom: 27px;
    color: rgba(17,17,17,0.5);
}
.privacy-policy {
    display: block;
    margin-top: 14px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 120%;
    font-weight: 500;
    letter-spacing: 0.06em;
    font-family: 'Gotham', Helvetica, Verdana, Arial, sans-serif;
    margin-left: -12.05%;
}
.privacy-policy a {
    text-decoration: none;
}
    @media (max-width: 699px) {
        .slider-navigation {
            padding-left: 24px;
            padding-right: 24px;
            padding-bottom: 24px;
            align-items: center;
            position: fixed;
            bottom: 0;
            height: 76px;
            /*background: #fff;
            box-shadow: 0 0 20px rgba(128, 128, 128, 0.5);*/
        }
        .swiper-pagination {
            display: none;
        }
        .swiper-button-prev {
            /*transform: rotate(180deg);*/
            animation-delay: 0.5s !important;
        }
        .swiper-button-next,
        .swiper-button-prev,
        .swiper-button-site {
            /*position: relative;
            right: auto;*/
            bottom: auto;
            /*visibility: visible !important;
            animation-name: none !important;*/
            width: 52px;
            height: 52px;
            /*border-radius: 0;*/
            /*background: url("../images/assets/arrow-mobile.svg") center no-repeat;*/
            background-size: 30px 28px;
        }
        .swiper-button-prev {
            left: 24px
        }
        .swiper-button-next,
        .swiper-button-site {
            right: 24px;
        }
        .slider-navigation.firstSlide {
            box-shadow: none;
            justify-content: flex-end;
            background: none;
        }
        .navigation-info {
            font-size: 18px;
            width: 70%;
            max-width: 350px;
            margin-left: 30px;
            margin-bottom: 45px;
            animation: none !important;
        }
        .privacy-policy {
            font-size: 14px;
            margin-left: 0;
        }
        .privacy-policy a {
            color: #7A7977;
        }
        .privacy-policy a:hover {
            color: #EA0029;
        }
    }
    @media (max-width: 360px) {
        .navigation-info {
            font-size: 16px;
        }
    }
    

@media (min-aspect-ratio: 16/9){
    .swiper-slide_6 .img-container {
        background-position: 100% 0;
    }
}
@media (max-width: 1199px) and (min-width: 700px),
(max-height: 1023px) and (min-width: 700px),
(max-aspect-ratio: 12/9) and (min-width: 700px) {
    .swiper-slide {
        padding-left: 4.03%;
    }
    .privacy-policy {
        margin-left: 0;
    }
    .swiper-slide_6 .img-container {
        left: 12%;
    }
    .swiper-slide_12 .img-container {
        right: -12%;
    }
}

/*Fonts. Screen on design*/
@media (min-aspect-ratio: 4/3) and (max-width: 1439px) and (min-width: 700px),
(min-aspect-ratio: 4/3) and (max-height: 1023px) and (min-width: 700px) {
    body {
        font-size: 2.73vh;
    }
    .logo img {
        height: 7.71vh;
        width: auto;
    }
    .btn-group {
        margin-top: 4.88vh;
    }
    .h1 {
        font-size: 11.52vh;
        /*margin-bottom: 2.35vh;*/
    }
    .h2 {
        font-size: 8.01vh;
    }
    .h3 {
        font-size: 4.69vh;
    }
    p {
        margin-bottom: 2.05vh;
    }
    .title {
        font-size: 4.49vh;
    }
    .title_size_l {
        font-size: 5.27vh;
    }
    .title + .btn {
        margin-top: 2.93vh;
    }
    .swiper-slide .text-container {
        padding-top: calc(5.86vh + 7.71vh + 7.32vh)
    }
    .swiper-slide_1 {
        padding-bottom: 2.34vh;
    }
    .swiper-slide_2 .text-container img {
        margin-top: -1.17vh;
        width: 5.08vh;
    }
    .news-list {
        padding-top: 4.1vh;
    }
    .news-item {
        margin-bottom: 1.27vh;
    }
    .news-item__text {
        padding-bottom: 1.95vh;
    }
    .news-item__text p {
        margin-bottom: 2.44vh
    }
    .swiper-slide_3 .text-container {
        max-width: 55%;
    }
    .swiper-slide_3 .img-container {
        width: 47%;
    }
    .swiper-slide_3 .title {
        max-width: 88%;
    }
    .slider-navigation {
        height: 8.6vh;
        max-height: 88px;
        bottom: 4.49vh;
    }
    .swiper-button-prev,
    .swiper-button-next,
    .swiper-button-site {
        bottom: 4.49vh;
        width: 8.6vh;
        height: 8.6vh;
        background-size: 58% auto;
        max-width: 88px;
        max-height: 88px;
    }
    .swiper-button-prev {
        right: calc(8.6vh + 92px);
    }
    .icon_arrow-prev,
    .icon_arrow-next {
        width: calc(1.17 * 1.76vh);
        height: 1.76vh;
        margin-top: 0.59vh;
    }
    .navigation-info {
        font-size: 2.34vh;
        width: 53%;
        margin-bottom: 2.64vh;
    }
    .privacy-policy {
        margin-top: 1.37vh;
    }
}

@media (max-aspect-ratio: 4/3) and (max-width: 1439px) and (min-width: 700px),
(max-aspect-ratio: 4/3) and (max-height: 1023px) and (min-width: 700px) {
    body {
        font-size: 2.14vw;
    }
    .logo {
        padding-top: 32px;
        margin-left: 32px;
    }
    .logo img {
        height: 56px;
        width: auto;
    }
    .menu-nav {
        top: 32px;
        right: 27px;
    }
    .h1, .h2 {
        font-size: 8.19vw;
        /*margin-bottom: 15px;*/
    }
    .h2 {
        font-size: 5.69vw;
    }
    .h3 {
        font-size: 2.66vw;
    }
    p {
        margin-bottom: 21px;
    }
    .title {
        font-size: 2.86vw;
    }
    .title_size_l {
        font-size: 4.2vw;
    }
    .swiper-slide {
        padding-bottom: 8.78vw;
        padding-left: 32px;
    }
    .swiper-slide .text-container {
        padding-top: calc(56px + 33px + 34px)
    }
    .privacy-policy {
        margin-left: 0;
    }
    .swiper-slide_2 .text-container {
        max-width: 58%;
    }
    .swiper-slide_2 .text-container img {
        margin-top: -0.92vw;
        width: 3.97vw;
    }
    .swiper-slide_2 .title br {
        display: none;
    }
    .swiper-slide_2 .img-container {
        /*background-position: 0 100%;
        left: 30.2%;*/
    }
    .news-list {
        width: 100%;
        padding-top: 15px;
    }
    .news-item {
        margin-bottom: 20px;
    }
    .news-item__text {
        padding-bottom: 20px;
    }
    .news-item__text p {
        margin-bottom: 17px
    }
    .swiper-slide_3 .text-container {
        max-width: 58%
    }
    input[switch] + label::before {
        font-size: 20px;
        top: 2px;
    }
    .swiper-slide_5 .text-container {
        max-width: 65%;
    }
    .swiper-slide_6 .text-container {
        max-width: 53%
    }
    .swiper-slide_6 .img-container {
        background-position: 0 0;
        left: 50.3%;
    }
    .swiper-slide_7 .text-container {
        max-width: 60%
    }
    .swiper-slide_7 .img-container {
        height: auto;
    }
    .swiper-slide_7 .text-illustrator {
        left: 12.95%;
        bottom: 4.47%;
    }
    .swiper-slide_8 .text-container {
        max-width: 43.1%;
    }
    .swiper-slide_8 .img-container {
        height: auto;
    }
    .swiper-slide_8 .text-illustrator {
        right: 22.72%;
    }
    .swiper-slide_9 .text-container {
        max-width: 49.3%;
    }
    .swiper-slide_9 .img-container {
        max-width: 62.5%;
    }
    .swiper-slide_10 .text-container {
        max-width: 53%
    }
    .swiper-slide_10 .img-container {
        background-position: 100% 0;
        left: 20%;
        right: 0;
    }
    .swiper-slide_11 .text-container {
        max-width: 57%
    }
    .swiper-slide_12 .text-container {
        max-width: 47%;
    }
    .swiper-slide_12 .img-container {
        background-position: 0 0;
        left: 46.05%;
        right: auto;
    }
    .slider-navigation {
        max-height: 88px;
        height: 6.72vw;
        min-height: 60px;
        bottom: 3.51vw;
        padding-left: 4.03%
    }
    .swiper-button-prev,
    .swiper-button-next,
    .swiper-button-site {
        width: 6.72vw;
        height: 6.72vw;
        bottom: 3.51vw;
        background-size: 58% auto;
        max-width: 88px;
        max-height: 88px;
        min-width: 60px;
        min-height: 60px;
    }
    .swiper-button-prev {
        right: calc(6.72vw + 92px);
    }
    .icon_arrow-prev,
    .icon_arrow-next {
        width: 1.58vw;
        height: calc(1.58vw * 0.86);
    }
    .swiper-slide_1 {
        padding-bottom: 1.8vw;
    }
    .navigation-info {
        /*font-size: 1.8vw;
        margin-bottom: 2.03vw;*/
        margin-bottom: 3.27vw;
    }
    .privacy-policy {
        /*margin-top: 1.05vw;*/
    }
}
/*old @media (max-aspect-ratio: 4/3) and (min-width: 1280px) {
    body {
        font-size: 2.14vw;
    }
    .h1, .h2 {
        font-size: 7.79vw;
    }
    .h3 {
        font-size: 3.66vw;
    }
    p {
        margin-bottom: 21px;
    }
    .title {
        font-size: 3.36vw;
    }
    .title_size_l {
        font-size: 5.5vw;
    }
}*/
/*@media (min-aspect-ratio: 3/2) and (min-width: 700px) {
    .swiper-slide_1 .text-container {
        width: 58.1%
    }
    .swiper-slide_2 .text-container {
        width: 56%
    }
    .swiper-slide_3 .text-container {
        width: 54%;
        max-width: 54%
    }
    .swiper-slide_4 .text-container {
        width: 47%;
    }
    .swiper-slide_5 .text-container {
        max-width: 61%;
    }
    .swiper-slide_9 .text-container {
        width: 38.3%;
    }
    .swiper-slide_10 .text-container {
        width: 50%;
    }
    .swiper-slide_11 .text-container {
        width: 53%
    }
    .swiper-slide_12 .img-container {
        background-position: 100% 100%;
    }
}*/

/*@media (max-aspect-ratio: 11/12) /*and (max-width: 1080px)*/ /*and (min-width: 700px) {
    .swiper-slide_10 .img-container {
        background-position: 0 0;
        left: 55.3%;
        right: 0;
    }
}*/

/*Fonts*/
/*@media (max-height: 800px),
(max-aspect-ratio: 4/3) and (min-width: 699px) and (max-width: 1024px) {
    .btn {
        font-size: 24px;
        height: 50px;
        padding: 13px 21px 11px;
    }
    .btn-app {
        width: 183px;
    }
    .btn-app_store svg {
        height: 36px;
    }
    .btn-app_play svg {
        height: 32px;
    }
    .icon_fb {
        margin-top: -2px;
    }
    .icon_tw {
        margin-top: -1px;
    }
    .icon_inst {
        margin-top: -1px;
    }
    input[switch] + label::before {
        font-size: 20px;
        top: 2px;
    }
    .btn-podcast {
        font-size: 18px;
        padding: 5px 12px 5px 7px;
    }
}*/
@media (max-width: 991px) {
    .btn {
        font-size: 20px;
        height: 62px;
    }
    .title + .btn {
        margin-top: 20px;
    }
    .btn-group {
        margin-top: 30px;
    }
    .btn-app_store svg {
        width: 130px;
        height: auto;
    }
    .btn-app_play svg {
        width: 130px;
        height: auto;
    }
    .btn-group_podcast {
        margin-top: 18px;
    }
    .btn-podcast{
        align-items: center;
        font-size: 16px;
    }
    .btn-podcast small {
        font-size: 11px;
        margin-bottom: 4px;
    }
    .icon_apple, .icon_spotify, .icon_google {
        width: 40px;
        height: 40px;
        background-size: 150px auto;
    }
    .icon_spotify {
        background-position: -55px 0;
    }
    .icon_google {
        background-position: -110px 0;
    }
    .icon_fb {
      margin-top: -6px;
    }
    .icon_inst{
        margin-top: -4px;
    }
    .icon_fb svg {
        width: 11px;
    }
    .icon_tw svg,
    .icon_inst svg {
        width: 23px;
    }
}
@media (max-width: 699px) {
    .title + .btn {
        margin-top: 10px;
    }
    .btn-group {
        margin-top: 20px;
    }
    .btn {
        font-size: 16px;
        height: 46px;
        padding: 14px 16px;
    }
    .btn-app {
        width: 150px;
        height: 46px;
        padding: 0;
    }
    .btn-app_store svg {
        width: 93px;
    }
    .btn-app_play svg {
        width: 95px;
    }
    .icon_fb {
        margin-right: 6px;
    }
    .icon_tw {
        margin-top: -4px;
        margin-right: 4px;
    }
    .icon_inst {
        margin-top: -5px;
        margin-right: 4px;
    }
    .icon_fb svg {
        width: 9px;
    }
    .icon_tw svg,
    .icon_inst svg {
        width: 19px;
    }
    .btn-podcast{
        margin-bottom: 4px;
        padding: 6px 8px 7px;
        font-size: 14px;
    }
    .icon_apple, .icon_spotify, .icon_google {
        width: 33px;
        height: 33px;
        background-size: 124px auto;
    }
    .icon_spotify {
        background-position: -45px 0;
    }
    .icon_google {
        background-position: -91px 0;
    }
}
@media (max-width: 576px) {
    .icon_fb,
    .icon_tw,
    .icon_inst{
        margin: 0;
    }
    .icon_tw {
        margin-top: 1px;
    }
    .btn {
        border: 1px solid #111111;
        border-radius: 5px;
        font-size: 18px;
        line-height: 0.94;
        height: auto;
        padding: 12px 11px 10px 11px;
        white-space: normal;
        text-align: left;
        min-height: 38px;
        text-transform: none;
    }
    .btn-social {
        height: 38px;
        width: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }
    .btn-app {
        width: 111px;
        height: 37px;
        padding: 0;
    }
    .btn-group {
        margin-top: 18px;
    }
    .btn-group_podcast {
        margin-top: 1px;
    }
    .btn-group .btn-app {
        margin-top: -5px;
        margin-bottom: 9px;
    }
    .btn-group .btn {
        margin-right: 6px;
    }
    .btn-group .btn:last-child {
        margin-right: 0;
    }
    .btn-podcast small {
        margin-bottom: 6px;
    }
}
/*@media (max-height: 600px) and (min-width: 700px){
    body {
        font-size: 16.4px;
    }
    .logo {
        padding-top: 50px;
    }
    .logo img {
        height: 35px;
    }
    .btn-group {
        margin-top: 15px;
    }
    .h1, .h2 {
        font-size: 47px;
        /*margin-bottom: 15px;*/
    /*}
    .h3 {
        font-size: 28px;
        line-height: 1.1;
        margin-bottom: 6px;
    }
    p {
        margin-bottom: 20px;
    }
    .title {
        font-size: 24px;
    }
    .title_size_l {
        font-size: 36px;
    }
    .navigation-info {
        font-size: 18px;
        margin-bottom: 0;
    }
    .icon_arrow-prev, 
    .icon_arrow-next {
        width: 16px;
        height: 13px;
        margin-top: 5px;
        margin-left: 2px;
        margin-right: 2px;
    }
    .swiper-slide {
        padding-bottom: 50px;
    }
    .swiper-slide .text-container {
        padding-top: 120px;
        padding-bottom: 60px;
    }
    .swiper-slide_2 .text-container img {
        margin-top: -7px;
        width: 30px
    }
    .swiper-slide_4 .text-container {
        padding-bottom: 0;
    }
    .news-list {
        padding-top: 15px;
    }
    .news-item {
        margin-bottom: 20px;
        grid-template-columns: 1fr 200px
    }
    .news-item__text {
        padding-bottom: 20px;
    }
    .news-item__text p {
        margin-bottom: 10px;
    }
    .swiper-slide_5 .text-container {
        padding-bottom: 0;
    }
    .podcast-item {
        margin-bottom: 30px;
    }
    .podcast-item__text {
        padding-bottom: 26px;
    }
    .swiper-slide_6 .img-container {
        background-position: 110% 0;
    }
    .swiper-slide_8 .text-container {
        max-width: 40%;
    }
    .swiper-slide_12 .img-container {
        background-position: 130% 0;
    }
    .slider-navigation {
        bottom: 27px;
    }
    .swiper-button-prev,
    .swiper-button-next,
    .swiper-button-site {
        width: 52px;
        height: 52px;
    }
    .swiper-button-prev {
        right: calc(52px + 92px);
    }
}/*

/*@media (min-aspect-ratio: 16/9) and (max-height: 600px) and (min-width: 700px) {
    .swiper-slide_12 .img-container {
        background-position: 110% 0;
    }
}*/


.visible-xs,
.visible-xs_flex {
    display: none;
}
    @media (max-width: 1199px) {
        .visible-lg {
            display: none;
        }
    }
    @media (max-width: 991px) {
        .visible-md {
            display: none;
        }
    }
    @media (max-width: 576px) {
        .hidden-xs {
            display: none !important;
        }
        .visible-xs {
            display: block;
        }
        .visible-xs_flex {
            display: flex;
        }
        h2.app-access-h2 {
            display: none;
        }
    }


