body {margin:0;padding:0;}
* {box-sizing: border-box}

::-webkit-scrollbar {
    width: 4px;
    height: 9px;
}
::-webkit-scrollbar-thumb {
    background: var(--burgundy);
    width: 9px;
    height: 9px;
    border-radius: 10px;
}

@font-face {
    font-family: 'Playfair';
    src:  url(../fonts/playfair/PlayfairDisplay-Medium.eot);
    src:
            url(../fonts/playfair/PlayfairDisplay-Medium.eot) format('embedded-opentype'),
            url(../fonts/playfair/PlayfairDisplay-Medium.ttf) format('truetype'),
            url(../fonts/playfair/PlayfairDisplay-Medium.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src:  url(../fonts/Inter/Inter-Light.eot);
    src:
            url(../fonts/Inter/Inter-Light.eot) format('embedded-opentype'),
            url(../fonts/Inter/Inter-Light.ttf) format('truetype'),
            url(../fonts/Inter/Inter-Light.woff) format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src:  url(../fonts/Inter/Inter-Regular.eot);
    src:
            url(../fonts/Inter/Inter-Regular.eot) format('embedded-opentype'),
            url(../fonts/Inter/Inter-Regular.ttf) format('truetype'),
            url(../fonts/Inter/Inter-Regular.woff) format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src:  url(../fonts/Inter/Inter-SemiBold.eot);
    src:
            url(../fonts/Inter/Inter-SemiBold.eot) format('embedded-opentype'),
            url(../fonts/Inter/Inter-SemiBold.ttf) format('truetype'),
            url(../fonts/Inter/Inter-SemiBold.woff) format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'eUkraine';
    src:  url(../fonts/e-Ukraine-Light.eot);
    src:
            url(../fonts/e-Ukraine-Light.eot) format('embedded-opentype'),
            url(../fonts/e-Ukraine-Light.ttf) format('truetype'),
            url(../fonts/e-Ukraine-Light.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {
    --white: #FFFFFF;
    --whiteHover: #FFFFFF;
    --lightGray: #F3F4F6;
    --darkGray: #F3F4F6;
    --burgundy: #7A0000;
    --text: #120507;
    --textHover: #120507;
    --textActive: #001018;
    --halfBlack: rgba(0, 16, 24, 0.16);
    --borderGray: #E5E7EB;
}

a {
    color: var(--text);
    text-decoration: none;
}
a:hover,
a:focus,
a:active {
    color: var(--textHover);
    text-decoration: none;
}

.burgundy {
    background: var(--burgundy);
    color: var(--white);
}
.burgundy a {
    color: var(--white);
}
.burgundy a:hover,
.burgundy a:focus,
.burgundy a:active {
    color: var(--whiteHover);
}

.burgundy .heading__text {
    opacity: 0.8;
}

p {
    margin: 0 0 20px;
}
p:last-child {
    margin: 0;
}

.wrap {
    width: 1280px;
    max-width: calc(100% - 64px);
    margin: 0 auto;
}

html, body {
    width: 100%;
    background: var(--white);
    color: var(--text);
    font-family: Inter, serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    overflow-x: hidden;
}
body {
    width: 100%;
    height: 100%;
}

.open-popup,
.open-popup body {
    overflow: hidden;
}

.section {
    padding: 120px 0;
}
.section.gray {
    background: var(--lightGray);
}

.content-columns {
    display: flex;
    margin: 0 -12px 24px;
}
.content-columns:last-child {
    margin-bottom: 0;
}
.content-columns .column {
    flex: 1 1 100%;
    margin: 0 12px;
    display: flex;
}
.content-columns .column.column-07 {
    flex: 1 1 69.16%;
}
.content-columns .column.column-03 {
    flex: 1 1 30.84%;
}

.content-columns .column.column-066 {
    flex: 1 1 66.5%;
}
.content-columns .column.column-033 {
    flex: 1 1 33.5%;
}
.content-columns .column.column-062 {
    flex: 1 1 62.5%;
}
.content-columns .column.column-037 {
    flex: 1 1 37.5%;
}
.content-columns .column.column-0665 {
    flex: 1 1 66.5%;
}
.content-columns .column.column-0335 {
    flex: 1 1 33.5%;
}
.content-columns .column img {
    width: 100%;
}

.heading {
    width: 820px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
.heading .heading__image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}
.heading .heading__image img{
    width: 180px;
}
.heading .heading__subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.heading .heading__title {
    font-weight: 500;
    font-size: 64px;
    line-height: 64px;
    font-family: 'Playfair', serif;
    margin-bottom: 24px;
}
.heading .heading__text {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    width: 520px;
    margin: 0 auto;
    font-weight: 400;
    max-width: 100%;
}
.heading > div:last-child {
    margin-bottom: 0 !important;
}

.header {
    position: relative;
    background: var(--white);
    border-bottom: 1px solid var(--borderGray);
}
.header .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 76px;
}
.header .right-part {
    display: flex;
    align-items: center;
}
.header__lang {
    display: flex;
}
.header__lang .header__lang__item {
    display: flex;
    color: rgba(0, 16, 24, 0.48);
    padding: 8px;
    font-size: 14px;
    line-height: 18px;
}
.header__lang .header__lang__item.active {
    color: var(--textHover);
    text-decoration-line: underline;
    text-decoration-skip: none;
}
.header__mailto {
    color: var(--burgundy);
    border: 1px solid var(--burgundy);
    border-radius: 18px;
    padding: 8px 23px;
    margin: 0 8px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.03em;
    cursor: pointer;
}
.header__mailto:hover {
    color: var(--white);
    background: var(--burgundy);
}
.header .header__menu {
    min-width: 36px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(0, 16, 24, 0.12) url(../images/ico-menu.svg) no-repeat center;
    cursor: pointer;
}
.header .header__menu.active {
    background: rgba(0, 16, 24, 0.12) url(../images/close.svg) no-repeat center;
}
.header .header__menu:hover {
    background-color: var(--halfBlack);
}

.header__menu__list {
    display: none;
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: calc(100% - 76px);
    opacity: 0;
    overflow: auto;
    padding: 50px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: opacity .5s;
    text-align: center;
    background: var(--white);
}
.header__menu__list.show {
    display: flex;
    opacity: 1;
}
.header__menu__list__items a {
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
    font-family: 'Playfair', serif;
    display: block;
    color: var(--textHover);
}
.header__menu__list__items a:hover {
    color: var(--burgundy);
}
.header__menu__list__items a:first-child {
    color: var(--burgundy);
}
.header__menu__list__items a:not(:last-child) {
    margin-bottom: 16px;
}
.header__menu__list__write {
    margin: 40px auto;
}
.header__menu__list__contacts {
    margin-bottom: 40px;
}
.header__menu__list__contacts a {
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--textHover);
    display: block;
    letter-spacing: -0.03em;
}
.header__menu__list__contacts a:not(:last-child) {
    margin-bottom: 8px;
}
.header__menu__list .header__lang {
    justify-content: center;
}
.header__menu__list .header__lang__item  {
    padding: 0 8px;
}

.footer {
    background: #494949;
    color: var(--white);
    padding: 120px 0;
    position: relative;
    z-index: 11;
}
.footer a {
    color: var(--white);
}
.footer a:hover {
    opacity: 0.8;
}
.footer .wrap {
    position: relative;
}
.footer__top {
    display: flex;
}
.footer__title {
    font-weight: 500;
    font-size: 64px;
    line-height: 64px;
    font-family: Playfair, serif;
    width: calc(50% - 12px);
    min-width: calc(50% - 12px);
    margin-right: 24px;
    margin-bottom: 24px;
}
.footer__contact {

}
.footer__contact a {
    display: block;
    width: 328px;
    max-width: 100%;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.03em;
}
.footer__contact .footer__email {
    margin-bottom: 8px;
}
.footer__contact .footer__address {
    margin-top: 56px;
}

.footer__bottom {
    display: flex;
    align-items: flex-end;
    min-height: 48px;
}
.footer__copywrite {
    width: calc(50% - 12px);
    min-width: calc(50% - 12px);
    margin-right: 24px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.64);
}
.footer__social {
    display: flex;
}
.footer__social .footer__social__item {
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 50%;
    width: 48px;
    min-width: 48px;
    height: 48px;
    margin-right: 16px;
}
.footer__social .footer__social__item.instagram {
    background: url(../images/icon-instagram.svg) no-repeat center;
}
.footer__social .footer__social__item.facebook {
    background: url(../images/icon-facebook.svg) no-repeat center;
}
.footer__social .footer__social__item.youtube {
    background: url(../images/icon-youtube.svg) no-repeat center;
}
.footer__lang {
    margin-left: auto;
}
.footer__lang .footer__lang__item {
    margin-left: 24px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.03em;
    color: rgba(255, 255, 255, 0.48);
}
.footer__lang .footer__lang__item:first-child {
    margin-left: 0;
}
.footer__lang .footer__lang__item.active {
    color: var(--white);
    text-decoration: underline;
}

