:root {
    --color-gold: #DDCE95;
    --color-gold-dark: #584A2C;
    --color-dark: #201E16;
}

html,
body {
    width: 100%;
    background-color: #000000;
}

body {
    font-family: 'Pragmatica Next VF';
    font-weight: normal;
    font-style: normal;
    color: var(--color-gold);
    -webkit-font-smoothing: antialiased;
    margin: 0;
    line-height: 1;
    min-width: 375px;
    overflow-x: hidden !important;
}


* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 1;
    outline: 0 !important;
}

p {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -1px;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Serpantin';
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 154px;
    font-weight: 400;
    letter-spacing: -1px;
    text-transform: uppercase;
    line-height: 90%;
}

h2 {
    font-weight: 400;
    font-size: 96px;
    line-height: 90%;
    text-transform: uppercase;
}

h3 {
    font-weight: normal;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: -0.72px;
    text-transform: uppercase;
}

::-moz-selection {
    background: #000000;
    color: #584A2C;
}

::selection {
    background: #000000;
    color: #584A2C;
}

::-moz-selection {
    background: #000000;
    color: #584A2C;
}

a {
    -webkit-user-select: none;
    text-decoration: none;
    outline: none;
    color: var(--color-gold);
    opacity: 1;
    will-change: transform;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

a.no-transition {
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}

a:hover {
    color: var(--color-gold-dark);
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style-type: none;
}

input,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
}


body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px transparent;
    -webkit-box-shadow: inset 0 0 6px transparent;
    background-color: #5C5443;
}

body::-webkit-scrollbar {
    width: 6px;
    background-color: #5C5443;
    /* -webkit-transition: cubic-bezier(0.09, 0.83, 0.31, 0.99) 1s; */
    /* transition: cubic-bezier(0.09, 0.83, 0.31, 0.99) 1s; */
}

body::-webkit-scrollbar-thumb {
    background: #948d73;
}


input,
select,
textarea {
    width: 100%;
    background: transparent;
    border: 0;
    font-style: normal;
    border: 0;
}

.wrapper__header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: transparent;
    transition: 0.3s;
    animation: 1s headerShow ease;
}

