@charset "UTF-8";
/* @import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap"); */

@font-face {
    font-family: 'BebasNeue';
    src: url("../fonts/BebasNeuePro-SemiExpRegular.eot");
    src: url("../fonts/BebasNeuePro-SemiExpRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeuePro-SemiExpRegular.woff2") format("woff2"), url("../fonts/BebasNeuePro-SemiExpRegular.woff") format("woff"), url("../fonts/BebasNeuePro-SemiExpRegular.ttf") format("truetype"), url("../fonts/BebasNeuePro-SemiExpRegular.svg#BebasNeuePro-SemiExpRegular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/Montserrat-Regular.ttf") format('truetype');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/Montserrat-Medium.ttf") format('truetype');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/Montserrat-SemiBold.ttf") format('truetype');
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    outline: none;
    font-family: 'Montserrat', sans-serif;
}

body,
html {
    min-height: 100vh;
}

body {
    background: #F3F1EB;
}

img {
    max-width: 100%;
}

form .gray_list option {
    background-color: #20222b;
}

header {
    padding: 40px 35px;
    background: #fff;
}

header .logo {
    margin: 0 100px 0 0;
}

header .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 20px 0 0;
}

header .nav li {
    margin: 0 50px 0 0;
}

header .nav a {
    color: #393330;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

header .nav a:hover {
    color: #c9a047;
    text-decoration: none;
}

header .nav-bold a {
    font-weight: 600;
}

.invert header {
    background: #20222B;
}

.invert header a {
    color: #fff;
}

.homepage footer {
    background: #f3f1eb;
}

footer {
    padding: 65px 0 0;
    background: #fff;
}

footer .bottom {
    padding: 30px 0 40px;
    border-top: 1px solid #dedede;
    width: 100%;
    margin: 60px 0 0;
}

footer .bottom p {
    color: #393330;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    margin: 0;
}

footer .bottom a {
    color: #393330;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    margin: 0;
    white-space: nowrap;
    display: inline-block;
}

footer .logo {
    margin: 0 0 25px;
    display: inline-block;
}

footer p {
    margin: 0 0 40px;
    color: #393330;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    width: 85%;
}

footer .social p {
    margin: 0 0 10px;
}

footer .social ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

footer .social li {
    margin: 0 10px 0 0;
}

footer .social a {
    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: 38px;
    height: 38px;
    border: 1px solid #dedede;
    border-radius: 40px;
}

footer .social a:hover {
    border-color: #cbb27c;
    background: #cbb27c;
}

footer .social a:hover img {
    -webkit-filter: brightness(10);
    filter: brightness(10);
}

footer strong {
    display: inline-block;
    width: 100%;
    margin: 0 0 35px;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
}

footer strong + p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

footer a {
    color: #393330;
    font-weight: 400;
    display: inline-block;
    margin: 0 0 10px;
}

footer a + a {
    font-weight: 600;
}

footer a:hover {
    color: #c9a047;
    text-decoration: none;
}

footer ul {
    list-style: none;
    margin: 0;
}

footer ul li {
    margin: 0 0 10px;
}

footer ul a {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.btn-primary {
    background: #cbb27c;
    border-color: #CBB27C;
    border-radius: 0;
    color: #353535;
    padding: 16px 50px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.btn-primary:hover {
    background: #393330;
    border-color: #393330;
    color: #fff;
}

.btn-primary:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    color: #fff !important;
    background: #393330 !important;
    border-color: #393330 !important;
}

.btn-primary:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none;
}

.btn-secondary {
    border-radius: 0;
    color: #353535;
    padding: 16px 40px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    background: none;
    border: 1px solid #c0c0c0;
}

.btn-secondary:hover {
    background: #cbb27c;
    border-color: #CBB27C;
    color: #353535;
}

.btn-secondary:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    color: #000 !important;
    background: #cbb27c !important;
    border-color: #CBB27C !important;
}

.btn-secondary:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none;
}

@media (min-width: 1350px) {
    .container {
        max-width: 1320px;
    }
}

h1 {
    margin: 0 0 70px;
    color: #393330;
    font-family: BebasNeue;
    font-size: 64px;
    font-weight: 400;
    line-height: 59px;
    letter-spacing: 0.01em;
}

.page-border {
    border-bottom: 1px solid #e7e7e7;
}

.homepage {
    background: #fff;
}

.body__wrapper {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__page {
    background: -webkit-gradient(linear, left top, right top, from(#20222B), color-stop(42%, #20222B), color-stop(42%, #f1eee7), to(#f1eee7));
    background: linear-gradient(90deg, #20222B 0%, #20222B 42%, #f1eee7 42%, #f1eee7 100%);
    padding: 40px 0 70px;
}

.header__page-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 25px;
    padding: 0 0 25px;
    position: relative;
}

.header__page-title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 65px;
    height: 1px;
    background: #e0c487;
}

.header__page-title h1 {
    font-family: BebasNeue;
    font-size: 56px;
    font-weight: 400;
    line-height: 52px;
    letter-spacing: 0.01em;
    margin: 0;
}

.header__page-title span {
    margin: 0 0 5px 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    color: #a0a0a0;
}

.header__page ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

.header__page ul li {
    padding-left: 24px;
    position: relative;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 10px;
}

.header__page ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 7px;
    height: 7px;
    border-radius: 7px;
    background: #cbb27c;
}

.header__page a {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding-right: 36px;
    font-weight: 500;
    color: #393330;
    background: url("../images/arrow.svg") right center no-repeat;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.header__page a:hover {
    text-decoration: none;
    padding-right: 44px;
}

.header__page-img {
    height: 560px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 60px;
    position: relative;
}

.header__page-img:before {
    content: '';
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 330px;
    opacity: 0.4;
}

.header__page-img h1 {
    color: #fff;
    font-family: BebasNeue;
    font-size: 64px;
    font-weight: 400;
    line-height: 59px;
    letter-spacing: 0.01em;
    margin: 0;
}

.stones {
    padding: 80px 0 90px;
}

.stones a {
    text-decoration: none !important;
}

.stones a:hover strong {
    color: #c9a047;
}

.stones img {
    margin: 0 0 25px;
}

.stones strong {
    margin: 0 0 15px;
    padding: 0 0 20px;
    position: relative;
    display: inline-block;
    width: 100%;
    font-family: BebasNeue;
    font-size: 32px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.01em;
    text-align: center;
    color: #393330;
}

.stones strong:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -32px;
    bottom: 0;
    width: 64px;
    height: 1px;
    background: #e0c487;
}

.stones p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: #393330;
}

.bio {
    padding: 80px 0 140px;
    background: #fff;
    color: #393330;
}

.bio h2,
.bio h3 {
    margin: 0 0 35px;
    font-family: BebasNeue;
    font-size: 32px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.01em;
}

.bio p {
    margin: 0 0 30px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.bio img {
    width: 100%;
    margin: 0 0 39px;
}

.error__wrapper {
    height: calc(100vh - 140px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #393330;
}

.error__wrapper img {
    margin: 0 70px 0 0;
}

.error__wrapper h1 {
    display: inline-block;
    margin: 0 0 10px;
    font-family: BebasNeue;
    font-size: 150px;
    font-weight: 700;
    line-height: 150px;
    letter-spacing: 0.01em;
    width: 100%;
}

.error__wrapper strong {
    color: #181818;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
    font-family: BebasNeue;
    font-size: 42px;
    font-weight: 400;
    line-height: 51px;
    letter-spacing: 0.01em;
}

.error__wrapper p {
    color: #222;
    font-size: 16px;
    line-height: 140%;
    margin: 0 0 35px;
}

.error__wrapper a {
    margin-bottom: 40px;
}

.news__wrapper {
    padding: 60px 0 100px;
    border-bottom: 1px solid #e7e7e7;
    background: #fff;
}

.news__wrapper input {
    margin: 0 0 40px;
    width: 90%;
    height: 48px;
    padding: 0 0 0 70px;
    border: none;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    background: url("../images/search.svg") left center no-repeat;
}

.news__wrapper h3 {
    line-height: 48px;
    margin: 0 0 40px;
    font-size: 18px;
    width: 100%;
}

.news__wrapper-page {
    background: #fff;
    padding: 60px 0 100px;
    border-bottom: 1px solid #e7e7e7;
}

.news__wrapper-page h1 {
    color: #393330;
    margin: 0 0 30px;
    font-family: BebasNeue;
    font-size: 42px;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 0.01em;
}

.news__wrapper-page p {
    margin: 0 0 35px;
    color: #393330;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
}

.news__wrapper-page img {
    margin: 0 0 35px;
    width: 100%;
}

.news__wrapper-page h3 {
    margin: 0 0 30px;
    color: #393330;
    font-family: BebasNeue;
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0.01em;
}

.news__wrapper-page ul {
    margin: 0 0 30px;
    list-style-type: none;
}

.news__wrapper-page ul li {
    padding-left: 20px;
    color: #393330;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    margin: 0 0 12px;
    position: relative;
}

.news__wrapper-page ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 7px;
    height: 7px;
    border-radius: 7px;
    background: #cbb27c;
}

.news__wrapper-page ol {
    margin: 0 0 30px;
    padding: 0 0 0 15px;
    list-style-type: numeric;
}

.news__wrapper-page ol li {
    padding-left: 10px;
    color: #393330;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    margin: 0 0 12px;
}

.news__wrapper-page blockquote {
    border-top: 1px solid #dedede;
    padding-top: 90px;
    margin-bottom: 40px;
    background: url("../images/quote.svg") left 40px no-repeat;
}

.news__wrapper-page blockquote p {
    font-family: BebasNeue;
    font-size: 30px;
    font-style: italic;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.01em;
    margin: 0 0 12px;
}

.news__wrapper-page blockquote span {
    color: #a0a0a0;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
}

.news__wrapper-tags {
    margin: 0 0 20px;
}

.news__wrapper-tags span {
    margin: 0 30px 0 0;
    text-transform: uppercase;
    color: #a0a0a0;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.05em;
}

.news__wrapper-similar {
    margin: 60px 0 0;
}

.news__wrapper-similar h3 {
    font-family: BebasNeue;
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0.01em;
    margin: 0 0 20px;
}

.news__wrapper-similar a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 24px 0;
    border-bottom: 1px solid #dedede;
    background: url("../images/popular.svg") right 24px no-repeat;
}

.news__wrapper-similar a:hover {
    text-decoration: none;
}

.news__wrapper-similar a:hover p {
    color: #846219;
}

.news__wrapper-similar img {
    width: 86px;
    height: 55px;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 20px 0 0;
}