.to-top {
    width: 44px;
    height: 44px;
    cursor: pointer;
    border-radius: 50%;
    background: #fff url(../images/to-top-b.svg) no-repeat center;
    position: fixed;
    right: 16px;
    bottom: 16px;
    border: 1px solid #E5E7EB;
    z-index: 9;
}

.footer .to-top {
    width: 44px;
    height: 44px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.36);
    border-radius: 50%;
    background: url(../images/to-top.svg) no-repeat center;
    position: absolute;
    right: 0;
    top: 0;
}
.footer .to-top:hover {
    opacity: 0.8;
}

.popup {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.popup.show {
    display: flex;
    z-index: 9999;
}
.popup .popup__close {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 16, 24, 0.48);
    z-index: 1;
}
.popup__body {
    max-width: 100%;
    width: 560px;
    height: 560px;
    max-height: calc(100vh - 180px);
    margin: auto;
    overflow: auto;
    background: var(--burgundy);
    position: relative;
    z-index: 2;
    border-radius: 16px;
}
.popup__body__header {
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px 0 32px;
}
.popup__body__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    font-family: 'Playfair', serif;
    margin-bottom: 16px;
    opacity: 0;
}
.popup__body__close {
    width: 24px;
    height: 24px;
    background: url(../images/icon-close.svg) no-repeat center;
    background-size: contain;
    cursor: pointer;
}

