@font-face {
    font-family: 'BerlingskeSerif';
    src: url("../fonts/BerlingskeSerif-Regular.woff") format("woff");
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
  /* 1 */
    -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
  /* 1 */
    height: 0;
  /* 1 */
    overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
  /* 1 */
    font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
  /* 1 */
    text-decoration: underline;
  /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
  /* 1 */
    font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
  /* 1 */
    font-size: 100%;
  /* 1 */
    line-height: 1.15;
  /* 1 */
    margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
  /* 1 */
    color: inherit;
  /* 2 */
    display: table;
  /* 1 */
    max-width: 100%;
  /* 1 */
    padding: 0;
  /* 3 */
    white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
  /* 1 */
    padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
  /* 1 */
    outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
  /* 1 */
    font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

html, body {
    max-width: 100%;
    position: relative;
    overflow-x: hidden;
}

html {
    font-size: 2.55vw;
    height: 100%;
}

body {
    background: #F6F4F2;
    color: #1C1510;
    font-size: 1.8rem;
    line-height: 1.4;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
}

@media screen and (max-width: 575px) {
    body {
        font-size: 1.6rem;
    }
}

.my-body-noscroll-class {
    overflow: hidden;
}

.my-body-noscroll-class body {
    overflow: hidden;
}

img {
    max-width: 100%;
}

a, button, .img-svg, .modal__open {
    outline: none;
    border: 0;
    cursor: pointer;
    background: none;
    transition: 320ms;
    text-decoration: none;
}

.img-svg path, .img-svg line, .img-svg circle {
    transition: 320ms;
}

/* Bootstrap 4 */
.container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    margin: 0 auto;
    width: 100%;
}

@media (min-width: 576px) {
    html {
        font-size: .521vw;
    }

    .container {
        max-width: 181rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media screen and (max-width: 575px) {
    .pc {
        display: none;
    }
}

@media screen and (min-width: 575px) {
    .xs {
        display: none;
    }
}

.slick-slide {
    outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

@-webkit-keyframes animate_leaf {
    0% {
        transform: translateY(0) rotate(1deg);
    }

    50% {
        transform: translateY(2rem) rotate(-2deg);
    }

    100% {
        transform: translateY(0) rotate(1deg);
    }
}

@keyframes animate_leaf {
    0% {
        transform: translateY(0) rotate(1deg);
    }

    50% {
        transform: translateY(2rem) rotate(-2deg);
    }

    100% {
        transform: translateY(0) rotate(1deg);
    }
}

@-webkit-keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

section {
    position: relative;
    z-index: 5;
}

.container {
    position: relative;
    z-index: 5;
}

.section__bg {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 192rem auto;
    background-position: center top;
}

@media screen and (max-width: 575px) {
    .section__bg {
        background-size: 48rem auto;
    }
}

@media screen and (max-width: 575px) {
    .section__bg.pc {
        display: none;
    }
}

@media screen and (min-width: 575px) {
    .section__bg.xs {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .pc {
        display: none;
    }
}

@media screen and (min-width: 575px) {
    .xs {
        display: none;
    }
}

.iframe-document {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mobile__menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1C1510;
    z-index: 99;
    transform: translateX(100%);
    transition: 320ms;
    opacity: 0;
    pointer-events: none;
}

.mobile__menu.active {
    opacity: 1;
    transform: none;
    pointer-events: auto;
}

.mobile__menu .bg {
    position: absolute;
    right: -5rem;
    bottom: 0;
    width: 31rem;
    height: 33rem;
    opacity: 0.05;
}

.mobile__menu .bg path {
    fill: #F6F4F2;
}

.mobile__menu .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    padding: 1.5rem 2.5rem 4rem;
}

.mobile__menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6rem;
}

.mobile__menu-header .header__logo {
    width: 3rem;
}

.mobile__menu-header .header__logo path {
    fill: #F6F4F2;
}

.mobile__menu-header .mobile__menu-close {
    width: 1.8rem;
}

.mobile__menu .header__menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    border: 0;
    padding: 0;
    padding-left: 1.5rem;
}

.mobile__menu .header__menu-link {
    margin-bottom: 2.5rem;
    font-family: 'BerlingskeSerif';
    color: #F6F4F2;
    text-transform: uppercase;
}

.mobile__menu .header__contacts {
    width: 100%;
    padding-left: 1.5rem;
    display: flex;
    justify-content: flex-start;
}

.mobile__menu .header__contacts .header__callback {
    background: #F6F4F2;
    width: 6rem;
    height: 6rem;
    border-radius: 0.7rem;
    margin-right: 0.5rem;
}

.mobile__menu .header__contacts .header__callback .img-svg {
    width: 1.8rem;
}

.mobile__menu .header__contacts .header__callback .img-svg path {
    fill: #1C1510;
}

.mobile__menu .header__contacts .header__phone {
    background: #F6F4F2;
    color: #1C1510;
    width: auto;
    height: 6rem;
    font-size: 2rem;
    padding: 0 3rem;
    border-radius: 0.7rem;
}

.t-btn {
    color: #1C1510;
    display: inline-block;
    white-space: nowrap;
    text-align: left;
    padding: 0;
    margin: 0;
}

.t-btn .btn__inner {
    padding: 1rem 0;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.t-btn .btn__inner::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000000;
    transition: 320ms;
}

.t-btn span {
    min-width: 13.5rem;
    margin-right: 2.5rem;
    display: inline-block;
    flex-shrink: 0;
}

@media screen and (max-width: 575px) {
    .t-btn span {
        min-width: 0;
        margin-right: 1.5rem;
    }
}

.t-btn .img-svg {
    width: 0.6rem;
}

.breadcrumbs {
    margin: 5.3rem 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    list-style: none;
}

@media screen and (max-width: 575px) {
    .breadcrumbs {
        margin: 2.7rem 0;
    }
}

.breadcrumbs li {
    font-size: 2rem;
    color: #1C1510;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 575px) {
    .breadcrumbs li {
        font-size: 1.6rem;
    }
}

.breadcrumbs li:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: .8rem;
    height: 1.2rem;
    background-image: url("../img/icons/btn-arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0 2.2rem;
}

@media screen and (max-width: 575px) {
    .breadcrumbs li:not(:last-child)::after {
        width: 0.6rem;
        height: 0.9rem;
        margin: 0 1rem;
    }
}

.breadcrumbs li a {
    color: #1C1510;
    position: relative;
}

.breadcrumbs li a::before {
    content: '';
    position: absolute;
    bottom: .4rem;
    left: 0;
    width: 100%;
    height: 1px;
    background: #1C1510;
    opacity: 0;
    transition: 320ms;
}

.breadcrumbs li a:hover::before {
    opacity: 1;
}

.t-navigation {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    z-index: 10;
}

@media screen and (max-width: 575px) {
    .t-navigation {
        justify-content: center;
    }
}

.t-navigation .arrow__btn {
    margin-left: 1rem;
    width: 7.5rem;
    height: 7.5rem;
    border-radius: 50%;
    border: 1px solid #898581;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 575px) {
    .t-navigation .arrow__btn {
        width: 5rem;
        height: 5rem;
        margin: 0;
    }
}

.t-navigation .arrow__btn .img-svg {
    width: 0.8rem;
    height: 1.4rem;
}

.t-navigation .arrow__btn .img-svg path {
    fill: #898581;
}

.t-navigation .arrow__btn.prev__arrow .img-svg {
    transform: rotate(180deg);
}

.t-navigation .arrow__btn:hover {
    border-color: #000;
}

.t-navigation .arrow__btn:hover .img-svg path {
    fill: #000;
}

.t-dots {
    display: none;
}

@media screen and (max-width: 575px) {
    .t-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 1.4rem;
    }
}

