div#before-load {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    pointer-events: none;
    z-index: 1000;
    background-color: var(--color__white);
    text-align: center;
    font-size: .875rem;
    color: rgba(255, 255, 255, 0.24);
    text-transform: uppercase;
    letter-spacing: .15rem;
}
.blue,
a.blue.--decorate {
    color: var(--color__dark);
}

div#before-load .title {
    position: relative;
    /* top: -32px; */
    margin-top: 2rem;
}

div#before-load img {}

.cert-block{
    display: flex;
    gap: 30px;
    
}
.cert-block img{
    object-fit: cover;
    width: 22%;
}
.requisite-block{
    display: flex;  
    flex-direction: column;
    gap: 1rem;
}
@media (max-width:768px) {
    .cert-block{
        flex-wrap: wrap;
        gap: 1rem;
    }
}
.requisite-block-item{
    padding: 1.5rem;
    background-color: #E3E8F03D;
    min-height: 206px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: space-between;
    flex: 1;
    border: 1px solid #0024523D;
}
.requisite-block-item__top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.requisite-block-item__bottom{
    display: flex;
    flex-direction: column;
}
.requisite-block-item__top-text{
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}
.requisite-block-item__top-copy{
    font-weight: 500;
    font-size: .875rem;
    line-height: 100%;
    text-transform: uppercase;
    padding: .5rem .75rem;
    background-color: white;
    color: #002452;
    border: 1px solid #0024523D;
}
.requisite-block-item__top-copy:hover{
    color: white;
    background-color: #002452;
    border: 1px solid #002452;
}
@media (max-width:991px) {
    .requisite-block{
        flex-wrap: wrap;
    }
    .requisite-block-item{
        min-height: 140px;
    }
}
.scroll-down {
    position: fixed;
    width: 2.25rem;
    aspect-ratio: 0.643;
    left: 50%;
    margin-left: -18px;
    /*bottom: 6rem;*/
    bottom: 9.96vh;
    border: 1px solid var(--color__dark);
    border-radius: 25px;
    z-index: 4;
    transition: all ease 0.32s;
    transition-delay: 240ms;
}

.scroll-down i {
    display: block;
    width: 2px;
    height: 0.5rem;
    background-color: var(--color__dark);
    border-radius: 4px;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 0.625rem;
}

.scroll-down i
{
  animation-iteration-count:infinite;
  animation-fill-mode: both;
  animation-name: scrollDown;
  animation-duration: 1600ms;
  animation-delay: 0ms;
  animation-timing-function: ease;
  will-change:base;
}

.scroll-down {
  animation-fill-mode: both;
  animation-name: fadeBottom;
  animation-duration: 960ms;
  animation-delay: 800ms;
  animation-timing-function: ease;
  will-change:fadeDown;
}


@keyframes scrollDown {
  from {
    opacity: 1;
  }
  25%{
    opacity: 0.5;
    height: 16px;
    top: 10px;
  }
  40% {
    opacity: 0.5;
    top: 20px;
    height: 8px;
  }
  75%{
    top: 10px;
  }
  to {
    opacity: 1;
  }
}

.item-feature__line {
    position: absolute;
    bottom: 0;
    opacity: 0.5;
}