.family--all-content {
    position: relative;
    color: var(--white);
    padding: 0 102.5px;
    height: calc(100% - 60px);
    overflow: auto;
}
.family--all-content::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg,#fff 25%,transparent 0);
    width: 9px;
    height: 9px;
    border-radius: 10px;
}
.family--all-content .family-info {
    display: none;
}
.family--all-content .family-info.active {
    display: block;
}
.family-info .family-info__images {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 24px;
}
.family-info .family-info__images img {
    width: calc(50% - 8px);
}
.family-info .family-info__name {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    font-family: 'Playfair', serif;
    margin-bottom: 16px;
}
.family-info .family-info__content {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.03em;
}
.family-info .family-info__content p {
    margin: 0 0 20px;
}


.banner {
    position: relative;
    z-index: 11;
}
.banner .heading__image {
    margin-bottom: 24px;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner .heading__image img {
    width: 260px;
}
.banner .heading__title {
    margin-bottom: 32px;
}
.banner .heading__text {
    width: 340px;
}

.family {
    width: 846px;
    max-width: 100%;
    margin: 80px auto 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}
.family__slider {
    position: relative;
}
.family__slider__list {
    position: relative;
    margin-bottom: 32px;
}
.family__slider__item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: 1;
    transition: opacity .5s;
}
.family__slider__item:first-child {
    position: relative;
}
.family__slider__item.active {
    opacity: 1;
    z-index: 3;
}
.family__slider__progress {
    height: 48px;
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}
.family__slider__progress__item {
    flex: 1 1 100%;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    border-bottom: 1px solid var(--white);
    padding-bottom: 4px;
    opacity: 0.48;
    cursor: pointer;
    transition: opacity .5s;
}
.family__slider__progress__item:hover {
    opacity: 0.6;
}
.family__slider__progress__item.active {
    opacity: 1;
}
.family__slider__navigation {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.family__slider__navigation__btn {
    position: relative;
    cursor: pointer;
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    border: 1px solid var(--white);
    border-radius: 50%;
}
.family__slider__navigation__btn:hover {
    opacity: .7;
}
.family__slider__navigation__btn.disabled {
    opacity: .5;
}
.family__slider__navigation__btn.prev {
    background: url(../images/arrow-left-w.svg) no-repeat center;
}
.family__slider__navigation__btn.next {
    background: url(../images/arrow-right-w.svg) no-repeat center;
}
.family__slider__navigation__status {
    margin: 0 16px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
}

.family .person {
    display: flex;
}
.family .person__image {
    position: relative;
    width: 411px;
    min-width: 411px;
    margin-right: 80px;
    display: flex;
    align-items: flex-start;
}
.family .person__image img {
    width: 100%;
}
.family .person__subimage {
    position: relative;
    height: 180px;
    margin-bottom: 24px;
}
.family .person__subimage img {
    height: 100%;
}
.family .person__name {
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
    font-family: 'Playfair', serif;
    margin-bottom: 16px;
}
.family .person__describe {
    margin-bottom: 24px;
    letter-spacing: -0.03em;
}
.family .person__show-more {
    display: inline-flex;
    align-items: flex-end;
    letter-spacing: -0.03em;
    cursor: pointer;
}
.family .person__show-more:after {
    content: '';
    display: block;
    min-width: 20px;
    width: 20px;
    height: 20px;
    margin-left: 4px;
    background: url(../images/arrow-right-w.svg) no-repeat center;
}
.family .person__show-more:hover {
    opacity: 0.8;
}

.activity .wrap {
    display: flex;
    justify-content: space-between;
}
.activity .activity__content {
    width: calc(50% - 12px);
    min-width: calc(50% - 12px);
    display: flex;
    flex-direction: column;
}
.activity .activity__image {
    width: calc(50% - 12px);
    min-width: calc(50% - 12px);
}
.activity .activity__image img {
    width: 100%;
}
.activity .activity__subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.activity .activity__title {
    font-family: 'Playfair', serif;
    font-size: 64px;
    line-height: 64px;
}
.activity .activity__text {
    margin-top: auto;
    max-width: 100%;
    width: 460px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.03em;
    color: rgba(255, 255, 255, 0.8);
}

.questions {
    position: relative;
}
.questions__section {
    padding: 80px 0;
    display: flex;
    justify-content: space-between;
}
.questions__section:first-child {
    padding-top: 0;
}
.questions__section:last-child {
    padding-bottom: 0;
}
.questions__section__head {
    width: calc(50% - 16px);
    min-width: calc(50% - 16px);
}
.questions__section__title {
    font-weight: 500;
    font-size: 64px;
    line-height: 64px;
    font-family: 'Playfair', serif;
    margin-bottom: 16px;
    width: 400px;
    max-width: 100%;
}
.questions__section__subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    width: 320px;
    max-width: 100%;
}
.questions__section__faq {
    width: calc(50% - 16px);
    min-width: calc(50% - 16px);
}
.questions .faq {
    border-top: 1px solid var(--text);
}
.questions .faq__item {
    padding: 40px 0;
    border-bottom: 1px solid var(--text);
}
.questions .faq__item .faq__item__title {
    display: flex;
    align-items: center;
    padding-right: 60px;
    font-weight: 500;
    font-size: 40px;
    line-height: 40px;
    font-family: 'Playfair', serif;
    position: relative;
    cursor: pointer;
}
.questions .faq__item .faq__item__title .faq__item__title__icon {
    display: flex;
    align-items: center;
    width: 44px;
    min-width: 44px;
    height: 48px;
    margin-right: 16px;
}
.questions .faq__item .faq__item__title .faq__item__title__icon img {
    width: 100%;
}
.questions .faq__item .faq__item__title:after {
    content: '';
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    right: 0;
    top: calc(50% - 22px);
    background: url(../images/icon-show.svg) no-repeat center;
    background-size: cover;
}
.questions .faq__item.active .faq__item__title:after {
    background: url(../images/icon-hide.svg) no-repeat center;
    background-size: cover;
}
.questions .faq__item .faq__item__content {
    padding-top: 40px;
    letter-spacing: -0.03em;
    display: none;
}
.questions .faq__item .faq__item__content img {
    max-width: 100%;
}
.questions .faq__item .faq__item__content a {
    color: var(--burgundy);
}