@-webkit-keyframes headerShow {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes headerShow {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

[data-aos="fade-left"] {
    transform: translate3d(30px, 0, 0);
}

[data-aos="fade-right"] {
    transform: translate3d(-30px, 0, 0);
}



/*  */

.wrapper {
    position: relative;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 34px 48px;
    background: transparent;
    position: relative;
    z-index: 2;
}

.header:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: linear-gradient(180deg, #020202 16%, rgb(2 2 2 / 81%) 44%, rgb(2 2 2 / 0%) 98%);
    z-index: -1;
    opacity: 0;
    transition: 0.5s;
    pointer-events: none;
    height: calc(100% + 50px);
}

.header._overlay:before {
    opacity: 1;
}

.header__govern {

    width: 290px;
}

.header__govern:hover {
    opacity: 0.6;
}

.header__govern img {

    width: 100%;
}

.header__logo {

    width: 245px;
}

.header__logo img {

    width: 100%;
}


.wrapper__main {

    position: relative;
}

section {
    position: relative;
    margin: 0 48px;
}

.fscreen {

    position: relative;

    padding-top: 32px;

    padding-bottom: 82px;
}

.fscreen__info {

    text-align: center;

    margin-bottom: 20px;
}

.fscreen__info-date {

    font-family: 'Serpantin';

    font-size: 64px;

    letter-spacing: 1px;
}

.fscreen__info-dscrp {font-family: 'Bebas Neue';font-size: 40px;margin-top: 3px;}

.fscreen__wrap {
    position: relative;
}

.fscreen__pics {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 54px;
    margin-bottom: 44px;
}

.fscreen__pics-item {
    display: flex;
    align-items: center;
    text-align: center;
    height: 455px;
}

.fscreen__pics-item img {

    height: 100%;
}

.fscreen__pics-item:nth-child(3) img {

    height: 90%;
}


.fscreen__link {}

.fscreen__link-ico {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 84px;
    height: 84px;
    z-index: 2;
    margin-left: auto;
}

.fscreen__link-ico img {
    position: relative;
    left: -3px;
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.fscreen__link-ico:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #171308B2;
    backdrop-filter: blur(3px);
    z-index: -1;
    border-radius: 50%;
    overflow: hidden;
    transition: 0.3s;
    transform: scale(1);
}

.fscreen__link-ico:hover:after {
    transform: scale(1.08);
}



.fscreen__title {
    text-align: center;
}

.fscreen__title span {
    display: block;
    font-size: 84px;
    margin-top: -32px;
}

.fscreen__sides {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -76px;
    margin-bottom: -18px;
}

.fscreen__textblock + .fscreen__sides {
    margin-bottom: 48px;
}

.fscreen__sides-age {
    display: flex;
    align-items: center;
}

.fscreen-age-ico {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 84px;
    height: 84px;
    background: #201E16;
    border-radius: 50%;
    font-size: 46px;
    font-family: 'Bebas Neue';
}

.fscreen-age-ico span {}

.fscreen-age-text {
    padding-left: 22px;
    font-size: 22px;
    line-height: 120%;
}

.fscreen__textblock {
    position: relative;
    text-align: center;
    font-size: 22px;
    line-height: 120%;
    width: calc(100% - 600px);
    margin: 0 auto;
    top: -5px;
}

.fscreen__textblock a {
    border-bottom: 1px solid;
}

.fscreen__textblock a:hover {
    border-bottom: 1px solid transparent;
}

.fscreen__sides-adress {
    text-align: right;
    font-size: 24px;
    line-height: 120%;
}

.lines {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 1 !important;
}

.lines-item {
    position: absolute;
    transition: 1.5s;
    background: var(--color-dark);
}

.lines-item._horizontal {
    width: 0%;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
}

.aos-animate > .lines-item._horizontal {
    width: 100%;
}

.lines-item._vertical {
    top: 0;
    width: 2px;
    height: 0%;
}

.aos-animate > .lines-item._vertical {
    height: 100%;
}

.lines-item._vertical._from-bottom {
    bottom: 0;
}

.lines-item._vertical-small {
    width: 2px;
    height: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.aos-animate > .lines-item._vertical-small {
    height: 95px;
}





.familiar {
    padding-bottom: 180px;
}

.familiar__title {
    margin-bottom: 100px;
}

.title-block {
mix-blend-mode: lighten;
text-align: center;
padding-top: 152px;
}

.title-block._left {
    text-align: left;
    width: 50%;
    padding-left: 48px;
}

.title-block__dscrp {
    font-size: 20px;
    margin-bottom: 38px;
}

.title-block__dscrp.aos-init.aos-animate {
    opacity: 0.4;
}


.title-block__text {
    text-align: center;
    margin: 0 auto;
    width: 634px;
    margin-top: 32px;
}

.title-block__text._wide {
    width: 860px;
}


.flyingcards {
display: flex;
flex-direction: column;
align-items: center;
position: relative;
height: 100%;
}
.familiar__flyingcards {
    position: absolute;
    top: 600px;
    left: 0;
    height: calc(100% - 600px);
    width: 100%;
}
.flyingcards-item {
    border: 2px solid var(--color-dark);
    width: 368px;
    padding: 24px;
    background: #000000;
}

.flyingcards-item:nth-child(1) {
    transform: translateX(-90%) rotate(-10deg);
}

.flyingcards-item:nth-child(2) {
    transform: translateY(0) rotate(-3deg);
}

.flyingcards-item:nth-child(3) {
    transform: translateX(90%) rotate(8deg);
}




.title-block__grand {
    mix-blend-mode: darken;
}

.title-block__wrap {
    position: relative;
    z-index: 0;
    mix-blend-mode: lighten;
}

.title-block__back {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: var(--color-gold-dark);
    z-index: 0;
}


.title-block__main span {
    display: block;
}

.title-block__main {
    position: relative;
    padding-top: 10px;
    margin-top: -10px;
    padding-bottom: 10px;
    margin-bottom: -10px;
    background: #000000;
    z-index: 18;
}

.title-block__main:after {
    content: '';
    display: block;
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    margin: auto;
    background: #000000;
    z-index: -1;
}

.line {
    display: inline-block !important;
    position: relative;
    height: 100%;
    width: auto !important;
}

.line-mask {
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--color-gold);
    width: 0%;
    height: 100%;
    z-index: 1;
}







.flyingcards-item__pic {

    width: 320px;

    height: 322px;

    border-radius: 4px;

    overflow: hidden;

    margin-bottom: 16px;
}

.flyingcards-item__pic img {

    width: 100%;

    height: 100%;

    object-fit: cover;
}

.flyingcards-item__title {

    text-align: center;

    font-family: 'Bebas Neue';

    font-size: 22px;
}



.numblocks {
    padding-bottom: 200px;
}

.numblocks__title {
    margin-bottom: 36px;
}

.numblocks__cols {
    position: relative;
}

.numblocks-lines {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    height: 100%;
    opacity: 1 !important;
    pointer-events: none;
}

.numblocks-lines .lines-item {
    transition: 3s;
    position: relative;
}

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

.numblocks-col {
    position: relative;
    width: calc(100% / 3);
    padding: 0 52px;
}

.numblocks-cols>.numblocks-col:nth-child(1) {
    display: contents;
}


.numblocks-cols>.numblocks-col:nth-child(1) {
    padding-top: 305px;
}

.numblocks-col>.numblocks-col:nth-child(1) {
    padding-top: 240px;
}

.numblocks-col .lines-item {
    right: 0;
}

.numblocks-card {
    text-align: center;
}

.numblocks-card__number {
    font-family: 'Serpantin';
    font-size: 340px;
    background: linear-gradient(180deg, var(--color-gold-dark) 0%, rgba(88, 74, 44, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    opacity: 0.29;
}

.numblocks-card__article {
    margin-top: -125px;
}

.numblocks-card__title {
    font-size: 54px;
    line-height: 90%;
    margin-bottom: 22px;
}

.numblocks-card__text {}

.numblocks-cols>.numblocks-col:nth-child(2) {
    padding-top: 644px;
}



.goal {
    padding-bottom: 76px;
    z-index: 1;
}

.goal__title {}

.goal__text {
    text-align: center;
    margin: 0 auto;
}

.goal__pics {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    pointer-events: none;
}

.goal-pic {
    position: absolute;
    transition-duration: 0.4s !important;
}

.goal-pic:nth-child(1) {
    width: 185px;
    top: 200px;
    left: 36px;
}

.goal-pic:nth-child(2) {
    width: 209px;
    top: 454px;
    left: 154px;
}

.goal-pic:nth-child(3) {
    width: 239px;
    top: 190px;
    right: 50px;
}

.goal-pic:nth-child(4) {
    width: 190px;
    top: 453px;
    right: 220px;
}

.goal-pic img {
    width: 100%;
}


.history-wrap__list {
    padding-bottom: 120px;
}

.history-wrap__block {
    position: relative;
    margin-top: 120px;
}

.history-wrap__block > .lines {
    top: 0;
    bottom: auto;
}


.history {
    position: relative;
    padding-bottom: 120px;
}

.history__title {
	position: relative;
    z-index: 1;
}

.history__text {
    padding-left: 53%;
    margin-top: -88px;
    margin-bottom: 73px;
}

.history:nth-last-child(1) .lines {
    display: none;
}

.history__grid {
    position: relative;
    height: 100%;
}

.history-lines {
    right: 0;
    display: flex;
    pointer-events: none;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    height: 100%;
    opacity: 1 !important;
}

.history-grid {
    position: relative;
    z-index: 1;
}

.history-lines .lines-item {
    transition: 4s;
    position: relative;
}



.history-grid__cell {
    position: relative;
    padding: 0 48px;
}

.history-card {
    position: relative;
    cursor: none;
    z-index: 1;
}

.history-card:after {
    content: '';
    display: block;
    position: absolute;
    top: 52px;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    height: 458px;
    border-radius: 458px;
    background: rgba(158, 139, 67, 0.29);
    filter: blur(69.8499984741211px);
    z-index: -1;
    transition: 0.4s;
    opacity: 0;
}

._big .history-card:after {
    width: 70%;
    height: 658px;
}

.highlight .history-card:after {
    opacity: 1;
}

.highlight .history-card__year {
    opacity: 1;
    background: linear-gradient(180deg, #0C0A04 35.49%, rgba(12, 11, 7, 0.03) 61.98%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.history-card__title {
    font-family: 'Bebas Neue';
    font-size: 32px;
    margin-bottom: 22px;
}

.history-card__year {
    text-align: center;
    font-family: 'Serpantin';
    /* font-size: 236px; */
    font-size: 197px;
    background: linear-gradient(180deg, var(--color-gold-dark) 0%, rgba(88, 74, 44, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    opacity: 0.29;
    transition: 0.4s;
}

.history-card__pic {
    position: relative;
    width: 242px;
    height: 242px;
    margin: 0 auto;
    margin-top: -140px;
    margin-bottom: 80px;
}

.history-card__pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.4s;
    transform: translateY(0);
}

.history-card:hover .history-card__pic img {
    transform: translateY(-8px);
}

.history-card__years {
    position: relative;
    padding-left: 20px;
    font-family: 'Bebas Neue';
    font-size: 32px;
    margin-bottom: 24px;
}

.history-card__years:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 4px;
    height: 4px;
    background: var(--color-gold);
    border-radius: 50%;
}

.history-card__text {}


.history-grid__cell._big {grid-area: 1 / 1 / 2 / 3;}

.history-grid__cell._big:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 20px;
    height: 100%;
    background: #000000;
    z-index: -1;
}

.history-grid__cell:nth-child(4):after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: auto;
    right: -10px;
    margin: 0 auto;
    width: 20px;
    height: 100%;
    background: #000000;
    z-index: -1;
}

._big .history-card {}

._big .history-card__title {
    margin-bottom: 0;
}

._big .history-card__year {
    font-size: 446px;
}

._big .history-card__pic {
    width: 486px;
    height: 486px;
    margin-top: -278px;
    margin-bottom: 18px;
}

._big .history-card__years {}

._big .history-card__text {}



.history-grid__row:nth-child(2):after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: calc(25% - 10px);
    right: auto;
    margin: 0 auto;
    width: 20px;
    height: 100%;
    background: #000000;
    z-index: -1;
}


.history-grid__cell._col-4 {
    grid-area: 1 / 4 / 2 / 5;
}

.history-grid__row {
    display: grid;
    position: relative;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
}

.history-grid__cell._col-3 {
    grid-area: 1 / 3 / 2 / 4;
}

.history-grid__cell._col-1 {
    grid-area: 1 / 1 / 2 / 2;
}

.history-grid__cell._col-2 {
    grid-area: 1 / 2 / 2 / 3;
}




.infosection {
    text-align: center;
    padding-bottom: 120px;
}

.infosection__title {
    position: relative;
    margin-bottom: 68px;
}

h2.infosection__title-text {
    display: inline-block;
    position: relative;
    padding: 0 50px;
    background: #000000;
    z-index: 2;
    font-size: 54px;
}

.infosection__title-text span {
    display: block;
}

.infosection__title-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 1 !important;
}

.infosection__title-line .lines-item {
    top: 0;
    bottom: 0;
    margin: auto;
}

.infosection__textblock {
    font-size: 24px;
    margin-bottom: 66px;
}

.infosection__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 48px;
}

