@charset "utf-8";

:root {
  --font-family: "Manrope", sans-serif;
  --second-family: "Cormorant Garamond", sans-serif;
}

body {
    font-family: "Manrope", sans-serif;
    font-weight: normal;
    overflow-x: hidden;
    color: #161614;
    background: #faf7f5;
    font-size: 16px;
    line-height: 1.2;
    margin: 0;
    text-rendering: optimizeSpeed;
    min-width: 320px;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
}
html {
    scroll-behavior: smooth;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html.fsvs {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0; left: 0;
    overflow: hidden;
}
html.fsvs #fsvs-body {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; left: 0;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}
html.fsvs #fsvs-body > * {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}
.hero {
    background: url(/img/hero.jpg);
    background-size: cover;
    background-position: center;
}
.hero__sub {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
}
.hero__title {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 58px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}
.hero__text {
    border: 1px solid rgba(255,255,255,.1);
    padding: 24px;
    line-height: 140%;
    color: rgba(255, 255, 255, 0.7);
    width: 416px;
    height: auto;
    border-radius: 20px;
    -webkit-backdrop-filter: blur(40px);
            backdrop-filter: blur(40px);
    background: radial-gradient(93.12% 141.42% at 0% 0%, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.02) 100%);
}
.hero__main {
    position: absolute;
    top: 78px;
    left: 75px;
}
.hero__second {
    position: absolute;
    top: 274px;
    right: 0;
}
.hero__text b {
    font-weight: 600;
    color: #fff;
}
.hero__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.hero__image-text {
    margin-top: auto;
    position: relative;
}
.hero__image img {
    width: 760px;
    display: block;
    margin: 0 auto;
}

.philosophy {
    position: relative;
    padding-top: 110px;
    background: url(/img/phi.jpg);
    background-size: cover;
    background-position: top;
}
.philosophy__text {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 58px;
    line-height: 110%;
    text-transform: uppercase;
    text-align: center;
    color: #793a16;
    margin-block: 12px;
}
.philosophy__sub {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: rgba(121, 58, 22, 0.5);
}
.philosophy__image {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.philosophy__image img {
    width: 600px;
    height: auto;
    margin: 0 auto;
    display: block;
}
.contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
}
.contacts__title {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 84px;
    line-height: 110%;
    text-transform: uppercase;
    color: #161614;
    margin-bottom: 14px;
}

.company-group__title {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 58px;
    line-height: 110%;
    text-transform: uppercase;
    text-align: center;
    color: #161614;
}
header {
    position: fixed;
    top: 32px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    -webkit-transition: .3s;
    transition: .3s;
}
header.dark ul {
    background: #20201e;
    -webkit-transition: .3s;
    transition: .3s;
}
header ul {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    margin: 0 auto;
    border-radius: 12px;
    padding: 4px;
}
header ul li a {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    color: #65655f;
    border-radius: 10px;
    padding: 8px 16px;
    -webkit-transition: .3s;
    transition: .3s;
}
header.dark ul li a {
    color: rgba(255, 255, 255, 0.7);
}
header ul li a.active,
header.dark ul li a.active {
    color: #161614;
    background: #f8bf23;
    -webkit-transition: .3s;
    transition: .3s;
}
.hero__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 130px;
    height: 100vh;
}

.pagination {
    position: fixed;
    bottom: 32px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4px;
    border-radius: 100px;
    padding: 4px;
    background: rgba(22, 22, 20, 0.3);
}

.pagination-dot {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 100px;
    width: 8px;
    height: 8px;
    cursor: pointer;
}

.pagination-dot:hover {
    background: rgba(255, 255, 255, 0.6);
}

.pagination-dot.active {
    background: #fff;
    width: 32px;
    height: 8px;
    border-radius: 100px;
}

