*,
::after,
::before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased !important;
    -webkit-tap-highlight-color: transparent;
    outline: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}
a,
body,
div,
form,
h1,
h2,
h3,
h4,
h5,
li,
p,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
    line-height: 1;
}
button,
input,
textarea {
    outline: 0 !important;
    -webkit-transition: 0.125s;
    -o-transition: 0.125s;
    transition: 0.125s;
    font-family: inherit;
}
input:active,
input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="text"]:focus {
    outline: 0 !important;
}
::-webkit-input-placeholder {
    color: #222;
}
::-moz-placeholder {
    color: #222;
}
:-moz-placeholder {
    color: #222;
}
:-ms-input-placeholder {
    color: #222;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
html {
    height: 100%;
    scroll-behavior: smooth;
    width: 100%;
}
svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
path,
svg {
    -webkit-transition: 0.125s;
    -o-transition: 0.125s;
    transition: 0.125s;
}
a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: 125ms;
    -o-transition: 125ms;
    transition: 125ms;
}
a:focus,
a:hover {
    text-decoration: none !important;
}
li,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
i {
    line-height: 100%;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
.privacy-policy p {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    font-family: Gilroy, sans-serif;
}
.privacy-policy h2{
    font-size: 2rem;
    margin-top: 30px;
    margin-bottom: 10px;
    font-family: Gilroy, sans-serif;
}
button {
    cursor: pointer;
    border: none;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 125ms;
    -o-transition: 125ms;
    transition: 125ms;
    background-color: inherit;
}
.swiper-button-next,
.swiper-button-prev {
    z-index: 2;
}
.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}
.single-photoalbums,
.page {
    min-height: 100vh;
    padding-top: 90px;
    background-image: url(/wp-content/uploads/2022/07/bg.png);
    background-repeat: no-repeat;
    background-size: 100% 223px;
}
.single-photoalbums,
.page-template-template-cabinet,
.page--nobg {
    background-image: none !important;
}

.pld-common-wrap > a.pld-like-dislike-trigger {
    text-decoration: none;
    box-shadow: 0 0 0 !important;
    border-bottom: 0;
    padding: 9px 6px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
}
.pld-common-wrap > a.pld-like-dislike-trigger.pld-prevent{

    background-color: #c6002f;
}
.pld-count-wrap{
    display: none;
}
.pld-like-dislike-wrap {
    display: inline-block;
    margin-bottom: 0;
}
.single-photoalbums  .header,
.page-template-template-cabinet .header ,
.page--nobg .header {
    background: #2d2d33;
}
.wrapper {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
body {
    font-family: Cormorant, sans-serif;
    font-weight: 400;
    color: #2d2d33;
}
body.fixed-body {
    overflow-y: hidden;
}
.container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 30px;
}
@media screen and (max-width: 992px) {
    .container {
        padding: 0 20px;
    }
    .page {
        background-size: 100% 257px;
        background-image: url(../img/bg2.webp);
        background-position: center top;
        padding-top: 157px;
    }
}
@media screen and (max-width: 500px) {
    .page {
        background-size: 100% 230px;
    }
}
.display1,
.display2 {
    font-weight: 500;
    font-size: 200px;
    line-height: 107%;
}
.display3 {
    font-size: 144px;
    line-height: 100%;
    font-weight: 500;
}
.red-text {
    color: red;
    font-family: Gilroy, sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}
