* {
    box-sizing: border-box;
    outline: 0;
}

:root {
    --gold-gradient: linear-gradient(141.82deg, #C9AD7A 0%, #AD9160 100%);
    --pink-gradient: linear-gradient(141.82deg, #E4D2C7 0%, #E4D2C7 100%);
    --gold: #C9AD7A;
    --green: #254536;
}

input, textarea, select {
    border-radius: 0;
    vertical-align: middle;
}

/*
::-webkit-scrollbar {
  width: 4px;
  height: 4px; 
}

::-webkit-scrollbar-track {
  background: #d3d3d3; 
  border-radius: 2px; 
}

::-webkit-scrollbar-thumb {
  background-color: #4d4d4d;
  border-radius: 2px; 
  border: 1px solid #3a3a3a;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #2b2b2b; 
}
*/

input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

input::-webkit-clear-button,
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

html, body {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 130%;
    font-weight: 400;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}

body {
    background-color: #f8f0e8;
    color: #313133;
}

html {
    margin: 0 !important;
}

a {
    color: #adadad;
}

button {
    cursor: pointer;
}

img {
    max-width: 100%; 
    object-fit: cover; 
    height: auto;
}


pre {
    border-radius: 3px;
    padding: 10px 15px;
    background-color: #fff;
    font-size: 14px;
}


body.admin-bar {
    padding-top: 32px;   
}


.document {
    width: 100%; 
    max-width: 1920px;
    margin: 0 auto;
    background: #fff;
}


/* Общий стиль для таблицы */
table {
  width: 100%;
  border-collapse: collapse; /* Удаляет промежутки между ячейками */
  margin: 20px 0;
  background-color: #121212; /* Темный фон таблицы */
  color: #ffffff; /* Цвет текста */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  overflow: hidden;
}

/* Стиль для ячеек таблицы (обе типы) */
th, td {
    padding: 15px 20px;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    text-align: left;
}

/* Заголовки таблиц */
th {
  background-color: #1f1f1f; /* Темно-серый фон для заголовков */
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Цвет текста в заголовках и ячейках */
td {
  color: #cccccc; /* Светло-серый цвет для текста */
}

/* Альтернатива по цвету для строк (чтобы было легче глазу) */
tr:nth-child(even) {
  background-color: #1c1c1c;
}

tr:nth-child(odd) {
  background-color: #121212;
}

/* При наведении курсора на строку */
tr:hover {
  background-color: #2a2a2a;
  transition: background-color 0.3s ease;
}

/* Стиль для верхней границы таблицы (если нужен) */
table {
    margin: 0;
    border-spacing: 0; /* Удаляет дополнительные отступы */
}



.header {
    max-width: 1620px;
    margin: 0 auto 0;
    width: 100%;
    padding-top: 15px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    z-index: 9999;
    position: relative;
    box-sizing: border-box;
    height: 125px;
    border-bottom: 1px solid var(--gold);
}

body.home .header {
    border-bottom: unset;
    height: 68px;
}

.header__logo {
    margin-top: -15px;
}
.header__logo a {
    display: block;
}
.header__logo img {
    display: block;
    height: 110px;
}




.page__head {

}

.page__head.style-3 {
    background-color: #A18450;
    min-height: 760px;
}
.page__head.style-4 {
    background-color: #fff;
    min-height: 760px;
}

.page__head-bg {
    display: block;
    position: absolute;
    top: 0px;
    height: 187px;
    background-color: #254536;
    background-image: url(../images/page__uzor.svg);
    max-width: 1920px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-position: top;
    background-repeat: no-repeat;
}
.page__head-bg.green-blue {
    background-color: #2f3f49;
}

body.admin-bar .page__head-bg {
    top: 32px;
}
.page__head .breadcrumbs {
    position: relative;
    margin: 20px auto;
}

.page__head-image {
    position: absolute;
    height: 699px;
    width: 100%;
    overflow: hidden;
}

.page__head-image::before {
    content: '';
    display: block;
    width: calc(100% + 4px);
    position: absolute;
    bottom: -1px;
    left: -2px;
    background-size: cover;
    z-index: 1;
}
.style-1 .page__head-image::before {
    height: 272px;
    background-image: url(../images/bg__style-1.svg);
}
.style-2 .page__head-image::before {
    height: 140px;
    background-image: url(../images/bg__style-2.svg);
}
.style-3 .page__head-image::before {
    height: 272px;
    background-image: url(../images/bg__style-3.svg);
}
.style-4 .page__head-image::before {
    height: 168px;
    background-color: #fff;
    clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%);
}

.page__head-image::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #00000075;
    position: absolute;
    bottom: 0;
    left: 0;
    background-size: cover;
}

.page__head-image img, 
.page__head-image video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    user-select: none;
}

.page__head-content {
    position: relative;
    max-width: 1620px;
    margin: 0 auto;
    min-height: 100%;
}


