:root {
    --color-green: linear-gradient(
        180deg,
        #424530 -1.44%,
        #80865f -1.43%,
        #424530 99.37%
    );
    --color-green2: linear-gradient(
        180deg,
        rgba(66, 69, 48, 0.8) 0%,
        rgba(122, 128, 89, 0.8) 50.95%,
        rgba(66, 69, 48, 0.8) 100%
    );
    --color-green3: linear-gradient(
        180deg,
        rgba(66, 69, 48, 0.8) 0%,
        rgba(112, 117, 81, 0.8) 54.79%,
        rgba(66, 69, 48, 0.8) 100%
    );
    --color-green4: linear-gradient(
        180deg,
        #424530 -1.44%,
        #80865f -1.43%,
        #424530 99.37%
    );
    --color-grace: rgba(164, 152, 137, 1);
    --color-yellow: rgba(255, 239, 205, 1);
    --color-gray: rgba(165, 142, 116, 0.56);

    --color-text1: #424530;
    --color-text2: #ffefcd;

    --font-family: "Open Sans", serif;
    --line-height: 1.5;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: 0.3s;
}

body {
    font-family: var(--font-family);
    line-height: var(--line-height);
    color: var(--color-text1);
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

button,
input,
textarea {
    border: none;
    outline: none;
    font: inherit;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
}
a:hover {
    text-decoration: none;
    color: inherit;
}

table {
    border-collapse: collapse;
    width: 100%;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Bebas Neue Cyrillic";
    color: var(--color-text2);
    margin: 0;
}

h1 {
    font-size: 128px;
}
h2 {
    font-size: 96px;
}
h3 {
    font-size: 64px;
}
h4 {
    font-size: 36px;
}
h5 {
    font-size: 1rem;
}
h6 {
    font-size: 0.875rem;
}

p {
    font-size: 1rem;
    margin: 0;
    padding: 0;
}
.modal-open {
    padding-right: 0px !important;
    /* overflow: visible !important; */
}

/* ==================================== */
/* HEADER (Шапка) */
/* ==================================== */

/* ==================================== */
/* DEK MAIN */
/* ==================================== */

.dek-main {
    background: var(--color-green);
    padding: 40px 0 80px;
    overflow: hidden;
}

.dek-main__wrap {
    position: relative;
}
.dek-main__wrap--top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--color-yellow);
    margin-bottom: 100px;
}
.dek-main__wrap--top span {
    text-transform: uppercase;
    color: var(--color-text2);
}

.dek-main__wrap--top-title {
    font-weight: 300;
    font-size: 40px;
    line-height: 54.47px;
}
.dek-main__wrap--top-name {
    font-weight: 300;
    font-size: 24px;
    line-height: 1;
    text-transform: lowercase;
}

.dek-main__wrap--bottom {
}

.dwb-info {
}