@media screen and (max-width: 1200px) {
    .display1,
    .display2 {
        font-size: 140px;
    }
    .display3 {
        font-size: 100px;
    }
}
@media screen and (max-width: 992px) {
    .display1,
    .display2 {
        font-size: 100px;
    }
    .display3 {
        font-size: 60px;
    }
}
@media screen and (max-width: 768px) {
    .display1 {
        font-size: 80px;
        line-height: 100%;
    }
    .display2 {
        font-size: 64px;
        line-height: 100%;
    }
    .display3 {
        font-size: 48px;
    }
}
@media screen and (max-width: 350px) {
    .display1 {
        font-size: 60px;
        line-height: 100%;
    }
    .display2 {
        font-size: 54px;
        line-height: 100%;
    }
    .display3 {
        font-size: 38px;
    }
}
.btn {
    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;
    font-size: 14px;
    -webkit-transition: 0.225s ease-out;
    -o-transition: 0.225s ease-out;
    transition: 0.225s ease-out;
    padding: 0;
    letter-spacing: 0.02em;
}
.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-black {
    width: 174px;
    height: 44px;
    font-weight: 500;
    color: #fff;
    position: relative;
}
.btn-black__inner {
    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 bottom, left top, from(#2d2d33), to(#2d2d33)), -webkit-gradient(linear, left top, left bottom, from(#2d2d33), to(#252529));
    background: -o-linear-gradient(bottom, #2d2d33, #2d2d33), -o-linear-gradient(top, #2d2d33 0, #252529 100%);
    background: linear-gradient(0deg, #2d2d33, #2d2d33), linear-gradient(180deg, #2d2d33 0, #252529 100%);
    border-radius: 23px;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 0 6px;
}
.btn-black__inner span {
    display: block;
}
.btn-black:before {
    content: "";
    position: absolute;
    z-index: 1;
    background: #1b1b1f;
    border-radius: 23px;
    width: calc(100% - 4px);
    height: calc(100% + 1px);
    top: 2px;
    left: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.225s;
    -o-transition: 0.225s;
    transition: 0.225s;
}
.btn-black i {
    margin-left: 7px;
    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;
    width: 33px;
    height: 33px;
    background: #1b1b1f;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.btn-black:hover {
    color: #fff;
}
.btn-black:hover .btn-black__inner {
    background: #1b1b1f;
}
.btn-black:hover::before {
    opacity: 0;
}
.btn-black2 {
    background: #2d2d33;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #fff;
    font-family: Cormorant, sans-serif;
}
.btn-black2:hover {
    background: #faf7f1;
    color: #2d2d33;
}
.btn-black3 {
    width: 190px;
    height: 190px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #2d2d33;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #fff;
    border-radius: 50%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 48px;
}
.btn-black3 svg {
    margin-top: 10px;
}
.btn-black3:hover {
    background-color: #faf7f1;
    color: #2d2d33;
}
.btn-black3:hover g rect {
    fill: #2d2d33;
}
.btn-white {
    width: 248px;
    height: 248px;
    border-radius: 50%;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #fff;
    position: relative;
}
.btn-white:after {
    content: "";
    position: absolute;
    z-index: 2;
    border: 1px solid #fff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    pointer-events: none;
}
.btn-white__animate {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform: translate(-31px, 27px);
    -ms-transform: translate(-31px, 27px);
    transform: translate(-31px, 27px);
    background-color: #2d2d33;
    -webkit-transition: 0.105s;
    -o-transition: 0.105s;
    transition: 0.105s;
    pointer-events: none;
}
.btn-white img {
    position: absolute;
    left: 67px;
    bottom: 55px;
    z-index: 2;
}
.login__btn.btn-white img {
    left: 57px;
    bottom: 75px;
}
.btn-white span {
    text-align: left;
    z-index: 2;
    position: relative;
}
.btn-white:hover {
    color: #fff;
}
.btn-white:hover i {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.btn-white2 {
    width: 174px;
    height: 44px;
    font-weight: 500;
    color: #2d2d33;
    position: relative;
    font-family: Gilroy, sans-serif;
}
.btn-white2__inner {
    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: #decba4;
    border-radius: 23px;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 0 6px;
}
.btn-white2__inner span {
    display: block;
}
.btn-white2:before {
    content: "";
    position: absolute;
    z-index: 1;
    background: #8e7e64;
    border-radius: 23px;
    width: 170px;
    height: 45px;
    top: 2px;
    left: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.225s;
    -o-transition: 0.225s;
    transition: 0.225s;
}
.btn-white2 i {
    margin-left: 7px;
    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;
    width: 33px;
    height: 33px;
    background: #8e7e64;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.btn-white2:hover {
    color: #fff;
}
.btn-white2:hover .btn-black__inner {
    background: #8e7e64;
}
.btn-white2:hover::before {
    opacity: 0;
}
.swiper-button-next,
.swiper-button-prev {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    opacity: 1 !important;
    background-color: #2d2d33;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: #decba4;
}
.swiper-button-next:hover g rect,
.swiper-button-prev:hover g rect {
    fill: #2d2d33;
}
@font-face {
    font-family: Gilroy;
    src: url(../fonts/Gilroy-Light.ttf) format("ttf"), url(../fonts/Gilroy-Light.woff2) format("woff2"), url(../fonts/Gilroy-Light.woff) format("woff"), url(../fonts/Gilroy-Light.eot) format("eot");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Gilroy;
    src: url(../fonts/Gilroy-Regular.ttf) format("ttf"), url(../fonts/Gilroy-Regular.woff2) format("woff2"), url(../fonts/Gilroy-Regular.woff) format("woff"), url(../fonts/Gilroy-Regular.eot) format("eot");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Gilroy;
    src: url(../fonts/Gilroy-Medium.ttf) format("ttf"), url(../fonts/Gilroy-Medium.woff2) format("woff2"), url(../fonts/Gilroy-Medium.woff) format("woff"), url(../fonts/Gilroy-Medium.eot) format("eot");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Cormorant;
    src: url(../fonts/Cormorant-Medium.ttf) format("ttf"), url(../fonts/Cormorant-Medium.woff2) format("woff2"), url(../fonts/Cormorant-Medium.woff) format("woff"), url(../fonts/Cormorant-Medium.eot) format("eot");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Cormorant;
    src: url(../fonts/Cormorant-SemiBold.ttf) format("ttf"), url(../fonts/Cormorant-SemiBold.woff2) format("woff2"), url(../fonts/Cormorant-SemiBold.woff) format("woff"), url(../fonts/Cormorant-SemiBold.eot) format("eot");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Cormorant;
    src: url(../fonts/Cormorant-Bold.ttf) format("ttf"), url(../fonts/Cormorant-Bold.woff2) format("woff2"), url(../fonts/Cormorant-Bold.woff) format("woff"), url(../fonts/Cormorant-Bold.eot) format("eot");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
input {
    font-size: 13px;
}
input::-webkit-input-placeholder {
    color: #b5bcc1;
}
input::-moz-placeholder {
    color: #b5bcc1;
}
input:-ms-input-placeholder {
    color: #b5bcc1;
}
input::-ms-input-placeholder {
    color: #b5bcc1;
}
input::placeholder {
    color: #b5bcc1;
}
.check input {
    position: absolute;
    opacity: 0;
}
.check input:checked + label {
    color: #2d2d33;
}
.check input:checked + label::before {
    background-image: url(../img/check.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px auto;
}
.check input:disabled + label {
    color: #aaa;
    pointer-events: none;
}
.check label {
    padding-left: 16px;
    position: relative;
    min-height: 16px;
    font-size: 14px;
    line-height: 140%;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.check label:before {
    content: "";
    position: absolute;
    z-index: 1;
    border: 1px solid #c8cfd5;
    border-radius: 5px;
    width: 16px;
    height: 16px;
    left: 0;
    top: 10;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}
.custom-select {
    position: relative;
}
.custom-select input {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.64645 4.85355C3.84171 5.04882 4.15829 5.04882 4.35355 4.85355L7.53553 1.67157C7.7308 1.47631 7.7308 1.15973 7.53553 0.964466C7.34027 0.769204 7.02369 0.769204 6.82843 0.964466L4 3.79289L1.17157 0.964466C0.976311 0.769204 0.659728 0.769204 0.464466 0.964466C0.269204 1.15973 0.269204 1.47631 0.464466 1.67157L3.64645 4.85355ZM3.5 4V4.5H4.5V4H3.5Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 8px auto;
    cursor: pointer;
    width: 100%;
    height: 32px;
    border: 1px solid #e7e9eb;
    padding: 0 25px 0 11px;
    font-size: 13px;
    line-height: 18px;
    background-color: #fff;
    border-radius: 4px;
}
.custom-select input:hover {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.64645 4.85355C3.84171 5.04882 4.15829 5.04882 4.35355 4.85355L7.53553 1.67157C7.7308 1.47631 7.7308 1.15973 7.53553 0.964466C7.34027 0.769204 7.02369 0.769204 6.82843 0.964466L4 3.79289L1.17157 0.964466C0.976311 0.769204 0.659728 0.769204 0.464466 0.964466C0.269204 1.15973 0.269204 1.47631 0.464466 1.67157L3.64645 4.85355ZM3.5 4V4.5H4.5V4H3.5Z' fill='%23DECBA4'/%3E%3C/svg%3E");
}
.custom-select__target,
.custom-select__top {
    cursor: pointer;
}
.custom-select__target input {
    pointer-events: none;
}
.custom-select--active input {
    background-image: url(../img/select-arrow2.svg);
}
.custom-select--active .custom-select__target {
    pointer-events: none;
}
.custom-select--active .custom-select__dropdown {
    display: block;
}
.custom-select__dropdown {
    border: 1px solid #e2e9ef;
    background: #fff;
    -webkit-box-shadow: 0 3px 10px rgba(133, 153, 166, 0.15);
    box-shadow: 0 3px 10px rgba(133, 153, 166, 0.15);
    border-radius: 4px;
    margin-top: 4px;
    width: 100%;
    position: absolute;
    top: 100%;
    display: none;
    z-index: 5;
}
.custom-select__dropdown-inner {
    max-height: 300px;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.custom-select__dropdown-check,
.custom-select__dropdown-item {
    height: 40px;
    padding: 0 15px;
    font-size: 13px;
    line-height: 18px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.custom-select__dropdown-check:not(:last-child),
.custom-select__dropdown-item:not(:last-child) {
    border-bottom: 1px solid #e2e9ef;
}
.custom-select__dropdown-check:hover,
.custom-select__dropdown-item:hover {
    cursor: pointer;
    background: rgba(37, 161, 244, 0.05);
    color: #1c7bbb;
}
.custom-select__dropdown-check:active,
.custom-select__dropdown-item:active {
    background: #fff9e7;
}
.custom-select__dropdown-check {
    padding: 4px;
}
.custom-select__dropdown-check input:checked + label {
    background: #fff9e7;
}
.custom-select__dropdown-check label {
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 34px;
}
.custom-select__dropdown-check label:hover {
    background: #fff9e7;
}
.custom-select__dropdown-check label::before {
    left: 8px;
}
.custom-select__dropdown-check:hover {
    cursor: pointer;
    background: 0 0;
}
.hint-block {
    padding: 6px 44px;
    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;
    text-align: center;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    font-family: Gilroy, sans-serif;
}
.hint-block:before {
    content: "";
    position: absolute;
    z-index: 2;
    width: 23px;
    height: 23px;
    background-image: url(../img/list-marker.svg);
    background-size: 100% auto;
    background-position: center;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.hint-block:after {
    content: "";
    position: absolute;
    z-index: 1;
    height: 92px;
    width: 100%;
    background-color: #faf7f1;
    left: 0;
    top: 0;
    pointer-events: none;
}
.hint-block span {
    position: relative;
    z-index: 2;
}
.hint-block span::first-letter {
    font-family: Cormorant, sans-serif;
    font-size: 36px;
    line-height: 44px;
}
.hint-block strong {
    font-weight: 700;
}
.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.tab {
    font-weight: 500;
    font-size: 64px;
    line-height: 78px;
    color: #decba4;
    border-bottom: 2px dashed #decba4;
}
.tab:not(:last-child) {
    margin-right: 80px;
}
.tab--active {
    color: #2d2d33;
    border-color: transparent;
    pointer-events: none;
}
.tab:hover {
    color: #2d2d33;
    border-color: #2d2d33;
    cursor: pointer;
}
.tab__content {
    display: none;
}
.tab__content--active {
    display: block;
}
.form-group {
    position: relative;
    margin: 0;
}
.form-group input {
    padding: 20px;
    background-color: transparent;
    height: 60px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #decba4;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    color: #2d2d33;
    text-align: center;
    font-family: Gilroy, sans-serif;
}
.form-group input::-webkit-input-placeholder {
    color: #8e7e64;
}
.form-group input::-moz-placeholder {
    color: #8e7e64;
}
.form-group input:-ms-input-placeholder {
    color: #8e7e64;
}
.form-group input::-ms-input-placeholder {
    color: #8e7e64;
}
.form-group input::placeholder {
    color: #8e7e64;
}
.consult-form {
    position: relative;
}
.consult-form__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 26px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.consult-form__hint {
    margin-top: 55px;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.06em;
    font-family: Gilroy, sans-serif;
    max-width: 371px;
}
.consult-form__hint a {
    text-decoration: underline;
}
.consult-form__btn {
    position: absolute;
    left: 100%;
    top: -55px;
    margin-left: 70px;
}
.consult-form__btn::after {
    border-color: #decba4;
}
.consult-form__group--full {
    grid-column: 1/3;
}
.consult-form__group--full input {
    width: calc(50% - 13px);
    margin: 0 auto;
    display: block;
}
.breadcrumbs {
    margin-top: 15px;
    text-align: center;
}
.breadcrumbs__inner a,
.breadcrumbs__inner span,
.breadcrumbs__item {
    font-weight: 500;
    font-size: 36px;
    line-height: 153%;
    position: relative;
    color: #decba4;
}
.breadcrumbs__inner span:not(::first-letter),
.breadcrumbs__item:not(::first-letter) {
    font-size: 2px;
}
.breadcrumbs__inner a,
.breadcrumbs__item:not(:last-child) {
    margin-right: 52px;
}
.breadcrumbs__inner span:not(:first-child):before,
.breadcrumbs__item:not(:first-child):before {
    content: "";
    z-index: 1;
    position: absolute;
    width: 10px;
    height: 10px;
    margin-right: 21px;
    right: 100%;
    top: 18px;
    background-image: url(../img/breadcrumbs-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.breadcrumbs__inner span:hover,
.breadcrumbs__item:hover {
    color: #8e7e64;
}
.breadcrumbs__inner span:last-child,
.breadcrumbs__item:last-child {
    color: #fff;
    pointer-events: none;
}
.breadcrumbs__back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
}
.breadcrumbs__back img {
    margin-right: 16px;
}
.breadcrumbs__back:hover {
    color: #decba4;
}
.breadcrumbs__title {
    text-align: left;
    margin-top: 8px;
    font-weight: 700;
    font-size: 48px;
    line-height: 95%;
    color: #decba4;
}
.pagination {
    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;
    margin-top: 66px;
}
.pagination__btn,
.pagination__item {
    margin: 0 7px;
    width: 62px;
    height: 62px;
    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-radius: 50%;
    background-color: #faf7f1;
    font-size: 24px;
    font-family: Gilroy, sans-serif;
}
.pagination__item {
    border: 1px solid transparent;
}
.pagination__item--active {
    border-color: #decba4;
    background-color: transparent;
    pointer-events: none;
}
.pagination__item:hover {
    background-color: #decba4;
    color: #2d2d33;
}
.pagination__btn {
    background-color: #2d2d33;
}
.pagination__btn:hover {
    background-color: #decba4;
}
.pagination__btn:hover g rect {
    fill: #2d2d33;
}
.pagination__btn:first-child {
    margin: 0 70px 0 0;
}
.pagination__btn:last-child {
    margin: 0 0 0 70px;
}
.pagination__btn.active {
    pointer-events: none;
}
@media screen and (max-width: 992px) {
    .pagination__btn:first-child {
        margin: 0 7px;
    }
    .breadcrumbs__inner a, .breadcrumbs__inner span,
    .breadcrumbs__item {
        font-size: 24px;
        line-height: 153%;
    }
    .breadcrumbs__inner a:not(:first-child)::before, .breadcrumbs__inner span:not(:first-child)::before,
    .breadcrumbs__item:not(:first-child)::before {
        top: 11px;
        margin-right: 10px;
    }
    .breadcrumbs__inner a:not(:last-child), .breadcrumbs__inner span:not(:last-child),
    .breadcrumbs__item:not(:last-child) {
        margin-right: 30px;
    }
    .breadcrumbs__title {
        font-size: 36px;
    }
    .tab {
        font-size: 45px;
        line-height: 120%;
    }
    .tab:not(:last-child) {
        margin-right: 30px;
    }
}
@media screen and (max-width: 768px) {
    .tab {
        font-size: 18px;
    }
}
@media screen and (max-width: 576px) {
    .consult-form__grid {
        grid-template-columns: 1fr;
        gap: 35px;
        max-width: 185px;
        margin-left: auto;
        margin-right: auto;
    }
    .consult-form__hint {
        margin: 50px auto 0;
        text-align: center;
        max-width: 255px;
    }
    .consult-form__group--full {
        grid-column: 1/2;
    }
    .consult-form__group--full input {
        width: 100%;
    }
    .hint-block {
        padding-left: 34px;
        padding-right: 34px;
    }
    .hint-block strong {
        font-weight: 600;
    }
}
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 9px 0;
    z-index: 10;
    font-family: Gilroy, sans-serif;
}
.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__logo {
    width: 171px;
    display: block;
}
.header__logo img {
    width: 100%;
}
.header__lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 38px;
}
.header__lang svg {
    margin-right: 11px;
}
.header__lang .custom-select {
    width: 45px;
}
.header__lang .custom-select input {
    padding: 0 10px 0 0;
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
}
.header__lang .custom-select__dropdown {
    background: #1b1b1f;
    border-radius: 2px;
    border: none;
    left: -8px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}
.header__lang .custom-select__dropdown-inner {
    padding: 0;
}
.header__lang .custom-select__dropdown-item {
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    padding: 5px 8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: unset;
}
.header__lang .custom-select__dropdown-item--selected {
    display: none;
}
.header__btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 47px;
}
.header__contacts {
    margin-left: auto;
}
.header__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
}
.header__phone img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 12px;
}
.header__phone:hover {
    color: #decba4;
}
.header__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 6px;
}
.header__socials-item {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    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;
}
.header__socials-item:not(:last-child) {
    margin-right: 7px;
}
.header__socials-item:hover {
    background: #8e7e64;
}
.header__socials-item--whatsapp {
    background: #24c25f;
}
.header__socials-item--telegram {
    background: #039be5;
    -webkit-box-shadow: 0 0 93px rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 93px rgba(0, 0, 0, 0.09);
}
.header__socials-item--instagram {
    background: #e1306c;
}
.header__socials-item--facebook {
    background: #3b5998;
}
.header__burger {
    display: none;
}
.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 75px;
}
.nav .menu-item a,
.nav__item {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.06em;
    color: #fff;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0.3);
}
.nav .menu-item:not(:last-child),
.nav__item:not(:last-child) {
    margin-right: 34px;
}
.nav .menu-item a:hover,
.nav__item:hover {
    color: #decba4;
}
@media screen and (max-width: 1400px) {
    .header__inner {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .header__btn,
    .header__contacts,
    .header__lang {
        margin-left: 0;
    }
    .nav {
        margin: 0;
    }
}
@media screen and (max-width: 1200px) {
    .header--active .header__inner {
        background: #2d2d33;
    }
    .header__inner {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: relative;
        z-index: 12;
    }
    .header__logo {
        margin-right: auto;
    }
    .header__phone {
        font-size: 20px;
    }
    .header__burger {
        margin-left: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 47px;
        height: 47px;
        background-color: #decba4;
        background-image: url(../img/burger.svg);
        background-repeat: no-repeat;
        background-position: center;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        border-radius: 50%;
    }
    .header__burger--active {
        background-image: url(../img/burger2.svg);
    }
    .header__btn,
    .header__lang {
        margin-right: 30px;
    }
    .nav {
        z-index: 11;
        position: fixed;
        background: #2d2d33;
        width: 100%;
        left: 0;
        top: -80px;
        padding: 65px 20px;
        display: block;
        -webkit-transition: 0.225s;
        -o-transition: 0.225s;
        transition: 0.225s;
        opacity: 0;
        pointer-events: none;
    }
    .nav--active {
        opacity: 1;
        pointer-events: unset;
    }
    .menu-item a,
    .nav__item {
        display: block;
        text-align: center;
    }
    .menu-item a:not(:last-child),
    .nav__item:not(:last-child) {
        margin: 0 0 34px;
    }
}
@media screen and (max-width: 992px) {
    .header__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header__logo {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .header__btn {
        margin-bottom: 20px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: calc(100% - 205px);
        height: 51px;
        margin-left: 34px;
        margin-right: 0;
    }
    .header__btn .btn-black__inner {
        background: #1b1b1f;
    }
    .header__btn::before {
        display: none;
    }
    .header__btn i {
        background: #2d2d33;
    }
    .header__lang {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .header__contacts {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .header__burger {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .header__socials {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .nav {
        top: 160px;
    }
}
@media screen and (max-width: 576px) {
    .header__inner {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .header__phone {
        font-size: 17px;
        line-height: 21px;
        font-weight: 500;
    }
    .header__phone img {
        display: none;
    }
    .header__lang {
        margin-right: 0;
    }
    .header__lang svg {
        margin-right: 6px;
    }
    .header__lang .custom-select {
        width: 35px;
    }
    .header__contacts {
        margin: 0 5px;
    }
    .header__burger {
        margin-left: 0;
    }
    .header__btn i {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin: 0 5px 0 0;
    }
    .header__btn {
        width: calc(100% - 187px);
        margin-left: 13px;
    }
}
.footer {
    background-image: url(../img/footer-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 75px 0 55px;
}
.footer__logo {
    width: 226px;
    display: block;
    margin: 0 auto;
}
.footer__logo img {
    width: 100%;
}
.footer__nav {
    margin-top: 35px;
}
.footer__nav .menu-item a,
.footer__link {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.06em;
    color: #fff;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0.3);
    display: block;
    text-align: center;
    font-family: Gilroy, sans-serif;
}
.footer__nav .menu-item a:hover,
.footer__link:hover {
    color: #decba4;
}
.footer__nav .menu-item:not(:last-child),
.footer__link:not(:last-child) {
    margin-bottom: 30px;
}
.footer__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;
    margin-top: 35px;
}
.footer__city {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.5);
    font-family: Gilroy, sans-serif;
}
.footer__city img {
    margin-right: 5px;
}
.footer__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    font-family: Gilroy, sans-serif;
}
.footer__phone img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
    width: 12px;
}
.footer__phone:hover {
    color: #decba4;
}
.footer__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer__socials-item {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    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;
}
.footer__socials-item:not(:last-child) {
    margin-right: 7px;
}
.footer__socials-item:hover {
    background: #8e7e64;
}
.footer__socials-item--whatsapp {
    background: #24c25f;
}
.footer__socials-item--telegram {
    background: #039be5;
    -webkit-box-shadow: 0 0 93px rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 93px rgba(0, 0, 0, 0.09);
}
.wpcf7 form .wpcf7-response-output {
    display: none;
}
.footer__socials-item--instagram {
    background: #e1306c;
}
.footer__socials-item--facebook {
    background: #3b5998;
}
.footer__conf {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.06em;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #fff;
    opacity: 0.6;
    display: block;
    max-width: 170px;
    font-family: Gilroy, sans-serif;
}
.footer__conf:hover {
    color: #decba4;
}
.footer__by {
    margin-top: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.06em;
    font-family: Gilroy, sans-serif;
    color: #fff;
}
.footer__btn {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}
@media screen and (max-width: 992px) {
    .footer {
        padding: 91px 0 82px;
    }
    .footer__nav {
        margin-top: 42px;
    }
    .footer__link:not(:last-child) {
        margin-bottom: 42px;
    }
    .footer__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer__btn {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 42px;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .footer__phone {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 45px;
    }
    .footer__socials {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 42px;
    }
    .footer__city {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        margin-top: 42px;
    }
    .footer__conf {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        margin-top: 42px;
    }
    .footer__by {
        margin-top: 42px;
    }
}
@media screen and (max-width: 576px) {
    .footer {
        background-image: url(../img/footer-bg2.webp);
    }
}
.modal-backdrop.show {
    opacity: 0.7;
}
.modal-dialog {
    pointer-events: unset;
    max-width: 626px;
    background: #fff;
    padding: 50px 83px 88px;
}
.modal__close {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: transparent;
    z-index: 4;
}
.modal__close:hover {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    -ms-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
}
.modal__title {
    color: #decba4;
    font-weight: 700;
    font-size: 96px;
    line-height: 95%;
    text-align: center;
    position: relative;
}
.modal__title-item2 {
    display: block;
    margin-top: -2px;
    font-size: 48px;
    line-height: 95%;
}
.modal__title:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 83px;
    height: 1px;
    background-color: #decba4;
    right: 100%;
    margin-left: 83px;
    top: 47px;
}
.modal__title2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 95%;
    color: #decba4;
    text-align: center;
    position: relative;
}
.modal__title2:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 83px;
    height: 1px;
    background-color: #decba4;
    right: calc(100% + 29px);
    top: 23px;
}
.modal__title3 {
    color: #decba4;
    font-weight: 700;
    font-size: 48px;
    line-height: 95%;
    text-align: center;
    position: relative;
}
.modal__title3-item2 {
    display: block;
    margin-top: -25px;
    font-size: 96px;
    line-height: 95%;
}
.modal__title3:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 83px;
    height: 1px;
    background-color: #decba4;
    right: 100%;
    margin-left: 83px;
    top: 25px;
}
.modal__hint {
    margin-top: 55px;
}
.modal .consult-form__btn {
    top: -120px;
    margin-left: 50px;
}
.modal .consult-form_hint {
    margin-top: 63px;
}
.modal__form {
    margin-top: 43px;
}
.modal__btn {
    width: 225px;
    height: 64.6px;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 55px auto 0;
}
.modal__list {
    margin-top: 59px;
    position: relative;
}
.modal__list:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: calc(100% - 135px);
    height: calc(100% + 30px);
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #faf7f1;
}
.modal__list li {
    position: relative;
    z-index: 2;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    padding-left: 39px;
    font-family: Gilroy, sans-serif;
}
.modal__list li::first-letter {
    font-family: Cormorant, sans-serif;
    font-size: 36px;
    line-height: 44px;
}
.modal__list li:not(:last-child) {
    margin-bottom: 9px;
}
.modal__list li:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 23px;
    height: 23px;
    background-image: url(../img/list-marker.svg);
    background-size: 100% auto;
    background-position: center;
    left: 0;
    top: 12px;
}
.modal__list li strong {
    font-weight: 600;
}
.modal__price {
    margin-top: 60px;
    font-size: 36px;
    line-height: 42px;
    font-family: Gilroy, sans-serif;
    font-weight: 300;
}
.modal__price span {
    font-weight: 500;
    color: #decba4;
    font-family: Cormorant, sans-serif;
    line-height: 44px;
}
.modal__img {
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    width: 307px;
    max-height: 609px;
    overflow: hidden;
}
.modal__img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.modal__badges {
    margin-top: 37px;
    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;
}
.modal__badge {
    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;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
    height: 42px;
    padding: 0 18px;
    background-color: #decba4;
}
.modal__badge2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.06em;
    color: #fff;
    padding: 13px 23px;
    background-color: #decba4;
    margin-top: 34px;
    text-align: center;
}
.modal__select {
    margin: 37px auto 0;
    width: 364px;
    max-width: 100%;
}
.modal__select .custom-select input {
    background-color: #decba4;
    border: none;
    color: #fff;
    height: 42px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-radius: 0;
    background-size: 11px auto;
    background-position: right 20px center;
    white-space: pre-wrap;
}
.modal__select .custom-select input::-webkit-input-placeholder {
    color: #fff;
}
.modal__select .custom-select input::-moz-placeholder {
    color: #fff;
}
.modal__select .custom-select input:-ms-input-placeholder {
    color: #fff;
}
.modal__select .custom-select input::-ms-input-placeholder {
    color: #fff;
}
.modal__select .custom-select input::placeholder {
    color: #fff;
}
.modal__select .custom-select input:hover {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.64645 4.85355C3.84171 5.04882 4.15829 5.04882 4.35355 4.85355L7.53553 1.67157C7.7308 1.47631 7.7308 1.15973 7.53553 0.964466C7.34027 0.769204 7.02369 0.769204 6.82843 0.964466L4 3.79289L1.17157 0.964466C0.976311 0.769204 0.659728 0.769204 0.464466 0.964466C0.269204 1.15973 0.269204 1.47631 0.464466 1.67157L3.64645 4.85355ZM3.5 4V4.5H4.5V4H3.5Z' fill='white'/%3E%3C/svg%3E");
}
.modal__select .custom-select--active input {
    background-image: url(../img/select-arrow3.svg) !important;
}
.modal__select .custom-select__dropdown {
    padding: 14px 0;
    background-color: #decba4;
    margin-top: 0;
    border: none;
    border-radius: 0;
}
.modal__select .custom-select__dropdown-inner {
    max-height: 450px;
}
.modal__select .custom-select__dropdown-item {
    height: unset;
    padding: 7px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.06em;
    color: #fff;
    border: none;
}
.modal__author {
    position: absolute;
    bottom: 246px;
    right: 0;
    background: rgba(196, 196, 196, 0.01);
    -webkit-backdrop-filter: blur(38px);
    backdrop-filter: blur(38px);
    padding: 18px 22px;
    text-align: center;
    font-size: 14px;
    line-height: 92%;
    color: #fff;
}
.modal__author strong {
    font-size: 18px;
    font-weight: 700;
    display: block;
    white-space: nowrap;
}
.modal__author:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 26px;
    height: 26px;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(../img/camera3.svg);
    background-size: 100% auto;
    background-position: center;
}
.modal__dates {
    margin-top: 42px;
    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;
}
.modal__dates-item {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    padding-left: 39px;
    font-family: Gilroy, sans-serif;
    position: relative;
}
.modal__dates-item:not(:last-child) {
    margin-bottom: 23px;
}
.modal__dates-item:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 23px;
    height: 23px;
    background-image: url(../img/list-marker.svg);
    background-size: 100% auto;
    background-position: center;
    left: 0;
    top: -2px;
}
.modal__dates-item strong {
    font-weight: 600;
}
.thanks-modal .modal-dialog {
    padding-bottom: 67px;
}
.thanks-modal .modal__title3-item2 {
    width: calc(100% + 100px);
    margin-left: -50px;
}
.photo-modal .modal-dialog {
    padding: 72px 112px 80px;
}
.photo-modal__btn {
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(94px, 10px);
    -ms-transform: translate(94px, 10px);
    transform: translate(94px, 10px);
    z-index: 3;
}
.photo-modal__btn::after {
    border-color: #decba4;
}
.photo-modal2 .modal-dialog {
    padding-left: 83px;
    padding-right: 83px;
}
.photo-modal3 .modal-dialog {
    padding: 50px 85px 38px;
}
.photo-modal3 .consult-form__hint {
    max-width: 283px;
}
.photo-modal3 .consult-form__btn {
    top: unset;
    bottom: 0;
    -webkit-transform: translate(150px, 50px);
    -ms-transform: translate(150px, 50px);
    transform: translate(150px, 50px);
    margin: 0;
    left: unset;
    right: 0;
}
.photo-modal3 .modal__form {
    margin-top: 26px;
}
.photo-modal3 .modal__img {
    max-height: 645px;
}
.photo-modal3 .modal__price {
    margin-top: 34px;
}
.event-modal .modal-dialog {
    padding: 55px 0;
    max-width: 1100px;
}
.event-modal .modal__title {
    font-size: 48px;
    line-height: 58px;
}
.event-modal .modal__title::before {
    left: 0;
    right: unset;
    margin: 0;
    top: 30px;
}
.event-modal .modal__list {
    margin-top: 0;
    max-width: 458px;
}
.event-modal .modal__list::before {
    right: 90px;
}
.event-modal .modal__price {
    margin-top: 0;
}
.event-modal__desc {
    font-weight: 300;
    font-size: 18px;
    line-height: 228%;
    padding: 43px 60px;
    text-align: center;
    background-color: #faf7f1;
    font-family: Gilroy, sans-serif;
    margin-top: 52px;
    position: relative;
}
.event-modal__desc:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 26px;
    height: 26px;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(../img/camera2.svg);
    background-size: 100% auto;
    background-position: center;
}
.event-modal__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 67px;
    padding: 0 111px;
}
.event-modal__btn {
    margin: 38px 0 0 31px;
}
.event-modal__btn::after {
    border-color: #decba4;
}
@media screen and (max-width: 1400px) {
    .photo-modal .modal-dialog {
        margin-left: 450px;
    }
}
@media screen and (max-width: 1200px) {
    .modal-dialog {
        padding-bottom: 218px;
    }
    .modal .consult-form__btn {
        left: 50%;
        top: 100%;
        margin-top: 43px;
        -webkit-transform: translateX(calc(-50% - 40px));
        -ms-transform: translateX(calc(-50% - 40px));
        transform: translateX(calc(-50% - 40px));
    }
    .photo-modal .modal-dialog {
        margin-left: 350px;
    }
}
@media screen and (max-width: 1100px) {
    .modal__img {
        position: relative;
        right: unset;
        height: 400px;
        width: calc(100% + 224px);
        margin: -72px 0 58px -112px;
    }
    .modal__img img {
        -o-object-fit: unset;
        object-fit: unset;
        height: unset;
        top: 0;
        -webkit-transform: translate(-50%, -20%);
        -ms-transform: translate(-50%, -20%);
        transform: translate(-50%, -20%);
    }
    .modal__author {
        right: 50%;
        bottom: 0;
        -webkit-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
        transform: translate(50%, 0);
    }
    .photo-modal .modal-dialog {
        margin-left: auto;
    }
    .photo-modal2 .modal__img {
        width: calc(100% + 170px);
        margin: -72px 0 58px -85px;
    }
    .photo-modal2 .modal__img img {
        top: 0;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    .photo-modal3 .modal__img {
        width: calc(100% + 170px);
        margin: -72px 0 58px -85px;
    }
    .event-modal .modal-dialog {
        max-width: calc(100% - 40px);
        margin: 20px auto;
        padding-top: 42px;
    }
    .event-modal .modal__title {
        font-size: 36px;
        line-height: 100%;
        padding: 0 20px;
    }
    .event-modal .modal__title::before {
        display: none;
    }
    .event-modal .modal__list {
        max-width: 100%;
    }
    .event-modal .modal__list::before {
        right: -26px;
    }
    .event-modal__desc {
        margin-top: 75px;
        padding: 43px 20px;
    }
    .event-modal__bottom {
        display: block;
        padding: 0 26px 190px;
        position: relative;
        margin-top: 67px;
    }
    .event-modal__right {
        margin-top: 76px;
    }
    .event-modal__btn {
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 80px);
        -ms-transform: translate(-50%, 80px);
        transform: translate(-50%, 80px);
    }
}
@media screen and (max-width: 768px) {
    .modal-dialog {
        padding: 43px 20px 220px;
        max-width: calc(100% - 40px);
        margin: 20px auto;
    }
    .modal__title {
        font-size: 48px;
        line-height: 100%;
    }
    .modal__title::before {
        display: none;
    }
    .modal__title-item2 {
        font-size: inherit;
        line-height: inherit;
        display: unset;
    }
    .modal__title3-item2 {
        font-size: 64px;
        line-height: 100%;
        margin-top: 6px;
    }
    .modal__hint {
        width: calc(100% + 40px);
        margin: 35px 0 0 -20px;
    }
    .modal__form {
        margin-top: 30px;
    }
    .modal .consult-form__hint {
        margin: 50px auto 0;
        text-align: center;
    }
    .modal__btn {
        margin-top: 44px;
    }
    .modal__img {
        position: relative;
        right: unset;
        height: 400px;
        width: calc(100% + 40px);
        margin: 0 0 58px -20px;
    }
    .modal__list {
        margin-top: 67px;
    }
    .modal__list li {
        padding-left: 0;
        line-height: 27px;
    }
    .modal__list li strong {
        display: block;
    }
    .modal__list li::before {
        display: none;
    }
    .modal__list li:not(:last-child) {
        margin-bottom: 24px;
    }
    .modal__badge2 {
        width: calc(100% + 40px);
        margin-left: -20px;
        padding: 20px 24px;
    }
    .thanks-modal .modal-dialog {
        padding-bottom: 56px;
    }
    .thanks-modal .modal__title3::before {
        display: none;
    }
    .thanks-modal .modal__title3-item2 {
        width: unset;
        font-size: inherit;
        line-height: inherit;
        margin: 0;
    }
    .photo-modal .modal-dialog {
        padding: 0 20px 220px;
    }
    .photo-modal__btn {
        left: 50%;
        top: unset;
        right: unset;
        bottom: 0;
        margin-top: 43px;
        -webkit-transform: translate(calc(-50% - 40px), 60px);
        -ms-transform: translate(calc(-50% - 40px), 60px);
        transform: translate(calc(-50% - 40px), 60px);
    }
    .photo-modal2 .modal__img,
    .photo-modal3 .modal__img {
        width: calc(100% + 40px);
        margin: 0 0 58px -20px;
    }
    .photo-modal3 .modal__price {
        text-align: center;
    }
    .photo-modal3 .consult-form__btn {
        left: 65%;
    }
}
@media screen and (max-width: 576px) {
    .modal__img {
        height: 300px;
    }
}
@media screen and (max-width: 450px) {
    .modal__select .custom-select input {
        background-position: right 10px center;
    }
    .modal__img {
        height: 260px;
    }
}
.main {
    overflow: hidden;
    background-color: #2d2d33;
    margin-top: -90px;
    position: relative;
}
.main__inner {
    padding: 210px 72px 93px 105px;
}
.main__city {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.5);
    font-family: Gilroy, sans-serif;
    z-index: 2;
    position: absolute;
    left: -2px;
    bottom: 100%;
    margin-bottom: 57px;
}
.main__city img {
    margin-right: 5px;
}
.main__info {
    position: relative;
    z-index: 2;
}
.main__img {
    width: 284px;
    height: 330px;
    position: relative;
    overflow: hidden;
}
.main__img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.main__prof {
    font-weight: 500;
    font-size: 64px;
    line-height: 78px;
    top: -52px;
    left: 225px;
    position: absolute;
    color: #decba4;
}
.main__title {
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0.25);
    color: #fff;
}
.main__name {
    position: absolute;
    top: 57px;
    right: 17px;
}
.main__surname {
    position: absolute;
    top: 205px;
    left: 60px;
}
.main__bg {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1265px;
    pointer-events: none;
    background-image: url(../img/girls.webp);
    background-size: cover;
}
.main__bg img {
    height: 100%;
    width: auto;
}
.main__bg:before {
    content: "";
    position: absolute;
    z-index: 1;
    background: -o-linear-gradient(357.7deg, #000 2.06%, rgba(0, 0, 0, 0) 98.2%);
    background: linear-gradient(92.3deg, #000 2.06%, rgba(0, 0, 0, 0) 98.2%);
    opacity: 0.3;
    width: 357px;
    height: 100%;
    left: 0;
    top: 0;
}
.main__wrap {
    margin-top: 60px;
    z-index: 2;
    position: relative;
    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;
}
.main__list li {
    position: relative;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0.3);
    padding-left: 39px;
    font-family: Gilroy, sans-serif;
}
.main__list li::first-letter {
    font-family: Cormorant, sans-serif;
    font-size: 36px;
    line-height: 44px;
}
.main__list li:not(:last-child) {
    margin-bottom: 9px;
}
.main__list li:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 23px;
    height: 23px;
    background-image: url(../img/list-marker.svg);
    background-size: 100% auto;
    background-position: center;
    left: 0;
    top: 12px;
}
.main__btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.main__items {
    margin-top: 104px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: rgba(196, 196, 196, 0.01);
    -webkit-backdrop-filter: blur(38px);
    backdrop-filter: blur(38px);
    position: relative;
    z-index: 2;
}
.main__item {
    width: 25%;
    padding: 24px;
    position: relative;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    font-family: Gilroy, sans-serif;
    text-align: center;
    letter-spacing: 0.06em;
    color: #fff;
}
.main__item:after {
    content: "";
    position: absolute;
    z-index: 1;
    -webkit-backdrop-filter: blur(38px);
    backdrop-filter: blur(38px);
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(51.56%, #fff), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0, #fff 51.56%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0, #fff 51.56%, rgba(255, 255, 255, 0) 100%);
    width: 58px;
    height: 1px;
    right: 0;
    top: 50%;
    -webkit-transform: translate(50%, -50%) rotate(90deg);
    -ms-transform: translate(50%, -50%) rotate(90deg);
    transform: translate(50%, -50%) rotate(90deg);
}
.main__item:last-child::after {
    display: none;
}
.main__item img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.photosession {
    padding: 35px 0 55px;
    overflow: hidden;
}
.photosession__title {
    color: #decba4;
}
.photosession__title span {
    font-size: 64px;
    line-height: 78px;
    display: block;
    text-align: right;
    margin-top: -25px;
}
.photosession__desc {
    max-width: 530px;
    position: relative;
    margin: 44px 0 0 42px;
}
.photosession__desc span {
    position: relative;
    z-index: 2;
    font-weight: 500;
    font-size: 18px;
    line-height: 33px;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0.3);
    padding-left: 39px;
    font-family: Gilroy, sans-serif;
    display: block;
    letter-spacing: 0.06em;
}
.photosession__desc span::first-letter {
    font-family: Cormorant, sans-serif;
    font-size: 36px;
    line-height: 153%;
}
.photosession__desc span:not(:last-child) {
    margin-bottom: 9px;
}
.photosession__desc span:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 23px;
    height: 23px;
    background-image: url(../img/list-marker.svg);
    background-size: 100% auto;
    background-position: center;
    left: 0;
    top: 12px;
}
.photosession__desc:before {
    content: "";
    position: absolute;
    z-index: 1;
    background: #faf7f1;
    width: 520px;
    height: calc(100% + 70px);
    left: -42px;
    top: -29px;
}
.photosession__desc:after {
    content: "";
    position: absolute;
    z-index: 1;
    height: 1px;
    width: 10000px;
    left: 100%;
    bottom: 10px;
    margin-left: 74px;
    background: #decba4;
}
.photosession__items {
    margin-top: 140px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 64px 52px;
}
.photosession__item-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #decba4;
}
.photosession__item-title--one {
    text-align: center;
}
.photosession__item-title--two {
    padding: 0 15px;
    position: relative;
}
.photosession__item-title--two span {
    display: block;
    text-align: right;
    margin-top: -34px;
    position: absolute;
    right: 15px;
    top: 100%;
}
.photosession__item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 70px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.photosession__item-title--double span:nth-child(1) {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    white-space: nowrap;
}
.photosession__item-title--double span:nth-child(2) {
    margin-left: 7px;
    line-height: 35px;
    margin-top: 28px;
    text-align: left;
}
.photosession__item-bottom {
    margin-top: 18px;
    position: relative;
}
.photosession__item-img img {
    width: 100%;
}
.photosession__item-btn {
    position: absolute;
    bottom: 30px;
    right: -30px;
}
.photosession__link {
    padding-top: 76px;
    color: #decba4;
}
.photosession__link-inner {
    height: 100%;
    border-radius: 0 184px 0 0;
    background-color: #2d2d33;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.225s;
    -o-transition: 0.225s;
    transition: 0.225s;
}
.photosession__link-inner:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: calc(100% - 142px);
    height: 1px;
    background-color: #decba4;
    left: 0;
    bottom: 58px;
}
.photosession__link-icon {
    text-align: center;
    margin-top: -98px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.photosession__link-title {
    font-weight: 700;
    font-size: 58px;
    line-height: 70px;
    padding: 0 39px;
    width: 100%;
}
.photosession__link-title span {
    font-size: 38px;
    line-height: 46px;
    display: block;
    text-align: right;
    margin-top: -20px;
}
.photosession__link-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 154px;
    height: 154px;
    padding: 81px 0 0 83px;
    background-image: url(../img/link-bg.svg);
}
.photosession__link-btn g rect {
    fill: #2d2d33;
}
.photosession__link:hover {
    color: #2d2d33;
    cursor: pointer;
}
.photosession__link:hover .photosession__link-inner {
    background-color: #faf7f1;
}
.photosession__link:hover .photosession__link-icon g rect {
    fill: #2d2d33;
}
.portfolio {
    padding: 90px 0;
    overflow: hidden;
}
.portfolio__title {
    font-weight: 600;
    color: #decba4;
}
.portfolio__title span {
    display: block;
    padding-right: 73px;
    text-align: right;
    margin-top: -30px;
    position: relative;
}
.portfolio__title span:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 800px;
    height: 1px;
    background: #decba4;
    right: 100%;
    top: 65%;
    -webkit-transform: translate(300px, -50%);
    -ms-transform: translate(300px, -50%);
    transform: translate(300px, -50%);
}
.portfolio__desc {
    position: relative;
    max-width: 570px;
    margin-left: 105px;
    font-weight: 500;
    font-size: 64px;
    line-height: 78px;
    color: #decba4;
}
.portfolio__desc:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 800px;
    height: 1px;
    background: #decba4;
    left: 100%;
    bottom: 45px;
}
.portfolio__slider {
    margin-top: 78px;
}
.portfolio__slider-nav {
    display: none;
}
.portfolio__item2:hover .portfolio__slide:before {
    opacity: 0.3;
}