.head__content {
    position: relative;
    max-width: 1200px;
    margin: 15px auto;
    display: flex;
    flex-direction: column;
    min-height: 300px;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.page__head-medium .head__content {
    max-width: unset;
    min-height: 180px;
}
.page__head-medium.style-2 .head__content {
    min-height: 700px;
    padding-bottom: 140px;
}

.head__content .title {
    font-family: 'Cormorant Garamond';
    font-size: 130px;
    text-transform: uppercase;
    line-height: 100%;
    color: #fff;
    text-align: center;
    font-weight: 500;
    margin: 50px auto 30px auto;
}

.page__head-medium .head__content .title {
    font-size: 100px;
    margin-top: 10px;
}

.style-4 .head__content .title,
.style-3 .head__content .title {
    max-width: 974px;
    margin-top: 60px;
}


.head__content .slogan {
    color: var(--gold);
    text-transform: uppercase;
    font-size: 30px;
    line-height: 150%;
    text-align: center;
}
.head__content .text {
    color: #fff;
    border: 1px solid var(--gold);
    margin: 30px auto;
    padding: 30px 20%;
    width: 100%;
    max-width: 1000px;
    text-align: center;
    font-weight: 400;
}

.style-4 .head__content .text,
.style-3 .head__content .text {
    padding: 30px 15px;
    max-width: 790px;
}

.head__content .btn {
    max-width: 790px;
}



.page__head-medium {
    min-height: 410px;
}
.page__head-medium .page__head-bg { 
    height: 555px;
}

.page__head-large .page__head-content {
    min-height: 792px;
}
.page__head-large .page__head-bg {
    height: 980px;
}





.block__warning {
    border: 1px solid #3E4143;
    padding: 30px;
    text-align: center;
    font-family: 'Cormorant Garamond';
    font-size: 24px;
    margin: 80px 0;
    line-height: 150%;
}
.block__warning-small {
    padding: 10px;
    font-size: 16px;
    margin: 30px 0;
    font-family: 'Open Sans';
    max-width: 760px;
    border: 1px solid var(--gold);
    margin-top: 0;
}
.block__warning span {
    color: #BF3A3A;
}


.kama_breadcrumbs {

}
.kama_breadcrumbs a {
    color: #fff;
    text-decoration: none;
}
.kb_sep {
    color: #fff;
    font-family: monospace;
    font-size: 24px;
    display: inline-block;
    margin: 0 15px;
}
.kb_title {
    color: #AD9160;
}



.link-online-order {
    padding: 10px 15px;
    background-color: var(--gold);
    text-decoration: none;
    border-radius: 25px;
    display: inline-block;
    color: #ffffff;
    height: 42px;
    transition: all 300ms;
}

a.main__partner-button::after, 
.header-button--order::after, 
.link-online-order::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/arrowTopRight.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: text-top;
}
.header-button--order:hover::after {
    filter: invert(80%);
}


.header-button {
    border: 0;
    background-image: var(--gold-gradient);
    background-color: #C9AD7A;
    border-radius: 25px;
    padding: 15px 26px;
    height: fit-content;
    font-size: 17.4px;
    color: #fff;
    text-decoration: none;
    line-height: 120%;
    min-height: 50px;
    transition: all 400ms;
    cursor: pointer;
    text-align: center;
}

.header-button--menu:hover, 
.header-button--about:hover, 
.header-button--order:hover {
    background-image: var(--pink-gradient);
    background-color: #E4D2C7;
    color: #313133;
} 

.header__left {
    display: flex;
    gap: 15px;
}

.header__right {
    display: flex;
    gap: 10px;
}

.header-button.header-button--order {
    display: flex;
    gap: 69px;
    padding: 10px 15px;
    align-items: center;
}



.header__language {
    position: relative;
}
ul.header-language__selector {
    display: none;
    position: absolute;
    background-color: #E4D2C7;
    border: 1.5px solid #b39765;
    border-radius: 24px;
    list-style: none;
    margin: unset;
    padding: 15px 0;
    width: 100%;
    top: calc(100% + 10px);
}

.header__language.active ul.header-language__selector {
    display: block;
}

ul.header-language__selector a {
    padding: 6px 17px;
    display: block;
    color: #313133;
    text-decoration: unset;
    line-height: 120%;
}
ul.header-language__selector a:hover {
    background: #cbbaaf;
}

.header-button.header-button--language {
    background: transparent;
    border: 1px solid var(--gold);
    display: flex;
    gap: 9px;
    padding: 10px 17px;
    align-items: center;
    cursor: pointer;
}

.header-button.header-button--language span {
    text-transform: uppercase;
}

.header-button--language::after {
    display: inline-block;
    content: '';
    width: 10px;
    height: 20px;
    background: url(../images/arrowDown.svg) no-repeat center;
    vertical-align: middle;
}

.header__language.active .header-button--language::after {
    transform: rotate(180deg);
}

.main__header-logo {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    padding-top: 68px;
}

.main__header {
    position: relative;
    margin-top: -68px;
    background: var(--green);
}

.main__header-bg {
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    height: 658px;
    background-color: #000;
}


.main__header-bg .bg-helper::before,
.main__header-bg::before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/bg__header.png);
}

.main__header-bg .bg-helper {
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(../images/bg__header-gray.png);
}

.main__header-bg video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
}

.main__header-bg img {
    object-fit: cover;
    width: 100%;
    filter: grayscale(1);
}

.main__header-bottom {
    max-width: 1620px;
    margin: 215px auto 0;
    padding: 0 10px;
    display: flex;
    gap: 70px;
    padding-bottom: 93px;
    z-index: 2;
    position: relative;
}

.main__header-sub {
    max-width: 600px;
}

.header-button--menu {
    position: relative;
    width: 90px;
}

.header-button--menu span {
    display: block;
    width: 36px;
    height: 1.5px;
    background: #fff;
    position: absolute;
    top: 16px;
    transition: all 100ms linear;
}


body.menu-active .header-button--menu span {
    left: calc(50% - 10px);
    width: 18px;
    top: 23px;
}

body.menu-active .header-button--menu span:first-child {
    transform: rotate(-45deg);
}
body.menu-active .header-button--menu span:last-child {
    transform: rotate(45deg);
}

.header-button--menu span:last-child {
    top: 30px;
}

.main__header-title {
    color: #fff;
    font-family: 'Cormorant Garamond';
    font-size: 64.3px;
    text-transform: uppercase;
    line-height: 130%;
    z-index: 2;
}

.main__header-subtitle {
    color: #fff;
    font-size: 31px;
    text-transform: uppercase;
    line-height: 45px;
    margin-top: -7px;
    letter-spacing: 0.5px;
}

.main__header-bg::before {
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-position-x: 80%;
    height: 260px;
    top: unset;
    bottom: 0;
}