.product-single__img-wrap {
    position: relative;
}
.product-single__features-title {
    display: none;
    margin: 0 0 0.5em;
}
.product-single__features-item.--1 {
    top: 53.5%;
    left: -33.7%;
}
.product-single__features-item.--1 .item-feature__line {
    left: 0;
    width: 30.05vw;
    max-width: 36.0625rem;
}
.product-single__features-item.--2 {
    bottom: 26.2%;
    left: -16.4%;
    max-width: 19em;
}
.product-single__features-item.--2 .item-feature__line {
    left: 0;
    width: 23.8vw;
    max-width: 28.5625rem;
}
.product-single__features-item.--3 {
    top: 48.8%;
    right: -20.8%;
    max-width: 31em;
}
.product-single__features-item.--3 .item-feature__line {
    right: 0.4375em;
    width: 31.9vw;
    max-width: 38.3125rem;
}
.product-single__features-item.--4 {
    bottom: 24%;
    right: 0;
}
.product-single__features-item.--4 .item-feature__line {
    right: 0;
    width: 20.36vw;
    max-width: 24.44rem;
}
.product-single__icon {
    position: absolute;
    width: 2.875rem;
    aspect-ratio: 1;
    object-fit: contain;
}
.product-single__icon.--1 {
    top: 44.5%;
    left: 25.7%;
}
.product-single__icon.--2 {
    top: 61.4%;
    left: 30.6%;
}
.product-single__icon.--3 {
    top: 45%;
    right: 43%;
}
.product-single__icon.--4 {
    top: 64%;
    right: 40.5%;
}
.product-single__btn {
    position: absolute;
    top: 11.5%;
    left: 45.6%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10rem;
    aspect-ratio: 1;
    font-size: 5rem;
    line-height: 1;
    color: var(--color__text-1);
    text-decoration: none;
    border: 0.45rem solid var(--color__dark);
    border-radius: 50%;
    transition: all ease 0.24s;
}
.product-single__btn:hover {
    color: var(--color__white);
}
.product-single__btn:hover::before {
    background-color: var(--color__dark);
}
.product-single__btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 95%;
    height: 95%;
    display: block;
    border: 1px solid var(--color__dark);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all ease 0.24s;
}
.product-single__btn-text {
    position: relative;
}

.title-h2 {
    margin: 0 0 0.56em;
    font-weight: 700;
    font-size: 4.5rem;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.item-feature {
    padding-bottom: 2px;
    letter-spacing: 0.13em;
}
.item-feature__icon {
    display: block;
    width: 2.875rem;
    aspect-ratio: 1;
}

.section[data-anchor="main"] .slide-wraper {
    align-items: flex-end;
    /*padding-top: 15rem;*/
    padding-top: 22.22vh;
    padding-bottom: 26.67vh;
}
.section[data-anchor="main"] .section__title a {
    position: relative;
    border: 0;
}
.section[data-anchor="main"] .section__title a:hover .section__title-main::after {
    border-color: currentColor;
}
.section[data-anchor="main"] .section__title a:hover .section__title-label {
    opacity: 1;
}
.section[data-anchor="main"] .section__title-main {
    position: relative;
}
.section[data-anchor="main"] .section__title-main::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 0.25rem dashed rgba(0, 36, 82, 0.24);
    transition: all ease 0.24s;
}
.section[data-anchor="main"] .section__title-label {
    bottom: 2rem;
    margin-top: auto;
    margin-left: 1rem;
    font-weight: 500;
    letter-spacing: 0.24em;
    opacity: 0.24;
    transition: all ease 0.24s;
}
.section[data-anchor="main"] .section__mask {
    background-image: none;
}

.section[data-anchor="products"] .section__logo-wrap {
    /*top: 7rem;*/
    top: 9.95vh;
    right: 24.5rem;
    bottom: auto;
}

.section[data-anchor="main-company"] .section__logo-wrap {
    /*top: 6rem;*/
    top: 9.95vh;
    right: 21.3rem;
    bottom: auto;
}

.section[data-anchor="work-plc"] .index-section__desc.h4 {
    letter-spacing: 0.08em;
}

.section[data-anchor="product-arthrocaps-90"] .slide-wraper {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
}
.section[data-anchor="product-arthrocaps-90"] .section__wraper {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
}
.section[data-anchor="product-arthrocaps-90"] .section__title {
    grid-column: 1 / -1;
    grid-row: 1 / -1;
    display: flex;
    flex-direction: column;
    /*padding-top: 10rem;*/
    padding-top: 16.6vh;
    font-size: 2rem;
    line-height: 1.25;
}
.section[data-anchor="product-arthrocaps-90"] .section__title-top {
    margin-bottom: 0.64em;
    font-size: 0.875rem;
    letter-spacing: 0;
}
.section[data-anchor="product-arthrocaps-90"] .section__title-bottom {
    margin-top: 0.46em;
    font-size: 1.5rem;
}
.section[data-anchor="product-arthrocaps-90"] .section__product-single {
    grid-column: 1 / -1;
    grid-row: 1 / -1;
    display: flex;
    justify-content: center;
}
.section[data-anchor="product-arthrocaps-90"] .product-single__img-wrap {
    width: 65.22%;
    transform: translateX(7.3%);
}
.section[data-anchor="product-arthrocaps-90"] .product-single__img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 85vh;
    object-fit: contain;
}
.section[data-anchor="product-arthrocaps-90"] .product-single__features-item {
    position: absolute;
}
.section[data-anchor="product-arthrocaps-90"] .section__logo-wrap {
    top: 59%;
    right: auto;
    left: 51.4%;
    width: 80vw;
    max-width: 1920px;
    transform: translate(-50%, -50%);
}