.news__wrapper-similar p {
    color: #333;
    width: 60%;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.news__wrapper-similar .more {
    display: inline-block;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding-right: 36px;
    font-weight: 500;
    color: #393330;
    background: url("../images/arrow.svg") right center no-repeat;
    border-bottom: none;
    margin-top: 45px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.news__wrapper-similar .more:hover {
    text-decoration: none;
    padding-right: 44px;
}

.more {
    display: inline-block;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding-right: 36px;
    font-weight: 500;
    color: #393330;
    background: url("../images/arrow.svg") right center no-repeat;
    border-bottom: none;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.more:hover {
    text-decoration: none;
    padding-right: 44px;
    color: #e0c487;
    background: url("../images/arrow-h.svg") right center no-repeat;
}

.news__item {
    display: inline-block;
    margin: 0 0 20px;
    width: 90%;
    padding: 40px;
    background: #f7f6f2;
}

.news__item-title {
    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: 0 0 18px;
}

.news__item-title span {
    color: #645b49;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
    letter-spacing: 0.06em;
}

.news__item p {
    margin: 0;
    width: 80%;
    color: #393939;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

.news__item:hover {
    text-decoration: none;
    background: #f1eee3;
}

.news__tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 60px;
    padding: 0;
    list-style: none;
}

.news__tag li {
    margin: 0 10px 10px 0;
}

.news__tag a {
    display: inline-block;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    color: #000;
    background: #f1eee7;
}

.news__tag a.active, .news__tag a:hover {
    background: #e0c487;
    text-decoration: none;
}

.news__popular-item {
    display: inline-block;
    width: 100%;
    padding: 24px 20% 24px 0;
    color: #393330;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    margin: -1px 0 0;
    background: url("../images/popular.svg") right 24px no-repeat;
}

.news__popular-item:hover {
    color: #846219;
    text-decoration: none;
}

.paginaton {
    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: 90%;
    margin-top: 20px;
}

.paginaton .prev {
    color: #7b7e76;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    padding-left: 62px;
    background: url("../images/prev.svg") left center no-repeat;
    line-height: 42px;
}

.paginaton .prev:hover {
    text-decoration: none;
    color: #e0c487;
}

.paginaton .next {
    color: #7b7e76;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    padding-right: 62px;
    background: url("../images/next.svg") right center no-repeat;
    line-height: 42px;
}

.paginaton .next:hover {
    text-decoration: none;
    color: #e0c487;
}

.paginaton ul {
    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;
    list-style: none;
    padding: 0;
    margin: 0 40px;
}

.paginaton ul li {
    margin: 0 5px;
}

.paginaton ul li a {
    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: 30px;
    height: 30px;
    border-radius: 30px;
    font-size: 14px;
    color: #7b7e76;
}

.paginaton ul li a.active {
    background: #393939;
    color: #fff;
}

.paginaton ul li a:hover {
    color: #e0c487;
    text-decoration: none;
}

.paginaton ul li span {
    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: 30px;
    height: 30px;
    border-radius: 30px;
    font-size: 14px;
    color: #7b7e76;
}

.banks__wrapper {
    background: #fff;
    padding: 90px 0 190px;
    border-bottom: 1px solid #e7e7e7;
}

.banks__wrapper h1 {
    margin: 0 0 70px;
    color: #393330;
    font-family: BebasNeue;
    font-size: 64px;
    font-weight: 400;
    line-height: 59px;
    letter-spacing: 0.01em;
}

.banks__wrapper-items {
    padding: 0 0 45px;
    margin: 0 0 45px;
    border-bottom: 1px solid #dedede;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #393330;
}

.banks__wrapper-items:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}

.banks__wrapper-items img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
    width: 170px;
    height: 90px;
    margin: 0 60px 0 0;
    -o-object-fit: contain;
    object-fit: contain;
}

.banks__wrapper-items div {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding-right: 80px;
}

.banks__wrapper-items strong {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin: 0 0 18px;
    display: inline-block;
}

.banks__wrapper-items p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin: 0 0 15px;
}

.banks__wrapper-items p a {
    font-size: 16px;
    color: #393330;
    border-bottom: 1px solid currentColor;
}

.banks__wrapper-items p a:hover {
    border-bottom-color: transparent;
    text-decoration: none;
}

.contacts__wrapper {
    padding: 100px 0;
}

.contacts__wrapper-items {
    padding: 30px 0 70px;
    border-top: 1px solid #e7e7e7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contacts__wrapper #map {
    background: #e7e7e7;
    height: 430px;
    width: 100%;
}

.contacts__wrapper strong {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 150%;
    color: #393939;
    margin: 0 0 10px;
}

.contacts__wrapper p {
    color: #353535;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 10px;
    display: inline-block;
}

.contacts__wrapper a {
    color: #353535;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 10px;
    display: inline-block;
}

.contacts__wrapper a:hover {
    color: #e0c487;
    text-decoration: none;
}

.contacts__wrapper-question {
    background: #20222b;
    color: #fff;
    padding: 60px 0 90px;
    position: relative;
}

.contacts__wrapper-question:before {
    content: url("../images/compass.png");
    position: absolute;
    top: 60px;
    left: 90px;
}

.contacts__wrapper-question h2 {
    margin: 0 0 60px;
    font-family: BebasNeue;
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0.01em;
}

.contacts__wrapper-question img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 45%;
    -o-object-fit: cover;
    object-fit: cover;
}

form.callback label {
    display: inline-block;
    margin: 0 0 60px;
    position: relative;
    width: 100%;
}

form.callback label input {
    width: 100%;
    background: none;
    border: none;
    height: 48px;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 16px;
}

form.callback label input:focus + span {
    font-size: 11px;
    top: -4px;
}

form.callback label select {
    width: 100%;
    background: none;
    border: none;
    height: 48px;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 16px;
}

form.callback label textarea {
    width: 100%;
    background: none;
    border: none;
    height: 84px;
    resize: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    padding-top: 10px;
}

form.callback label textarea:focus + span {
    font-size: 11px;
    top: -6px;
}

form.callback label span {
    position: absolute;
    top: 0;
    left: 0;
    color: #d1d1d1;
    font-size: 16px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

form.callback p {
    font-size: 14px;
    line-height: 1.2;
    color: #868686;
    margin: 0;
}

form.callback p a {
    color: #fee;
}

.page__wrapper {
    padding: 80px 0;
    background: #fff;
}

.page__wrapper h1 {
    margin: 0;
}

.page__wrapper h1 + p {
    margin: 24px 0 0;
    color: #7B786E;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.page__wrapper strong {
    display: inline-block;
    width: 100%;
    margin: 0 0 10px;
    color: #393939;
    font-family: BebasNeue;
    font-size: 64px;
    font-weight: 400;
    line-height: 59px;
    letter-spacing: 0.01em;
}

.page__wrapper p {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
}

.page__wrapper span {
    font-size: 14px;
    line-height: 19px;
    color: #7B786E;
    font-weight: 400;
    display: inline-block;
}

.page__wrapper-video img {
    height: 120px;
    margin: 0 0 15px;
}

.page__wrapper-video p {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #7B786E;
    margin: 0;
}

.page__wrapper-provider {
    padding: 100px 0;
    background: #fff;
}

.page__wrapper-provider p {
    margin: 0;
    color: #393330;
    font-family: BebasNeue;
    font-size: 36px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: 0.01em;
}

.page__wrapper-provider .more {
    margin-top: 60px;
}

.page__wrapper-descriptor {
    background: #fff;
    padding: 100px 0;
}

.page__wrapper-descriptor span {
    display: inline-block;
    width: 100%;
    margin: 0 0 24px;
    color: #776;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.page__wrapper-descriptor h3 {
    color: #393939;
    margin: 0 0 60px;
    font-family: BebasNeue;
    font-size: 42px;
    font-weight: 400;
    line-height: 46px;
    letter-spacing: 0.01em;
}

.page__wrapper-descriptor p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 150%;
    width: 80%;
}

.page__wrapper-descriptor .btn {
    margin-top: 45px;
}

.page__wrapper-props {
    background: #f1eee7;
    padding: 90px 0 100px;
}

.page__wrapper-props h3 {
    color: #393939;
    margin: 0 0 40px;
    font-family: BebasNeue;
    font-size: 42px;
    font-weight: 400;
    line-height: 46px;
    letter-spacing: 0.01em;
}

.page__wrapper-props a {
    background: url("../images/dnld.svg") left center no-repeat;
    display: inline-block;
    margin: 0 0 15px;
    padding-left: 42px;
    line-height: 26px;
    color: #393939;
    font-size: 16px;
    font-weight: 600;
}

.page__wrapper-props a:hover {
    background: url("../images/dnld-h.svg") left center no-repeat;
    color: #c9a047;
    text-decoration: none;
}

.page__wrapper-form {
    padding: 90px 0;
    background: #20222b;
    color: #fff;
}

.page__wrapper-form h3 {
    font-family: BebasNeue;
    font-size: 42px;
    font-weight: 400;
    line-height: 46px;
    letter-spacing: 0.01em;
    margin: 0 0 60px;
}

.page__wrapper-form span {
    display: inline-block;
    width: 100%;
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}

.page__wrapper-form p {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
}

.page__wrapper-alrosa {
    padding: 90px 0 110px;
    background: #fff;
}

.page__wrapper-alrosa .bdl {
    position: relative;
}

.page__wrapper-alrosa .bdl:before {
    content: '';
    position: absolute;
    top: 45px;
    bottom: 0;
    width: 1px;
    background: #dedede;
    right: -35px;
}

.page__wrapper-alrosa .bdl + div {
    padding-left: 0;
}

.page__wrapper-alrosa span {
    color: #776;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 25px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.page__wrapper-alrosa h3 {
    margin: 0 0 25px;
    font-family: BebasNeue;
    font-size: 38px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 0.01em;
    color: #393330;
}

.page__wrapper-alrosa p {
    color: #393330;
    margin: 0 0 50px;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
}

.page__wrapper-alrosa a {
    display: inline-block;
}

.page__wrapper-alrosa h4 {
    font-family: BebasNeue;
    font-size: 32px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.01em;
    margin: 45px 0 65px;
}

.page__wrapper-alrosa .a-item {
    margin: 0 0 60px;
}

.page__wrapper-alrosa .a-item img {
    margin: 0 0 30px;
}

