:root {
    --vendor-color: #24354B;
    --gray-color: #1E1E1E;
    --base-dark: #1E1E1E;
    --base-dark-rgba: 30, 30, 30;
    --link-color: #0392A5;
    --beauty-color:  #0392A5;
}
.row> * {
    @media screen and (max-width:640px) {
        padding-left: 20px;
        padding-right: 20px;
    }
}
* {
    box-sizing: border-box;
}
html, body {
    font-family: 'Montserrat', serif;
    margin: 0;
    min-height: 1000px;
    overflow-x: hidden;
}
h1, h2, h3 {
    font-family: 'Garamond', serif;
    font-size: 32px;
    line-height: 1.125;
    margin-bottom: 20px;
    font-weight: 300;
    text-transform: uppercase;
}
a {
    color: var(--link-color);
}
p {
    font-family: 'Montserrat', serif;
    font-size: 16px;
    color: var(--base-dark);
    line-height: 1.5;
    margin-bottom: 20px;
    @media screen and (max-width:640px) {
        font-size: 14px;
    }
}
p:last-of-type, p:only-child {
    margin-bottom:0;
}
.feature {
    position: relative;
    @media screen and (max-width:640px) {
        display:flex;
        width: 100%;
    }
}
.feature .object-item {
    max-width:1040px;
    position: absolute;
    height: 100%;
    top: 0;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    padding-left: 12px;
    padding-right: 12px;
    @media screen and (max-width:640px) {
        padding:0;
    }
}
.section {
    max-width: 1040px;
}
.feature-image {
    width: 100%;
    height: 100%;
    overflow:hidden;
    display:block;
    @media screen and (max-width:640px) {
        width: 100%;
        flex: 0 0 100%;
    }
}
.feature-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.feature .title-panel {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    @media screen and (max-width:640px) {
        padding: 0 20px;
    }
}
.feature .title-panel h1 {
    font-family: 'Garamond', serif;
    color: white;
    text-transform: uppercase;
    font-size: 80px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 30px;
    max-width: 516px;
    @media screen and (max-width:640px) {
        font-size: 11.6vw;
        margin-bottom: 20px;
    }
}
.feature .title-panel h2 {
    color: white;
    text-transform: uppercase;
    font-family: 'Montserrat', serif;
    font-size: 24px;
    line-height: 1.5;
    max-width: 434px;
    font-weight: 300;
    @media screen and (max-width:640px) {
        font-size: 3.72vw;
    }
}
.feature::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: blurOne 2s forwards;
}
.feature .image img {
    animation: pictureSize 4s linear forwards;
    animation-delay: calc(var(--i) * 0.2s);
    @media screen and (max-width:640px) {
        width: 100%;
    }
}
.feature .clip {
    position: absolute;

    top:0;
    right:0;
    transform: translateY(87px);
}
.feature .clip svg {
    width: clamp(200px, 24vw, 24vw);
    height: clamp(355px, 42.8vw, 42.8vw);
    @media screen and (min-width: 1440px) {
        margin-right: -10vw;
    }
}
.page-layout {
    padding:0!important;
}
.intro  .clip {
    @media screen and (max-width:640px) {
        margin: 40px 0 0 0;
    }
}