.t-dots .dot {
    margin: 0 .7rem;
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: #D9D7D5;
}

.t-dots .dot.active {
    background: #898581;
}

.t-title {
    font-family: 'BerlingskeSerif';
    font-weight: 400;
    font-size: 6.4rem;
    text-transform: uppercase;
    line-height: 1.2;
}

@media screen and (max-width: 575px) {
    .t-title {
        font-size: 2.4rem;
    }
}

@media screen and (max-width: 575px) {
    .pc-anim {
        opacity: 1 !important;
        transform: none !important;
    }
}

.title-box {
    overflow: hidden;
}

.title-box span {
    display: block;
}

.header {
    border-bottom: 1px solid #D9D7D5;
    padding-left: 7rem;
    padding-right: 3rem;
}

@media screen and (max-width: 575px) {
    .header {
        padding: 1rem 2.5rem;
        padding-right: 1.5rem;
    }
}

.header .d-flex {
    display: flex;
    align-items: stretch;
}

@media screen and (max-width: 575px) {
    .header .d-flex {
        align-items: center;
        justify-content: space-between;
    }
}

.header__menu-open {
    padding: 1rem;
    display: none;
}

@media screen and (max-width: 575px) {
    .header__menu-open {
        display: block;
    }
}

.header__menu-open img {
    width: 2rem;
}

.header__logo {
    flex-shrink: 0;
    height: 12rem;
    width: 22.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 4rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #000000;
    margin-right: 7.5rem;
}

.header__logo img {
    width: 5.5rem;
}

@media screen and (max-width: 575px) {
    .header__logo img {
        width: 3rem;
    }
}

@media screen and (max-width: 575px) {
    .header__logo {
        margin: 0;
        width: auto;
        height: auto;
        font-size: 1.85rem;
        justify-content: flex-start;
    }
}

.header__menu {
    border-left: 1px solid #D9D7D5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 13rem;
    padding-right: 10.5rem;
    flex-grow: 1;
}

@media screen and (max-width: 575px) {
    .header__menu {
        display: none;
    }
}

.header__menu-link {
    font-size: 2rem;
    color: #1C1510;
    position: relative;
}

.header__menu-link::before {
    content: '';
    position: absolute;
    bottom: .1rem;
    left: 0;
    width: 100%;
    height: 1.5px;
    opacity: 0;
    background: #1C1510;
    transition: 320ms;
}

.header__menu-link:hover::before {
    opacity: .8;
}

.header__contacts {
    width: 35rem;
    padding-left: 3rem;
    display: flex;
    align-items: center;
    border-left: 1px solid #D9D7D5;
}

@media screen and (max-width: 575px) {
    .header__contacts {
        display: none;
        border: 0;
        padding: 0;
    }
}

.header__contacts .header__callback {
    width: 6rem;
    height: 100%;
    border-radius: 0.7rem;
    background: #1C1510;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.5rem;
    cursor: pointer;
    height: 6rem;
}

@media screen and (max-width: 575px) {
    .header__contacts .header__callback {
        width: 3.6rem;
        height: 3.7rem;
        margin-right: 0.3rem;
        border-radius: 0.4rem;
    }
}

.header__contacts .header__callback .img-svg {
    width: 1.8rem;
}

@media screen and (max-width: 575px) {
    .header__contacts .header__callback .img-svg {
        width: 1.1rem;
    }
}

.header__contacts .header__callback:hover .img-svg path {
    fill: #fff;
}

.header__contacts .header__phone {
    border-radius: 0.7rem;
    background: #1C1510;
    height: 100%;
    padding: 0 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #CBC1B1;
    height: 6rem;
    white-space: nowrap;
}