.dwb-info__title {
    background: linear-gradient(180deg, #ffefcd 0%, #e09132 86.1%);
    color: transparent;
    background-clip: text;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 128px;
    line-height: 128px;
}
.dwb-info__text {
    margin-bottom: 40px;
}
.dwb-info__text p,
.dwb-info__text li {
    font-size: 29px;
    line-height: 39.49px;
    font-weight: normal;
    color: var(--color-yellow);
}

.dwb-info__text--1 {
    margin-bottom: 20px;
}
.dwb-info__text--2 {
    text-transform: uppercase;
    margin-bottom: 30px;
}
.dwb-info__text--3 {
    margin-bottom: 30px;
}
.dwb-info__text--4 {
    color: rgba(255, 243, 219, 1);
    font-weight: 600;
}
.dwb-info__btn {
    text-transform: uppercase;
    border-radius: 34px;
    color: var(--color-yellow);
    background: rgba(224, 145, 50, 1);
    box-shadow: 4px -6px 17.3px 0px rgba(160, 94, 15, 1) inset;
    box-shadow: -2px 6px 18.6px 0px rgba(232, 170, 96, 1) inset;
    font-weight: 600;
    font-size: 25px;
    line-height: 34.05px;
    text-align: center;
    padding: 15px 30px;
}
.dwb-info__btn:hover {
    background: var(--color-yellow);
    color: rgba(224, 145, 50, 1);
    box-shadow: none;
}
.dwb-img {
    position: absolute;
    top: 0;
    right: -40px;
    max-width: 610px;
}
.dwb-img__btn {
    display: none;
}

/* ==================================== */
/*  */
/* ==================================== */

.dek-help {
    padding: 60px 0 140px;
    background: var(--color-grace);
}
.dek-help__title {
    font-weight: 400;
    font-size: 96px;
    line-height: 96px;
    margin-bottom: 55px;
    color: var(--color-text2);
}
.dek-help__item {
    border: 2px solid var(--color-yellow);
    padding: 30px 10px;
    box-shadow: 0px 8px 9.4px 0px rgba(128, 112, 94, 0.37);
    max-width: 355px;
    height: 207px;
    border-radius: 16px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dek-help__item-mb {
    margin-bottom: 50px;
}
.dek-help__item p {
    font-weight: 600;
    font-size: 20px;
    line-height: 27.24px;
    text-align: center;
    color: var(--color-text2);
    cursor: default;
}
.dek-help__item--bg {
    background: var(--color-yellow);
}
.dek-help__item--bg p {
    color: var(--color-text1);
}

.dek-help__item:not(.dek-help__item--bg):hover {
    background: var(--color-yellow);
}
.dek-help__item:not(.dek-help__item--bg):hover p {
    color: var(--color-text1);
}
.dek-help__item--bg:hover {
    background: transparent;
}
.dek-help__item--bg:hover p {
    color: var(--color-text2);
}

/* ==================================== */
/*  */
/* ==================================== */

.dek-go {
    background: var(--color-green2);
    padding: 80px 0 140px;
}
.dek-go__head {
    text-align: center;
    margin-bottom: 50px;
}
.dek-go__head--title {
    display: inline-block;
    font-weight: 400;
    font-size: 64px;
    line-height: 64px;
    color: var(--color-text2);
    border-bottom: 2px solid rgba(224, 145, 50, 1);
    padding-bottom: 10px;
}

.dek-go__accordion {
}
.dek-go__accordion .accordion-item {
    background: transparent;
    border-bottom: 0;
    margin-bottom: 50px;
}
.dek-go__accordion .accordion-header {
}
.dek-go__accordion .accordion-button {
    background: transparent;
    position: relative;
    padding-left: 80px;
    font-size: 35px;
    line-height: 1;
    color: var(--color-text2);
    box-shadow: none;
}
.dek-go__accordion .accordion-button:hover {
    color: var(--color-text1);
}

.dek-go__accordion .accordion-button::before {
    content: "";
    background: url("./assets/images/icon_check_gold.svg") no-repeat center
        center / contain;
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 7px;
    left: 7px;
}
.dek-go__accordion .accordion-button:not(.collapsed)::before {
    background-image: url("./assets/images/icon_check_white.svg");
}
.dek-go__accordion .accordion-button::after {
    display: none;
}

.dek-go__accordion .accordion-collapse {
}
.dek-go__accordion .accordion-body {
    padding-left: 80px;
}
.dek-go__accordion .accordion-body ul {
}
.dek-go__accordion .accordion-body ul li {
    list-style: circle;
    color: var(--color-text2);
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
}
.dek-go__accordion .accordion-body ul li:not(:last-child) {
    margin-bottom: 15px;
}
.dek-go__accordion .accordion-body ul li a {
    font-weight: bold;
    text-decoration: underline;
}
.dek-go__accordion .accordion-body ul li a:hover {
    color: var(--color-text1);
}

/* ==================================== */
/*  */
/* ==================================== */

.dek-how {
    background: var(--color-green2);
    padding: 80px 0;
}

.dek-how__title {
    font-weight: 400;
    font-size: 70px;
    line-height: 70px;
    color: var(--color-text2);
    margin-bottom: 20px;
}

.dek-how__wrap {
}
.dek-how__wrap--name {
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    color: var(--color-text2);
}
.dek-how__wrap--list {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
    margin-bottom: 20px;
}
.dek-how__wrap--list div {
}

.dek-how__wrap--list li {
    font-weight: 400;
    font-size: 30px;
    line-height: 40.85px;
    color: var(--color-text2);
    position: relative;
    padding-left: 45px;
    margin-bottom: 10px;
}
.dek-how__wrap--list li::after {
    content: "";
    background: url("./assets/images/icon-stop.svg") no-repeat center center /
        contain;
    display: block;
    width: 27px;
    height: 27px;
    position: absolute;
    left: 0px;
    top: 8px;
}

.dek-how__wrap--desc {
    font-weight: 600;
    font-size: 32px;
    line-height: 43.58px;
    color: var(--color-text2);
    padding-left: 45px;
    max-width: 940px;
}
.dek-how__wrap--btn {
    margin-top: 48px;
    display: flex;
    justify-content: space-between;
    padding: 0 45px;
}
.dek-how__wrap--btn a {
    display: flex;
    box-shadow: 4px -6px 17.3px 0px rgba(160, 94, 15, 1) inset;
    box-shadow: -2px 6px 18.6px 0px rgba(232, 170, 96, 1) inset;
    background: rgba(224, 145, 50, 1);
    font-weight: 700;
    font-size: 33.42px;
    line-height: 45.52px;
    color: var(--color-text2);
    border-radius: 34px;
    padding: 11px 85px 11px 25px;
    text-transform: uppercase;
    position: relative;
}
.dek-how__wrap--btn a::after {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 9px;
    right: 20px;
}
.dek-how__wrap--btn-vk::after {
    background: url("./assets/images/icon-vk-gold.svg") no-repeat center center /
        contain;
}
.dek-how__wrap--btn-tg::after {
    background: url("./assets/images/icon-telega-gold.svg") no-repeat center
        center / contain;
}

.dek-how__wrap--btn a:hover {
    background-color: var(--color-text2);
    color: rgba(224, 145, 50, 1);
    box-shadow: none;
}
.dek-how__wrap--btn a.dek-how__wrap--btn-tg:hover::after {
    background-image: url("./assets/images/telega-hover.svg");
}
.dek-how__wrap--btn a.dek-how__wrap--btn-vk:hover::after {
    background-image: url("./assets/images/vk-hover.svg");
}

/* ==================================== */
/*  */
/* ==================================== */

.dek-educ {
    background: var(--color-grace);
    padding: 80px 0;
}
.dek-educ__title {
    font-weight: 400;
    font-size: 96px;
    line-height: 96px;
    text-align: center;
    color: var(--color-text2);
    margin-bottom: 30px;
}
.dek-educ__wrap {
    display: flex;
}
.dek-educ__wrap--left {
    width: 50%;
}
.dek-educ__wrap--left img {
    max-width: 344px;
    margin: 0 auto;
}
.dek-educ__wrap--right {
    width: 50%;
}
.dek-educ__wrap--right li {
    font-weight: 400;
    font-size: 28px;
    line-height: 38.13px;
    color: var(--color-text1);
    padding: 21px 18px;
    border-radius: 19px;
    background-color: var(--color-yellow);
    margin-top: 65px;
    position: relative;
    z-index: 2;
}

.dek-educ__wrap--right li::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: -19px;
    border: 1px solid var(--color-yellow);
    border-radius: 19px;
}

.dek-educ__wrap--right li:nth-child(odd)::after {
    left: -19px;
}
.dek-educ__wrap--right li:nth-child(even)::after {
    right: -19px;
}

.dek-educ__wrap--right li::before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: rgba(91, 94, 75, 1);
    position: absolute;
    top: -35px;
    z-index: 3;
}
.dek-educ__wrap--right li:nth-child(odd):before {
    left: -35px;
}
.dek-educ__wrap--right li:nth-child(even):before {
    right: -35px;
}