.infosection-item {
    display: block;
    width: 220px;
}

.infosection-item__title {
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 19px;
}

.infosection-item__ico {
    display: block;
    width: 192px;
    height: 124px;
    margin: 0 auto;
}

a.infosection-item__ico {
    opacity: 0.5;
}

a.infosection-item__ico:hover {
    opacity: 1;
}

.infosection-item__title+.infosection-item__ico {
    margin-top: 24px;
}

.infosection-item__ico img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.infosection-item__text {
    font-size: 18px;
    line-height: 120%;
}

.infosection-item__ico+.infosection-item__text {
    font-size: 16px;
    margin-top: 24px;
}

.infosection-item__ico._autosize {
    width: auto;
    height: auto;
}




.linksection {
    margin-bottom: 100px;
}

.linksection__lines {}

.linksection__lines .lines-item._vertical {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.linksection__lines.aos-animate > .lines-item._vertical {
    height: 161px;
}

.linksection__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
}

.linksection-item {
    padding: 48px 48px;
    text-align: center;
}

.linksection-item__name {
    font-size: 18px;
    margin-bottom: 31px;
}

.linksection-item__link {
    font-family: Serpantin;
    font-size: 36px;
    border-bottom: 2px solid;
}

.wrapper__footer {
    overflow: hidden;
    text-align: center;
}

