/* Lato Font Faces */
@font-face {
    font-family: 'Lato';
    src: url('../font/Lato-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../font/Lato-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('../font/Lato-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../font/Lato-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('../font/Lato-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../font/Lato-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('../font/Lato-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../font/Lato-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('../font/Lato-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../font/Lato-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('../font/Lato-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../font/Lato-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('../font/Lato-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../font/Lato-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('../font/Lato-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../font/Lato-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('../font/Lato-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../font/Lato-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

/* Roboto Condensed Font Faces */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('../font/RobotoCondensed-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../font/RobotoCondensed-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../font/RobotoCondensed-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../font/RobotoCondensed-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../font/RobotoCondensed-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../font/RobotoCondensed-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

.main__banner {
    width: 100%;
    height: 900px;
    background-repeat: no-repeat;
    background-size: cover;
}

header {
    padding: 16px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: var(--Radius-Large, 16px);
    border: var(--Stroke-Border-Width, 1px) solid var(--Color-Scheme-1-Border, rgba(5, 6, 6, 0.15));
    background: var(--Opacity-White-60, rgba(255, 255, 255, 0.60));
    width: max-content;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
}

header ul li {
    list-style: none;
    margin-right: 32px;
}

header ul li:last-child {
    margin-right: 0;
}

header ul {
    padding: 0;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

header ul li a {
    text-decoration: none;
    color: var(--Color-Scheme-1-Text, #050606);
    font-family: Lato;
    font-size: var(--Text-Sizes-Text-Regular, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%/* 24px */;
}

.add__history {
    padding: 8px 20px;
    border-radius: 12px;
    border: 1px solid var(--Color-Nevada, #637276);
    background: var(--Color-Nevada, #637276);
    color: var(--Color-White, #FFF);
    font-family: Lato;
    font-size: var(--Text-Sizes-Text-Regular, 16px);
    font-style: normal;
    font-weight: 500;
    line-height: 150%/* 24px */;
}

.main__banner .title h1 {
    align-self: stretch;
    color: var(--Color-White, #FFF);
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: var(--Text-Sizes-Heading-1, 72px);
    font-style: normal;
    font-weight: 400;
    line-height: 120%/* 86.4px */;
    letter-spacing: -0.72px;
    text-transform: uppercase;
}

.main__banner .title p {
    margin-bottom: 0;
    align-self: stretch;
    color: var(--Color-White, #FFF);
    text-align: center;
    font-family: Lato;
    font-size: var(--Text-Sizes-Text-Medium, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%/* 27px */;
}

.main__banner .title {
    padding-top: 450px;
}

.nasledie {
    padding: 112px 0;
}

.nasledie .left .top p {
    color: var(--Color-Scheme-1-Text, #050606);
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%/* 24px */;
    margin-bottom: 15px;
}

.nasledie .left .bottom h2 {
    align-self: stretch;
    color: var(--Color-Scheme-1-Text, #050606);
    font-family: "Roboto Condensed";
    font-size: var(--Text-Sizes-Heading-2, 52px);
    font-style: normal;
    font-weight: 400;
    line-height: 120%/* 62.4px */;
    letter-spacing: -0.52px;
    margin-bottom: 24px;
}

.nasledie .left .bottom p {
    align-self: stretch;
    color: var(--Color-Scheme-1-Text, #050606);
    font-family: Lato;
    font-size: var(--Text-Sizes-Text-Medium, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%/* 27px */;
    margin-bottom: 32px;
}

.element__bottom span {
    align-self: stretch;
    color: var(--Color-Scheme-1-Text, #050606);
    font-family: "Roboto Condensed";
    font-size: var(--Text-Sizes-Heading-2, 52px);
    font-style: normal;
    font-weight: 400;
    line-height: 120%/* 62.4px */;
    letter-spacing: -0.52px;
    display: inline-block;
    margin-bottom: 10px;
}

.element__bottom p {
    margin-bottom: 0;
    align-self: stretch;
    color: var(--Color-Scheme-1-Text, #050606);
    font-family: Lato;
    font-size: var(--Text-Sizes-Text-Regular, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%/* 24px */;
}

.element__bottom .elem__wrap {
    width: 50%;
}

.element__bottom {
    display: flex;
}

.element__bottom span strong {
    align-self: stretch;
    color: var(--Color-Scheme-1-Text, #050606);
    font-family: "Roboto Condensed";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: -0.52px;

}

.nasledie .left .img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
}

.architecte {
    padding: 112px 0;
}

.architecte .title h2 {
    align-self: stretch;
    color: var(--Color-Scheme-1-Text, #050606);
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: var(--Text-Sizes-Heading-2, 52px);
    font-style: normal;
    font-weight: 400;
    line-height: 120%/* 62.4px */;
    letter-spacing: -0.52px;

}

.architecte .title p {
    margin-bottom: 0;
    align-self: stretch;
    color: var(--Color-Scheme-1-Text, #050606);
    text-align: center;
    font-family: Lato;
    font-size: var(--Text-Sizes-Text-Medium, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%/* 27px */;

}

.architecte .title {
    padding-bottom: 80px;
    max-width: 768px;
    margin: 0 auto;
}

.architecte img {
    width: 100%;
    border-radius: 16px;
    object-fit: cover;
}


.letopis {
    background: var(--Color-Scheme-2-Background, #EFF0F1);
    padding: 112px 0;
}

.letopis .title span {
    color: var(--Color-Scheme-2-Text, #050606);
    text-align: center;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%/* 24px */;

    display: inline-block;
    margin-bottom: 16px;
}

.letopis .title h2 {
    align-self: stretch;
    color: var(--Color-Scheme-2-Text, #050606);
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: var(--Text-Sizes-Heading-2, 52px);
    font-style: normal;
    font-weight: 400;
    line-height: 120%/* 62.4px */;
    letter-spacing: -0.52px;
    margin-bottom: 24px;
}

.letopis .title p {
    margin-bottom: 0;
    color: var(--Color-Scheme-2-Text, #050606);
    text-align: center;
    font-family: Lato;
    font-size: var(--Text-Sizes-Text-Medium, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%/* 27px */;
}

.letopis .title {
    margin: 0 auto;
    text-align: center;
    max-width: 768px;
    margin-bottom: 80px;
}

.element__history .right {
    display: flex;
    flex-direction: column;
}

.element__history .right strong {
    align-self: stretch;
    color: var(--Color-Scheme-2-Text, #050606);
    font-family: "Roboto Condensed";
    font-size: var(--Text-Sizes-Heading-3, 44px);
    font-style: normal;
    font-weight: 400;
    line-height: 120%/* 52.8px */;
    letter-spacing: -0.44px;
}

.element__history .right span {
    align-self: stretch;
    color: var(--Color-Scheme-2-Text, #050606);
    font-family: "Roboto Condensed";
    font-size: var(--Text-Sizes-Heading-4, 36px);
    font-style: normal;
    font-weight: 400;
    line-height: 130%/* 46.8px */;
    letter-spacing: -0.36px;
    display: inline-block;
    margin: 24px 0 32px;
}

.element__history .right p {
    align-self: stretch;
    color: var(--Color-Scheme-2-Text, #050606);
    font-family: Lato;
    font-size: var(--Text-Sizes-Text-Medium, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%/* 27px */;
    margin-bottom: 20px;
}

.element__history .right p:last-child {
    margin-bottom: 0;
}

.element__history {
    padding: 12px 0;
}

.element__history .left img {
    width: 100%;
}

.element__history.reverse {
    flex-direction: row-reverse;
}

.element__history.reverse .right {
    text-align: right;
}

.element__history .col-md-6 {
    width: 47%;
}

.element__history {
    justify-content: space-between;
}

.element__history {
    position: relative;
}

.element__history::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 32px;
    height: 390px;
    background: none;
    z-index: 0;
    /* SVG as background */
    background-image: url('data:image/svg+xml;utf8, <svg width="32" height="390" viewBox="0 0 32 390" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="14.5" y="0.333252" width="3" height="24" fill="%23050606"/><circle cx="16" cy="39.8333" r="7.5" fill="%23050606"/><rect x="14.5" y="55.3333" width="3" height="334" fill="%23050606"/></svg>');
    background-repeat: no-repeat;
    background-position: center top;
}

.history__family {
    padding: 112px 0;
}

.history__family .left img {
    width: 100%;
    height: 768px;
    object-fit: cover;
    border-radius: 16px;
    margin-bottom: 32px;
}

.history__family .left img:last-child {
    margin-bottom: 0;
}

.history__family .right p {
    margin-bottom: 15px;
    align-self: stretch;
    color: var(--Color-Scheme-1-Text, #050606);
    font-family: Lato;
    font-size: var(--Text-Sizes-Text-Regular, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%/* 24px */;

}

.history__family .right h2 {
    align-self: stretch;
    color: var(--Color-Scheme-1-Text, #050606);
    font-family: "Roboto Condensed";
    font-size: var(--Text-Sizes-Heading-2, 52px);
    font-style: normal;
    font-weight: 400;
    line-height: 120%/* 62.4px */;
    letter-spacing: -0.52px;
    margin-bottom: 24px;
}

.history__family .row {
    justify-content: space-between;
}

.button__more {
    display: flex;
    text-align: center;
    justify-content: center;
    margin-top: 80px;
}

.button__more a {
    text-decoration: none;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    border: 1px solid var(--Opacity-Neutral-Darkest-15, rgba(5, 6, 6, 0.15));
    color: var(--Color-Neutral-Darkest, #050606);
    font-family: Lato;
    font-size: var(--Text-Sizes-Text-Regular, 16px);
    font-style: normal;
    font-weight: 500;
    line-height: 150%/* 24px */;


}

.feedback {
    padding: 112px 0;
}

.feedback .title {
    text-align: center;
    max-width: 768px;
    margin: 0 auto;
}

.feedback .title h2 {
    align-self: stretch;
    color: var(--Color-Scheme-1-Text, #050606);
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: var(--Text-Sizes-Heading-2, 52px) !important;
    font-style: normal;
    font-weight: 400;
    line-height: 120%/* 62.4px */;
    letter-spacing: -0.52px;
    margin-bottom: 24px;
}


.feedback .title p {
    align-self: stretch;
    color: var(--Color-Scheme-1-Text, #050606);
    text-align: center;
    font-family: Lato;
    font-size: var(--Text-Sizes-Text-Medium, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%/* 27px */;
    margin-bottom: 32px;
}

.feedback .title a {
    text-decoration: none;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    border: 1px solid var(--Color-Nevada, #637276);
    background: var(--Color-Nevada, #637276);
    color: var(--Color-White, #FFF);
    font-family: Lato;
    font-size: var(--Text-Sizes-Text-Regular, 16px);
    font-style: normal;
    font-weight: 500;
    line-height: 150%/* 24px */;
}

footer .top {
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 80px;
}

footer .top ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}


footer .top ul li {
    list-style: none;
    margin-right: 32px;
}

footer .top ul li:last-child {
    margin-right: 0;
}

footer .top ul li a {
    text-decoration: none;
    color: var(--Color-Scheme-1-Text, #050606);
    font-family: Lato;
    font-size: var(--Text-Sizes-Text-Small, 14px);
    font-style: normal;
    font-weight: 600;
    line-height: 150%/* 21px */;

}

footer .top h2 {
    margin-bottom: 24px;
    color: var(--Color-Scheme-1-Text, #050606);
    font-family: "Roboto Condensed";
    font-size: var(--Text-Sizes-Heading-5, 28px);
    font-style: normal;
    font-weight: 400;
    line-height: 140%/* 39.2px */;
    letter-spacing: -0.28px;

}

footer .bottom .left {
    display: flex;
    align-items: center;
}

footer .bottom .left a {
    color: var(--Color-Scheme-1-Text, #050606);
    font-family: Lato;
    font-size: var(--Text-Sizes-Text-Small, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%/* 21px */;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    margin-right: 24px;
}

footer .bottom .left a:last-child {
    margin-right: 0;
}

footer .bottom .right span {
    color: var(--Color-Scheme-1-Text, #050606);
    font-family: Lato;
    font-size: var(--Text-Sizes-Text-Small, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%/* 21px */;
}

footer .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(5, 6, 6, 0.15);
    padding-top: 32px;
    padding-bottom: 80px;
}

.facts__block {
    padding: 112px 0;
}

.facts__block .title h2 {
    color: var(--Color-Scheme-1-Text, #050606);
    font-family: "Roboto Condensed";
    font-size: var(--Text-Sizes-Heading-1, 72px);
    font-style: normal;
    font-weight: 400;
    line-height: 120%/* 86.4px */;
    letter-spacing: -0.72px;
    text-transform: uppercase;
}

.facts__block .title a {
    text-decoration: none;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    border: 1px solid var(--Color-Nevada, #637276);
    background: var(--Color-Nevada, #637276);
    color: var(--Color-White, #FFF);
    font-family: Lato;
    font-size: var(--Text-Sizes-Text-Regular, 16px);
    font-style: normal;
    font-weight: 500;
    line-height: 150%/* 24px */;
}

.facts__block .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
}

.col-md-12 .fact__elem img {
    width: 100%;
    height: 590px;
    object-fit: cover;
    border-radius: 16px;
    margin-bottom: 24px;
}

.col-md-6 .fact__elem img {
    width: 100%;
    height: 351px;
    object-fit: cover;
    border-radius: 16px;
    margin-bottom: 24px;
}

.fact__elem {
    margin-bottom: 64px;
}

.fact__elem h4 {
    align-self: stretch;
    color: var(--Color-Scheme-1-Text, #050606);
    font-family: "Roboto Condensed";
    font-size: var(--Text-Sizes-Heading-4, 36px);
    font-style: normal;
    font-weight: 400;
    line-height: 130%/* 46.8px */;
    letter-spacing: -0.36px;
    margin-bottom: 8px;
}

.fact__elem p {
    align-self: stretch;
    color: var(--Color-Scheme-1-Text, #050606);
    font-family: Lato;
    font-size: var(--Text-Sizes-Text-Regular, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%/* 24px */;
    margin-bottom: 24px;
}

.fact__elem a {
    color: var(--Color-Neutral-Darkest, #050606);
    font-family: Lato;
    font-size: var(--Text-Sizes-Text-Regular, 16px);
    font-style: normal;
    font-weight: 500;
    line-height: 150%/* 24px */;
    text-decoration: none;
}

.fact__elem a svg {
    margin-left: 8px;
}

.form___sendser {
    padding: 112px 0;
}


.form___sendser .title h2 {
    align-self: stretch;
    color: var(--Color-Scheme-1-Text, #050606);
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: var(--Text-Sizes-Heading-2, 52px);
    font-style: normal;
    font-weight: 400;
    line-height: 120%/* 62.4px */;
    letter-spacing: -0.52px;
    margin-bottom: 24px;
}

.form___sendser .title p {
    align-self: stretch;
    color: var(--Color-Scheme-1-Text, #050606);
    text-align: center;
    font-family: Lato;
    font-size: var(--Text-Sizes-Text-Medium, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%/* 27px */;
}

.form___sendser .title {
    margin: 0 auto;
    max-width: 768px;
    margin-bottom: 80px !important;
}

/* Form Styles */
.story-form {
    max-width: 58%;
    margin: 0 auto;
    background: #fff;
    padding: 0;
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 24px;
}

.form-group {
    margin-bottom: 24px;
}

.form-row .form-group {
    flex: 1;
    margin-bottom: 0;
}

.form-group label {
    display: block;
    color: var(--Color-Scheme-1-Text, #050606);
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 8px;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: none;
    border-radius: 8px;
    background: #F5F5F5;
    color: var(--Color-Scheme-1-Text, #050606);
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    box-sizing: border-box;
    transition: background-color 0.2s ease;
}

.form-group input[type="text"]:focus,
.form-group input[type="email"]:focus,
.form-group textarea:focus {
    outline: none;
    background: #E8E8E8;
}

.form-group input[type="text"]::placeholder,
.form-group input[type="email"]::placeholder,
.form-group textarea::placeholder {
    color: #999;
}

.form-group textarea {
    height: 200px;
    resize: vertical;
    min-height: 120px;
}

/* File Upload Area */
.file-upload-area {
    position: relative;
    width: 100%;
    height: 120px;
    border: 2px dashed #D0D0D0;
    border-radius: 8px;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.file-upload-area:hover {
    border-color: #999;
    background: #E8E8E8;
}

.file-upload-area input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.upload-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: #666;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.upload-icon {
    color: #999;
}

/* Checkbox Styles */
.checkbox-group {
    margin-bottom: 32px;
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
    color: var(--Color-Scheme-1-Text, #050606);
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.checkbox-label input[type="checkbox"] {
    display: none;
}

.checkmark {
    width: 20px;
    height: 20px;
    border: 2px solid #D0D0D0;
    display: inline-block;
    border-radius: 4px;
    background: #F5F5F5;
    position: relative;
    flex-shrink: 0;
    transition: all 0.2s ease;
    margin-right: 10px;
}

.checkbox-label input[type="checkbox"]:checked + .checkmark {
    background: #637276;
    border-color: #637276;
}


.checkbox-label input[type="checkbox"]:checked + .checkmark::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox-label .link {
    color: var(--Color-Scheme-1-Text, #050606);
    text-decoration: underline;
    text-decoration-color: #050606;
    text-underline-offset: 2px;
}

.checkbox-label .link:hover {
    text-decoration-color: #637276;
}

/* Submit Button */
.form-submit {
    text-align: center;
    margin-top: 24px;
}

.submit-btn {
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    border: 1px solid var(--Color-Nevada, #637276);
    background: var(--Color-Nevada, #637276);
    color: var(--Color-White, #FFF);
    font-family: Lato;
    font-size: var(--Text-Sizes-Text-Regular, 16px);
    font-style: normal;
    font-weight: 500;
    line-height: 150%/* 24px */;
}

.submit-btn:hover {
    background: #5A6669;
}

.submit-btn:active {
    background: #4F5A5D;
}

/* Responsive Design */
@media(max-width: 768px) {

    .element__bottom .elem__wrap {
        width: 100% !important;
        margin-bottom: 24px;
    }

    .element__bottom span {
        font-size: 42px;
    }

    .element__bottom {
        flex-direction: column;
    }


    .form-row {
        flex-direction: column;
        gap: 0;
    }

    .form-row .form-group {
        margin-bottom: 24px;
    }

    .story-form {
        max-width: 100%;
        padding: 0 16px;
    }
}

.form___sendser input,
textarea {
    border: 1px solid rgba(5, 6, 6, 0.15) !important;
}

.sucses {
    padding: 112px 0;
}

.sucses .title {
    margin: 0 auto;
    max-width: 768px;
}

.sucses .title h2 {
    align-self: stretch;
    color: var(--Color-Scheme-1-Text, #050606);
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: var(--Text-Sizes-Heading-2, 52px);
    font-style: normal;
    font-weight: 400;
    line-height: 120%/* 62.4px */;
    letter-spacing: -0.52px;
    margin-bottom: 24px;
}

.sucses .title p {
    align-self: stretch;
    color: var(--Color-Scheme-1-Text, #050606);
    text-align: center;
    font-family: Lato;
    font-size: var(--Text-Sizes-Text-Medium, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%/* 27px */;
}

.button__suc a {
    text-decoration: none;
    padding: 13px 24px;
    border-radius: 12px;
    border: 1px solid var(--Opacity-Neutral-Darkest-15, rgba(5, 6, 6, 0.15));
    color: var(--Color-Neutral-Darkest, #050606);
    font-family: Lato;
    font-size: var(--Text-Sizes-Text-Regular, 16px);
    font-style: normal;
    font-weight: 500;
    line-height: 150%/* 24px */;
    margin-right: 15px;
}

.button__suc button {
    outline: none;
    border: none;
    padding: 10px 24px;
    border-radius: 12px;
    border: 1px solid var(--Color-Nevada, #637276);
    background: var(--Color-Nevada, #637276);
    color: var(--Color-White, #FFF);
    font-family: Lato;
    font-size: var(--Text-Sizes-Text-Regular, 16px);
    font-style: normal;
    font-weight: 500;
    line-height: 150%/* 24px */;
}


.sucses .container {
    text-align: center;
}

.pages {
    padding: 112px 0;
}

.pages .top a {
    text-decoration: none; color: var(--Color-Neutral-Darkest, #050606);
    font-family: Lato;
    font-size: var(--Text-Sizes-Text-Regular, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 150% /* 24px */;
   display: flex;
   align-items: center;
}

.content .title h4 {
    align-self: stretch;
    color: var(--Color-Scheme-1-Text, #050606);
    font-family: "Roboto Condensed";
    font-size: var(--Text-Sizes-Heading-2, 52px);
    font-style: normal;
    font-weight: 400;
    line-height: 120% /* 62.4px */;
    letter-spacing: -0.52px;
   
}

.content .title {
    padding-bottom: 24px;
}

.content .top__info img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    margin-bottom: 32px;
}

.readers .red__info span {
    color: var(--Color-Scheme-1-Text, #050606);
    font-family: Lato;
    font-size: var(--Text-Sizes-Text-Regular, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 150% /* 24px */;
    display: inline-block;
    margin-bottom: 8px;   
}

.readers .red__info p {
    margin-bottom: 0;
    color: var(--Color-Scheme-1-Text, #050606);
    font-family: Lato;
    font-size: var(--Text-Sizes-Text-Regular, 16px);
    font-style: normal;
    font-weight: 500;
    line-height: 150% /* 24px */;
   
}

.readers {
    display: flex;
    align-items: center;
    justify-content: center;
}

.readers .red__info {
    margin-right: 50px;
}

.readers .red__info:last-child {
    margin-right: 0;
}

.text__section h4 {
    align-self: stretch;
    color: var(--Color-Scheme-1-Text, #050606);
    font-family: "Roboto Condensed";
    font-size: var(--Text-Sizes-Heading-3, 44px);
    font-style: normal;
    font-weight: 400;
    line-height: 120% /* 52.8px */;
    letter-spacing: -0.44px;
    margin-bottom: 24px;
}

.text__section {
    max-width: 800px;
    margin: 0 auto;
    padding: 50px 0;
}

.text__section img {
    width: 100%;
    margin-bottom: 50px;
}

.text__section p {
    padding-bottom: 16px;
 flex-direction: column;
 align-items: flex-start;
 align-self: stretch;
 color: var(--Color-Scheme-1-Text, #050606);
 font-family: Lato;
 font-size: var(--Text-Sizes-Text-Regular, 16px);
 font-style: normal;
 font-weight: 400;
 line-height: 150% /* 24px */;


}


.more__facts .title h2 {
    align-self: stretch;
    color: var(--Color-Scheme-1-Text, #050606);
    font-family: "Roboto Condensed";
    font-size: var(--Text-Sizes-Heading-2, 52px);
    font-style: normal;
    font-weight: 400;
    line-height: 120% /* 62.4px */;
    letter-spacing: -0.52px;   
}


.more__facts .title a {
    text-decoration: none;
    padding: 10px 24px;
 justify-content: center;
 align-items: center;
 gap: 8px;
 border-radius: 12px;
 border: 1px solid var(--Opacity-Neutral-Darkest-15, rgba(5, 6, 6, 0.15));
 color: var(--Color-Neutral-Darkest, #050606);
 font-family: Lato;
 font-size: var(--Text-Sizes-Text-Regular, 16px);
 font-style: normal;
 font-weight: 500;
 line-height: 150% /* 24px */;
}

.more__facts {
    padding: 112px 0;
}

.more__facts .title  {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cards__more {
    border-radius: 16px;
}

.cards__more img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    border-radius: inherit;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.nameg span {
    align-self: stretch;
    color: var(--Color-Scheme-1-Text, #050606);
    font-family: "Roboto Condensed";
    font-size: var(--Text-Sizes-Heading-5, 28px);
    font-style: normal;
    font-weight: 400;
    line-height: 140% /* 39.2px */;
    letter-spacing: -0.28px;
display: inline-block;   
margin-bottom: 8px;
}

.nameg p {
    align-self: stretch;
    color: var(--Color-Scheme-1-Text, #050606);
    font-family: Lato;
    font-size: var(--Text-Sizes-Text-Regular, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 150% /* 24px */;
margin-bottom: 24px;   
}

.nameg a {
    text-decoration: none;  
    color: var(--Color-Neutral-Darkest, #050606);
    font-family: Lato;
    font-size: var(--Text-Sizes-Text-Regular, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 150% /* 24px */;
   
}

.nameg {
    padding: 24px;
}


.cards__more {
    border: var(--Stroke-Border-Width, 1px) solid var(--Color-Scheme-1-Border, rgba(5, 6, 6, 0.15));
 background: var(--Color-Scheme-1-Foreground, #F2F2F2);
}

.card__wrap {
    margin-top: 80px;
}

.pages .top {
    margin-bottom: 50px;
}

.history__zilc {
    padding: 112px 0;
}

.history__zilc .title {
    margin-bottom: 24px;
}

.history__zilc .title h2 {
    align-self: stretch;
    color: var(--Color-Scheme-1-Text, #050606);
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: var(--Text-Sizes-Heading-1, 72px);
    font-style: normal;
    font-weight: 400;
    line-height: 120% /* 86.4px */;
    letter-spacing: -0.72px;
    text-transform: uppercase;
}


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    padding: 8px 16px;
 justify-content: center;
 align-items: center;
 gap: 8px;
 border: 1px solid var(--Color-Scheme-1-Border, rgba(5, 6, 6, 0.15));
 color: var(--Color-Scheme-1-Text, #050606);
 font-family: Lato;
 font-size: var(--Text-Sizes-Text-Regular, 16px);
 font-style: normal;
 font-weight: 400;
 line-height: 150% /* 24px */;
 border-radius: 0;
}

.nav-tabs {
    border: unset;
}

.nav-tabs .nav-link {
    padding: 8px 16px;
 justify-content: center;
 align-items: center;
 gap: 8px;
 color: var(--Color-Scheme-1-Text, #050606);
 font-family: Lato;
 font-size: var(--Text-Sizes-Text-Regular, 16px);
 font-style: normal;
 font-weight: 400;
 line-height: 150% /* 24px */;


}


.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--Color-Scheme-1-Border, rgba(5, 6, 6, 0.15));
    color: var(--Color-Scheme-1-Text, #050606);
    font-family: Lato;
    font-size: var(--Text-Sizes-Text-Regular, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 150% /* 24px */;
    border-radius: 0;
}

.nav.nav-tabs {
    justify-content: center;
}

.cardes__w img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: unset;
}

.wrapper__cards {
    border: 1px solid var(--Color-Scheme-1-Border, rgba(5, 6, 6, 0.15));
}


.wrapper__cards .names strong {
    align-self: stretch;
    color: var(--Color-Scheme-1-Text, #050606);
    font-family: Lato;
    font-size: var(--Text-Sizes-Text-Small, 14px);
    font-style: normal;
    font-weight: 600;
    line-height: 150% /* 21px */;
    display: inline-block;
    margin-bottom: 8px;
}

.wrapper__cards .names span {
    align-self: stretch;
    color: var(--Color-Scheme-1-Text, #050606);
    font-family: "Roboto Condensed";
    font-size: var(--Text-Sizes-Heading-5, 28px);
    font-style: normal;
    font-weight: 400;
    line-height: 140% /* 39.2px */;
    letter-spacing: -0.28px;
    display: inline-block;
    margin-bottom: 8px;
}

.wrapper__cards .names p {
    margin-bottom: 0;
    align-self: stretch;
    color: var(--Color-Scheme-1-Text, #050606);
    font-family: Lato;
    font-size: var(--Text-Sizes-Text-Regular, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 150% /* 24px */;   
}

.wrapper__cards .names  {
    padding: 24px;
}

.tab-pane a {
    text-decoration: none;
}

.wrapper__cards {
    margin-bottom: 64px;
}

.details .top a {
    text-decoration: none;
    color: var(--Color-Scheme-1-Text, #050606);
    text-align: center;
    font-family: Lato;
    font-size: var(--Text-Sizes-Text-Regular, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 150% /* 24px */;
   
}

.details .title h4{
    align-self: stretch;
    color: var(--Color-Scheme-1-Text, #050606);
    font-family: "Roboto Condensed";
    font-size: var(--Text-Sizes-Heading-2, 52px);
    font-style: normal;
    font-weight: 400;
    line-height: 120% /* 62.4px */;
    letter-spacing: -0.52px;
   
}

.details .topers  {
    max-width: 768px;
    margin: 0 auto;
    margin-bottom: 24px;
}

.more__history img {
    border-radius: 16px;
}

.more__history .nameg strong  {
    color: var(--Color-Neutral-Darkest, #050606);
    font-family: Lato;
    font-size: var(--Text-Sizes-Text-Small, 14px);
    font-style: normal;
    font-weight: 600;
    line-height: 150% /* 21px */;
    margin-bottom: 8px;
}

.more__history .card__wrap a {
    text-decoration: none;
}

.more__history  .cards__more {
    border: unset;
    background: unset;
    
}

.more__history .nameg {
    padding: 24px 0 !important;
    display: flex;
    flex-direction: column;
}

.contact__page h1 {
    align-self: stretch;
    color: var(--Color-Scheme-1-Text, #050606);
    font-family: "Roboto Condensed";
    font-size: var(--Text-Sizes-Heading-2, 52px);
    font-style: normal;
    font-weight: 400 !important;
    line-height: 120% /* 62.4px */;
    letter-spacing: -0.52px;
   
}

.contact__page .form-label {
    align-self: stretch;
    color: var(--Color-Scheme-1-Text, #050606);
    font-family: Lato;
    font-size: var(--Text-Sizes-Text-Regular, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 150% /* 24px */;
   
}

.contact__page input, .contact__page textarea {
    padding: 8px 12px;
 align-items: center;
 gap: 8px;
 align-self: stretch;
 border-radius: 12px;
 border: 1px solid var(--Opacity-Neutral-Darkest-15, rgba(5, 6, 6, 0.15));
 background: var(--Opacity-Neutral-Darkest-5, rgba(5, 6, 6, 0.05));
}

.contact__page .btn {
    padding: 10px 24px;
 justify-content: center;
 align-items: center;
 gap: 8px;
 border-radius: 12px;
 border: 1px solid var(--Color-Nevada, #637276);
 background: var(--Color-Nevada, #637276);
 color: var(--Color-White, #FFF);
 font-family: Lato;
 font-size: var(--Text-Sizes-Text-Regular, 16px);
 font-style: normal;
 font-weight: 500;
 line-height: 150% /* 24px */;


}


@media (min-width: 1024px) and (max-width: 1000000000px) {
    .pc_none {
        display: none !important; 
    }
}


@media (max-width: 1024px) {

    .more__history h2 {
        align-self: stretch;
        color: var(--Color-Scheme-1-Text, #050606);
        text-align: center;
        font-family: "Roboto Condensed";
        font-size: var(--Text-Sizes-Heading-2, 40px);
        font-style: normal;
        font-weight: 400;
        line-height: 120% /* 48px */;
        letter-spacing: -0.4px;
       
    }

    body .pages.details .more__history .title {
        margin-bottom: 20px !important;
    }

    .card__wrap {
        margin-top: 50px;
    }

    .more__facts {
        padding: 30px 0;
    }

    .main__banner {
        height: 400px;
    }

    .element__history .right strong::before {
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px;

        background-image: url('data:image/svg+xml;utf8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="8" cy="8.42578" r="7.5" fill="%23050606"/></svg>');
        background-position: center;
        left: -45px;
        position: absolute;
        top: 15px;
        background-color: #eef0f1;
        padding: 13px;
        background-repeat: no-repeat;
        
    }

    .history__family .row {
        flex-direction: column-reverse;
    }

    .element__history .right strong {
        position: relative;
    }

    .main__banner .title {
        padding-top: 140px;
    }

    h1 {
        font-size: 52px !important;
    }

    img {
        width: 100%;
    }

    .wrapper__histroy__elements {
        border-left: 3px solid #333;
        margin: 0 0 0 15px; 
    }

    .element__history {
        width: 95%;
        margin: 0 0 0 auto;
    }

    .element__history::before {
        display: none;
    }

    .row.element__history {
        flex-direction: column-reverse;
    }

    .element__history .col-md-6 {
        width: 100%;
    }

    .element__history .left {
        margin-top: 30px;
    }

    .element__history.reverse .right {
        text-align: left;
    }

    .element__history {
        margin-bottom: 30px;
    }

    .history__family .left img {
        height: 180px;
    }

    .history__family .left img:last-child {
        margin-bottom: 30px;
    }

    .button__more {
        margin-top: 30px;
    }


    .letopis, .architecte, .nasledie, .history__family, .feedback, .form___sendser, .pages, .history__zilc {
        padding: 40px 0;
    }

    .mob_none {
        display: none !important;
    }

    footer .top ul {
        flex-direction: column;
        align-items: flex-start;
    }

    footer .top ul li {
        margin-bottom: 15px;
    }

    footer .bottom .left {
        flex-direction: column;
        text-align: left;
        align-items: flex-start;
    }

    footer .bottom .left a {
        margin-bottom: 15px;
    }

    footer .top {
        align-items: flex-start;
        text-align: left;
    }

    

    footer .bottom {
        flex-wrap: wrap;
        padding-bottom: 30px;
    }

    footer .bottom .left {
        margin-bottom: 20px;
    }

    header {
        width: 90%;
    }

    .mobile-header-bar {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .mobile-nav ul {
        display: flex;
        flex-direction: column;
    }

    .mobile-header-bar {
        position: relative;
        z-index: 999;
    }


    .mobile-header-title {
        font-family: "Roboto Condensed", Lato, Arial, sans-serif;
        font-size: 22px;
        font-weight: 500;
        color: #050606;
    }

    header ul li {
        padding: 15px 0;
    }

    .mobile-nav {
        display: none;
                    position: absolute;
        top: -25px;
    left: unset;
    width: 100vw;
    background: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    z-index: 100;
    transition: 0.3s;
    height: 100vh;
    padding: 110px 30px;
    }

    .mobile-add-history-btn {
        font-size: 11px;
    }

  

    header {
        padding: 10px !important;
    }

    /* header ul {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        width: 100vw;
        max-width: 100vw;
        box-sizing: border-box;
    } */

    header ul li {
        margin: 0 15px !important;
    }
    
    header ul li a {
        white-space: nowrap;
    }

    body .container .title {
        margin-bottom: 40px !important;
    }

    .form___sendser .title h2 {
        font-size: 38px;
    }

    .form___sendser .title p {
        font-size: 18px;
    }

    .content .top__info img {
        height: 300px;
    }

    .more__facts .title {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .more__facts .title a {
        margin-top: 20px;
    }

    .more__facts .title h2 {
        font-size: 46px;
    }

    .cards__more {
        margin-bottom: 20px;
    }


    .facts__block .title h2 {
        font-size: 38px;
    }

    .facts__block .title {
        flex-direction: column;
        align-items: flex-start;
    }

    .facts__block .title a {
        margin-top: 20px;
    }

    .col-md-12 .fact__elem img {
        height: 300px;
    }
}


header ul li a:hover {
    color: #333;
}

.add__history:hover, .feedback a:hover, .btn:hover, .submit-btn:hover, .button__suc button:hover, .facts__block a:hover {
    transition: 0.3s all ease;
    border: 1px solid var(--Opacity-Neutral-Darkest-15, rgba(0, 0, 0, 0.15));
    color:  #000;
    font-family: Lato;
    background: unset;
}

.button__more a:hover {
    text-decoration: none;
    border: 1px solid var(--Color-Nevada, #637276);
    background: var(--Color-Nevada, #637276);
    color: var(--Color-White, #FFF);
    font-family: Lato;
    font-size: var(--Text-Sizes-Text-Regular, 16px);
    font-style: normal;
    font-weight: 500;
    line-height: 150% /* 24px */;
    transition: 0.3s all ease;
}

.pages.details .topers .top {
    display: flex;
    align-items: center;
}