.team__list {
    margin-top: 80px;
    border-top: 1px solid rgba(255, 255, 255, 0.36);
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.36);*/
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.team__list__item {
    width: calc(100% / 3);
}

.team .person {
    text-align: center;
    display: flex;
    flex-direction: column;
    margin: 32px 0 33px;
    border-right: 1px solid rgba(255, 255, 255, 0.36);
    position: relative;
    padding: 0 8px;
}
.team .person:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -33px;
    background: rgba(255, 255, 255, 0.36);
}
.team .person:first-child,
.team .person:nth-child(4) {
    border-left: 1px solid rgba(255, 255, 255, 0.36);
}
.team .person__name {
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.92);
    margin-bottom: 8px;
    font-family: Playfair, serif;
}
.team .person__position {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.64);
    text-transform: uppercase;
    width: 240px;
    max-width: 100%;
    margin: 0 auto 24px;
}
.team .person__image {
    width: 260px;
    height: 260px;
    margin: auto auto 24px;
    border-radius: 50%;
    overflow: hidden;
}
.team .person__image img {
    width: 100%;
}
.team .person__social {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.team .person__social__link {
    margin: 0 4px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.team .person__social__link.facebook {
    background: url(../images/icon-person-fb.svg);
}
.team .person__social__link.email {
    background: url(../images/icon-person-mail.svg);
}
.team .person__social__link:hover {
    opacity: 0.85;
}

.partners__list {
    margin-top: 80px;
}
.partners__list img {
    max-width: 100%;
}
.partners__list.mobile-only {
    display: none;
}
.partners__list__item {
    margin-bottom: 16px;
}
.partners__list__item__content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.partners__list__item img {
    margin: 0 16px 24px;
}

.press__tabs {
    position: relative;
    margin-top: 32px;
}
.tabs__navigation {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
    height: 0;
    overflow: hidden;
}
.tabs__navigation__item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 35px;
    border-radius: 24px;
    margin: 0 3px;
    border: 1px solid var(--borderGray);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    min-width: 157px;
    cursor: pointer;
}
.tabs__navigation__item:hover {
    background: var(--borderGray);
}
.tabs__navigation__item.active {
    color: var(--white);
    background: var(--burgundy);
    border: 1px solid var(--burgundy);
}
.tabs__content__item {
    display: none;
}
.tabs__content__item.active {
    display: block;
}

.press__content {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 48px;
}
.press__pagination {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: -0.03em;
}

.press .post {
    display: flex;
    flex-direction: column;
    min-height: 320px;
    padding: 23px;
    border: 2px solid #494949;
    border-radius: 8px;
    margin: 0 8px;
}
.press .post__date {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
}
.press .post__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.03em;
    margin-bottom: 20px;
}
.press .post__link {
    display: inline-flex;
    align-items: flex-end;
    margin-top: auto;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
.press .post__link:hover {
    opacity: .8;
}
.press .post__link:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    margin-left: 4px;
    background: url(../images/arrow-more-b.svg) no-repeat center;
}
.press .slick-track {
    display: flex;
}