.section__logo-wrap {
    position: absolute;
    right: 7rem;
    /*bottom: 8rem;*/
    bottom: 10.2vh;
    z-index: 2;
    max-width: 46.2rem;
    pointer-events: none;
}
.section__logo {
    display: block;
    width: 100%;
    height: auto;
}

.slide-wraper {
    min-height: 100%;
    min-width: 100%;
    /*padding-top: 9.625rem;*/
    padding-top: max(13.9vh, 9rem);
    padding-bottom: 6rem;
    overflow: hidden;
    position: relative;
    z-index: 3;
}

.nav__contacts, .nav__contacts a {
    text-align: right;
    color: white;
    transition: all ease .24s;
    color: var(--color__dark);
}

.nav__tell {
    text-decoration: none;
}

.nav__tell:hover {
    opacity: .8;
}
.nav__title {
    margin-bottom: .5rem;
}

.nav__menu {
    /* width: 4.5rem; */
    /* height: 4.5rem; */
}

.nav__top {
    z-index: 2;
    position: relative;
}

.nav__contacts {
    margin-right: 2rem;
}

.nav__right {
    margin-top: 1rem;
}

.nav__menu:hover {
}

.nav.is-open .full-menu__btn {
    transform: translateX(.25rem);
}
.nav__info
{  margin-left: 50px;}
.nav__info__line-wrap {
    width: 100%;
    display: block;
    margin-top: 5px; margin-bottom: 5px;
    transition: all ease .24s;
}

.nav__info a {
	color: white; text-decoration: none; margin-right: 10px;
}
.nav__info__line {
    width: 1.5rem;
    height: 2px;
    background-color: white;
    transition: all ease .24s;
    position: relative;
}

.nav__info:hover .nav__info__line {
    width: 4rem;

}

body.--end {}

body.--end .scroll-down {
    display: none;
}

li.menu__item {
    display: flex;
    justify-content: center;
    text-decoration: none;
}

.menu__link {
    color: white;
    text-decoration: none;
    font-weight: 700;
    transition: all ease .24s;
    display: inline-block;
    margin: 1rem 0;
    font-size: 2.25rem;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.menu__link:hover {
    color: rgba(255, 255, 255, 0.64);
    letter-spacing: .65rem;
}

.circle-btn {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0;
    transition: all ease .24s;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--color__dark);
    letter-spacing: 0.08em;
}

.circle-btn span {
    z-index: 2;
}

.circle-btn__icon {
    display: flex;
    width: 3.5rem;
    height: 3.5rem;
    justify-content: center;
    align-items: center;
    z-index: 2;
    transition: all ease .24s;
}

.circle-btn__icon svg {}

.circle-btn path {}

.circle-btn__circle {
    width: 3.5rem;
    height: 3.5rem;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 1.75rem;
    transition: all ease .24s;
    box-shadow: inset 0 0 0 1px var(--color__dark);
}

.circle-btn:hover .circle-btn__circle {
    width: 100%;
    box-shadow: inset 0 0 0 4rem var(--color__dark);
}

.circle-btn:hover .circle-btn__icon svg :is(path) {
    stroke: var(--color__white);
}

.circle-btn__icon.--ml {
    margin-left: 1.5rem;
}

.circle-btn__icon.--mr {
    margin-right: 1.5rem;
}

.circle-btn.--send-message {padding-left: 3rem;}

