/*--global--*/
.dropdown-enter-active,
.dropdown-leave-active {
    -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.dropdown-enter,
.dropdown-leave-to {
    opacity: 0;
    -webkit-transform: translateY(-2rem);
    transform: translateY(-2rem);
}
.fade-enter-active,
.fade-leave-active {
    -webkit-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
}
.fade-enter,
.fade-leave-active {
    opacity: 0;
}
@-webkit-keyframes btnExit {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes btnExit {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@-webkit-keyframes btnEntrance {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes btnEntrance {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    outline: none;
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 10px;
}
@media (max-width: 374px) {
    html {
        font-size: 2.66666667vw;
    }
}
body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    text-rendering: optimizeLegibility;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.4;
    word-wrap: break-word;
    background-color: #fff;
    color: #000;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}
@supports (-webkit-overflow-scrolling: touch) {
    body {
        -webkit-overflow-scrolling: touch;
    }
}
body._scroll-lock {
    overflow: hidden;
}
a {
    font: inherit;
    color: inherit;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
@media (min-width: 960px) {
    a:hover {
        text-decoration: none!important;
    }
}
iframe {
    border: 0;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
svg {
    fill: currentColor;
}
input[type='text'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type='text']::-ms-clear,
input[type='text']::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type='number'] {
    -moz-appearance: textfield;
}
input,
textarea {
    font: inherit;
    color: inherit;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font: inherit;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    font: inherit;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    font: inherit;
}
input::placeholder,
textarea::placeholder {
    font: inherit;
}
textarea {
    resize: none;
}
[v-cloak] {
    display: none;
}
.container {
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
}
.container-inner {
    width: 100%;
    max-width: 132rem;
    margin-left: auto;
    margin-right: auto;
}
.d-none {
    display: none !important;
}
.d-block {
    display: block !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-inline {
    display: inline !important;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-table {
    display: table !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
@media (max-width: 1920px) {
    .d-xxl-none {
        display: none !important;
    }
    .d-xxl-block {
        display: block !important;
    }
    .d-xxl-inline-block {
        display: inline-block !important;
    }
    .d-xxl-inline {
        display: inline !important;
    }
    .d-xxl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xxl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .d-xxl-table {
        display: table !important;
    }
    .d-xxl-table-cell {
        display: table-cell !important;
    }
}
@media (max-width: 1366px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
}
@media (max-width: 1024px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
}
@media (max-width: 960px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
}
@media (max-width: 720px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
}
@media (max-width: 420px) {
    .d-xs-none {
        display: none !important;
    }
    .d-xs-block {
        display: block !important;
    }
    .d-xs-inline-block {
        display: inline-block !important;
    }
    .d-xs-inline {
        display: inline !important;
    }
    .d-xs-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xs-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .d-xs-table {
        display: table !important;
    }
    .d-xs-table-cell {
        display: table-cell !important;
    }
}
/*--items--*/
.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: left;
    font: inherit;
    letter-spacing: inherit;
    border: 0;
    outline: 0;
    padding: 0;
    text-decoration: none;
    background-color: transparent;
    color: inherit;
    word-break: break-word;
    cursor: pointer;
    -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;
}
.btn-border {
    line-height: 2.2rem;
    min-height: 4.4rem;
    min-width: 17rem;
    padding: 0.5rem 1rem;
    border: 1px solid #fff;
    color: #fff;
    -webkit-transition-property: color, border-color;
    transition-property: color, border-color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.btn-border:hover {
    color: #BE826C;
    border-color: #BE826C;
}
.btn-base {
    color: #fff;
    background: #BE826C;
    text-transform: uppercase;
    border: 0.1rem solid transparent;
    min-height: 5.2rem;
    padding: 0.5rem 2rem;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.btn-base:hover {
    background: transparent;
    color: #BE826C;
    border: 0.1rem solid #BE826C;
}
.btn-base._small {
    font-size: 1.2rem;
    min-height: 4rem;
}
.btn-more {
    position: relative;
    font-size: 1.2rem;
    line-height: 1.5rem;
    padding-right: 4.8rem;
}
.btn-more svg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1.2rem;
    width: 2.4rem;
    height: 0.8rem;
}
.btn-more::before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 2.4rem;
    height: 2.4rem;
    background: #BE826C;
    border-radius: 50%;
}
.btn-more::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 4.8rem);
    height: 1px;
    background: #000;
}
.btn-simple {
    border: 0.1rem solid #fff;
    min-height: 4.4rem;
    padding: 0.5rem 3.5rem;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.btn-simple:hover {
    color: #000;
    background-color: #fff;
}
.back-to-top {
    display: none;
    position: fixed;
    z-index: 999;
    bottom: 2rem;
    right: 2rem;
    width: 6.2rem;
    height: 6.2rem;
    background-color: #fff;
    cursor: pointer;
    outline: none;
    border: 0.3rem solid #BE826C;
    border-radius: 50%;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
}
.back-to-top__svg {
    width: 50%;
    height: 50%;
    color: #BE826C;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.back-to-top.btnExit {
    -webkit-animation-duration: 0.25s;
    animation-duration: 0.25s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: btnExit;
    animation-name: btnExit;
}
.back-to-top.btnEntrance {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: btnEntrance;
    animation-name: btnEntrance;
}
@media (max-width: 1024px) {
    .back-to-top {
        width: 5rem;
        height: 5rem;
    }
    .back-to-top__svg {
        width: 75%;
        height: 75%;
    }
}
h2,
.h2 {
    font-size: 3.2rem;
}
h3,
.h3 {
    font-size: 2.8rem;
}
h4,
.h4 {
    font-size: 2rem;
}
@media (max-width: 1024px) {
    h2,
    .h2 {
        font-size: 2.6rem;
    }
    h3,
    .h3 {
        font-size: 2.6rem;
    }
    h4,
    .h4 {
        font-size: 1.8rem;
    }
}
.input._gray .input__wrap {
    background: #EFEFF4;
    border: 0.1rem solid transparent;
    padding-bottom: 0;
}
.input._gray .input__input {
    color: inherit;
    font-size: 1.2rem;
    padding: 1.1rem 1.6rem;
}
.input._gray .input__before {
    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;
    padding-right: 1.6rem;
}
.input._error .input__wrap {
    border-color: red;
}
.input._error .input__svg {
    color: red;
}
.input__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.input__title + .input__wrap {
    margin-top: 0.5rem;
}
.input__wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 0.9rem;
    -webkit-transition-property: border-color;
    transition-property: border-color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-bottom: 0.1rem solid #BBBBBB;
}
.input__input {
    color: #746464;
    font: inherit;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: transparent;
    border: none;
}
.input__svg {
    color: #BE826C;
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 0.8rem;
}
@media (max-width: 1024px) {
    .input__input {
        font-size: 1.4rem;
    }
    .input__svg {
        width: 1.6rem;
        height: 1.6rem;
    }
}
.custom-select._active.custom-select {
    position: relative;
    z-index: 3;
}
.custom-select._active .custom-select__trigger {
    color: #fff;
    background-color: #000;
}
.custom-select._active .custom-select__trigger-arrow {
    color: #000;
}
.custom-select__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    position: relative;
    font-size: 1.2rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom-select__title {
    margin-bottom: 0.5rem;
}
.custom-select__trigger {
    cursor: pointer;
    background: #EFEFF4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 4rem;
    padding: 1.2rem 1.6rem;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.custom-select__trigger-inner {
    line-height: 1.6rem;
    max-height: calc(1.6rem * 1);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.custom-select__trigger-arrow {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1.1rem;
    height: 0.7rem;
    margin-left: 1rem;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.custom-select__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}
.custom-select__dropdown-inner {
    background: #EFEFF4;
    max-height: 14rem;
    overflow-x: hidden;
    overflow-y: auto;
}
@supports (-webkit-overflow-scrolling: touch) {
    .custom-select__dropdown-inner {
        -webkit-overflow-scrolling: touch;
    }
}
@supports (scrollbar-width: thin) {
    .custom-select__dropdown-inner {
        scrollbar-color: #BE826C rgba(213, 213, 225, 0.19);
        scrollbar-width: thin;
    }
}
.custom-select__dropdown-inner::-webkit-scrollbar {
    width: 0.4rem;
    background-color: rgba(213, 213, 225, 0.19);
}
.custom-select__dropdown-inner::-webkit-scrollbar-thumb {
    background-color: #BE826C;
}
.custom-select__dropdown-inner::-webkit-resizer,
.custom-select__dropdown-inner::-webkit-scrollbar-button,
.custom-select__dropdown-inner::-webkit-scrollbar-corner {
    display: none;
}
.custom-select__dropdown-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.custom-select__dropdown-item {
    cursor: pointer;
    padding: 1.2rem 1.6rem;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.custom-select__dropdown-item:hover {
    color: #BE826C;
}
.custom-select__dropdown-item._selected {
    display: none;
}
.checkbox {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1.2rem;
}
.checkbox input[type="text"]:disabled {
    cursor: default;
}
.checkbox input,
.checkbox__input {
    display: none;
}
.checkbox__input:checked ~ .checkbox__inner .checkbox__box svg {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.checkbox__inner {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.checkbox__box {
    border: 0.1rem solid #EFEFF4;
    width: 2.4rem;
    height: 2.4rem;
    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;
}
.checkbox__box svg {
    width: 50%;
    height: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
    color: #BE826C;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.checkbox__label {
    margin-left: 0.8rem;
}
.text {
    font-size: 1.6rem;
    line-height: 1.4;
    color: inherit;
    letter-spacing: 0.07em;
}
.text::after {
    content: '';
    display: table;
    width: 100%;
}
.text p,
.text ul,
.text ol,
.text table,
.text img {
    max-width: 100%;
    margin: 1.3em 0;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.text object,
.text video,
.text iframe,
.text blockquote {
    margin: 1.5em 0;
    max-width: 100%;
}
.text b,
.text strong {
    font-weight: bold;
}
.text i,
.text em {
    font-style: italic;
}
.text a {
    text-decoration: underline;
}
.text a:hover {
    text-decoration: none;
}
.text img {
    display: block;
    margin: 2em 0;
    max-width: 100%;
}
.text > *:first-child {
    margin-top: 0;
}
.text > *:last-child {
    margin-bottom: 0;
}
.text h1,
.text h2,
.text h3,
.text h4,
.text h5 {
    font-weight: 600;
    letter-spacing: 0.07em;
    line-height: 1.55;
    text-align: center;
}
.text h1 {
    margin: 2em 0 0.64285714em;
    font-size: 2em;
}
.text h2 {
    margin: 2.33333333em 0 0.75em;
    font-size: 1.71428571em;
}
.text h3 {
    margin: 2.8em 0 0.9em;
    font-size: 1.42857143em;
}
.text h4 {
    margin: 3.5em 0 1.125em;
    font-size: 1.14285714em;
}
.text h5 {
    margin: 4em 0 1.28571429em;
    font-size: 1em;
}
.text ul,
.text ol {
    list-style: none;
    padding: 0 0 0 3.5rem;
}
.text li {
    position: relative;
    margin: 0.66em 0;
}
.text li::before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
}
.text li p {
    margin: 0;
}
.text ul li:before {
    display: inline-block;
    top: 0.5em;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background: red;
    margin-right: 0.8rem;
}
.text ol {
    counter-reset: counter;
}
.text ol li {
    counter-increment: counter;
}
.text ol li:before {
    content: counter(counter) '.';
    margin-right: 0.3rem;
    color: red;
    font-weight: 700;
}
.text table {
    display: block;
    overflow-x: auto;
    border-collapse: collapse;
}
.text th,
.text td {
    padding: 1rem 1.5rem;
    text-align: left;
}
.text th:first-child,
.text td:first-child {
    padding-left: 0;
}
.text th:last-child,
.text td:last-child {
    padding-right: 0;
}
.text th,
.text td {
    border: 0;
    border-bottom: 0.2rem solid red;
}
.text blockquote {
    font-style: italic;
    border-style: solid;
    border-color: red;
    border-width: 0;
    margin-left: 3.5rem;
    padding-left: 2rem;
    padding-right: 0.8rem;
    border-left-width: 0.5rem;
}
.page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
    width: 100%;
}
.page__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.swiper {
    overflow: hidden;
}
.swiper .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.slider-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.slider-pagination .swiper-pagination-bullet {
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    background: rgba(166, 166, 166, 0.54);
    opacity: 0.48;
    border-radius: 50%;
    margin: 0 0.6rem;
    -webkit-transition-property: background, opacity;
    transition-property: background, opacity;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.slider-pagination .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 0.54);
    opacity: 0.54;
}
.btn-slider {
    color: #BE826C;
    width: 4.4rem;
    height: 4.4rem;
    border: 2px solid currentColor;
    margin-right: 1rem;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.btn-slider:last-child {
    margin-right: 0;
}
.btn-slider svg {
    width: 2rem;
    height: 1.5rem;
}
.btn-slider-next svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.btn-slider.swiper-button-disabled {
    color: #D9D9D9;
}
@media (max-width: 1024px) {
    .btn-slider {
        width: 3.2rem;
        height: 3.2rem;
    }
    .btn-slider svg {
        width: 1.7rem;
        height: 1.2rem;
    }
}
.calculator {
    margin-bottom: 8.4rem;
}
.calculator__title {
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 2.4rem 0;
}
.calculator__description {
    max-width: 65.5rem;
    margin: 0 0 3.2rem 0;
}
.calculator__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.calculator__size {
    margin-right: 2.4rem;
    -ms-flex-preferred-size: 48rem;
    flex-basis: 48rem;
    margin-left: -5.5rem;
}
.calculator__size-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.2rem;
}
.calculator__size-picture {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 3.2rem 2rem;
    border: 1px solid rgba(191, 189, 198, 0.32);
}
.calculator__size-img {
    max-width: 100%;
    height: 35.5rem;
}
.calculator__height {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 5.5rem;
    margin-right: 1.2rem;
}
.calculator__width {
    margin-left: 3.7rem;
}
.calculator__main {
    -ms-flex-preferred-size: 87rem;
    flex-basis: 87rem;
}
.calculator__main-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.calculator__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -2.4rem;
    margin-top: -3.2rem;
    margin-bottom: 3.2rem;
}
.calculator__item {
    width: calc((100% - 2.4rem * 4) / 4);
    margin-right: 2.4rem;
    margin-top: 3.2rem;
}
.calculator__item._active .calculator__item-btn {
    border-color: #BE826C;
}
.calculator__item-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: left;
    font: inherit;
    letter-spacing: inherit;
    border: 0;
    outline: 0;
    padding: 0;
    text-decoration: none;
    background-color: transparent;
    color: inherit;
    word-break: break-word;
    cursor: pointer;
    width: 100%;
    border: 0.2rem solid rgba(191, 189, 198, 0.32);
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 3.2rem 1rem;
    -webkit-transition-property: border-color;
    transition-property: border-color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.calculator__item-picture {
    max-width: 100%;
    height: 11.3rem;
    margin-bottom: 2.4rem;
}
.calculator__item-name {
    font-size: 1.4rem;
    text-transform: uppercase;
}
.calculator__item-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.calculator__item-point {
    margin-bottom: 1.9rem;
}
.calculator__item-point:last-child {
    margin-bottom: 0;
}
.calculator__slider .vue-slider-dot-tooltip-inner {
    color: inherit;
    font-size: 1.2rem;
    background-color: transparent;
    text-transform: uppercase;
}
.calculator__slider .vue-slider-dot-tooltip-inner:after {
    content: none;
}
.calculator__slider .vue-slider-dot-tooltip-left {
    -webkit-transform: translate(-60%, -50%) rotate(-90deg);
    transform: translate(-60%, -50%) rotate(-90deg);
}
.calculator__slider .vue-slider-rail,
.calculator__slider .vue-slider-process {
    background-color: #9D9D9D;
}
.calculator__slider .vue-slider-rail {
    border-radius: 0;
}
.calculator__slide {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: left;
    font: inherit;
    letter-spacing: inherit;
    border: 0;
    outline: 0;
    padding: 0;
    text-decoration: none;
    background-color: transparent;
    color: inherit;
    word-break: break-word;
    cursor: pointer;
    width: 2.4rem;
    height: 2.4rem;
    background: #EFEFF4;
    border-radius: 50%;
    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;
}
.calculator__slide._rotate .calculator__slide-svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.calculator__slide-svg {
    width: 60%;
    height: 60%;
}
.calculator__btn-preview {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: left;
    font: inherit;
    letter-spacing: inherit;
    border: 0;
    outline: 0;
    padding: 0;
    text-decoration: none;
    background-color: transparent;
    color: inherit;
    word-break: break-word;
    cursor: pointer;
}
.calculator__btn-submit {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: left;
    font: inherit;
    letter-spacing: inherit;
    border: 0;
    outline: 0;
    padding: 0;
    text-decoration: none;
    background-color: transparent;
    color: inherit;
    word-break: break-word;
    cursor: pointer;
    border: 0.1rem solid currentColor;
    padding: 0.7rem 2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 20rem;
    min-height: 4rem;
    font-size: 1.2rem;
}
.calculator__btn-submit-label {
    line-height: 1;
    margin-right: 1rem;
}
.calculator__btn-submit-value {
    line-height: 1;
}
.calculator__btn-submit-price {
    font-weight: 600;
    font-size: 1.8rem;
    margin-right: 0.5rem;
}
.calculator__btn-submit-currency {
    font-style: normal;
}
.calculator__btn-submit svg {
    width: 2rem;
    height: 2.4rem;
    margin-left: 1rem;
}
.calculator__tooltip {
    position: relative;
    margin-right: 0.8rem;
}
.calculator__tooltip-content {
    position: absolute;
    bottom: 100% ;
    left: -5rem;
    right: 0;
}
.calculator__tooltip-inner {
    background: #5F6063;
    padding: 0.9rem;
    border-radius: 1rem;
}
.calculator__tooltip-corner {
    position: relative;
    pointer-events: none;
    z-index: -1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border: 1.3rem solid transparent;
    border-top: 0;
    border-bottom-color: #5F6063;
    border-bottom-width: 1.6rem;
    -webkit-transform: rotate(180deg) translateY(0.3rem);
    transform: rotate(180deg) translateY(0.3rem);
    bottom: calc(100% - 0.2rem);
    width: 2.6rem;
    height: 1.8rem;
    margin-left: auto;
    margin-right: 1rem;
}
.calculator__tooltip-description {
    font-size: 1.2rem;
    color: white;
    margin: 0;
}
@media (max-width: 1486px) {
    .calculator__size {
        margin-left: 2rem;
    }
}
@media (max-width: 1024px) {
    .calculator__title {
        margin-bottom: 1.6rem;
    }
    .calculator__description {
        font-size: 1.4rem;
        line-height: 140%;
        max-width: none;
        margin: 0 0 2rem 0;
    }
    .calculator__main {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .calculator__main-bottom {
        display: block;
    }
    .calculator__list {
        margin-right: -2rem;
        margin-top: -2rem;
        margin-bottom: 3.2rem;
    }
    .calculator__list._big .calculator__item {
        width: calc((100% - 2rem * 2) / 2);
    }
    .calculator__item {
        width: calc((100% - 2rem * 3) / 3);
        margin-right: 2rem;
        margin-top: 2rem;
    }
    .calculator__item._active .calculator__item-btn {
        border: none;
    }
    .calculator__item._active .calculator__item-picture {
        border-color: #BE826C;
    }
    .calculator__item._flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100% !important;
    }
    .calculator__item._flex > * {
        width: calc((100% - 2rem) / 2);
        margin-right: 2rem;
    }
    .calculator__item._flex > *:last-child {
        margin-right: 0;
    }
    .calculator__item-btn {
        padding: 0;
        border: none;
    }
    .calculator__item-picture {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 2.8rem 0.3rem;
        width: 100%;
        height: calc(5.8rem + 2.8rem * 2);
        border: 0.2rem solid rgba(191, 189, 198, 0.32);
        margin-bottom: 0.4rem;
    }
    .calculator__item-img {
        max-height: 100%;
    }
    .calculator__item-name {
        font-size: 1.2rem;
    }
    .calculator__size {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 4rem;
    }
    .calculator__size-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .calculator__size-picture {
        padding: 2.4rem 1rem;
    }
    .calculator__size-img {
        height: 28rem;
    }
    .calculator__height {
        margin-right: 0;
        margin-left: 3.2rem;
    }
    .calculator__width {
        margin-left: 0;
        margin-right: 5.5rem;
    }
    .calculator__tooltip {
        margin-right: 0;
        margin-bottom: 1.2rem;
    }
    .calculator__tooltip-content {
        left: 0;
    }
    .calculator__tooltip-corner {
        margin-right: 0;
        margin-left: 1rem;
    }
    .calculator__btn-submit {
        min-width: 17.8rem;
    }
}
.header {
    position: relative;
    z-index: 5;
    background: rgba(0, 0, 0, 0.7);
    min-height: 10rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__inner {
    position: relative;
    z-index: 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;
}
.header__logo {
    margin-right: 2rem;
}
.header__list {
    list-style: none;
    margin: 0;
    padding: 0;
    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;
}
.header__list li {
    margin-right: 3rem;
    white-space: nowrap;
    border-bottom: 0.1rem solid transparent;
    -webkit-transition-property: #BE826C;
    transition-property: #BE826C;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.header__list li:hover {
    border-color: #BE826C;
}
.header__list li:last-child {
    margin-right: 0;
}
.header__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.8rem;
}
.header__phone:hover {
    color: #BE826C;
}
.header__phone:last-child {
    margin-bottom: 0;
}
.header__phone svg {
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 0.4rem;
}
.header__locale {
    position: relative;
    display: block;
    color: #D9D9D9;
    text-align: center;
    margin-bottom: 0.5rem;
}
.header__locale:last-child {
    margin-bottom: 0;
}
.header__locale._active {
    color: #BE826C;
    padding-right: 0.4rem;
}
.header__locale._active::before {
    content: '';
    position: absolute;
    top: 0.5rem;
    right: -0.3rem;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background: #BE826C;
}
.header__locale._active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80%;
    height: 1px;
    background: #BE826C;
    border-radius: 1px;
}
@media (max-width: 1270px) {
    .header__list {
        display: grid;
        grid-template-columns: repeat(2, auto);
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: -3rem;
        margin-bottom: -0.3rem;
    }
    .header__list li {
        margin-bottom: 0.3rem;
    }
}
@media (max-width: 1024px) {
    .header {
        min-height: 9.4rem;
    }
    .header__btn,
    .header__list,
    .header__phones,
    .header__locales {
        display: none;
    }
    .header__burger {
        position: relative;
        width: 3rem;
        height: 2.2rem;
    }
    .header__burger-open,
    .header__burger-close {
        -webkit-transition-property: opacity;
        transition-property: opacity;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease;
    }
    .header__burger-close {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
    }
    .header__burger._active .header__burger-close {
        opacity: 1;
    }
    .header__burger._active .header__burger-open {
        opacity: 0;
    }
    .header__menu {
        position: fixed;
        z-index: 10;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 13.5rem;
        background: linear-gradient(89.86deg, #181820 0.12%, #181821 99.88%);
        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;
        overflow: auto;
        visibility: hidden;
        opacity: 0;
        -webkit-transition-property: visibility, opacity;
        transition-property: visibility, opacity;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease;
    }
    .header__menu._active {
        visibility: visible;
        opacity: 1;
    }
    .header__menu::before {
        content: '';
        position: fixed;
        z-index: 5;
        top: 0;
        left: 0;
        width: 100%;
        height: 9.4rem;
        background: #000;
    }
    .header__menu-btn {
        margin-bottom: 3.9rem;
    }
    .header__menu-list {
        list-style: none;
        margin: 0;
        padding: 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: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 2rem;
    }
    .header__menu-list li {
        margin-bottom: 2rem;
    }
    .header__menu-list li:last-child {
        margin-bottom: 0;
    }
    .header__menu-phone {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 3.2rem;
    }
    .header__menu-phone svg {
        width: 1.6rem;
        height: 1.6rem;
        margin-right: 0.8rem;
    }
    .header__menu-locales {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 1.8rem;
        line-height: 2.5rem;
    }
    .header__menu-locales span {
        display: block;
        margin: 0 0.7rem;
    }
    .header__menu-locale._active {
        position: relative;
        color: #BE826C;
    }
    .header__menu-locale._active::after {
        content: '';
        position: absolute;
        bottom: 2px;
        left: 0;
        width: 110%;
        height: 1px;
        background: #BE826C;
        border-radius: 2px;
    }
    .header__menu-wrap {
        position: relative;
        width: 100%;
        height: 35rem;
        overflow: hidden;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: auto;
    }
    .header__menu-img {
        width: 30rem;
        height: 30rem;
        position: absolute;
        bottom: -4rem;
        left: 50%;
        -webkit-transform: rotate(12.58deg) translate(-28%, 0);
        transform: rotate(12.58deg) translate(-28%, 0);
    }
}
.footer {
    color: #fff;
    background-color: #16161E;
}
.footer__inner {
    padding: 5rem 0;
}
.footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer__col {
    -ms-flex-preferred-size: 51rem;
    flex-basis: 51rem;
    margin-right: 3rem;
}
.footer__col:last-child {
    margin-right: 0;
}
.footer__col._big {
    -ms-flex-preferred-size: 64.4rem;
    flex-basis: 64.4rem;
}
.footer__col-item {
    margin-right: 2rem;
}
.footer__col-item:last-child {
    margin-right: 0;
}
.footer__col-top {
    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-bottom: 3.2rem;
}
.footer__col-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer__logo {
    width: 17.3rem;
    max-height: 5.4rem;
    margin-right: 2rem;
}
.footer__copyright {
    font-size: 1.2rem;
    margin-bottom: 0.2rem;
}
.footer__copyright-bold {
    font-weight: 600;
}
.footer__info-title {
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
}
.footer__info-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer__info-item {
    margin-bottom: 0.4rem;
}
.footer__info-item:last-child {
    margin-top: 1.2rem;
    margin-bottom: 0;
}
.footer__info-inner {
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer__info-svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #BF826C;
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 0.5rem;
}
.footer__policy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.footer__policy-link {
    font-size: 1.2rem;
    margin-bottom: 0.2rem;
}
.footer__policy-link._bold {
    font-weight: 600;
}
.footer__policy-link:last-child {
    margin-bottom: 0;
}
.footer__links {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer__links-item {
    margin-bottom: 1.2rem;
}
.footer__links-item:last-child {
    margin-bottom: 0;
}
.footer__links-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: left;
    font: inherit;
    letter-spacing: inherit;
    border: 0;
    outline: 0;
    padding: 0;
    text-decoration: none;
    background-color: transparent;
    color: inherit;
    word-break: break-word;
    cursor: pointer;
    font-size: 1.4rem;
}
@media (max-width: 1024px) {
    .footer__row {
        display: block;
        margin-bottom: 3.9rem;
    }
    .footer__col {
        margin-right: 0;
        margin-bottom: 3.9rem;
    }
    .footer__col:last-child {
        margin-bottom: 0;
    }
    .footer__col-top {
        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__col-list {
        -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;
    }
    .footer__col-item {
        margin-right: 0;
        margin-bottom: 3.9rem;
    }
    .footer__col-item:last-child {
        margin-bottom: 0;
    }
    .footer__logo {
        margin-right: 0;
        margin-bottom: 4rem;
    }
    .footer__info-list {
        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__mobile {
        max-width: 25rem;
        margin: 0 auto;
        text-align: center;
    }
}
.profile-systems {
    margin-bottom: 8.5rem;
}
.profile-systems__top {
    max-width: 50%;
    margin-bottom: -7.5rem;
}
.profile-systems__title {
    margin: 0 0 2.5rem 0;
}
.profile-systems__subtitle {
    line-height: 140%;
}
.profile-systems__body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10rem 0;
    margin-bottom: 3.4rem;
}
.profile-systems__body::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 66%;
    height: 100%;
    background: #F8F8FA;
}
.profile-systems__left,
.profile-systems__right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
}
.profile-systems__left {
    position: relative;
    height: 42rem;
}
.profile-systems__left picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.profile-systems__left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.profile-systems__right {
    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: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-right: 5rem;
    padding-left: 2.4rem;
}
.profile-systems__right-title {
    position: relative;
    margin-bottom: 2rem;
    text-align: right;
    width: 100%;
}
.profile-systems__right-title::before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    height: 2px;
    width: 8.8rem;
    background: #BE826C;
    border-radius: 2px;
}
.profile-systems__right-subtitle {
    line-height: 140%;
    text-align: right;
    max-width: 80%;
    margin-bottom: 1.8rem;
}
.profile-systems__right-text {
    font-weight: 300;
    line-height: 140%;
    margin-bottom: 3rem;
}
.profile-systems__bottom-description {
    margin-bottom: 1.8rem;
}
.profile-systems__bottom-description p {
    margin: 0 0 1rem 0;
}
.profile-systems.reverse .profile-systems__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.profile-systems.reverse .profile-systems__body::before {
    right: auto;
    left: 0;
}
.profile-systems.reverse .profile-systems__right {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.profile-systems.reverse .profile-systems__right-title {
    text-align: left;
}
.profile-systems.reverse .profile-systems__right-title::before {
    left: auto;
    right: 0;
}
.profile-systems.reverse .profile-systems__right-subtitle {
    text-align: left;
}
@media (max-width: 1200px) {
    .profile-systems__right {
        padding: 0 2rem;
    }
    .profile-systems__right-subtitle {
        max-width: none;
    }
}
@media (max-width: 1024px) {
    .profile-systems {
        margin: 4rem 0;
    }
    .profile-systems__top {
        max-width: none;
        margin-bottom: 4rem;
    }
    .profile-systems__subtitle {
        font-size: 1.4rem;
        line-height: 140%;
        text-align: center;
    }
    .profile-systems__title {
        text-align: center;
        margin-bottom: 1.5rem;
    }
    .profile-systems__body {
        display: block;
        padding: 0 0 4rem;
    }
    .profile-systems__body::before {
        left: 50%;
        top: auto;
        bottom: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 120%;
        height: 85%;
    }
    .profile-systems__left {
        padding-top: 64%;
        height: 0;
        margin-bottom: 1.6rem;
    }
    .profile-systems__right {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0;
    }
    .profile-systems__right-title {
        text-align: left;
        padding-right: 5rem;
    }
    .profile-systems__right-title::before {
        left: auto;
        right: 2rem;
        width: 2.4rem;
        top: 1.2rem;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .profile-systems__right-subtitle {
        text-align: left;
    }
    .profile-systems.reverse .profile-systems__body::before {
        left: 50%;
        right: auto;
    }
    .profile-systems.reverse .profile-systems__right {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .profile-systems.reverse .profile-systems__right-title {
        text-align: right;
        padding-right: 0;
        padding-left: 5rem;
    }
    .profile-systems.reverse .profile-systems__right-title::before {
        left: 2rem;
        right: auto;
    }
    .profile-systems.reverse .profile-systems__right-subtitle {
        text-align: right;
    }
    .profile-systems.reverse .profile-systems__right-text {
        text-align: right;
        margin-bottom: 2rem;
    }
    .profile-systems.reverse .profile-systems__bottom-description {
        text-align: right;
    }
}
.promo {
    position: relative;
    height: 75rem;
    background: #181820;
    color: #fff;
    margin-bottom: 8.4rem;
}
.promo__bg {
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.promo__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.promo__img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.promo__img img {
    width: 45rem;
    height: auto;
}
.promo__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.promo__content {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%;
    max-width: 65rem;
    margin-right: 2rem;
}
.promo__title {
    font-weight: 600;
    font-size: 3.4rem;
    line-height: 4.6rem;
    text-transform: uppercase;
    margin: 0 0 2.4rem;
}
.promo__subtitle {
    font-size: 1.8rem;
    line-height: 140%;
    margin-bottom: 3rem;
}
@media (max-width: 1024px) {
    .promo {
        margin-bottom: 4.8rem;
        height: 70vw;
        overflow: hidden;
    }
    .promo__content {
        max-width: 50%;
    }
    .promo__bg {
        -webkit-transform: translateY(2.5rem);
        transform: translateY(2.5rem);
    }
}
@media (max-width: 800px) {
    .promo {
        height: auto;
        background: #141417;
    }
    .promo__img {
        display: none;
    }
    .promo__img-mobile {
        max-width: 40rem;
        margin: 0 auto 2rem;
        display: block !important;
    }
    .promo__content {
        max-width: none;
        padding: 4rem 0 5rem;
        margin-right: 0;
    }
    .promo__title {
        margin: 0 auto 2.5rem;
    }
    .promo__subtitle {
        text-align: center;
        margin-bottom: 2.5rem;
    }
    .promo__btn {
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.example-work {
    background: #16161E;
    padding-top: 6.8rem;
    padding-bottom: 9.4rem;
    margin-bottom: 8.4rem;
}
.example-work__title {
    color: white;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 1rem 0 0;
}
.example-work__top {
    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-bottom: 3.2rem;
}
.example-work__slider {
    margin: 0 -1.5rem;
    padding: 0 1.5rem;
    -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(1.5rem, #000), color-stop(#000), to(transparent));
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 1.5rem, #000 calc(100% - 1.5rem), transparent);
    mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(1.5rem, #000), color-stop(#000), to(transparent));
    mask-image: linear-gradient(90deg, transparent, #000 1.5rem, #000 calc(100% - 1.5rem), transparent);
}
.example-work__slide {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 1rem);
    flex: 0 0 calc(50% - 1rem);
    padding-top: 32%;
    overflow: hidden;
    margin-right: 2rem;
}
.example-work__slide:last-child {
    margin-right: 0;
}
.example-work__slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.example-work__pagination {
    margin-top: 2.5rem;
}
@media (max-width: 1024px) {
    .example-work {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .example-work__top {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 2rem;
    }
    .example-work__title {
        text-align: center;
    }
    .example-work__buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .example-work__slider {
        margin: 0 -2rem;
        padding: 0 2rem;
    }
    .example-work__slide {
        padding-top: 66%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .example-work__slide::before {
        display: none;
    }
    .example-work__pagination {
        margin: 1.2rem 0;
    }
}
.feedback {
    margin-bottom: 8.4rem;
}
.feedback__row {
    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: 5rem auto;
    padding: 0 9.3rem;
    background-color: #EFEFF4;
}
.feedback__picture {
    -ms-flex-preferred-size: 30rem;
    flex-basis: 30rem;
    max-height: 32rem;
    margin: -5rem 0;
}
.feedback__img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.feedback__content {
    -ms-flex-preferred-size: 38%;
    flex-basis: 38%;
    margin: 0 2rem;
}
.feedback__title {
    font-weight: 400;
    margin: 0 0 2.4rem 0;
}
.feedback__description {
    margin: 0;
}
.feedback__link-tel {
    font-weight: 600;
}
.feedback__form {
    -ms-flex-preferred-size: 31.2rem;
    flex-basis: 31.2rem;
}
@media (max-width: 1366px) {
    .feedback__row {
        padding: 0 2rem;
    }
}
@media (max-width: 1024px) {
    .feedback {
        background: #EFEFF4;
        margin-bottom: 15rem;
    }
    .feedback__inner {
        padding-top: 4rem;
    }
    .feedback__row {
        padding: 0;
        margin: 0;
        background-color: transparent;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .feedback__title {
        margin: 0 0 1.6rem 0;
    }
    .feedback__link-tel {
        display: block;
        margin-top: 1.4rem;
    }
    .feedback__picture {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin: 0 0 0 auto;
        max-width: 100%;
        width: 13.3rem;
        height: 14.1rem;
        -webkit-transform: translate(-2rem, 7rem) scaleX(-1) translateZ(0);
        transform: translate(-2rem, 7rem) scaleX(-1) translateZ(0);
    }
    .feedback__img {
        -webkit-transform: scale(1.46);
        transform: scale(1.46);
    }
    .feedback__form {
        width: 100%;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .feedback__content {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        text-align: center;
        margin: 0 0 2rem 0;
    }
    .feedback__form {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}
.form-feedback__input {
    margin-bottom: 1.6rem;
}
.form-feedback__input:last-child {
    margin-bottom: 0;
}
.form-feedback__submit {
    color: #fff;
}
.form-feedback__submit svg {
    width: 2.4rem;
    height: 2.4rem;
    margin-left: 0.8rem;
}
@media (max-width: 1024px) {
    .form-feedback__input {
        margin-bottom: 2rem;
    }
    .form-feedback__input:last-child {
        margin-bottom: 2.4rem;
    }
    .form-feedback__submit {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }
}
.profile-section {
    margin-bottom: 8.4rem;
}
.profile-section__head {
    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-bottom: 3.2rem;
}
.profile-section__title {
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 2rem 0 0;
}
.profile-section__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.profile-section__carousel {
    overflow: hidden;
}
.profile-section__carousel-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.profile-section__carousel-item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: calc((100% - 2.4rem * 3) / 4);
    margin-right: 2.4rem;
}
.profile-section__carousel-item:last-child {
    margin-right: 0;
}
.profile-section__carousel-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.profile-section__carousel-picture {
    position: relative;
    width: 100%;
    margin-bottom: 2.4rem;
}
.profile-section__carousel-picture:before {
    content: '';
    display: block;
    padding-top: 110%;
}
.profile-section__carousel-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.profile-section__carousel-title {
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 1.2rem;
}
.profile-section__sub-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.profile-section__sub-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.8rem;
}
.profile-section__sub-item:last-child {
    margin-bottom: 0;
}
.profile-section__sub-value {
    line-height: 140%;
}
.profile-section__sub-svg {
    fill: #BE826C;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 0.8rem;
    width: 2.4rem;
    height: 2.4rem;
}
@media (max-width: 1024px) {
    .profile-section__carousel-item {
        width: calc((100% - 2.4rem * 2) / 3);
    }
}
@media (max-width: 720px) {
    .profile-section__carousel-item {
        width: calc((100% - 2.4rem * 1) / 2);
    }
    .profile-section__carousel-picture {
        margin: 0 0 1.6rem 0;
    }
    .profile-section__carousel-title {
        font-size: 1.6rem;
    }
}
.services {
    margin-bottom: 8.4rem;
}
.services__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 11.7rem;
}
.services__col {
    width: calc((100% - 2.4rem) / 2);
    margin-right: 2.4rem;
}
.services__col:last-child {
    margin-right: 0;
}
.services__title {
    font-weight: 400;
    margin: 0 0 2.4rem 0;
}
.services__description {
    margin: 0 0 3.2rem 0;
}
.services__list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.services__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2.4rem;
}
.services__item:last-child {
    margin-bottom: 0;
}
.services__item-svg {
    color: #BE826C;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 1.2rem;
}
.services__box {
    position: relative;
    background-color: #16161E;
}
.services__box:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 100%;
}
.services__box:after {
    content: '';
    position: absolute;
    top: 1.2rem;
    right: 1.2rem;
    bottom: 1.2rem;
    left: 1.2rem;
    border: 0.1rem solid rgba(255, 255, 255, 0.5);
}
.services__box-picture {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 8.5rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.services__box-img {
    margin-top: 1.2rem;
    max-width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.services__description {
    margin-bottom: 3.2rem;
}
.services__description p {
    margin: 0 0 3.2rem 0;
}
@media (max-width: 1024px) {
    .services__title {
        margin-bottom: 2rem;
    }
    .services__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 1.2rem;
    }
    .services__col {
        width: 100%;
        margin-right: 0;
    }
    .services__box {
        margin-bottom: 11rem;
    }
    .services__box:after {
        content: none;
    }
    .services__box:before {
        padding-top: 69%;
    }
    .services__box-picture {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        height: calc(100% + 9.2rem);
    }
    .services__box-img {
        margin-top: 0;
    }
    .services__description {
        font-size: 1.2rem;
        margin-bottom: 1.2rem;
    }
    .services__item {
        font-size: 1.2rem;
        margin-bottom: 0.9rem;
    }
    .services__item-svg {
        width: 1.6rem;
        height: 1.6rem;
    }
}
.about {
    margin-bottom: 8.4rem;
}
.about__row {
    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-bottom: 3.2rem;
}
.about__picture {
    display: block;
    position: relative;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}
.about__picture:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 100%;
}
.about__picture:after {
    content: '';
    position: absolute;
    top: 1.2rem;
    right: 1.2rem;
    bottom: 1.2rem;
    left: 1.2rem;
    border: 0.1rem solid rgba(255, 255, 255, 0.5);
}
.about__picture-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.about__title {
    font-weight: 400;
    margin: 0 0 2.4rem 0;
}
.about__description {
    margin-bottom: 3.2rem;
}
.about__description strong {
    font-weight: 600;
}
.about__content {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    background: #F8F8FA;
    padding: 6.2rem 5rem 12rem 8rem;
    text-align: right;
}
.about__content-picture {
    display: block;
    margin-left: auto;
    width: 3.4rem;
    height: 3.4rem;
    margin-bottom: 0.8rem;
}
.about__content-img {
    width: 100%;
    height: 100%;
}
.about__info {
    color: #3D3732;
}
.about__bottom {
    margin-bottom: 1.8rem;
}
.about__bottom p {
    margin: 0 0 1.5rem 0;
}
@media (max-width: 1024px) {
    .about {
        position: relative;
        margin-bottom: 5rem;
    }
    .about:before {
        content: '';
        position: absolute;
        z-index: 0;
        top: 11.3rem;
        left: 0;
        right: 0;
        bottom: 0;
        background: #F8F8FA;
    }
    .about__inner {
        position: relative;
        z-index: 2;
        padding-bottom: 4rem;
    }
    .about__picture {
        margin-bottom: 2.4rem;
    }
    .about__picture:after {
        top: 0.4rem;
        right: 0.4rem;
        bottom: 0.4rem;
        left: 0.4rem;
    }
    .about__row {
        display: block;
    }
    .about__content {
        padding: 0;
        font-size: 1.4rem;
        text-align: left;
    }
    .about__title {
        margin-bottom: 1.6rem;
    }
    .about__bottom-description {
        font-size: 1.4rem;
    }
}
.our-contacts {
    background-color: #16161E;
    margin-bottom: 8.4rem;
}
.our-contacts__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.our-contacts__title {
    color: #fff;
    font-weight: 400;
    margin: 6.2rem 0 1.8rem;
}
.our-contacts__info {
    -ms-flex-preferred-size: 43%;
    flex-basis: 43%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.our-contacts__info-inner {
    -ms-flex-preferred-size: 53rem;
    flex-basis: 53rem;
}
.our-contacts__content {
    position: relative;
    -ms-flex-preferred-size: 57%;
    flex-basis: 57%;
}
.our-contacts__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.our-contacts__bg-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.our-contacts__main {
    position: relative;
    padding: 6.2rem 5rem;
    background-color: #F8F8FA;
    margin-bottom: 6.2rem;
}
.our-contacts__list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 3.2rem;
}
.our-contacts__list:last-child {
    margin-bottom: 0;
}
.our-contacts__item {
    margin-bottom: 1.2rem;
}
.our-contacts__item._flex-start .our-contacts__item-element {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.our-contacts__item._flex-start .our-contacts__item-svg {
    margin-top: 0.5rem;
}
.our-contacts__item:last-child {
    margin-bottom: 0;
}
.our-contacts__item-element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.our-contacts__item-svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1.6rem;
    height: 1.6rem;
    color: #BF826C;
    fill: #BF826C;
    margin-right: 0.8rem;
}
.our-contacts__item-point {
    margin: 0 0 1.2rem 0;
}
.our-contacts__item-point:last-child {
    margin: 0;
}
.our-contacts__item-text {
    font-style: normal;
    margin-right: 2rem;
}
.our-contacts__item-text:last-child {
    margin-right: 0;
}
.our-contacts__map {
    position: absolute !important;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 79rem;
}
@media (max-width: 1866px) {
    .our-contacts__map {
        width: 75rem;
    }
}
@media (max-width: 1366px) {
    .our-contacts__main {
        padding: 5rem 2rem;
    }
    .our-contacts__info-inner {
        -ms-flex-preferred-size: 42rem;
        flex-basis: 42rem;
    }
    .our-contacts__map {
        width: 55rem;
    }
}
@media (max-width: 1024px) {
    .our-contacts__row {
        display: block;
        padding: 4rem 2rem 0;
    }
    .our-contacts__info {
        display: block;
    }
    .our-contacts__mobile {
        position: relative;
        padding: 0 2rem 4rem;
    }
    .our-contacts__map {
        display: block;
        position: relative !important;
        top: 0;
        left: 0;
        width: 100%;
        height: 35.7rem;
    }
    .our-contacts__main {
        padding: 4rem 3rem;
        margin-bottom: 0;
    }
    .our-contacts__title {
        margin: 0 0 4rem 0;
        text-align: center;
    }
    .our-contacts__list {
        font-size: 1.4rem;
        margin-bottom: 2rem;
    }
}
.accurate-calculation {
    margin-bottom: 8.7rem;
}
.accurate-calculation__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.accurate-calculation__title {
    font-weight: 400;
    margin: 0 0 2.4rem 0;
}
.accurate-calculation__picture {
    width: 50%;
}
.accurate-calculation__description {
    margin: 0 0 3.2rem 0;
}
.accurate-calculation__phone {
    font-weight: 600;
}
.accurate-calculation__main {
    width: 50%;
    background-color: #F8F8FA;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.accurate-calculation__main-inner {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 1rem;
    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;
}
.accurate-calculation__main-wrap {
    max-width: 42.5rem;
}
@media (max-width: 1024px) {
    .accurate-calculation {
        margin-bottom: 4.8rem;
    }
    .accurate-calculation__title {
        margin: 0 0 1.6rem 0;
    }
    .accurate-calculation__description {
        margin: 0 0 2rem 0;
    }
    .accurate-calculation__main {
        width: 100%;
        padding: 3.8rem 1.2rem;
        text-align: center;
    }
    .accurate-calculation__phone {
        display: block;
        margin-top: 1.4rem;
    }
}
.recovery-action {
    background-color: #EFEFF4;
}
.recovery-action__inner {
    position: relative;
    padding-top: 6.4rem;
    padding-bottom: 13rem;
    max-width: 110rem;
}
.recovery-action__inner:after,
.recovery-action__inner:before {
    content: '';
    position: absolute;
    height: 67%;
    background-color: #16161E;
    bottom: 0;
}
.recovery-action__inner:before {
    right: 0;
    width: 40%;
    border-top-left-radius: 11rem;
}
.recovery-action__inner:after {
    left: 100%;
    width: 50vw;
}
.recovery-action__content {
    display: grid;
    grid-gap: 2.5rem;
    max-width: 63rem;
}
.recovery-action__content-box {
    display: grid;
    grid-template-columns: repeat(2, 6.4rem);
    grid-gap: 1.6rem;
}
.recovery-action__content-title,
.recovery-action__content-description {
    margin: 0;
}
.recovery-action__content-title {
    font-family: 'Inter', sans-serif;
    font-size: 4rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0.7rem;
}
.recovery-action__content-description {
    max-width: 47rem;
}
.recovery-action__bg {
    position: absolute;
    z-index: 2;
    right: 1rem;
    bottom: 0;
    width: 56rem;
}
@media (max-width: 1024px) {
    .recovery-action {
        overflow: hidden;
    }
    .recovery-action__inner {
        z-index: 2;
        padding-top: 2rem;
        padding-bottom: 0;
    }
    .recovery-action__inner:after,
    .recovery-action__inner:before {
        height: 43rem;
    }
    .recovery-action__inner:before {
        z-index: -1;
        width: 90%;
    }
    .recovery-action__content {
        text-align: center;
        grid-gap: 1.6rem;
    }
    .recovery-action__content-box {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        grid-template-columns: repeat(2, 4.2rem);
    }
    .recovery-action__content-title {
        font-size: 2rem;
        margin-bottom: 0;
    }
    .recovery-action__content-description {
        font-size: 1.2rem;
        max-width: none;
    }
    .recovery-action__bg {
        position: relative;
        display: block;
        right: 13rem;
        bottom: -10rem;
        width: 71rem;
        margin-top: -10rem;
    }
}

/*# sourceMappingURL=style.css.map */