.wrapper__footer img {
    position: relative;
    bottom: -4px;
    margin: 0 auto;
    width: 95%;
}

br._mobile {
    display: none;
}


.line-mask {
    position: relative;
}

.title-block__back {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.history-content-mob {
    display: none;
}


.pp {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: all .5s cubic-bezier(.19,1,.22,1);
}

.pp.show {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.pp__bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(221, 206, 149, 0.10);
    opacity: 0;
    transition: 0.5s;
    transition-delay: 0.4s;
    backdrop-filter: blur(8px);
}

.show .pp__bg {
     opacity: 1;
}


.pp__wrap {
    position: relative;
    width: 898px;
    height: 100%;
    margin-left: auto;
    background: #000000;
    overflow-y: auto;
    overflow-x: hidden;
    transition: 0.4s;
    transition-delay: 0.2s;
    transform: translateX(100%);
}

.show .pp__wrap {
    transform: translateX(0%);
}

.pp__wrap::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px transparent;
    -webkit-box-shadow: inset 0 0 6px transparent;
    background-color: #DDCE95;

}
.pp__wrap::-webkit-scrollbar {
    width: 6px;
    background-color: #DDCE95;
    -webkit-transition: cubic-bezier(0.09, 0.83, 0.31, 0.99) 1s;
    transition: cubic-bezier(0.09, 0.83, 0.31, 0.99) 1s;
}
.pp__wrap::-webkit-scrollbar-thumb {
    background: #584A2C;
}

.pp__cross {
    position: absolute;
    top: 38px;
    right: 30px;
    width: 42px;
    height: 42px;
    z-index: 2;
    transform: rotate(0deg);
    cursor: pointer;
    transition: 0.2s;
}

.pp__cross:hover {
    transform: rotate(90deg);
}

.pp__cross span {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 42px;
    height: 3px;
    background: var(--color-gold-dark);
}

.pp__cross span:nth-child(1) {
    transform: rotate(45deg);
}

.pp__cross span:nth-child(2) {
    transform: rotate(-45deg);
}

.pp__content {
    padding: 38px 30px;
}

.history-card._popup {
    cursor: initial;
}

.history-card._popup:after {
    display: none;
}

.history-card._popup .history-card__year {
    font-size: 446px;
    transition: 0.2s;
}

.history-card._popup ._zoom .history-card__year {
    opacity: 0;
}

.history-card._popup .history-card__pic {
    width: 486px;
    height: 486px;
    margin-top: -320px;
    margin-bottom: 0;
    transition: 0.2s;
    opacity: 1;
}

.history-card._popup ._zoom .history-card__pic {
    opacity: 0;
}

.history-card__vis {
    position: relative;
    padding-bottom: 32px;
    margin-bottom: 32px;
    margin-top: -18px;
    border-bottom: 2px solid var(--color-dark);
    -webkit-user-select: none;
    user-select: none;
    cursor: none;
}

.loading .history-card__vis {
    pointer-events: none;
}

.product-view-preview {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
}

.loading .product-view-preview {
    opacity: 1;
}

.product-view-preview img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.history-card._popup .history-card__text {
    margin-bottom: 44px;
}

.history-card__360 {
    position: absolute;
    bottom: 12px;
    right: 12px;
    width: 74px;
    height: 74px;
    transition: 0.2s;
    opacity: 1;
}

._zoom .history-card__360 {
    opacity: 0;
}

.history-card__360 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.product-view {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 1;
}

.loading .product-view {
    opacity: 0;
}


.product-view__pic {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

._popup .product-view__pic {
    transition: initial !important;
    transform: initial !important;
}


.filters-wrap {
    position: sticky;
    top: 0;
    z-index: 3;
    padding-top: 10px;
    margin-bottom: 146px;
}

.filters-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 200px;
    background: linear-gradient(180deg, #000 61%, rgba(0, 0, 0, 0.00) 100%);
    pointer-events: none;
    z-index: -1;
}

.filters {
    position: relative;
    text-align: center;
    margin: 0 auto;
}

.filters-title {
    font-family: 'Serpantin';
    font-size: 48px;
    margin-bottom: 20px;
}

.filters-list {
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    position: relative;
    width: auto;
    margin: 0 auto;
    z-index: 1;
}

.filter {
    display: inline-block;
    position: relative;
}

.filter-button {
    display: flex;
    padding: 10px 12px 8px;
    justify-content: space-between;
    align-items: center;
    background: rgba(23, 19, 8, 1);
    backdrop-filter: blur(3px);
    border-radius: 5px;
    cursor: pointer;
}

.filter-button__text {
    font-size: 16px;
}

.filter-button__plus {
    position: relative;
    width: 11px;
    height: 11px;
    margin-left: 100px;
}

.filter-button__plus span {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: var(--color-gold);
    transition: 0.3s;
}

.filter-button__plus span:nth-child(1) {
    width: 1px;
    height: 100%;
}

.filter-button__plus span:nth-child(2) {
    width: 100%;
    height: 1px;
}

._active .filter-button__plus span:nth-child(1) {
    height: 0;
}

.filter-panel {
    position: absolute;
    left: 0;
    right: 0;
    top: 28px;
    padding-top: 8px;
    padding-bottom: 6px;
    background: rgba(23, 19, 8, 1);
    backdrop-filter: blur(3px);
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    transition: 0.2s;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
}

._active + .filter-panel {
    opacity: 1;
    visibility: visible;
}

.styled-checkbox {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.filter-panel__item {
    position: relative;
    padding: 12px 12px;
}

.styled-checkbox + label {
    display: block;
    position: relative;
    text-align: left;
    font-size: 16px;
    padding-left: 34px;
    cursor: pointer;
}

.styled-checkbox + label:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 18px;
    height: 18px;
    border: 2px solid var(--color-gold);
    opacity: 0.2;
    transition: 0.2s;
}

.styled-checkbox:checked + label:before {
    opacity: 1;
}

.styled-checkbox + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 6px;
    margin: auto;
    width: 10px;
    height: 10px;
    background: var(--color-gold);
    opacity: 0;
    transition: 0.2s;
}