.portfolio__item-download {
    opacity: 0;
    pointer-events: none;
}

.portfolio__filename {
    display: block;
    margin-top: 5px;
}

.portfolio__item2:hover .portfolio__item-download {
    opacity: 1;
    pointer-events: unset;
}

.portfolio__slide {
    position: relative;
}

.portfolio__slide:before {
    content: "";
    position: absolute;
    z-index: 0;
    background: #000;
    opacity: 0.3;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 1;
	pointer-events: none;
}
.portfolio__item {
    position: relative;
}
.portfolio__item-title {
    position: absolute;
    bottom: -18px;
    right: 20px;
    padding: 46px 16px 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    background-color: #faf7f1;
    z-index: 2;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.06em;
    font-family: Gilroy, sans-serif;
}
.portfolio__item-title span::first-letter {
    font-family: Cormorant, sans-serif;
    font-size: 36px;
    line-height: 44px;
}
.portfolio__item-title img {
    margin-right: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.portfolio__item-img {
    height: 580px;
    overflow: hidden;
    position: relative;
    display: block;
}
.login__error{

    text-align: center;
    font-size: 20px;
    color: #e91e63;
}
.portfolio__item-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
	object-position: top center;
    display: block;
}
.portfolio__item-buttons {
    position: absolute;
    bottom: 10px;
    z-index: 3;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 10px;
}
.portfolio__item-download,
.portfolio__item-favourite {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.portfolio__item-download {
    background: #2d2d33;
    margin-right: 10px;
}
.portfolio__item-download:hover {
    background: #decba4;
}
.wpml-ls-legacy-dropdown {
    width: 60px;
    max-width: 100%;
}
.wpml-ls-legacy-dropdown a {
    display: block;
    text-decoration: none;
    color: #fff;
    border: none;
    background-color: #fff0;
    padding: 5px 10px;
    line-height: 1;
}
.wpml-ls-legacy-dropdown a:hover, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a {
    color: #fff;
    background: #eee0;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu, .wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu {
    background: #1b1b1f;
}
.portfolio__item-favourite {
    background-color: #c6002f;
    background-image: url(../img/favourite.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.portfolio__item-favourite:hover {
    background-image: url(../img/favourite2.png);
}
.portfolio__link {
    display: block;
}
.portfolio__link-inner {
    height: 100%;
    border-radius: 0 184px 0 0;
    background-color: #2d2d33;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.225s;
    -o-transition: 0.225s;
    transition: 0.225s;
}
.portfolio__link-inner:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: calc(100% - 142px);
    height: 1px;
    background-color: #decba4;
    left: 0;
    bottom: 58px;
}
.portfolio__link-icon {
    text-align: center;
    position: absolute;
    left: 0;
    top: 82px;
    width: 100%;
}
.portfolio__link-title {
    font-weight: 700;
    font-size: 58px;
    line-height: 70px;
    padding: 0 70px;
    width: 100%;
    color: #decba4;
}
.portfolio__link-title span {
    font-size: 38px;
    line-height: 46px;
    display: block;
    text-align: right;
    margin-top: -17px;
}
.portfolio__link-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 154px;
    height: 154px;
    padding: 81px 0 0 83px;
    background-image: url(../img/link-bg.svg);
}
.portfolio__link-btn g rect {
    fill: #2d2d33;
}
.portfolio__link:hover {
    color: #2d2d33;
    cursor: pointer;
}
.portfolio__link:hover .portfolio__link-inner {
    background-color: #faf7f1;
}
.portfolio__link:hover .portfolio__link-icon g rect {
    fill: #2d2d33;
}
.portfolio__link:hover .portfolio__link-title {
    color: #2d2d33;
}
.organization {
    padding: 20px 0 50px;
    overflow: hidden;
}
.organization__subtitle {
    font-weight: 500;
    font-size: 64px;
    line-height: 78px;
    max-width: 452px;
    margin-left: 100px;
    color: #decba4;
    position: relative;
}
.organization__subtitle::after,
.organization__subtitle::before {
    content: "";
    position: absolute;
    z-index: 1;
    height: 1px;
    width: 10000px;
    background-color: #decba4;
    top: 42px;
}
.organization__subtitle::after {
    left: 100%;
    margin-left: 62px;
}
.organization__subtitle::before {
    right: 100%;
    margin-right: 62px;
}
.organization__title {
    text-align: right;
    color: #decba4;
    margin-top: -100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 430px;
}
.organization__items {
    height: 733px;
    background-image: url(../img/girls.webp);
    background-size: cover;
    position: relative;
    margin-top: 80px;
}
.organization__item {
    padding: 32px 24px;
    min-height: 145px;
    background-color: #faf7f1;
    position: absolute;
    top: 30px;
    left: -28px;
    font-family: Gilroy, sans-serif;
    font-size: 18px;
    line-height: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.organization__item img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 13px;
}
.organization__item span::first-letter {
    font-family: Cormorant, sans-serif;
    font-size: 36px;
    line-height: 44px;
}
.organization__item:nth-child(2) {
    top: 190px;
}
.organization__item:nth-child(3) {
    left: unset;
    right: -28px;
    top: unset;
    bottom: 193px;
}
.organization__item:nth-child(4) {
    left: unset;
    right: -28px;
    top: unset;
    bottom: 30px;
}
.process {
    padding: 50px 0;
    overflow: hidden;
}
.process__title {
    margin-left: 75px;
    font-size: 64px;
    line-height: 78px;
    color: #decba4;
    font-weight: 500;
    max-width: 702px;
    position: relative;
}
.process__title:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 798px;
    height: 141px;
    left: 337px;
    top: 125px;
    background-color: #faf7f1;
}
.process__title strong {
    font-weight: 700;
}
.process__title span {
    position: relative;
    z-index: 2;
}
.process__desc {
    margin: 62px 105px 0 auto;
    font-size: 64px;
    line-height: 78px;
    color: #decba4;
    font-weight: 500;
    max-width: 610px;
}
.process__desc strong {
    font-weight: 700;
}
.process__desc span {
    position: relative;
    z-index: 2;
}
.process__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 55px;
    position: relative;
}
.process__items:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 190px;
    height: 141px;
    background-color: #faf7f1;
    bottom: 100%;
    left: 0;
    margin-bottom: 4px;
}
.process__item {
    width: 295px;
    position: relative;
    margin-top: 80px;
}
.process__item:not(:last-child) {
    margin-right: 20px;
}
.process__item-img {
    height: 295px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.process__item-img img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
}
.process__item-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    margin-top: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.process__item-num {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    top: 0;
    left: 0;
    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;
    color: #fff;
    font-weight: 700;
    font-size: 36px;
    background-color: #decba4;
    padding-bottom: 8px;
}
.process__item-list {
    margin-top: 30px;
}
.process__item-list li {
    position: relative;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    padding-left: 42px;
    font-family: Gilroy, sans-serif;
}
.process__item-list li:not(:last-child) {
    margin-bottom: 19px;
}
.process__item-list li:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 23px;
    height: 23px;
    background-image: url(../img/list-marker.svg);
    background-size: 100% auto;
    background-position: center;
    left: 0;
    top: 0;
}
.info {
    padding: 50px 0 170px;
    position: relative;
}
.info:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 145px;
    height: 145px;
    border: 1px solid #decba4;
    left: 267px;
    top: 50%;
    -webkit-transform: translateY(calc(-50% - 145px));
    -ms-transform: translateY(calc(-50% - 145px));
    transform: translateY(calc(-50% - 145px));
}
.info:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: calc(100% - 340px);
    height: 284px;
    background-color: #faf7f1;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.info__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.info__inner:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 105px;
    width: 1000px;
    height: 1px;
    right: 100%;
    -webkit-transform: translateX(588px);
    -ms-transform: translateX(588px);
    transform: translateX(588px);
    background-color: #decba4;
}
.info__wrap {
    width: 610px;
    position: relative;
    margin-left: -77px;
    z-index: 2;
}
.info__img img {
    width: 100%;
}
.info__text {
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform: translate(-40px, -30px);
    -ms-transform: translate(-40px, -30px);
    transform: translate(-40px, -30px);
    padding: 30px 0;
    width: 486px;
    font-weight: 500;
}
.info__text:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 450px;
    height: 100%;
    right: 80px;
    top: 0;
    background-color: #faf7f1;
}
.info__text span {
    font-size: 18px;
    line-height: 27px;
    font-family: Gilroy, sans-serif;
    position: relative;
    display: block;
    padding-left: 39px;
    z-index: 2;
}
.info__text span::first-letter {
    font-family: Cormorant, sans-serif;
    font-size: 36px;
    line-height: 44px;
}
.info__text span:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 23px;
    height: 23px;
    background-image: url(../img/list-marker.svg);
    background-size: 100% auto;
    background-position: center;
    left: 0;
    top: 17px;
}
.info__btn {
    position: absolute;
    left: 100%;
    bottom: 67px;
}
.info__btn::after {
    border-color: #decba4;
}