/* ==================================== */
/*  */
/* ==================================== */
.dek-why {
    padding: 80px 0;
    background-color: var(--color-yellow);
}
.dek-why__title {
    font-weight: 400;
    font-size: 96px;
    line-height: 96px;
    text-align: center;
    background: linear-gradient(
        90.92deg,
        #424530 2.06%,
        #6d7251 49.73%,
        #424530 96.42%
    );
    color: transparent;
    background-clip: text;
    margin-bottom: 39px;
}
.dek-why__list {
    padding-left: 50px;
}
.dek-why__list--item {
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    color: rgba(66, 69, 48, 1);
    position: relative;
}
.dek-why__list--item:not(:last-child) {
    margin-bottom: 30px;
}
.dek-why__list--item::before {
    content: "";
    display: block;
    width: 29px;
    height: 29px;
    position: absolute;
    top: 4px;
    left: -47px;
    background-color: rgba(128, 134, 95, 0.78);
    border-radius: 100%;
}

/* ==================================== */
/*  */
/* ==================================== */

.dek-work {
    background-color: var(--color-yellow);
    padding: 34px 0 80px;
}
.dek-work__head {
    border-bottom: 1px solid rgba(224, 145, 50, 1);
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.dek-work__head--title {
    color: rgba(224, 145, 50, 1);
    font-weight: 600;
    font-size: 36px;
    line-height: 49px;
}
.dek-work__head--name {
    color: rgba(224, 145, 50, 1);
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    text-transform: lowercase;
}
.dek-work__body {
}
.dek-work__body li {
    font-weight: 600;
    font-size: 25px;
    line-height: 34.05px;
    color: rgba(66, 69, 48, 1);
    position: relative;
    z-index: 1;
}
.dek-work__body li::before {
    content: "";
    font-family: "Open Sans";
    font-weight: 600;
    font-style: italic;
    font-size: 120px;
    line-height: 1;
    color: rgba(224, 145, 50, 0.25);
    position: absolute;
    left: -40px;
    top: -30px;
    z-index: -1;
}
.dek-work__body li:not(:last-child) {
    margin-bottom: 55px;
}
.dek-work__body--top {
    display: flex;
    margin-bottom: 55px;
}
.dek-work__body--top-img {
    max-width: 275px;
    margin-right: 110px;
}
.dek-work__body--top-text {
    padding-top: 45px;
}
.dek-work__body--top-text li:nth-child(1)::before {
    content: "1";
}
.dek-work__body--top-text li:nth-child(2)::before {
    content: "2";
}
.dek-work__body--bottom {
    display: flex;
}
.dek-work__body--bottom-text {
    padding-left: 55px;
}
.dek-work__body--bottom-text li:nth-child(1)::before {
    content: "3";
}
.dek-work__body--bottom-text li:nth-child(2)::before {
    content: "4";
}
.dek-work__body--bottom-text li:nth-child(3)::before {
    content: "5";
}
.dek-work__body--bottom-img {
    max-width: 313px;
    margin-left: 55px;
}

/* ==================================== */
/*  */
/* ==================================== */
.dek-map {
    background: rgba(165, 142, 116, 0.7);
    padding: 80px 0;
}

.dek-map__title {
    font-weight: 400;
    font-size: 70px;
    line-height: 70px;
    text-align: center;
    color: var(--color-yellow);
    margin-bottom: 40px;
}
.dek-map__wrap {
    display: flex;
    justify-content: space-between;
}
.dek-map__wrap img {
    max-width: 391px;
}
.dek-map__wrap p {
    font-weight: 600;
    font-size: 25px;
    line-height: 34px;
    color: var(--color-yellow);
}
.dek-map__wrap--left {
    max-width: 600px;
    position: relative;
    padding-left: 70px;
}
.dek-map__wrap--left div::after {
    content: "";
    display: block;
    width: 126px;
    height: 168px;
    position: absolute;
    left: 10px;
    bottom: -15px;
    background: url("./assets/images/icon-location.svg") no-repeat center center /
        contain;
    z-index: -1;
}
.dek-map__wrap--left-img {
    margin-bottom: 20px;
}
.dek-map__wrap--left-text {
}
.dek-map__wrap--right {
    max-width: 500px;
    position: relative;
}

.dek-map__wrap--right::after {
    content: "";
    display: block;
    width: 126px;
    height: 168px;
    position: absolute;
    left: -60px;
    top: -35px;
    background: url("./assets/images/icon-pc.svg") no-repeat center center /
        contain;
    z-index: -1;
}
.dek-map__wrap--right-text {
}
.dek-map__wrap--right-img {
    margin-top: 20px;
}

/* ==================================== */
/*  */
/* ==================================== */
.dek-price {
    padding: 80px 0px;
    background-color: var(--color-yellow);
}
.dek-price__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid rgba(224, 145, 50, 1);
    margin-bottom: 60px;
}
.dek-price__head--title {
    font-family: var(--font-family);
    color: rgba(224, 145, 50, 1);
    font-weight: 600;
    font-size: 36px;
    line-height: 49px;
    text-transform: uppercase;
}
.dek-price__head--name {
    color: rgba(224, 145, 50, 1);
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    text-transform: lowercase;
}
.dek-price__body {
}
.dek-price__body article {
    border: 2px solid rgba(224, 145, 50, 1);
    border-radius: 20px;
    width: 310px;
    padding: 25px 15px 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.dek-price__body article h4 {
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    color: rgba(66, 69, 48, 1);
    margin-bottom: 15px;
}
.dek-price__body article p {
    font-weight: 400;
    font-size: 23px;
    line-height: 31px;
    text-align: center;
    color: rgba(91, 94, 75, 1);
}

.dek-price__body article span {
    color: rgba(66, 69, 48, 1);
    font-weight: 600;
    font-size: 25px;
    line-height: 34px;
    display: block;
}
.dek-price__body article button {
    display: inline-block;
    font-family: "Bebas Neue Cyrillic";
    font-weight: 400;
    font-size: 33px;
    line-height: 33px;
    text-transform: uppercase;
    color: rgba(255, 239, 205, 1);
    padding: 9px 15px;
    border-radius: 13px;
    box-shadow: 3px -2px 6.6px 0px rgba(190, 111, 15, 1) inset;
    box-shadow: -3px 2px 8.3px 0px rgba(242, 183, 111, 1) inset;
    background-color: rgba(224, 145, 50, 1);
    margin-top: 20px;
}

.dek-price__body--top {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 24px;
}
.dek-price__body--top article {
    background: rgba(224, 145, 50, 0.25);
}
.dek-price__body--bottom {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
/* ==================================== */
/*  */
/* ==================================== */

.dek-session {
    padding: 80px 0;
    background-color: var(--color-yellow);
}
.dek-session__wrap {
    display: flex;
    justify-content: space-between;
}
.dek-session__wrap--left {
}
.dek-session__wrap--left-list {
    padding-left: 60px;
}
.dek-session__wrap--left-list p {
    font-weight: 600;
    font-size: 25px;
    line-height: 34px;
    text-transform: uppercase;
    color: rgba(66, 69, 48, 1);
    margin-bottom: 20px;
}
.dek-session__wrap--left-list li {
    font-weight: 400;
    font-size: 25px;
    line-height: 34px;
    position: relative;
    color: rgba(66, 69, 48, 1);
}
.dek-session__wrap--left-list li:not(:last-child) {
    margin-bottom: 10px;
}
.dek-session__wrap--left-list li::before {
    content: "";
    display: block;
    width: 28px;
    height: 23px;
    background: url("./assets/images/check-list.svg") no-repeat center center /
        contain;
    position: absolute;
    top: 3px;
    left: -37px;
}
.dek-session__wrap--left-desc {
    margin-top: 30px;
    max-width: 702px;
    color: rgba(66, 69, 48, 1);
    font-weight: 400;
    font-size: 25px;
    line-height: 34px;
}
.dek-session__wrap--right {
}
.dek-session__wrap--right img {
    max-width: 291px;
}
.dek-session__info {
    margin-top: 30px;
}
.dek-session__info--title {
    color: rgba(92, 96, 68, 1);
    font-weight: 400;
    font-size: 88px;
    line-height: 87px;
    margin-bottom: 20px;
}
.dek-session__info--desc {
    font-weight: 400;
    font-size: 25px;
    line-height: 34.03px;
    color: rgba(92, 96, 68, 1);
}
.dek-session__info--btn {
    font-weight: 700;
    font-size: 39.32px;
    line-height: 53.55px;
    text-transform: uppercase;
    color: rgba(255, 239, 205, 1);
    background-color: rgba(224, 145, 50, 1);
    border: 2px solid rgba(224, 145, 50, 1);
    padding: 13px 42px;
    border-radius: 40px;
    box-shadow: 4.71px -7.06px 20.35px 0px rgba(160, 94, 15, 1) inset;
    box-shadow: -2.35px 7.06px 21.88px 0px rgba(232, 170, 96, 1) inset;
    display: block;
    margin: 30px auto;
}
.dek-session__info--btn:hover {
    box-shadow: none;
    background-color: rgba(255, 239, 205, 1);
    color: rgba(224, 145, 50, 1);
}
.dek-session__info--social {
    display: flex;
    justify-content: space-between;
    max-width: 280px;
    margin: 0 auto;
}
.dek-session__info--social li a:hover .social-hov {
    fill: rgba(224, 145, 50, 1);
}
.dek-session__info--social li a:hover .social-hovStr {
    stroke: rgba(224, 145, 50, 1);
}

/* ==================================== */
/*  */
/* ==================================== */

.dek-review {
    background: var(--color-yellow);
    padding: 80px 0;
}
.dek-review__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(224, 145, 50, 1);
}
.dek-review__head--title {
    color: rgba(224, 145, 50, 1);
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 36px;
    line-height: 49.03px;
}
.dek-review__head--name {
    color: rgba(224, 145, 50, 1);
    font-weight: 400;
    font-size: 24px;
    line-height: 32.68px;
    text-transform: lowercase;
}
.dek-review__body {
    margin-top: 130px;
}
.dek-review__body--slider {
}

.review-slider {
}
.review-slider__item {
}
.review-slider__item--art {
    margin: 0 10px;
    padding: 20px 20px 20px 60px;
    border: 1px solid rgba(224, 145, 50, 1);
    background-color: rgba(255, 248, 232, 1);
    border-radius: 20px;
}
.review-slider__item--art-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgba(66, 69, 48, 1);
}
.review-slider__item--art-info {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.review-slider__item--art-info__left {
}
.review-slider__item--art-info__left time {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: rgba(66, 69, 48, 1);
    display: block;
    margin-bottom: 5px;
}
.review-slider__item--art-info__left span {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: rgba(66, 69, 48, 1);
    display: block;
}
.review-slider__item--art-info__right {
    display: flex;
}
.review-slider__item--art-info__right span {
    display: inline-block;
    margin: 0 1px;
    width: 25px;
    height: 25px;
    background: url("./assets/images/icon-stars.svg") no-repeat center center;
}
.review-slider .slick-dots {
    margin-top: 100px;
    display: flex;
    justify-content: center;
}
.review-slider .slick-dots li {
    margin: 0 7px;
}
.review-slider .slick-dots li button {
    border: none;
    width: 38px;
    height: 38px;
    background-color: rgba(128, 112, 94, 0.37);
    font-size: 0;
    border-radius: 100%;
}
.review-slider .slick-dots li.slick-active button {
    background-color: rgba(165, 142, 116, 1);
}
.review-slider .slick-dots li:not(.slick-active) button:hover {
    background-color: rgba(165, 142, 116, 1);
}

/* ==================================== */
/*  */
/* ==================================== */
.dek-block {
    background: linear-gradient(
        180deg,
        #424530 -1.44%,
        #80865f -1.43%,
        #424530 99.37%
    );
}

.dek-block__wrap {
    display: flex;
}
.dek-block__wrap img {
    max-width: 457px;
}
.dek-block__wrap--info {
    position: relative;
    margin-top: 167px;
    margin-left: 30px;
}
.dek-block__wrap--info::after {
    content: "";
    display: block;
    width: 304px;
    height: 281px;
    position: absolute;
    top: -150px;
    left: -170px;
    background: url("./assets/images/icon-quote-big.svg") no-repeat center
        center;
}
.dek-block__wrap--info-desc {
    font-weight: 300;
    font-style: italic;
    font-size: 50px;
    line-height: 1;
    color: rgba(255, 239, 205, 1);
    max-width: 750px;
}
.dek-block__wrap--info-desc span {
    font-size: 60px;
    line-height: 1;
}
.dek-block__wrap--info-desc2 {
    font-weight: 400;
    font-style: italic;
    font-size: 50px;
    line-height: 1;
    color: rgba(255, 239, 205, 1);
    margin-top: 15px;
}
/* ==================================== */
/*  */
/* ==================================== */
.dek-contact {
    background-color: var(--color-yellow);
    padding: 80px 0;
}

.dek-contact__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(224, 145, 50, 1);
    margin-bottom: 42px;
}
.dek-contact__header--title {
    color: rgba(224, 145, 50, 1);
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 36px;
    line-height: 49px;
}
.dek-contact__header--name {
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    text-transform: lowercase;
    color: rgba(224, 145, 50, 1);
}