.press .press__list {
    position: relative;
    margin: 0 -8px;
}
.press .slick-list {
    overflow: hidden;
}
.press .arrow-btn  {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(0, 16, 24, 0.12);
    border-radius: 50%;
    position: absolute;
    top: -64px;
    cursor: pointer;
}
.press .arrow-btn:hover {
    opacity: 0.8;
}
.press .arrow-btn.arrow-next {
    background: url(../images/arrow-right-b.svg) no-repeat center;
    right: 8px;
}
.press .arrow-btn.arrow-prev {
    background: url(../images/arrow-left-b.svg) no-repeat center;
    right: 64px;
}

@media screen and (max-width: 1100px) {
    .section {
        padding: 80px 0;
    }

    .footer {
        padding: 80px 0;
    }
    .footer__top {
        flex-wrap: wrap;
        margin-bottom: 32px;
    }
    .footer__title {
        width: 100%;
        margin-bottom: 56px;
    }
    .footer__contact .footer__address {
        margin-top: 32px;
    }
    .footer__bottom {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
    }
    .footer__copywrite {
        min-width: 100%;
        width: 100%;
        order: 2;
        margin: 56px 0;
    }
    .footer__lang {
        margin-left: 0;
        order: 3;
    }

    .banner .heading__title {
        margin-bottom: 24px;
    }
    .family {
        margin-top: 56px;
    }

    .family .person__image {
        width: calc(50% - 8px);
        min-width: calc(50% - 8px);
        margin-right: 24px;
    }

    .activity .wrap {
        flex-wrap: wrap;
    }
    .activity .activity__content {
        width: 100%;
        min-width: 100%;
    }
    .activity .activity__image {
        width: 100%;
        min-width: 100%;
        margin-top: 56px;
    }
    .activity .activity__title {
        width: 660px;
        max-width: 100%;
        margin-bottom: 24px;
    }

    .questions__section {
        flex-wrap: wrap;
    }
    .questions__section__head {
        width: 100%;
        min-width: 100%;
        margin-bottom: 32px;
    }
    .questions__section__faq {
        width: 100%;
        min-width: 100%;
    }
    .questions__section {
        padding: 40px 0;
    }

    .team__list {
        margin-top: 56px;
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.36);
        margin-bottom: 80px;
    }
    .team__list:after {
        content: '';
        display: block;
        clear: both;
    }
    .team__list__item {
        width: initial;;
    }
    .team__list .arrow-btn  {
        width: 48px;
        height: 48px;
        border: 1px solid #FFFFFF;
        border-radius: 50%;
        order: 2;
        position: absolute;
        bottom: -80px;
        cursor: pointer;
    }
    .team__list .arrow-btn:hover {
        opacity: 1;
    }
    .team__list .arrow-btn.arrow-next {
        background: url(../images/arrow-right-w.svg) no-repeat center;
        left: calc(50% + 8px);
    }
    .team__list .arrow-btn.arrow-prev {
        background: url(../images/arrow-left-w.svg) no-repeat center;
        right: calc(50% + 8px);
    }
    .team__list .slick-list  {
        overflow: hidden;
    }
    .team__list .slick-track  {
        display: flex !important;
    }
    .team .person {
        border-left: 1px solid rgba(255, 255, 255, 0.36);
        border-right: 1px solid rgba(255, 255, 255, 0.36);
    }
    .team .person.slick-active + .slick-active {
        border-left: 1px solid transparent;
    }
    .team .person:before {
        display: none;
    }

    .partners .partners__list {
        position: relative;
        margin-bottom: 80px;
    }
    .partners .partners__list__item {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .partners__list.mobile-only {
        display: block;
    }
    .partners__list.desktop-only {
        display: none;
    }

    .partners .arrow-btn  {
        width: 48px;
        height: 48px;
        border: 1px solid rgba(0, 16, 24, 0.12);
        border-radius: 50%;
        order: 2;
        position: absolute;
        bottom: -80px;
        cursor: pointer;
    }
    .partners .arrow-btn:hover {
        opacity: 1;
    }
    .partners .arrow-btn.arrow-next {
        background: url(../images/arrow-right-b.svg) no-repeat center;
        left: calc(50% + 8px);
    }
    .partners .arrow-btn.arrow-prev {
        background: url(../images/arrow-left-b.svg) no-repeat center;
        right: calc(50% + 8px);
    }
    .partners .slick-list  {
        overflow: hidden;
    }
    .partners .slick-track  {
        display: flex !important;
    }

    .tabs__navigation {

    }
    .press__list {
        margin: 0 -8px;
    }
    .press .post {
        margin: 0 8px;
    }


    .header__mailto:hover {
        background: var(--white);
        color: var(--burgundy);
    }

    .header__menu__list__items a:hover {
        color: var(--textHover);
    }
    .header__menu__list__items a:first-child {
        color: var(--burgundy) !important;
    }

    .press .arrow-btn:hover,
    .press .post__link:hover,
    .team .person__social__link:hover,
    .family .person__show-more:hover,
    .family__slider__navigation__btn:hover,
    .family__slider__progress__item:hover {
        opacity: 1;
    }
}