.circle-btn.--send-message svg {
    width: 1.375rem;
}

.circle-btn.--send-message .circle-btn__circle {
    right: 0px;
    left: inherit;
}

.circle-btn:hover {
    color: var(--color__white);
    /* padding-left: 2.5rem; */
    /* padding-right: .5rem; */
}

.circle-btn:hover path {
    stroke: #111;
}

.circle-btn:hover .circle-btn__icon.--ml {
    /* margin: 0px; */
}

.circle-btn:active {
    opacity: .8;
    transform: scale(.95);
}

div#before-load svg {
    width: 100%;
    opacity: .32;
    max-width: 40rem;
}

.section__mask {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0px;
    top: 0px;
    /*background-image: url(../img/mask-bg.svg);*/
    background-image: url("../img/decor-1-clipped.svg");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 40rem;
    transition: all ease .56s;
    transition-delay: .48s;
    will-change: transition, background-size;
}

.section__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0px;
    top: 0px;
    background-position: center;
    background-size: cover;
    transform: scale(1.25);
    transition: all ease .64s;
    will-change: transition, transform;
}

.section.active  .section__bg {
    transform: scale(1);
}

.section__mask:after {content: "";display: block;width: 100%;position: absolute;left: 0px;top: 0px;height: 100%;background-color: black;opacity: .8;transition: all ease .64s;}

.section.active .section__mask:after {
    opacity: 0;
}

.index-section__buttons {
    margin-top: 5.5rem;
}

.index-section__btn {
    padding-right: 3rem;
}

.index-section__btn svg {
    width: 1rem;
}

.section.active .section__mask {
    background-size: 44% auto;
}

a.--decorate {
    color: white;
    text-decoration: none;
    border-bottom: .25rem dashed rgba(0, 36, 82, 0.24);
    transition: all ease .24s;
}

a.--decorate span {
    font-size: 1rem;
    position: absolute;
    margin-left: 2rem;
    margin-top: .25rem;
    opacity: .4;
}

a.--decorate:hover {
    border-bottom: .25rem dashed rgba(255, 255, 255, 1);
}

.index-section__desc {
    margin-top: 1.5rem;
    line-height: 1.42;
    letter-spacing: 0.13em;
}

.index-section__devider {
    width: 1px;
    height: 2rem;
    background-color: var(--color__dark);
    opacity: 0.24;
    margin-left: -4px;
    margin-right: 3rem;
}
.mask-line {
    width: 41rem;
    /* margin: 0px auto; */
    margin-right: 6rem;
}

.pre-footer {
    position: fixed;
    /*bottom: 5.625rem;*/
    bottom: 8vh;
    width: 100%;
    z-index: 3;
}

.pre-footer__languages {}

.pre-footer__lang-link {
    margin-right: 1rem;
    font-weight: 700;
    opacity: .4;
    cursor: pointer;
    color: var(--color__dark);
    text-decoration: none;
}

.pre-footer__lang-link.is-active {
    opacity: 1;
}
.pre-footer__social-link
{ display: block; height: 20px; width: 20px; margin-left: 15px; transition: all 0.25s; border-radius:1px; }
.pre-footer__social-link:hover{
    opacity: 0.64;
}
.social-instagram
{
	background-image: url("../img/icon-instagram--dark.svg");
	background-position:  center center;
	background-repeat: no-repeat;
    background-size: contain;}
.social-facebook
{   background-image: url("../img/icon-facebook--dark.svg");
    background-position:  center center;
	background-repeat: no-repeat;
    background-size: contain;}

.social-vk
{
    background-image: url("../img/vk-svg.svg");
    background-position:  center center;
    background-repeat: no-repeat;
    background-size: contain;}
img.pre-footer__logo {
    margin-right: -6rem;
    width: 100%;
    max-width: 46.2rem;
    position: absolute;
    right: 0;
    pointer-events: none;
    transition: all ease 0.56s;
    transform-origin: center center;
}

.fp-viewing-products {}

.fp-viewing-products .pre-footer__logo {
    transform: translateY(-7rem);
    max-width: 46.1875rem;
    opacity: .8;
    /* transition: all 1s; */
}

