@font-face {
    font-family: "OldText";
    src: url(../fonts/Academy_Book.woff)
}

@font-face {
    font-family: "OldTitle";
    src: url(../fonts/Academy_Rough.woff)
}
.none{
    display: none !important;
}
@font-face {
    font-family: "Bold";
    src: url(../fonts/VelaSans-Bold.woff)
}

@font-face {
    font-family: "Medium";
    src: url(../fonts/VelaSans-Medium.woff)
}

@font-face {
    font-family: "Light";
    src: url(../fonts/VelaSans-Light.woff)
}

@font-face {
    font-family: "Regular";
    src: url(../fonts/VelaSans-Regular.woff)
}

@font-face {
    font-family: "Semi";
    src: url(../fonts/VelaSans-SemiBold.woff)
}
html{
    scroll-behavior: smooth;
}
/** {
    padding: 0;
    margin: 0;
    border: 0
}*/

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:focus, :active {
    outline: none
}

a:focus, a:active {
    outline: none
}

nav, footer, header, aside {
    display: block
}

html, body {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 18rem;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

input, button, textarea {
    font-family: inherit
}

input::-ms-clear {
    display: none
}

button {
    cursor: pointer;
    border: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a, a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

ul li, ul {
/*    list-style: none*/
}

li {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.header ul, .header li,
.footer ul, .footer li{
    padding: 0;
    margin: 0;
    list-style: none;
}


img {
    vertical-align: top
}

p {
    padding: 0;
    margin: 0;
    font-size: 18rem;
    line-height: 24rem;
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;

    word-break: normal;
    hyphens: none;
    overflow-wrap: anywhere;
}

a {
    color: inherit;
}

html {  scroll-padding-top: 80rem;}

section:not(.services) a {
    color: #97824d;
    text-decoration: underline;
}

:root {
    --bold: "Bold";
    --medium: "Medium";
    --light: "Light";
    --semi: "Semi";
    --regular: "Regular";
    --old-text: "OldText";
    --old-title: "OldTitle"
}

body {
    background-color: #f4f0e6;
    font-family: var(--regular);
    margin: 0 auto;
    max-width: 1920px;

    background-image: url(/wp-content/themes/great-ancestors/images/bg.webp);
    background-size: 100% auto;
}

a.politkonf {
    color: #97824d !important;
}

.element-animation {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px)
}

.element-animation.element-show {
    opacity: 1;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%)
}

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

.desk {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}
.middle{
    display: none !important;
}
.mob {
    display: none !important
}

.hidden {
    overflow: hidden
}

/*.about {
    width: 100%;
    position: relative;
    padding: 144px 0 0 0;
}
*/
header + section {
    width: 100%;
    position: relative;
    padding: 112rem 0 0 0
}

.about .container {
    max-width: 1140px;
}
.about__back {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 780px;
    z-index: 0
}

.article__back {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    z-index: -1;
}

.about__letter {
    width: 100%;
    position: absolute;
    top: 686px;
    left: 0;
    height: 203px;
    z-index: 1
}

.article__letter {
    width: 100%;
    position: absolute;
/*    top: 1080px;*/
/*    top: 1080rem;*/
/*    top: calc(100vw/1440*900 - 100rem);*/
    top: min(calc(100vw/1440*900 - 100rem), 1042rem);
    /*    top: calc(100vw/1440*900 - 125rem);*/

    left: 0;
    /*height: 203px;*/
    z-index: -1;
}

.about__body {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 48px
}

/*.about__body h1 {*/
/*    font-family: var(--old-title);*/
/*    font-size: 48px;*/
/*    font-weight: 400;*/
/*    line-height: 42px;*/
/*    letter-spacing: .02em;*/
/*    text-align: left;*/
/*    text-underline-position: from-font;*/
/*    -webkit-text-decoration-skip-ink: none;*/
/*    text-decoration-skip-ink: none;*/
/*    color: #97824d;*/
/*    text-transform: uppercase*/
/*}*/



.about__body-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 48px;
    background: #fff;
    padding: 48px;
    border: 1px solid #97824d;
    border-radius: 15px
}

.about__body-block-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0px
}

.about__body-block-info-lead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.about__body-block-info-lead img {
    width: 317px;
    height: 370px;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .2509803922);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .2509803922);
    border-radius: 90px 15px 15px 15px
}

.about__body-block-info-lead span {
    font-family: var(--old-text);
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #97824d;
    text-transform: uppercase
}

.about__body-block-info-lead p {
    font-family: var(--regular);
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #5c5c5c
}

.about__body-block-info-desc {
    width: 721px;
    padding: 74px 48px;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #a4905d;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.about__body-block-info-desc p {
    font-family: var(--regular);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: justify;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #5c5c5c
}

.about__body-block-info-desc-bot {
    position: absolute;
    width: 30px;
    height: 26px;
    bottom: 24px;
    left: 24px
}

.about__body-block-info-desc-top {
    position: absolute;
    width: 30px;
    height: 26px;
    top: 24px;
    right: 24px
}

.about__body-block-desc {
    font-family: var(--regular);
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: justify;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #5c5c5c
}

.advantages {
    background: #f8f8f8;
    padding-top: 124px;
    width: 100%;
    position: relative;
    overflow: hidden
}

.advantages__back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    height: 2200px;
    opacity: .15
}

.advantages__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 48px
}

.advantages__body-title {
    font-family: var(--old-title);
    font-size: 48px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: .02em;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #5c5c5c;
    text-transform: uppercase
}

.advantages__body-title span {
    color: #97824d
}

.advantages__body-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px
}

.advantages__body-block-item {
    position: relative;
    width: 658rem;
    height: 294rem;
    padding: 64rem 192rem 64rem 64rem;
    align-items: center;
    display: flex
}

.advantages__body-block-item img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

.advantages__body-block-item-text {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.advantages__body-block-item-text h3 {
    margin-top: 0;
    font-family: var(--old-text);
    font-size: 32px;
    font-weight: 400;
    line-height: 42px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #97824d;
    text-transform: uppercase
}

.advantages__body-block-item-text p {
    font-family: var(--regular);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: justify;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #5c5c5c;
    max-width: 457px;
}

.advantages__body-block-item-text a {
    margin-top: 16px;
    width: 230px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    background: -webkit-gradient(linear, left top, right top, from(#A04444), to(#A24040));
    background: linear-gradient(90deg, #A04444 0%, #A24040 100%);
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 24px 2px rgba(180, 109, 109, .5019607843);
    box-shadow: 0px 0px 24px 2px rgba(180, 109, 109, .5019607843);
    font-family: var(--old-text);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #f4f0e6;
    text-transform: uppercase
}

.advantages__body-block-item-text a svg {
    width: 12px;
    height: 12px
}

.article {
    width: 100%;
    padding: 124px 0 0 0;
    position: relative
}
.article .container{
    max-width: 1140px;
}
.article__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 48px;
    padding: 64px;
    width: 100%;
    border-radius: 15px;
    background: rgba(255, 255, 255, .9490196078);
    border: 1px solid rgba(151, 130, 77, .5019607843)
}

.article__body-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px
}

.article__body-info h1,
h1 {
    font-family: var(--old-title);
    letter-spacing: .02em;
    font-size: 48rem;
    font-weight: 400;
    line-height: 64rem;
    text-align: center;
    color: #97824d;
    text-transform: uppercase;
/*    margin-bottom: 24px;*/
}

.article__body-info-attr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px
}

.article__body-info-attr span {
    font-family: var(--regular);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: rgba(92, 92, 92, .5019607843)
}

.article__body img {
    width: 100%;
    height: 360px;
    border-radius: 15px;
    object-fit: cover;
}

.article__body img.size-full {
    width: auto;
    height: auto;
/*    border-radius: 0;*/
    border-radius: 25rem;
}

.aligncenter {
    text-align: center;
}

img.aligncenter {
    display: block;
    margin: 0 auto;
}

.article__body-desc {
    font-family: var(--regular);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: justify;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #5c5c5c;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.article__body-desc span {
    font-family: var(--bold);
/*    font-weight: 700*/
}

.article__body-desc a {
    color: #97824d;
    text-decoration: underline
}

.article__body table {
    border: 1px solid #97824d;
    border-collapse: collapse
}

.article__body td {
    border: 1px solid #97824d;
    border-collapse: collapse
}

.article__body tr {
    min-height: 174px
}

.article__body .article__body-table-name {
    width: 171px;
    padding-left: 24px;
    height: 100%;
    font-family: var(--regular);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #5c5c5c
}

.article__body .article__body-table-info {
    width: 357px;
    padding-left: 24px;
    height: 100%;
    font-family: var(--regular);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #5c5c5c
}

.article__body .article__body-table-desc {
    padding: 24px;
    width: 682px;
    font-family: var(--regular);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: rgba(92, 92, 92, .6980392157)
}

.article__body .article__body-table-desc span {
    color: #5c5c5c
}

.articles {
    width: 100%;
    padding: 124px 0 86px 0;
    position: relative;
    background: #F4F0E6;
}

.articles__letter {
    position: absolute;
    bottom: -104rem;
    left: 0;
    width: 100%;
    /*height: 140px;*/
    z-index: 99
}

.articles__body {
    position: relative;
    z-index: 5;

}
.articles__body-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 23px;
    max-height: 303px;
    overflow: hidden;
}
/*.articles__body h1 {*/
/*    width: 100%;*/
/*    font-family: var(--old-title);*/
/*    font-size: 48px;*/
/*    font-weight: 400;*/
/*    line-height: 42px;*/
/*    letter-spacing: .02em;*/
/*    text-align: center;*/
/*    text-underline-position: from-font;*/
/*    -webkit-text-decoration-skip-ink: none;*/
/*    text-decoration-skip-ink: none;*/
/*    color: #97824d;*/
/*    margin-bottom: 24px;*/
/*    text-transform: uppercase*/
/*}*/

.articles__body-item {
    width: 431px;
    height: 303px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    border: 1px solid rgba(151, 130, 77, .5019607843);
    border-radius: 15px;
    padding: 32px
}

.articles__body-item-img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    border-radius: 15px
}

.articles__body-item-grad {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(60.11%, #FFFFFF), color-stop(105.02%, rgba(255, 255, 255, 0.01)));
    background: linear-gradient(0deg, #FFFFFF 60.11%, rgba(255, 255, 255, 0.01) 105.02%);
    border-radius: 15px
}

.articles__body-item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 43px;
    position: relative;
    z-index: 3;
    width: 100%;
}

.articles__body-item-info-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px
}

.articles__body-item-info-top span {
    font-family: var(--old-text);
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #97824d;
    text-transform: uppercase
}

.articles__body-item-info-top p {
    font-family: var(--regular);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #5c5c5c
}

.articles__body-item-info-bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.articles__body-item-info-bot button {
    font-family: var(--regular);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #5c5c5c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    background: transparent;
}

.articles__body-item-info-bot button svg {
    width: 13px;
    height: 12px
}

.articles__body-item-info-bot-attr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px
}

.articles__body-item-info-bot-attr span {
    font-family: var(--regular);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: rgba(92, 92, 92, .5019607843)
}

.articles__body .articles__body-btn-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.articles__body-btn {
    width: 230px;
    height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: -webkit-gradient(linear, left top, right top, from(#A04444), to(#A24040));
    background: linear-gradient(90deg, #A04444 0%, #A24040 100%);
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 24px 2px rgba(180, 109, 109, .5019607843);
    box-shadow: 0px 0px 24px 2px rgba(180, 109, 109, .5019607843);
    font-family: var(--old-text);
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #f4f0e6;
    text-transform: uppercase;
    -ms-flex-item-align: center;
    align-self: center
}

.blog {
    width: 100%;
    padding: 144px 0 124px 0;
    position: relative
}

.blog__back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: inherit;
    z-index: -1
}

.blog__letter {
    position: absolute;
    bottom: -94px;
    left: 0;
    width: 100%;
    height: 203px;
    z-index: 2
}

.blog__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 48px
}

.blog__body-title {
    font-family: var(--old-title);
    font-size: 48px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: .02em;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #97824d;
    text-transform: uppercase
}

.blog__body .splide {
    width: 100%;
    padding-left: 50px
}

.blog__body .splide .splide__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    position: absolute;
    top: -69px;
    right: 50px
}

.blog__body .splide .splide__arrows .splide__arrow {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(164, 144, 93, .6);
    -webkit-transform: translateY(1);
    -ms-transform: translateY(1);
    transform: translateY(1);
    position: static
}

.blog__body .splide .splide__arrows .splide__arrow svg {
    width: 15px;
    height: 12px;
    fill: none
}

.blog__body .splide__slide {
    width: 938px !important;
    height: 464px;
    position: relative;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 64px;
    border: 1px solid rgba(151, 130, 77, .5019607843);
    margin-right: 32px
}

.blog__body .splide__slide-img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    border-radius: 15px
}

.blog__body .splide__slide-grad {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(46.78%, #FFFFFF), color-stop(105.12%, rgba(255, 255, 255, 0.01)));
    background: linear-gradient(0deg, #FFFFFF 46.78%, rgba(255, 255, 255, 0.01) 105.12%);
    border-radius: 15px
}

.blog__body .splide__slide-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    z-index: 2
}

.blog__body .splide__slide-text-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.blog__body .splide__slide-text-info-name {
    font-family: var(--old-text);
    font-size: 32px;
    font-weight: 400;
    line-height: 42px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #97824d;
    text-transform: uppercase
}

.blog__body .splide__slide-text-info-desc {
    font-family: var(--regular);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #5c5c5c;
    max-width: 433px
}

.blog__body .splide__slide-text-info-soft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px
}

.blog__body .splide__slide-text-info-soft span {
    font-family: var(--regular);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: rgba(92, 92, 92, .5019607843)
}

.blog__body .splide__slide-text a {
    width: 230px;
    height: 60px;
    border-radius: 15px;
    background: -webkit-gradient(linear, left top, right top, from(#A04444), to(#A24040));
    background: linear-gradient(90deg, #A04444 0%, #A24040 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0px 0px 24px 2px rgba(180, 109, 109, .5019607843);
    box-shadow: 0px 0px 24px 2px rgba(180, 109, 109, .5019607843);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    font-family: var(--old-text);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #f4f0e6;
    text-transform: uppercase
}

.blog__body .splide__slide-text a svg {
    width: 12px;
    height: 12px
}

/*.contact {
    width: 100%;
    padding: 144px 0 124px 0;
    position: relative
}*/
.contact .container {
    max-width: 1140px;
}
.contact__back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    height: inherit
}

.contact__letter {
    position: absolute;
    bottom: -94px;
    left: 0;
    width: 100%;
    height: 203px;
    z-index: 2
}

.contact__body {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 48px
}

/*.contact__body h1 {*/
/*    font-family: var(--old-title);*/
/*    font-size: 48px;*/
/*    font-weight: 400;*/
/*    line-height: 42px;*/
/*    letter-spacing: .02em;*/
/*    text-align: left;*/
/*    text-underline-position: from-font;*/
/*    -webkit-text-decoration-skip-ink: none;*/
/*    text-decoration-skip-ink: none;*/
/*    color: #97824d;*/
/*    text-transform: uppercase*/
/*}*/

.contact__body-block {
    background: #fff;
    border: 1px solid #97824d;
    border-radius: 15px;
    padding: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
    width: 100%
}

.contact__body-block-desc {
    font-family: var(--regular);
    /*font-size: 18px;*/
    font-weight: 400;
    /*line-height: 24px;*/
    text-align: justify;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #5c5c5c
}

.contact__body-block-info {
    display: flex;
    gap: 48px;
    padding-bottom: 32rem;
}

.contact__body-block-info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px
}

.contact__body-block-info-item p {
    font-family: var(--regular);
    /*font-size: 16px;*/
    font-weight: 400;
    /*line-height: 24px;*/
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #5c5c5c
}

.contact__body-block-info-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-family: var(--seni);
    /*font-size: 16rem;*/
    font-weight: 600;
    /*line-height: 24rem;*/
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #5c5c5c
}

.contact__body-block-info-item a svg {
    width: 24px;
    height: 24px
}

.feedback {
    width: 100%;
    padding-top: 64px;
    overflow: hidden;
    background: #f8f8f8;
    position: relative
}

.feedback__back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    height: 2200px;
    opacity: .15
}

.feedback__body {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 63px 64px 48px 64px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 48px;
    position: relative;
    border-radius: 15px;
    z-index: 2
}

.feedback__body-back {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0
}

.feedback__body-img {
    width: 321px;
    height: 419px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom-right-radius: 15px
}

.feedback__body-block {
    width: 100%;
    padding: 64px 64px 48px 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 48px;
    background: #fff;
    border-radius: 15px
}

.feedback__body-block-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px
}

.feedback__body-block-info h2 {
    font-family: var(--old-text);
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    margin: 0;
    text-align: left;
    text-transform: uppercase;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #97824d
}

.feedback__body-block-info p {
    font-family: var(--regular);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    max-width: 369px;
    color: #5c5c5c;
    text-align: justify !important;
}

.feedback__body-block-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.feedback__body-block-form-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px
}