@media screen and (max-width: 575px) {
    .header__contacts .header__phone {
        height: 3.7rem;
        border-radius: 0.4rem;
        font-size: 1.2rem;
        padding: 0 1.7rem;
    }
}

.header__contacts .header__phone:hover {
    color: #fff;
}

.footer {
    background: #1C1510;
    border: 0;
}

@media screen and (max-width: 575px) {
    .footer {
        padding: 0 2.5rem;
    }
}

@media screen and (max-width: 575px) {
    .footer .d-flex {
        display: flex;
        flex-wrap: wrap;
    }
}

.footer .header__logo {
    color: #F6F4F2;
    font-family: 'BerlingskeSerif';
    font-size: 5.6rem;
    justify-content: flex-start;
}

@media screen and (max-width: 575px) {
    .footer .header__logo {
        padding: 1.8rem 0;
        order: 0;
        font-size: 1.8rem;
        display: block;
        text-align: left;
    }
}

@media screen and (max-width: 575px) {
    .footer .header__logo .img-svg {
        width: 4rem;
        height: 5.5rem;
    }
}

.footer .header__logo .img-svg path {
    fill: #fff;
}

.footer .header__logo span {
    display: none;
    font-family: 'Manrope';
    font-size: 1rem;
    text-transform: none;
    color: #898581;
}

@media screen and (max-width: 575px) {
    .footer .header__logo span {
        display: block;
    }
}

.footer .header__menu {
    border-color: #554F4B;
    position: relative;
}

@media screen and (max-width: 575px) {
    .footer .header__menu {
        order: 2;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        border: 0;
        padding: 2.5rem 0 0;
    }

    .footer .header__menu::before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100vw;
        border-top: 1px solid #554F4B;
    }
}

.footer .header__menu-link {
    color: #F6F4F2;
}

@media screen and (max-width: 575px) {
    .footer .header__menu-link {
        font-size: 1.4rem;
        width: 15rem;
        margin-bottom: 2.5rem;
    }
}

.footer .header__menu-link::before {
    background: #F6F4F2;
}

.footer .header__contacts {
    border-color: #554F4B;
}

@media screen and (max-width: 575px) {
    .footer .header__contacts {
        order: 1;
        display: flex;
        justify-content: flex-end;
        width: 23rem;
    }
}

.footer .header__contacts .header__callback {
    background: #F6F4F2;
}

.footer .header__contacts .header__callback .img-svg path {
    fill: #1C1510;
}

.footer .header__contacts .header__phone {
    background: #F6F4F2;
    color: #1C1510;
}

.footer__bottom {
    display: flex;
    align-items: stretch;
    font-size: 1.4rem;
    position: relative;
}

@media screen and (max-width: 575px) {
    .footer__bottom {
        padding: 2.5rem 0;
        font-size: 1rem;
        justify-content: space-between;
        align-items: center;
    }
}

.footer__bottom::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    border-top: 1px solid #554F4B;
}

.footer__bottom-left {
    height: 13rem;
    width: 30rem;
    flex-shrink: 0;
    padding-bottom: 2rem;
    color: #898581;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media screen and (max-width: 575px) {
    .footer__bottom-left {
        display: none;
    }
}

.footer__bottom-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
    border-left: 1px solid #554F4B;
    border-right: 1px solid #554F4B;
    padding-left: 13rem;
    padding-right: 10rem;
    padding-bottom: 2rem;
}

@media screen and (max-width: 575px) {
    .footer__bottom-links {
        display: none;
        padding: 0;
        justify-content: flex-start;
        flex-direction: column;
        align-items: flex-start;
        border: 0;
    }
}

.footer__bottom-links .footer__bottom-link {
    color: #898581;
}

.footer__bottom-links .footer__bottom-link:hover {
    color: #fff;
}

@media screen and (max-width: 575px) {
    .footer__bottom-links .footer__bottom-link {
        margin-bottom: 1.7rem;
    }

    .footer__bottom-links .footer__bottom-link:last-child {
        margin-bottom: 0;
    }
}

.footer__bottom-social {
    flex-shrink: 0;
    width: 34.9rem;
    padding-left: 9.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 2rem;
}

@media screen and (max-width: 575px) {
    .footer__bottom-social {
        width: auto;
        padding: 0;
    }
}

.footer__bottom-social .social__link {
    margin-right: 1rem;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    border: 1px solid #898581;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 575px) {
    .footer__bottom-social .social__link {
        width: 4.5rem;
        height: 4.5rem;
        margin-right: 0.7rem;
    }

    .footer__bottom-social .social__link:last-child {
        margin-right: 0;
    }
}

.footer__bottom-social .social__link .img-svg {
    width: 2.4rem;
}

@media screen and (max-width: 575px) {
    .footer__bottom-social .social__link .img-svg {
        width: 1.7rem;
    }
}

.footer__bottom-social .social__link:hover {
    border-color: #fff;
}

.footer__bottom-social .social__link:hover .img-svg path {
    fill: #fff;
}

/* ------------------ SECTION --------------------- */
.news-section .t-navigation {
    margin: 3rem 0 5rem;
}

@media screen and (max-width: 575px) {
    .news-section .t-navigation {
        margin-top: 2rem;
    }
}

.news__box {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -1rem;
}

@media screen and (max-width: 575px) {
    .news__box {
        margin: 0 -.7rem;
    }
}

.space {
    padding: 0 1rem;
    margin-bottom: 2rem;
    width: 33.333%;
}

@media screen and (max-width: 575px) {
    .space {
        width: 50%;
        padding: 0 .7rem;
        margin-bottom: 1.5rem;
    }
}

.news__item {
    border-radius: 1.7rem;
    border: 1px solid #D9D7D5;
}

@media screen and (max-width: 575px) {
    .news__item {
        border-radius: 1rem;
    }
}