.fp-viewing-manufactures .pre-footer__logo {
    transform: translateY(-15rem);
    max-width: 100%;
    opacity: 0;
    margin-right: 0px;
    transition: all .72s;
}

.slide-numb__icon {
    height: 3rem;
}

.slide-numb__arrow {
    width: 4.5rem;
    height: 2px;
    background-color: white;
    opacity: 1;
    margin-left: 2rem;
}

.slide-numb {
    margin-bottom: 1.5rem;
    opacity: .2;display: none;
}

.side-nav {
    position: absolute;
    left: 7rem;
    top: 50%;
    margin-top: -1.5rem;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 2rem;
}

.side-nav__arrow-wrap {
    width: 1.5rem;
    /* height: 1.5rem; */
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    transition: all ease .24s;
    background-color: red;
}

.side-nav__arrow {
    width: 1rem;
    height: 1rem;
    transform: rotate(45deg);
    border-bottom: 2px solid white;
    border-right: 2px solid white;
}

.side-nav__arrow.--bottom {
    margin-bottom: -2px;
}

.side-nav__arrow.--top {
    transform: rotate(225deg);
    margin-top: -3px;
}

.side-nav__arrow-wrap:after {content: "";display: block;position: absolute;left: 50%;margin-left: -1px;width: 2px;height: 100%;background-color: white;top: 0px;transition: all ease .24s;}


.side-nav__arrow-wrap:last-child:after {
    transform-origin: bottom center;
    transform: scaleY(0);
}

.side-nav__arrow-wrap:first-child:after {
    transform-origin: top center;
    transform: scaleY(0);
}

.side-nav__arrow-wrap:after {}

.side-nav__arrow-wrap:hover {
    height: 4rem;
}

.side-nav__arrow-wrap:hover:after {
    transform: scaleY(1);
}

.side-nav__arrow-wrap:last-child {
    align-items: flex-end;
}

.side-nav__arrow-wrap:first-child {
    align-items: flex-start;
    transform-origin: center bottom;
}
.side-nav__arrow-wrap:hover:last-child {
    /* transform: translateY(4rem); */
}

.side-nav__arrow-wrap:hover:first-child {
    /* transform: translateY(-3rem); */
}


.side-nav__arr-line {
    height: 0;
    transition: all ease .24s;
    width: 2px;
    background-color: var(--color__dark);
}

.side-nav__arr {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    min-height: 1rem;
    margin: 1rem 0px;
    /* position: absolute; */
    transition: all ease .24s;
}

.side-nav__arr svg {
    width: 1rem;
}
.side-nav__arr-line.--bottom {
    margin-bottom: -.4rem;
}

.side-nav__arr-line.--top {
    margin-top: -.45rem;
}

.side-nav__arr:hover .side-nav__arr-line {
    height: 4rem;
}
.side-nav__arr.--top {
    margin-top: -1rem;
}

.side-nav__arr.--bottom {
    margin-bottom: -1rem;
}

.side-nav__arr:active {
    opacity: .56;
}

.product {
    box-shadow: 0 0 0 1px rgba(0, 36, 82, 0.24);
    padding: 1.25rem;
    text-decoration: none;
    color: var(--color__text-1);
    text-align: left;
    min-height: 10rem;
    flex-direction: column;
    justify-content: space-between;
    transition: all ease .32s;
    display: flex;
    background-color: rgba(227, 232, 240, 0.24);
    backdrop-filter: blur(2px);
}

.products {
    gap: 1rem;
    width: calc(100% + 2rem);
    margin-top: -1rem;
}

.product__line {
    width: 1.5rem;
    height: 2px;
    background-color: currentColor;
    transition: all ease .24s;
    position: relative;
}

.product__line-wrap {
    width: 2rem;
    display: block;
    margin-top: 1rem;
    transition: all ease .24s;
}

.product__type {
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: .25rem;
    transition: all ease .24s;
    width: 5rem;
    /*text-align: center;*/
    white-space: nowrap;
}

.product__name {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.25;
    transition: all ease .24s;
    width: 100%;
    text-align: left;
}
.product__name span {
    display: block;
    margin-top: 0.5em;
}