.feedback__body-block-form-wrap input {
    width: 220px;
    height: 52px;
    background: rgba(0, 0, 0, 0);
    border-radius: 15px;
    border: 1px solid #5c5c5c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
    font-family: var(--light);
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #5c5c5c
}
.feedback__body-block-form-wrap input.error {
    border-color: #A24040;
}
.feedback__body-block-form-wrap input.error::placeholder {
    color: #A24040;
}
.feedback__body-block-form-email {
    width: 456px;
    height: 52px;
    background: rgba(0, 0, 0, 0);
    border-radius: 15px;
    border: 1px solid #5c5c5c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
    font-family: var(--light);
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #5c5c5c
}
.feedback__body-block-form-email.error{
    border-color: #A24040;
}
.feedback__body-block-form-email.error::placeholder {
    color: #A24040;
}
.button__wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
.button__wrap .checkbox{
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}
.button__wrap .checkbox input{
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.button__wrap .checkbox span{
    width: 16px;
    height: 16px;
    border-radius: 2px;
    background: transparent;
    border: 1px solid #97824d;
    transition: all 0.3s ease;
}
.button__wrap .checkbox:has(input:checked) span{
    background: #97824d;
}
.button__wrap p{
    font-size: 14px;
    line-height: 18px;
    text-align: start;
    font-weight: 400;
}
.button__wrap p a{
    text-decoration: underline;
    position: relative;
    z-index: 1;
}
.feedback__body-block-form-btn {
    width: 456px;
    height: 68px;
    background: -webkit-gradient(linear, left top, right top, from(#A04444), to(#A24040));
    background: linear-gradient(90deg, #A04444 0%, #A24040 100%);
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0px 0px 24px 2px rgba(180, 109, 109, .5019607843);
    box-shadow: 0px 0px 24px 2px rgba(180, 109, 109, .5019607843);
    font-family: var(--old-text);
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #f4f0e6;
    text-transform: uppercase;
    margin-top: 8px
}

.diff__feedback {
    padding-top: 124px
}

.footer {
    width: 100%;
    padding: 124px 0px 64px 0px;
    position: relative;
    overflow: hidden;
    background: #f8f8f8
}

.footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 64px;
    padding: 0 170px;
    position: relative;
    z-index: 1
}

.footer__back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    height: 2200px;
    opacity: .15
}

.footer__body {
    padding-top: 49px;
    width: 100%;
    border-top: 1px solid #5c5c5c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer__body-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px
}

.footer__body-start-logo {
    width: 230px;
    height: 80px
}

.footer__body-start-logo img {
    width: 100%;
    height: 100%
}

.footer__body-start-btn {
    width: 230px;
    height: 54px;
    background: -webkit-gradient(linear, left top, right top, from(#A04444), to(#A24040));
    background: linear-gradient(90deg, #A04444 0%, #A24040 100%);
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0px 0px 24px 2px rgba(180, 109, 109, .5019607843);
    box-shadow: 0px 0px 24px 2px rgba(180, 109, 109, .5019607843);
    font-family: var(--old-text);
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #f4f0e6;
    text-transform: uppercase
}

.footer__body-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px
}

.footer__body-menu span {
    font-family: var(--semi);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #5c5c5c
}

.footer__body-menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.footer__body-menu-list li {
    font-family: var(--regular);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #5c5c5c;
    max-width: 190px
}

.footer__body-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px
}

.footer__body-contact span {
    font-family: var(--semi);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #5c5c5c
}

.footer__body-contact-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 18px
}

.footer__body-contact-items-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px
}

.footer__body-contact-items-item p {
    font-family: var(--regular);
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #5c5c5c
}

.footer__body-contact-items-item a {
    font-family: var(--regular);
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #5c5c5c
}

.footer__soft {
    flex-direction: column;
}

.menuHidden {
    display: none !important;
}

.footer__soft div,
.header__mobile-soft div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.footer__soft div:nth-child(2),
.footer__soft div:nth-child(3),
.header__mobile-soft div:nth-child(2),
.header__mobile-soft div:nth-child(3) {
    justify-content: center;
    font-size: 0.8em;
    line-height: 1.4em;
}

.footer__soft div span,
.header__mobile-soft div span {
    font-family: var(--regular);
    font-size: 14rem;
    font-weight: 400;
    line-height: 24rem;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(92, 92, 92, .6);
    text-align: center;
}

.footer__soft div:nth-child(2) span,
.footer__soft div:nth-child(3) span,
.header__mobile-soft div:nth-child(2) span,
.header__mobile-soft div:nth-child(3) span {
    font-size: 0.8em;
}

.paykeeperCont {
    padding-top: 10rem;
}

.paykeeperCont img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
}

#paykeeper_form-global_wrapper {
    background: #fefefe !important;
}

#paykeeper_form-main {
    position: inherit !important;
    background-color: #fefefe !important;
    padding-bottom: 80rem !important;
}

paykeeper_form-form {
    padding-top: 0 !important;
}

#paykeeper_form-article {
    margin: 0 auto !important;
    padding-bottom: 50rem !important;
    background-color: #fefefe !important;
}

#paykeeper_form-select-payment {
    padding-bottom: 50rem;
}

#paykeeper_form-main h1 {
    text-align: center !important;
}

#paykeeper_form-global_wrapper .paykeeper_form-fieldv2:placeholder-shown + label {
    top: 19rem !important;
}

.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 13, 13, 0.01)), to(rgba(18, 18, 18, 0.01)));
    background: linear-gradient(180deg, rgba(13, 13, 13, 0.01) 0%, rgba(18, 18, 18, 0.01) 100%);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-top: 17px;
    padding-bottom: 15px;
    z-index: 100;
}

.header__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.header__body-menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 38px
}

.header__body-menu-list li {
    font-family: var(--medium);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #5c5c5c;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    display: flex;
    align-items: center;
    gap: 2px;
}
.header__body-menu-list li .sub-menu{
    border-radius: 20px;
    left: 0;
    max-height: 0rem;
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: absolute;
    top: 42px;
    z-index: 1000;
    padding: 0 8px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    left: 0;
    overflow: hidden;
    border: 0px solid transparent;
/*    background: linear-gradient(180deg, rgba(13, 13, 13, 0.01) 0%, rgba(18, 18, 18, 0.01) 100%);*/
    background-color: rgba(237, 236, 230, 0.8);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}
.header__body-menu-list li .sub-menu.active{
    padding: 8px;
    max-height: 800px;
}
.header__body-menu-list li svg{
    width: 16px;
    height: 16px;
    transition: all 0.5s ease;
}

.sub-menu a {
    text-wrap: nowrap;
}

.li-active svg{
    rotate: 180deg;
}
.li-active svg path {
    stroke: #97824d;
}
.header__body-menu-list li:hover {
    color: #97824d
}

.header__body-logo {
    width: 48px;
    height: 48px
}

.header__body-logo img {
    width: 100%;
    height: 100%
}

.header__body-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px
}

.header__body-contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-family: var(--medium);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: right;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #5c5c5c
}

.header__body-contact-item svg {
    width: 24px;
    height: 24px
}

.main {
    width: 100%;
    padding: 144px 0 616px 0;
    position: relative
}

.main__back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.main__letter {
    position: absolute;
    bottom: -94rem;
    left: 0;
    width: 100%;
/*    height: 203px;*/
    z-index: 2
}

.main__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px
}

.main__body-logo {
    width: 653px;
    height: 243px
}

.main__body p {
    font-family: var(--old-text);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #5c5c5c;
    max-width: 272px;
    margin-top: 24px;
    text-transform: uppercase
}

.main__body a {
    width: 251px;
    height: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: -webkit-gradient(linear, left top, right top, from(#A04444), to(#A24040));
    background: linear-gradient(90deg, #A04444 0%, #A24040 100%);
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 24px 2px rgba(180, 109, 109, .5019607843);
    box-shadow: 0px 0px 24px 2px rgba(180, 109, 109, .5019607843);
    font-family: var(--old-text);
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #f4f0e6;
    text-transform: uppercase
}

.portfolio {
    width: 100%;
    padding: 124px 0;
    position: relative;
    background: #F4F0E6;
}

.portfolio__letter {
    position: absolute;
    bottom: -94px;
    left: 0;
    width: 100%;
    height: 203px;
    z-index: 2
}

.portfolio__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px
}

.project__item {
    width: 100%;
    height: auto;
/*    padding: 38rem 48rem;*/
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 24px;
/*    border-radius: 15px;*/
    z-index: 0;
}

.project__item div.descr {
    display: flex;
    flex-direction: column;
    justify-content: center;
/*    gap: 24px;*/
}

.project__item img {
/*    width: 100%;
    height: 100%;*/
/*    position: absolute;
    top: 0;
    left: 0;*/
    z-index: -1;
/*    border-radius: 15px*/
}

.project__item {
    margin-top: 24rem;
    padding-bottom: 24rem;
/*    border: 1rem solid #a4905d;
    border-radius: 15rem;*/
/*    font-size: 16rem;
    line-height: 22rem;*/
}

.project__item span,
h2 {
    font-family: var(--old-title);
    font-size: 32px;
    font-weight: 400;
    line-height: 42px;
    text-align: center;
    margin-top: 48rem;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #97824d;
    text-transform: uppercase;
}

h3 {
    font-family: var(--old-title);
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    margin-top: 32rem;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #97824d;
    text-transform: uppercase;
}

h4 {
    font-family: var(--old-title);
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    margin-top: 24rem;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #97824d;
    text-transform: uppercase;
}


.project__item p {
/*    max-width: 768px;*/
    font-family: var(--regular);
    font-size: 14rem;
    font-weight: 400;
    line-height: 22rem;
    text-align: justify;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #5c5c5c
}

/*.project {
    width: 100%;
    padding: 126px 0 124px 0;
    position: relative;
}*/
.project .container{
    max-width: 1140px;
}
.project__letter {
    position: absolute;
    bottom: -94px;
    left: 0;
    width: 100%;
    height: 203px;
    z-index: 2
}

.project__back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    height: inherit
}

.project__body {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 48px
}

.project__body p {
    padding-bottom: 14rem;
}

/*.project__body h1 {*/
/*    font-family: var(--old-title);*/
/*    font-size: 48px;*/
/*    font-weight: 400;*/
/*    line-height: 42px;*/
/*    letter-spacing: .02em;*/
/*    text-align: left;*/
/*    text-underline-position: from-font;*/
/*    -webkit-text-decoration-skip-ink: none;*/
/*    text-decoration-skip-ink: none;*/
/*    color: #97824d;*/
/*    text-transform: uppercase*/
/*}*/

.project__body-block {
    padding: 55rem 65rem 55rem 70rem;
    background: rgba(255, 255, 255, .9490196078);
    border-radius: 15px;
/*    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;*/
    border: 1px solid #97824d
}

.project__body-block>p {
    width: 100%;
    font-family: var(--regular);
    font-size: 18rem;
    font-weight: 400;
    line-height: 24rem;
    text-align: justify;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #5c5c5c;
    text-align: justify;
}


/** {
    padding: 0;
    margin: 0;
    border: 0
}*/

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

:focus, :active {
    outline: none
}

a:focus, a:active {
    outline: none
}

nav, footer, header, aside {
    display: block
}

html, body {
    height: 100%;
    width: 100%;
    /*font-size: 100%;*/
    line-height: 1;
    /*font-size: 14px;*/
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

input, button, textarea {
    font-family: inherit
}

input::-ms-clear {
    display: none
}

button {
    cursor: pointer
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a, a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

/*ul li {
    list-style: none
}*/

img {
    vertical-align: top
}

.review {
    width: 100%;
    padding: 64px 0 124px 0;
    position: relative
}

.review__letter {
    position: absolute;
    bottom: -94px;
    left: 0;
    width: 100%;
    height: 203px;
    z-index: 2
}

.review__body {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 48px
}

.review__body h2 {
    font-family: var(--old-title);
    font-size: 48px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: .02em;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #97824d;
    text-transform: uppercase
}

.review__body .splide {
    width: 100%
}

.review__body .splide .splide__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    position: absolute;
    top: -69px;
    right: 0px
}

.review__body .splide .splide__arrows .splide__arrow {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(164, 144, 93, .6);
    -webkit-transform: translateY(1);
    -ms-transform: translateY(1);
    transform: translateY(1);
    position: static
}

.review__body .splide .splide__arrows .splide__arrow svg {
    width: 15px;
    height: 12px;
    fill: none
}

.review__body .splide__slide {
    width: 431px !important;
    margin-right: 24px !important;
    border-radius: 15px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    padding: 48px;
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content
}

.review__body .splide__slide-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px
}

.review__body .splide__slide-top img {
    width: 64px;
    height: 64px
}

.review__body .splide__slide-top-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px
}

.review__body .splide__slide-top-info span {
    font-family: var(--old-text);
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #97824d;
    text-transform: uppercase
}

.review__body .splide__slide-top-info p {
    font-family: var(--regular);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #5c5c5c
}

.review__body .splide__slide-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px
}

.review__body .splide__slide-desc span {
    font-family: var(--medium);
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #5c5c5c
}

.review__body .splide__slide-desc p {
    font-family: var(--regular);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #5c5c5c
}

.review__body .splide__slide-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px
}

.review__body .splide__slide-images img {
    width: 99px;
    height: 99px
}

body.home .services {
    padding-top: 124rem;
    width: 100%;
    position: relative;
}

.services {
    padding-bottom: 70rem;
}

.services__back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    height: 2200rem;
    opacity: .15
}

.services__letter {
    position: absolute;
    bottom: -94px;
    left: 0;
    width: 100%;
    height: 203px;
    z-index: 2
}

.services__back-diff {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    height: 100%
}

.services__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 48px;
    position: relative;
    z-index: 1
}

.services__body-title {
    font-family: var(--old-title);
    font-size: 48px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: .02em;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #97824d;
    text-transform: uppercase
}

.services__body-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px
}