.news__item-img {
    display: block;
    border-radius: 1.7rem;
    height: 30rem;
    margin-left: -1px;
    margin-right: -1px;
    margin-top: -1px;
    background-color: #EDEAE7;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 575px) {
    .news__item-img {
        height: 13rem;
        border-radius: 1rem;
    }
}

.news__item-inner {
    padding: 2.8rem 3.5rem 3.5rem;
}

@media screen and (max-width: 575px) {
    .news__item-inner {
        padding: 1.5rem 1.5rem 2rem;
    }
}

.news__item-title {
    display: block;
    padding-right: 2rem;
    min-height: 8.4rem;
    text-transform: uppercase;
    font-size: 3.2rem;
    line-height: 1.3;
    font-weight: 500;
    color: #1C1510;
}

@media screen and (max-width: 575px) {
    .news__item-title {
        font-size: 1.6rem;
    }
}

.news__item-subtitle {
    margin: 2rem 0 1rem;
}

@media screen and (max-width: 575px) {
    .news__item-subtitle {
        margin: 1.5rem 0 2.5rem;
        font-size: 1.4rem;
    }
}

.news__item .t-btn {
    position: relative;
    z-index: 10;
}

@media screen and (max-width: 575px) {
    .news__item .t-btn {
        width: 100%;
        display: block;
    }

    .news__item .t-btn .btn__inner {
        display: flex;
    }
}

.single__intro {
    background-color: #EDEAE7;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 4.5rem;
    height: 50rem;
    border-radius: 1.7rem;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 575px) {
    .single__intro {
        height: 28rem;
        padding: 2.5rem;
        border-radius: 1rem;
    }
}

.single__intro::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(4rem);
    backdrop-filter: blur(4rem);
    border-radius: 1.5rem;
    background: rgba(28, 21, 16, 0.16);
}

@media screen and (max-width: 575px) {
    .single__intro::before {
        border-radius: .8rem;
    }
}

.single__intro-title {
    font-family: 'BerlingskeSerif';
    font-size: 6.4rem;
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 5;
}

@media screen and (max-width: 575px) {
    .single__intro-title {
        font-size: 2.4rem;
    }
}

.single__content {
    margin: 6rem 0 11rem;
    font-size: 2rem;
    line-height: 1.5;
}

@media screen and (max-width: 575px) {
    .single__content {
        margin: 2.5rem 0 4rem;
        font-size: 1.6rem;
    }
}

.single__content p {
    margin: 2.5rem 0;
}

/* ------------------ SECTION --------------------- */
.link-section {
    position: relative;
    z-index: 12;
    pointer-events: none;
}

.link-section .t-btn {
    pointer-events: auto;
}

/* ------------------ SECTION --------------------- */
@media screen and (max-width: 575px) {
    .recommendations-section {
        margin: 5rem 0 5rem;
    }
}

@media screen and (max-width: 575px) {
    .recommendations-section .container {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
    }

    .recommendations-section .container .news__slider {
        order: 0;
    }

    .recommendations-section .container .t-navigation {
        order: 1;
    }
}

.recommendations-section .news__slider {
    margin: 0 -1rem 8rem;
}

@media screen and (max-width: 575px) {
    .recommendations-section .news__slider {
        margin: 0 -.7rem 3rem;
    }
}

.recommendations-section .t-navigation {
    margin: -5rem 0 6rem;
}

@media screen and (max-width: 575px) {
    .recommendations-section .t-navigation {
        margin: 0 auto;
        width: 25rem;
        justify-content: space-between;
    }
}

.recommendations-section .t-navigation .t-dots {
    display: none;
}

.recommendations-section .slick-dots {
    bottom: -6rem;
}

.recommendations-section .slick-dots li {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
}

.recommendations-section .slick-dots li button {
    margin: 0 .7rem;
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: #D9D7D5;
}

.recommendations-section .slick-dots li button::before {
    display: none;
}

.recommendations-section .slick-dots li.slick-active button {
    background: #898581;
}

/* ------------------ SECTION --------------------- */
.intro-section {
    padding: 10rem 0 11.4rem;
    text-align: center;
    border-bottom: 1px solid #D9D7D5;
}

@media screen and (min-width: 575px) {
    .intro-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 37rem;
        bottom: 0;
        width: 1px;
        background: #D9D7D5;
    }

    .intro-section::after {
        content: '';
        position: absolute;
        top: 0;
        right: 37.9rem;
        bottom: 0;
        width: 1px;
        background: #D9D7D5;
    }
}

@media screen and (max-width: 575px) {
    .intro-section {
        padding: 5rem 0 3rem;
        border: 0;
    }
}

.intro-section .t-title {
    margin-bottom: 6.5rem;
}

@media screen and (max-width: 575px) {
    .intro-section .t-title {
        margin-bottom: 3rem;
    }
}

.intro-section .t-subtitle {
    font-size: 2rem;
}

@media screen and (max-width: 575px) {
    .intro-section .t-subtitle {
        font-size: 1.6rem;
    }
}

/* ------------------ SECTION --------------------- */
.navigation-section {
    padding: 5.5rem 0 14rem;
}

@media screen and (max-width: 575px) {
    .navigation-section {
        padding: 0 0 4rem;
        border-bottom: 1px solid #D9D7D5;
    }
}

.navigation-section.thanks {
    padding: 3.5rem 0 5rem;
}

@media screen and (max-width: 575px) {
    .navigation-section.thanks {
        padding: 5rem 0 3rem;
    }
}

.navigation-section.thanks .container {
    justify-content: center;
}

@media screen and (max-width: 575px) {
    .navigation-section.thanks .container {
        display: flex;
    }
}

