html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    color: #0F1A01;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    scroll-behavior: smooth;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #FFF;
}

main {
    flex: 1;
    padding-top: 60px;
}

a {
    color: #0F1A01;
}

p {
    color: #31332E;
}

._popup_mode {
    overflow: hidden;
}

.btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 37px;
}

.btn._green {
    background-color: #75944B;
    color: #FFFFFF;
}

.btn._white {
    background-color: #FFFFFF;
    color: #75944B;
}

._hr {
    height: 1px;
    width: calc(100% + 2px);
    margin: 0px -1px;
    background-color: #E6E6E6;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

._hr::before,
._hr::after {
    content: "";
    display: inline-flex;
    width: 7px;
    height: 3px;
    background: #E6E6E6;
    background: linear-gradient(90deg,rgba(230, 230, 230, 1) 42%, rgba(255, 255, 255, 1) 42%);
}
._hr::after{
    transform: rotate(180deg);
}



.header {
    display: flex;
    align-items: center;
    column-gap: 40px;
    padding-top: 20px;
}

.header._mobile {
    display: none;
    position: fixed;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    top: 0;
    width: calc(100% - 30px);
    padding: 0px 15px;
    height: 60px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.10);
    z-index: 50;
}

.header._mobile._open { z-index: 200; }

.header__burger-wrapper {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #75944B;
}

.header__burger {
    height: 11px;
    width: 20px;
    position: relative;
    text-align: right;
}

.header__burger span {
    display: block;
    position: absolute;
    width: 100%;
    opacity: 1;
    left: 0;
    transform: rotate(0);
    transition: 0.25s ease-in-out;
    background-color: #fff;
    height: 1px;
}

.header._mobile nav {
    display: none;
    position: absolute;
    top: 58px;
    right: 0;
    width: calc(100vw - 30px);
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, .1) 0 1px 3px;
    padding: 12px 15px;
    height: 100vh;
}

.header._mobile._open nav {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 60px;
    box-shadow: none;
}


.header__burger span:nth-child(1) {
    top: 0;
    width: calc(100% - 6px);
    left: unset;
    right: 0px;
}
.header__burger span:nth-child(2) {
    top: 4px;
}
.header__burger span:nth-child(3) {
    top: 4px;
}
.header__burger span:nth-child(4) {
    top: 8px;
}



.header._mobile._open .header__burger span:nth-child(1) {
    top: 4px;
    width: 0%;
    left: 50%;
}

.header._mobile._open .header__burger span:nth-child(2) {
    transform: rotate(45deg);
}

.header._mobile._open .header__burger span:nth-child(3) {
    transform: rotate(-45deg);
}

.header._mobile._open .header__burger span:nth-child(4) {
    top: 4px;
    width: 0%;
    left: 50%;
}

.header._mobile._open .header._mobile-menu {
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 40px;
}




.header h1 {
    margin-right: auto;
    text-transform: uppercase;
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
}

.header ul {
    display: flex;
    align-items: center;
    column-gap: 40px;
}

.section {
    margin-bottom: 120px;
}

.section__title {
    margin-bottom: 24px;
    text-align: center;
    font-family: "Playfair Display";
    font-size: 52px;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
}

.section__description {
    max-width: 1096px;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;

    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
}

.container {
    max-width: calc(100vw - 120px);
    margin: 0 auto;
}

.promo {
    /*background: url("./../../assets/img/promo_desktop.png") center / cover no-repeat;*/
    position: relative;
    display: flex;
    flex-direction: column;
    background-image: url("./../../assets/img/promo_full_desktop.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 35%;
    height: calc(100vh - 64px - 60px);
    min-height: fit-content;
}

.promo-svg {
    width:100%;
    display:block;
    margin-top: -1px;
    font-family: "Playfair Display", serif;
}

.promo-svg #cutoutMask text {
    line-height: 90px;
    /*dominant-baseline: central;*/
    /*font-size: 278.4px;*/
    font-size: 294px;
    font-weight: 700;
}

.promo__content {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 67px 120px 60px;
    gap: 110px 60px;
}

.promo__description {
    color: #FFF;
    max-width: 648px;
}

.promo__partners {
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 20px;
    min-width: 312px;
    max-width: 100%;
}

.promo__partner {
    display: flex;
}