.services__body-block-item {
    position: relative;
    width: 658px;
    height: 386px;
    padding-left: 64px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.services__body-block-item img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

.services__body-block-item-text {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    max-width: 360rem;
}

.services__body-block-item-text h3 {
    font-family: var(--old-text);
    font-size: 32px;
    font-weight: 400;
    line-height: 42px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #97824d;
    text-transform: uppercase
}

.services__body-block-item-text p {
    font-family: var(--regular);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #5c5c5c
}

.services__body-block-item-text a {
    margin-top: 16px;
    width: 230px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    background: -webkit-gradient(linear, left top, right top, from(#A04444), to(#A24040));
    background: linear-gradient(90deg, #A04444 0%, #A24040 100%);
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 24px 2px rgba(180, 109, 109, .5019607843);
    box-shadow: 0px 0px 24px 2px rgba(180, 109, 109, .5019607843);
    font-family: var(--old-text);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #f4f0e6;
    text-transform: uppercase
}

.services__body-block-item-text a svg {
    width: 12px;
    height: 12px
}

@media (max-width: 11920px) {
    html {
/*        font-size: calc(100vw / 1920);*/
        font-size: 1px;
    }

    body {
        background-color: #f4f0e6;
        font-family: var(--regular);
        margin: 0 auto
    }

    .container {
        max-width: 1340rem;
        margin: 0 auto;
        width: 100%
    }

    .about .container {
        max-width: 1140rem;
    }
    .about__back {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 780rem;
        z-index: 0
    }

    .about__letter {
        width: 100%;
        position: absolute;
        top: 686rem;
        left: 0;
        height: 203rem;
        z-index: 1
    }

    .about__body {
        position: relative;
        z-index: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 48rem
    }

    .about__body-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 48rem;
        background: #fff;
        padding: 48rem;
        border: 1rem solid #97824d;
        border-radius: 15rem
    }

    .about__body-block-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0rem
    }

    .about__body-block-info-lead {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16rem
    }

    .about__body-block-info-lead img {
        width: 317rem;
        height: 370rem;
        -webkit-box-shadow: 0rem 4rem 4rem 0rem rgba(0, 0, 0, .2509803922);
        box-shadow: 0rem 4rem 4rem 0rem rgba(0, 0, 0, .2509803922);
        border-radius: 90rem 15rem 15rem 15rem
    }

    .about__body-block-info-lead span {
        font-family: var(--old-text);
        font-size: 24rem;
        font-weight: 400;
        line-height: 32rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #97824d;
        text-transform: uppercase
    }

    .about__body-block-info-lead p {
        font-family: var(--regular);
        font-size: 16rem;
        font-weight: 400;
        line-height: 18rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c
    }

    .about__body-block-info-desc {
        width: 721rem;
        padding: 74rem 48rem;
        background: rgba(0, 0, 0, 0);
        border: 1rem solid #a4905d;
        border-radius: 15rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative
    }

    .about__body-block-info-desc p {
        font-family: var(--regular);
        font-size: 14rem;
        font-weight: 400;
        line-height: 20rem;
        text-align: justify;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c
    }

    .about__body-block-info-desc-bot {
        position: absolute;
        width: 30rem;
        height: 26rem;
        bottom: 24rem;
        left: 24rem
    }

    .about__body-block-info-desc-top {
        position: absolute;
        width: 30rem;
        height: 26rem;
        top: 24rem;
        right: 24rem
    }

    .about__body-block-desc {
        font-family: var(--regular);
        /*font-size: 18rem;*/
        font-weight: 400;
        /*line-height: 24rem;*/
        text-align: justify;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c
    }

    .advantages {
        background: #f8f8f8;
        padding-top: 124rem;
        width: 100%;
        position: relative;
        overflow: hidden
    }

    .advantages__back {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 0;
        height: 2200rem;
        opacity: .15
    }

    .advantages__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 48rem
    }

    .advantages__body-title {
        font-family: var(--old-title);
        font-size: 48rem;
        font-weight: 400;
        line-height: 42rem;
        letter-spacing: .02em;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c;
        text-transform: uppercase
    }

    .advantages__body-title span {
        color: #97824d
    }

    .advantages__body-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 24rem
    }

    .advantages__body-block-item img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0
    }

    .advantages__body-block-item-text {
        position: relative;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16rem
    }

    .advantages__body-block-item-text h3 {
        font-family: var(--old-text);
        font-size: 32rem;
        font-weight: 400;
        line-height: 42rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #97824d;
        text-transform: uppercase
    }

    .advantages__body-block-item-text p {
        font-family: var(--regular);
        font-size: 16rem;
        font-weight: 400;
        line-height: 24rem;
        text-align: justify;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c;
        max-width: 457rem;
    }

    .advantages__body-block-item-text a {
        margin-top: 16rem;
        width: 230rem;
        height: 60rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 10rem;
        background: -webkit-gradient(linear, left top, right top, from(#A04444), to(#A24040));
        background: linear-gradient(90deg, #A04444 0%, #A24040 100%);
        border-radius: 15rem;
        -webkit-box-shadow: 0rem 0rem 24rem 2rem rgba(180, 109, 109, .5019607843);
        box-shadow: 0rem 0rem 24rem 2rem rgba(180, 109, 109, .5019607843);
        font-family: var(--old-text);
        font-size: 16rem;
        font-weight: 400;
        line-height: 24rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #f4f0e6;
        text-transform: uppercase
    }

    .advantages__body-block-item-text a svg {
        width: 12rem;
        height: 12rem
    }

    .article {
        width: 100%;
        padding: 100rem 0 0 0;
        position: relative
    }
    .article .container{
        max-width: 1140rem;
    }
    .article__body {
        position: relative;
        z-index: 2;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 48rem;
        padding: 64rem;
        width: 100%;
        border-radius: 15rem;
        background: rgba(255, 255, 255, .9490196078);
        border: 1rem solid rgba(151, 130, 77, .5019607843)
    }

    .article__body-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 32rem
    }

    .article__body-info-attr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 32rem
    }

    .article__body-info-attr span {
        font-family: var(--regular);
        font-size: 14rem;
        font-weight: 400;
        line-height: 18rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: rgba(92, 92, 92, .5019607843)
    }

    .article__body-desc {
        font-family: var(--regular);
        font-size: 18rem;
        font-weight: 400;
        line-height: 28rem;
        text-align: justify;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c;
        gap: 15rem;
    }

    .article__body-desc a {
        color: #97824d;
        text-decoration: underline
    }

    .article__body table {
        border: 1rem solid #97824d;
        border-collapse: collapse
    }

    .article__body td {
        border: 1rem solid #97824d;
        border-collapse: collapse
    }

    .article__body tr {
        min-height: 174rem
    }

    .article__body .article__body-table-name {
        width: 171rem;
        padding-left: 24rem;
        height: 100%;
        font-family: var(--regular);
        font-size: 14rem;
        font-weight: 400;
        line-height: 18rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c
    }

    .article__body .article__body-table-info {
        width: 357rem;
        padding-left: 24rem;
        height: 100%;
        font-family: var(--regular);
        font-size: 14rem;
        font-weight: 400;
        line-height: 18rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c
    }

    .article__body .article__body-table-desc {
        padding: 24rem;
        width: 682rem;
        font-family: var(--regular);
        font-size: 14rem;
        font-weight: 400;
        line-height: 18rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: rgba(92, 92, 92, .6980392157)
    }

    .article__body .article__body-table-desc span {
        color: #5c5c5c
    }

    .articles {
        width: 100%;
        padding: 124rem 0 86rem 0;
        position: relative;
        background: #F4F0E6;
    }

    .articles__body {
        position: relative;
        z-index: 5;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 23rem
    }
    .articles__body-wrap{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 23rem;
        max-height: 303rem;
    }

    .articles__body-item {
        width: 431rem;
        height: 303rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        position: relative;
        border: 1rem solid rgba(151, 130, 77, .5019607843);
        border-radius: 15rem;
        padding: 32rem
    }

    .articles__body-item-img {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 0;
        top: 0;
        left: 0;
        border-radius: 15rem
    }

    .articles__body-item-grad {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(60.11%, #FFFFFF), color-stop(105.02%, rgba(255, 255, 255, 0.01)));
        background: linear-gradient(0deg, #FFFFFF 60.11%, rgba(255, 255, 255, 0.01) 105.02%);
        border-radius: 15rem
    }

    .articles__body-item-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 43rem;
        position: relative;
        z-index: 3
    }

    .articles__body-item-info-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8rem
    }

    .articles__body-item-info-top span {
        font-family: var(--old-text);
        font-size: 24rem;
        font-weight: 400;
        line-height: 32rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #97824d;
        text-transform: uppercase
    }

    .articles__body-item-info-top p {
        font-family: var(--regular);
        font-size: 14rem;
        font-weight: 400;
        line-height: 18rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c
    }

    .articles__body-item-info-bot {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }

    .articles__body-item-info-bot button {
        font-family: var(--regular);
        font-size: 14rem;
        font-weight: 400;
        line-height: 18rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10rem
    }

    .articles__body-item-info-bot button svg {
        width: 13rem;
        height: 12rem
    }

    .articles__body-item-info-bot-attr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16rem
    }

    .articles__body-item-info-bot-attr span {
        font-family: var(--regular);
        font-size: 14rem;
        font-weight: 400;
        line-height: 18rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: rgba(92, 92, 92, .5019607843)
    }

    .articles__body .articles__body-btn-wrap {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .articles__body-btn {
        width: 230rem;
        height: 52rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: -webkit-gradient(linear, left top, right top, from(#A04444), to(#A24040));
        background: linear-gradient(90deg, #A04444 0%, #A24040 100%);
        border-radius: 15rem;
        -webkit-box-shadow: 0rem 0rem 24rem 2rem rgba(180, 109, 109, .5019607843);
        box-shadow: 0rem 0rem 24rem 2rem rgba(180, 109, 109, .5019607843);
        font-family: var(--old-text);
        font-size: 16rem;
        font-weight: 400;
        line-height: 18rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #f4f0e6;
        text-transform: uppercase;
        -ms-flex-item-align: center;
        align-self: center
    }

    .blog {
        width: 100%;
        padding: 144rem 0 124rem 0;
        position: relative
    }

    .blog__back {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: inherit;
        z-index: -1
    }

    .blog__letter {
        position: absolute;
        bottom: -94rem;
        left: 0;
        width: 100%;
        height: 203rem;
        z-index: 2
    }

    .blog__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 48rem
    }

    .blog__body-title {
        font-family: var(--old-title);
        font-size: 48rem;
        font-weight: 400;
        line-height: 42rem;
        letter-spacing: .02em;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #97824d;
        text-transform: uppercase
    }

    .blog__body .splide {
        width: 100%;
        padding-left: 50rem
    }

    .blog__body .splide .splide__arrows {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 15rem;
        position: absolute;
        top: -69rem;
        right: 50rem
    }

    .blog__body .splide .splide__arrows .splide__arrow {
        width: 42rem;
        height: 42rem;
        border-radius: 50%;
        background: rgba(164, 144, 93, .6);
        -webkit-transform: translateY(1);
        -ms-transform: translateY(1);
        transform: translateY(1);
        position: static
    }

    .blog__body .splide .splide__arrows .splide__arrow svg {
        width: 15rem;
        height: 12rem;
        fill: none
    }

    .blog__body .splide__slide {
        width: 938rem !important;
        height: 464rem;
        position: relative;
        border-radius: 15rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding: 64rem;
        border: 1rem solid rgba(151, 130, 77, .5019607843);
        margin-right: 32rem
    }

    .blog__body .splide__slide-img {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 0;
        top: 0;
        left: 0;
        border-radius: 15rem
    }

    .blog__body .splide__slide-grad {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(46.78%, #FFFFFF), color-stop(105.12%, rgba(255, 255, 255, 0.01)));
        background: linear-gradient(0deg, #FFFFFF 46.78%, rgba(255, 255, 255, 0.01) 105.12%);
        border-radius: 15rem
    }

    .blog__body .splide__slide-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        z-index: 2
    }

    .blog__body .splide__slide-text-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16rem
    }

    .blog__body .splide__slide-text-info-name {
        font-family: var(--old-text);
        font-size: 32rem;
        font-weight: 400;
        line-height: 42rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #97824d;
        text-transform: uppercase
    }

    .blog__body .splide__slide-text-info-desc {
        font-family: var(--regular);
        font-size: 16rem;
        font-weight: 400;
        line-height: 24rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c;
        max-width: 433rem
    }

    .blog__body .splide__slide-text-info-soft {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16rem
    }

    .blog__body .splide__slide-text-info-soft span {
        font-family: var(--regular);
        font-size: 14rem;
        font-weight: 400;
        line-height: 18rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: rgba(92, 92, 92, .5019607843)
    }

    .blog__body .splide__slide-text a {
        width: 230rem;
        height: 60rem;
        border-radius: 15rem;
        background: -webkit-gradient(linear, left top, right top, from(#A04444), to(#A24040));
        background: linear-gradient(90deg, #A04444 0%, #A24040 100%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-shadow: 0rem 0rem 24rem 2rem rgba(180, 109, 109, .5019607843);
        box-shadow: 0rem 0rem 24rem 2rem rgba(180, 109, 109, .5019607843);
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 10rem;
        font-family: var(--old-text);
        font-size: 16rem;
        font-weight: 400;
        line-height: 24rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #f4f0e6;
        text-transform: uppercase
    }

    .blog__body .splide__slide-text a svg {
        width: 12rem;
        height: 12rem
    }
    .contact .container {
        max-width: 1140rem;
    }

    .contact__back {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 0;
        height: inherit
    }

    .contact__letter {
        position: absolute;
        bottom: -94rem;
        left: 0;
        width: 100%;
        height: 203rem;
        z-index: 2
    }

    .contact__body {
        position: relative;
        z-index: 5;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 48rem
    }

    .contact__body-block {
        background: #fff;
        border: 1rem solid #97824d;
        border-radius: 15rem;
        padding: 64rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 32rem;
        width: 100%
    }

    .contact__body-block-desc {
        font-family: var(--regular);
        /*font-size: 18rem;*/
        font-weight: 400;
        /*line-height: 24rem;*/
        text-align: justify;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c
    }

    .contact__body-block-info-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8rem
    }

    .contact__body-block-info-item p {
        font-family: var(--regular);
        /*font-size: 16rem;*/
        font-weight: 400;
        /*line-height: 24rem;*/
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c
    }

    .contact__body-block-info-item a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8rem;
        font-family: var(--seni);
        /*font-size: 16rem;*/
        font-weight: 600;
        /*line-height: 24rem;*/
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c
    }

    .contact__body-block-info-item a svg {
        width: 24rem;
        height: 24rem
    }

    .feedback {
        width: 100%;
        padding-top: 64rem;
        overflow: hidden;
        background: #f8f8f8;
        position: relative
    }

    .feedback__back {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 0;
        height: 2200rem;
        opacity: .15
    }

    .feedback__body {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 63rem 64rem 48rem 64rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 48rem;
        position: relative;
        border-radius: 15rem;
        z-index: 2
    }

    .feedback__body-back {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0
    }

    .feedback__body-img {
        width: 321rem;
        height: 419rem;
        position: absolute;
        bottom: 0;
        right: 0;
        border-bottom-right-radius: 15rem
    }

    .feedback__body-block {
        width: 100%;
        padding: 64rem 64rem 48rem 48rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 48rem;
        background: #fff;
        border-radius: 15rem
    }

    .feedback__body-block-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8rem
    }

    .feedback__body-block-info h2 {
        font-family: var(--old-text);
        font-size: 24rem;
        font-weight: 400;
        line-height: 32rem;
        text-align: left;
        text-transform: uppercase;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #97824d
    }

    .feedback__body-block-info p {
        font-family: var(--regular);
        font-size: 16rem;
        font-weight: 400;
        line-height: 24rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        max-width: 369rem;
        color: #5c5c5c
    }

    .feedback__body-block-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16rem
    }

    .feedback__body-block-form-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16rem
    }

    .feedback__body-block-form-wrap input {
        width: 220rem;
        height: 52rem;
        background: rgba(0, 0, 0, 0);
        border-radius: 15rem;
        border: 1rem solid #5c5c5c;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 20rem;
        font-family: var(--light);
        font-size: 14rem;
        font-weight: 300;
        line-height: 18rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c
    }

    .feedback__body-block-form-email {
        width: 456rem;
        height: 52rem;
        background: rgba(0, 0, 0, 0);
        border-radius: 15rem;
        border: 1rem solid #5c5c5c;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 20rem;
        font-family: var(--light);
        font-size: 14rem;
        font-weight: 300;
        line-height: 18rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c
    }
    .button__wrap{
        display: flex;
        flex-direction: column;
        gap: 12rem;
    }
    .button__wrap .checkbox{
        display: flex;
        align-items: center;
        gap: 8rem;
        position: relative;
    }
    .button__wrap .checkbox input{
        width: 100%;
        height: 100%;
        z-index: 1;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
    }
    .button__wrap .checkbox span{
        width: 16rem;
        height: 16rem;
        border-radius: 2rem;
        background: transparent;
        border: 1rem solid #97824d;
        transition: all 0.3s ease;
    }
    .button__wrap p{
        font-size: 14rem;
        line-height: 18rem;
        text-align: start;
        font-weight: 400;
    }
    .button__wrap p a{
        text-decoration: underline;
    }
    .feedback__body-block-form-btn {
        width: 456rem;
        height: 68rem;
        background: -webkit-gradient(linear, left top, right top, from(#A04444), to(#A24040));
        background: linear-gradient(90deg, #A04444 0%, #A24040 100%);
        border-radius: 15rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-shadow: 0rem 0rem 24rem 2rem rgba(180, 109, 109, .5019607843);
        box-shadow: 0rem 0rem 24rem 2rem rgba(180, 109, 109, .5019607843);
        font-family: var(--old-text);
        font-size: 16rem;
        font-weight: 400;
        line-height: 16rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #f4f0e6;
        text-transform: uppercase;
        margin-top: 8rem
    }

    .diff__feedback {
        padding-top: 124rem
    }

    .footer {
        width: 100%;
        padding: 124rem 0rem 64rem 0rem;
        position: relative;
        overflow: hidden;
        background: #f8f8f8
    }

    .footer .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 64rem;
        padding: 0 170rem;
        position: relative;
        z-index: 1
    }

    .footer__back {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 0;
        height: 2200rem;
        opacity: .15
    }

    .footer__body {
        padding-top: 49rem;
        width: 100%;
        border-top: 1rem solid #5c5c5c;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer__body-start {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 32rem
    }

    .footer__body-start-logo {
        width: 230rem;
        height: 80rem
    }

    .footer__body-start-logo img {
        width: 100%;
        height: 100%
    }

    .footer__body-start-btn {
        width: 230rem;
        height: 54rem;
        background: -webkit-gradient(linear, left top, right top, from(#A04444), to(#A24040));
        background: linear-gradient(90deg, #A04444 0%, #A24040 100%);
        border-radius: 15rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-shadow: 0rem 0rem 24rem 2rem rgba(180, 109, 109, .5019607843);
        box-shadow: 0rem 0rem 24rem 2rem rgba(180, 109, 109, .5019607843);
        font-family: var(--old-text);
        font-size: 14rem;
        font-weight: 400;
        line-height: 14rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #f4f0e6;
        text-transform: uppercase
    }

    .footer__body-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24rem
    }

    .footer__body-menu span {
        font-family: var(--semi);
        font-size: 18rem;
        font-weight: 600;
        line-height: 24rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c
    }

    .footer__body-menu-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16rem
    }

    .footer__body-menu-list li {
        font-family: var(--regular);
        font-size: 16rem;
        font-weight: 400;
        line-height: 24rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c;
        max-width: 190rem
    }

    .footer__body-contact {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24rem
    }

    .footer__body-contact span {
        font-family: var(--semi);
        font-size: 18rem;
        font-weight: 600;
        line-height: 24rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c
    }

    .footer__body-contact-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 18rem
    }

    .footer__body-contact-items-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8rem
    }

    .footer__body-contact-items-item p {
        font-family: var(--regular);
        font-size: 16rem;
        font-weight: 400;
        line-height: 19.2rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c
    }

    .footer__body-contact-items-item a {
        font-family: var(--regular);
        font-size: 16rem;
        font-weight: 400;
        line-height: 19.2rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c
    }

    /*.footer__soft div {*/
    /*    display: flex;*/
    /*    width: 100%;*/
    /*    align-items: center;*/
    /*    justify-content: space-between;*/
    /*}*/

    /*.footer__soft div span {*/
    /*    font-family: var(--regular);*/
    /*    font-size: 14rem;*/
    /*    font-weight: 400;*/
    /*    line-height: 24rem;*/
    /*    text-align: left;*/
    /*    text-underline-position: from-font;*/
    /*    -webkit-text-decoration-skip-ink: none;*/
    /*    text-decoration-skip-ink: none;*/
    /*    color: rgba(92, 92, 92, .6)*/
    /*}*/

    .header {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 13, 13, 0.01)), to(rgba(18, 18, 18, 0.01)));
        background: linear-gradient(180deg, rgba(13, 13, 13, 0.01) 0%, rgba(18, 18, 18, 0.01) 100%);
        -webkit-backdrop-filter: blur(15rem);
        backdrop-filter: blur(15rem);
        border-bottom-left-radius: 20rem;
        border-bottom-right-radius: 20rem;
        padding-top: 8rem; /*17rem*/
        padding-bottom: 8rem; /*15rem*/
        z-index: 100
    }

    .header__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }

    .header__body-menu-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 38rem
    }

    .header__body-menu-list li {
        font-family: var(--medium);
        font-size: 16rem;
        font-weight: 500;
        line-height: 24rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        gap: 2rem;
    }
    .header__body-menu-list li .sub-menu{
        border-radius: 20rem;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;

        left: 0;
        max-height: 0rem;
        display: flex;
        flex-direction: column;
        gap: 8rem;
        position: absolute;
        top: 44rem; /*42rem*/
        z-index: 1000;
        padding: 0 16rem;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        left: 0;
        overflow: hidden;
        border: 0px solid transparent;
        background-color: rgba(235, 235, 229, 0.85);
        /*background: linear-gradient(180deg, rgba(13, 13, 13, 0.01) 0%, rgba(18, 18, 18, 0.01) 100%);*/
        backdrop-filter: blur(15rem);
        -webkit-backdrop-filter: blur(15rem);
        margin-left: -16rem;
    }
    .header__body-menu-list li .sub-menu.active{
        max-height: 800rem;
        padding: 16rem;
        border: 1px solid rgba(206, 206, 206, 0.5);
        border-top: none;
    }
    .header__body-menu-list li svg{
        width: 16rem;
        height: 16rem;
        transition: all 0.5s ease;
    }
    .header__body-menu-list li:hover,
    .header__body-contact a:hover{
        color: #97824d
    }

    .header__body-contact a:hover svg {
        fill: #97824d;
        stroke: #97824d;
        stroke-width: 1;
    }

    .header__body-contact a,
    .header__body-contact a svg {
        transition: all .5s ease;
    }


    .header__body-logo {
        width: 48rem;
        height: 48rem
    }

    .header__body-logo img {
        width: 100%;
        height: 100%
    }

    .header__body-contact {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 30rem
    }

    .header__body-contact-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8rem;
        font-family: var(--medium);
        font-size: 16rem;
        font-weight: 500;
        line-height: 24rem;
        text-align: right;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c
    }

    .header__body-contact-item svg {
        width: 24rem;
        height: 24rem
    }

    .main {
        width: 100%;
        padding: 144rem 0 616rem 0;
        position: relative;
/*        height: calc(100vw * 1200 / 1920);*/
        height: min(calc(100vw * 1200 / 1920), 1200rem);
    }

    .main__back {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
/*        height: 100%;*/
        height: auto;
        z-index: -1
    }

    .main__letter {
        position: absolute;
        bottom: -124rem;
        /*bottom: -11%;*/
        left: 0;
        width: 100%;
/*        height: 221rem;*/
        z-index: 2
    }

    .main__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 24rem
    }

    .main__body-logo {
        width: 653rem;
        height: 243rem
    }

    .main__body p {
        font-family: var(--old-text);
        font-size: 16rem;
        font-weight: 400;
        line-height: 22rem;
        text-align: center;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c;
        max-width: 272rem;
        margin-top: 24rem;
        text-transform: uppercase
    }

    .main__body a {
        width: 251rem;
        height: 54rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: -webkit-gradient(linear, left top, right top, from(#A04444), to(#A24040));
        background: linear-gradient(90deg, #A04444 0%, #A24040 100%);
        border-radius: 15rem;
        -webkit-box-shadow: 0rem 0rem 24rem 2rem rgba(180, 109, 109, .5019607843);
        box-shadow: 0rem 0rem 24rem 2rem rgba(180, 109, 109, .5019607843);
        font-family: var(--old-text);
        font-size: 16rem;
        font-weight: 400;
        line-height: 18rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #f4f0e6;
        text-transform: uppercase
    }

    .services__letter {
        position: absolute;
        bottom: -94rem;
        left: 0;
        width: 100%;
        height: 203rem;
        z-index: 2
    }

    .services__back-diff {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 0;
        height: inherit
    }

    .services__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 48rem;
        position: relative;
        z-index: 1
    }

    .services__body-title {
        font-family: var(--old-title);
        font-size: 48rem;
        font-weight: 400;
        line-height: 42rem;
        letter-spacing: .02em;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #97824d;
        text-transform: uppercase
    }

    .services__body-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 24rem
    }

    .services__body-block-item {
        position: relative;
        width: 658rem;
        height: 386rem;
        padding-left: 64rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .services__body-block-item img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0
    }

    .services__body-block-item-text h3 {
        font-family: var(--old-text);
        font-size: 32rem;
        font-weight: 400;
        line-height: 42rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #97824d;
        text-transform: uppercase
    }

    .services__body-block-item-text p {
        font-family: var(--regular);
        font-size: 16rem;
        font-weight: 400;
        line-height: 24rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c
    }

    .services__body-block-item-text a {
        margin-top: 16rem;
        width: 230rem;
        height: 60rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 10rem;
        background: -webkit-gradient(linear, left top, right top, from(#A04444), to(#A24040));
        background: linear-gradient(90deg, #A04444 0%, #A24040 100%);
        border-radius: 15rem;
        -webkit-box-shadow: 0rem 0rem 24rem 2rem rgba(180, 109, 109, .5019607843);
        box-shadow: 0rem 0rem 24rem 2rem rgba(180, 109, 109, .5019607843);
        font-family: var(--old-text);
        font-size: 16rem;
        font-weight: 400;
        line-height: 24rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #f4f0e6;
        text-transform: uppercase
    }

    .services__body-block-item-text a svg {
        width: 12rem;
        height: 12rem
    }

    .portfolio {
        width: 100%;
        padding: 124rem 0;
        position: relative;
        background: #F4F0E6;
    }

    .portfolio__letter {
        position: absolute;
        bottom: -94rem;
        left: 0;
        width: 100%;
        height: 203rem;
        z-index: 2
    }

    .portfolio__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24rem
    }

    .project .container{
        max-width: 1140rem;
    }
    .project__letter {
        position: absolute;
        bottom: -94rem;
        left: 0;
        width: 100%;
        height: 203rem;
        z-index: 2
    }

    .project__back {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 0;
        height: inherit
    }

    .project__body {
        position: relative;
        z-index: 3;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 48rem
    }

    .review {
        width: 100%;
        padding: 64rem 0 124rem 0;
        position: relative
    }

    .review__letter {
        position: absolute;
        bottom: -94rem;
        left: 0;
        width: 100%;
        height: 203rem;
        z-index: 2
    }

    .review__body {
        position: relative;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 48rem
    }

    .review__body h2 {
        font-family: var(--old-title);
        font-size: 48rem;
        font-weight: 400;
        line-height: 42rem;
        letter-spacing: .02em;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #97824d;
        text-transform: uppercase
    }

    .review__body .splide {
        width: 100%
    }

    .review__body .splide .splide__arrows {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 15rem;
        position: absolute;
        top: -69rem;
        right: 0rem
    }

    .review__body .splide .splide__arrows .splide__arrow {
        width: 42rem;
        height: 42rem;
        border-radius: 50%;
        background: rgba(164, 144, 93, .6);
        -webkit-transform: translateY(1);
        -ms-transform: translateY(1);
        transform: translateY(1);
        position: static
    }

    .review__body .splide .splide__arrows .splide__arrow svg {
        width: 15rem;
        height: 12rem;
        fill: none
    }

    .review__body .splide__slide {
        width: 431rem !important;
        margin-right: 24rem !important;
        border-radius: 15rem;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24rem;
        padding: 48rem;
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content
    }

    .review__body .splide__slide-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 32rem
    }

    .review__body .splide__slide-top img {
        width: 64rem;
        height: 64rem
    }

    .review__body .splide__slide-top-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8rem
    }

    .review__body .splide__slide-top-info span {
        font-family: var(--old-text);
        font-size: 18rem;
        font-weight: 400;
        line-height: 24rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #97824d;
        text-transform: uppercase
    }

    .review__body .splide__slide-top-info p {
        font-family: var(--regular);
        font-size: 14rem;
        font-weight: 400;
        line-height: 18rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c
    }

    .review__body .splide__slide-desc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8rem
    }

    .review__body .splide__slide-desc span {
        font-family: var(--medium);
        font-size: 18rem;
        font-weight: 500;
        line-height: 24rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c
    }

    .review__body .splide__slide-desc p {
        font-family: var(--regular);
        font-size: 14rem;
        font-weight: 400;
        line-height: 18rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c
    }

    .review__body .splide__slide-images {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 16rem
    }

    .review__body .splide__slide-images img {
        width: 99rem;
        height: 99rem
    }
}