.dek-contact__body {
    display: flex;
    align-items: center;
}
.dek-contact__body--info {
    width: 50%;
    text-align: center;
}
.dek-contact__body--info li {
    display: inline-block;
    max-width: 430px;
    width: 100%;
}
.dek-contact__body--info li:not(:last-child) {
    margin-bottom: 44px;
}
.dek-contact__body--info li a {
    text-transform: uppercase;
    background-color: rgba(224, 145, 50, 1);
    box-shadow: 5.28px -7.91px 22.81px 0px rgba(160, 94, 15, 1) inset;
    box-shadow: -2.64px 7.91px 24.53px 0px rgba(232, 170, 96, 1) inset;
    color: rgba(255, 239, 205, 1);
    font-weight: 700;
    font-size: 33px;
    line-height: 45px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 15px 15px 20px;
    border-radius: 45px;
    border: 1px solid rgba(224, 145, 50, 1);
}

.dek-contact__body--info li a:hover {
    color: rgba(224, 145, 50, 1);
    background-color: rgba(255, 239, 205, 1);
    box-shadow: none;
}

.dek-contact__body--info li a span {
    display: inline-block;
    width: 65px;
    height: 65px;
}
.dek-contact__body--info li:nth-child(1) a span {
    background: url("./assets/images/icon-vk-gold.svg") no-repeat center center /contain;
}
.dek-contact__body--info li:nth-child(2) a span {
    background: url("./assets/images/icon-telega-gold.svg") no-repeat center
        center /contain;
}
.dek-contact__body--info li:nth-child(3) a span {
    background: url("./assets/images/icon-telega-gold.svg") no-repeat center
        center /contain;
}