a.main__header-button {
    font-family: 'Cormorant Garamond';
    border: 1px solid var(--gold);
    text-transform: uppercase;
    padding: 9px 15px;
    color: var(--gold);
    text-decoration: none;
    border-radius: 25px;
    font-size: 22.2px;
    transition: all 300ms;
    background-color: transparent;
}
a.main__header-button:hover {
    background-color: var(--gold);
    color: var(--green);
}

.main__header-buttons {
    display: flex;
    gap: 15px;
    margin-top: 18px;
}


.header__menu {
    position: absolute;
    top: 0;
    width: 100%;
    min-height: 500px;
    background: #2F3F49;
    color: #fff;
    z-index: 99;
    padding: 170px 150px 100px 150px;
    display: none;
    max-width: 1920px;
}
body.admin-bar .header__menu {
    top: 32px;
}
body.menu-active .header__menu {
    display: block;
}
.header__menu .container {
    background: url(../images/mainLogo.svg) no-repeat right center;
    background-size: 340px;
    min-height: 600px;
}
.header__menu-title {
    font-family: 'Cormorant Garamond';
    font-size: 100px;
    line-height: 120%;
    
}

.header__menu .menu {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    margin: 0;
    margin-top: 34px;
    max-width: 850px;
}
.header__menu .menu li {
    display: block;
    border-top: 1px solid #AD9160;
}
.header__menu .menu li a {
    font-family: 'Cormorant Garamond';
    font-size: 45px;
    line-height: 120%;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 25px 0;
    display: block;
}
.header__menu .menu li a:hover {
    color: #BDA16F;
}











.main__industries {
    position: relative;
    max-width: 1620px;
    margin: 0 auto;
    margin-top: 100px;
}

.main__industries-bg {
    position: absolute;
    width: 100%;
    height: calc(100% + 150px);
    display: flex;
    z-index: 0;
    overflow: hidden;
}

.main__industries-bg img, 
.main__industries-bg video {
    position: absolute;
    width: 100%;
    max-width: 1620px;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}

.main__industries-bg::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: -2px;
    width: calc(100% + 4px);
    background-color: #ffffff;
    clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 1;
    height: 220px;
}

.main__industries-bg::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg__cloud-gray.png);
    background-size: cover;
}

.main__industries-logo {
    width: 100%;
    display: flex;
    position: absolute;
    z-index: 1;
    justify-content: center;
    height: 100%;
    background: url(../images/industriesLogo.svg) center no-repeat;
}

.main__industries-buttons {
    max-width: 1620px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    z-index: 3;
    position: relative;
    overflow: hidden;
}

a.main__industries-button {
    font-family: 'Cormorant Garamond';
    font-weight: 500;
    font-size: 45px;
    line-height: 100%;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--gold);
    border: 1px solid var(--gold);
    border-radius: 56px;
    padding: 15px;
    min-width: 450px;
    text-align: center;
    transition: all 300ms;
    background-color: transparent;
}
a.main__industries-button:hover {
    background-color: #2F3F49; 
}

.main__industries-container {
    width: 50%;
    margin-top: 113px;
    display: flex;
    justify-content: center;
    margin-bottom: 117px;
}

.main__services-triangle {
    clip-path: polygon(0 98%, 100% 0, 100% 100%, 0 100%);
    background: var(--green);
    height: 256px;
    margin-bottom: -1px;
}

.main__services-block {
    background: var(--green);
    margin-bottom: -1px;
    width: 50%;
    position: relative;
    text-decoration: none;
    min-height: 576px;
}

.main__services-container {
    background: var(--green);
}


.main__services-head {
    display: flex;
    max-width: 1620px;
    padding: 50px 0;
    gap: 30px;
    margin: 0 auto;
}

.main__services-title {
    font-family: 'Cormorant Garamon';
    font-weight: 500;
    font-size: 100px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
    width: calc(50% - 20px);
}

.main__services-content {
    max-width: 1620px;
    margin: 0 auto;
    display: flex;
    padding: 0 10px;
    gap: 25px;
}

.main__services-block-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.main__services-block-bg img {
    height: 100%;
    width: 100%;
}

.main__services-block-bg::before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background-color: #9a7d49;
    clip-path: polygon(0% 100%, 0% 10%, 100% 0%, 100% 90%);
    background-image: url(../images/servicesItem.svg);
    background-size: cover;
}

.main__services-blocks {
    display: flex;
    margin-top: 20px;
    gap: 25px;
}

.main__services-block-title {
    z-index: 1;
    color: #fff;
    position: relative;
    font-weight: 500;
    font-size: 30px;
    line-height: 150%;
    text-transform: uppercase;
    text-decoration: none;
    min-height: 90px;
    margin-top: 75px;
    padding-left: 16px;
}

.main__services-block-image {
    z-index: 1;
    position: relative;
    height: 260px;
}

.main__services-block-image img {
    object-fit: none;
}



.main__services-block-sub {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    padding: 0 15px 0;
    font-weight: 100;
    width: calc(100% - 45px);
    margin: 0;
    margin-top: -15px;
}

.main__services-block-sub p {
    margin: 0;
    margin-bottom: 5px;
}

.main__services-bottom-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    width: 50%;
}

.main__services-bottom {
    max-width: 1620px;
    margin: 0 auto;
    padding: 131px 0 97px 0;
    display: flex;
    gap: 25px;
    align-items: flex-start;
}

.main__services-bottom .btn {
    width: 50%;
}


.main__geo-bg {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    justify-content: center;
    display: flex;
    top: 0;
    z-index: 1;
}

.main__geo {
    position: relative;
    height: 980px;
    display: flex;
    justify-content: center;
    display: flex;
    justify-content: center;
}

.main__geo-bg img {
    object-fit: cover;
    width: 100%;
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 0% 100%);
}

.main__geo-bg video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
    width: 100%;
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 0% 100%);
}