@media (max-width: 1340px) {
    html {
        font-size: calc(100vw / 1340);
    }

    p {
        font-size: 20rem;
        line-height: 28rem;
    }


    .container {
        max-width: 1340rem;
        margin: 0 auto;
        width: 100%
    }

    .project__body-block>p {
        font-size: 20rem;
        line-height: 28rem;
    }

    .project__body p {
        font-size: 18rem;
        line-height: 26rem;
    }

    .about .container {
        max-width: 1140rem;
    }
    .about__back {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 780rem;
        z-index: 0
    }

    .about__letter {
        width: 100%;
        position: absolute;
        top: 686rem;
        left: 0;
        height: 203rem;
        z-index: 1
    }

    .about__body {
        position: relative;
        z-index: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 48rem
    }

    /*.about__body h1 {*/
    /*    font-family: var(--old-title);*/
    /*    font-size: 48rem;*/
    /*    font-weight: 400;*/
    /*    line-height: 42rem;*/
    /*    letter-spacing: .02em;*/
    /*    text-align: left;*/
    /*    text-underline-position: from-font;*/
    /*    -webkit-text-decoration-skip-ink: none;*/
    /*    text-decoration-skip-ink: none;*/
    /*    color: #97824d;*/
    /*    text-transform: uppercase*/
    /*}*/

    .about__body-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 48rem;
        background: #fff;
        padding: 48rem;
        border: 1rem solid #97824d;
        border-radius: 15rem
    }

    .about__body-block-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0rem
    }

    .about__body-block-info-lead {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16rem
    }

    .about__body-block-info-lead img {
        width: 317rem;
        height: 370rem;
        -webkit-box-shadow: 0rem 4rem 4rem 0rem rgba(0, 0, 0, .2509803922);
        box-shadow: 0rem 4rem 4rem 0rem rgba(0, 0, 0, .2509803922);
        border-radius: 90rem 15rem 15rem 15rem
    }

    .about__body-block-info-lead span {
        font-family: var(--old-text);
        font-size: 24rem;
        font-weight: 400;
        line-height: 32rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #97824d;
        text-transform: uppercase
    }

    .about__body-block-info-lead p {
        font-family: var(--regular);
        font-size: 18rem;
        font-weight: 400;
        line-height: 20rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c
    }

    .about__body-block-info-desc {
        width: 721rem;
        padding: 74rem 48rem;
        background: rgba(0, 0, 0, 0);
        border: 1rem solid #a4905d;
        border-radius: 15rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative
    }

    .about__body-block-info-desc p {
        font-family: var(--regular);
        font-size: 18rem;
        font-weight: 400;
        line-height: 24rem;
        text-align: justify;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c
    }

    .about__body-block-info-desc-bot {
        position: absolute;
        width: 30rem;
        height: 26rem;
        bottom: 24rem;
        left: 24rem
    }

    .about__body-block-info-desc-top {
        position: absolute;
        width: 30rem;
        height: 26rem;
        top: 24rem;
        right: 24rem
    }

    .about__body-block-desc {
        font-family: var(--regular);
        /*font-size: 18rem;*/
        font-weight: 400;
        /*line-height: 24rem;*/
        text-align: justify;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c
    }

    .advantages {
        background: #f8f8f8;
        padding-top: 124rem;
        width: 100%;
        position: relative;
        overflow: hidden
    }

    .advantages__back {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 0;
        height: 2200rem;
        opacity: .15
    }

    .advantages__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 48rem
    }

    .advantages__body-title {
        font-family: var(--old-title);
        font-size: 48rem;
        font-weight: 400;
        line-height: 42rem;
        letter-spacing: .02em;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c;
        text-transform: uppercase
    }

    .advantages__body-title span {
        color: #97824d
    }

    .advantages__body-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 24rem
    }

    /*.advantages__body-block-item {*/
    /*    position: relative;*/
    /*    width: 658rem;*/
    /*    height: 294rem;*/
    /*    padding: 64rem 192rem 64rem 64rem;*/
    /*    -webkit-box-align: end;*/
    /*    -ms-flex-align: end;*/
    /*    align-items: flex-end;*/
    /*    display: -webkit-box;*/
    /*    display: -ms-flexbox;*/
    /*    display: flex*/
    /*}*/

    .advantages__body-block-item img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0
    }

    .advantages__body-block-item-text {
        position: relative;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16rem
    }

    .advantages__body-block-item-text h3 {
        font-family: var(--old-text);
        font-size: 32rem;
        font-weight: 400;
        line-height: 42rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #97824d;
        text-transform: uppercase
    }

    .advantages__body-block-item-text p {
        font-family: var(--regular);
        font-size: 18rem;
        font-weight: 400;
        line-height: 26rem;
        text-align: justify;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c
    }

    .advantages__body-block-item-text a {
        margin-top: 16rem;
        width: 230rem;
        height: 60rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 10rem;
        background: -webkit-gradient(linear, left top, right top, from(#A04444), to(#A24040));
        background: linear-gradient(90deg, #A04444 0%, #A24040 100%);
        border-radius: 15rem;
        -webkit-box-shadow: 0rem 0rem 24rem 2rem rgba(180, 109, 109, .5019607843);
        box-shadow: 0rem 0rem 24rem 2rem rgba(180, 109, 109, .5019607843);
        font-family: var(--old-text);
        font-size: 16rem;
        font-weight: 400;
        line-height: 24rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #f4f0e6;
        text-transform: uppercase
    }

    .advantages__body-block-item-text a svg {
        width: 12rem;
        height: 12rem
    }

    .article {
        width: 100%;
        padding: 124rem 0 0 0;
        position: relative
    }
    .article .container{
        max-width: 1140rem;
    }
    .article__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 48rem;
        padding: 64rem;
        width: 100%;
        border-radius: 15rem;
        background: rgba(255, 255, 255, .9490196078);
        border: 1rem solid rgba(151, 130, 77, .5019607843)
    }

    .article__body-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 32rem
    }

    /*.article__body-info h1 {*/
    /*    font-family: var(--old-title);*/
    /*    font-size: 48rem;*/
    /*    font-weight: 400;*/
    /*    line-height: 42rem;*/
    /*    text-align: left;*/
    /*    text-underline-position: from-font;*/
    /*    -webkit-text-decoration-skip-ink: none;*/
    /*    text-decoration-skip-ink: none;*/
    /*    color: #97824d;*/
    /*    text-transform: uppercase*/
    /*}*/

    .article__body-info-attr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 32rem
    }

    .article__body-info-attr span {
        font-family: var(--regular);
        font-size: 14rem;
        font-weight: 400;
        line-height: 18rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: rgba(92, 92, 92, .5019607843)
    }

    /*.article__body img {*/
    /*    width: 100%;*/
    /*    height: 360rem;*/
    /*    border-radius: 15rem*/
    /*}*/

    .article__body-desc {
        font-family: var(--regular);
        font-size: 20rem;
        font-weight: 400;
        line-height: 28rem;
        text-align: justify;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c;
        gap: 15rem;
    }