.product:hover {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 3rem rgba(255, 255, 255, 0.0);
}

.product:hover .product__line {
    width: 4rem;
    margin: 0px auto;
}

/*.product:hover .product__type {*/
/*    width: 100%;*/
/*}*/

.product:hover .product__name {
    width: 100%;
}

.product:hover .product__line-wrap {
    width: 100%;
}

.product__line::after {
    content: "";
    display: block;
    position: absolute;
    width: .5rem;
    height: .5rem;
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    transform: rotate(45deg);
    right: 0;
    margin-top: -.25rem;
    opacity: 0;
}

.product:hover .product__line:after {
    opacity: 1;
}
.product__line:after{
    opacity: 1;
}
.bg-video {
    width: 100%;
    display: none;
}

.section.active {}

source {}

.section.active video.bg-video {
    display: block;
}

.manufactures__video {
    z-index: 7;
}

.manufactures__video iframe {
    height: 28rem;
    max-width: 50rem;
    width: 100%;
}

.manufactures__video {
    /* justify-content: center; */
    display: flex;
}

.video-full-bg {
    position: absolute;
    top: 0px;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    /*width: 100%;*/
    /*height: 100%;*/
    width: auto;
    height: auto;
    left: 0px;
    top: 0px;
    background-size: cover;
}

.video-full-bg:active {
}

.order__btn {
    font-size: 1.125rem;
}

.index-section__desc.h4.no-ap {
    text-transform: none;
}
.index-section__desc li {
    position: relative;
    padding-left: 2.1em;
}
.index-section__desc li + li {
    margin-top: 0.18em;
}
.index-section__desc li::before {
    content: "—";
    position: absolute;
    left: 0;
    font-weight: 700;
    display: inline-block;
}
.index-section__desc.h4.no-ap.--small
{   font-size: 1rem;
    line-height: 1.5;}

.shad {
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
}

.shad.active {
    display: block;
}

.right-window {
    z-index: 999;
    position: fixed;
    top: 0;
    right: -1000px;
    width: 832px;
    height: 100vh;
    padding: 45px 112px 45px 100px;
    background: var(--color__white);
    color: var(--color__text-1);
    transition: .4s;
    overflow-y: auto;
    overflow-x: hidden;
}

/*.right-window.active::before {*/
/*    position: fixed;*/
/*    content: '';*/
/*    top: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    transform: scale(-1, 1);*/
/*    background-image: url(../img/mask-bg.svg);*/
/*    background-repeat: no-repeat;*/
/*    background-position: left bottom;*/
/*}*/

.right-window.active {
    right: 0;
}

.close_prj {
    position: absolute;
    top: 6.67vh;
    cursor: pointer;
}

.right-window__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