.main__geo-content {
    max-width: 796px;
    margin: 0px auto;
    align-items: center;
    transform: skew(0deg, -7.5deg);
    border: 1px solid var(--gold);
    backdrop-filter: blur(3px);
    width: 100%;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    margin-top: 152px;
    padding-top: 94px;
    text-align: center;
    z-index: 2;
}

.main__geo-content > * {
    transform: skew(0deg, 7.5deg);
}

.main__geo-text-title {
    font-family: 'Cormorant Garamond';
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    margin-top: 34px;
    color: var(--gold);
}

.main__geo-title {
    font-family:'Cormorant Garamon';
    font-weight: 400;
    font-size: 110px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.main__geo-text-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #fff;
    margin-top: 19px;
    padding: 0 78px;
    font-weight: 100;
}

.main__geo-text-bottom {
    
    font-weight: 100;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: var(--gold);
    padding: 0 37px;
    margin-top: 36px;
    position: relative;
    padding-top: 17px;
    padding-bottom: 53px;
}

.main__geo-text-bottom:before {
    position: absolute;
    top: 0;
    margin: auto;
    content: '';
    background: var(--gold);
    width: 82px;
    height: 1px;
    left: 0;
    right: 0;
}

.main__info {
    background: #3E4143;
    position: relative;
    z-index: 0;
    display: flex;
    flex-wrap: wrap;
    max-width: 1920px;
    margin: -254px auto 0;
}

.main__info-block {
    width: 50%;
    overflow: hidden;
}

.main__info-block:nth-child(2n) {
    border-left: 30px solid var(--gold);
}

.main__info-block {
    width: calc(50% - 0px);
    padding-top: 254px;
    position: relative;
}

.main__info-block-percent-logo {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    margin-top: 43px;
}

.info-block__percent-title {
    font-family: times;
    font-weight: 400;
    font-size: 300px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    z-index: 2;
    position: relative;
    margin-top: 140px;
    letter-spacing: -35px;
    padding-right: 49px;
    color: var(--gold);
}

.info-block__percent-text {
    
    font-weight: 500;
    font-size: 24px;
    line-height: 27px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    margin-top: -35px;
}

.main__info-block.main__info-block--percent {
    background: #F8F0E8;
    padding-bottom: 234px;
    height: 100%;
}

.main__info-block-text-bg {
    position: absolute;
}

.info-block__text-title {
    font-family:'Cormorant Garamon';
    font-weight: 500;
    font-size: 100px;
    line-height: 100%;
    text-transform: uppercase;
    padding: 173px 125px 0;
    color: var(--gold);
    z-index: 3;
    position: relative;
}

.info-block__text-text {
    
    font-weight: 100;
    font-size: 20px;
    color: #fff;
    max-width: 505px;
    margin-left: 125px;
    margin-top: 27px;
    line-height: 28px;
    z-index: 3;
    position: relative;
}


.info-block__text-text p {
    margin-bottom: 25px;
}


.main__info-block.main__info-block--percent.main__info-block--container {
    padding-bottom: 181px;
    padding-top: 23px;
}

.main__info-block.main__info-list {
    padding-top: 83px;
    display: flex;
    flex-direction: column;
    gap: 45px;
    padding-bottom: 85px;
    background-color: #2F3F49;
}

.info__list-item {
    display: flex;
}

.info__list-item {
    display: flex;
    padding-left: 148px;
}

.info__list-item-title {
    font-family:'Cormorant Garamon';
    font-weight: 500;
    font-size: 30px;
    line-height: 150%;
    text-transform: uppercase;
    padding-left: 21px;
    color: #fff;
}

.info__list-item-text {
    padding-left: 21px;
    
    font-weight: 100;
    font-size: 16px;
    line-height: 100%;
    margin-top: 5px;
    max-width: 440px;
    line-height: 19px;
    color: #fff;
}

.main__info-block--container .main__info-block-percent-logo {
    margin-top: 133px;
}

.main__info-block--container .info-block__percent-text {
    margin-top: -16px;
}

.main__garant {
    position: relative;
}

.main__garant-bg {
    max-width: 1620px;
    position: absolute;
    width: 100%;
    margin: 230px auto;
    left: 0;
    right: 0;
    top: 0;
}

.main__garant-logo {
    position: absolute;
    z-index: 1;
    margin: auto;
    left: 0;
    right: 0;
    max-width: 530px;
    width: 100%;
    margin-top: 105px;
    transform: translate(34px, 0px);
    top: 0;
}

.main__garant-logo img {
    width: 100%;
    object-fit: contain;
}

.main__garant-content {
    display: flex;
    max-width: 1620px;
    margin: 0 auto;
    justify-content: space-between;
    margin-top: 0px;
    padding-top: 230px;
    z-index: 1;
    position: relative;
    margin-bottom: 238px;
}

.main__garant-title {
    padding: 0 31px;
    font-family:'Cormorant Garamon';
    font-weight: 500;
    font-size: 100px;
    line-height: 122px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 91px;
    max-width: 550px;
}

.main__garant-text {
    width: 469px;
    
    font-weight: 100;
    font-size: 20px;
    line-height: 27px;
    color: #fff;
    padding: 91px 50px 0 0;
}

.main__garant-text p {
    padding-bottom: 28px;
}

.main__partner {
    position: relative;
    clip-path: polygon(0 256px, 0 100%, 100% 100%, 100% 0%);
    padding-top: 256px;
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
    background-image: url(../images/mainPartner.png);
}

.main__partner-content {
    max-width: 1620px;
    margin: 0 auto;
    gap: 60px;
    display: flex;
    padding-bottom: 100px;
}

.main__partner-left {
    width: calc(49% - 30px);
}

.main__partner-right-title {
    font-family:'Cormorant Garamon';
    font-weight: 500;
    font-size: 100px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding-top: 50px;
    line-height: 121px;
    padding-left: 89px;
}