/*    .article__body-desc span {
        font-family: var(--bold);
        font-weight: 700
    }*/

    .article__body-desc a {
        color: #97824d;
        text-decoration: underline
    }

    .article__body table {
        border: 1rem solid #97824d;
        border-collapse: collapse
    }

    .article__body td {
        border: 1rem solid #97824d;
        border-collapse: collapse
    }

    .article__body tr {
        min-height: 174rem
    }

    .article__body .article__body-table-name {
        width: 171rem;
        padding-left: 24rem;
        height: 100%;
        font-family: var(--regular);
        font-size: 14rem;
        font-weight: 400;
        line-height: 18rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c
    }

    .article__body .article__body-table-info {
        width: 357rem;
        padding-left: 24rem;
        height: 100%;
        font-family: var(--regular);
        font-size: 14rem;
        font-weight: 400;
        line-height: 18rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c
    }

    .article__body .article__body-table-desc {
        padding: 24rem;
        width: 682rem;
        font-family: var(--regular);
        font-size: 14rem;
        font-weight: 400;
        line-height: 18rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: rgba(92, 92, 92, .6980392157)
    }

    .article__body .article__body-table-desc span {
        color: #5c5c5c
    }

    .articles {
        width: 100%;
        padding: 124rem 0 86rem 0;
        position: relative
    }

    .articles__letter {
        /*bottom: -11.1%;*/
        /*bottom: -7.1%;*/
        /*bottom: -89rem;*/
        /*bottom: -89rem;*/

    }

    body.home .articles__letter {
        bottom: -6.7%;
    }

    .articles__body {
        position: relative;
        z-index: 5;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 23rem
    }
    .articles__body-wrap{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 23rem;
        max-height: 303rem;
    }
    /*.articles__body h1 {*/
    /*    width: 100%;*/
    /*    font-family: var(--old-title);*/
    /*    font-size: 48rem;*/
    /*    font-weight: 400;*/
    /*    line-height: 42rem;*/
    /*    letter-spacing: .02em;*/
    /*    text-align: center;*/
    /*    text-underline-position: from-font;*/
    /*    -webkit-text-decoration-skip-ink: none;*/
    /*    text-decoration-skip-ink: none;*/
    /*    color: #97824d;*/
    /*    margin-bottom: 24rem;*/
    /*    text-transform: uppercase*/
    /*}*/

    .articles__body-item {
        width: 431rem;
        height: 303rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        position: relative;
        border: 1rem solid rgba(151, 130, 77, .5019607843);
        border-radius: 15rem;
        padding: 32rem
    }

    .articles__body-item-img {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 0;
        top: 0;
        left: 0;
        border-radius: 15rem
    }

    .articles__body-item-grad {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(60.11%, #FFFFFF), color-stop(105.02%, rgba(255, 255, 255, 0.01)));
        background: linear-gradient(0deg, #FFFFFF 60.11%, rgba(255, 255, 255, 0.01) 105.02%);
        border-radius: 15rem
    }

    .articles__body-item-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 43rem;
        position: relative;
        z-index: 3
    }

    .articles__body-item-info-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8rem
    }

    .articles__body-item-info-top span {
        font-family: var(--old-text);
        font-size: 24rem;
        font-weight: 400;
        line-height: 32rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #97824d;
        text-transform: uppercase
    }

    .articles__body-item-info-top p {
        font-family: var(--regular);
        font-size: 14rem;
        font-weight: 400;
        line-height: 18rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c
    }

    .articles__body-item-info-bot {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }

    .articles__body-item-info-bot button {
        font-family: var(--regular);
        font-size: 14rem;
        font-weight: 400;
        line-height: 18rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10rem
    }

    .articles__body-item-info-bot button svg {
        width: 13rem;
        height: 12rem
    }

    .articles__body-item-info-bot-attr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16rem
    }

    .articles__body-item-info-bot-attr span {
        font-family: var(--regular);
        font-size: 14rem;
        font-weight: 400;
        line-height: 18rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: rgba(92, 92, 92, .5019607843)
    }

    .articles__body .articles__body-btn-wrap {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .articles__body-btn {
        width: 230rem;
        height: 52rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: -webkit-gradient(linear, left top, right top, from(#A04444), to(#A24040));
        background: linear-gradient(90deg, #A04444 0%, #A24040 100%);
        border-radius: 15rem;
        -webkit-box-shadow: 0rem 0rem 24rem 2rem rgba(180, 109, 109, .5019607843);
        box-shadow: 0rem 0rem 24rem 2rem rgba(180, 109, 109, .5019607843);
        font-family: var(--old-text);
        font-size: 16rem;
        font-weight: 400;
        line-height: 18rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #f4f0e6;
        text-transform: uppercase;
        -ms-flex-item-align: center;
        align-self: center
    }

    .blog {
        width: 100%;
        padding: 144rem 0 124rem 0;
        position: relative
    }

    .blog__back {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1
    }

    .blog__letter {
        position: absolute;
        bottom: -94rem;
        left: 0;
        width: 100%;
        height: 203rem;
        z-index: 2
    }

    .blog__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 48rem
    }

    .blog__body-title {
        font-family: var(--old-title);
        font-size: 48rem;
        font-weight: 400;
        line-height: 42rem;
        letter-spacing: .02em;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #97824d;
        text-transform: uppercase
    }

    .blog__body .splide {
        width: 100%;
        padding-left: 50rem
    }

    .blog__body .splide .splide__arrows {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 15rem;
        position: absolute;
        top: -69rem;
        right: 50rem
    }

    .blog__body .splide .splide__arrows .splide__arrow {
        width: 42rem;
        height: 42rem;
        border-radius: 50%;
        background: rgba(164, 144, 93, .6);
        -webkit-transform: translateY(1);
        -ms-transform: translateY(1);
        transform: translateY(1);
        position: static
    }

    .blog__body .splide .splide__arrows .splide__arrow svg {
        width: 15rem;
        height: 12rem;
        fill: none
    }

    .blog__body .splide__slide {
        width: 938rem !important;
        height: 464rem;
        position: relative;
        border-radius: 15rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding: 64rem;
        border: 1rem solid rgba(151, 130, 77, .5019607843);
        margin-right: 32rem
    }

    .blog__body .splide__slide-img {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 0;
        top: 0;
        left: 0;
        border-radius: 15rem
    }

    .blog__body .splide__slide-grad {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(46.78%, #FFFFFF), color-stop(105.12%, rgba(255, 255, 255, 0.01)));
        background: linear-gradient(0deg, #FFFFFF 46.78%, rgba(255, 255, 255, 0.01) 105.12%);
        border-radius: 15rem
    }

    .blog__body .splide__slide-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        z-index: 2
    }

    .blog__body .splide__slide-text-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16rem
    }

    .blog__body .splide__slide-text-info-name {
        font-family: var(--old-text);
        font-size: 32rem;
        font-weight: 400;
        line-height: 42rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #97824d;
        text-transform: uppercase
    }

    .blog__body .splide__slide-text-info-desc {
        font-family: var(--regular);
        font-size: 16rem;
        font-weight: 400;
        line-height: 24rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c;
        max-width: 433rem
    }

    .blog__body .splide__slide-text-info-soft {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16rem
    }

    .blog__body .splide__slide-text-info-soft span {
        font-family: var(--regular);
        font-size: 14rem;
        font-weight: 400;
        line-height: 18rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: rgba(92, 92, 92, .5019607843)
    }

    .blog__body .splide__slide-text a {
        width: 230rem;
        height: 60rem;
        border-radius: 15rem;
        background: -webkit-gradient(linear, left top, right top, from(#A04444), to(#A24040));
        background: linear-gradient(90deg, #A04444 0%, #A24040 100%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-shadow: 0rem 0rem 24rem 2rem rgba(180, 109, 109, .5019607843);
        box-shadow: 0rem 0rem 24rem 2rem rgba(180, 109, 109, .5019607843);
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 10rem;
        font-family: var(--old-text);
        font-size: 16rem;
        font-weight: 400;
        line-height: 24rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #f4f0e6;
        text-transform: uppercase
    }

    .blog__body .splide__slide-text a svg {
        width: 12rem;
        height: 12rem
    }

    /*.contact {*/
    /*    width: 100%;*/
    /*    padding: 144rem 0 124rem 0;*/
    /*    position: relative*/
    /*}*/
    .contact .container {
        max-width: 1140rem;
    }
    .contact__back {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 0;
        height: 100%
    }

    .contact__letter {
        position: absolute;
        bottom: -94rem;
        left: 0;
        width: 100%;
        height: 203rem;
        z-index: 2
    }

    .contact__body {
        position: relative;
        z-index: 5;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 48rem
    }

    /*.contact__body h1 {*/
    /*    font-family: var(--old-title);*/
    /*    font-size: 48rem;*/
    /*    font-weight: 400;*/
    /*    line-height: 42rem;*/
    /*    letter-spacing: .02em;*/
    /*    text-align: left;*/
    /*    text-underline-position: from-font;*/
    /*    -webkit-text-decoration-skip-ink: none;*/
    /*    text-decoration-skip-ink: none;*/
    /*    color: #97824d;*/
    /*    text-transform: uppercase*/
    /*}*/

    .contact__body-block {
        background: #fff;
        border: 1rem solid #97824d;
        border-radius: 15rem;
        padding: 64rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 32rem;
        width: 100%
    }

    .contact__body-block-desc {
        font-family: var(--regular);
        /*font-size: 18rem;*/
        font-weight: 400;
        /*line-height: 24rem;*/
        text-align: justify;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c
    }

    /*.contact__body-block-info {*/
    /*    display: -webkit-box;*/
    /*    display: -ms-flexbox;*/
    /*    display: flex;*/
    /*    gap: 48rem*/
    /*}*/

    .contact__body-block-info-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8rem
    }

    .contact__body-block-info-item p {
        font-family: var(--regular);
        /*font-size: 16rem;*/
        font-weight: 400;
        /*line-height: 24rem;*/
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c
    }

    .contact__body-block-info-item a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8rem;
        font-family: var(--seni);
        /*font-size: 16rem;*/
        font-weight: 600;
        /*line-height: 24rem;*/
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c
    }

    .contact__body-block-info-item a svg {
        width: 24rem;
        height: 24rem
    }

    .feedback {
        width: 100%;
        padding-top: 64rem;
        overflow: hidden;
        background: #f8f8f8;
        position: relative
    }

    .feedback__back {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 0;
        height: 2200rem;
        opacity: .15
    }

    .feedback__body {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 63rem 64rem 48rem 64rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 48rem;
        position: relative;
        border-radius: 15rem;
        z-index: 2
    }

    .feedback__body-back {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0
    }

    .feedback__body-img {
        width: 321rem;
        height: 419rem;
        position: absolute;
        bottom: 0;
        right: 0;
        border-bottom-right-radius: 15rem
    }

    .feedback__body-block {
        width: 100%;
        padding: 64rem 64rem 48rem 48rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 48rem;
        background: #fff;
        border-radius: 15rem
    }

    .feedback__body-block-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8rem
    }

    .feedback__body-block-info h2 {
        font-family: var(--old-text);
        font-size: 24rem;
        font-weight: 400;
        line-height: 32rem;
        text-align: left;
        text-transform: uppercase;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #97824d
    }

    .feedback__body-block-info p {
        font-family: var(--regular);
        font-size: 18rem;
        font-weight: 400;
        line-height: 26rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        max-width: 369rem;
        color: #5c5c5c
    }

    .feedback__body-block-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16rem
    }

    .feedback__body-block-form-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16rem
    }

    .feedback__body-block-form-wrap input {
        width: 220rem;
        height: 52rem;
        background: rgba(0, 0, 0, 0);
        border-radius: 15rem;
        border: 1rem solid #5c5c5c;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 20rem;
        font-family: var(--light);
        font-size: 16rem;
        font-weight: 300;
        line-height: 20rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c
    }

    .feedback__body-block-form-email {
        width: 456rem;
        height: 52rem;
        background: rgba(0, 0, 0, 0);
        border-radius: 15rem;
        border: 1rem solid #5c5c5c;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 20rem;
        font-family: var(--light);
        font-size: 16rem;
        font-weight: 300;
        line-height: 20rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c
    }
    .button__wrap{
        display: flex;
        flex-direction: column;
        gap: 8rem;
    }
    .button__wrap .checkbox{
        display: flex;
        align-items: center;
        gap: 8rem;
        position: relative;
        margin-top: 16rem;
    }

    .button__wrap .checkbox input{
        width: 100%;
        height: 100%;
        z-index: 1;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
    }
    .button__wrap .checkbox span{
        width: 16rem;
        height: 16rem;
        border-radius: 2rem;
        background: transparent;
        border: 1rem solid #97824d;
        transition: all 0.3s ease;
    }
    .button__wrap p{
        font-size: 16rem;
        line-height: 20rem;
        text-align: start;
        font-weight: 400;
    }
    .button__wrap p a{
        text-decoration: underline;
    }
    .feedback__body-block-form-btn {
        width: 456rem;
        height: 68rem;
        background: -webkit-gradient(linear, left top, right top, from(#A04444), to(#A24040));
        background: linear-gradient(90deg, #A04444 0%, #A24040 100%);
        border-radius: 15rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-shadow: 0rem 0rem 24rem 2rem rgba(180, 109, 109, .5019607843);
        box-shadow: 0rem 0rem 24rem 2rem rgba(180, 109, 109, .5019607843);
        font-family: var(--old-text);
        font-size: 18rem;
        font-weight: 400;
        line-height: 18rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #f4f0e6;
        text-transform: uppercase;
        margin-top: 8rem
    }

    .diff__feedback {
        padding-top: 124rem
    }

    .footer {
        width: 100%;
        padding: 124rem 0rem 64rem 0rem;
        position: relative;
        overflow: hidden;
        background: #f8f8f8
    }

    .footer .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 64rem;
        padding: 0 170rem;
        position: relative;
        z-index: 1
    }

    .footer__back {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 0;
        height: 2200rem;
        opacity: .15
    }

    .footer__body {
        padding-top: 49rem;
        width: 100%;
        border-top: 1rem solid #5c5c5c;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer__body-start {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 32rem
    }

    .footer__body-start-logo {
        width: 230rem;
        height: 80rem
    }

    .footer__body-start-logo img {
        width: 100%;
        height: 100%
    }

    .footer__body-start-btn {
        width: 230rem;
        height: 54rem;
        background: -webkit-gradient(linear, left top, right top, from(#A04444), to(#A24040));
        background: linear-gradient(90deg, #A04444 0%, #A24040 100%);
        border-radius: 15rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-shadow: 0rem 0rem 24rem 2rem rgba(180, 109, 109, .5019607843);
        box-shadow: 0rem 0rem 24rem 2rem rgba(180, 109, 109, .5019607843);
        font-family: var(--old-text);
        font-size: 14rem;
        font-weight: 400;
        line-height: 14rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #f4f0e6;
        text-transform: uppercase
    }

    .footer__body-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24rem
    }

    .footer__body-menu span {
        font-family: var(--semi);
        font-size: 18rem;
        font-weight: 600;
        line-height: 24rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c
    }

    .footer__body-menu-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16rem
    }

    .footer__body-menu-list li {
        font-family: var(--regular);
        font-size: 16rem;
        font-weight: 400;
        line-height: 24rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c;
        max-width: 190rem
    }

    .footer__body-contact {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24rem
    }

    .footer__body-contact span {
        font-family: var(--semi);
        font-size: 18rem;
        font-weight: 600;
        line-height: 24rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c
    }

    .footer__body-contact-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 18rem
    }

    .footer__body-contact-items-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8rem
    }

    .footer__body-contact-items-item p {
        font-family: var(--regular);
        font-size: 16rem;
        font-weight: 400;
        line-height: 19.2rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c
    }

    .footer__body-contact-items-item a {
        font-family: var(--regular);
        font-size: 16rem;
        font-weight: 400;
        line-height: 19.2rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c
    }

    .footer__soft {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer__soft span {
        font-family: var(--regular);
        font-size: 14rem;
        font-weight: 400;
        line-height: 24rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: rgba(92, 92, 92, .6)
    }

/*    .header {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 13, 13, 0.01)), to(rgba(18, 18, 18, 0.01)));
        background: linear-gradient(180deg, rgba(13, 13, 13, 0.01) 0%, rgba(18, 18, 18, 0.01) 100%);
        -webkit-backdrop-filter: blur(15rem);
        backdrop-filter: blur(15rem);
        border-bottom-left-radius: 20rem;
        border-bottom-right-radius: 20rem;
        padding-top: 17rem;
        padding-bottom: 15rem;
        max-width: 1440rem;
        z-index: 100
    }
*/
    .header__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }

    .header__body-menu-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 38rem
    }

    .header__body-menu-list li {
        font-family: var(--medium);
        font-size: 16rem;
        font-weight: 500;
        line-height: 24rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;

    }

    .header__body-menu-list li:hover {
        color: #97824d
    }

    .header__body-logo {
        width: 48rem;
        height: 48rem
    }

    .header__body-logo img {
        width: 100%;
        height: 100%
    }

    .header__body-contact {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 30rem
    }

    .header__body-contact-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8rem;
        font-family: var(--medium);
        font-size: 16rem;
        font-weight: 500;
        line-height: 24rem;
        text-align: right;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c
    }

    .header__body-contact-item svg {
        width: 24rem;
        height: 25rem
    }

    .main {
        width: 100%;
        padding: 144rem 0 343rem 0;
        position: relative
    }