.dek-contact__body--info li:nth-child(1) a:hover span {
    background: url("./assets/images/vk-gold-hover.svg") no-repeat center center;
    background-size: contain;
}
.dek-contact__body--info li:nth-child(2) a:hover span {
    background: url("./assets/images/tg-gold-hover.svg") no-repeat center center;
    background-size: contain;
}
.dek-contact__body--info li:nth-child(3) a:hover span {
    background: url("./assets/images/tg-gold-hover.svg") no-repeat center center;
    background-size: contain;
}

.dek-contact__body--map {
    border: 1.78px solid rgba(224, 145, 50, 1);
    border-radius: 18px;
    overflow: hidden;
    width: 50%;
}

.dek-contact__foot {
    padding-left: 50px;
    margin-top: 60px;
    max-width: 618px;
    position: relative;
}
.dek-contact__foot::after {
    content: '';
    display: block;
    width: 83px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 10px;
    background: url('./assets/images/icon-location.svg') no-repeat center center /contain;
}
.dek-contact__foot--desc {
font-weight: 600;
font-size: 23px;
line-height: 32px;
color: rgba(66, 69, 48, 1);
}

/* ==================================== */
/*  */
/* ==================================== */

.footer {
    background-color: rgba(165, 142, 116, 0.7);
    padding: 10px 0;
}
.footer span {
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    color: var(--color-yellow);
    text-align: right;
    display: block;
    text-transform: uppercase;
}

/* ==================================== */
/*  */
/* ==================================== */