.delimiter {
    width: 100%;
    height: 1px;
    background-color: #E6E6E6;
}


.about-table {
    margin-top: 40px;
    max-width: 870px;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    margin-left: auto;
    margin-right: auto;
}

.about-table__item {
    display: flex;
    align-items: flex-start;
    gap: 12px 6px;
}

.about-table__item dt {
    margin-right: auto;
    color: #75944B;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%
}

.about-table__item dd {
    max-width: 536px;
    color: #31332E;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.structure .section__title {
    margin-bottom: 80px;
}

.structure-table {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 75px 25px;
}

.structure-table__item {
    position: relative;
}

.structure-table__item-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #FFF;
    z-index: 10;
}

.structure-table__item::before {
    content: attr(data-number);
    position: absolute;
    left: 5px;
    top: 8px;
    transform: translateY(-100%);
    color: #75944B;
    font-family: "Playfair Display";
    font-feature-settings: 'case' on;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
}


.structure-table__item-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 12px;
    margin: 4px 0px;
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
}

.structure-table__item b {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
}

.structure-table__item p {
    color: #31332E;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.invitation__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 24px;
    max-width: 1098px;
    margin-left: auto;
    margin-right: auto;
}

.invitation__text {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    padding-top: 24px;
}

.invitation__text p:last-child {
    margin-top: auto;
}

.invitation__quote {
    position: relative;
    background-color: #FFF;
    z-index: 10;
}

.invitation__quote-wrapper {
    position: relative;
    background-color: #FFF;
    z-index: 10;
}

.invitation__quote-wrapper::before {
    content: '“';
    position: absolute;
    left: 5px;
    top: -24px;
    color: #75944B;
    font-family: "Playfair Display";
    font-feature-settings: 'case' on;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
}

.invitation__quote-content {
    display: flex;
    flex-direction: column;
    row-gap: 42px;
    padding: 12px;
    margin: 4px 0px;
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
}

.invitation__quote-content i {
    color: #31332E;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 150%;
}

.invitation__img img {
    display: flex;
    height: 100%;
    object-fit: cover;
}

.form__wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    background-color: #75944B;
    color: #fff;
}

.form__content {
    padding: 40px;
    max-width: 760px;
    z-index: 1;
}

.form__img {
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: flex;
    justify-content: flex-end;
    width: 60%;
    height: 100%;
    z-index: 0;
}

.form__img::before {
    content: "";
    position: relative;
    background-image: url("./../../assets/img/form_peoples.png");
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.form__img  img {

}

.form__title {
    margin-bottom: 28px;
    font-family: "Playfair Display";
    font-size: 52px;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
}

.form__description {
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.form__content form {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    padding-right: 60px;
}

.form__row {
    display: flex;
    flex-direction: row;
    gap: 20px 20px;
}

.form__input,
.form__text,
.form__checkboxes
{
    flex: 1 1 0;
}

.form__text._small {
    min-height: 70px;
}

.form__text._normal {
    min-height: 100px;
}

.form__input input,
.form__text textarea {
    width: 100%;
    padding: 10px;
    background-color: #FFF;
    color: #0F1A01;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    border: 1px solid #75944B;
}

.form__text textarea {
    height: 100%;
}

.form__checkboxes label {
    cursor: pointer;
    display: flex;
    align-items: center;
    column-gap: 12px;
}

.form__checkboxes._agree label {
    color: #CCC;
    font-size: 14px;
}

.form__checkboxes._agree label a {
    color: #fff;
}

.form__checkboxes input {
    border: 1px solid #CCC;
    cursor: pointer;
    height: 20px;
    width: 20px;
    min-width: 20px;
    position: relative;
}

.form__checkboxes input:checked:before {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    content: "";
    position: absolute;
    height: 10px;
    width: 4px;
    left: 6px;
    top: 1px;
    transform: rotate(45deg);
}

.form__checkboxes._radios {
    display: flex;
    column-gap: 20px;
}

.form__checkboxes._radios label {
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
}

input._error {
    border: 1px solid red !important;
}

.footer__content {
    display: flex;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 40px;
}

.footer__title {
    margin-right: auto;
    color: #201102;
    font-family: "Playfair Display";
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

.footer__content ul {
    display: flex;
    align-items: center;
    column-gap: 40px;
}

.footer__content li {
    color: #201102;
}