/*    .main__back {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1
    }*/

    .main__letter {
        position: absolute;
        bottom: -96rem;
        left: 0;
        width: 100%;
        height: 203rem;
        z-index: 2
    }

    .main__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 24rem
    }

    .main__body-logo {
        width: 653rem;
        height: 243rem
    }

    .main__body p {
        font-family: var(--old-text);
        font-size: 16rem;
        font-weight: 400;
        line-height: 22rem;
        text-align: center;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c;
        max-width: 272rem;
        margin-top: 24rem;
        text-transform: uppercase
    }

    .main__body a {
        width: 251rem;
        height: 54rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: -webkit-gradient(linear, left top, right top, from(#A04444), to(#A24040));
        background: linear-gradient(90deg, #A04444 0%, #A24040 100%);
        border-radius: 15rem;
        -webkit-box-shadow: 0rem 0rem 24rem 2rem rgba(180, 109, 109, .5019607843);
        box-shadow: 0rem 0rem 24rem 2rem rgba(180, 109, 109, .5019607843);
        font-family: var(--old-text);
        font-size: 16rem;
        font-weight: 400;
        line-height: 18rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #f4f0e6;
        text-transform: uppercase
    }

    /*.services {*/
    /*    background: #f8f8f8;*/
    /*    padding-top: 124rem;*/
    /*    width: 100%;*/
    /*    overflow: hidden;*/
    /*    position: relative*/
    /*}*/

    /*.services__back {*/
    /*    position: absolute;*/
    /*    top: 0;*/
    /*    left: 0;*/
    /*    width: 100%;*/
    /*    z-index: 0;*/
    /*    height: 2200rem;*/
    /*    opacity: .15*/
    /*}*/

    .services__letter {
        position: absolute;
        bottom: -94rem;
        left: 0;
        width: 100%;
        height: 203rem;
        z-index: 2
    }

    .services__back-diff {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 0;
        height: 100%
    }

    .services__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 48rem;
        position: relative;
        z-index: 1
    }

    .services__body-title {
        font-family: var(--old-title);
        font-size: 48rem;
        font-weight: 400;
        line-height: 42rem;
        letter-spacing: .02em;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #97824d;
        text-transform: uppercase
    }

    .services__body-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 24rem
    }

    .services__body-block-item {
        position: relative;
        width: 658rem;
        height: 386rem;
        padding-left: 64rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .services__body-block-item img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0
    }

    /*.services__body-block-item-text {*/
    /*    position: relative;*/
    /*    z-index: 1;*/
    /*    display: -webkit-box;*/
    /*    display: -ms-flexbox;*/
    /*    display: flex;*/
    /*    -webkit-box-orient: vertical;*/
    /*    -webkit-box-direction: normal;*/
    /*    -ms-flex-direction: column;*/
    /*    flex-direction: column;*/
    /*    gap: 16rem*/
    /*}*/

    .services__body-block-item-text h3 {
        font-family: var(--old-text);
        font-size: 32rem;
        font-weight: 400;
        line-height: 42rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #97824d;
        text-transform: uppercase
    }

    .services__body-block-item-text p {
        font-family: var(--regular);
        font-size: 18rem;
        font-weight: 400;
        line-height: 26rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c
    }

    .services__body-block-item-text a {
        margin-top: 16rem;
        width: 230rem;
        height: 60rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 10rem;
        background: -webkit-gradient(linear, left top, right top, from(#A04444), to(#A24040));
        background: linear-gradient(90deg, #A04444 0%, #A24040 100%);
        border-radius: 15rem;
        -webkit-box-shadow: 0rem 0rem 24rem 2rem rgba(180, 109, 109, .5019607843);
        box-shadow: 0rem 0rem 24rem 2rem rgba(180, 109, 109, .5019607843);
        font-family: var(--old-text);
        font-size: 16rem;
        font-weight: 400;
        line-height: 24rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #f4f0e6;
        text-transform: uppercase
    }

    .services__body-block-item-text a svg {
        width: 12rem;
        height: 12rem
    }

    /*.services__diff {*/
    /*    padding: 124rem 0 144rem 0;*/
    /*    overflow: visible*/
    /*}*/

    .portfolio {
        width: 100%;
        padding: 124rem 0;
        position: relative
    }

    .portfolio__letter {
        position: absolute;
        bottom: -94rem;
        left: 0;
        width: 100%;
        height: 203rem;
        z-index: 2
    }

    .portfolio__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24rem
    }

/*    .portfolio__body-item {
        width: 100%;
        height: auto;
        padding: 64rem;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24rem;
        border-radius: 15rem
    }*/

    /*.portfolio__body-item img {*/
    /*    width: 100%;*/
    /*    height: 100%;*/
    /*    position: absolute;*/
    /*    top: 0;*/
    /*    left: 0;*/
    /*    z-index: -1;*/
    /*    border-radius: 15rem*/
    /*}*/

    /*.portfolio__body-item span {*/
    /*    font-family: var(--old-title);*/
    /*    font-size: 32rem;*/
    /*    font-weight: 400;*/
    /*    line-height: 42rem;*/
    /*    text-align: left;*/
    /*    text-underline-position: from-font;*/
    /*    -webkit-text-decoration-skip-ink: none;*/
    /*    text-decoration-skip-ink: none;*/
    /*    color: #97824d;*/
    /*    text-transform: uppercase;*/
    /*    max-width: 670rem*/
    /*}*/

    /*.portfolio__body-item p {*/
    /*    max-width: 768rem;*/
    /*    font-family: var(--regular);*/
    /*    font-size: 14rem;*/
    /*    font-weight: 400;*/
    /*    line-height: 18rem;*/
    /*    text-align: justify;*/
    /*    text-underline-position: from-font;*/
    /*    -webkit-text-decoration-skip-ink: none;*/
    /*    text-decoration-skip-ink: none;*/
    /*    color: #5c5c5c*/
    /*}*/

/*    .project {
        width: 100%;
        padding: 126rem 0 124rem 0;
        position: relative
    }*/
    .project .container{
        max-width: 1140rem;
    }
    .project__letter {
        position: absolute;
        bottom: -94rem;
        left: 0;
        width: 100%;
        height: 203rem;
        z-index: 2
    }

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

    .project__body {
        position: relative;
        z-index: 3;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 48rem
    }

    /*.project__body h1 {*/
    /*    font-family: var(--old-title);*/
    /*    font-size: 48rem;*/
    /*    font-weight: 400;*/
    /*    line-height: 42rem;*/
    /*    letter-spacing: .02em;*/
    /*    text-align: left;*/
    /*    text-underline-position: from-font;*/
    /*    -webkit-text-decoration-skip-ink: none;*/
    /*    text-decoration-skip-ink: none;*/
    /*    color: #97824d;*/
    /*    text-transform: uppercase*/
    /*}*/

    .project__body-block {
        padding: 50rem 16rem 50rem 16rem;
    }

/*    .project__body-block {
        padding: 55rem 65rem 55rem 70rem;
        background: rgba(255, 255, 255, .9490196078);
        border-radius: 15rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: 1rem solid #97824d
    }*/

    /*.project__body-block p {*/
    /*    width: 100%;*/
    /*    font-family: var(--regular);*/
    /*    font-size: 18rem;*/
    /*    font-weight: 400;*/
    /*    line-height: 24rem;*/
    /*    text-align: justify;*/
    /*    text-underline-position: from-font;*/
    /*    -webkit-text-decoration-skip-ink: none;*/
    /*    text-decoration-skip-ink: none;*/
    /*    color: #5c5c5c*/
    /*}*/

    .review {
        width: 100%;
        padding: 64rem 0 124rem 0;
        position: relative
    }

    .review__letter {
        position: absolute;
        bottom: -94rem;
        left: 0;
        width: 100%;
        height: 203rem;
        z-index: 2
    }

    .review__body {
        position: relative;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 48rem
    }

    .review__body h2 {
        font-family: var(--old-title);
        font-size: 48rem;
        font-weight: 400;
        line-height: 42rem;
        letter-spacing: .02em;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #97824d;
        text-transform: uppercase
    }

    .review__body .splide {
        width: 100%
    }

    .review__body .splide .splide__arrows {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 15rem;
        position: absolute;
        top: -69rem;
        right: 0rem
    }

    .review__body .splide .splide__arrows .splide__arrow {
        width: 42rem;
        height: 42rem;
        border-radius: 50%;
        background: rgba(164, 144, 93, .6);
        -webkit-transform: translateY(1);
        -ms-transform: translateY(1);
        transform: translateY(1);
        position: static
    }

    .review__body .splide .splide__arrows .splide__arrow svg {
        width: 15rem;
        height: 12rem;
        fill: none
    }

    .review__body .splide__slide {
        width: 431rem !important;
        margin-right: 24rem !important;
        border-radius: 15rem;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24rem;
        padding: 48rem;
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content
    }

    .review__body .splide__slide-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 32rem
    }

    .review__body .splide__slide-top img {
        width: 64rem;
        height: 64rem
    }

    .review__body .splide__slide-top-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8rem
    }

    .review__body .splide__slide-top-info span {
        font-family: var(--old-text);
        font-size: 18rem;
        font-weight: 400;
        line-height: 24rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #97824d;
        text-transform: uppercase
    }

    .review__body .splide__slide-top-info p {
        font-family: var(--regular);
        font-size: 14rem;
        font-weight: 400;
        line-height: 18rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c
    }

    .review__body .splide__slide-desc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8rem
    }

    .review__body .splide__slide-desc span {
        font-family: var(--medium);
        font-size: 18rem;
        font-weight: 500;
        line-height: 24rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c
    }

    .review__body .splide__slide-desc p {
        font-family: var(--regular);
        font-size: 14rem;
        font-weight: 400;
        line-height: 18rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c
    }

    .review__body .splide__slide-images {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 16rem
    }

    .review__body .splide__slide-images img {
        width: 99rem;
        height: 99rem
    }
}