.information {
    padding: 30px 0 0 0;
}

.information p {
    margin-top: 10px;
    font-size: 20px;
}

.information b {
    font-weight: 700;
}

.events {
    padding: 20px 0 80px;
    overflow: hidden;
}

.events__empty {
    padding: 30px 20px;
    background-color: #faf7f1;
}

.events__empty img {
    margin-right: 14px;
}

.events__empty p {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
}
.events__title {
    padding: 0 35px 0 60px;
    color: #decba4;
}
.events__title-item1,
.events__title-item2 {
    display: block;
    position: relative;
}
.events__title-item1 {
    font-weight: 600;
}
.events__title-item1:before,
.events__title-item2:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 1000px;
    height: 1px;
    background-color: #decba4;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.events__title-item1::before {
    right: 100%;
    margin-right: 40px;
}
.events__title-item2 {
    text-align: right;
}
.events__title-item2::before {
    left: 100%;
    top: 60%;
    margin-left: 35px;
}
.events__desc {
    margin-top: 50px;
    padding-left: 75px;
    font-weight: 500;
    font-size: 64px;
    line-height: 78px;
    color: #decba4;
}
.events__table-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 100px;
    padding-right: 52px;
}
.events__table-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
}
.events__table-title img {
    margin-right: 14px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.events__table-title:nth-child(1) {
    width: 550px;
}
.events__table-title:nth-child(2) {
    width: 200px;
    padding-left: 13px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.events__table-title:nth-child(3) {
    width: 155px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.events__table-title:nth-child(4) {
    width: 190px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-left: auto;
}
.events__slider {
    margin-top: 30px;
}
.events__slider-nav {
    display: none;
}
.events__btn {
    height: 65px;
    width: 100%;
    border-radius: 66px;
}
.events__more {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    margin-top: 11px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.events__more:hover {
    color: #decba4;
}
.consult {
    padding: 50px 0 120px;
}
.consult__inner {
    padding-left: 525px;
    position: relative;
}
.consult__right {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.consult__img {
    background-color: #2d2d33;
    position: absolute;
    left: 0;
    top: 26px;
    width: 443px;
}
.consult__img:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 30px;
    height: 30px;
    border: 1px solid #decba4;
    top: 20px;
    right: -10px;
}
.consult__img img {
    width: 100%;
    display: block;
    -webkit-transform: translate(30px, 30px);
    -ms-transform: translate(30px, 30px);
    transform: translate(30px, 30px);
}
.consult__title {
    font-weight: 500;
    font-size: 64px;
    line-height: 78px;
    max-width: 600px;
    color: #decba4;
}
.consult__hint {
    margin-top: 58px;
    max-width: 460px;
}
.consult__form {
    margin-top: 55px;
    max-width: 400px;
}
#imagemodal .modal-dialog {
    pointer-events: unset;
    max-width: max-content;
    background: #fff;
    padding: 0;
    width: 100%
}
@media screen and (min-width: 992px) {
    .portfolio__slider .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 40px 20px;
    }
    .portfolio__item:nth-child(3) .portfolio__item-title,
    .portfolio__item:nth-child(4) .portfolio__item-title,
    .portfolio__item:nth-child(7) .portfolio__item-title,
    .portfolio__item:nth-child(8) .portfolio__item-title,
    .portfolio__item:nth-child(9) .portfolio__item-title {
        left: 20px;
        right: unset;
    }
    .events .swiper-wrapper {
        display: block;
    }
    .events__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px 52px 20px 0;
        -webkit-transition: 0.225s;
        -o-transition: 0.225s;
        transition: 0.225s;
    }
    .events__row:nth-child(odd) {
        background-color: #faf7f1;
        border: 1px solid transparent;
    }
    .events__row:nth-child(odd):hover {
        background-color: #fff;
        border-color: #decba4;
    }
    .events__row .events__table-title {
        display: none;
    }
    .events__col {
        font-size: 22px;
        line-height: 26px;
        letter-spacing: 0.06em;
        font-family: Gilroy, sans-serif;
    }
    .events__col:nth-child(1) {
        width: 550px;
        padding-left: 44px;
    }
    .events__col:nth-child(2) {
        width: 200px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .events__col:nth-child(3) {
        width: 155px;
        text-align: center;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .events__col:nth-child(4) {
        width: 190px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        margin-left: auto;
    }
    .events__name {
        font-size: 18px;
        line-height: 21px;
        max-width: 420px;
        display: block;
    }
}
@media screen and (max-width: 1500px) {
    .main__bg {
        right: unset;
        left: 400px;
    }
}
@media screen and (max-width: 1400px) {
    .main__inner {
        padding: 160px 0 45px;
    }
    .main__city {
        margin-bottom: 30px;
    }
    .main__name {
        right: unset;
        left: 270px;
        top: 100px;
    }
    .main__wrap {
        margin-top: 20px;
    }
    .main__items {
        margin-top: 60px;
    }
    .consult__inner {
        padding-left: 475px;
    }
    .consult .consult-form__btn {
        margin-left: 20px;
    }
}
@media screen and (max-width: 1200px) {
    .photosession__title span {
        font-size: 58px;
        line-height: 70px;
    }
    .photosession__items {
        grid-template-columns: 1fr 1fr;
    }
    .photosession__item-title--two {
        text-align: center;
    }
    .photosession__item-title--two span {
        position: static;
        display: unset;
    }
    .photosession__item-btn {
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    .portfolio__title span::before {
        -webkit-transform: translate(50px, -50%);
        -ms-transform: translate(50px, -50%);
        transform: translate(50px, -50%);
    }
    .portfolio__item-img {
        height: 520px;
    }
    .organization__title {
        margin-top: -70px;
    }
    .info__wrap {
        margin-left: 0;
    }
    .info__btn {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .consult {
        padding: 50px 0 90px;
    }
    .consult__inner {
        padding: 0;
    }
    .consult__img {
        position: relative;
        margin: 45px auto 0;
        top: unset;
        left: unset;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    .consult__title {
        max-width: 100%;
        text-align: center;
        line-height: 100%;
    }
    .consult__form {
        margin: 30px auto 0;
    }
    .consult .consult-form__btn {
        position: relative;
        left: unset;
        top: unset;
        margin: 50px auto 0;
        -webkit-transform: translateX(25px);
        -ms-transform: translateX(25px);
        transform: translateX(25px);
    }
    .consult__hint {
        margin: 70px auto 0;
    }
}
@media screen and (max-width: 992px) {
    .main {
        margin-top: -160px;
    }
    .main__inner {
        padding: 192px 0 48px;
    }
    .main__bg {
        top: unset;
        bottom: 0;
        left: 0;
        height: 600px;
        width: 100%;
    }
    .main__bg img {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -o-object-fit: cover;
        object-fit: cover;
    }
    .main__img {
        margin-left: -20px;
    }
    .main__prof {
        left: 0;
        top: -27px;
        font-size: 36px;
        line-height: 44px;
    }
    .main__name {
        top: unset;
        bottom: 24px;
        left: 126px;
    }
    .main__surname {
        top: unset;
        bottom: 0;
        left: 9px;
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%);
    }
    .main__city {
        left: 236px;
        bottom: unset;
        top: 100%;
        margin: 48px 0 0;
    }
    .main__wrap {
        margin-top: 95px;
        display: block;
    }
    .main__list li {
        font-weight: 300;
        line-height: 15px;
    }
    .main__btn {
        margin-top: 150px;
        margin-left: 52px;
    }
    .main__items {
        margin-top: 66px;
    }
    .portfolio {
        padding: 50px 0;
    }
    .portfolio__title {
        position: relative;
    }
    .portfolio__title span {
        display: unset;
        position: static;
    }
    .portfolio__title span::before {
        top: unset;
        bottom: 100%;
        margin-bottom: 50px;
        -webkit-transform: translate(75px, 0);
        -ms-transform: translate(75px, 0);
        transform: translate(75px, 0);
    }
    .portfolio__desc {
        margin-top: 37px;
        margin-left: auto;
        font-size: 60px;
        text-align: right;
    }
    .portfolio__desc::before {
        bottom: unset;
        top: 100%;
        margin-top: 40px;
        -webkit-transform: translateX(-55px);
        -ms-transform: translateX(-55px);
        transform: translateX(-55px);
        width: 75px;
    }
    .portfolio__item {
        width: 320px;
    }
    .portfolio__item-img {
        height: 563px;
    }
    .portfolio__item-buttons {
        opacity: 1;
        pointer-events: unset;
    }
    .portfolio__link {
        height: 563px;
        width: 320px;
    }
    .portfolio__link-title {
        padding: 0 30px;
    }
    .portfolio__link-inner {
        padding-top: 250px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        border-radius: 0 137px 0 0;
    }
    .portfolio__slider {
        margin-top: 100px;
    }
    .portfolio__slider-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 90px auto 0;
        width: 320px;
        max-width: 100%;
        text-align: center;
        position: relative;
    }
    .portfolio__slider-nav:before {
        content: "";
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 73px;
        left: 0;
        top: -13px;
        background-color: #faf7f1;
    }
    .portfolio__slider-nav-title {
        font-size: 18px;
        line-height: 27px;
        font-family: Gilroy, sans-serif;
        max-width: 100px;
        position: relative;
        z-index: 2;
    }
    .portfolio__slider-nav-title::first-letter {
        font-family: Cormorant, sans-serif;
        font-size: 36px;
        line-height: 44px;
    }
    .portfolio__slider .swiper-button-next,
    .portfolio__slider .swiper-button-prev {
        position: relative;
        margin-top: 0;
    }
    .organization {
        padding: 60px 0;
    }
    .organization__subtitle {
        max-width: unset;
        text-align: center;
        margin: 0;
        line-height: 100%;
    }
    .organization__subtitle::before {
        right: unset;
        left: 0;
        top: 0;
        width: 75px;
        margin: 0;
        -webkit-transform: translate(-20px, -50px);
        -ms-transform: translate(-20px, -50px);
        transform: translate(-20px, -50px);
    }
    .organization__subtitle:after {
        display: none;
    }
    .organization__title {
        margin: 23px 0 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        font-size: 96px;
        position: relative;
    }
    .organization__title:before {
        content: "";
        position: absolute;
        z-index: 1;
        width: 75px;
        height: 1px;
        right: 0;
        bottom: 0;
        -webkit-transform: translate(20px, 50px);
        -ms-transform: translate(20px, 50px);
        transform: translate(20px, 50px);
        background-color: #decba4;
    }
    .organization__items {
        width: calc(100% + 40px);
        margin: 90px 0 0 -20px;
        padding: 62px 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: unset;
        min-height: 764px;
        background-position: center top;
    }
    .organization__item {
        position: static;
        max-width: 340px;
        margin: 0 auto;
        padding-left: 12px;
        padding-right: 12px;
    }
    .organization__item:last-child {
        max-width: 302px;
    }
    .organization__item:not(:last-child) {
        margin-bottom: 20px;
    }
    .process {
        padding: 40px 0;
    }
    .process__title {
        font-size: 48px;
        line-height: 100%;
        margin-left: 0;
        max-width: 100%;
    }
    .process__title::before {
        top: -37px;
        right: -20px;
        width: 190px;
        height: 141px;
        left: unset;
    }
    .process__title strong {
        font-weight: 500;
    }
    .process__desc {
        margin-top: 90px;
        max-width: 100%;
        font-size: 48px;
        line-height: 100%;
        text-align: right;
        margin-right: 0;
        position: relative;
    }
    .process__desc:before {
        content: "";
        position: absolute;
        z-index: 1;
        width: calc(100% + 40px);
        height: 141px;
        left: -20px;
        top: -63px;
        background-color: #faf7f1;
    }
    .process__desc span {
        position: relative;
        z-index: 2;
    }
    .process__desc strong {
        font-weight: 500;
    }
    .process__items {
        margin-top: -10px;
    }
    .process__items::before {
        display: none;
    }
    .process__item:nth-child(even) {
        margin-right: 0;
    }
    .info {
        padding: 220px 0 330px;
    }
    .info::before {
        width: calc(100% - 52px);
        top: unset;
        bottom: 190px;
        height: 212px;
        right: unset;
        left: 0;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
    }
    .info::after {
        display: none;
    }
    .info__inner::before {
        top: unset;
        bottom: 120px;
        width: 272px;
        right: 0;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
    }
    .info__wrap {
        max-width: 100%;
    }
    .info__text {
        width: 100%;
        bottom: 100%;
        top: unset;
        -webkit-transform: translateY(-46px);
        -ms-transform: translateY(-46px);
        transform: translateY(-46px);
        padding: 10px 19px;
    }
    .info__text span {
        text-align: center;
        padding: 0;
    }
    .info__text span::before {
        left: 50%;
        top: unset;
        bottom: 100%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    .info__text::before {
        width: 100%;
        height: 102px;
        right: 0;
    }
    .info__btn {
        bottom: unset;
        top: 100%;
        left: 50%;
        -webkit-transform: translate(calc(-50% + 30px), -40px);
        -ms-transform: translate(calc(-50% + 30px), -40px);
        transform: translate(calc(-50% + 30px), -40px);
    }
    .events {
        padding: 50px 0;
    }
    .events__title {
        padding: 0;
    }
    .events__title-item1 {
        text-align: center;
    }
    .events__title-item1::before {
        top: unset;
        width: 75px;
        height: 1px;
        right: unset;
        left: -20px;
        -webkit-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    .events__title-item2 {
        text-align: center;
    }
    .events__title-item2::before {
        display: none;
    }
    .events__desc {
        font-size: 36px;
        line-height: 44px;
        margin-top: 44px;
        text-align: center;
        padding: 0;
        position: relative;
    }
    .events__desc:before {
        content: "";
        position: absolute;
        z-index: 1;
        width: 75px;
        height: 1px;
        right: -20px;
        top: 100%;
        background-color: #decba4;
        -webkit-transform: translateY(45px);
        -ms-transform: translateY(45px);
        transform: translateY(45px);
    }
    .events__table-top {
        display: none;
    }
    .events__table-title {
        width: 100% !important;
        padding: 0 !important;
        margin-bottom: 14px;
        display: block;
        text-align: center;
    }
    .events__table-title img {
        display: block;
        margin: 0 auto;
    }
    .events__slider {
        margin: 87px 0 0 -20px;
        width: calc(100% + 40px);
    }
    .events__slider-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 54px auto 0;
        width: 320px;
        max-width: 100%;
        text-align: center;
        position: relative;
    }
    .events__slider-nav:before {
        content: "";
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 73px;
        left: 0;
        top: -13px;
        background-color: #faf7f1;
    }
    .events__slider-nav-title {
        font-size: 18px;
        line-height: 27px;
        font-family: Gilroy, sans-serif;
        max-width: 100px;
        position: relative;
        z-index: 2;
    }
    .events__slider-nav-title::first-letter {
        font-family: Cormorant, sans-serif;
        font-size: 36px;
        line-height: 44px;
    }
    .events .swiper-button-next,
    .events .swiper-button-prev {
        position: relative;
        margin-top: 0;
    }
    .events__row {
        padding: 45px 20px;
        background-color: #faf7f1;
        font-family: Gilroy, sans-serif;
    }
    .events__col {
        font-size: 22px;
        line-height: 26px;
        text-align: center;
    }
    .events__col:not(:last-child) {
        margin-bottom: 30px;
    }
    .events__name {
        font-weight: 600;
        font-size: 22px;
        line-height: 26px;
        text-align: center;
        letter-spacing: 0.06em;
        display: block;
        max-width: 400px;
        margin: 0 auto;
    }
    .events__btn {
        width: 190px;
        margin: 0 auto;
    }
    .consult__img {
        max-width: 100%;
    }
    .consult__img::before {
        top: 5px;
        right: -15px;
    }
    .consult__img img {
        -webkit-transform: translate(20px, 20px);
        -ms-transform: translate(20px, 20px);
        transform: translate(20px, 20px);
    }
    .consult__title {
        font-weight: 600;
    }
    .consult__title-item1 {
        display: block;
        font-size: 64px;
    }
    .consult__title-item2 {
        font-size: 36px;
        line-height: 44px;
        display: block;
        margin-top: 17px;
    }
}
@media screen and (min-width:  831px) {
    .photosession__item-title--multiword span:nth-child(1) {
        margin-right: -25px;
    }
    .photosession__item-title--multiword span:nth-child(2) {
        margin-top: 45px;
        margin-left: -25px;
        line-height: 20px;
    }
    .photosession__item-title--double span.multiword {
        line-height: 30px;
        margin-top: 0;
    }
}
@media screen and (max-width: 830px) {
    .photosession {
        padding: 55px 0;
    }
    .photosession__title {
        text-align: center;
    }
    .photosession__title span {
        display: unset;
        margin: 0;
        font-size: unset;
        line-height: unset;
    }
    .photosession__items {
        gap: 48px;
        grid-template-columns: 100%;
        margin-top: 53px;
    }
    .photosession__item-title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .photosession__item-title--double span:nth-child(1) {
        margin-left: -55px;
        line-height: 45px;
    }
    .photosession__item-title--double span:nth-child(2) {
        margin-left: 70px;
        padding: 0;
        margin-top: 0;
        line-height: inherit;
    }
    .photosession__desc {
        width: 100%;
        max-width: unset;
        padding: 0 12%;
        margin: 48px 0 0;
        text-align: center;
    }
    .photosession__desc span {
        padding: 0;
    }
    .photosession__desc br {
        display: none;
    }
    .photosession__desc::before {
        height: 102px;
        width: 100%;
        top: 11px;
        left: 0;
    }
    .photosession__desc::after {
        width: 43px;
        left: unset;
        right: -20px;
        top: 130px;
    }
    .photosession__desc span::before {
        top: unset;
        left: 50%;
        bottom: 100%;
        -webkit-transform: translate(-50%, 12px);
        -ms-transform: translate(-50%, 12px);
        transform: translate(-50%, 12px);
    }
    .photosession__link-inner {
        min-height: 563px;
        border-radius: 0 137px 0 0;
    }
    .photosession__link-title {
        padding: 0 25px;
    }
}
@media screen and (max-width: 768px) {
    .main__items {
        display: block;
        max-width: 283px;
        margin: 80px auto 0;
    }
    .main__item {
        width: 100%;
    }
    .main__item:after {
        -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
        width: calc(100% - 48px);
        height: 1px;
        top: unset;
        bottom: 0;
        right: unset;
        left: 50%;
    }
    .main__item img {
        z-index: 3;
    }
    .main__bg {
        height: 900px;
        overflow: hidden;
    }
    .main__btn {
        margin-top: 278px;
    }
    .portfolio__desc {
        font-size: 48px;
        line-height: 100%;
        max-width: 300px;
    }
    .process__items {
        display: block;
    }
    .process__item {
        margin: 80px auto 0 !important;
    }
}
@media screen and (max-width: 500px) {
    .main__bg {
        background-image: url(../img/girl2.webp);
    }
    .main__name {
        left: 100px;
    }
    .main__surname {
        left: 0;
    }
    .main__city {
        left: unset;
        right: 0;
    }
    .main__list li:not(:last-child) {
        margin-bottom: 22px;
    }
    .portfolio__item,
    .portfolio__link {
        width: 100%;
    }
    .process__desc {
        margin-top: 43px;
    }
}
.prices {
    padding-top: 90px;
    padding-bottom: 50px;
}
.prices__title {
    color: #decba4;
    text-align: center;
}
.prices__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 80px 20px;
    margin-top: 60px;
}
.prices__card--individual {
    padding-top: 60px;
    padding-bottom: 50px;
}
.prices__card-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
}
.prices__card-img {
    margin-top: 25px;
}
.prices__card-img img {
    width: 100%;
}
.prices__card-info {
    margin-top: 48px;
}
.prices__card-desc {
    font-family: Gilroy, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.06em;
}
.prices__card-desc:not(:first-child) {
    margin-top: 20px;
}
.prices__card-desc strong {
    font-weight: 600;
}
.prices__card-btn {
    width: 100%;
    height: 65px;
    margin-top: 48px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 32.2979px;
}
.prices__card-btn::before {
    border-radius: 32.2979px;
    height: calc(100% + 1px);
    width: 100%;
    left: 0;
    top: 4px;
}
.prices__card-price {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    margin-top: 20px;
}
.prices__card-price span {
    font-weight: 300;
    font-family: Gilroy, sans-serif;
}
.prices__card-item {
    border: 1px solid #decba4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    padding: 193px 31px 183px;
    text-align: center;
}
.prices__card-text {
    font-family: Gilroy, sans-serif;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0.06em;
    margin-bottom: 14px;
    color: #decba4;
}
.certificates {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 160px;
    position: relative;
    overflow: hidden;
}
.certificates__title {
    padding-left: 60px;
    position: relative;
    color: #decba4;
}
.certificates__title::after {
    content: "";
    position: absolute;
    width: 1000px;
    height: 1px;
    background-color: #decba4;
    top: 112px;
    right: calc(100% - 20px);
}
.certificates__title span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    padding-right: 35px;
    position: relative;
    margin-top: -10px;
}
.certificates__title span::before {
    content: "";
    position: absolute;
    width: 1000px;
    height: 1px;
    background-color: #decba4;
    top: 85px;
    left: 100%;
}
.certificates__items {
    margin-top: 120px;
}
.certificates__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.certificates__item:not(:first-child) {
    margin-top: 170px;
}
.hidden{
  display: none;
}
.certificates__item--center .certificates__right {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.certificates__item--center .certificates__left {
    margin-right: 0;
    margin-left: 82px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.certificates__item-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
}
.certificates__left {
    width: 608px;
    margin-right: 82px;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.certificates__left-center {
    width: calc(100% - 694px);
}
.certificates__left-bottom {
    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;
    margin-top: 51px;
}
.certificates__right {
    width: calc(100% - 694px);
}
.certificates__right-img {
    height: 597px;
}
.certificates__right-img img {
    height: 100%;
    width: 100%;
}
.certificates__right-center {
    position: relative;
    width: 608px;
}
.certificates__orange-img {
    background: #decba4;
    height: 755px;
}
.certificates__orange-img img {
    height: 100%;
}
.certificates__list {
    position: relative;
    margin-top: 45px;
}
.certificates__list::before {
    content: "";
    position: absolute;
    width: calc(100% - 136px);
    height: 100%;
    background: #faf7f1;
    margin-left: 136px;
}
.certificates__list li {
    color: #2d2d33;
}
.certificates__list li:last-child {
    max-width: 262px;
    padding-bottom: 31px;
}
.certificates__list li span {
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
    font-family: Cormorant, sans-serif;
}
.certificates__price {
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    color: #decba4;
}
.certificates__price span {
    font-family: Gilroy, sans-serif;
    color: #2d2d33;
}
.certificates__btn {
    position: absolute;
    right: 0;
    bottom: -60px;
}
.certificates__btn::after {
    border: 1px solid #decba4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.certificates__arrow {
    position: relative;
}
.certificates__arrow img {
    left: -100px;
    bottom: -70px;
}
.certificates__btn::before {
    content: "";
    position: absolute;
    bottom: 60px;
    left: 80px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 10006px;
    height: 1px;
    background-color: #decba4;
}
/*.certificates__arrow::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 60px;*/
/*    left: -80px;*/
/*    -webkit-transform: translate(0, -50%);*/
/*    -ms-transform: translate(0, -50%);*/
/*    transform: translate(0, -50%);*/
/*    width: 10006px;*/
/*    height: 1px;*/
/*    background-color: #decba4;*/
/*}*/
@media screen and (max-width: 1300px) {
    .prices__items {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media screen and (max-width: 1200px) {
    .certificates__title::after {
        top: 80px;
    }
    .certificates__title span::before {
        top: 60px;
    }
    .certificates__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
    }
    .certificates__item:not(:first-child) {
        margin-top: 137px;
    }
    .certificates__item--center .certificates__left {
        margin-left: 0;
    }
    .certificates__item-title {
        position: absolute;
        bottom: 100%;
        left: 50%;
        -webkit-transform: translate(-50%, 15px);
        -ms-transform: translate(-50%, 15px);
        transform: translate(-50%, 15px);
        text-align: center;
    }
    .certificates__left {
        position: static;
        width: 100%;
        margin-right: 0;
    }
    .certificates__left-center {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .certificates__left-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: auto;
        margin-right: auto;
        margin-top: 34px;
    }
    .certificates__right {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 100%;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    .certificates__right-img {
        height: 100%;
    }
    .certificates__right-center {
        position: static;
    }
    .certificates__btn {
        position: relative;
        bottom: 0;
        margin-top: 34px;
    }
}
@media screen and (min-width: 993px) {
    .organization__item:nth-child(1) {
        width: 340px;
    }
    .organization__item:nth-child(2) {
        width: 350px;
    }
    .organization__item:nth-child(3) {
        width: 380px;
    }
    .organization__item:nth-child(4) {
        width: 320px;
    }
}
@media screen and (max-width: 992px) {
    .prices {
        padding-bottom: 35px;
    }
    .prices__items {
        grid-template-columns: 1fr 1fr;
        margin-top: 35px;
    }
    .certificates {
        padding-top: 35px;
        padding-bottom: 127px;
    }
    .certificates__title {
        display: block;
        text-align: center;
        padding: 0;
    }
    .certificates__title::after {
        display: none;
    }
    .certificates__title span {
        display: unset;
        font-size: inherit;
        line-height: inherit;
        margin: 0;
        padding: 0;
    }
    .certificates__title span::before {
        display: none;
    }
    .certificates__list::before {
        margin-left: 97px;
        width: calc(100% - 77px);
    }
    .certificates__list li {
        padding-left: 0;
    }
    .certificates__list li::before {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .prices {
        padding-top: 45px;
        padding-bottom: 35px;
    }
    .prices__items {
        grid-template-columns: 1fr;
    }
    .prices__card-individual {
        padding-top: 0;
        display: none;
    }
}
.about {
    padding: 90px 0 60px;
    position: relative;
}
.about__line {
    position: absolute;
    width: 209px;
    height: 1px;
    background-color: #decba4;
    display: block;
}
.about__line1 {
    bottom: 842px;
    left: 0;
}
.about__line2 {
    right: 0;
    bottom: 60px;
}
.about:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 445px;
    height: 502px;
    bottom: 300px;
    left: 0;
    background-color: #faf7f1;
}
.about:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 513px;
    height: 120px;
    bottom: 200px;
    right: 0;
    background-color: #faf7f1;
}
.about .container::after,
.about .container:before {
    content: "";
    position: absolute;
    z-index: 2;
    width: 254px;
    height: 254px;
    border: 1px solid #decba4;
    right: 82px;
    bottom: 0;
}
.about .container::after {
    bottom: 110px;
    right: unset;
    left: 240px;
}
.about__title {
    text-align: center;
    color: #decba4;
    position: relative;
    z-index: 2;
}
.about__inner {
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2;
}
.about__left {
    width: 575px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 73px;
    margin-right: 80px;
}
.about__img {
    position: relative;
}
.about__img img {
    width: 100%;
}
.about__author {
    position: absolute;
    bottom: -20px;
    right: 20px;
    background: rgba(196, 196, 196, 0.01);
    -webkit-backdrop-filter: blur(38px);
    backdrop-filter: blur(38px);
    padding: 18px 22px;
    text-align: center;
    font-size: 14px;
    line-height: 92%;
    color: #fff;
}
.about__author strong {
    font-size: 18px;
    font-weight: 700;
    display: block;
    white-space: nowrap;
}
.about__author:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 26px;
    height: 26px;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(../img/camera3.svg);
    background-size: 100% auto;
    background-position: center;
}
.about__right {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.about__info {
    width: calc(100% + 50px);
    height: 512px;
    margin-left: -50px;
    padding: 26px 30px 26px 70px;
    background-color: #faf7f1;
    position: relative;
    z-index: 2;
}
.about__info:before {
    content: "";
    position: absolute;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 247, 241, 0)), to(#faf7f1));
    background: -o-linear-gradient(top, rgba(250, 247, 241, 0) 0, #faf7f1 100%);
    background: linear-gradient(180deg, rgba(250, 247, 241, 0) 0, #faf7f1 100%);
    width: calc(100% - 100px);
    height: 101px;
    left: 70px;
    bottom: 20px;
    pointer-events: none;
}
.about__info-inner p,
.about__info-inner {
    font-family: Gilroy, sans-serif;
    font-size: 18px;
    line-height: 40px;
    height: 100%;
    overflow-y: auto;
    padding-right: 30px;
}
.about__info-inner p::-webkit-scrollbar,
.about__info-inner::-webkit-scrollbar {
    width: 3px;
}
.about__info-inner p::-webkit-scrollbar-track,
.about__info-inner::-webkit-scrollbar-track {
    background: #decba4;
    border-radius: 3px;
}
.about__info-inner p::-webkit-scrollbar-thumb,
.about__info-inner::-webkit-scrollbar-thumb {
    background: #2d2d33;
    border-radius: 3px;
}
.about__info-inner p::first-letter,
.about__info-inner::first-letter {
    font-weight: 500;
    font-size: 36px;
    line-height: 153%;
    font-family: Cormorant, sans-serif;
}
.about__info-quote {
    position: absolute;
    font-weight: 500;
    font-size: 144px;
    line-height: 100%;
    color: #decba4;
}
.about__info-quote1 {
    top: -85px;
    left: 13px;
}
.about__info-quote2 {
    right: 12px;
    bottom: -54px;
}
.about__items {
    margin-top: 84px;
}
.about__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 16px;
    position: relative;
}
.about__item:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #decba4;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.about__item:not(:last-child) {
    margin-bottom: 90px;
}
.about__item-icon {
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 50%;
    background-color: #faf7f1;
    margin-right: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.spinner {
    /* display: none; */
    position: absolute;
}
a.oacs-spl-like-button{
    display: flex;
    background: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
  }

a.oacs-spl-like-button.oacs-spl-liked {
    background: #C6002F;
}
.about__item-icon img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -10px;
}
.about__item-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.06em;
    font-family: Gilroy, sans-serif;
    color: #decba4;
}
@media screen and (max-width: 1400px) {
    .about .container::after,
    .about .container:before,
    .about::after,
    .about:before,
    .about__line {
        display: none;
    }
    .about__inner {
        margin-top: 30px;
    }
    .about__left {
        padding-top: 0;
        width: 470px;
        margin-right: 30px;
    }
    .about__info {
        width: 100%;
        height: 400px;
        margin-left: 0;
        padding-left: 30px;
    }
    .about__info::before {
        width: calc(100% - 60px);
        left: 30px;
    }
    .about__items {
        margin-top: 60px;
    }
    .about__item {
        padding-left: 0;
    }
    .about__item::before {
        display: none;
    }
    .about__item:not(:last-child) {
        margin-bottom: 60px;
    }
}
.about-certificate {
    padding: 60px 0;
    overflow: hidden;
}
.certificate-slider {
    position: relative;
    width: 500px;
    margin: 100px auto 0;
}
.certificate-slider .swiper-button-next,
.certificate-slider .swiper-button-prev {
    top: 40%;
}
.certificate-slider .swiper-button-prev {
    left: -27px;
}
.certificate-slider .swiper-button-next {
    right: -27px;
}
.certificate-slider__item {
    position: relative;
}
.certificate-slider__item-img {
    -webkit-transition: 0.225s;
    -o-transition: 0.225s;
    transition: 0.225s;
}
.certificate-slider__item-img img {
    width: 100%;
    -webkit-transition: 0.225s;
    -o-transition: 0.225s;
    transition: 0.225s;
}
.certificate-slider__item-text {
    margin-top: -23px;
    z-index: 2;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    font-family: Gilroy, sans-serif;
    padding: 20px 55px 0;
    text-align: center;
}
.certificate-slider__item-text div {
    position: relative;
    z-index: 2;
}
.certificate-slider__item-text div::first-letter {
    font-family: Cormorant, sans-serif;
    font-size: 36px;
    line-height: 55px;
}
.certificate-slider__item-text:before {
    content: "";
    position: absolute;
    z-index: 2;
    width: 23px;
    height: 23px;
    background-image: url(../img/list-marker.svg);
    background-size: 100% auto;
    background-position: center;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.certificate-slider__item-text:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 67px;
    background-color: #faf7f1;
    left: 0;
    top: 0;
}
.certificate-slider__item-crown {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.certificate-slider .swiper-container {
    width: 100%;
}
.certificate-slider .swiper-slide {
    -webkit-transition: 0.225s;
    -o-transition: 0.225s;
    transition: 0.225s;
    opacity: 0;
}
.certificate-slider .swiper-slide-active {
    opacity: 1;
}
.certificate-slider .swiper-slide-active .certificate-slider__item-img {
    padding: 0 18px;
}
.certificate-slider .swiper-slide-prev {
    opacity: 1;
    padding-right: 110px;
    padding-top: 60px;
}
.certificate-slider .swiper-slide-prev .certificate-slider__item-text {
    display: none;
}
.certificate-slider .swiper-slide-next {
    opacity: 1;
    padding-left: 110px;
    padding-top: 60px;
}
.certificate-slider .swiper-slide-next .certificate-slider__item-text {
    display: none;
}
@media screen and (max-width: 992px) {
    .about {
        padding: 40px 0;
    }
    .about__inner {
        display: block;
    }
    .about__left {
        max-width: 100%;
        margin: 0 auto;
    }
    .about__author {
        display: none;
    }
    .about__info {
        width: calc(100% + 40px);
        margin-left: -20px;
        height: 512px;
        padding: 30px 20px;
    }
    .about__info::before {
        width: calc(100% - 40px);
        left: 20px;
    }
    .about__info-inner {
        padding-right: 25px;
    }
    .about__item-icon {
        margin-right: 24px;
    }
    .about__item br {
        display: none;
    }
    .about-certificate {
        padding: 40px 0;
    }
    .certificate-slider {
        margin: 45px auto 0;
        max-width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .certificate-slider .swiper-container {
        overflow: hidden;
    }
    .certificate-slider .swiper-slide {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
    .certificate-slider .swiper-slide-active .certificate-slider__item-img {
        padding: 0;
    }
    .certificate-slider .swiper-button-prev {
        left: 0;
    }
    .certificate-slider .swiper-button-next {
        right: 0;
    }
    .certificate-slider__item-text {
        padding: 8px 25px 0;
        font-size: 14px;
        line-height: 22px;
    }
    .certificate-slider__item-text div::first-letter {
        font-size: 24px;
        line-height: 153%;
    }
}
.portfolio-page {
    padding: 90px 0 50px;
    overflow: hidden;
}
.portfolio-page__title {
    text-align: center;
    color: #decba4;
}
.portfolio-page__tabs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 62px;
}
.portfolio-page__tab-more {
    display: none;
}
.portfolio-page .tab {
    height: 56px;
    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;
    padding: 0 14px;
    min-width: 180px;
    font-weight: 600;
    font-size: 18px;
    line-height: 153%;
    color: #2d2d33;
    border: none;
    background-color: #faf7f1;
    margin: 10px 5px 0 !important;
}
.portfolio-page .tab--active {
    color: #fff;
    background-color: #2d2d33;
}
.portfolio-page .tab:hover {
    color: #2d2d33;
    background-color: #decba4;
}
.portfolio-page2 {
    padding-top: 40px;
}
.portfolio-page2 .portfolio__slider {
    margin-top: 0 !important;
}
@media screen and (max-width: 992px) {
    .portfolio-page {
        padding: 45px 0;
    }
    /*.portfolio-page .pagination {
        display: none;
    }*/
    .portfolio-page__tabs {
        margin-top: 32px;
    }
    .portfolio-page__tab-more {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-weight: 600;
        font-size: 18px;
        line-height: 153%;
        margin-top: 18px;
    }
    .portfolio-page__tab-more img {
        margin-left: 13px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .portfolio-page__tab-more-hidden {
        display: none;
    }
    .portfolio-page__tab-more--active img {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .portfolio-page__tab-more--active .portfolio-page__tab-more-show {
        display: none;
    }
    .portfolio-page__tab-more--active .portfolio-page__tab-more-hidden {
        display: unset;
    }
    .portfolio-page .tab--hidden {
        display: none;
    }
    .portfolio-page .tab--show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .portfolio-page .portfolio__slider {
        margin-top: 40px;
    position: relative;
    }
    .pagination__btn, .pagination__item {
        width: 50px;
        height: 50px;
    }
    .pagination__btn:last-child {
        margin: 0 7px;
    }
    .portfolio-page .portfolio__slider-nav {
        margin-top: 0;
        width: 100%;
        position: absolute;
        top: 47%;
    }
    .portfolio-page .portfolio__slider-nav::before {
        display: none;
    }
}
.contacts {
    padding: 90px 0 50px;
    position: relative;
}
.contacts:before {
    content: "";
    position: absolute;
    z-index: 1;
    height: 143px;
    width: 233px;
    background-color: #faf7f1;
    right: 0;
    bottom: 50px;
}
.contacts:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 254px;
    height: 254px;
    border: 1px solid #decba4;
    bottom: -24px;
    right: 189px;
}
.contacts__title {
    text-align: center;
    color: #decba4;
}
.contacts__inner {
    margin-top: 52px;
    padding-left: 110px;
    padding-right: 630px;
    position: relative;
    min-height: 640px;
}
.contacts__img {
    position: absolute;
    right: 0;
    top: 0;
    width: 608px;
}
.contacts__img img {
    width: 100%;
    display: block;
}
.contacts__subtitle {
    font-weight: 500;
    font-size: 64px;
    line-height: 78px;
    color: #decba4;
    padding-left: 50px;
    position: relative;
    padding-top: 10px;
}
.contacts__subtitle:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 591px;
    height: 143px;
    top: 32px;
    left: 0;
    background-color: #faf7f1;
    pointer-events: none;
}
.contacts__subtitle strong {
    font-weight: 600;
    display: block;
    line-height: inherit;
}
.contacts__subtitle-inner {
    position: relative;
    z-index: 2;
}
.contacts__info {
    margin-top: 107px;
    position: relative;
}
.contacts__info:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 265px;
    height: 100%;
    right: 48px;
    top: -15px;
    background-color: #faf7f1;
}
.contacts__info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2;
}
.contacts__info-item:not(:last-child) {
    margin-bottom: 9px;
}
.contacts__info-item--socials {
    margin-top: 51px;
}
.contacts__info-icon {
    margin-right: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.contacts__info-title {
    font-size: 18px;
    line-height: 21px;
    font-family: Gilroy, sans-serif;
    letter-spacing: 0.06em;
}
.contacts__info-title::first-letter {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    font-family: Cormorant, sans-serif;
}
.contacts__info-title strong {
    font-weight: 600;
}
.contacts__info-title a {
    font-size: 24px;
    line-height: 27px;
}
.contacts__info-title a:hover {
    color: #decba4;
}
.contacts__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 39px;
    position: relative;
    z-index: 2;
}
.contacts__socials-item {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    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;
}
.contacts__socials-item:not(:last-child) {
    margin-right: 7px;
}
.contacts__socials-item:hover {
    background: #8e7e64;
}
.contacts__socials-item--whatsapp {
    background: #24c25f;
}
.contacts__socials-item--telegram {
    background: #039be5;
    -webkit-box-shadow: 0 0 93px rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 93px rgba(0, 0, 0, 0.09);
}
.contacts__socials-item--instagram {
    background: #e1306c;
}
.contacts__socials-item--facebook {
    background: #3b5998;
}
@media screen and (max-width: 1300px) {
    .contacts::after,
    .contacts::before {
        display: none;
    }
    .contacts__inner {
        padding-right: 520px;
        padding-left: 0;
        min-height: 510px;
    }
    .contacts__img {
        width: 500px;
    }
    .contacts__subtitle {
        font-size: 55px;
        line-height: 62px;
    }
    .contacts__subtitle::before {
        width: 420px;
    }
}
@media screen and (max-width: 992px) {
    .contacts {
        padding: 45px 0;
    }
    .contacts__inner {
        padding: 0;
        margin-top: 13px;
    }
    .contacts__img {
        position: relative;
        right: unset;
        top: unset;
        margin: 0 auto;
        max-width: calc(100% + 20px);
    }
    .contacts__subtitle {
        font-size: 36px;
        line-height: 44px;
        text-align: center;
        padding: 0;
    }
    .contacts__subtitle::before {
        width: calc(100% + 20px);
        height: 82px;
        top: 25px;
        left: -20px;
    }
    .contacts__info {
        max-width: 500px;
        margin: 45px auto 0;
    }
    .contacts__info::before {
        right: -20px;
    }
    .contacts__info-item--socials {
        margin-top: 36px;
    }
    .contacts__info-item a {
        font-size: 18px;
        line-height: 21px;
    }
    .contacts__info-icon {
        margin-right: 10px;
    }
}
.cabinet {
    padding: 40px 0;
}
.cabinet__subtitle,
.cabinet__title {
    font-weight: 700;
    font-size: 96px;
    line-height: 95%;
    color: #decba4;
}
.cabinet__subtitle {
    font-size: 48px;
}
.cabinet__group {
    margin-top: 25px;
}
.cabinet__group-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.06em;
    color: #decba4;
    font-family: Gilroy, sans-serif;
}
.cabinet__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 16px;
}
.cabinet__item-img img {
    width: 100%;
}
.cabinet__item-bottom {
    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;
    margin-top: 10px;
}
.cabinet__item-info {
    color: #8e7e64;
    letter-spacing: 0.06em;
    font-family: Gilroy, sans-serif;
}
.cabinet__item-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    display: block;
}
.cabinet__item-title:hover {
    color: #decba4;
}
.cabinet__item-date {
    font-size: 14px;
    line-height: 16px;
    display: block;
}
.cabinet__item-download {
    background: #2d2d33;
    margin-left: 10px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.cabinet__item-download:hover {
    background: #decba4;
}
@media screen and (max-width: 1200px) {
    .cabinet__items {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (max-width: 992px) {
    .cabinet__items {
        grid-template-columns: repeat(2, 1fr);
    }
    .cabinet__title {
        font-size: 64px;
    }
    .cabinet__subtitle {
        font-size: 32px;
    }
}
@media screen and (max-width: 576px) {
    .cabinet__items {
        grid-template-columns: repeat(1, 1fr);
    }
    .cabinet__title {
        font-size: 48px;
    }
    .cabinet__subtitle {
        font-size: 24px;
    }
}
.login {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 40px 0 130px;
}
.login__back {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.06em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}
.login__back img {
    margin-right: 16px;
}
.login__back:hover {
    color: #decba4;
}
.login__inner {
    max-width: 610px;
    margin: 0 auto;
}
.login__subtitle,
.login__title {
    font-weight: 700;
    font-size: 96px;
    line-height: 95%;
    color: #decba4;
    text-align: center;
}
.login__subtitle {
    font-size: 48px;
    margin-bottom: 40px;
}
.login__form {
    background: #fff;
    -webkit-box-shadow: 0 39px 102px rgba(0, 0, 0, 0.3);
    box-shadow: 0 39px 102px rgba(0, 0, 0, 0.3);
    padding: 78px 20px 250px;
    position: relative;
    margin-top: 17px;
}
.login__fg {
    width: 185px;
    margin: 0 auto;
}
.login__btn {
    position: absolute;
    bottom: -60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.login__btn::after {
    border-color: #decba4;
}
.page-template-template-login,
.page--login {
    background-image: url(../img/login-bg.png) !important;
    background-size: cover !important;
}
.page-template-template-login  .header,
.page--login .header {
    background: #2d2d33;
}
#login__form>p{

    width: 185px;
    margin: 0 auto;
}
#login__form>p input {
    padding: 20px;
    background-color: transparent;
    height: 60px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #decba4;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    color: #2d2d33;
    text-align: center;
    font-family: Gilroy, sans-serif;
}
.login-remember{
    display: none;
}
#login__form>p input::-webkit-input-placeholder {
    color: #8e7e64;
}
#login__form>p input::-moz-placeholder {
    color: #8e7e64;
}
#login__form>p input:-ms-input-placeholder {
    color: #8e7e64;
}
#login__form>p input::-ms-input-placeholder {
    color: #8e7e64;
}
#login__form>p input::placeholder {
    color: #8e7e64;
}
@media screen and (max-width: 992px) {
  .portfolio__slider .swiper-button-prev.swiper-button-disabled,
  .portfolio__slider .swiper-button-next.swiper-button-disabled{
     cursor: no-drop;
     opacity: 0.5!important;
  }
    .login__title {
        font-size: 64px;
    }
    .login__subtitle {
        font-size: 32px;
        margin-bottom: 25px;
    }
    .login__form {
        padding: 40px 20px;
    }
    .login__btn {
        position: relative;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        bottom: unset;
        left: unset;
        margin: 30px auto 0;
    }
}
@media screen and (max-width: 576px) {
    .login {
        padding: 40px 0;
    }
    .login__title {
        font-size: 48px;
    }
    .login__subtitle {
        font-size: 24px;
    }
}