.main__partner-left-title {
    font-family:'Cormorant Garamon';
    font-weight: 500;
    font-size: 100px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
    padding-top: 60px;
}


.main__partner-left-subtitle {
    border: 1px solid #fff;
    padding: 21px 19px;
    color: #fff;
    margin-top: 55px;
    line-height: 21px;
    font-size: 16px;
}

.main__partner-left-text {
    background: #F8F0E8;
    margin-top: 29px;
    padding: 10px 27px;
    line-height: 42px;
    font-size: 16px;
    font-weight: 500;
}

.main__partner-left-text p {
    margin: 0 auto;
}

.btn {
    display: inline-flex;
    text-decoration: none;
    justify-content: center;
    border-radius: 25px;
    background: var(--gold-gradient);
    background-image: linear-gradient(90deg, #BDA16F, #977A45);
    color: #fff;
    align-items: center;
    gap: 6px;
    padding: 10px 20px;
    border: 1px solid var(--gold-gradient);
    transition: all 200ms;
    text-align: center;
}
.btn-border {
    border: 1px solid #fff;
}
.btn-block {
    width: 100%;
}
.btn:hover {
    background-image: var(--pink-gradient);
    background-color: #E4D2C7;
    color: #313133;
}

.btn-arrow::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/arrowTopRight.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: text-top;
}
.btn-arrow:hover::after {
    filter: invert(1);
}
.btn-beetween {
    justify-content: space-between;
}

.btn-arrow[data-scroll]::after {
    transform: rotate(136deg);
}




.header-button--order {

}

.header-button--order:hover {
    transform: scale(1.03);
}




.main__partner .btn {
    margin-top: 32px;
}

.main__contacts-content {
    max-width: 1620px;
    width: 100%;
    margin: 0 auto;
    padding-top: 80px;
    display: grid;
    grid-template-columns: 40% 37% 23%;
}

.main__contacts-contacts-title {
    font-family:'Cormorant Garamon';
    font-weight: 500;
    font-size: 100px;
    line-height: 100%;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 41px;
}

.main__contacts-contacts-item .icon {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: var(--gold-gradient);
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
}

.main__contacts-contacts-item .icon::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.icon.contacts-item--mail::before {
    background-image: url('../images/mail.svg');
}
.icon.contacts-item--phone::before {
    background-image: url('../images/phone.svg');
}
.icon.contacts-item--whatsapp::before {
    background-image: url('../images/whatsapp.svg');
}

.main__contacts-contacts-item {
    display: flex;
    align-items: center;
    
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    gap: 15px;
    margin-bottom: 30px;
}

.main__contacts-form-title {
    font-family: auto;
    font-weight: 400;
    font-size: 21px;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 6px;
}

form.main__contacts-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

input.main__contacts-form-input::placeholder {
    color: #ffffffb5;
}

input.main__contacts-form-input {
    background: var(--green);
    border: 0;
    border-radius: 26px;
    height: 54px;
    padding: 0 21px;
    
    font-weight: 100;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
}

button.main__contacts-form-submit {
    border: 0;
    border-radius: 26px;
    color: #fff;
    background: var(--gold-gradient);
    height: 55px;
    text-align: left;
    padding: 0 18px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main__contacts {
    background-color: #F8F0E8;
    background-image: url(../images/mainContacts.svg);
    background-size: cover;
}

footer.footer {
    max-width: 1620px;
    padding: 0 10px;
    margin: 0 auto;
}

.footer__left-logo {
    font-family: 'Cormorant Garamond';
    font-weight: 400;
    font-size: 105px;
    line-height: 100%;
    text-transform: uppercase;
    margin-top: 7px;
}

.footer__left {
    border-right: 1px solid var(--gold);
}

.footer__left-text {
    
    font-weight: 100;
    font-size: 16px;
    margin-top: 16px;
    line-height: 23px;
    max-width: 485px;
}

.footer__content {
    display: grid;
    grid-template-columns: 49% calc(51% - 1px);
    padding-top: 84px;
    border-bottom: 1px solid var(--gold);
}

.footer__right {

}

.footer__right .menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
        display: flex;
    flex-wrap: wrap;
}
.footer__right .menu {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 30px;
    padding-bottom: 20px;
}
.footer__right .menu li {
    width: 50%;
}
.footer__right .menu li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #313133;
    font-size: 20px;
    line-height: 140%;
}

/*
.footer__right-item {
    width: 50%;
    text-decoration: none;
    color: #313133;
    position: relative;
    padding-left: 31px;
    box-sizing: border-box;
    font-size: 20px;
    height: 57px;
}

a.footer__right-item:nth-child(2n) {
    padding-left: 26px;
}
*/

.footer__bottom {
    display: grid;
    grid-template-columns: 49% calc(50% - 1px);
    padding-bottom: 80px;
}

a.footer__bottom-item {
    text-decoration: none;
    color: #313133;
    font-size: 20px;
    padding-top: 29px;
}

a.footer__bottom-item:nth-child(2n) {
    padding-left: 40px;
}









.container {
    width: 100%;
    max-width: 1620px;
    margin: 0 auto;
}

.container *, 
.container *::before, 
.container *::after {
    box-sizing: border-box;
} 

.single__post {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    line-height: 130%;
    font-size: 16px;
    font-weight: 400;
    padding: 30px 0 0 0 ;
    box-sizing: border-box;
}

.single__post h1 {
    font-size: 64px;
    font-weight: 400;
    line-height: 120%;
    font-family: 'Cormorant Garamond';
}

.single__post h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 120%;
    font-family: 'Cormorant Garamond';
    text-transform: uppercase;
    margin: 30px 0;
    color: #333333;
}