@media(max-width: 780px) {
    html {
        font-size: calc(100vw / 390)
    }

    h1, h2, h3, h4, h5, h6 {
        hyphens: auto;
    }

    .desk {
        display: none !important
    }

    .mob {
        display: flex !important
    }
    .menuHidden {
        display: none !important;
    }

    .middle{
        display: none !important;
    }
    body {
        max-width: 390rem;
        background-color: #f4f0e6;
        font-family: var(--regular);
        margin: 0 auto
    }

    .container {
        max-width: 342rem;
        margin: 0 auto;
        width: 100%
    }
/*    .about
    {
        width: 100%;
        position: relative;
        padding: 112rem 0 0 0
    }*/

    .project__item {
        flex-direction: column;
        align-items: center;
    }

    .project__item .descr{
        order: 2;
    }

    .about__back {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 859rem;
        z-index: 0
    }

    .about__letter {
        width: 100%;
        position: absolute;
        top: 812rem;
        left: 0;
        height: 85rem;
        z-index: 1
    }

    .about__body {
        position: relative;
        z-index: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 32rem
    }

    /*.about__body h1 {*/
    /*    font-family: var(--old-title);*/
    /*    font-size: 24rem;*/
    /*    font-weight: 400;*/
    /*    line-height: 32rem;*/
    /*    letter-spacing: .02em;*/
    /*    text-align: left;*/
    /*    text-underline-position: from-font;*/
    /*    -webkit-text-decoration-skip-ink: none;*/
    /*    text-decoration-skip-ink: none;*/
    /*    color: #97824d;*/
    /*    text-transform: uppercase*/
    /*}*/

    .about__body-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 32rem;
        background: #fff;
        padding: 16rem 16rem 32rem 16rem;
        border: 1rem solid #97824d;
        border-radius: 15rem
    }

    .contact__body-block-info {
        flex-direction: column;
        align-items: center;
    }

    .about__body-block-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border: 1rem solid #a4905d;
        padding: 53rem 16rem 32rem 16rem;
        border-radius: 15rem;
        gap: 61rem;
        margin: 0 16rem;
    }

    .about__body-block-info-lead {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 24rem
    }

    .about__body-block-info-lead img {
        width: 111rem;
        height: 111rem;
        -webkit-box-shadow: 0rem 4rem 4rem 0rem rgba(0, 0, 0, .2509803922);
        box-shadow: 0rem 4rem 4rem 0rem rgba(0, 0, 0, .2509803922);
        border-radius: 50%
    }

    .about__body-block-info-lead-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8rem
    }

    .about__body-block-info-lead span {
        font-family: var(--old-text);
        font-size: 20rem;
        font-weight: 400;
        line-height: 24rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #97824d;
        text-transform: uppercase
    }

    .about__body-block-info-lead p {
        font-family: var(--regular);
        font-size: 12rem;
        font-weight: 400;
        line-height: 16rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c
    }

    .about__body-block-info-desc {
        width: 100%;
        padding: 0;
        background: rgba(0, 0, 0, 0);
        border: none;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        border-radius: 15rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative
    }

    .about__body-block-info-desc p {
        font-family: var(--regular);
        font-size: 12rem;
        font-weight: 400;
        line-height: 14rem;
        text-align: justify;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c;
        max-width: 294rem
    }

    .about__body-block-info-desc-bot {
        position: absolute;
        width: 24rem;
        height: 21rem;
        bottom: -26.5rem;
        left: 0rem
    }

    .about__body-block-info-desc-top {
        position: absolute;
        width: 24rem;
        height: 21rem;
        top: -26.5rem;
        right: 0rem
    }

    .about__body-block-desc {
        font-family: var(--regular);
        font-size: 14rem;
        font-weight: 400;
        line-height: 20rem;
        text-align: justify;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c;
        max-width: 294rem
    }

    .advantages {
        background: #f8f8f8;
        padding-top: 64rem;
        width: 100%;
        position: relative;
        overflow: hidden
    }

    .advantages__back {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 0;
        height: 2200rem;
        opacity: .15
    }

    .advantages__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 37rem
    }

    .advantages__body-title {
        font-family: var(--old-title);
        font-size: 24rem;
        font-weight: 400;
        line-height: 32rem;
        letter-spacing: .02em;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c;
        text-transform: uppercase
    }

    .advantages__body-title span {
        color: #97824d
    }

    .advantages__body-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 24rem
    }

    .advantages__body-block-item {
        position: relative;
        width: 100%;
        height: auto;
        padding: 82rem 32rem 32rem 32rem;
        align-items: flex-end;
        display: flex
    }

    .advantages__body-block-item img {
        width: 100%;
        height: inherit;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0
    }

    .advantages__body-block-item-text {
        position: relative;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16rem
    }

    .advantages__body-block-item-text h3 {
        font-family: var(--old-text);
        font-size: 20rem;
        font-weight: 400;
        line-height: 24rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #97824d;
        text-transform: uppercase
    }

    .advantages__body-block-item-text p {
        font-family: var(--regular);
        font-size: 12rem;
        font-weight: 400;
        line-height: 16rem;
        text-align: justify;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c
    }

    .advantages__body-block-item-text a {
        margin-top: 16rem;
        width: 230rem;
        height: 60rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 10rem;
        background: -webkit-gradient(linear, left top, right top, from(#A04444), to(#A24040));
        background: linear-gradient(90deg, #A04444 0%, #A24040 100%);
        border-radius: 15rem;
        -webkit-box-shadow: 0rem 0rem 24rem 2rem rgba(180, 109, 109, .5019607843);
        box-shadow: 0rem 0rem 24rem 2rem rgba(180, 109, 109, .5019607843);
        font-family: var(--old-text);
        font-size: 16rem;
        font-weight: 400;
        line-height: 24rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #f4f0e6;
        text-transform: uppercase
    }

    .advantages__body-block-item-text a svg {
        width: 12rem;
        height: 12rem
    }

    .article {
        width: 100%;
        padding: 104rem 0 0 0;
        position: relative
    }

    .article__body {
        display: block;
        /*display: flex;*/
        /*flex-direction: column;*/
        /*align-items: center;*/
        /*gap: 32rem;*/
        padding: 32rem 16rem;
        width: 100%;
        border-radius: 15rem;
        background: rgba(255, 255, 255, .9490196078);
        border: none;
        overflow-x: auto;
    }

    .article__body-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 12rem
    }

    /*.article__body-info h1 {*/
    /*    font-family: var(--old-title);*/
    /*    font-size: 20rem;*/
    /*    font-weight: 400;*/
    /*    line-height: 32rem;*/
    /*    text-align: left;*/
    /*    text-underline-position: from-font;*/
    /*    -webkit-text-decoration-skip-ink: none;*/
    /*    text-decoration-skip-ink: none;*/
    /*    color: #97824d;*/
    /*    text-transform: uppercase*/
    /*}*/

    .article__body-info-attr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16rem
    }

    .article__body-info-attr span {
        font-family: var(--regular);
        font-size: 12rem;
        font-weight: 400;
        line-height: 16rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: rgba(92, 92, 92, .5019607843)
    }

    /*.article__body img {*/
    /*    width: 100%;*/
    /*    height: 100rem;*/
    /*    border-radius: 15rem*/
    /*}*/

    .article__body-desc {
        font-family: var(--regular);
        font-size: 14rem;
        font-weight: 400;
        line-height: 20rem;
        text-align: justify;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c;
        gap: 20rem;
    }

/*    .article__body-desc span {
        font-family: var(--bold);
        font-weight: 700
    }*/

    .article__body-desc a {
        color: #97824d;
        text-decoration: underline
    }

    .article__body table {
        border: 1rem solid #97824d;
        border-collapse: collapse
    }

    .article__body td {
        border: 1rem solid #97824d;
        border-collapse: collapse
    }

    .article__body tr {
        min-height: 188rem
    }

    .article__body .article__body-table-name {
        width: 95rem;
        padding-left: 12rem;
        height: 100%;
        font-family: var(--regular);
        font-size: 8rem;
        font-weight: 400;
        line-height: 13rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c
    }

    .article__body .article__body-table-info {
        width: 90rem;
        padding-left: 12rem;
        height: 100%;
        font-family: var(--regular);
        font-size: 8rem;
        font-weight: 400;
        line-height: 13rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c
    }

    .article__body .article__body-table-desc {
        padding: 12rem;
        width: 143rem;
        font-family: var(--regular);
        font-size: 8rem;
        font-weight: 400;
        line-height: 13rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: rgba(92, 92, 92, .6980392157)
    }

    .article__body .article__body-table-desc span {
        color: #5c5c5c
    }

    .articles {
        width: 100%;
        padding: 64rem 0 64rem 0;
        position: relative
    }

/*    .articles__letter {
        position: absolute;
        bottom: -43.8rem;
        left: 0;
        width: 100%;
        height: 85rem;
        z-index: 2
    }*/

    .articles__body {
        position: relative;
        z-index: 5;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 24rem
    }
    .articles__body-wrap{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 24rem;
        max-height: 706rem;
    }
    /*.articles__body h1 {*/
    /*    width: 100%;*/
    /*    font-family: var(--old-title);*/
    /*    font-size: 24rem;*/
    /*    font-weight: 400;*/
    /*    line-height: 32rem;*/
    /*    letter-spacing: .02em;*/
    /*    text-align: center;*/
    /*    text-underline-position: from-font;*/
    /*    -webkit-text-decoration-skip-ink: none;*/
    /*    text-decoration-skip-ink: none;*/
    /*    color: #97824d;*/
    /*    margin-bottom: 24rem;*/
    /*    text-transform: uppercase*/
    /*}*/

    .articles__body-item {
        width: 100%;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        position: relative;
        border: 1rem solid rgba(151, 130, 77, .5019607843);
        border-radius: 15rem;
        padding: 82rem 32rem 32rem 32rem
    }

    .articles__body-item-img {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 0;
        top: 0;
        left: 0;
        border-radius: 15rem
    }

    .articles__body-item-grad {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(60.11%, #FFFFFF), color-stop(105.02%, rgba(255, 255, 255, 0.01)));
        background: linear-gradient(0deg, #FFFFFF 60.11%, rgba(255, 255, 255, 0.01) 105.02%);
        border-radius: 15rem
    }

    .articles__body-item-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 43rem;
        position: relative;
        z-index: 3
    }

    .articles__body-item-info-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8rem
    }

    .articles__body-item-info-top span {
        font-family: var(--old-text);
        font-size: 20rem;
        font-weight: 400;
        line-height: 24rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #97824d;
        text-transform: uppercase
    }

    .articles__body-item-info-top p {
        font-family: var(--regular);
        font-size: 12rem;
        font-weight: 400;
        line-height: 16rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c
    }

    .articles__body-item-info-bot {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }

    .articles__body-item-info-bot button {
        font-family: var(--regular);
        font-size: 14rem;
        font-weight: 400;
        line-height: 18rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10rem
    }

    .articles__body-item-info-bot button svg {
        width: 13rem;
        height: 12rem
    }

    .articles__body-item-info-bot-attr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16rem
    }

    .articles__body-item-info-bot-attr span {
        font-family: var(--regular);
        font-size: 14rem;
        font-weight: 400;
        line-height: 18rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: rgba(92, 92, 92, .5019607843)
    }

    .articles__body .articles__body-btn-wrap {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .articles__body-btn {
        width: 230rem;
        height: 52rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: -webkit-gradient(linear, left top, right top, from(#A04444), to(#A24040));
        background: linear-gradient(90deg, #A04444 0%, #A24040 100%);
        border-radius: 15rem;
        -webkit-box-shadow: 0rem 0rem 24rem 2rem rgba(180, 109, 109, .5019607843);
        box-shadow: 0rem 0rem 24rem 2rem rgba(180, 109, 109, .5019607843);
        font-family: var(--old-text);
        font-size: 16rem;
        font-weight: 400;
        line-height: 18rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #f4f0e6;
        text-transform: uppercase;
        -ms-flex-item-align: center;
        align-self: center
    }

    .blog {
        width: 100%;
        padding: 112rem 0 64rem 0;
        position: relative
    }

    .blog__back {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1
    }

    .blog__letter {
        position: absolute;
        bottom: -43.8rem;
        left: 0;
        width: 100%;
        height: 85rem;
        z-index: 2
    }

    .blog__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 32rem
    }

    .blog__body-title {
        font-family: var(--old-title);
        font-size: 24rem;
        font-weight: 400;
        line-height: 32rem;
        letter-spacing: .02em;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #97824d;
        text-transform: uppercase
    }

    .blog__body .splide {
        width: 100%;
        padding-left: 24rem;
        padding-right: 24rem
    }

    .blog__body .splide .splide__arrows {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8rem;
        position: absolute;
        top: -48rem;
        right: 24rem
    }

    .blog__body .splide .splide__arrows .splide__arrow {
        width: 32rem;
        height: 32rem;
        border-radius: 50%;
        background: rgba(164, 144, 93, .6);
        -webkit-transform: translateY(1);
        -ms-transform: translateY(1);
        transform: translateY(1);
        position: static
    }

    .blog__body .splide .splide__arrows .splide__arrow svg {
        width: 15rem;
        height: 12rem;
        fill: none
    }

    .blog__body .splide__slide {
        width: 342rem !important;
        height: 244rem;
        position: relative;
        border-radius: 15rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding: 32rem;
        border: 1rem solid rgba(151, 130, 77, .5019607843);
        margin-right: 16rem
    }

    .blog__body .splide__slide-img {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 0;
        top: 0;
        left: 0;
        border-radius: 15rem
    }

    .blog__body .splide__slide-grad {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(46.78%, #FFFFFF), color-stop(105.12%, rgba(255, 255, 255, 0.01)));
        background: linear-gradient(0deg, #FFFFFF 46.78%, rgba(255, 255, 255, 0.01) 105.12%);
        border-radius: 15rem
    }

    .blog__body .splide__slide-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24rem;
        width: 100%;
        z-index: 2
    }

    .blog__body .splide__slide-text-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8rem
    }

    .blog__body .splide__slide-text-info-name {
        font-family: var(--old-text);
        font-size: 20rem;
        font-weight: 400;
        line-height: 24rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #97824d;
        text-transform: uppercase
    }

    .blog__body .splide__slide-text-info-desc {
        font-family: var(--regular);
        font-size: 12rem;
        font-weight: 400;
        line-height: 16rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c;
        max-width: 433rem
    }

    .blog__body .splide__slide-text-info-soft {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8rem
    }

    .blog__body .splide__slide-text-info-soft span {
        font-family: var(--regular);
        font-size: 12rem;
        font-weight: 400;
        line-height: 16rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: rgba(92, 92, 92, .5019607843)
    }

    .blog__body .splide__slide-text-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }

    .blog__body .splide__slide-text a {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 147rem;
        height: 42rem;
        border-radius: 15rem;
        background: -webkit-gradient(linear, left top, right top, from(#A04444), to(#A24040));
        background: linear-gradient(90deg, #A04444 0%, #A24040 100%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-shadow: 0rem 0rem 24rem 2rem rgba(180, 109, 109, .5019607843);
        box-shadow: 0rem 0rem 24rem 2rem rgba(180, 109, 109, .5019607843);
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 6rem;
        font-family: var(--old-text);
        font-size: 12rem;
        font-weight: 400;
        line-height: 18rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #f4f0e6;
        text-transform: uppercase
    }

    .blog__body .splide__slide-text a svg {
        width: 12rem;
        height: 12rem
    }

    /*.contact {*/
    /*    width: 100%;*/
    /*    padding: 112rem 0 64rem 0;*/
    /*    position: relative*/
    /*}*/

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

    .contact__letter {
        position: absolute;
        bottom: -43.8rem;
        left: 0;
        width: 100%;
        height: 85rem;
        z-index: 2
    }

    .contact__body {
        position: relative;
        z-index: 5;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 32rem
    }

    /*.contact__body h1 {*/
    /*    font-family: var(--old-title);*/
    /*    font-size: 24rem;*/
    /*    font-weight: 400;*/
    /*    line-height: 32rem;*/
    /*    letter-spacing: .02em;*/
    /*    text-align: left;*/
    /*    text-underline-position: from-font;*/
    /*    -webkit-text-decoration-skip-ink: none;*/
    /*    text-decoration-skip-ink: none;*/
    /*    color: #97824d;*/
    /*    text-transform: uppercase*/
    /*}*/

    .contact__body-block {
        background: #fff;
        border: 1rem solid #97824d;
        border-radius: 15rem;
        padding: 32rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 32rem;
        width: 100%
    }

    .contact__body-block-desc {
        font-family: var(--regular);
        font-size: 14rem;
        font-weight: 400;
        line-height: 20rem;
        text-align: justify;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c
    }

    /*.contact__body-block-info {*/
    /*    display: -webkit-box;*/
    /*    display: -ms-flexbox;*/
    /*    display: flex;*/
    /*    -ms-flex-wrap: wrap;*/
    /*    flex-wrap: wrap;*/
    /*    gap: 16rem*/
    /*}*/

    .contact__body-block-info-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8rem
    }

    .contact__body-block-info-item p {
        font-family: var(--regular);
        font-size: 14rem;
        font-weight: 400;
        line-height: 18rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c
    }

    .contact__body-block-info-item a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8rem;
        font-family: var(--seni);
        font-size: 14rem;
        font-weight: 600;
        line-height: 18rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c
    }

    .contact__body-block-info-item a svg {
        width: 18rem;
        height: 18rem
    }

    .feedback {
        width: 100%;
        padding-top: 32rem;
        overflow: hidden;
        background: #f8f8f8;
        position: relative
    }

    .feedback__back {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 0;
        height: 2200rem;
        opacity: .15
    }

    .feedback__body {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 16rem 16rem 14rem 16rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 48rem;
        position: relative;
        border-radius: 15rem;
        z-index: 2
    }

    .feedback__body-back {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0
    }

    .feedback__body-img {
        width: 109rem;
        height: auto;
        position: absolute;
        bottom: 0;
        right: 0;
        border-bottom-right-radius: 15rem
    }

    .feedback__body-block {
        width: 100%;
        padding: 24rem 24rem 32rem 24rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 24rem;
        background: #fff;
        border-radius: 15rem
    }

    .feedback__body-block-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 12rem
    }

    .feedback__body-block-info h2 {
        font-family: var(--old-text);
        font-size: 24rem;
        font-weight: 400;
        line-height: 32rem;
        text-align: center;
        text-transform: uppercase;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #97824d
    }

    .feedback__body-block-info p {
        font-family: var(--regular);
        font-size: 12rem;
        font-weight: 400;
        line-height: 16rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        max-width: 369rem;
        color: #5c5c5c
    }

    .feedback__body-block-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16rem;
        width: 100%
    }

    .feedback__body-block-form-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16rem
    }

    .feedback__body-block-form-wrap input {
        width: 100%;
        height: 50rem;
        background: rgba(0, 0, 0, 0);
        border-radius: 15rem;
        border: 1rem solid #5c5c5c;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 16rem;
        font-family: var(--light);
        font-size: 14rem;
        font-weight: 300;
        line-height: 18rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c
    }

    .feedback__body-block-form-email {
        width: 100%;
        height: 50rem;
        background: rgba(0, 0, 0, 0);
        border-radius: 15rem;
        border: 1rem solid #5c5c5c;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 16rem;
        font-family: var(--light);
        font-size: 14rem;
        font-weight: 300;
        line-height: 18rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c
    }
    .button__wrap{
        display: flex;
        flex-direction: column;
        gap: 4rem;
    }
    .button__wrap .checkbox{
        display: flex;
        align-items: center;
        gap: 8rem;
        position: relative;
        margin-top: 16rem;
    }
    .button__wrap .checkbox input{
        width: 100%;
        height: 100%;
        z-index: 1;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
    }
    .button__wrap .checkbox span{
        width: 14rem;
        height: 14rem;
        border-radius: 2rem;
        background: transparent;
        border: 1rem solid #97824d;
        transition: all 0.3s ease;
    }
    .button__wrap p{
        font-size: 12rem;
        line-height: 16rem;
        text-align: start;
        font-weight: 400;
    }
    .button__wrap p a{
        text-decoration: underline;
    }
    .feedback__body-block-form-btn {
        width: 226rem;
        height: 50rem;
        background: -webkit-gradient(linear, left top, right top, from(#A04444), to(#A24040));
        background: linear-gradient(90deg, #A04444 0%, #A24040 100%);
        border-radius: 15rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-shadow: 0rem 0rem 24rem 2rem rgba(180, 109, 109, .5019607843);
        box-shadow: 0rem 0rem 24rem 2rem rgba(180, 109, 109, .5019607843);
        font-family: var(--old-text);
        font-size: 14rem;
        font-weight: 400;
        line-height: 18rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #f4f0e6;
        text-transform: uppercase;
        margin-top: 8rem
    }

    .diff__feedback {
        padding-top: 64rem
    }

    .footer {
        width: 100%;
        padding: 64rem 0rem 64rem 0rem;
        position: relative;
        overflow: hidden;
        background: #f8f8f8
    }

    .footer .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 48rem;
        padding: 0 0rem;
        position: relative;
        z-index: 1
    }

    .footer__back {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 0;
        height: 2200rem;
        opacity: .15
    }

    .footer__body {
        padding-top: 32rem;
        width: 100%;
        border-top: 1rem solid #5c5c5c;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 32rem
    }

    .footer__body-start {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24rem
    }

    .footer__body-start-logo {
        width: 276rem;
        height: 96rem
    }

    .footer__body-start-logo img {
        width: 100%;
        height: 100%
    }

    .footer__body-start-btn {
        width: 212rem;
        height: 48rem;
        background: -webkit-gradient(linear, left top, right top, from(#A04444), to(#A24040));
        background: linear-gradient(90deg, #A04444 0%, #A24040 100%);
        border-radius: 15rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-shadow: 0rem 0rem 24rem 2rem rgba(180, 109, 109, .5019607843);
        box-shadow: 0rem 0rem 24rem 2rem rgba(180, 109, 109, .5019607843);
        font-family: var(--old-text);
        font-size: 12rem;
        font-weight: 400;
        line-height: 12rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #f4f0e6;
        text-transform: uppercase
    }

    .footer__body-start-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16px
    }

    .footer__body-start-wrap-tg {
        width: 48rem;
        height: 48rem;
        border-radius: 50%;
        -webkit-box-shadow: 0px 0px 24rem 2rem rgba(180, 109, 109, .5019607843);
        box-shadow: 0px 0px 24rem 2rem rgba(180, 109, 109, .5019607843)
    }

    .footer__body-start-wrap-tg svg {
        width: 49rem;
        height: 49rem
    }

    .footer__body-wrap {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        gap: 7rem;
    }

    .footer__body-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24rem
    }

    .footer__body-menu span {
        font-family: var(--semi);
        font-size: 18rem;
        font-weight: 600;
        line-height: 24rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c
    }

    .footer__body-menu-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16rem
    }

    .footer__body-menu-list li {
        font-family: var(--regular);
        font-size: 16rem;
        font-weight: 400;
        line-height: 24rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c;
        max-width: 190rem
    }

    .footer__body-contact {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24rem;
        width: 100%
    }

    .footer__body-contact span {
        font-family: var(--semi);
        font-size: 18rem;
        font-weight: 600;
        line-height: 24rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c
    }

    .footer__body-contact-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        gap: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer__body-contact-items-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8rem
    }

    .footer__body-contact-items-item p {
        font-family: var(--regular);
        font-size: 16rem;
        font-weight: 400;
        line-height: 19.2rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c
    }

    .footer__body-contact-items-item a {
        font-family: var(--regular);
        font-size: 16rem;
        font-weight: 400;
        line-height: 19.2rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c
    }

    /*.footer__soft {*/
    /*    display: -webkit-box;*/
    /*    display: -ms-flexbox;*/
    /*    display: flex;*/
    /*    width: 100%;*/
    /*    -webkit-box-align: center;*/
    /*    -ms-flex-align: center;*/
    /*    align-items: center;*/
    /*    -webkit-box-pack: start;*/
    /*    -ms-flex-pack: start;*/
    /*    justify-content: flex-start;*/
    /*    -webkit-box-orient: vertical;*/
    /*    -webkit-box-direction: normal;*/
    /*    -ms-flex-direction: column;*/
    /*    flex-direction: column;*/
    /*    gap: 16rem*/
    /*}*/

    /*.footer__soft span {*/
    /*    font-family: var(--regular);*/
    /*    font-size: 14rem;*/
    /*    font-weight: 400;*/
    /*    line-height: 24rem;*/
    /*    text-align: left;*/
    /*    text-underline-position: from-font;*/
    /*    -webkit-text-decoration-skip-ink: none;*/
    /*    text-decoration-skip-ink: none;*/
    /*    color: rgba(92, 92, 92, .6)*/
    /*}*/

    /*.footer__soft span:nth-child(2) {*/
    /*    -webkit-box-ordinal-group: 0;*/
    /*    -ms-flex-order: -1;*/
    /*    order: -1*/
    /*}*/

    .header.active {
        background: #f8f8f8;
        height: 100%; /*vh*/
    }

    .header.active .header__body-contact-item {
        color: #a4905d
    }

    .header.active .header__body-contact-item svg g path {
        fill: #a4905d
    }

    .header.active .header__body-logo {
        opacity: 0
    }

    .header {
        width: 100%;
        position: fixed;
        top: 0;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 13, 13, 0.01)), to(rgba(18, 18, 18, 0.01)));
        background: linear-gradient(180deg, rgba(13, 13, 13, 0.01) 0%, rgba(18, 18, 18, 0.01) 100%);
        -webkit-backdrop-filter: blur(15rem);
        backdrop-filter: blur(15rem);
        border-bottom-left-radius: 15rem;
        border-bottom-right-radius: 15rem;
        padding-top: 16rem;
        padding-bottom: 16rem;
        max-width: 390rem;
        z-index: 100;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        height: 80rem;
        overflow: auto;
    }

    .header__mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 32rem
    }

    .header__mobile-soft div,
    .footer__soft div {
        flex-direction: column;
    }

    .header__mobile-soft div:first-child span:nth-child(2),
    .footer__soft div:first-child span:nth-child(2) {
        order: -1;
    }

    .header__mobile-soft div:nth-child(2),
    .header__mobile-soft div:nth-child(3),
    .footer__soft div:nth-child(2),
    .footer__soft div:nth-child(3) {
        padding-top: 10rem;
    }

    .header__mobile-soft div:nth-child(3) span,
    .footer__soft div:nth-child(3) span{
        font-size: 0.6em;
        line-height: 1.4em;
    }