.page__wrapper-alrosa .a-item p {
    margin: 0 0 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.page__wrapper-alrosa .a-item span {
    text-transform: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    margin: 0;
    color: #393330;
    width: 100%;
}

.page__wrapper-calc {
    padding: 100px 0;
    position: relative;
}

.page__wrapper-calc .sticky {
    position: sticky;
    top: 50px;
}

.page__wrapper-calc h3 {
    margin: 0 0 25px;
    font-family: BebasNeue;
    font-size: 42px;
    font-weight: 400;
    line-height: 46px;
    letter-spacing: 0.01em;
    color: #393330;
}

.page__wrapper-calc p {
    color: #353535;
    margin: 0 0 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.page__wrapper-calc ul {
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
    width: 100%;
}

.page__wrapper-calc ul li {
    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;
    padding: 15px 0;
    border-bottom: 1px solid #D4CEB9;
}

.page__wrapper-calc ul li:last-of-type {
    border-bottom: none;
}

.page__wrapper-calc ul span {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.page__wrapper-calc .btn {
    text-transform: uppercase;
    font-weight: 500;
}

.provider-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.provider-line + .provider-line {
    border-top: 1px solid #ddc;
}

.provider-line + .provider-line .provider-items {
    padding-top: 22px;
}

.provider-items {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    padding: 0 0 22px;
}

.provider-items + .provider-items {
    text-align: center;
    border-left: 1px solid #ddc;
}

.provider-items + .provider-items + .provider-items {
    text-align: right;
}

.props-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 0 24px;
    margin: 0 0 24px;
    border-bottom: 1px solid #dedede;
}

.props-item span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

.props-item p {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
}

img.cover {
    width: 100%;
}

.block {
    padding: 80px 0 80px;
}

.block h3 {
    font-family: BebasNeue;
    font-size: 42px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 0.01em;
}

.block .image {
    position: relative;
    margin-bottom: -240px;
    top: 0;
}

.block .image img {
    width: 100%;
    max-height: 440px;
    -o-object-fit: cover;
    object-fit: cover;
}

.block .image span {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 30px 40px;
    background: #fff;
}

.block .image span img {
    max-height: 50px;
    max-width: 180px;
    -o-object-fit: cover;
    object-fit: cover;
}

.subblock {
    padding: 75px 0 100px;
    background: #fff;
    width: 100%;
}

.subblock p {
    font-size: 16px;
    line-height: 160%;
    color: #393330;
    margin: 0;
}

.subblock p + a {
    margin-top: 60px;
}

.sell {
    padding: 210px 0;
    background: #f1eee7 url("../images/map-bg.jpg") right center no-repeat;
}

.sell h2 {
    margin: 0 0 45px;
    color: #393330;
    font-family: BebasNeue;
    font-size: 56px;
    font-weight: 400;
    line-height: 52px;
    letter-spacing: 0.01em;
}

.sell .btn {
    margin: 0 50px 0 0;
}

.sell strong {
    font-family: BebasNeue;
    font-size: 32px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.01em;
    display: inline-block;
    margin: 0 0 20px;
}

.sell span {
    margin: 0 20px 0 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;
    width: 80px;
    height: 80px;
    font-family: BebasNeue;
    font-size: 50px;
    font-weight: 400;
    line-height: 49px;
    letter-spacing: 0.01em;
    background: #e0c487;
    border-radius: 80px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    color: #393330;
}

.sell p {
    margin: 0;
    color: #393330;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.partners {
    padding: 80px 0 110px;
}

.partners img {
    margin: 0 45px 0 0;
}

.partners img + img {
    margin-left: 45px;
}

.partners h3,
.partners h4 {
    font-family: BebasNeue;
    font-size: 32px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.01em;
    margin: 0 0 20px;
}

.partners p {
    font-size: 15px;
    line-height: 24px;
    margin: 0;
}

.page__filter {
    padding: 45px 0;
}

.page__filter form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.page__filter p {
    padding: 0 100px 0 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    margin: 0;
}

.page__filter label {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 21%;
    flex: 0 1 21%;
    margin: 0;
    padding: 0 20px 0 0;
}

.page__filter select {
    height: 54px;
    background: #fff url("../images/ddf.png") right 20px center no-repeat;
    width: 100%;
    border: none;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 400;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.page__filter input {
    height: 54px;
    background: #fff;
    width: 100%;
    border: none;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 400;
}

.page__filter .btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    text-transform: uppercase;
    font-size: 13px;
}

.page__count {
    position: relative;
    padding-bottom: 165px;
}

.page__count img {
    position: absolute;
    height: 100%;
    width: 33%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.page__count-header {
    padding: 55px 0 50px;
    margin: 0 0 50px;
    border-bottom: 1px solid #dcdcdc;
}

.page__count h3 {
    display: inline-block;
    width: 100%;
    color: #393330;
    margin: 0 0 110px;
    font-family: BebasNeue;
    font-size: 42px;
    font-weight: 400;
    line-height: 51px;
    letter-spacing: 0.01em;
    padding-right: 25%;
    position: relative;
}

.page__count h3:before {
    content: url("../images/compass.svg");
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.page__count-item strong {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-family: BebasNeue;
    font-size: 56px;
    font-weight: 400;
    line-height: 52px;
    letter-spacing: 0.01em;
    margin: 0 0 25px;
}

.page__count-item span {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 0 5px;
}

.page__count-item p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
}

.invert .page__wrapper {
    padding: 80px 0 135px;
    background: #20222B;
}

.invert .page__wrapper h1 {
    color: #fff;
}

.invert .page__wrapper h1 + p {
    color: #959188;
}

.invert .page__wrapper-jewel {
    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;
}

.invert .page__wrapper-jewel img {
    margin: 0 60px 0 0;
}

.invert .page__wrapper-jewel strong {
    margin: 0 0 30px;
    font-family: BebasNeue;
    font-size: 32px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.01em;
    display: inline-block;
    color: #fff;
}

.invert .page__wrapper-jewel p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #959188;
    width: 162px;
    text-align: left;
}

.cover__wrapper {
    width: 100vw;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
}

.cover__wrapper img {
    margin: 0 0 150px;
}

.cover__wrapper blockquote {
    background: url("../images/carbon_quotes.svg") top left no-repeat;
    padding-left: 25px;
    margin-left: 25%;
}

.cover__wrapper p {
    font-size: 26px;
    font-style: italic;
    font-weight: 500;
    line-height: 42px;
    color: #393330;
    margin: 0 0 5px;
}

.cover__wrapper span {
    color: #776;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
}

.ui-tooltip {
    background: #333 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #fff;
    font-size: 12px !important;
    max-width: 240px;
}

.ui-tooltip-arrow {
    display: none;
}

@media (max-width: 1650px) {
    header {
        padding: 30px 20px;
    }

    header .logo {
        margin: 0 40px 0 0;
    }

    header .btn {
        font-size: 14px;
    }

    header .nav li {
        margin: 0 20px 0 0;
    }
}

@media (max-width: 1350px) {
    .btn {
        font-size: 14px;
        padding: 16px 20px;
    }

    .nav li a {
        font-size: 13px;
    }
}

@media (max-width: 1199px) {
    header {
        padding: 18px 15px;
        position: sticky;
        top: 0;
        z-index: 100;
    }

    header .container-fluid {
        max-width: 960px;
    }

    header .logo img {
        height: 36px;
    }

    header .nav {
        display: none;
    }

    header .nav-menu {
        display: inline-block !important;
        background: url("../images/nav.svg") center no-repeat;
        width: 28px;
        height: 28px;
    }

    header .btn {
        display: none;
    }

    footer .bottom a,
    footer .bottom p {
        font-size: 12px;
        white-space: nowrap;
    }

    footer ul li {
        margin: 0 0 5px;
    }

    footer ul li a {
        font-size: 14px;
    }

    .header__page-img {
        height: 420px;
    }

    .news__item {
        width: 100%;
    }

    .news__tag li {
        margin: 0 5px 5px 0;
    }

    .news__tag a {
        font-size: 12px;
        padding: 8px 15px;
    }

    .paginaton .prev,
    .paginaton .next {
        font-size: 0;
    }

    .contacts__wrapper-question:before {
        display: none;
    }

    .contacts__wrapper-question h2 {
        font-size: 28px;
        line-height: 32px;
    }

    .error__wrapper img {
        margin: 0 40px 0 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        width: 40%;
    }

    .page__wrapper-form .row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .page__wrapper-form h3 {
        font-size: 32px;
        line-height: 38px;
    }

    .page__wrapper-descriptor h3 {
        font-size: 32px;
        line-height: 36px;
    }

    .page__wrapper-descriptor p {
        font-size: 14px;
    }

    .page__wrapper-provider p {
        font-size: 26px;
        line-height: 36px;
        letter-spacing: 0em;
    }

    .sell {
        padding: 140px 0;
    }

    .sell h2 {
        font-size: 38px;
        line-height: 1.2;
    }

    .page__wrapper h1 {
        font-size: 42px;
        line-height: 1.2;
    }

    .page__wrapper h1 + p br {
        display: none;
    }

    .page__wrapper strong {
        font-size: 54px;
    }

    .page__wrapper p {
        font-size: 14px;
        line-height: 1.3;
    }

    .block {
        padding: 80px 0 40px;
    }

    .block h3 {
        font-size: 32px;
        line-height: 1.2;
    }

    .subblock {
        padding: 40px 0 90px;
    }

    .subblock .m {
        margin-top: 0 !important;
    }

    .partners h3,
    .partners h4 {
        font-size: 28px;
    }

    .partners p {
        font-size: 12px;
        line-height: 1.4;
    }

    .partners img {
        max-width: 40%;
        margin: 0 25px 0 0;
    }

    .partners img + img {
        margin-left: 25px;
    }

    .page__filter p {
        padding: 0 60px 0 0;
        font-size: 14px;
        line-height: 21px;
    }
}

@media (max-width: 991px) {
    #calc {
        display: none !important;
    }

    header {
        position: sticky;
        top: 0;
        z-index: 99;
        background: #fff;
    }

    .header__page {
        background: -webkit-gradient(linear, left top, left bottom, from(#20222B), color-stop(50%, #20222B), color-stop(50%, #f1eee7), to(#f1eee7));
        background: linear-gradient(180deg, #20222B 0%, #20222B 50%, #f1eee7 50%, #f1eee7 100%);
    }

    .header__page img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        height: 420px;
        margin: 0 0 100px;
    }

    .header__page-title h1 {
        font-size: 42px;
    }

    .stones p {
        margin: 0 0 30px;
    }

    .error__wrapper {
        padding: 60px 0 40px;
        height: auto;
    }

    .error__wrapper .d-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;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .error__wrapper .d-flex div {
        width: 70%;
    }

    .error__wrapper .d-flex img {
        margin: 20px 0 30px;
        max-height: 150px;
        width: auto;
    }

    .error__wrapper .d-flex h1 {
        font-size: 82px;
        line-height: 1.3;
    }

    .error__wrapper .d-flex strong {
        line-height: 1.2;
        font-size: 28px;
    }

    footer {
        padding-top: 35px;
        text-align: center;
    }

    footer p {
        width: 100%;
        margin: 0 0 10px;
    }

    footer .social {
        margin: 40px 0 0;
    }

    footer .social li {
        margin: 0 5px;
    }

    footer .social a {
        margin: 0;
    }

    footer strong {
        color: #a0a0a0;
        margin: 0 0 15px;
    }

    footer .footer__contact {
        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;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    footer .bottom {
        line-height: 2;
        text-align: center !important;
    }

    footer .bottom p {
        margin: 0 0 10px;
        width: 100%;
        font-weight: 500;
    }

    footer .bottom .text-right {
        text-align: center !important;
    }

    .page__wrapper h1 {
        margin: 0 0 50px;
    }

    .page__wrapper h1 + p {
        margin: -40px 0 50px;
    }

    .block {
        background: #fff;
        padding: 60px 0;
    }

    .block h3 {
        margin: 0 0 20px;
    }

    .block .image {
        position: static;
        margin: 40px 0 0;
    }

    .block .m {
        margin-top: 0 !important;
    }

    .sell {
        padding: 60px 0;
    }

    .sell strong {
        display: inline-block;
        margin: 60px 0 30px;
    }

    .page__wrapper-provider {
        padding: 60px 0;
    }

    .page__wrapper-provider p {
        margin: 0 0 60px;
    }

    .page__wrapper-provider p + a.more {
        margin: -40px 0 60px !important;
        display: inline-block;
    }

    .page__wrapper-descriptor {
        padding: 60px 0;
    }

    .page__wrapper-descriptor h3 {
        margin: 0 0 30px;
    }

    .page__wrapper-descriptor .page__wrapper-video {
        margin: 0 0 40px;
        display: inline-block;
    }

    .page__wrapper-form form {
        margin: 30px 0 0;
    }

    .props-list {
        margin: 50px 0 0;
    }

    .banks__wrapper-items {
        margin: 0 0 30px;
        padding: 0 0 30px;
    }

    .banks__wrapper-items img {
        width: 120px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
        flex: 0 0 120px;
        margin: 0 50px 0 0;
    }

    .banks__wrapper-items strong,
    .banks__wrapper-items p,
    .banks__wrapper-items a {
        font-size: 14px;
        margin: 0 0 5px;
    }

    .banks__wrapper-items div {
        padding: 0 30px 0 0;
    }

    .banks__wrapper-items div + div {
        padding: 0;
    }

    .contacts__wrapper-items {
        padding: 20px 0;
    }

    #map {
        margin: 40px 0 0;
    }

    .form__calc {
        margin-top: 0 !important;
    }

    .partners h4 {
        margin: 60px 0 0;
    }

    .page__filter form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .page__filter form label {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 26%;
        flex: 0 0 26%;
    }

    .page__filter form .btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 22%;
        flex: 0 0 22%;
    }

    .page__filter form p {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 0 0 15px;
    }

    .page__filter form p br {
        display: none;
    }

    .page__count {
        padding-bottom: 100px;
    }

    .paginaton {
        margin: 20px 0 60px !important;
        width: 100%;
    }

    .news__wrapper h3 {
        margin: 0 0 20px;
    }

    .news__popular-item:last-of-type {
        border-bottom: none;
    }

    .news__tag {
        margin: 0 0 20px;
    }

    .header__page-img {
        height: 260px;
    }

    .page__wrapper-jewel {
        text-align: left !important;
        width: 100%;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .form__jewel {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        position: fixed;
        background: #f3f1eb;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100%;
        z-index: 99;
        padding: 60px 50px 40px;
        -webkit-transition: none !important;
        transition: none !important;
        max-height: 100% !important;
        overflow: auto !important;
        -webkit-transition: all .3s linear !important;
        transition: all .3s linear !important;
    }

    .form__jewel.open {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    .form__jewel h3 {
        margin: 0 0 60px;
        padding-right: 40px;
        line-height: 1.2;
    }

    .form__jewel .close-j {
        opacity: 1;
        font-size: 48px;
        font-weight: 100;
        position: absolute;
        top: -20px;
        right: 20px;
        opacity: 1;
        color: #000;
        font-weight: 100;
        text-decoration: none !important;
    }

    .form__jewel .select2-container {
        margin: 0 0 20px;
    }

    .form__jewel .form-row {
        margin: 0 !important;
    }

    .form__jewel .form-block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 30px 80px 0 !important;
    }

    .form__jewel .form-block label {
        margin: 0 2px 20px !important;
        width: 80px !important;
    }

    .form__jewel .form-block-wide {
        margin: 0 !important;
    }

    .form__jewel .form-block-wide label {
        width: 120px !important;
    }

    .sticky {
        position: static;
    }

    .sticky .btn {
        width: 100%;
    }

    .page__wrapper-alrosa .bdl + div {
        padding-left: 15px;
    }

    .invert header a {
        -webkit-filter: brightness(100);
        filter: brightness(100);
    }

    .cover__wrapper {
        padding: 0 50px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .cover__wrapper img {
        margin: 0 0 50px;
    }

    .cover__wrapper blockquote {
        background: url("../images/carbon_quotes.svg") top left no-repeat;
        padding-left: 25px;
        margin-left: 0%;
    }

    .cover__wrapper p {
        font-size: 16px;
        font-style: italic;
        font-weight: 500;
        line-height: 22px;
        color: #393330;
        margin: 0 0 5px;
    }

    .cover__wrapper span {
        color: #776;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 17px;
    }
}

@media (max-width: 767px) {
    .page__wrapper-video {
        margin: 40px 0 0;
        display: inline-block;
    }

    .page__wrapper h1 {
        margin: 0 0 30px;
        line-height: 1;
    }

    .page__wrapper h1 + p {
        margin: -20px 0 40px;
    }

    .page__wrapper br {
        display: none;
    }

    .error__wrapper {
        padding: 60px 0 40px;
    }

    .error__wrapper .d-flex div {
        width: 95%;
    }

    .error__wrapper .d-flex h1 {
        font-size: 72px;
        line-height: 1.3;
    }

    .error__wrapper .d-flex .btn {
        width: 100%;
    }

    .error__wrapper .d-flex strong {
        line-height: 1.2;
        font-size: 24px;
    }

    .banks__wrapper-items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .banks__wrapper-items p {
        margin: 0 0 15px;
    }

    .page__filter form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .page__filter form p {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .page__filter form label {
        width: 100%;
        margin: 0 0 10px;
        padding: 0;
    }

    .page__filter form a {
        width: 100%;
    }

    .page__count {
        padding-bottom: 50px;
    }

    .page__count-item strong {
        margin: 0 0 10px;
    }

    .page__count-item p {
        font-size: 14px;
        margin: 0 0 30px;
    }

    .page__wrapper-calc {
        padding: 40px 0 60px;
    }

    .news__tag {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: auto;
        white-space: nowrap;
    }
}

@media (max-width: 575px) {
    header {
        padding: 18px 0;
    }

    .btn {
        width: 100%;
    }

    .page__wrapper {
        padding: 30px 0;
    }

    .page__wrapper-video {
        background: url("../images/vid-sm.svg") left center no-repeat;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 63px;
        padding-left: 83px;
        margin-bottom: 20px;
    }

    .page__wrapper-video img {
        display: none;
    }

    .page__wrapper-descriptor .page__wrapper-video {
        display: none;
    }

    .page__wrapper-form {
        padding: 60px 0;
    }

    .page__wrapper-form h3 {
        margin: 0 0 40px;
    }

    .page__wrapper-form .callback p {
        margin: 0 0 50px;
    }

    form.callback p {
        margin: 0 0 50px;
    }

    .cover {
        height: 150px;
    }

    .page__num {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .page__num strong {
        font-size: 70px;
        width: auto;
        margin: 0 20px 0 0;
    }

    .page__num p {
        margin: 0 0 5px;
    }

    .page__num span {
        margin: 0;
    }

    .sel h2 {
        font-size: 30px;
        line-height: 1;
    }

    .sell .btn-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .sell .btn-flex .btn {
        margin: 0 0 30px;
        width: 100%;
    }

    .props-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 15px 0;
        margin: 0;
    }

    .props-item p {
        font-size: 16px;
        line-height: 1.2;
        margin: 10px 0 5px;
    }

    .news__wrapper-page h1 {
        font-size: 36px;
        line-height: 1.2;
    }

    .news__wrapper-tags {
        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: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 10px;
    }

    .banks__wrapper {
        padding: 30px 0 60px;
    }

    .banks__wrapper h1 {
        font-size: 46px;
        margin: 0 0 10px;
    }

    .contacts__wrapper {
        padding: 60px 0;
    }

    .contacts__wrapper h1 {
        font-size: 46px;
        margin: 0 0 30px;
    }

    .bio {
        padding-bottom: 80px;
    }

    .form__calc .total {
        padding: 25px !important;
        margin: 20px 0 0;
    }

    .form__calc .total p {
        font-size: 12px !important;
    }

    .form__calc .total ul li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .page__count h3 {
        width: 100%;
        font-size: 36px;
        line-height: 1.2;
        padding: 0;
        margin: 0 0 40px;
    }

    .page__count h3:before {
        display: none;
    }

    .page__count-header {
        padding: 20px 0;
        margin: 0 0 30px;
    }

    .header__page-img {
        padding: 0 0 30px;
    }

    .header__page-img h1 {
        font-size: 36px;
        bottom: 30px;
    }

    .news__item {
        padding: 30px;
    }

    .news__item-title {
        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: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 10px;
    }

    .news__item p {
        font-size: 14px;
        line-height: 1.4;
    }

    .paginaton .prev {
        padding-left: 40px;
    }

    .paginaton .next {
        padding-right: 40px;
    }

    .paginaton ul {
        margin: 0 10px;
    }

    .invert .page__wrapper {
        padding: 40px 0 60px;
    }

    .invert .page__wrapper-jewel img {
        margin: 0 30px 0 0;
    }

    .invert .page__wrapper-jewel strong {
        margin: 0 0 20px;
    }

    .page__wrapper-alrosa {
        padding: 60px 0;
    }

    .page__wrapper-alrosa .a-item {
        margin: 0 0 40px !important;
    }

    .page__wrapper-alrosa .a-item img {
        margin: 0 0 15px;
    }

    .page__wrapper-alrosa .a-item br {
        display: none;
    }

    .form__jewel {
        padding: 40px 20px 40px;
    }

    .form__jewel h3 {
        margin: 0 0 30px;
        font-size: 32px;
    }

    .form__jewel .close {
        opacity: 1;
        font-size: 36px;
        font-weight: 100;
        top: -30px;
        right: 15px;
    }

    .form__jewel .form-block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 30px 80px 0 !important;
    }

    .form__jewel .form-block label {
        margin: 0 2px 20px !important;
        width: 70px !important;
    }

    .form__jewel .form-block-wide {
        margin: 0 !important;
    }

    .form__jewel .form-block-wide label {
        width: 100px !important;
    }

    .page__wrapper-alrosa .bdl:before {
        display: none;
    }
}

.form__calc {
    margin-top: 65px;
    padding-bottom: 40px;
}

.form__calc strong {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin: 0 0 20px;
    font-family: Montserrat;
}

.form__calc fieldset {
    margin: 0 0 30px;
    display: inline-block;
    width: 100%;
}

.form__calc p {
    margin: 5px 0 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.form__calc label {
    display: inline-block;
    width: 100%;
    margin: 0 0 20px;
}

.form__calc label span {
    width: 100%;
    color: #776;
    margin: 0 0 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.form__calc label span.error {
    margin: 5px 0 0 0;
    color: #b83b33;
}

.form__calc label span i {
    display: inline-block;
    width: 13px;
    height: 13px;
    font-size: 0;
    text-indent: -999px;
    background: url("../images/q.svg") center no-repeat;
    margin: 0 0 0 5px;
}

.form__calc label.disabled {
    opacity: 0.6;
}

.form__calc label.disabled select,
.form__calc label.disabled [type="text"] {
    pointer-events: none;
    cursor: default;
}

.form__calc .total {
    padding: 50px 70px;
    background: #f8f8f7;
    margin-top: 50px;
}

.form__calc .total ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.form__calc .total ul li {
    width: 100%;
    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: 0 0 20px;
}

.form__calc .total ul p {
    margin: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    color: #000;
    padding: 0;
    background: none;
}

.form__calc .total ul strong {
    display: inline-block;
    width: auto;
    margin: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.form__calc .total p {
    color: #7B786E;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    margin: 0;
    padding: 0 0 0 22px;
    background: url("../images/is.svg") left center no-repeat;
}

.form__calc .total .btn {
    margin: 0 0 30px;
    width: 100%;
    text-transform: uppercase;
}

.form__calc .total .btn-secondary {
    margin-bottom: 0;
}

.form__calc [type="text"], .form__calc [type="number"] {
    width: 100%;
    height: 54px;
    border: 1px solid #EDEAE0;
    background: #fbfbfb;
    padding: 0 15px;
    font-size: 14px;
    color: #393330;
}

.form__calc textarea {
    width: 100%;
    height: 120px;
    border: 1px solid #EDEAE0;
    background: #fbfbfb;
    padding: 10px 15px;
    font-size: 14px;
    color: #393330;
    resize: none;
}

.form__calc [type="checkbox"] {
    display: none;
}

.form__calc [type="checkbox"] + p {
    line-height: 20px;
    padding-left: 30px;
    font-size: 14px;
    font-weight: 400;
    background: url("../images/checkbox.svg") left center no-repeat;
    cursor: pointer;
}

.form__calc [type="checkbox"]:checked + p {
    background: url("../images/checkbox-active.svg") left center no-repeat;
}

.form__calc em {
    display: inline-block;
    width: 100%;
    margin: 0 0 30px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
}

.form__calc blockquote {
    padding: 13px 23px 13px 59px;
    margin: 0 0 12px;
    background: #faf8f3 url("../images/i.svg") 21px center no-repeat;
    color: #645b49;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}

.form__calc blockquote.done {
    background: #faf8f3 url("../images/ch.svg") 21px center no-repeat;
}

.form__calc blockquote a {
    text-decoration: underline !important;
}

.form__calc blockquote a:hover {
    text-decoration: none !important;
}

.form__calc .btn-primary {
    width: 100%;
    background: #e0c487;
    border-color: #E0C487;
    text-transform: uppercase;
    font-size: 14px;
}

.form__calc .btn-primary:hover {
    background: #393330;
    border-color: #393330;
    color: #fff;
}

.form__calc .btn-primary:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    color: #fff !important;
    background: #393330 !important;
    border-color: #393330 !important;
}

.form__calc .btn-primary:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none;
}

.form__calc .btn__wrapper {
    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;
}

.form__calc .btn__wrapper .btn {
    width: auto;
}

.form__jewel {
    max-height: 800px;
    overflow: hidden;
    -webkit-transition: all .6s linear;
    transition: all .6s linear;
}

.form__jewel [type="text"] {
    width: 100%;
    height: 54px;
    border: 1px solid #EDEAE0;
    background: #fbfbfb;
    padding: 0 15px;
    font-size: 14px;
    color: #393330;
}

.form__jewel.opened {
    max-height: 3000px;
}

.form__jewel fieldset {
    margin: 0 0 60px;
}

.form__jewel fieldset .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 25px;
}

.form__jewel fieldset .title span {
    color: #7b786e;
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.form__jewel fieldset .title p {
    color: #393330;
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.form__jewel label {
    width: 100%;
    margin: 0;
}

.form__jewel label > span {
    color: #7b786e;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    margin: 0 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.form__jewel label > span i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 16px;
    height: 16px;
    background: #d4d4d4;
    font-size: 10px;
    font-weight: 600;
    font-style: normal;
    margin: 0 0 0 10px;
    border-radius: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form__jewel .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 60px;
}

.form__jewel .form-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    margin: 0 30px 0 0;
}

.form__jewel .form-block label {
    width: 60px;
    text-align: center;
    cursor: pointer;
    margin: 0 2px;
}

.form__jewel .form-block label input {
    display: none;
}

.form__jewel .form-block label input:checked + div {
    background: #e3dcc4;
    position: relative;
}

.form__jewel .form-block label input:checked + div:before {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 12px solid #e3dcc4;
    border-left: 12px solid #f3f1eb;
    border-right: 12px solid #f3f1eb;
}

.form__jewel .form-block label input:checked + div:after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 12px solid #e3dcc4;
    border-left: 12px solid #f3f1eb;
    border-right: 12px solid #f3f1eb;
}

.form__jewel .form-block label div {
    padding: 12px 0;
}

.form__jewel .form-block label p {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 20px;
    color: #393300;
    text-transform: uppercase;
}

.form__jewel .form-block label img {
    margin: 0 0 10px;
}

.form__jewel .form-block-wide label {
    width: 100px;
}

.form__jewel .form-block span {
    position: absolute;
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #7b786e;
    text-align: center;
    left: 0;
    right: 0;
    top: 110px;
}

.form__jewel .form-block span:before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 9px;
    border-bottom: 1px solid #D4CEB9;
    border-left: 1px solid #D4CEB9;
    border-right: 1px solid #D4CEB9;
}

.opened + .form-spoiler:before {
    content: 'Скрыть';
}

.form-spoiler {
    position: relative;
    width: 100%;
    height: 54px;
    line-height: 54px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #393330;
    margin: 50px 0 0;
    display: inline-block;
    border: 1px solid #CBB27C;
}

.form-spoiler:hover {
    color: #393330;
    background: #CBB27C;
}

.form-spoiler:before {
    content: 'дополнительные параметры';
    width: 100%;
    display: inline-block;
    text-align: center;
}

.select2-dropdown {
    border-radius: 0;
    border: 1px solid #EDEAE0;
    background: #fbfbfb;
}

.select2-results ul li {
    line-height: 54px;
    padding: 0 15px;
}

.select2-results ul li.select2-results__option--selected {
    background: #fbfbfb;
    color: #c9a047;
}

.select2-container {
    display: inline-block;
    width: 100% !important;
    margin: 0;
}

body > .select2-container--default {
    width: auto !important;
}

.select2-container .dropdown-wrapper,
.select2-container .selection {
    margin: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.select2-container .select2-selection__rendered {
    padding: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 54px !important;
}

.select2-container--default .select2-selection--single {
    width: 100%;
    margin: 0;
    height: 54px;
    padding: 0 15px;
    border-radius: 0;
    border: 1px solid #EDEAE0;
    background: #fbfbfb;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 12px;
    height: 8px;
    background: url("../images/dds.svg") center/contain no-repeat;
    right: 15px;
    top: 50%;
    margin-top: -4px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-results__option--highlighted.select2-results__option--selectable {
    background: #c9a047 !important;
    color: #393939 !important;
}

.jq-slider + .min,
.jq-slider ~ .max {
    display: inline-block;
    width: auto;
    font-size: 12px;
    color: #393330;
    position: absolute;
    top: 60px !important;
}

.slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 21px;
}

.slider p {
    font-size: 14px;
    color: #393330;
    margin: 0 20px 0 0;
    line-height: 21px;
}

.slider > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 320px;
}

.slider .ui-widget.ui-widget-content {
    border: none;
    background: #D4CEB9;
    height: 2px;
}

.slider .ui-widget.ui-widget-content > span {
    border: none;
    background: url("../images/slider.png") center no-repeat;
    width: 12px;
    height: 12px;
    cursor: pointer;
    margin-left: -6px;
}

.slider .ui-slider-horizontal .ui-slider-range {
    background: #393330;
}

@media (max-width: 1199px) {
    .form__calc .total {
        padding: 40px;
    }

    .form__calc .total .btn {
        margin: 0 0 15px;
    }

    .form__calc .total ul li {
        margin: 0 0 15px;
    }

    .form__calc .total ul li strong {
        font-size: 14px;
    }

    .form__calc .total ul li p {
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    .form__calc .total ul + p {
        margin: 0 0 30px;
    }
}

.login__wrapper header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 35px;
    background: #fff;
    z-index: 99;
}

.body__wrapper-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
    background: url("../images/cover.jpg") center/cover no-repeat;
}

.body__wrapper-form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62%;
    flex: 0 0 62%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 140px 0 100px;
}

.body__wrapper-form h1 {
    font-family: BebasNeue;
    font-size: 36px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0.01em;
    margin: 0 0 30px;
}

.body__wrapper-form .register {
    margin: 0 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 530px;
}

.body__wrapper-form .register p {
    margin: 0 10px 0 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.body__wrapper-form .register a {
    color: #7b786e;
    font-size: 14px;
    line-height: 20px;
    border-bottom: 1px solid #ddd;
}

.body__wrapper-form .register a:hover {
    border-bottom-color: transparent;
    text-decoration: none;
}

.body__wrapper-form fieldset {
    margin: 0 0 25px;
    max-width: 530px;
    position: relative;
}

.body__wrapper-form fieldset > span {
    font-size: 12px;
    color: #654;
}

.body__wrapper-form .btn {
    width: 100%;
    max-width: 530px;
}

.body__wrapper-form .btn + a {
    display: inline-block;
    margin: 10px 0 30px;
    color: #7b786e;
    font-size: 16px;
    line-height: 1.4;
    text-decoration: underline;
}

.body__wrapper-form .btn + a:hover {
    text-decoration: none;
}

.body__wrapper-form .form > p {
    font-size: 16px;
    margin: 0 0 30px;
}

.body__wrapper-form .form .row {
    margin: 70px -15px 45px;
}

.body__wrapper-form .form .row span {
    display: inline-block;
    margin: 0 0 6px;
    font-size: 14px;
    color: #a0a0a0;
}

.body__wrapper-form .form .row p {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
}

.body__wrapper-form .form .row p a {
    margin: 0 0 0 15px;
    font-size: 16px;
    font-weight: 400;
    color: #776;
    border-bottom: 1px solid #ddd;
}

.body__wrapper-form .form .row p a:hover {
    text-decoration: none;
    border-bottom-color: transparent;
}

.body__wrapper-form .form__label {
    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: 0px 0 2px;
}

.body__wrapper-form .form__label label {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #a0a0a0;
}

.body__wrapper-form .form__label a {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #645B49;
}

.body__wrapper-form .form__label-pwd {
    cursor: pointer;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 42px;
    background: url("../images/show.svg") center no-repeat;
}

.body__wrapper-form .form__label-pwd.hide {
    background: url("../images/hide.svg") center no-repeat;
}

.body__wrapper-form input {
    display: inline-block;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #ddd;
}

.body__wrapper-form [type="checkbox"] {
    display: none;
}

.body__wrapper-form [type="checkbox"] + p {
    margin: 0px 0;
    color: #393330;
    padding-left: 35px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    background: url("../images/checkbox.svg") left center no-repeat;
    cursor: pointer;
}

.body__wrapper-form [type="checkbox"] + p a {
    color: currentColor;
    text-decoration: underline;
}

.body__wrapper-form [type="checkbox"]:checked + p {
    background: url("../images/checkbox-active.svg") left center no-repeat;
}

.body__wrapper-form [type="checkbox"][disabled] + p {
    background: url("../images/checkbox-disabled.svg") left center no-repeat;
}

.body__wrapper-form .problem {
    padding: 35px 0 0;
    margin: 35px 0 0;
    border-top: 1px solid #f2f2f2;
    max-width: 530px;
}

.body__wrapper-form .problem strong {
    display: inline-block;
    margin: 0 0 6px;
    color: #393330;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.body__wrapper-form .problem p {
    margin: 0;
    color: #776;
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
}

.body__wrapper-form .problem p a {
    white-space: nowrap;
    color: #393330;
    font-weight: 500;
}

.body__wrapper-form .btn__wrapper {
    max-width: 530px;
    margin: 20px 0 0;
}

.body__wrapper-form .btn__wrapper a {
    color: #7b786e;
    font-size: 16px;
    border-bottom: 1px solid #dedede;
    line-height: 1;
}

.body__wrapper-form .btn__wrapper a:hover {
    text-decoration: none;
    border-bottom-color: transparent;
}

.body__wrapper-login {
    background: #fff;
    min-width: 1200px;
    min-height: 860px;
}

.body__wrapper-login .body__wrapper-form .form__label-pwd {
    top: 37px;
}

.body__wrapper-image {
    padding-top: 240px;
    padding-left: 35px;
    padding-right: 35px;
}

.body__wrapper-image h3 {
    font-family: BebasNeue;
    font-size: 28px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.01em;
    margin: 0 0 30px;
}

.body__wrapper-image ul {
    list-style: none;
    max-width: 480px;
}

.body__wrapper-image ul li {
    margin: 0 0 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    padding-left: 25px;
}

.body__wrapper-image ul li:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background: #f6be23;
    top: 50%;
    margin-top: -3px;
    left: 0;
    border-radius: 7px;
}

.lk__header {
    padding: 0px 0 0 20px;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 99;
}

.lk__header .logo {
    margin: 0 70px 0 0;
}

.lk__header .row {
    height: 80px;
}

.lk__header .nav li {
    margin: 0 0 0 40px;
}

.lk__header .nav-bold li {
    margin: 0 40px 0 0;
}

.lk__header-chat {
    height: 80px;
    margin-right: -15px;
    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;
    background: #e8d9b8;
    padding: 0 30px;
    position: sticky;
    top: 80px;
}

.lk__header-chat p {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #393330;
}

.lk__header-chat span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 4px;
    color: #333;
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
    letter-spacing: 0.06em;
}

.lk__header-chat span img {
    margin: 0 0 0 5px;
}

.lk__wrapper {
    position: relative;
}

.lk__wrapper .status {
    display: inline-block;
    float: right;
    color: #645b49;
    position: relative;
}

.lk__wrapper .status:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 7px;
    background: #e2e2e2;
    left: -15px;
    top: 50%;
    margin-top: -3px;
}