.single__post-meta {
    margin: 25px auto;
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.post-meta-link {
    text-transform: uppercase;
    padding: 9px 15px;
    color: var(--gold);
    text-decoration: none;
    border-radius: 25px;
    border: 1px solid var(--gold);
    font-family: 'Cormorant Garamond';
    display: inline-block;
}
a.post-meta-link {
    cursor: pointer;
    background-color: transparent;
    transition: all 300ms;
}
a.post-meta-link:hover {
    background-color: var(--gold);
    color: #fff;
}

.single__post p {
    margin: 30px 0;
    color: #333333;
    border: 1px solid var(--gold);
    padding: 20px;
}

.single__post img {
    width: 100%;
}


.single__author {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 30px auto;
    width: fit-content;
}
.single__author img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
}
.single__author-text {
    font-family: 'Cormorant Garamond';
    font-weight: 500;
    text-align: left;
    line-height: 120%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.single__author-text .title {
    text-transform: uppercase;
    display: inline-block;
    font-size: 45px;
    line-height: 120%;
}
.single__author-text .name {
    font-size: 24px;
    
}





.tags__flex {
    display: flex;
    gap: 30px;
    margin: 30px auto;
    justify-content: center;
}
.tags__flex-item {
    width: calc(50% - 10px);
}

.tags__flex-item .title {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 40px;
    color: rgba(49, 49, 51, 1);
}

.tags__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
.tags__list-border {
    
}

.tags__list a {
    text-transform: uppercase;
    border: 1px solid var(--gold); 
    padding: 9px 15px;
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
    font-family: 'Cormorant Garamond';
    display: inline-block;
    background: #2F3F49;
    transition: all 400ms;
}
.tags__list a:hover {
    opacity: .8;
}
.tags__list-border a {
    color: var(--gold);
    background: unset;
    background-color: transparent;
    transition: all 300ms;
}
.tags__list-border a:hover {
    background-color: var(--gold);
    color: #fff;
}

.block__recomended {
    margin: 30px 0;
    padding-top: 1px;
}

.big__title {
    font-size: 100px;
    line-height: 100%;
    margin: 80px auto;
    text-align: center;
    text-transform: uppercase;
    color: #313133;
    font-family: 'Cormorant Garamond';
    font-weight: 500;
}

.main__hr {
    border: unset;
    height: 1px;
    width: 100%;
    background: linear-gradient(141.82deg, rgba(201, 173, 122, 0.4) 0%, rgba(173, 145, 96, 0.4) 100%);
}

.list__flex {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.post__card {
    width: calc(100% / 4 - 23px);
    background: #2F3F49;
    color: #fff;
}
.post__card img { 
    width: 100%;
    height: 299px;
    object-fit: cover;
    display: block;
}

.post__card-text {
    padding: 20px;
}
.post__card-text .title {
    color: #fff;
    display: block;
    text-decoration: unset;
    margin: 20px 0;
    font-family: 'Cormorant Garamond';
    font-size: 24px;
    line-height: 120%;
}
.post__card-text .description {
    line-height: 120%;
}


.list__flex-posts {
    row-gap: 80px;
    margin: 80px 0;
}
.list__flex-posts .post__card {
    color: #3E4143;
    background: #fff;
}
.list__flex-posts .post__card-text {
    border: 1px solid var(--gold);
}
.list__flex-posts .post__card-text .title {
    color: rgba(49, 49, 51, 1);
}




.nav-links, .wrap__pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start;
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-links span.page-numbers, 
.nav-links a.page-numbers {
    text-decoration: none;
    border-radius: 25px;
    display: inline-block;
    color: #ffffff;
    height: 42px;
    min-width: 42px;
    border: 1px solid var(--gold);
    transition: all 300ms;
    text-align: center;
    padding: 10px 20px;
}

.nav-links span.page-numbers {
    background-color: var(--gold);
}

.nav-links a.page-numbers {
    color: black;
}

.nav-links a.page-numbers:hover, 
.link-online-order:hover {
    opacity: .8;
}




.header__modal {
    position: fixed;
    z-index: 4;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #000000a8;
    display: none;
    max-width: 1920px;
}

body.header-menu-active.admin-bar .header {
    top: 32px;
}

body.header-menu-active .header {
    position: fixed;
    top: 0;
    max-width: 1620px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

body.header-menu-active .header-button--order {
    background-color: gray;
    background-image: unset;
}

body.header-menu-active .header-button--order:hover {
    color: #fff;
    opacity: .8;
}
body.header-menu-active .header-button--order:hover::after {
    filter: unset;
}

body.header-menu-active .header-button--order::after {
    background-image: url(../images/ic-cancel.svg);
}

.header__modal::before {
    background-color: #2f3f49;
    background-image: url(../images/page__uzor.svg);
    background-size: cover;
    content: '';
    width: 100%;
    height: 600px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.header__modal-content {
    min-height: 80svh;
    width: 100%;
    background: #fff;
}
 
.header__modal-content .h2 {
    font-family: 'Cormorant Garamond';
    font-size: 100px;
    text-transform: uppercase;
    line-height: 100%;
    color: #fff;
    text-align: center;
    font-weight: 500;
    margin: 10px auto 30px auto;
    position: relative;
    max-width: 1000px;
    margin-top: 200px;
}

.header__modal-content p {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
}




.cnvt__menu {
    display: flex;
    gap: 30px;
    margin: 30px 0;
    flex-wrap: wrap;
    justify-content: center;
}
.cnvt__menu-item {
    position: relative;
    padding-top: 170px;
    width: calc(100% / 4 - 23px);
}
.cnvt__menu-item img {
    width: calc(100% - 60px);
    height: 230px;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: -160px;
    clip-path: polygon( 0 15%,  100% 0, 100% 85%, 0% 100% );
    object-fit: cover;
    z-index: 1;
    filter: grayscale(1);
    transition: all 500ms;
}
.cnvt__menu-item .item,
.cnvt__menu-item a {
    height: 300px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    line-height: 150%;
    text-transform: uppercase;
    text-decoration: unset;
    font-family: 'Cormorant Garamond';
    padding: 20px;
    transition: all 500ms;
}


.cnvt__menu-item a:hover {
    transform: scale(1.05);
}

.cnvt__menu-item a:hover img {
    filter: grayscale(0);
}
.cnvt__menu-item .item .title,
.cnvt__menu-item a span {
    position: relative;
    z-index: 1;
    text-align: center;
    width: 100%;
}
.cnvt__menu-item a::after, 
.cnvt__menu-item a::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 90%;
    transform: skewY(-6deg);
    background: linear-gradient(91.23deg, #BDA16F 0%, #977A45 100%);
    z-index: 0;
}

.cnvt__menu-item a::after {
    background-image: url(../images/bg-uzor.svg);
    background-size: 52%;
    background-position: -33% 56%;
}

.cnvt__menu-item:nth-of-type(even) a::before {
    background: rgba(62, 65, 67, 1);
}





.auditors {

}
.auditors .h2 {
    font-size: 100px;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Cormorant Garamond';
}
.auditors__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 40px 0;
}
.auditors__list-item {
    width: calc(50% - 15px);
    position: relative;
    padding-top: 180px;
    padding-bottom: 120px;
}

.auditors__list-item::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 250px;
    transform: skewY(-6deg);
    background: url(../images/bg-uzor.svg), linear-gradient(91.23deg, #BDA16F 0%, #977A45 100%);
    z-index: 0;
    bottom: 50px;
}

.auditors__list-item:nth-of-type(2)::before,
.auditors__list-item:nth-of-type(3)::before {
    background: #3E4143 url(../images/bg-uzor.svg);
}

.auditors__list-item .image {
    position: absolute;
    top: 0;
    left: calc(50% - 225px);
}

.auditors__list-item .image::before {
    content: '';
    display: block;
    width: 100%;
    height: 46px;
    background-color: #ffffff;
    position: absolute;
    top: -1px;
    left: -1px;
    clip-path: polygon( 0 0%,  100% 0, 100% 2%, 0% 100% );
}

.auditors__list-item .image  img {
    display: block;
    width: 450px;
    height: 220px;
    object-fit: cover;
}
.auditors__list-item .title {
    position: relative;
    font-size: 45px;
    font-family: 'Cormorant Garamond';
    text-transform: uppercase;
    line-height: 120%;
    color: #fff;
    text-align: center;
    margin-top: 70px;
}
.auditors__list-item .text {
    position: relative;
    line-height: 120%;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}






.scroll-up {
    text-align: center;
    display: inline-block;
    padding: 7px 10px;
    font-size: 14px;
    line-height: 17px;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    border-radius: 3px;
    bottom: 30px;
    transition: bottom 2s;
    position: fixed;
    right: 30px;
    bottom: -500px;
    cursor: pointer;
    z-index: 10;
    min-width: 70px;
}

.scroll-up.active {
    bottom: 30px;
}

.scroll-up::before {
    content: '';
    border: 8px solid transparent;
    border-bottom: 10px solid #b7b7b7;
    display: block;
    width: 0px;
    margin: 4px auto;
    margin-top: -6px;
}




.main__info-block.main__info-block--left {
    background: #F8F0E8;
    padding-bottom: 280px;
    height: 100%;
}
.main__info-block.main__info-block--left .info-block__percent-title {
    font-size: 172px;
    letter-spacing: 0px;
    font-weight: 400;
    margin-top: 180px;
    padding: 0;
}

.main__info-block.main__info-block--left .main__info-block-percent-logo {
    margin-top: 0;
}

.main__info-block.main__info-block--left .info-block__percent-text {
    line-height: 120%;
    margin-top: -10px;
}




.main__info-block.main__info-block--right {
    background: var(--green) !important;
}

.main__info-block.main__info-block--right .main__info-block-percent-logo {
    margin-top: 125px;
    width: calc(100% - 50px);
}
.main__info-block.main__info-block--right .info-block__percent-title {
    font-size: 172px;
    letter-spacing: 0px;
    font-weight: 400;
    padding: 0;
    margin-top: 180px;
}

.main__info-block.main__info-block--right .info-block__percent-text {
    line-height: 120%;
    margin-top: -10px;
}


.custom .main__geo-bg {
    height: 100%;
}





.fake__tags {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    margin: 0 auto;
    margin-bottom: 15px;
    max-width: 520px;
}
.fake__tags span {
    border: 1px solid #F8F0E8;
    text-decoration: none;
    border-radius: 25px;
    color: #fff;
    align-items: center;
    text-align: center;
    color: #3E4143;
    padding: 10px 15px;
    display: inline-block;
}



.transporter__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 80px auto;
}
.transporter__list-item {
    width: calc(50% - 15px);
}
.transporter__list-item .title {
    font-size: 45px;
    font-family: 'Cormorant Garamond'; 
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.transporter__list-item .image {
    position: relative;
}
.transporter__list-item .image::before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    display: block;
    top: 0px;
    background-color: #977A45;
    clip-path: polygon(0% 100%, 0% 20%, 100% 0%, 100% 80%);
    background-image: url(../images/bg-uzor.svg), var(--gold-gradient);
}

.transporter__list-item:nth-of-type(2) .image::before,
.transporter__list-item:nth-of-type(3) .image::before {
    background-color: #3E4143;
    background-image: url(../images/bg-uzor.svg);
}
.transporter__list-item .image img {
    display: block;
    margin: 0 auto;
    position: relative; 
}




.animated:hover, 
.animated {
    background-color: var(--gold);
    background-size: 50px 50px;
    background-image: linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.2) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.2) 50%,
        rgba(255, 255, 255, 0.2) 75%,
        transparent 75%,
        transparent
    );
    animation: btn_animate 1s linear infinite;
    color: #fff;
    filter: unset;
    cursor: initial;
}