/*    .header__mobile-soft {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16rem
    }

    .header__mobile-soft span {
        font-family: var(--regular);
        font-size: 14rem;
        font-weight: 400;
        line-height: 24rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: rgba(92, 92, 92, .6)
    }

    .header__mobile-soft span:nth-child(2) {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
*/
    .header__mobile-body {
        padding-top: 19rem;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 32rem
    }

    .header__mobile-body-start {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 24rem
    }

    .header__mobile-body-start-logo {
        width: 342rem;
        height: 127rem
    }

    .header__mobile-body-start-logo img {
        width: 100%;
        height: 100%
    }

    .header__mobile-body-start-btn {
        width: 212rem;
        height: 48rem;
        background: -webkit-gradient(linear, left top, right top, from(#A04444), to(#A24040));
        background: linear-gradient(90deg, #A04444 0%, #A24040 100%);
        border-radius: 15rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-shadow: 0rem 0rem 24rem 2rem rgba(180, 109, 109, .5019607843);
        box-shadow: 0rem 0rem 24rem 2rem rgba(180, 109, 109, .5019607843);
        font-family: var(--old-text);
        font-size: 12rem;
        font-weight: 400;
        line-height: 12rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #f4f0e6;
        text-transform: uppercase
    }

    .header__mobile-body-start-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16px
    }

    .header__mobile-body-start-wrap-tg {
        width: 48rem;
        height: 48rem;
        border-radius: 50%;
        -webkit-box-shadow: 0px 0px 24rem 2rem rgba(180, 109, 109, .5019607843);
        box-shadow: 0px 0px 24rem 2rem rgba(180, 109, 109, .5019607843)
    }

    .header__mobile-body-start-wrap-tg svg {
        width: 49rem;
        height: 49rem
    }

    .header__mobile-body-wrap {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .header__mobile-body-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24rem
    }

    .header__mobile-body-menu span {
        font-family: var(--semi);
        font-size: 18rem;
        font-weight: 600;
        line-height: 24rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c
    }

    .header__mobile-body-menu-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16rem
    }

    .header__mobile-body-menu-list li {
        font-family: var(--regular);
        font-size: 16rem;
        font-weight: 400;
        line-height: 24rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c;
        max-width: 190rem
    }

    .header__mobile-body-contact {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24rem;
        width: 100%
    }

    .header__mobile-body-contact span {
        font-family: var(--semi);
        font-size: 18rem;
        font-weight: 600;
        line-height: 24rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c
    }

    .header__mobile-body-contact-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        gap: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .header__mobile-body-contact-items-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8rem
    }

    .header__mobile-body-contact-items-item p {
        font-family: var(--regular);
        font-size: 16rem;
        font-weight: 400;
        line-height: 19.2rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c
    }

    .header__mobile-body-contact-items-item a {
        font-family: var(--regular);
        font-size: 16rem;
        font-weight: 400;
        line-height: 19.2rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c
    }

    .header__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }

    .header__body-burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8rem
    }

    .header__body-burger-wrap {
        width: 16rem;
        height: 10rem;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header__body-burger-wrap span {
        width: 100%;
        height: 1.5rem;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        background: #5c5c5c
    }

    .header__body-burger p {
        font-family: var(--regular);
        font-size: 14rem;
        font-weight: 400;
        line-height: 18rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c;
        -webkit-transition: all .5s ease;
        transition: all .5s ease
    }

    .header__body-burger.active .header__body-burger-wrap {
        border-radius: 50%;
        border: 1rem solid #a4905d;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 16rem;
        height: 16rem
    }

    .header__body-burger.active .header__body-burger-wrap span {
        position: absolute;
        width: 8.5rem;
        height: 1rem;
        background: #a4905d
    }

    .header__body-burger.active .header__body-burger-wrap span:nth-child(1) {
        rotate: 45deg
    }

    .header__body-burger.active .header__body-burger-wrap span:nth-child(3) {
        rotate: -45deg
    }

    .header__body-burger.active .header__body-burger-wrap span:nth-child(2) {
        opacity: 0
    }

    .header__body-burger.active p {
        color: #a4905d
    }

    .header__body-menu-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 38rem
    }

    .header__body-menu-list li {
        font-family: var(--medium);
        font-size: 16rem;
        font-weight: 500;
        line-height: 24rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

    .header__body-menu-list li:hover {
        color: #97824d
    }

    .header__body-logo {
        width: 48rem;
        height: 48rem;
        -webkit-transition: all .5s ease;
        transition: all .5s ease
    }

    .header__body-logo img {
        width: 100%;
        height: 100%
    }

    .header__body-contact {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 30rem
    }

    .header__body-contact-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8rem;
        font-family: var(--medium);
        font-size: 14rem;
        font-weight: 500;
        line-height: 18rem;
        text-align: right;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c;
        -webkit-transition: all .5s ease;
        transition: all .5s ease
    }

    .header__body-contact-item svg {
        width: 14rem;
        height: 14rem
    }

    .header__body-contact-item svg g path {
        -webkit-transition: all .5s ease;
        transition: all .5s ease
    }

    .main {
        width: 100%;
        padding: 204rem 0 377rem 0;
        position: relative;
        height: calc(100vw * 1688 / 780);
    }

    .main__back {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
/*        height: 100%;*/
        z-index: -1
    }

    .main__letter {
        position: absolute;
        bottom: -40rem;
/*        bottom: -4.5%;*/
        left: 0;
        width: 100%;
        height: 85rem;
        z-index: 2
    }

    .articles__letter {
/*        bottom: -6.1%;*/
/*        bottom: -5.5%;*/
        bottom: -43rem;
    }

    body.home .articles__letter {
        bottom: -2.7%;
    }

    .main__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16rem
    }

    .main__body-logo {
        width: 342rem;
        height: 127rem
    }

    .main__body p {
        font-family: var(--old-text);
        font-size: 12rem;
        font-weight: 400;
        line-height: 18rem;
        text-align: center;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c;
        max-width: 210rem;
        margin-top: 16rem;
        text-transform: uppercase
    }

    .main__body a {
        width: 218rem;
        height: 52rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: -webkit-gradient(linear, left top, right top, from(#A04444), to(#A24040));
        background: linear-gradient(90deg, #A04444 0%, #A24040 100%);
        border-radius: 15rem;
        -webkit-box-shadow: 0rem 0rem 24rem 2rem rgba(180, 109, 109, .5019607843);
        box-shadow: 0rem 0rem 24rem 2rem rgba(180, 109, 109, .5019607843);
        font-family: var(--old-text);
        font-size: 12rem;
        font-weight: 400;
        line-height: 18rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #f4f0e6;
        text-transform: uppercase
    }

    body.home .services {
        padding-top: 64rem;
    }

    /*.services__back {*/
    /*    position: absolute;*/
    /*    top: 0;*/
    /*    left: 0;*/
    /*    width: 100%;*/
    /*    z-index: 0;*/
    /*    height: 2200rem;*/
    /*    opacity: .15*/
    /*}*/

    .services__letter {
        position: absolute;
        bottom: -43.8rem;
        left: 0;
        width: 100%;
        height: 85rem;
        z-index: 2
    }

    .services__back-diff {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 0;
        height: 100%
    }

    .services__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 24rem;
        position: relative;
        z-index: 1
    }

    .services__body-title {
        font-family: var(--old-title);
        font-size: 24rem;
        font-weight: 400;
        line-height: 32rem;
        letter-spacing: .02em;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #97824d;
        text-transform: uppercase
    }

    .services__body-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 24rem
    }

    .services__body-block-item {
        position: relative;
        width: 100%;
        height: auto;
        padding-left: 32rem;
        padding-top: 112rem;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 32rem
    }

    .services__body-block-item img {
        width: 100%;
        height: inherit;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0
    }

    .services__body-block-item-text {
        max-width: 378rem;
    }

    .services__body-block-item-text h3 {
        font-family: var(--old-text);
        margin-top: 0;
        font-size: 20rem;
        font-weight: 400;
        line-height: 24rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #97824d;
        text-transform: uppercase
    }

    .services__body-block-item-text p {
        font-family: var(--regular);
        font-size: 12rem;
        font-weight: 400;
        line-height: 16rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c
    }

    .services__body-block-item-text a {
        margin-top: 16rem;
        width: 278rem;
        height: 42rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 10rem;
        background: -webkit-gradient(linear, left top, right top, from(#A04444), to(#A24040));
        background: linear-gradient(90deg, #A04444 0%, #A24040 100%);
        border-radius: 15rem;
        -webkit-box-shadow: 0rem 0rem 24rem 2rem rgba(180, 109, 109, .5019607843);
        box-shadow: 0rem 0rem 24rem 2rem rgba(180, 109, 109, .5019607843);
        font-family: var(--old-text);
        font-size: 12rem;
        font-weight: 400;
        line-height: 18rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #f4f0e6;
        text-transform: uppercase
    }

    .services__body-block-item-text a svg {
        width: 12rem;
        height: 12rem
    }

    /*.services__diff {*/
    /*    padding: 112rem 0 64rem 0;*/
    /*    overflow: visible*/
    /*}*/

    .portfolio {
        width: 100%;
        padding: 64rem 0;
        position: relative
    }

    .portfolio__letter {
        position: absolute;
        bottom: -43.8rem;
        left: 0;
        width: 100%;
        height: 85rem;
        z-index: 2
    }

    .portfolio__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24rem
    }

/*    .portfolio__body-item {
        width: 100%;
        height: auto;
        padding: 112rem 32rem 32rem 32rem;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8rem;
        border-radius: 15rem
    }*/

    /*.portfolio__body-item img {*/
    /*    width: 100%;*/
    /*    height: 100%;*/
    /*    position: absolute;*/
    /*    top: 0;*/
    /*    left: 0;*/
    /*    z-index: -1;*/
    /*    border-radius: 15rem*/
    /*}*/

    /*.portfolio__body-item span {*/
    /*    font-family: var(--old-title);*/
    /*    font-size: 20rem;*/
    /*    font-weight: 400;*/
    /*    line-height: 24rem;*/
    /*    text-align: left;*/
    /*    text-underline-position: from-font;*/
    /*    -webkit-text-decoration-skip-ink: none;*/
    /*    text-decoration-skip-ink: none;*/
    /*    color: #97824d;*/
    /*    text-transform: uppercase;*/
    /*    max-width: 670rem*/
    /*}*/

    /*.portfolio__body-item p {*/
    /*    max-width: 768rem;*/
    /*    font-family: var(--regular);*/
    /*    font-size: 12rem;*/
    /*    font-weight: 400;*/
    /*    line-height: 16rem;*/
    /*    text-align: justify;*/
    /*    text-underline-position: from-font;*/
    /*    -webkit-text-decoration-skip-ink: none;*/
    /*    text-decoration-skip-ink: none;*/
    /*    color: #5c5c5c*/
    /*}*/

/*    .project {
        width: 100%;
        padding: 112rem 0 64rem 0;
        position: relative
    }*/

    .project__letter {
        position: absolute;
        bottom: -43.8rem;
        left: 0;
        width: 100%;
        height: 85rem;
        z-index: 2
    }

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

    .project__body {
        position: relative;
        z-index: 3;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 32rem
    }

    /*.project__body h1 {*/
    /*    font-family: var(--old-title);*/
    /*    font-size: 24rem;*/
    /*    font-weight: 400;*/
    /*    line-height: 32rem;*/
    /*    letter-spacing: .02em;*/
    /*    text-align: left;*/
    /*    text-underline-position: from-font;*/
    /*    -webkit-text-decoration-skip-ink: none;*/
    /*    text-decoration-skip-ink: none;*/
    /*    color: #97824d;*/
    /*    text-transform: uppercase*/
    /*}*/

/*    .project__body-block {
        padding: 32rem;
        background: rgba(255, 255, 255, .9490196078);
        border-radius: 15rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: 1rem solid #97824d
    }*/

    /*.project__body-block p {*/
    /*    width: 100%;*/
    /*    font-family: var(--regular);*/
    /*    font-size: 14rem;*/
    /*    font-weight: 400;*/
    /*    line-height: 20rem;*/
    /*    text-align: justify;*/
    /*    text-underline-position: from-font;*/
    /*    -webkit-text-decoration-skip-ink: none;*/
    /*    text-decoration-skip-ink: none;*/
    /*    color: #5c5c5c;*/
    /*    text-align: justify;*/
    /*}*/

    .review {
        width: 100%;
        padding: 32rem 0 64rem 0;
        position: relative
    }

    .review__letter {
        position: absolute;
        bottom: -43.8rem;
        left: 0;
        width: 100%;
        height: 85rem;
        z-index: 2
    }

    .review__body {
        position: relative;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 32rem
    }

    .review__body h2 {
        font-family: var(--old-title);
        font-size: 24rem;
        font-weight: 400;
        line-height: 32rem;
        letter-spacing: .02em;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #97824d;
        text-transform: uppercase
    }

    .review__body .splide {
        width: 100%
    }

    .review__body .splide .splide__arrows {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8rem;
        position: absolute;
        top: -48rem;
        right: 0rem
    }

    .review__body .splide .splide__arrows .splide__arrow {
        width: 32rem;
        height: 32rem;
        border-radius: 50%;
        background: rgba(164, 144, 93, .6);
        -webkit-transform: translateY(1);
        -ms-transform: translateY(1);
        transform: translateY(1);
        position: static
    }

    .review__body .splide .splide__arrows .splide__arrow svg {
        width: 15rem;
        height: 12rem;
        fill: none
    }

    .review__body .splide__slide {
        width: 342rem !important;
        margin-right: 16rem !important;
        border-radius: 15rem;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24rem;
        padding: 32rem;
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content
    }

    .review__body .splide__slide-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16rem
    }

    .review__body .splide__slide-top img {
        width: 50rem;
        height: 50rem
    }

    .review__body .splide__slide-top-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8rem
    }

    .review__body .splide__slide-top-info span {
        font-family: var(--old-text);
        font-size: 18rem;
        font-weight: 400;
        line-height: 24rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #97824d;
        text-transform: uppercase
    }

    .review__body .splide__slide-top-info p {
        font-family: var(--regular);
        font-size: 12rem;
        font-weight: 400;
        line-height: 18rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c
    }

    .review__body .splide__slide-desc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8rem
    }

    .review__body .splide__slide-desc span {
        font-family: var(--medium);
        font-size: 16rem;
        font-weight: 500;
        line-height: 24rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c
    }

    .review__body .splide__slide-desc p {
        font-family: var(--regular);
        font-size: 12rem;
        font-weight: 400;
        line-height: 18rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #5c5c5c
    }

    .review__body .splide__slide-images {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 24rem
    }

    .review__body .splide__slide-images img {
        width: 66rem;
        height: 66rem
    }
}

#kpbUezdi {
    border: 1px solid #cecece !important;
}