.lk__wrapper .status.draft:before {
    background: #AFB9B1;
}

.lk__wrapper .status.progressed:before {
    background: #D2957A;
}

.lk__wrapper .status.returned:before {
    background: #A17D50;
}

.lk__wrapper .status.wait:before {
    background: #616D6F;
}

.lk__wrapper .status.indone:before {
    background: #e2e2e2;
}

.lk__wrapper .status.complete:before {
    background: #8D9E7F;
}

.lk__wrapper .status.canceled:before {
    background: #99AFC8;
}

.lk__wrapper .status.done:before {
    background: #8D9E7F;
}

.lk__wrapper-body {
    margin: 0 0 0 20px;
    padding-top: 80px;
}

.lk__wrapper-error {
    position: relative;
    background: #dccca8;
    color: #393330;
    text-align: center;
    padding: 10px 0;
}

.lk__wrapper-error p {
    margin: 0;
    display: inline-block;
    padding-left: 22px;
    background: url("../images/ib.svg") left center/16px no-repeat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.lk__wrapper-error a {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.lk__wrapper-chat {
    border-left: 1px solid #C1BEBB;
    padding: 30px 15px 30px 30px;
    height: calc(100vh - 80px);
    position: sticky;
    top: 80px;
}

.lk__wrapper-title {
    padding: 50px 0 25px;
}

.lk__wrapper-title h1 {
    font-size: 32px;
    line-height: 30px;
    margin: 0 0 10px;
}

.lk__wrapper-title h1 span {
    font-size: 14px;
    margin: 0 0 0 15px;
    font-weight: 400;
}

.lk__wrapper-title p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}

.lk__wrapper-wrapper {
    display: inline-block;
    width: 100%;
    background: #fff;
    padding: 50px 50px 30px;
}

.lk__wrapper-wrapper h3 {
    margin: 0 0 40px;
    font-family: BebasNeue;
    font-size: 28px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.01em;
}

.lk__wrapper-wrapper h3 + p {
    font-size: 14px;
    color: #776;
    margin: -20px 0 40px;
}

.lk__wrapper-wrapper [type="checkbox"] {
    display: none;
}

.lk__wrapper-wrapper [type="checkbox"] + p {
    line-height: 20px;
    padding-left: 30px;
    font-size: 14px;
    font-weight: 400;
    background: url("../images/checkbox.svg") left center no-repeat;
    cursor: pointer;
}

.lk__wrapper-wrapper [type="checkbox"]:checked + p {
    background: url("../images/checkbox-active.svg") left center no-repeat;
}

.lk__wrapper-wrapper label span i {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 0 0 0 5px;
    background: url("../images/ib.svg") center/contain no-repeat;
}

.lk__wrapper-table form {
    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: 0 0 30px;
}

.lk__wrapper-table form input {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    margin: 0 30px 0 0;
    border: none;
    background: transparent url("../images/search.svg") right center no-repeat;
    height: 54px;
    padding: 0 50px 0 0;
    border-bottom: 1px solid #d2d2d2;
}

.lk__wrapper-table table {
    width: 100%;
    background: #fff;
    margin: 0 0 30px;
}

.lk__wrapper-table table tr {
    border-bottom: 1px solid #dedede;
}

.lk__wrapper-table table tbody tr:last-of-type {
    border-bottom: none;
}

.lk__wrapper-table table tbody tr:hover {
    background: #ede6d7;
}

.lk__wrapper-table table th:last-of-type,
.lk__wrapper-table table td:last-of-type {
    text-align: right;
}

.lk__wrapper-table table th {
    padding: 30px 30px 10px;
    color: #7b786e;
    font-size: 13px;
    font-weight: 400;
}

.lk__wrapper-table table td {
    font-size: 13px;
    font-weight: 500;
    padding: 20px 30px;
}

.lk__wrapper-table table td span {
    color: #7b786e;
}

.lk__wrapper-side {
    padding: 50px 40px 40px;
    margin: 0 0 15px;
    background: #fff;
    position: sticky;
    top: 110px;
}

.lk__wrapper-side .status {
    font-size: 12px;
    position: absolute;
    top: 25px;
    right: 25px;
}

.lk__wrapper-side h3 {
    font-family: BebasNeue;
    font-size: 24px;
    margin: 0 0 30px;
    line-height: 1;
}

.lk__wrapper-side .warning p {
    color: #eb5757;
}

.lk__wrapper-side .warning i {
    position: absolute;
    left: -26px;
    top: 50%;
    margin-top: -9px;
    width: 18px;
    height: 18px;
    background: url("../images/ib.svg") center/contain no-repeat;
    cursor: pointer;
}

.lk__wrapper-side span {
    color: #828282;
    display: inline-block;
    margin: 0 0 3px;
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
    letter-spacing: 0.06em;
    position: relative;
}

.lk__wrapper-side p {
    margin: 0 0 20px;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
}

.lk__wrapper-side a {
    padding-left: 25px;
    background: url("../images/load.svg") left center/20px no-repeat;
}

.lk__wrapper-side a.clear {
    background: none;
    padding-left: 0;
}

.lk__wrapper-side a span {
    color: #393330;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    border-bottom: 1px solid #cacaca;
}

.lk__wrapper-side a:hover {
    text-decoration: none;
}

.lk__wrapper-side a:hover span {
    border-bottom-color: transparent;
}

.lk__wrapper-side + span {
    font-size: 13px;
    line-height: 1.3;
    display: inline-block;
    color: #776;
}

.lk__wrapper-order {
    background: #fff;
    padding: 50px 50px 30px;
    border-top: 4px solid #E4E3DD;
    margin: 0 0 30px;
}

.lk__wrapper-order h3 {
    margin: 0 0 40px;
    font-family: BebasNeue;
    font-size: 28px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.01em;
}

.lk__wrapper-order h3 + p {
    font-size: 14px;
    color: #776;
    margin: -20px 0 40px;
}

.lk__wrapper-order span {
    color: #828282;
    display: inline-block;
    margin: 0 0 5px;
    font-size: 13px;
    font-weight: 500;
    line-height: 13px;
    letter-spacing: 0.06em;
    position: relative;
}

.lk__wrapper-order p {
    margin: 0 0 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.lk__wrapper-order strong {
    display: inline-block;
    margin: 20px 0 15px;
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 0.04em;
}

.lk__wrapper-invoice {
    background: #fff;
    margin: 0 0 10px;
}

.lk__wrapper-invoice-item {
    padding: 35px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #dedede;
}

.lk__wrapper-invoice-item:last-of-type {
    border-bottom: none;
}

.lk__wrapper-invoice-item strong {
    display: inline-block;
    margin: 0 0 10px;
    font-family: BebasNeue;
    font-size: 24px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.01em;
}

.lk__wrapper-invoice-item p {
    margin: 0;
    color: #776;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
}

.lk__wrapper-invoice-item a {
    padding-left: 25px;
    background: url("../images/load.svg") left center/20px no-repeat;
}

.lk__wrapper-invoice-item a span {
    color: #393330;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    border-bottom: 1px solid #cacaca;
}

.lk__wrapper-invoice-item a:hover {
    text-decoration: none;
}

.lk__wrapper-invoice-item a:hover span {
    border-bottom-color: transparent;
}

.lk__wrapper-invoice-map {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.lk__wrapper-invoice-map #map {
    width: 100%;
}

.lk__wrapper-invoice-map #map img {
    width: 100%;
}

.lk__wrapper-invoice-map > div {
    width: 100%;
}

.lk__wrapper-invoice-map > div strong {
    margin: 0 0 30px;
}

.lk__wrapper-invoice-map span {
    color: #828282;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 5px;
    font-size: 13px;
    font-weight: 500;
    line-height: 13px;
    letter-spacing: 0.06em;
    position: relative;
}

.lk__wrapper-invoice-map span i {
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url("../images/q.svg") center/contain no-repeat;
    margin: 0 0 0 5px;
}

.lk__wrapper-invoice-map p {
    margin: 0 0 25px;
    font-size: 16px;
    font-weight: 400;
    color: #393330;
    line-height: 25px;
}

.lk__wrapper-profile {
    background: #fff;
}

.lk__wrapper-profile-content {
    margin: 0 0 30px;
    padding: 40px 30px 30px;
}

.lk__wrapper-profile-tab {
    padding: 30px 30px 0;
    border-bottom: 1px solid #e2e2e2;
}

.lk__wrapper-profile-tab ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 60px;
    margin: 0;
    padding: 0;
}