.navigation-section .container {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

@media screen and (max-width: 575px) {
    .navigation-section .container {
        display: block;
    }
}

.navigation-section .space {
    width: 88rem;
}

@media screen and (max-width: 575px) {
    .navigation-section .space {
        width: 32rem;
        margin: 0 auto;
    }
}

@-webkit-keyframes hoverTitle {
    0% {
    }

    49% {
        transform: translateY(-105%);
    }

    50% {
        transform: translateY(105%);
    }

    100% {
        transform: translateY(0%);
    }
}

@keyframes hoverTitle {
    0% {
    }

    49% {
        transform: translateY(-105%);
    }

    50% {
        transform: translateY(105%);
    }

    100% {
        transform: translateY(0%);
    }
}

.navigation__item {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    height: 30rem;
    border-radius: 1.7rem;
    padding: 3rem;
    position: relative;
    transition: 320ms;
}

@media screen and (max-width: 575px) {
    .navigation__item {
        height: 11rem;
        border-radius: 1rem;
        margin: 0 auto 1rem;
        padding: 1.5rem 2rem;
        padding-right: 1.5rem;
    }
}

@media screen and (min-width: 575px) {
    .navigation__item:hover .t-title span {
        -webkit-animation: hoverTitle .5s;
        animation: hoverTitle .5s;
    }

    .navigation__item:hover .t-title .img-svg {
        transform: translateX(-2rem);
    }
}

.navigation__item .t-title {
    font-size: 4.8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: #1C1510;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 575px) {
    .navigation__item .t-title {
        font-size: 1.6rem;
    }
}

.navigation__item .t-title .img-svg {
    transition: 420ms;
}

@media screen and (max-width: 575px) {
    .navigation__item .t-title .img-svg {
        width: 0.8rem;
    }
}

.navigation__item .icon {
    position: absolute;
    height: 29rem;
    right: 0;
    bottom: 0;
}

@media screen and (max-width: 575px) {
    .navigation__item .icon {
        display: none;
    }
}

.navigation__item.item1 {
    background: #CBC1B1;
}

.navigation__item.item2 {
    border: 1px solid #D9D7D5;
}

/* ------------------ SECTION --------------------- */
.social-section .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

@media screen and (max-width: 575px) {
    .social-section .container {
        display: block;
    }
}

.social__left {
    padding-top: 8.5rem;
}

@media screen and (max-width: 575px) {
    .social__left {
        padding-top: 5rem;
        padding-bottom: 6rem;
        text-align: center;
    }
}

.social__left .t-subtitle {
    margin: 1rem 0 15rem;
    opacity: 0.5;
}

@media screen and (max-width: 575px) {
    .social__left .t-subtitle {
        margin: 2rem 0 2.5rem;
    }
}

.social__left .social__links {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media screen and (max-width: 575px) {
    .social__left .social__links {
        justify-content: center;
    }
}

.social__left .social__links .social__link {
    border: 1px solid #898581;
    border-radius: 50%;
    margin-right: 1rem;
    width: 6rem;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 320ms;
}

@media screen and (max-width: 575px) {
    .social__left .social__links .social__link {
        margin: 0 .5rem;
    }
}

.social__left .social__links .social__link .img-svg {
    width: 2.5rem;
}

.social__left .social__links .social__link:hover {
    border-color: #000;
}

.social__left .social__links .social__link:hover .img-svg path {
    fill: #000;
}

.social__right {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    height: 42rem;
}

@media screen and (max-width: 575px) {
    .social__right {
        height: 18rem;
        justify-content: center;
    }
}

.social__right img {
    width: 38.5rem;
    position: relative;
}

@media screen and (max-width: 575px) {
    .social__right img {
        width: 12.5rem;
    }
}

@media screen and (max-width: 575px) {
    .social__right .img1 {
        margin-right: -1.5rem;
    }
}

.social__right .img2 {
    margin-left: -4.5rem;
    margin-top: -3.4rem;
    z-index: 10;
}

@media screen and (max-width: 575px) {
    .social__right .img2 {
        margin-top: -1.2rem;
        margin-left: 0;
    }
}

.social__right .img3 {
    margin-left: -4.5rem;
}

@media screen and (max-width: 575px) {
    .social__right .img3 {
        margin-left: -1.2rem;
    }
}

/* ------------------ SECTION --------------------- */
.team-section {
    background: #F6F4F2;
    padding: 19rem 0 0;
}

@media screen and (max-width: 575px) {
    .team-section {
        padding: 9rem 0 0;
    }
}

@media screen and (max-width: 575px) {
    .team-section .container {
        padding: 0 1.5rem;
    }
}

.team__box {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -1.5rem;
}

@media screen and (max-width: 575px) {
    .team__box {
        justify-content: space-between;
        margin: 0 -.25rem;
    }
}

.team__box .space {
    width: 25%;
    padding: 0 1.5rem;
    margin-bottom: 14rem;
}

@media screen and (max-width: 575px) {
    .team__box .space {
        width: 50%;
        padding: 0 .25rem;
        margin-bottom: 6rem;
    }
}

.team__item {
    background: #EDEAE7;
    border-radius: 1.2rem;
    padding: 15rem 4rem 9rem;
    padding-top: 0;
    text-align: center;
    align-items: center;
    position: relative;
    min-height: 52.5rem;
}

@media screen and (max-width: 575px) {
    .team__item {
        min-height: 0;
        padding: 6.5rem 1rem 4.5rem;
        padding-top: 0;
        border-radius: 0.5rem;
    }
}

.team__item .img {
    width: 22rem;
    height: 22rem;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #1C1510;
    margin-top: -8rem;
    flex-shrink: 0;
}

@media screen and (max-width: 575px) {
    .team__item .img {
        width: 9.3rem;
        height: 9.3rem;
        margin-top: -4rem;
    }
}

.team__item .name {
    font-size: 3.6rem;
    padding: 0 2rem;
}

@media screen and (max-width: 575px) {
    .team__item .name {
        font-size: 1.8rem;
    }
}

.team__item .subtitle {
    margin: 2rem 0 0;
}

@media screen and (max-width: 575px) {
    .team__item .subtitle {
        font-size: 1.2rem;
    }

    .team__item .subtitle br {
        display: none;
    }
}

.team__item .instagram {
    font-size: 2rem;
    color: #1C1510;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 3.5rem;
    width: 100%;
}

@media screen and (max-width: 575px) {
    .team__item .instagram {
        font-size: 1rem;
        bottom: 1.5rem;
    }
}

.team__item .instagram .img-svg {
    margin-right: 1.5rem;
    width: 2rem;
}

@media screen and (max-width: 575px) {
    .team__item .instagram .img-svg {
        width: 1rem;
        margin-right: 0.7rem;
    }
}

/* ------------------ SECTION --------------------- */
.circle-section {
    height: 130rem;
}

@media screen and (min-width: 575px) {
    .circle-section {
        margin-top: -3rem;
    }
}

@media screen and (max-width: 575px) {
    .circle-section {
        height: 96rem;
        text-align: center;
    }
}

.circle-section .t-subtitle {
    text-transform: uppercase;
    margin-bottom: 2rem;
}

@media screen and (max-width: 575px) {
    .circle-section .t-subtitle br {
        display: none;
    }
}

.circle__box {
    margin: 10rem 0 0;
    position: relative;
}

@media screen and (max-width: 575px) {
    .circle__box {
        text-align: left;
        margin: 2rem 0 0;
    }
}

.circle__item {
    position: absolute;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #D9D7D5;
    text-align: center;
    overflow: hidden;
    transition: 420ms;
}

@media screen and (max-width: 575px) {
    .circle__item {
        border: 1px solid rgba(215, 215, 215, 0.4);
    }
}

.circle__item.item1 {
    top: 0;
    left: 0;
    width: 74rem;
    height: 74rem;
    background-image: #EDEAE7;
    border: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

@media screen and (max-width: 575px) {
    .circle__item.item1 {
        width: 19.7rem;
        height: 19.7rem;
    }
}

.circle__item.item1 .title-box {
    padding: 0 21rem;
}

@media screen and (max-width: 575px) {
    .circle__item.item1 .title-box {
        padding: 0 1rem;
    }
}

.circle__item.item2 {
    top: -23.5rem;
    left: 66rem;
    width: 51rem;
    height: 51rem;
}

@media screen and (max-width: 575px) {
    .circle__item.item2 {
        top: 9.5rem;
        right: -1rem;
        left: auto;
        width: 16rem;
        height: 16rem;
    }
}

.circle__item.item3 {
    top: -20rem;
    left: 118rem;
    width: 56rem;
    height: 56rem;
}

@media screen and (max-width: 575px) {
    .circle__item.item3 {
        width: 24rem;
        height: 24rem;
        top: 21rem;
        left: 0;
    }
}

.circle__item.item4 {
    top: 29rem;
    left: 75rem;
    width: 41rem;
    height: 41rem;
    border: 0;
    background: #1C1510;
    color: #CBC1B1;
}

@media screen and (max-width: 575px) {
    .circle__item.item4 {
        top: 43rem;
        right: -1.5rem;
        left: auto;
        width: 19.6rem;
        height: 19.6rem;
    }
}

@media screen and (max-width: 575px) {
    .circle__item.item4:hover .number {
        margin-top: -8rem;
    }
}

@media screen and (min-width: 575px) {
    .circle__item.item4 .title-box {
        padding: 0 6rem;
    }
}

.circle__item.item5 {
    top: 39rem;
    left: 117rem;
    width: 48rem;
    height: 48rem;
}

@media screen and (max-width: 575px) {
    .circle__item.item5 {
        width: 19.6rem;
        height: 19.6rem;
        top: 55rem;
        left: -1rem;
    }
}

.circle__item .number {
    transition: 820ms;
    margin-bottom: 5.5rem;
    font-size: 2rem;
    font-weight: 700;
    position: relative;
    transition: 720ms;
    top: 0;
}

@media screen and (max-width: 575px) {
    .circle__item .number {
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }
}

.circle__item .title-box {
    padding: 0 9rem;
    position: relative;
    overflow: visible;
}

@media screen and (max-width: 575px) {
    .circle__item .title-box {
        padding: 0 1.5rem;
    }
}

.circle__item .title {
    transition: 820ms;
}

@media screen and (max-width: 575px) {
    .circle__item .title {
        height: 3rem;
    }
}

.circle__item .title.front {
    text-transform: uppercase;
    font-size: 3.6rem;
    font-weight: 500;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

@media screen and (max-width: 575px) {
    .circle__item .title.front {
        font-size: 1.6rem;
    }
}

.circle__item .title.back {
    opacity: 0;
    transform: translateY(40rem);
}

@media screen and (max-width: 575px) {
    .circle__item .title.back {
        font-size: 1.1rem;
    }
}

@media screen and (max-width: 575px) {
    .circle__item:hover .number {
        margin-top: -4rem;
    }
}

.circle__item:hover .title.front {
    transform: translateY(40rem);
    opacity: 0;
}

.circle__item:hover .title.back {
    transform: translateY(0);
    opacity: 1;
}

/* ------------------ SECTION --------------------- */
.facts__box {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

@media screen and (max-width: 575px) {
    .facts__box {
        display: block;
    }
}

.facts__item {
    width: 32.4%;
    border-top: 1px solid #D9D7D5;
    border-bottom: 1px solid #D9D7D5;
    padding: 3rem 4rem;
}

@media screen and (max-width: 575px) {
    .facts__item {
        padding: 2rem 0 1rem;
        width: 100%;
        border-top: 0;
    }

    .facts__item:nth-child(1) {
        border-top: 1px solid #D9D7D5;
    }
}

.facts__item .t-title {
    line-height: 1;
    overflow: hidden;
}

@media screen and (max-width: 575px) {
    .facts__item .t-title {
        font-size: 4rem;
    }
}

.facts__item .t-title span {
    display: block;
}

.facts__item .subtitle {
    margin: 1rem 0 0;
    text-transform: uppercase;
    font-size: 2rem;
}

@media screen and (max-width: 575px) {
    .facts__item .subtitle {
        margin: 1rem 0 2rem;
        font-size: 2.2rem;
    }
}

.facts__item p {
    margin-top: 3rem;
    padding-right: 7rem;
}

@media screen and (max-width: 575px) {
    .facts__item p {
        margin-top: 1.5rem;
        padding: 0;
        width: 29rem;
        line-height: 1.35;
    }
}

/* ------------------ SECTION --------------------- */
.text-section {
    padding: 10rem 0;
    font-size: 2rem;
}

@media screen and (max-width: 575px) {
    .text-section {
        padding: 2.4rem 0 5rem;
        font-size: 1.6rem;
        line-height: 1.5;
    }
}

.text-section p {
    margin: 0 0 3rem;
}

.text-section p:last-child {
    margin-bottom: 0;
}

.text-section.additional {
    margin-top: -3rem;
    padding: 0 0 13rem;
}

@media screen and (max-width: 575px) {
    .text-section.additional {
        margin: 0;
        padding-bottom: 8rem;
    }
}

.text-section.additional .text__box {
    padding-left: 0;
}

.text__box {
    padding-left: 4rem;
    padding-right: 2rem;
}

@media screen and (max-width: 575px) {
    .text__box {
        padding: 0 !important;
    }
}

.text__box.pl {
    padding-left: 2rem;
}

/* ------------------ SECTION --------------------- */
.time-section {
    padding-bottom: 9rem;
    text-align: center;
}

@media screen and (max-width: 575px) {
    .time-section {
        padding-bottom: 5rem;
    }
}

.time-section .t-subtitle {
    margin: 2rem 0 2.8rem;
}

@media screen and (max-width: 575px) {
    .time-section .t-subtitle {
        margin: 2rem 0 5rem;
    }
}

.time__box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    text-align: left;
    position: relative;
}

@media screen and (max-width: 575px) {
    .time__box {
        display: block;
    }
}

.time__box .bg {
    position: absolute;
    left: 0;
    top: 8rem;
    width: 100%;
    pointer-events: none;
}

@media screen and (max-width: 575px) {
    .time__box .bg {
        display: none;
    }
}

.time__box .logo {
    width: 28rem;
    position: absolute;
    left: 75rem;
    top: 24rem;
}

.time__column.right {
    text-align: right;
}

@media screen and (max-width: 575px) {
    .time__column.right {
        text-align: left;
    }
}

.time__item {
    width: 59rem;
}

@media screen and (max-width: 575px) {
    .time__item {
        width: 100%;
        padding: 2rem 0;
        border-bottom: 1px solid #D9D7D5;
    }

    .time__item:nth-child(1) {
        border-top: 1px solid #D9D7D5;
    }
}

@media screen and (max-width: 575px) {
    .time__item .year {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        font-size: 4rem;
    }
}

.time__item .year img {
    display: none;
}

@media screen and (max-width: 575px) {
    .time__item .year img {
        display: block;
        width: 5.7rem;
        margin-right: 2.5rem;
        flex-shrink: 0;
    }
}

.time__item .year .title__inner {
    overflow: hidden;
}

.time__item .year .title__inner span {
    display: block;
}

@media screen and (min-width: 575px) {
    .time__item .year .title__inner span {
        opacity: 1 !important;
        transform: none !important;
    }
}

.time__item .subtitle {
    margin: 2.3rem 0 0;
    height: 9rem;
}

@media screen and (max-width: 575px) {
    .time__item .subtitle {
        margin: 2rem 0 0;
        height: auto;
    }

    .time__item .subtitle br {
        display: none;
    }
}

@media screen and (min-width: 575px) {
    .time__item:nth-child(2) .subtitle {
        height: 13rem;
    }
}

/* ------------------ SECTION --------------------- */
.form-section {
    padding-bottom: 11rem;
}

@media screen and (max-width: 575px) {
    .form-section {
        padding-bottom: 5rem;
    }
}

.form__box {
    padding: 8rem 8rem 5.5rem;
    background: #EDEAE7;
    border-radius: 1.7rem;
}

@media screen and (max-width: 575px) {
    .form__box {
        padding: 2.5rem;
        border-radius: 1rem;
    }
}

.form__header {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 7rem;
}

@media screen and (max-width: 575px) {
    .form__header {
        display: block;
        margin-bottom: 1rem;
    }
}

.form__header .t-title {
    width: 99rem;
}

@media screen and (max-width: 575px) {
    .form__header .t-title {
        width: 100%;
        font-size: 2.2rem;
    }
}

.form__header .t-subtitle {
    padding-top: 1rem;
}

@media screen and (max-width: 575px) {
    .form__header .t-subtitle br {
        display: none;
    }
}

.form__inner {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

@media screen and (max-width: 575px) {
    .form__inner {
        display: block;
    }
}

.form__inner .t-btn {
    font-weight: 500;
    width: 18.5%;
    text-transform: uppercase;
    background: none;
    border: 0;
    border-bottom: 1px solid #000;
    cursor: pointer;
    padding: 3rem;
    background-image: url("../img/icons/btn-arrow.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: .7rem auto;
    border-radius: 0;
}

@media screen and (max-width: 575px) {
    .form__inner .t-btn {
        width: 100%;
        padding: 1.5rem 0;
        margin: 1.5rem 0 0;
    }
}

@media screen and (min-width: 575px) {
    .form__inner .t-btn {
        transition: 320ms;
    }

    .form__inner .t-btn:hover {
        background-position: 27rem center;
    }
}

.wpcf7-form-control-wrap {
    width: 18.5%;
}

@media screen and (max-width: 575px) {
    .wpcf7-form-control-wrap {
        width: 100%;
    }
}

.t-input {
    width: 100%;
    padding: 3rem 0;
    padding-left: 2.5rem;
    color: #000;
    border: 0;
    border-bottom: 1px solid #1C1510;
    background: none;
    outline: none;
    border-radius: 0;
}

@media screen and (max-width: 575px) {
    .t-input {
        width: 100%;
        padding: 1.5rem 0;
        padding-left: 0;
        border-bottom: 1px solid #898581;
        margin-bottom: 0.5rem;
    }
}

.t-input::-moz-placeholder {
    color: #898581;
}

.t-input:-ms-input-placeholder {
    color: #898581;
}

.t-input::placeholder {
    color: #898581;
}

.thanks-section {
    border-bottom: 1px solid #D9D7D5;
    padding: 2.5rem 0 0;
    height: 66rem;
    text-align: center;
}

@media screen and (max-width: 575px) {
    .thanks-section {
        height: auto;
        padding-bottom: 6rem;
    }
}

@media screen and (min-width: 575px) {
    .thanks-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 37rem;
        bottom: 0;
        width: 1px;
        background: #D9D7D5;
    }

    .thanks-section::after {
        content: '';
        position: absolute;
        top: 0;
        right: 37.9rem;
        bottom: 0;
        width: 1px;
        background: #D9D7D5;
    }

    .thanks-section .top-line {
        position: absolute;
        top: 12rem;
        left: 0;
        width: 100%;
        height: 1px;
        background: #D9D7D5;
    }
}

.thanks-section .logo {
    display: inline-block;
    margin-bottom: 18rem;
    width: 5.5rem;
}

@media screen and (max-width: 575px) {
    .thanks-section .logo {
        margin-bottom: 7rem;
        width: 4rem;
    }
}

@media screen and (max-width: 575px) {
    .thanks-section .t-title {
        font-size: 3.4rem;
    }
}

/* ------------------ SECTION --------------------- */
.uslugi-section {
    text-align: center;
}

.uslugi-section .t-subtitle {
    text-transform: uppercase;
}

@media screen and (max-width: 575px) {
    .uslugi-section .t-subtitle {
        width: 87%;
        margin: 0 auto;
    }
}

.uslugi-section .t-title {
    margin: 1rem 0 5rem;
}

@media screen and (max-width: 575px) {
    .uslugi-section .t-title {
        margin: 2rem 0 2rem;
    }
}

@media screen and (max-width: 575px) {
    .uslugi-section .t-navigation {
        display: none;
    }
}

.uslugi__slider {
    position: relative;
    text-align: left;
    margin-bottom: 2rem !important;
}

@media screen and (max-width: 575px) {
    .uslugi__slider {
        margin-bottom: 0 !important;
    }
}

.uslugi__slider .space {
    width: 100%;
    padding-left: 91rem;
    position: relative;
}

@media screen and (max-width: 575px) {
    .uslugi__slider .space {
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: space-between;
    }
}

@media screen and (max-width: 575px) {
    .uslugi__slider .space:nth-child(1) .uslugi__item:nth-child(3) {
        height: 42rem;
    }
}

@media screen and (max-width: 575px) {
    .uslugi__slider .space:nth-child(2n) {
        margin-top: -45rem;
    }

    .uslugi__slider .space:nth-child(2n) .uslugi__item:nth-child(1) {
        margin-left: 52%;
    }
}

@media screen and (max-width: 575px) {
    .uslugi__slider .space:nth-child(3), .uslugi__slider .space:nth-child(4) {
        display: none;
    }
}

.uslugi__item {
    border: 1px solid #D9D7D5;
    border-radius: 1.7rem;
    height: 52.5rem;
}

@media screen and (max-width: 575px) {
    .uslugi__item {
        height: auto;
        width: 48%;
        margin-bottom: 4%;
        border-radius: 1rem;
    }
}

.uslugi__item-img {
    height: 30rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 1.7rem;
    margin-left: -1px;
    margin-top: -1px;
    margin-right: -1px;
}

@media screen and (max-width: 575px) {
    .uslugi__item-img {
        height: 13rem;
        border-radius: 1rem;
    }
}

.uslugi__item-text {
    padding: 2.7rem 3.5rem 3rem;
}

@media screen and (max-width: 575px) {
    .uslugi__item-text {
        padding: 1.5rem 1.5rem 2.5rem;
    }
}

.uslugi__item .title {
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 2.5rem;
}

@media screen and (max-width: 575px) {
    .uslugi__item .title {
        font-size: 1.6rem;
        margin-bottom: 1.5rem;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    .uslugi__item .title br {
        display: none;
    }
}

.uslugi__item .subtitle {
    width: 47rem;
}

@media screen and (max-width: 575px) {
    .uslugi__item .subtitle {
        width: 100%;
        font-size: 1.4rem;
    }
}

@media screen and (min-width: 575px) {
    .uslugi__item:nth-child(1) {
        position: absolute;
        left: 0;
        top: 0;
        width: 87rem;
        height: 100%;
    }

    .uslugi__item:nth-child(1) .uslugi__item-img {
        height: 87.1rem;
    }

    .uslugi__item:nth-child(1) .subtitle {
        width: 90%;
    }

    .uslugi__item:nth-child(2) {
        margin-bottom: 4.5rem;
    }
}