@keyframes btn_animate {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}





.wrap__contact {
    background-color: #2f3f49;
    background-image: url(../images/page__uzor.svg);
    background-size: cover;
    padding: 80px 0 90px 0;
}

.wrap__contact .title {
    display: flex;
    margin-bottom: 80px;
}
.wrap__contact .title span {
    width: 50%;
    font-size: 100px;
    font-family: 'Cormorant Garamond';
    color: #fff;
    text-transform: uppercase;
    line-height: 100%;
}
.wrap__contact .title span.center {
    text-align: center;
}

.form-mailing {
    width: 50%;
}
.form-mailing .message {
    color: #fff;
    margin: 20px 0 0 0;
    background: #ffffffe8;
    padding: 15px 20px;
    border-radius: 36px;
    display: none;
    position: absolute;
}
.form-mailing .message[data-type="error"] {
    color: red;
}

.form-mailing .btn {
    padding: 15px 20px;
    margin-top: 20px;
    font-size: 16px;
    box-shadow: 0px 10px 20px #ba9e6c4a;
}
.contact__flex {
    display: flex;
}

.contact__group {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}
.contact__group-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}


.contact__input input[type="email"], .contact__input input[type="tel"], .contact__input input[type="text"], .contact__input textarea, .contact__input select {
    background: #ffffff29;
    border-radius: 26px;
    font-weight: 500;
    padding: 17px;
    font-size: 16px;
    line-height: 100%;
    display: block;
    border: 1px solid var(--gold);
    color: #ffffff;
    width: 100%;
}
.contact__input select {
    
}
.contact__input select option {
    color: black;
}