.section {
    position: relative;
    width: 100%;
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.btn-wrapper {
    display: flex;
    justify-content: center;
    padding-top: 60px;
}
.site-btn {
    color: white;
    text-decoration: none;
    background: var(--link-color);
    border: 1px var(--link-color) solid;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.21;
    padding: 10px 42px;
    transition: all .2s linear;
}
.section-content .container {
    max-width: 1040px;
}
.section h1 {
    font-family: 'Montserrat', serif;
    font-size: 36px;
    line-height: 1.21;
    font-weight: 700;
    text-align:center;
    display:block;
    text-transform: uppercase;
    max-width: 550px;
    margin: 0 auto;
    width: 100%;
    color: white;

}
.section h2 {
    font-family: 'Montserrat', serif;
    font-size: 24px;
    line-height: 1.21;
    font-weight: 700;
    display:block;
    text-transform: uppercase;
    color: var(--gray-color);
}
 {
    z-index:2;
    position: absolute;
    max-width: 1480px;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    @media screen and (max-width:640px) {
        padding:0 20px;
    }
}

.image {
    width: 100%;
    height: 100%;
    overflow:hidden;
    align-items: center;
    justify-content: center;
    display: flex;
}
.image img {
    max-width: 100%;
}

.cell .image a {
    width: 100%;
    height: 100%;
    overflow:hidden;
    align-items: center;
    justify-content: center;
    display: flex;
}
.map-animate g {
    opacity: 0;
}
.map-animate g.clip-group {
    animation: stepFade 5s linear forwards;
    animation-delay: calc(var(--i) * 0.2s);
}
.map-animate g.checkpoint {
    animation: slideDown 2s linear forwards;
    animation-delay: calc(var(--i) * 0.2s);
}
@keyframes pictureSize  {
    0% {
        filter: brightness(30%);
        transform: scale(1.1);
    }
    100% {
        filter: brightness(100%);
        transform: scale(1);
    }
}
@keyframes stepFade  {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes slideDown  {
    0%, 80% {
        opacity: 0;
        transform: translateY(-40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.section-1 {
    padding: 80px 0;
    @media screen and (max-width:640px) {
        padding: 40px 0;
    }
}
.section-1 .intro {
    max-width: 700px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.66;

}
.section-content picture {
    max-width: 100%;
    margin:60px auto;
    display:block;
    @media screen and (max-width:640px) {
        margin: 40px auto;
        width: 100%;
    }
}
.section-content picture img {
    max-width: 100%;
    @media screen and (max-width:640px) {
        width: 100%;
    }
}
.about-block {
    position: relative;
    overflow:hidden;
    @media screen and (max-width:640px) {
        margin: 0 -20px;
        padding: 0 20px;
    }
}

picture.about-image {
    position: absolute;
    padding: 10px;
    background: white;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px var(--beauty-color) solid;
    overflow: hidden;
    left: 50%;
    transform: translate(-50%, -90%);
    top:0;
    z-index:2;
    font-family: 'Garamond', serif;
    @media screen and (max-width:640px) {
        border: 1px var(--beauty-color) solid;
        width: 150px;
        height: 150px;
        flex: 0 0 150px;
        transform: translate(-50%, -35vw);
    }
}
.about-block__text {
    border: 1px rgba(var(--base-dark-rgba), 0.1) solid;
    border-radius: 20px;
    padding: 62px 20px 48px 20px;
    margin: 148px auto 60px auto;
    text-align:center;
    position: relative;
    overflow: hidden;
    font-size: 20px;
    @media screen and (min-width:640px) {
        padding: 117px 195px 58px 195px;
        margin:321px auto  80px auto;
    }
}
.about-block__text p {
    font-size: 20px;
    font-family: 'Garamond', serif;
    @media screen and (max-width:640px) {
        font-size: 14px;
    }
}
.about-block__content {
    position: relative;
}
.about-block__text:after {
    content: '';
    width: 110px;
    height: 12px;
    background: var(--beauty-color) no-repeat;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.about-block__content span.cell-1,
.about-block__content span.cell-2 {
    display:block;
    position: absolute;
    font-family: 'Garamond', serif;
    bottom: 15px;
    @media screen and (max-width:640px) {
        bottom: unset;
        top: 0;
        margin-top: -19vw;
    }
}
.about-block__content span.cell-1 {

    left:0;
}
.about-block__content span.cell-2 {

    right:0;
}
.about-block__content span.cell-1::before {
    content: 'А';
    display: block;
    font-size: 222px;
    transform: translateX(-50%);
    @media screen and (max-width:640px) {
        font-size: 20.5vw;
        transform: translateX(-75%);
    }
}
.about-block__content span.cell-2::after {
    content: 'Э';
    display: block;
    font-size: 222px;
    transform: translateX(50%);
    @media screen and (max-width:640px) {
        font-size: 20.5vw;
        transform: translateX(75%);
    }
}
.section-4 p {
    font-size: 16px;
}
.section-4 h2, .section-4 p, .numbers-grids span {
    color: white;
}

.gaper {
    gap: 105px;
    flex-wrap: nowrap;
    @media screen and (max-width:640px) {
        flex-direction: column;
        gap: 40px;
    }
}
.beauty-bg {
    border-radius: 15px 15px 0 0;
    background: linear-gradient(to bottom, #24354B, #24354B );
    padding-top: 80px;
    color: white;
}
.section-5 {
    padding-top: 100px;
    background: linear-gradient(to bottom, #24354B 13%, #96DAF9 60%,  #D1DCE8 80%);
    @media screen and (max-width:640px) {
        padding-top: 60px;
    }
}
.section-5 picture {
    margin:0;
}
.section-5 a {
    color: white;
}
.numbers-grids {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 60px;
    @media screen and (max-width:640px) {
        gap: 20px;
    }
}
.numbers-grids__item {
    /*flex: 0 0 50%;*/
    width: calc(50% - 30px);
}
.numbers-grids__item b {
    font-family: 'Garamond', serif;
    font-weight: 600;
    display: block;
    font-size: 54px;
    color: var(--beauty-color);
    @media screen and (max-width:640px) {
        font-size: 36px;
    }
}
.numbers-grids__item span {
    font-size: 14px;
    font-family: 'Montserrat', serif;
    text-transform: uppercase;
    @media screen and (max-width:640px) {
        font-size: 9.5px;
    }
}
.section-5 h2 {
    font-size: 94px;
    color: white;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 400;
    @media screen and (max-width:640px) {
        font-size: 34px;
    }
}
.section-5 .description {
    font-size: 24px;
    line-height: 1.25;
    color: white;
    font-family: 'Garamond', serif;
    text-align:center;
    padding-bottom: 40px;
    @media screen and (max-width:640px) {
        font-size: 18px;
        padding:0 20px 40px  20px;
    }
}
.section-5 picture,
.section-5 picture img {
    width: 100%;
}
.section-5 {
    position: relative;
}
.marquee {
    padding: 30px 0 80px 0;
    font-size: 44px;
    display:flex;
    position: relative;
    margin-bottom: 80px;
    @media screen and (max-width:640px) {
        margin-bottom: 40px;
        padding: 20px 0 40px 0;
    }
}
.marquee .item {
    font-family: 'Garamond', serif;
    font-weight: 400;
    text-transform: uppercase;
    white-space: nowrap;
    animation: scroll-text 20s linear infinite;
    display:flex;
}

.marquee .item p {
    font-size: 44px;
    padding: 0 30px;
    font-family: 'Garamond', serif;
    text-transform: uppercase;
}
.marquee:after {
    content: '';
    width: 110px;
    height: 12px;
    background: var(--beauty-color) no-repeat;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.section-7 {
    margin-bottom: 80px;
    @media screen and (max-width:640px) {
        margin-bottom: 40px;
    }
}
.section-7 p {
    font-size: 16px;
}
.section-8 {
    margin-bottom:80px;
    @media screen and (max-width:640px) {
        margin-bottom:0;
    }
}
.section-8 .address {
    border: 1px rgba(var(--base-dark-rgba), 0.1) solid;
    border-radius: 20px;
    padding: 40px 120px;
    text-align:center;
    position: relative;
    overflow: hidden;
    font-size: 20px;
    @media screen and (max-width:640px) {
        font-size: 18px;
        padding: 40px 20px 30px 20px;
        margin: 0 auto 60px auto;
    }
}
.section-8 .address p {
    font-family: 'Garamond', serif;
    font-size: 24px;
    font-weight:600;
    @media screen and (max-width:640px) {
        font-size: 18px;
        font-weight:400;
    }
}
@keyframes scroll-text {
    from { transform: translateX(0%); }
    to { transform: translateX(-100%); }
}