.company-group__circle {
    position: relative;
    border: 1px solid #f8bf23;
    border-radius: 2000px;
    width: 1150px;
    height: 603px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.company-group__content {
    height: 100vh;
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.company-group__header {
    text-align: center;
}
.company-group__title {
    margin-bottom: 16px;
}
.company-group__text {
    line-height: 140%;
    text-align: center;
    color: #65655f;
}
.company-card {
    position: absolute;
    border-radius: 20px;
    padding: 8px 12px 12px 12px;
    width: 180px;
    height: auto;
    background: #fff;
}
.company-card__logo {
    width: 100%;
    height: 126px;
    border-radius: 12px;
    padding: 10px;
    background: #faf7f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.company-card__description {
    display: none;
}
.company-card__button {
    display: none;
}
.company-card__logo img {
    max-width: 100%;
    height: 40px;
    max-height: 80px;
    -o-object-fit: contain;
       object-fit: contain;
}
.company-card__logo.company-card__logo-sm img {
    height: 36px;
}
.company-card__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    color: #161614;
}
.company-card_1 {
    top: -34px;
    left: 87px;
}
.company-card_2 {
    left: 475px;
    top: -66px;
}
.company-card_3 {
    top: -34px;
    right: 63px;
}
.company-card_4 {
    top: 223px;
    right: -65px;
}
.company-card_5 {
    right: 63px;
    bottom: -86px;
}
.company-card_6 {
    left: 87px;
    bottom: -86px;
}
.company-card_7 {
    left: -65px;
    top: 223px;
}
.company-card_8 {
    left: 475px;
    bottom: -86px;
}
.contacts__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.contacts__list a {
    border-radius: 20px;
    padding: 14px 28px;
    background: #fff;
    font-weight: 700;
    font-size: 42px;
    line-height: 110%;
    text-align: center;
    color: #161614;
    font-family: var(--second-family);
}
.hero__mobile {
    display: none;
}
.hero__text p {
    margin-bottom: 10px;
}
.hero__text p:last-child {
    margin-bottom: 0;
}
.company-card:hover {
    height: auto;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 2;
}
.company-card__description {
    text-align: center;
    color: #65655f;
    margin: 12px 0;
    font-size: 15px;
}
.company-card__button {
    cursor: pointer;
    width: 100%;
    font-weight: 600;
    background: #f8bf23;
    border-radius: 12px;
    padding: 0 20px;
    height: 36px;
    line-height: 36px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
    color: #3d300b;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.company-card:hover .company-card__description,
.company-card:hover .company-card__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.contacts__list a:hover {
    background: #f8bf23;
    -webkit-transition: .3s;
    transition: .3s;
}
.company-card_3 .company-card__logo {
    height: 100px;
}

.modal {
    display: none; 
    -webkit-box-align: center; 
    -ms-flex-align: center; 
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed; 
    z-index: 999; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background: rgba(0, 0, 0, 0.50);
    padding: 20px;
}
.modal-content {
    position: relative;
    width: 640px;
    max-height: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 40px;
    border-radius: 20px;
    -webkit-animation: slideIn .3s;
    animation: slideIn .3s;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
}
.modal .close {
    display: inline-block;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    width: 44px;
    height: 44px;
    cursor: pointer;
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
    cursor: pointer;
}
.modal .close::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    width: 10px;
    height: 1px;
    background: #222;
}
.modal .close::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 10px;
    height: 1px;
    background: #222;
}

@media (min-width: 2000px) {
    
    .philosophy__image img {
        width: min(38vw, 1200px);
        max-height: 55vh;
        object-fit: contain;
    }

    .hero__image img {
        width: 1000px;
    }

}

@media (max-width: 1300px) {
    .company-group__circle {
        transform: scale(0.75);
    }
    .philosophy__text  {
        font-size: 40px;
    }
    .philosophy__text br {
        display: none;
    }
}

@media (max-width: 1200px) {
    html.fsvs {
        position: relative;
        overflow: inherit;
        height: auto;
    }
    html.fsvs #fsvs-body {
        position: relative;
        width: inherit;
        height: inherit;
    }

    html.fsvs #fsvs-body > * {
        height: auto;
        overflow: inherit;
    }
    .pagination {
        display: none;
    }
    .company-group__content {
        height: auto;
        padding: 100px 0;
    }
    .philosophy {
        padding-top: 20px;
    }
    .philosophy__image {
        margin-top: 60px;
    }
    .philosophy__image {
        position: relative;
    }
    .contacts {
        padding: 100px 0;
    }
}

@media (max-width: 991px) {
    .company-card__logo.company-card__logo-sm img {
        height: 24px;
    }
    .company-card__logo img {
        height: 32px;
    }
    .company-group__circle {
        transform: none;
    }
    .hero__image img {
        width: 390px;
        max-width: 100%;
    }
    .hero__image {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
    .hero__text {
        padding: 14px;
        position: relative;
        z-index: 2;
        width: 100%;
        font-size: 15px;
    }
    .hero__image-text {
        position: relative;
        margin-top: auto;
        padding: 260px 0 80px;
    }
    .hero__text {
        display: none;
    }
    .hero__text.hero__mobile {
        display: block;
    }
    .contacts__title {
        font-size: 32px;
    }
    .contacts__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .contacts__list a {
        font-size: 26px;
        width: 100%;
    }
    .philosophy__text br {
        display: none;
    }
    .philosophy__text {
        font-weight: 700;
        font-size: 26px;
        line-height: 110%;
        text-transform: uppercase;
        text-align: center;
        color: #793a16;
    }
    .philosophy__image img {
        max-width: 100%;
    }
    .company-card {
        position: relative;
        top: 0;
        left: 0;
        right: inherit;
        bottom: inherit;
    }
    .hero__content {
        padding-top: 90px;
    }
    .hero__sub {
        font-size: 15px;
    }
    .hero__title {
        font-size: 32px;
    }
    .company-group__circle {
        width: 100%;
        height: auto;
        border: none;
    }
    
    .company-group__header {
        width: 100%;
    }
    .company-group__cards {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 10px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .company-group__cards .company-card {
        width: calc(50% - 5px);
        height: auto;
    }
    .company-group__title {
        font-size: 32px;
        margin-bottom: 12px;
    }
    .company-group__text {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .company-group__text br {
        display: none;
    }
    .company-card {
        height: 150px;
    }
    .company-card__title {
        font-size: 14px;
    }
    .company-card:hover .company-card__description, 
    .company-card:hover .company-card__button {
        display: none;
    }

    .modal .company-card__description,
    .modal .company-card__button {
        display: flex;
    }

}

.company-card__content {
    display: none;
}

@media (max-width: 600px) {
    .company-card__logo {
        height: 100px;
        padding: 8px;
    }
    .company-card__logo img {
        max-height: 86px;
    }
    header {
        top: 20px;
    }
    header ul {
        white-space: nowrap;
        border-radius: 8px;
    }
    header ul li a {
        font-size: 10px;
        padding: 6px 6px;
        border-radius: 6px;

    }
    .hero__text {
        font-size: 14px;
    }
}
/* 33524 */