option:checked { color: green; }

.contact__input textarea {
    height: 128px;
}

.contact__input input::placeholder {
    color: #ffffff82;
}

.contact__logo {
    text-align: center; 
    width: 50%;
}

.contact__logo img {
    margin-top: -30px;
}




body.single .contact__input input[type="email"] {
    background-color: #F8F0E8;
    color: #363639;
}
body.single .contact__input input[type="email"]::placeholder {
    color: #9f9f9f;
}



.form-mailing-green {
    width: unset;
}

.form-mailing-green .contact__input input[type="email"],
.form-mailing-green .contact__input input[type="tel"],
.form-mailing-green .contact__input input[type="text"] {
    background-color: var(--green);
    border: 1px solid var(--green);
}

.mailing-title {
    font-family: 'Cormorant Garamond';
    font-size: 21px;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 15px;
}


.wrap__modal {
    position: fixed;
    height: 100%;
    width: 100%;
    display: block;
    background: #0000009c;
    top: 0;
    z-index: 9999999999; 
    display: none;
}
.modal__flex {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.modal-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.modal {
    background: #F8F0E8;
    text-align: center;
    padding: 30px;
    width: 800px;
    position: relative;
}
.modal img {
    width: 145px;
}
.modal-close {
    position: absolute;
    right: 10px;
    top: 10px;
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid var(--gold);
    font-family: monospace;
    font-size: 36px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    color: #2f3f49;
}

.modal-text {

}
.modal-text .title {
    font-size: 30px;
    line-height: 150%;
    max-width: 520px;
    text-transform: uppercase;
    font-family: 'Cormorant Garamond';
    margin: 20px auto;
    color: var(--gold);
}
.modal-text .text {
    padding: 20px;
    border: 1px solid var(--gold);
    margin: 20px auto;
}





.supplies {
    padding: 80px 0;
    background: #3E4143;
    color: #fff;
    position: relative;
}

.supplies__bg {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
}
.supplies__bg::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: #0000008c;
    width: 100%;
    height: 100%;
}
.supplies__bg::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 360px;
    height: 472px;
    left: calc(50% - 180px);
    top: calc(50% - 236px);
    background-image: url(../images/image-supplies.png);
    background-repeat: no-repeat;
    background-position: center;
    backdrop-filter: blur(3px);
    clip-path: polygon(0% 100%, 0% 11%, 100% 0%, 100% 89%);
}
.supplies__bg video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.supplies .title {
    display: flex;
    position: relative;
    z-index: 1;
}
.supplies .title span {
    width: 50%;
    font-size: 100px;
    font-family: 'Cormorant Garamond';
    color: #fff;
    text-transform: uppercase;
    line-height: 100%;
}
.supplies .title span.center {
    text-align: center;
}
.supplies__list {
    max-width: 760px;
    display: flex;
    flex-direction: column;
    padding: 0;
    border-top: 1px solid var(--gold);
    margin: 50px 0 0px 0;
    list-style: none;
}
.supplies__list li {
    padding: 25px 0;
    border-bottom: 1px solid var(--gold);
}
.supplies__list li:last-child {
    border-bottom: 0;
}
.supplies__list span {
    color: var(--gold);
    font-family: 'Cormorant Garamond';
    font-size: 24px;
    display: inline-block;
    margin-right: 10px;
}
.supplies .btn {
    max-width: 760px;
}




.business {
    max-width: 1620px;
    position: relative;
    margin: 80px auto;
}

.business__bg {
    position: relative;
    height: 855px;
}
.business__bg img {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    filter: grayscale(1);
    object-fit: cover;
    object-position: top;
}
.business__bg::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-color: #00000005;
    background-image: url(../images/bg-uzor.svg);
    background-size: 20%;
    z-index: 1;
    opacity: .3;
}
.business__bg::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: -2px;
    width: calc(100% + 4px);
    background-color: #ffffff;
    clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 1;
    height: 220px;
}

.business__content {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    padding: 60px 50px;
}
.business__content .title {
    font-size: 100px;
    font-family: 'Cormorant Garamond';
    color: #313133;
    text-transform: uppercase;
    line-height: 100%;
}
.business__content .text {
    background-color: var(--gold);
    background-image: var(--gold-gradient);
    padding: 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 765px;
    margin: 30px 0;
}
.business__content .text p {
    margin: 0;
}