@media (max-width: 1100px) and (orientation: landscape) {
    .popup__body {
        width: 100%;
        height: 100%;
        max-height: 100%;
        border-radius: 0;
    }
}
@media screen and (max-width: 560px) {
    .wrap {
        max-width: calc(100% - 32px);
    }
    .section {
        padding: 64px 0;
    }
    .heading .heading__image {
        margin-bottom: 32px;
    }
    .heading .heading__image img {
        width: 120px;
    }
    .heading .heading__title {
        font-size: 40px;
        line-height: 40px;
    }

    .header .header__lang {
        margin-right: 4px;
    }
    .header .header__mailto {
        display: none;
    }
    .footer {
        padding: 64px 0;
    }
    .footer__title {
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -0.01em;
        width: 220px;
    }

    .banner .heading__image {
        height: 180px;
    }
    .banner .heading__image img {
        width: 180px;
    }
    .banner .heading__title {
        margin-bottom: 16px;
    }

    .family {
        margin-top: 40px;
    }
    .family .person {
        flex-wrap: wrap;
    }
    .family .person__content {
        width: 100%;
        margin-top: 16px;
    }
    .family .person__image {
        width: calc(50% - 4px);
        min-width: calc(50% - 4px);
    }
    .family .person__subimage {
        position: absolute;
        width: calc(50% - 4px);
        top: 0;
        right: 0;
        height: initial;
    }
    .family .person__subimage img {
        width: 100%;
        height: initial;
    }
    .family .person__name {
        font-size: 20px;
        line-height: 24px;
    }
    .family__slider__progress {
        height: 25px;
    }

    .activity .activity__title {
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -0.01em;
    }
    .activity .activity__text {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -0.03em;
    }
    .activity .activity__image {
        margin-top: 24px;
    }

    .team .person__image {
        width: 120px;
        height: 120px;
    }
    .team .person__position {
        font-size: 9px;
        line-height: 12px;
        margin-bottom: 16px;
    }

    .questions__section__title {
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -0.01em;
        width: 300px;
    }
    .questions__section__subtitle {
        width: 100%;
    }
    .questions .faq__item {
        padding: 24px 0;
    }
    .questions .faq__item .faq__item__title .faq__item__title__icon {
        width: 24px;
        min-width: 24px;
        height: 24px;
    }
    .questions .faq__item .faq__item__title {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -0.01em;
        padding-right: 30px;
    }
    .questions .faq__item .faq__item__title:after {
        width: 20px;
        height: 20px;
        top: calc(50% - 8px);
        background-size: cover;
    }
    .questions .faq__item .faq__item__content {
        padding: 24px 40px 0;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -0.03em;
    }

    .press__tabs {
        margin-top: 16px;
    }
    .tabs__navigation {
        margin-bottom: 32px;
    }
    .press .post {
        margin: 0 8px;
        min-height: 328px;
    }

    .popup__body {
        width: 100%;
        height: 100%;
        max-height: 100%;
        border-radius: 0;
    }
    .family--all-content {
        padding: 0 16px;
    }

    .content-columns {
        margin: 0 -5px 20px;
    }
    .content-columns .column {
        margin: 0 5px;
    }
}