.lk__wrapper-profile-tab li {
    display: inline-block;
}

.lk__wrapper-profile-tab a {
    display: inline-block;
    color: #858585;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.05em;
    padding: 0 10px;
    padding-bottom: 25px;
}

.lk__wrapper-profile-tab a.active {
    border-bottom: 2px solid #000;
    color: #393330;
}

.lk__wrapper-profile-tab a:hover {
    text-decoration: none;
    color: #c9a047;
}

.lk__chat-body {
    height: calc(100% - 130px);
}

.lk__chat-body .date {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #776;
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
    letter-spacing: 0.06em;
    margin: 20px 0 10px;
}

.lk__chat-body .bubble {
    padding: 12px;
    background: #fff;
    max-width: 320px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    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;
    margin: 0 0 10px;
}

.lk__chat-body .bubble__user {
    margin-left: auto;
    border-radius: 10px 10px 3px 10px;
}

.lk__chat-body .bubble__admin {
    margin-right: auto;
    border-radius: 10px 10px 10px 3px;
}

.lk__chat-body .bubble__file {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 56px;
    background: #fff url("../images/bfile.svg") 12px center no-repeat;
}

.lk__chat-body .bubble__file p {
    margin: 0 0 5px !important;
}

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

.lk__chat-body .bubble p {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
    color: #393330;
    font-weight: 400;
}