.right-window__head-photos {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.right-window__head img {
    display: block;
    width: 100%;
    max-width: 300px;
    height: auto;
    margin-bottom: 16px;
}

.right-window__head img:nth-last-of-type(1) {
    margin-bottom: 0;
}

.right-window__head-info {
    position: relative;
    padding-bottom: 18px;
    text-align: right;
    margin-bottom: 3rem;
}

.right-window__head-info::after {
    content: '';
    z-index: 1;
    position: absolute;
    right: 0;
    /*left: -40px;*/
    bottom: -2rem;
    width: 90%;
    height: 1px;
    background-color: var(--color__dark);
    opacity: 0.24;
}

.right-window__head-type {
    margin: 0;
    margin-bottom: 2px;
    padding: 0;
    font-size: 1.375rem;
    line-height: 1.25;
    text-transform: uppercase;
}

.right-window__head-name {
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.25;
}

.right-window p {
    margin: 0 0 1em;
    padding: 0;
    font-size: 1rem;
    line-height: 1.42;
}

.right-window a {
    display: block;
    margin-bottom: 16px;
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
    line-height: 142%;
    color: #002452;
    padding: 1rem;
    border: 1px solid #B9C3D4;
    text-decoration: none;
    font-weight: 400;
    width: max-content;
}

.contact__info {
    margin-top: 10px;
    margin-bottom: 50px;
    letter-spacing: 0.04em;
}
.contact__info a {
    color: var(--color__text-1);
    text-decoration: none;
}

.copyright {
    width: 100%;
}
.belberry-copyright {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 1.5rem;
    text-decoration: none;
    transition: all ease .24s;
}
.belberry-copyright__title {
    margin-right: 12px;
    margin-bottom: 8px;
    font-size: 0.75rem;
    color: var(--color__dark);
}
.copyright svg {
    width: 95px;
}
.belberry-copyright:hover {
    opacity: .64;
}

@media (min-aspect-ratio: 16/9) {
    .video-full-bg {
        height: 300%;
        top: -100%;
    }
}
@media (max-aspect-ratio: 16/9) {
    .video-full-bg {
        width: 300%;
        left: -100%;
    }
}

@supports (object-fit: cover) {
    .video-full-bg {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.center-policy{
    display: flex;
    flex-direction: column;
    gap: 6rem;
}
.footer-pocicy-block{
    display: flex;
    flex-direction: column;
    gap: .25rem;
}
.footer-pocicy-block a{
    color: var(--color__text-1);
    text-decoration: none;
}




.policy-block .policy-section{
    margin-top: 8.5rem;
  }
  .policy-block .policy-section a{
    /* color:white; */
    color: var(--color__text-1);;
  }
  .policy-block .policy-section h4{
    margin: 1rem 0;
  }
  .policy-block .policy-section p{
    margin: .5rem 0;
  }
  @media screen and (max-width: 991px) {
    .policy-block .policy-section{
      margin-top: 0rem;
      padding-top: 0;
      padding-bottom: 0;
    }
  }
  @media screen and (max-height: 800px) {
    .policy-block .policy-section p{
        font-size: .75rem;
        margin: .4rem 0;
      }
      .policy-section ul li{
        font-size: .75rem;
      }
      .policy-block .policy-section h4{
        margin: .75rem 0;
        font-size: 1.25rem;
      }
      .center-policy{
        gap: 2rem;
      }
  }
  .checkbox{
    position: relative;
  }
  .checkbox input[name="private"] {
    display: block;
    opacity: 0;
    pointer-events: none;
    position: absolute;
   }
   .policy-block .section-form .section__mask{
    background-color: white !important;
   }


   .cookie-block{
	padding: 1rem;
	/* background-color: #F6DB8E1A; */
	background-color: white;
	border-radius: 1rem;
	position: fixed;
	left: 50%;
	bottom: .5rem;
	transform: translateX(-50%);
	z-index: 9999999999;
	box-shadow: rgba(1, 45, 85, 0.2) 0rem 1rem 2rem;
    display: none;
  }
  .cookie-block__info-block{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1.5rem;
  }
  .cookie-block__info-block__text-block{
	display: flex;
	flex-direction: column;
	gap: .25rem;
  }
  .cookie-block__info-block__text-block__title{
	font-weight: 700;
	font-size: 1rem;
	color: #1C1C34;
  }
  .cookie-block__info-block__text-block__title a{
	color: var(--color__text-1);;
  }
  .cookie-block__info-block__text-block__text{
	font-weight: 400;
	font-size: 1rem;
	color: #1C1C34;
  }
  .cookie-block__info-block__text-block__text a{
	color: var(--color__text-1);;
  
  }
  .cookie-block__info-block__btn{
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-weight: 650;
	font-size: 1rem;
	padding: 1rem 2rem;
	border-radius: .75rem;
	background-color: var(--color__dark);
    border: none;
    cursor: pointer;
  }
  .cookie-block__info-block__btn:hover{
	background-color: white;
    color: var(--color__dark);
    border: 1px solid var(--color__dark);
  }

  @media screen and (max-width: 768px) {
	
	.cookie-block{
	  bottom: 2rem;
	  width: calc(100% - 1rem);
	}
	.cookie-block__info-block{
	  flex-direction: column;
	}
	.cookie-block__info-block__text-block__title,
	.cookie-block__info-block__text-block__text{
	  font-size: 0.875rem;
	}
  }