.styled-checkbox:checked + label:after {
    opacity: 1;
}

.filters-list:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 18px;
    background: rgba(23, 19, 8, 1);
    backdrop-filter: blur(3px);
    z-index: -1;
}

.filter:before, .filter:after {
    content: '';
    display: block;
    position: absolute;
    right: -10px;
    width: 10px;
    height: 10px;
    background: #000000;
    z-index: 1;
    border-radius: 50%;
}

.filter:before {
    top: 1px;
}

.filter:after {
    bottom: 1px;
}

.filter:nth-last-child(1):after, .filter:nth-last-child(1):before {
    display: none;
}


.flyingcards-item{
    /* transform: translateY(120px); */
    opacity: 1;
    will-change: transform, opacity, filter;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  
  
.pswp__preloader__icn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    width: 42px;
    height: 42px;
    z-index: 99;
    -webkit-animation: clockwise 500ms linear infinite;
    animation: clockwise 500ms linear infinite;
}

.loading .pswp__preloader__icn {
    opacity:0.75;
}

.pswp__preloader__cut {
  position: relative;
  width: 30px;
  height: 42px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.pswp__preloader__donut--fake {
  width: 14px;
	height: 14px;
  border: 2px solid red;
   border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
	background: none;
	margin:0;
}

.pswp__preloader__donut {
  width: 42px;
  height: 42px;
  border: 4px solid #584A2C;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin:0;
  -webkit-animation: donut-rotate 1000ms cubic-bezier(.4,0,.22,1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(.4,0,.22,1) infinite;
}

@-webkit-keyframes clockwise {
  0% { -webkit-transform: rotate(0deg) }
  100% { -webkit-transform: rotate(360deg) }
}
@keyframes clockwise {
  0% { transform: rotate(0deg) }
  100% { transform: rotate(360deg) }
}
@-webkit-keyframes donut-rotate {
  0% { -webkit-transform: rotate(0) }
  50% { -webkit-transform: rotate(-140deg) }
  100% { -webkit-transform: rotate(0) }
}
@keyframes donut-rotate {
  0% { transform: rotate(0) }
  50% { transform: rotate(-140deg) }
  100% { transform: rotate(0) }
}




.cursor {
    position: fixed;
    width: 78px;
    height: 78px;
    margin: -39px 0 0 -39px;
    transition: 0.2s ease transform;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    transform: scale(0);
}


.cursor._active {
    transform: scale(1);
}

.cursor img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.popup-cursor-minus {
    display: none;
}

._minus .popup-cursor-plus {
    display: none;
}

._minus .popup-cursor-minus {
    display: block;
}



.product-view-zoom {
    position: absolute;
    top: 65px;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
    opacity: 0;
    transition: 0.2s;
}

._zoom .product-view-zoom {
    opacity: 1;
}

.product-view-zoom img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0;
    -webkit-user-select: all;
    user-select: all;
}


.zoomContainer {
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: 0.2s;
}
.zoomContainer._show {
    opacity: 1;
    /* pointer-events: initial; */
}
.zoomWindowContainer {
    height: 100%;
}
.zoomWindowContainer > div {
    display: block !important;
}

.filter-active {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.48px;
    margin-top: 20px;
    opacity: 0;
    position: absolute;
    width: 100%;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.filter-active.show {
    opacity: 1;
}


@media only screen and (max-width: 1700px) {

    .header {
        padding: 22px 48px;
    }

    .header__govern {
        width: 192px;
    }

    .header__logo {
        width: 164px;
    }

    .fscreen {
        padding-top: 20px;
        padding-bottom: 82px;
    }

    .fscreen__info {
        margin-bottom: 24px;
    }

    .fscreen__info-date {
        font-size: 42px;
    }

    .fscreen__info-dscrp {
        font-size: 26px;
        margin-top: 0;
    }

    .fscreen__pics {
        margin-bottom: 24px;
    }

    .fscreen__pics-item {
        height: 308px;
    }

    h1 {
        font-size: 102px;
    }

    .fscreen__title span {
        font-size: 56px;
        margin-top: -12px;
    }

    .fscreen-age-ico {
        width: 56px;
        height: 56px;
        font-size: 30px;
    }

    .fscreen-age-text {
        padding-left: 15px;
        font-size: 16px;
        line-height: 130%;
    }

    .fscreen__sides-adress {
        font-size: 16px;
        line-height: 130%;
    }

    .fscreen__sides {
        margin-top: -24px;
        margin-bottom: -38px;
    }

    .fscreen__textblock {
        font-size: 16px;
        line-height: 130%;
        width: calc(100% - 380px);
        top: 0;
    }

    .fscreen__textblock + .fscreen__sides {
        margin-top: -48px;
        margin-bottom: 0;
    }

    .aos-animate > .lines-item._vertical-small {
        height: 64px;
    }

    .familiar {
        padding-bottom: 140px;
    }

    .title-block {
        padding-top: 100px;
    }

    .title-block__dscrp {
        font-size: 18px;
        margin-bottom: 32px;
    }

    h2 {
        font-size: 80px;
    }

    .title-block__text {}

    .flyingcards-item {
        width: 326px;
        padding: 21px;
    }

    .flyingcards-item__pic {
        width: 290px;
        height: 292px;
    }

    .flyingcards-item__title {
        font-size: 19px;
    }

    p {
        font-size: 16px;
        letter-spacing: 0;
    }

    .numblocks__title {
        margin-bottom: 64px;
    }

    .numblocks-col {
        padding: 0 32px;
    }

    .numblocks-card__number {
        font-size: 240px;
    }

    .numblocks-card__article {
        margin-top: -75px;
    }

    .numblocks-card__title {
        font-size: 44px;
        margin-bottom: 22px;
    }

    .numblocks-card__text {}

    .goal-pic:nth-child(1) {
        width: 128px;
        top: 148px;
        left: 45px;
    }

    .goal-pic:nth-child(2) {
        width: 113px;
        top: 312px;
        left: 82px;
    }

    .goal-pic:nth-child(3) {
        width: 134px;
        top: 140px;
        right: 24px;
    }

    .goal-pic:nth-child(4) {
        width: 104px;
        top: 321px;
        right: 88px;
    }

    .history__text {
        margin-top: -74px;
        margin-bottom: 64px;
    }

    .history-card__title {
        font-size: 21px;
    }

    ._big .history-card__year {
        font-size: 297px;
    }

    ._big .history-card__pic {
        width: 324px;
        height: 324px;
        margin-top: -178px;
    }

    .history-card__years {
        padding-left: 16px;
        font-size: 21px;
        margin-bottom: 16px;
    }

    .history-card__year {
        font-size: 157px;
    }

    .history-card__pic {
        width: 161px;
        height: 161px;
        margin-top: -95px;
        margin-bottom: 58px;
    }

    .history-grid__cell {
        padding: 0 32px;
    }

    .history {
        padding-bottom: 100px;
    }


    .infosection__title {
        margin-bottom: 48px;
    }

    .infosection__textblock {
        margin-bottom: 32px;
    }

    .infosection {
        padding-bottom: 80px;
    }

    .infosection-item__ico {
        width: 156px;
        height: 83px;
    }

    .infosection-item__title {
        font-size: 16px;
        margin-bottom: 22px;
    }

    .infosection-item__text {
        font-size: 16px;
    }

    .linksection-item__name {
        font-size: 16px;
        margin-bottom: 18px;
    }

    .linksection-item__link {
        font-size: 32px;
    }

    .linksection {
        margin-bottom: 72px;
    }

    .pp__wrap {
        width: 640px;
    }
    
    .history-card._popup .history-card__year {
        font-size: 322px;
    }
    
    .history-card__vis {
        margin-top: 26px;
    }
    
    .history-card._popup .history-card__pic {
        width: 350px;
        height: 350px;
        margin-top: -190px;
    }
    
    .history-card._popup .history-card__title, .history-card._popup .history-card__years {
        font-size: 28px;
    }
    
    .history-card._popup .history-card__text {
        margin-bottom: 24px;
    }

    .pp__cross {
        top: 28px;
        right: 32px;
    }

    .pp__cross span {
        width: 36px;
    }
    
    .fscreen__link {
    }
    
    .fscreen__link-ico {
    width: 56px;
    height: 56px;
    }
    
    .fscreen__link-ico img {
    width: 40px;
    height: 40px;
    left: -2px;
    }
    
    .filters-wrap {
            margin-bottom: 90px;
    }
    
    .product-view-zoom {
        top: 15px;
    }

}

@media only screen and (max-width: 1279px) {

    .header {
        padding: 25px 32px;
    }

    .header__govern {
        width: 152px;
    }

    .header__logo {
        width: 122px;
    }

    .fscreen {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .fscreen__info-dscrp {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .fscreen__pics-item:nth-child(1) {
        display: none;
    }

    .fscreen__pics-item:nth-child(4) {
        display: none;
    }

    .fscreen__pics-item {
        height: 338px;
    }

    .fscreen__pics-item:not(:nth-child(3)) {
        transition-delay: 0.3s !important;
    }

    .fscreen__pics {
        gap: 54px;
    }

    h1 {
        font-size: 80px;
    }

    .fscreen__title span {
        font-size: 44px;
        margin-top: -4px;
    }

    .fscreen__sides {
        margin-top: 8px;
        margin-bottom: -26px;
    }

    .fscreen__textblock + .fscreen__sides {
        margin-top: 22px;
        margin-bottom: -22px;
    }

    section {
        margin: 0 32px;
    }

    .title-block {
        padding-top: 80px;
    }

    .title-block__dscrp {}

    h2 {
        font-size: 56px;
    }

    .title-block__text {
        margin-top: 25px;
        width: 100%;
    }

    .flyingcards-item__pic {
        width: 188px;
        height: 188px;
        margin-bottom: 12px;
    }

    .flyingcards-item__title {
        font-size: 12px;
    }

    .flyingcards-item {
        width: 219px;
        padding: 13px;
    }

    .numblocks-cols {
        display: block;
    }

    .numblocks-card__title {
        font-size: 36px;
        margin-bottom: 24px;
    }

    .numblocks-col:nth-child(2) .lines-item {
        display: none;
    }

    .numblocks-col {
        width: 50%;
        padding: 0 24px;
    }

    .numblocks-cols>.numblocks-col:nth-child(1) {
        display: flex;
        width: 100%;
        padding: 0;
    }

    .numblocks-col:nth-child(3) {
        position: absolute;
        right: 0;
    }

    .goal__pics {
        display: none;
    }

    .title-block__text._wide {
        width: 100%;
    }

    .goal {
        padding-bottom: 80px;
    }

    .numblocks {
        padding-bottom: 80px;
    }

    .history__text {
        padding: 0;
        margin-top: 32px;
        margin-bottom: 58px;
    }

    .title-block._left {
        width: 100%;
        padding-left: 0;
    }

    .history__grid {}

    .history-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
    }

    .history-grid__cell._empty {
        display: none;
    }

    .history-grid__cell._big {
        grid-area: 1 / 1 / 2 / 3;
        position: relative;
        width: 100%;
        padding-right: 0;
        padding-bottom: 96px;
    }

    .history-grid__cell {
        margin-top: 148px;
    }

    .history-grid__cell:nth-child(1), .history-grid__cell:nth-child(2n) {
        margin-top: 0;
        padding-left: 0;
    }

    .history-grid__cell:nth-child(6) {
    }

    .history-lines {
        justify-content: center;
        /* display: block; */
    }



    .history {
        padding-bottom: 84px;
    }

    h2.infosection__title-text {
        padding: 0 26px;
    }

    .infosection {
        padding-bottom: 64px;
    }

    .linksection-item__link {
        font-size: 22px;
    }

    .linksection-item__name {
        margin-bottom: 12px;
    }

    .linksection-item {
        padding: 28px 28px;
    }

    .linksection {
        margin-bottom: 48px;
    }

    .numblocks-cols>.numblocks-col:nth-child(2) {
        display: block;
        margin-left: auto;
    }

    .numblocks-col>.numblocks-col:nth-child(1) {
        padding-top: 0;
        top: 363px;
    }

    .numblocks-col>.numblocks-col:not(:nth-child(1)) .numblocks-card {}

    .numblocks-cols>.numblocks-col:nth-child(2) {
        padding-top: 210px;
    }

    .numblocks-lines .lines-item:not(:nth-child(1)) {
        display: none;
    }
    
    .numblocks-lines {
        width: 100%;
        justify-content: center;
    }



    .history-grid__row {
        display: contents;
    }

    .history-grid__cell._big {
    }

    .history-grid__cell:not(._big) {
        grid-area: initial;
    }

    .history-content-desc {
        display: none;
    }

    .history-content-mob {
        display: block;
    }

    .history-lines .lines-item:not(:nth-child(1)) {
    display: none;
}

.history-grid__cell:nth-child(4):after {
    display: none;
}

.history-grid__cell._big:after {
    height: 100%;
}

.history-grid__cell:nth-child(2n+1) {
    padding-right: 0;
}

.pp__wrap {
    width: 100%;
}

.filters-list:after {
    display: none;
}

.filter {
    width: 100%;
}

.filters-list {
    width: 100%;
    gap: 12px;
}

.filters-title {
    font-size: 26px;
    margin-bottom: 18px;
}

.filter:before, .filter:after {
    display: none;
}

.linksection__lines.aos-animate > .lines-item._vertical {
    height: 105px;
}

.filter-panel {
    display: none;
    position: relative;
    top: -5px;
    opacity: 1;
    visibility: initial;
    transition: initial;
}
.familiar__flyingcards {
    position: absolute;
    top: 350px;
    left: 0;
    height: calc(100% - 500px);
    width: 100%;
}

.fscreen__link {
}

/* .history-card:after {
    display: none;
} */

._big .history-card:after {
    width: 70%;
    height: 70%;
    background: rgba(158, 139, 67, 0.49);
}

.history-card:after {
    width: 50%;
    height: 60%;
}

.history-grid__cell:not(._big) .history-card:after {
    background: rgba(158, 139, 67, 0.89);
}

    .history-grid__row:nth-child(2):after {
        display: none;
    }
    
    .cursor {
        display: none;
    }
    
    .history-card {
        cursor: pointer;
    }
    
    .filters-wrap {
        position: initial;
        margin-bottom: 42px;
    }
    
    .history-wrap__block {
        margin-top: 0;
    }
    
    .filter-button__plus {
        margin-left: 32px;
    }

    .fscreen__textblock {
        width: 100%;
    }

}

@media only screen and (max-width: 767px) {

    .header__govern {
        width: 126px;
    }

    .header__logo {
        width: 110px;
    }

    .header {
        padding: 22px 20px;
    }

    section.fscreen {
        padding-top: 77px;
        padding-bottom: 63px;
    }

    .fscreen__info-date {
        font-size: 36px;
    }

    .fscreen__info-dscrp {
        font-size: 20px;
    }

    .fscreen__info-dscrp br {
        display: none;
    }

    .fscreen__info {
        margin-bottom: 16px;
    }

    .fscreen__pics-item {
        height: 181px;
    }

    .fscreen__pics {
        gap: 16px;
        margin-bottom: 18px;
    }

    h1 {
        font-size: 64px;
    }

    br._mobile {
        display: block;
    }

    .fscreen__title span {
        margin-top: -8px;
        font-size: 24px;
        letter-spacing: 0;
    }

    .fscreen__sides {
        margin-top: 32px;
        margin-bottom: 0;
    }

    .fscreen__textblock + .fscreen__sides {
        margin-top: 29px;
        margin-bottom: 0;
    }

    .fscreen__sides-adress {
        font-size: 15px;
    }

    .fscreen-age-text {
        font-size: 15px;
        padding-left: 8px;
    }

    .fscreen__textblock {
        font-size: 15px;
    }

    .fscreen-age-ico {
        width: 42px;
        height: 42px;
        font-size: 22px;
    }

    .aos-animate > .lines-item._vertical-small {
        height: 48px;
    }

    section {
        margin: 0 20px;
    }

    .title-block__dscrp {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .title-block {
        padding-top: 64px;
    }

    h2 {
        font-size: 28px;
    }

    .title-block__text {
        margin-top: 24px;
    }

    .flyingcards-item__pic {
        width: 100px;
        height: 100px;
        margin-bottom: 9px;
    }

    .flyingcards-item__title {
        font-size: 6px;
    }

    .flyingcards-item {
        padding: 8px;
        width: 119px;
    }

    .numblocks-col {
        display: block;
        position: relative;
        width: 100%;
        padding: 25px 0;
    }

    .numblocks__cols {
        display: block;
    }

    .numblocks-cols>.numblocks-col:nth-child(1) {
    flex-direction: column-reverse;
    border: 0;
}

    .numblocks .lines {
        display: none;
    }

    .numblocks-col .lines-item {
        display: none;
    }

    .numblocks-col {
        display: contents;
    }

    .numblocks-card {
        display: block;
        position: relative;
        width: 100%;
        padding: 25px 0;
        border-bottom: 2px solid var(--color-dark);
    }

    .numblocks-col>.numblocks-col:not(:nth-child(1)) .numblocks-card {
        margin-top: 0;
        padding-top: 0;
    }

    .goal {
        padding-bottom: 32px;
    }
    
    .history-wrap__list {
        padding-bottom: 32px;
    }

    ._left .title-block__main {
        font-size: 40px;
    }

    .history__text {
        margin-top: 24px;
        margin-bottom: 32px;
    }

    ._big .history-card__title {
        font-size: 24px;
    }

    .history-grid__cell._big {
        padding: 0;
        padding-bottom: 32px;
    }

    ._big .history-card__year {
        font-size: 200px;
    }

    ._big .history-card__pic {
        width: 200px;
        height: 200px;
        margin-top: -112px;
        margin-bottom: 24px;
    }

    ._big .history-card__years {
        padding-left: 13px;
        font-size: 24px;
        margin-bottom: 18px;
    }

    .history-card__year {
        font-size: 92px;
    }

    .history-card__pic {
        width: 95px;
        height: 95px;
        margin-top: -60px;
        margin-bottom: 22px;
    }

    .history-card__years {
        padding-left: 10px;
        font-size: 16px;
        margin-bottom: 12px;
    }

    .history-card__years:after {
        width: 3px;
        height: 3px;
        top: 1px;
    }

    h2.infosection__title-text {
        font-size: 36px;
        padding: 0 18px;
    }

    .infosection__title {
        margin-bottom: 24px;
    }

    .infosection__textblock {
        font-size: 20px;
        margin-bottom: 24px;
    }

    .infosection-item__title {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .infosection-item__ico {
        width: 98px;
        height: 62px;
    }

    .infosection-item__ico+.infosection-item__text {
        font-size: 12px;
        margin-top: 12px;
    }

    .infosection-item {
        width: 50%;
        padding: 0 8px;
    }

    .infosection__items {
        gap: 0;
    }

    .infosection-item:not(:nth-last-child(-n+2)) {
        margin-bottom: 24px;
    }

    .infosection-item__text {
        font-size: 12px;
    }

    .infosection {}

    .linksection {
        margin-bottom: 38px;
    }

    .linksection .lines-item._vertical {
        display: none;
    }

    .linksection__list {
        display: block;
    }

    .linksection-item:not(:nth-last-child(1)) {
        border-bottom: 2px solid var(--color-dark);
    }

    .linksection-item__link {
        font-size: 24px;
    }

    .linksection-item__name {
        margin-bottom: 10px;
        line-height: 1.3;
    }

    .linksection-item {
        padding: 22px 0 26px;
    }


    .numblocks-lines {
        display: none;
    }
    
    .numblocks-col>.numblocks-col:nth-child(1) {
        top: 0;
    }
    
    .numblocks-cols>.numblocks-col:nth-child(2) {
        padding: 0;
    }
    
    .numblocks {
        padding-bottom: 0;
    }

    .history-card__text {
        font-size: 11px;
    }
    
    ._big .history-card__text {
        font-size: 14px;
    }
    
    .history-grid__cell {
        padding: 0 20px;
        margin-top: 90px;
    }
    
    .history-card__title {
        font-size: 16px;
        margin-bottom: 8px;
    }
    
    .history {
        padding-bottom: 48px;
    }

    .pp__content {
        padding: 32px 20px;
    }
    
    .history-card__vis {
        margin-top: 32px;
        padding-bottom: 24px;
        margin-bottom: 24px;
    }
    
    .history-card._popup .history-card__year {
        font-size: 200px;
    }
    
    .pp__wrap {
        width: 100%;
    }
    
    .pp__cross {
        top: 20px;
        right: 20px;
    }
    
    .history-card._popup .history-card__pic {
        width: 200px;
        height: 200px;
        margin-top: -105px;
    }
    
    .history-card__360 {
        width: 70px;
        height: 70px;
        bottom: 6px;
    }
    
    .history-card._popup .history-card__title, .history-card._popup .history-card__years {
        font-size: 24px;
    }
    
    .history-card._popup .history-card__title {
        margin-bottom: 18px;
    }
    
    .history-card._popup .history-card__text {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .filters-list {
        gap: 8px;
    }

    .familiar__flyingcards {
        position: absolute;
        top: 350px;
        left: 0;
        height: calc(100% - 700px);
        width: 100%;
    }
    .familiar {
        padding-bottom: 10px;
    }
    
    
    .fscreen__link {
    }
    
    .fscreen__link-ico {
        width: 42px;
        height: 42px;
    }
    
    .fscreen__link-ico img {
        width: 30px;
        height: 30px;
        left: -1px;
    }

    .history-card__pic img {
        transform: initial !important;
    }
    
    .product-view-zoom {
        top: 0px;
        bottom: 18px;
    }
    .filter-active {
        background: #000000;
        z-index: 2;
    }

}