.lk__chat-body .bubble span {
    color: #aaa;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}

.lk__chat-form {
    position: absolute;
    bottom: 0;
    left: 0px;
    right: -15px;
    height: 160px;
    padding: 20px 30px;
    border-top: 1px solid #C1BEBB;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.lk__chat-form textarea {
    padding: 0;
    border: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin: 0 15px;
    resize: none;
    height: 100%;
    font-size: 14px;
    background: none;
}

.lk__chat-form .send {
    height: 40px;
    width: 40px;
    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: #e0c487;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
}

.lk__wrapper-col .cover {
    left: -20px;
    right: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    height: calc(100vh - 80px);
}

.lk__wrapper-col .entry {
    padding: 135px 0;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.lk__wrapper-col .entry h1 {
    margin: 0 0 20px;
    color: #393330;
    font-family: BebasNeue;
    font-size: 42px;
    font-weight: 400;
    line-height: 51px;
}

.lk__wrapper-col .entry strong {
    display: inline-block;
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    color: #393330;
}

.lk__wrapper-col .entry p {
    margin: 0 0 30px;
    color: #393330;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
}

.lk__wrapper-col .entry ol {
    margin: 0 0 40px;
    padding: 0;
    list-style: none;
    counter-reset: num;
}

.lk__wrapper-col .entry ol li {
    margin: 0 0 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.lk__wrapper-col .entry ol li:before {
    content: counter(num);
    counter-increment: num;
    width: 32px;
    height: 32px;
    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: 32px;
    margin: 0 10px 0 0;
    background: #e4ded1;
    color: #1a1a1a;
    font-size: 14px;
}

.lk__wrapper-col .entry .btn-primary {
    background: #e0c487;
    border-color: #e0c487;
    padding: 18px 110px;
}

.lk__wrapper-col .entry .btn-primary:hover {
    background: #393330;
    border-color: #393330;
}

.lk__wrapper-col .contact {
    max-width: 320px;
}

.lk__wrapper-col .contact p {
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    color: #7B786E;
}

.lk__wrapper-col .contact a {
    color: #393330;
    font-size: 18px;
    font-weight: 500;
    line-height: 29px;
}

.btn-new {
    background: #ECE8DE;
    padding: 24px 140px;
    border: 1px dashed #7B786E;
    border-radius: 0;
    text-transform: uppercase;
    color: #393330;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0.05em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-new img {
    margin: 0 10px 0 0;
}

.btn-new:hover {
    background: #e8d9b8;
    color: #393330;
}

.lk__wrapper-wrapper {
    margin-bottom: 30px;
    min-height: 660px;
}

.lk__wrapper-wrapper form .btn {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.lk__wrapper-wrapper form .title {
    margin: 0 0 30px;
}

.lk__wrapper-wrapper form .title h3 {
    color: #000;
    margin: 0 0 10px;
    font-family: BebasNeue;
    font-size: 28px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.01em;
}

.lk__wrapper-wrapper form .title p {
    margin: 0;
    color: #393330;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.lk__wrapper-wrapper form .title-final {
    background: url("../images/final.png") right 50px center no-repeat;
}

.lk__wrapper-wrapper form .title-final h3 {
    margin: 0 0 40px;
}

.lk__wrapper-wrapper form .title-final p {
    margin: 0 0 20px;
}

.lk__wrapper-wrapper form .title-final a {
    font-size: 1.4em;
    color: #393330;
    line-height: 1.5;
    font-weight: 500;
}

.lk__wrapper-wrapper form .title-error h3 {
    margin: 0 0 40px;
}

.lk__wrapper-wrapper form .title-error p {
    margin: 0 0 20px;
}

.lk__wrapper-wrapper form .title-error .btn {
    margin: 30px 10px 0 0;
    padding-left: 30px;
    padding-right: 30px;
}

.lk__wrapper-wrapper form hr {
    margin: 0 0 40px;
    border-color: #dedede;
}

.lk__wrapper-wrapper form .doc {
    display: inline-block;
    margin: 0 0 20px;
    color: #393330;
    padding-left: 30px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    background: url("../images/doc.svg") left center no-repeat;
}

.lk__wrapper-wrapper form fieldset {
    margin: 0 0 25px;
}

.lk__wrapper-wrapper form fieldset strong {
    display: inline-block;
    width: 100%;
    margin: 0 0 25px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 0.04em;
}

.lk__wrapper-wrapper form fieldset.data h4 {
    font-size: 18px;
    text-transform: none;
    font-weight: 500;
    letter-spacing: 0;
    margin: 0 0 30px;
}

.lk__wrapper-wrapper form fieldset.data h4 a {
    padding-left: 16px;
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
    color: #393330;
    margin: 0 0 0 15px;
    text-decoration: underline;
    background: url("../images/edit.svg") left center no-repeat;
}

.lk__wrapper-wrapper form fieldset.data h4 a:hover {
    text-decoration: none;
}

.lk__wrapper-wrapper form fieldset.data span {
    display: inline-block;
    width: 100%;
    margin: 0 0 8px;
    color: #776;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
}

.lk__wrapper-wrapper form fieldset.data p {
    margin: 0 0 25px;
    color: #393330;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.lk__wrapper-wrapper form label {
    display: inline-block;
    width: 100%;
    margin: 0 0 25px;
}

.lk__wrapper-wrapper form label span {
    display: inline-block;
    width: 100%;
    color: #7b786e;
    font-size: 14px;
    margin: 0 0 2px;
    line-height: 1;
}

.lk__wrapper-wrapper form label input {
    width: 100%;
    border-radius: 0;
    padding: 0 20px;
    height: 50px;
    border: 1px solid #DDDDDD;
}

.lk__wrapper-wrapper form label textarea {
    width: 100%;
    border-radius: 0;
    resize: none;
    padding: 10px 20px;
    height: 120px;
    border: 1px solid #DDDDDD;
}

.lk__wrapper-wrapper form label.checkbox {
    margin: 0 0 15px;
    top: -10px;
    position: relative;
    cursor: pointer;
}

.lk__wrapper-wrapper form label.checkbox input {
    display: none;
}

.lk__wrapper-wrapper form label.checkbox input:checked + p {
    background: url("../images/checkbox-active.svg") left center no-repeat;
}

.lk__wrapper-wrapper form label.checkbox p {
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    line-height: 20px;
    background: url("../images/checkbox.svg") left center no-repeat;
    padding-left: 30px;
}

.tline-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 30px;
}

.tline-item.active span {
    background: #e0c487;
    color: #393330;
}

.tline-item.active.error span {
    font-size: 0;
    background: #e0c487 url("../images/attention.svg") center no-repeat;
}

.tline-item.active p {
    color: #393330;
}

.tline-item.done span {
    font-size: 0;
    background: #f1eee7 url("../images/done.svg") center no-repeat;
}

.tline-item.error span {
    font-size: 0;
    background: #f1eee7 url("../images/attention.svg") center no-repeat;
}

.tline-item span {
    color: #b0b0b0;
    background: #f1eee7;
    position: relative;
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 30px;
    font-size: 12px;
    margin: 0 10px 0 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tline-item span:before {
    content: '';
    position: absolute;
    height: 30px;
    width: 1px;
    border-left: 1px dashed #B0B0B0;
    top: 32px;
    left: 50%;
    margin-left: -1px;
}

.tline-item p {
    margin: 0;
    color: #b0b0b0;
    font-size: 14px;
}

.tline-item:last-of-type span:before {
    display: none;
}

.tline-item a {
    color: #b0b0b0;
    font-size: 14px;
    text-decoration: none;
}

.tline-item a:hover {
    color: #393330;
    text-decoration: none;
    cursor: pointer;
}

.list__doc {
    margin: 0 0 30px;
}

.list__doc-item {
    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;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    padding-left: 40px;
    background: url("../images/load.svg") 10px center no-repeat;
}

.list__doc-item.loaded {
    background: url("../images/loaded.svg") 10px center no-repeat;
}

.list__doc-item p {
    color: #393330;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
}

.list__doc-item label {
    width: auto !important;
    margin: 0 !important;
}

.list__doc-item label input {
    display: none;
}

.list__doc-item span {
    font-size: 14px;
    font-weight: 500 !important;
    text-transform: uppercase;
    color: #000 !important;
    cursor: pointer;
}

.lk__tab-pane {
    width: 100%;
    display: none;
    padding-bottom: 30px;
}

.lk__tab-pane.show {
    display: inline-block;
}

.lk__tab-pane label {
    width: 100%;
    margin: 0 0 5px !important;
}

.lk__tab-pane fieldset {
    max-width: 100%;
    width: 100%;
    display: inline-block;
}

.lk__tab-pane h3 {
    margin: 20px 0 30px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 0.04em;
}

.lk__tab-pane .body__wrapper-form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    padding: 0;
    display: inline-block;
}

.lk__tab-pane .body__wrapper-form .row {
    margin: 0 -15px;
}

.lk__tab-pane .body__wrapper-form .checkbox {
    margin-top: 10px !important;
}

.lk__tab-pane .btn__wrapper {
    max-width: 100%;
    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;
    gap: 30px;
    width: 100%;
}

.lk__tab-pane .btn__wrapper .btn {
    color: #393330;
    text-decoration: none;
    margin: 0;
}

.lk__tab-pane .btn__wrapper .btn-primary:hover {
    color: #fff;
}

[type="file"] {
    border: none !important;
    width: auto !important;
    padding: 0 !important;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

[type="file"]:hover::-webkit-file-upload-button {
    background: #efefef;
}

[type="file"]::-webkit-file-upload-button {
    padding: 0 34px;
    line-height: 48px;
    border: 1px solid #ddd;
    border-radius: 0;
    margin: 0 15px 0 0;
    background: none;
}

.gap-20 {
    gap: 20px;
}

.lk__wrapper {
    min-width: 1200px;
}

@media (max-width: 1600px) {
    .lk__header .col-3 {
        display: none;
    }

    .lk__header .col-9 {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .lk__wrapper-col {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .lk__wrapper-body {
        margin: 0 15px;
    }

    .lk__wrapper-body .lk__wrapper-chat {
        background: #F3F1EB;
        position: fixed;
        right: 0;
        top: 80px;
        z-index: 99;
        display: none;
    }
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 72px;
    bottom: 0;
    background: #fff;
    z-index: 99;
    width: 100%;
    max-width: 475px;
    padding: 30px;
    padding-right: calc((100vw - 945px) / 2);
    border-top: 1px solid #F1EEE7;
    -webkit-box-shadow: -20px 0px 15px -5px #00000011;
    box-shadow: -20px 0px 15px -5px #00000011;
    display: none;
}

.mobile-menu .btn {
    width: 100%;
}

.mobile-menu ul {
    margin: 30px 0 0;
    list-style: none;
}

.mobile-menu ul li {
    margin: 0 0 15px;
}

.mobile-menu ul li a {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #393330;
}

.mobile-menu ul + ul {
    border-top: 1px solid #DEDEDE;
    padding-top: 30px;
}

.open + header .nav-menu {
    background: url("../images/gg_menu.svg") center no-repeat;
}

@media (max-width: 992px) {
    .mobile-menu {
        padding-right: 30px;
        max-width: 375px;
    }
}

@media (max-width: 576px) {
    .mobile-menu {
        padding: 20px;
        padding-right: 15px;
        max-width: 100%;
    }
}

.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.modal-title {
    margin: 0 0 30px;
}

.modal-title h2 {
    font-family: BebasNeue;
    font-size: 32px;
    line-height: 30px;
    letter-spacing: 0.01em;
    margin: 0 0 5px;
}

.modal-title p {
    margin: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.modal .close {
    font-weight: 300;
    font-size: 32px;
    opacity: 1;
}

.modal-body {
    padding: 40px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 660px;
    height: 100%;
    overflow: auto;
}

.modal-body label {
    width: 100%;
    margin: 0 0 25px;
}

.modal-body label > span {
    width: 100%;
    font-size: 14px;
    color: #776;
    margin: 0 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal-body label > span i {
    width: 13px;
    height: 13px;
    display: inline-block;
    background: url("../images/q.svg") center/contain no-repeat;
    margin: 0 0 0 5px;
}

.modal-body label.disabled * {
    pointer-events: none;
    opacity: 0.8;
}

.modal-body strong {
    color: #393330;
    margin: 0 0 20px;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}

.modal-body fieldset {
    margin: 0 0 15px;
}

.modal-body blockquote {
    padding: 13px 23px 13px 59px;
    margin: 0 0 12px;
    background: #faf8f3 url("../images/i.svg") 21px center no-repeat;
    color: #645b49;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}

.modal-body blockquote.done {
    background: #faf8f3 url("../images/ch.svg") 21px center no-repeat;
}

.modal-body blockquote a {
    text-decoration: underline !important;
}

.modal-body blockquote a:hover {
    text-decoration: none !important;
}

.modal-body [type="text"] {
    width: 100%;
    height: 54px;
    border: 1px solid #EDEAE0;
    background: #fbfbfb;
    padding: 0 15px;
    font-size: 14px;
    color: #393330;
}

.modal-body .btn {
    text-transform: uppercase;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
}

.modal-body [type="checkbox"] {
    display: none;
}

.modal-body [type="checkbox"] + p {
    line-height: 20px;
    padding-left: 30px;
    font-size: 14px;
    font-weight: 400;
    background: url("../images/checkbox.svg") left center no-repeat;
    cursor: pointer;
}

.modal-body [type="checkbox"]:checked + p {
    background: url("../images/checkbox-active.svg") left center no-repeat;
}

.modal-popup-body {
    padding: 60px 90px 80px;
    background: #f1eee7;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 650px;
}

.modal-popup .close {
    position: absolute;
    font-size: 48px;
    font-weight: 300;
    top: 10px;
    right: 20px;
    color: #393330;
    cursor: pointer;
}

.modal-popup form .btn {
    width: 100%;
}

.modal-popup form label {
    width: 100%;
    margin: 0 0 25px;
}

.modal-popup form label span {
    display: inline-block;
    width: 100%;
    margin: 0 0 3px;
    color: #776;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.modal-popup form label input {
    width: 100%;
    border-radius: 0;
    border: none;
    height: 54px;
    padding: 0 15px;
}

.modal-popup-title {
    text-align: center;
    padding-bottom: 40px;
    margin-bottom: 30px;
    position: relative;
}

.modal-popup-title:before {
    content: '';
    width: 156px;
    display: inline-block;
    background: #E0C487;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -78px;
}

.modal-popup-title h3 {
    font-family: BebasNeue;
    font-size: 42px;
    font-weight: 400;
    line-height: 51px;
    letter-spacing: 0.01em;
    color: #393330;
    margin: 0 0 25px;
}

.modal-popup-title p {
    margin: 0;
    color: #776;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
}

@media (max-width: 768px) {
    .modal {
        overflow: auto;
    }

    .modal-overlay {
        position: fixed;
    }

    .modal-popup-body {
        padding: 60px 30px 50px;
        width: 90%;
        top: 20px;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        margin: 0 0 50px;
    }

    .modal-popup form label {
        margin: 0 0 15px;
    }

    .modal-popup form label span {
        font-size: 12px;
        line-height: 18px;
    }

    .modal-popup form label input {
        height: 44px;
        padding: 0 10px;
    }

    .modal-popup-title {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .modal-popup-title h3 {
        font-size: 32px;
        line-height: 33px;
        margin: 0 0 15px;
    }

    .modal-popup-title p {
        font-size: 14px;
        line-height: 22px;
        padding: 0 30px;
    }
}

.content ul {
    list-style: none;
}

.content ul li {
    padding-left: 20px;
    color: #393330;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    margin: 0 0 12px;
    position: relative;
}

.content p {
    margin: 0 0 35px;
    color: #393330;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
}

div.hidden {
    display: none;
}

/* Additional styles */
.btn-primary:disabled {
    color: #fff;
    background-color: #b5b5b5;
    border-color: #979797;
}

/*# sourceMappingURL=app.css.map */
.client-nav a {
    padding-bottom: 28px;
}
.client-nav a.hover {
    border-bottom: 2px solid #393330;
}
.client-nav a.active {
    border-bottom: 2px solid #393330;
}
.login-fail h4 {
    font-size: 1.2rem;
}
.login-fail ul {
    list-style: none;
}

.order-file.loaded {
    background: url("../images/loaded.svg") 10px center no-repeat;
    display: flex;
    align-content: center;
    padding: 10px 0 10px 40px;
}
.display-block {
    display: block!important;
}