body {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
    color: #3d281c;
    min-width: 320px;
    overflow-x: hidden;
    text-rendering: optimizeSpeed;
    min-height: 100vh;
}

body.hidden {
    overflow: hidden
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
    padding: 0;
    margin: 0
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: color .13s ease-in-out;
    -o-transition: color .13s ease-in-out;
    transition: color .13s ease-in-out
}

button {
    cursor: pointer;
    font-family: Montserrat, sans-serif;
    font-size: 100%;
    outline: 0;
    color: inherit
}

input,
select,
textarea {
    font-family: Montserrat, sans-serif
}

.container {
    width: 100%;
    max-width: 1106px;
    margin: 0 auto;
    padding: 0 15px
}

.container.--public {
    max-width: 1270px
}

.td-u {
    text-decoration: underline
}

.text-block {
    line-height: 1.6
}

.text-block h1,
.text-block h2,
.text-block h3,
.text-block h4,
.text-block h5,
.text-block h6 {
    margin: 2rem 0
}

.text-block ol,
.text-block ul {
    -webkit-margin-before: 1em;
    margin-block-start: 1em;
    -webkit-margin-after: 1em;
    margin-block-end: 1em;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    -webkit-padding-start: 40px;
    padding-inline-start: 40px;
    font-weight: 500
}

.text-block>p {
    margin: 1.6rem 0;
    font-weight: 500
}

.text-block>p:first-child {
    margin-top: 0
}

.text-block>p:last-child {
    margin-bottom: 0
}

.resume-form {
    max-width: 855px;
    margin: 60px auto;
    width: 100%
}

.resume-form__button .btn {
    width: 270px
}

.resume-form__title {
    text-align: center;
    margin-bottom: 42px;
    font-size: 24px;
    font-weight: 700
}

.resume-form__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.resume-form__input {
    min-width: 294px
}

.resume-form__call {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 576px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 38px;
    margin: 10px 0
}

.resume-form__call>span {
    font-size: 16px;
    display: block;
    margin-right: 24px
}

.resume-form__call>a {
    font-size: 18px;
    color: #9f9f9f;
    font-weight: 600;
    margin-left: 24px
}

.resume-form__call>a:hover {
    color: #682618
}

.accordion {
    display: block
}

.accordion.--vacancies .accordion__item-content {
    margin-top: 20px;
    padding: 0 44px;
    font-weight: 500
}

.accordion.--vacancies .accordion__item-content ul {
    list-style: none
}

.accordion.--vacancies .accordion__item-content ul li {
    position: relative;
    padding-left: 19px;
    margin: .5rem 0
}

.accordion.--vacancies .accordion__item-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    background-color: #3d281c;
    width: 6px;
    height: 6px;
    border-radius: 50%
}

.accordion.--vacancies .accordion__item-content p {
    margin: 1.6rem
}

.accordion.--vacancies .accordion__item-content p:first-child {
    margin-top: 0
}

.accordion.--vacancies .accordion__item-content p:last-child {
    margin-bottom: 0
}

.accordion__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 5px;
    -webkit-transition: margin-bottom .13s ease-in-out;
    -o-transition: margin-bottom .13s ease-in-out;
    transition: margin-bottom .13s ease-in-out
}

.accordion__item.open {
    margin-bottom: 25px
}

.accordion__item.open .accordion__item-header::after {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

.accordion__item.open .accordion__item-content {
    display: block
}

.accordion__item-header {
    width: 100%;
    cursor: pointer;
    position: relative;
    z-index: 1;
    padding: 5px 46px;
    min-height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f0e6d0;
    -webkit-transition: background-color .13s ease-in-out;
    -o-transition: background-color .13s ease-in-out;
    transition: background-color .13s ease-in-out
}

.accordion__item-header:hover {
    background-color: rgba(240, 230, 208, .5)
}

.accordion__item-header::after {
    content: "";
    position: absolute;
    right: 40px;
    top: 29px;
    width: 26px;
    height: 16px;
    background: url(../img/accordion-arrow.svg) center/cover no-repeat;
    -webkit-transition: -webkit-transform .13s ease-in-out;
    transition: transform .13s ease-in-out;
    -o-transition: transform .13s ease-in-out;
    transition: transform .13s ease-in-out, -webkit-transform .13s ease-in-out
}

.accordion__item-title {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.4
}

.accordion__item-content {
    display: none;
    padding: 0 2px;
    width: 100%
}

.accordion__license {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 35px 19px 87px;
    border-bottom: 1px solid #682618;
    min-height: 88px;
    width: 100%
}
.accordion__license.--download {
    min-height: 66px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.accordion__license:hover {
    color: #682618
}

.accordion__license::before {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    width: 44px;
    height: 47px;
    background: url(/img/licence-img.svg) center/cover no-repeat
}

.accordion__license.--download::before {
    background: url(/img/success-download.svg) center/cover no-repeat;
    width: 36px;
    height: 32px;
    top: 16px;
    left: 6px;
}

.accordion__license-title {
    font-size: 16px;
    font-weight: 500;
    text-align: justify;
    line-height: 1.78;
    text-decoration: underline
}

.more-link {
    font-weight: 700;
    font-size: 16px;
    position: relative;
    padding-right: 30px
}

.more-link::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 16px;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform .13s ease-in-out;
    transition: transform .13s ease-in-out;
    -o-transition: transform .13s ease-in-out;
    transition: transform .13s ease-in-out, -webkit-transform .13s ease-in-out;
    background: url(../img/readmore-arrow.svg) center/cover no-repeat
}

.more-link:hover::after {
    -webkit-transform: translateY(-50%) translateX(10px);
    -ms-transform: translateY(-50%) translateX(10px);
    transform: translateY(-50%) translateX(10px)
}

.def-link {
    color: inherit
}

.def-link:hover {
    color: #ca3d3d
}

.btn {
    background-color: #3d281c;
    color: #fff;
    width: 100%;
    max-width: 310px;
    text-align: center;
    height: 51px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    -webkit-transition: .13s ease-in-out;
    -o-transition: .13s ease-in-out;
    transition: .13s ease-in-out;
    outline: 0;
    border: 1px solid #3d281c;
    font-size: 18px;
    font-weight: 700;
    padding: 0 23px
}

.btn.--ss {
    background-color: #fff;
    color: #682618;
    border: 1px solid #929292
}

.btn.--ss:hover {
    background-color: #fff;
    border-color: #682618
}

.btn:hover {
    background-color: #682618
}

.btn:active {
    background-color: #fff;
    color: #3d281c
}

.section__title {
    margin-bottom: 65px;
    text-align: center;
    font-size: 40px;
    font-weight: 800
}

.section-wrapper {
    padding: 58px 0 116px;
    position: relative
}

.breadcrumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1450px;
    width: 100%;
    margin: 0 auto 70px;
    color: #3d281c;
    padding: 0 15px;
    position: relative;
    z-index: 2
}

.breadcrumbs a {
    white-space: nowrap;
    overflow: hidden;
    max-width: 500px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.breadcrumbs>span {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.breadcrumbs>span:last-child::after {
    display: none
}

.breadcrumbs>span::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #3d281c;
    border-radius: 50%;
    margin: 0 20px
}

.page__title {
    font-size: 44px;
    font-weight: 800;
    color: #3d281c;
    margin-bottom: 69px;
    text-align: center
}

.header {
    position: relative;
    z-index: 20;
    background-color: #fff
}

.header .container {
    max-width: 1555px
}

.header__burger,
.header__mob {
    display: none
}

.header__burger-btn {
    cursor: pointer;
    display: block;
    position: relative;
    width: 30px;
    height: 34px;
    background-color: transparent;
    border: 0
}

.header__burger-btn span {
    font-size: 0;
    color: transparent;
    display: block;
    position: absolute;
    width: 22px;
    height: 3px;
    background-color: #3d281c;
    border-radius: 5px;
    left: 4px;
    -webkit-transition: opacity .33s ease-in-out, -webkit-transform .33s ease-in-out;
    transition: opacity .33s ease-in-out, transform .33s ease-in-out, -webkit-transform .33s ease-in-out;
    -o-transition: opacity .33s ease-in-out, transform .33s ease-in-out
}

.header__burger-btn span:nth-child(1) {
    top: 8px
}

.header__burger-btn span:nth-child(2) {
    top: 16px
}

.header__burger-btn span:nth-child(3) {
    bottom: 7px
}

.header__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 91px;
    padding-right: 85px
}

.header__nav {
    display: block
}

.header__tels {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.header__tels-link {
    font-weight: 600;
    font-size: 18px;
    position: relative;
    cursor: pointer;
    line-height: 1.4;
    text-align: right;
}

.header__tels-link::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background: url(../img/tel-icon.svg) center/cover no-repeat;
    left: -22px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header__user {
    display: none
}

.header__user-btn {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border: 0;
    background-color: transparent
}

.header__user-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 27px;
    height: 26px;
    background: url(../img/user-icon.svg) center/cover no-repeat
}

.header__lang {
    position: absolute;
    right: -4px;
    top: 27px
}

.header__lang-link {
    width: 72px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: #fafafa;
    -webkit-transition: .33s ease-in-out;
    -o-transition: .33s ease-in-out;
    transition: .33s ease-in-out;
    font-size: 20px;
    font-weight: 700
}

.header__lang-link:hover {
    background-color: rgba(61, 40, 28, .2)
}

.nav {
    position: relative
}

.nav__list {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.nav__item {
    display: block;
    position: relative;
    margin-right: 35px
}

.nav__item:hover .nav__item-link::after {
    -webkit-transform: translateY(-50%) scale(1, -1);
    -ms-transform: translateY(-50%) scale(1, -1);
    transform: translateY(-50%) scale(1, -1)
}

.nav__item:hover .nav__sublist {
    z-index: 30;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible
}

.nav__item:hover .nav__sublist-item a {
    color: #000
}

.nav__item:hover .nav__sublist-item a:hover {
    color: #682618
}

.nav__item:hover .nav__sublist::before {
    left: -2000px;
    right: -2000px;
    background-color: rgba(255, 255, 255, .84)
}

.nav__item:last-child {
    margin-right: 0
}

.nav__item-link {
    height: 91px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px 0 10px;
    font-weight: 600;
    line-height: 1.4;
    font-size: 18px;
    position: relative
}

.nav__item-link::after {
    content: "";
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform .33s ease-in-out;
    transition: transform .33s ease-in-out;
    -o-transition: transform .33s ease-in-out;
    transition: transform .33s ease-in-out, -webkit-transform .33s ease-in-out;
    width: 13px;
    height: 8px;
    background: url(../img/nav-arrow.svg) center/cover no-repeat
}

.nav__sublist {
    padding: 17px 0 33px;
    display: block;
    position: absolute;
    z-index: -100;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
    -webkit-transition: .33s ease-in-out;
    -o-transition: .33s ease-in-out;
    transition: .33s ease-in-out;
    list-style: none;
    width: 300px;
    visibility: hidden;
    color: transparent
}

.nav__sublist::before {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0);
    z-index: 0;
    -webkit-transition: .13s ease-in-out;
    -o-transition: .13s ease-in-out;
    transition: .13s ease-in-out
}

.nav__sublist-item {
    position: relative;
    z-index: 2
}

.nav__sublist-item a {
    padding: 8px 10px;
    font-size: 18px;
    font-weight: 500;
    color: transparent;
    display: block;
    white-space: nowrap
}

.nav__sublist-item a:hover {
    color: #682618
}

@media screen and (max-width: 1280px) {

    .header__lang,
    .header__nav {
        display: none
    }

    .header__burger {
        display: block;
        position: absolute;
        top: 28px;
        right: 15px
    }

    .header__mob {
        display: none
    }

    .header__mob .header__nav {
        display: block;
        width: 100%
    }

    .header__mob .header__ss {
        display: none
    }

    .header__mob-inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        padding-bottom: 140px
    }

    .header.open {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(255, 255, 255, .84);
        -webkit-backdrop-filter: blur(21px);
        backdrop-filter: blur(21px)
    }

    .header.open .header__mob {
        display: block;
        height: 100vh;
        overflow: auto
    }

    .header.open .header__lang {
        display: block;
        top: 137px
    }

    .nav__item {
        margin-right: 0
    }

    .nav__sublist::before {
        display: none
    }

    .nav__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 20px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .nav__item-link::after {
        display: none
    }

    .nav__item-link {
        height: auto;
        padding: 0 28px;
        font-size: 17px;
        font-weight: 600;
        margin-bottom: 12px
    }

    .nav__sublist {
        opacity: 1;
        z-index: 30;
        visibility: visible;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        width: 100%;
        position: static;
        padding: 0 50px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .nav__sublist-item a {
        color: #3d281c
    }
}

.footer {
    background-color: #3d281c;
    color: #fff;
    padding: 28px 0 60px
}

.footer .container {
    max-width: 1539px
}

.footer__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-right: 8.64197531%;
    position: relative
}

.footer__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 240px
}

.footer__nav-link {
    font-size: 16px;
    font-weight: 500;
    line-height: 2.5;
    display: block;
    border-radius: 5px;
    -webkit-transition: .13s ease-in-out;
    -o-transition: .13s ease-in-out;
    transition: .13s ease-in-out;
    padding: 0 30px
}

.footer__nav-link:hover {
    color: #f0e6d0;
    background-color: rgba(255, 255, 255, .1)
}

.footer__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 10px 0
}

.footer__col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.footer__col-top>p {
    font-size: 14px;
    font-weight: 500
}

.footer__col-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.footer__col-top strong {
    font-size: 18px;
    text-align: right;
    color: #e5e5e5;
    display: block;
    margin-bottom: 31px
}

.footer__link {
    font-size: 18px;
    font-weight: 600;
    display: block;
    text-align: right;
    margin-bottom: 12px
}

.footer__link:last-child {
    margin-bottom: 0
}

.footer__link:hover {
    color: #f0e6d0
}

.footer__link b {
    font-size: 24px
}

.footer__contacts {
    margin: -10px 0 -10px 100px
}

.footer__copyright {
    color: #929292;
    font-size: 12px;
    font-weight: 500;
    display: block;
    margin-top: 60px
}

.footer__up {
    display: block;
    padding: 0;
    border: 0;
    background-color: transparent;
    color: transparent;
    font-size: 0;
    width: 42px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    border-radius: 5px;
    -webkit-transition: background-color .13s ease-in-out;
    -o-transition: background-color .13s ease-in-out;
    transition: background-color .13s ease-in-out
}

.footer__up svg {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.footer__up svg path {
    -webkit-transition: fill .13s ease-in-out;
    -o-transition: fill .13s ease-in-out;
    transition: fill .13s ease-in-out
}

.footer__up:hover {
    background-color: rgba(255, 255, 255, .1)
}

.footer__up:active {
    background-color: #fff
}

.footer__up:active svg path {
    fill: #3d281c
}

.socials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.socials__item {
    display: block;
    padding: 8px;
    border-radius: 5px;
    -webkit-transition: background-color .13s ease-in-out;
    -o-transition: background-color .13s ease-in-out;
    transition: background-color .13s ease-in-out;
    color: transparent;
    font-size: 0;
}

.socials__item svg {
    display: block
}

.socials__item:hover {
    background-color: rgba(255, 255, 255, .1)
}

.socials__item:last-child {
    margin-bottom: 0
}

.socials__item:first-child {
    margin-top: 0
}

.home-section.--main {
    position: relative;
    z-index: 10;
    min-height: 560px;
    padding: 49px 0 100px;
    background: url(../img/home-pic.jpg) center/cover no-repeat
}

.home-section .container {
    max-width: 1578px;
    padding: 0 15px 0 60px
}

.home-section__block {
    -webkit-backdrop-filter: blur(21px);
    backdrop-filter: blur(21px);
    background-color: #fff;
    border-radius: 5px;
    max-width: 868px;
    padding: 52px 60px 37px;
    text-wrap: balance;
}

.home-section__block .btn {
    max-width: 202px
}

.home-section__title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 22px
}

.home-section__subtitle {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 36px
}

.home-section__subtitle strong {
    display: block;
    color: #682618;
    font-size: 24px;
    margin-top: 8px
}

.seo-section {
    padding: 130px 0 65px
}

.seo-section .container {
    max-width: 1144px
}

.seo-section__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.seo-section__item {
    width: calc(33.3333% - 20px);
    margin: 10px;
    background-color: #fafafa;
    border-radius: 5px;
    -webkit-box-shadow: 6px 5px 17px rgba(0, 0, 0, .25);
    box-shadow: 6px 5px 17px rgba(0, 0, 0, .25);
    padding: 14px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: -webkit-box-shadow .13s ease-in-out;
    transition: box-shadow .13s ease-in-out;
    -o-transition: box-shadow .13s ease-in-out;
    transition: box-shadow .13s ease-in-out, -webkit-box-shadow .13s ease-in-out
}

.seo-section__item:hover {
    -webkit-box-shadow: 6px 5px 7px rgba(0, 0, 0, .25);
    box-shadow: 6px 5px 7px rgba(0, 0, 0, .25)
}

.seo-section__item:hover .seo-section__item-header::after {
    -webkit-transform: translateY(-50%) translateX(25px);
    -ms-transform: translateY(-50%) translateX(25px);
    transform: translateY(-50%) translateX(25px)
}

.seo-section__item-header {
    background-color: #f0e6d0;
    padding: 0 35px;
    height: 64px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 11px
}

.seo-section__item-header::after {
    content: "";
    position: absolute;
    right: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform .33s ease-in-out;
    transition: transform .33s ease-in-out;
    -o-transition: transform .33s ease-in-out;
    transition: transform .33s ease-in-out, -webkit-transform .33s ease-in-out;
    width: 13px;
    height: 22px;
    background: url(../img/seo-arrow.svg) center/cover no-repeat
}

.seo-section__item-pic {
    display: block;
    padding-top: 15px;
    padding-left: 8px;
    position: relative;
    height: 64px
}

.seo-section__item-pic::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 45px;
    height: 55px;
    background: url(../img/seo-shield.svg) center/cover no-repeat;
    z-index: 0
}

.seo-section__item-pic>img {
    position: relative;
    z-index: 2
}

.seo-section__item-title {
    display: block;
    padding: 0 38px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.499;
    margin-bottom: 13px
}

.seo-section__item-text {
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding: 0 38px;
    line-height: 1.785
}

.about-section {
    padding: 65px 0 156px
}

.about-section .container {
    max-width: 1287px
}

.about-section .section__title {
    margin-bottom: 43px
}

.about-section__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.about-section__info {
    width: 45.8364038%
}

.about-section__info p {
    font-weight: 500;
    text-align: justify;
    line-height: 1.6;
    margin-bottom: 1.4rem
}

.about-section__info p:last-child {
    margin-bottom: 0
}

.about-section__info-title {
    font-size: 24px;
    margin-bottom: 33px
}

.about-section__read-more {
    margin-top: 1.4rem
}

.about-section__stats {
    width: 41.1296738%;
    position: relative
}

.about-section__stats-item {
    background-color: #3d281c;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.about-section__stats-item strong {
    font-size: 48px;
    font-weight: 400;
    text-align: center;
    display: block;
    margin-bottom: 16px
}

.about-section__stats-item span {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    display: block;
    max-width: 166px
}

.about-section__stats-item.first {
    background-color: #3d281c;
    width: 287px;
    height: 287px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.about-section__stats-item.second {
    background-color: #682618;
    top: 0;
    right: 0;
    width: 230px;
    height: 230px
}

.about-section__stats-item.third {
    background-color: #603f2c;
    width: 194px;
    height: 194px;
    right: 27px;
    top: 276px
}

.advantage-section {
    background-color: #3d281c;
    color: #fff
}

.advantage-section__wrapper {
    min-height: 400px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1259px;
    width: 100%;
    margin: 0 auto
}

.advantage-section__item {
    max-width: 300px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.advantage-section__item-pic {
    margin-bottom: 14px
}

.advantage-section__item-pic img {
    display: block
}

.advantage-section__item-title {
    display: block;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 11px
}

.advantage-section__item-text {
    text-align: center;
    font-weight: 500;
    line-height: 1.6
}

.order-section {
    padding: 130px 0 63px
}

.order-section .section__title {
    margin-bottom: 33px
}

.order-section__subtitle {
    font-size: 16px
}

.order-section__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 38px;
    margin: 10px 0
}

.order-section__footer>span {
    font-size: 16px;
    display: block;
    margin-right: 24px
}

.order-section__footer>a {
    font-size: 18px;
    font-weight: 600;
    margin-left: 24px
}

.order-section .container {
    max-width: 1136px
}

.order-section__form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.order-section__form-input,
.order-section__form-select {
    display: block;
    margin-right: 13px
}

.order-section__form-button .btn {
    min-width: 214px
}

.form-file__label {
    cursor: pointer
}

.form-file__label-text {
    font-weight: 700;
    font-size: 16px;
    text-decoration: underline
}

.form-file__input {
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 1px;
    height: 1px;
    z-index: -1;
    opacity: 0
}

.form-input {
    position: relative
}

.form-input__label {
    display: block
}

.form-input__label-text {
    background-color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    position: absolute;
    left: 23px;
    top: -8px
}

.form-input__input {
    display: block;
    height: 43px;
    border: 1px solid #a9a9a9;
    font-size: 16px;
    font-family: inherit;
    line-height: 1.2;
    padding: 0 14px 0 24px;
    border-radius: 5px;
    width: 100%
}

.form-input__input::-webkit-input-placeholder {
    color: #bcbcbc
}

.form-input__input::-moz-placeholder {
    color: #bcbcbc
}

.form-input__input:-ms-input-placeholder {
    color: #bcbcbc
}

.form-input__input::-ms-input-placeholder {
    color: #bcbcbc
}

.form-input__input::placeholder {
    color: #bcbcbc
}

.form-select {
    border: 1px solid #a9a9a9;
    border-radius: 5px;
    position: relative;
    min-width: 309px;
    margin-top: 10px;
    margin-bottom: 10px
}

.form-select.open .form-select__list {
    display: block
}

.form-select.open .form-select__output::before {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

.form-select__output {
    padding: 11px 30px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.25;
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.form-select__output::before {
    content: "";
    background: url(../img/select-arr.svg) center/cover no-repeat;
    width: 14px;
    height: 8px;
    position: absolute;
    right: 30px;
    top: 20px;
    -webkit-transition: -webkit-transform .13s ease-in-out;
    transition: transform .13s ease-in-out;
    -o-transition: transform .13s ease-in-out;
    transition: transform .13s ease-in-out, -webkit-transform .13s ease-in-out
}

.form-select__list {
    display: none;
    list-style: none;
    position: absolute;
    right: -1px;
    left: -1px;
    top: 42px;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    border: 1px solid #a9a9a9
}

.form-select__list-item {
    padding: 11px 30px 5px;
    cursor: pointer;
    -webkit-transition: background-color .13s ease-in-out;
    -o-transition: background-color .13s ease-in-out;
    transition: background-color .13s ease-in-out;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2
}

.news-section {
    padding: 65px 0
}

.news-section .container {
    max-width: 1412px
}

.news-section__articles {
    width: 59.2672414%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.news-section__more-articles {
    padding: 13px;
    width: 33.33333%
}

.news-section__more-articles>span {
    background-color: #f1e6d0;
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 186px
}

.news-section__more-articles>span .btn {
    background-color: transparent;
    color: #682618;
    border-color: #929292;
    max-width: 183px
}

.news-section__more-articles>span .btn:hover {
    background-color: #fff;
    color: #3d281c
}

.news-section__article {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 33.33333%;
    border-radius: 5px;
    padding: 13px;
    border: 1px solid transparent;
    -webkit-transition: border-color .13s ease-in-out, color .13s ease-in-out;
    -o-transition: border-color .13s ease-in-out, color .13s ease-in-out;
    transition: border-color .13s ease-in-out, color .13s ease-in-out;
    color: #3d281c
}

.news-section__article:hover {
    border-color: #682618;
    color: #682618
}

.news-section__article:hover .news-section__article-title {
    text-decoration: underline
}

.news-section__article-pic {
    display: block;
    position: relative;
    margin-bottom: 11px
}

.news-section__article-pic img {
    display: block;
    width: 100%
}

.news-section__article-title {
    display: block;
    font-size: 18px;
    font-weight: 600;
    max-height: 50px;
    overflow: hidden
}

.news-section__article-date {
    position: absolute;
    top: 21px;
    right: 0;
    font-size: 14px;
    font-weight: 600;
    padding: 0 9px 0 15px;
    background-color: #3d281c;
    color: #fff;
    border-radius: 5px 0 0 5px;
    line-height: 1.78
}

.news-section__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.news-section .main-article {
    background-color: #fafafa;
    width: 38.7931034%;
    border-radius: 5px
}

.news-section .main-article__pic {
    display: block;
    position: relative;
    overflow: hidden;
    min-height: 250px
}

.news-section .main-article__pic img {
    display: block;
    border-radius: 5px;
    width: 100%
}

.news-section .main-article__date {
    position: absolute;
    right: 0;
    top: 27px;
    line-height: 1.78;
    font-size: 22px;
    font-weight: 600;
    padding: 0 14px 0 23px;
    border-radius: 5px 0 0 5px;
    background-color: #3d281c;
    color: #fff
}

.news-section .main-article__info {
    padding: 22px 53px 26px 36px
}

.news-section .main-article__title {
    margin-bottom: 13px;
    font-size: 24px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.news-section .main-article__excerpt {
    color: #000;
    font-weight: 500;
    text-align: justify;
    max-height: 103px;
    overflow: hidden;
    line-height: 1.6
}

.news-section .main-article__more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 35px;
    border-radius: 0 0 5px 5px;
    background-color: #f0e6d0;
    height: 49px;
    -webkit-transition: background-color .13s ease-in-out;
    -o-transition: background-color .13s ease-in-out;
    transition: background-color .13s ease-in-out
}

.news-section .main-article__more:hover {
    background-color: #fafafa
}

.news-section .main-article__more:hover .more-link::after {
    -webkit-transform: translateY(-50%) translateX(10px);
    -ms-transform: translateY(-50%) translateX(10px);
    transform: translateY(-50%) translateX(10px)
}

.reviews-section {
    padding: 65px 0
}

.reviews-section .container {
    max-width: 1414px
}

.reviews-section .section__title {
    margin-bottom: 61px
}

.reviews-section__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.reviews-section .review-card {
    background-color: #fafafa;
    border-radius: 5px;
    width: 38.7283237%
}

.reviews-section .review-card:hover .review-card__more {
    opacity: 1
}

.reviews-section .review-card__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 41px 48px 9px;
    position: relative
}

.reviews-section .review-card__head::before {
    content: "";
    width: 72px;
    height: 57px;
    position: absolute;
    top: -15px;
    left: 20px;
    background: url(../img/dec-quotes.svg) center/cover no-repeat
}

.reviews-section .review-card__date {
    color: #929292;
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-right: 58px
}

.reviews-section .review-card__stars {
    color: #000;
    padding-left: 31px;
    display: block;
    position: relative;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.78
}

.reviews-section .review-card__stars::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url(../img/star-icon.svg) center no-repeat
}

.reviews-section .review-card__info {
    padding: 9px 47px 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.reviews-section .review-card__text {
    color: #000;
    font-weight: 500;
    text-align: justify;
    max-height: 175px;
    overflow: hidden
}

.reviews-section .review-card__text.open {
    max-height: unset
}

.reviews-section .review-card__more {
    display: block;
    background-color: transparent;
    padding: 0;
    border: 0;
    color: #000;
    margin-top: 15px;
    font-weight: 700;
    opacity: 0;
    -webkit-transition: opacity .13s ease-in-out;
    -o-transition: opacity .13s ease-in-out;
    transition: opacity .13s ease-in-out
}

.reviews-section .review-card__author {
    padding: 0 47px 26px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.reviews-section .review-card__author-pic {
    min-width: 42px;
    min-height: 42px;
    border-radius: 50%;
    background-color: #f1e6d0;
    position: relative;
    margin-right: 23px
}

.reviews-section .review-card__author-pic img {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2
}

.reviews-section .review-card__author-pic::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 21px;
    height: 21px;
    background: url(../img/user-icon-review.svg) center/cover no-repeat;
    z-index: 0
}

.reviews-section .review-card__author-name {
    color: #929292;
    font-weight: 500;
    font-size: 16px;
    width: 100%;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.reviews-section__more {
    width: 18.5693642%
}

.reviews-section__more>span {
    background-color: #f1e6d0;
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.reviews-section__more>span .btn {
    background-color: transparent;
    color: #3d281c;
    border-color: #929292;
    max-width: 183px
}

.reviews-section__more>span .btn:hover {
    background-color: #fff;
    color: #3d281c
}

.cities-section {
    padding: 65px 0 150px
}

.cities-section .container {
    max-width: 1392px
}

.cities-section__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cities-section__text {
    font-weight: 500;
    text-align: justify;
    width: 335px
}

.cities-section__slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 63px;
    width: 72.744253%
}

.cities-section__slider-item {
    width: 33%;
    padding: 10px;
    outline: 0
}

.cities-section__slider .slick-prev {
    left: 5px;
    -webkit-transform: translate(0, -50%) rotate(180deg);
    -ms-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
    width: 23px;
    height: 40px;
    background: url(../img/slider-arrow.svg) center/cover no-repeat
}

.cities-section__slider .slick-prev::before {
    display: none
}

.cities-section__slider .slick-prev:hover {
    background: url(../img/slider-arrow.svg) center/cover no-repeat
}

.cities-section__slider .slick-next {
    right: 5px;
    width: 23px;
    height: 40px;
    background: url(../img/slider-arrow.svg) center/cover no-repeat
}

.cities-section__slider .slick-next::before {
    display: none
}

.cities-section__slider .slick-next:hover {
    background: url(../img/slider-arrow.svg) center/cover no-repeat
}

.city-card {
    outline: 0;
    position: relative;
    display: block;
    width: 100%;
    height: 360px;
    border-radius: 5px;
    overflow: hidden
}

.city-card:hover .city-card__bg::after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(44.71%, rgba(58, 43, 33, 0)), color-stop(73.59%, rgba(58, 43, 33, .88)));
    background: -o-linear-gradient(top, rgba(58, 43, 33, 0) 44.71%, rgba(58, 43, 33, .88) 73.59%);
    background: linear-gradient(180deg, rgba(58, 43, 33, 0) 44.71%, rgba(58, 43, 33, .88) 73.59%)
}

.city-card:hover .city-card__inner {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.city-card:hover .city-card__inner .btn {
    opacity: 1
}

.city-card__bg {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 1
}

.city-card__bg img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%
}

.city-card__bg::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(56.52%, rgba(58, 43, 33, 0)), color-stop(92.7%, rgba(58, 43, 33, .88)));
    background: -o-linear-gradient(top, rgba(58, 43, 33, 0) 56.52%, rgba(58, 43, 33, .88) 92.7%);
    background: linear-gradient(180deg, rgba(58, 43, 33, 0) 56.52%, rgba(58, 43, 33, .88) 92.7%)
}

.city-card__inner {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 22px 25px;
    -webkit-transform: translateY(66px);
    -ms-transform: translateY(66px);
    transform: translateY(66px);
    -webkit-transition: -webkit-transform .33s ease-in-out;
    transition: transform .33s ease-in-out;
    -o-transition: transform .33s ease-in-out;
    transition: transform .33s ease-in-out, -webkit-transform .33s ease-in-out
}

.city-card__inner .btn {
    width: 100%;
    padding: 0 35px;
    margin-top: 11px;
    opacity: 0;
    -webkit-transition: .33s ease-in-out;
    -o-transition: .33s ease-in-out;
    transition: .33s ease-in-out
}

.city-card__name {
    font-size: 24px;
    font-weight: 500;
    display: block;
    margin-bottom: -4px
}

.city-card__offers {
    font-weight: 500;
    font-size: 14px;
    display: block
}

.city-card__offers>b {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    margin-left: 11px
}

.things-section {
    padding: 60px 0 97px;
    background-color: #3d281c;
    color: #fff
}

.things-section .section__title {
    color: #dadada;
    margin-bottom: 45px
}

.things-section .container {
    max-width: 1392px
}

.things-section__item {
    position: relative;
    margin-bottom: 46px
}

.things-section__item:last-child {
    margin-bottom: 0
}

.things-section__item-title {
    padding-left: 58px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 13px
}

.things-section__item-slider {
    padding: 0 57px
}

.things-section__item-slider .slick-prev {
    left: 5px;
    -webkit-transform: translate(0, -50%) rotate(180deg);
    -ms-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
    width: 23px;
    height: 40px;
    background: url(../img/slider-arrow-white.svg) center/cover no-repeat
}

.things-section__item-slider .slick-prev::before {
    display: none
}

.things-section__item-slider .slick-prev:hover {
    background: url(../img/slider-arrow-white.svg) center/cover no-repeat
}

.things-section__item-slider .slick-next {
    right: 5px;
    width: 23px;
    height: 40px;
    background: url(../img/slider-arrow-white.svg) center/cover no-repeat
}

.things-section__item-slider .slick-next::before {
    display: none
}

.things-section__item-slider .slick-next:hover {
    background: url(../img/slider-arrow-white.svg) center/cover no-repeat
}

.things-slider__item {
    width: 118px;
    min-height: 109px;
    height: 109px !important
}

.things-slider__item-inner {
    width: 118px;
    height: 109px;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 23px
}

.things-slider__item img {
    margin-right: 0;
    display: block;
    max-width: 100%;
    height: auto
}

.also-section {
    padding: 54px 0
}

.also-section .container {
    max-width: 1170px
}

.also-section__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.also-section__item {
    width: 20%;
    margin-bottom: 43px
}

.also-section__item-title {
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 9px
}

.also-section__item-link {
    font-size: 14px;
    display: block
}

.also-section__item-link:hover {
    color: #682618
}

.question-section {
    padding: 54px 0
}

.question-section .section__title {
    margin-bottom: 31px
}

.question-section .container {
    max-width: 1170px
}

.question-section__accordion {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.question-section__accordion-item {
    display: block;
    width: 100%;
    margin-bottom: 8px
}

.question-section__accordion-item.open .question-section__accordion-content {
    display: block
}

.question-section__accordion-item.open .question-section__accordion-header::after {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

.question-section__accordion-header {
    cursor: pointer;
    background-color: #f0e6d0;
    -webkit-transition: background-color .13s ease-in-out;
    -o-transition: background-color .13s ease-in-out;
    transition: background-color .13s ease-in-out;
    position: relative;
    padding: 13px 114px 11px 46px
}

.question-section__accordion-header:hover {
    background-color: rgba(240, 230, 208, .2)
}

.question-section__accordion-header::after {
    content: "";
    position: absolute;
    width: 26px;
    height: 15px;
    right: 19px;
    top: 22px;
    background: url(../img/accordion-arrow.svg) center/cover no-repeat;
    -webkit-transition: -webkit-transform .33s ease-in-out;
    transition: transform .33s ease-in-out;
    -o-transition: transform .33s ease-in-out;
    transition: transform .33s ease-in-out, -webkit-transform .33s ease-in-out
}

.question-section__accordion-title {
    font-size: 18px;
    font-weight: 600
}

.question-section__accordion-content {
    padding: 10px 114px 10px 46px;
    display: none
}

.question-section__accordion-content ul {
    list-style: none
}

.question-section__accordion-content ul li {
    position: relative;
    padding-left: 32px
}

.question-section__accordion-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #3d281c
}

.end-section {
    padding: 54px 0 108px
}

.end-section .container {
    max-width: 1156px
}

.end-section__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.end-section__content {
    width: 69.6269982%;
    font-weight: 500
}

.end-section__title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 26px
}

.end-section__subtitle {
    font-size: 18px;
    font-weight: 600;
    margin: 18px 0
}

.end-section__text {
    display: block;
    margin: 18px 0;
    font-size: 16px;
    font-weight: 500;
    text-align: justify
}

.end-section__list {
    list-style: none
}

.end-section__list li {
    position: relative;
    padding: 8px 0 8px 32px
}

.end-section__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #3d281c
}

.end-section__pic {
    width: 25.044405%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.end-section__pic img {
    display: block;
    max-width: 282px
}

.about__mgmt {
    padding: 50px 15px;
    max-width: 963px
}

.about__mgmt-title {
    font-size: 24px;
    margin-bottom: 45px;
    text-align: center;
    font-weight: 700
}

.about__mgmt-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.about__mgmt-profile {
    height: 548px;
    width: 424px;
    position: relative
}

.about__mgmt-profile img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.about__mgmt-text {
    position: absolute;
    right: 15px;
    left: 15px;
    bottom: 40px;
    padding: 22px 10px;
    text-align: center;
    background-color: #fff;
    color: #3d281c
}

.about__mgmt-text strong {
    display: block;
    font-size: 24px;
    margin-bottom: 8px
}

.about__mgmt-text span {
    color: #565656;
    font-size: 14px
}

.about__text-block {
    padding: 100px 15px 55px;
    max-width: 1274px
}

.about__text-block h2 {
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 0
}

.about__text-block p {
    font-weight: 500;
    text-align: justify;
    margin: .7rem 0
}

.about__text-block p:last-child {
    margin-bottom: 0
}

.about .advantage-section__wrapper {
    min-height: 543px;
    padding: 91px 0 44px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.about .advantage-section__item-pic {
    height: 108px
}

.about .advantage-section__item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.about .advantage-section__item-text {
    text-align: start;
    margin: .7rem 0
}

.about .advantage-section__item-text:last-child {
    margin-bottom: 0
}

.about .advantage-section__item-text:first-child {
    margin-top: 0
}

.about__info {
    max-width: 1428px;
    padding: 0 15px 51px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.about__info-text {
    width: 45%;
    min-width: 320px;
    text-align: justify
}

.about__info-title {
    font-size: 24px;
    margin: 0 0 33px !important
}

.about__info-pic {
    width: 41%;
    min-width: 320px;
    padding-top: 71px
}

.about__info-pic img {
    display: block;
    width: 100%
}

.article {
    margin-bottom: 56px
}

.article .section__title {
    margin-bottom: 16px
}

.article__date {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 17px;
    text-align: right
}

.article__image {
    margin-bottom: 32px;
    border-radius: 5px;
    overflow: hidden
}

.article__image img {
    display: block;
    width: 100%;
    height: auto
}

.article__text {
    font-size: 16px;
    font-weight: 500;
    text-align: justify;
    margin-bottom: 16px
}

.article__footer {
    background-color: #f0e6d0;
    height: 49px;
    border-radius: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.article__footer-btn {
    border: 1px solid #929292;
    color: #3d281c;
    background-color: transparent;
    font-size: 18px;
    font-weight: 600;
    padding: 0 22px;
    height: 49px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color .13s ease-in-out;
    -o-transition: background-color .13s ease-in-out;
    transition: background-color .13s ease-in-out;
    border-radius: 50px
}

.article__footer-btn:hover {
    background-color: #fff
}

.article-slider .slick-next:before,
.article-slider .slick-prev:before {
    background: url(../img/slider-arrow.svg) center/cover no-repeat;
    width: 16px;
    height: 27px;
    content: "";
    display: block
}

.article-slider .slick-next:after,
.article-slider .slick-prev:before {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.article-slider .slick-dots {
    background-color: #f4f4f4;
    height: 13px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.article-slider .slick-dots li {
    width: auto;
    height: auto
}

.article-slider .slick-dots li.slick-active button {
    background-color: #c4c4c4
}

.article-slider .slick-dots li button {
    width: 41px;
    height: 13px;
    background-color: transparent;
    -webkit-transition: background-color .13s ease-in-out;
    -o-transition: background-color .13s ease-in-out;
    transition: background-color .13s ease-in-out;
    border-radius: 5px
}

.article-slider .slick-dots li button::before {
    display: none
}

.article-slider__title {
    margin-bottom: 29px;
    font-size: 24px;
    font-weight: 700
}

.article-slider__item {
    padding: 10px 13px;
    display: block;
    width: 33.33333%;
    max-width: 307px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid transparent;
    -webkit-transition: border-color .13s ease-in-out;
    -o-transition: border-color .13s ease-in-out;
    transition: border-color .13s ease-in-out
}

.article-slider__item:hover {
    border-color: #682618;
    color: #682618
}

.article-slider__item:hover .article-slider__item-title {
    text-decoration: underline
}

.article-slider__item:hover .article-slider__item-pic img {
    -webkit-transform: scale(1.23);
    -ms-transform: scale(1.23);
    transform: scale(1.23)
}

.article-slider__item:hover .article-slider__item-arrow::after {
    background: url(../img/slider-arrow.svg) right/cover no-repeat
}

.article-slider__item-pic {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 11px;
    max-height: 180px;
    height: 180px;
    overflow: hidden;
    border-radius: 5px
}

.article-slider__item-pic img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform .33s ease-in-out;
    transition: transform .33s ease-in-out;
    -o-transition: transform .33s ease-in-out;
    transition: transform .33s ease-in-out, -webkit-transform .33s ease-in-out
}

.article-slider__item-date {
    background-color: #3d281c;
    position: absolute;
    top: 21px;
    right: 0;
    border-radius: 3px 0 0 3px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 0 9px 0 15px
}

.article-slider__item-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.78;
    -webkit-transition: color .13s ease-in-out;
    -o-transition: color .13s ease-in-out;
    transition: color .13s ease-in-out;
    position: relative;
    display: block;
    max-height: 64px;
    overflow: hidden
}

.blog__pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.blog__pagination-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #3d281c;
    color: #3d281c;
    background-color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    margin-right: 9px
}

.blog__pagination-btn:last-child {
    margin-right: 0
}

.blog__pagination-btn.active {
    background-color: #3d281c;
    color: #fff
}

.blog__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 32px
}

.blog__item {
    width: 48.4739677%;
    max-width: 540px;
    border: 1px solid transparent;
    border-radius: 5px 5px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 33px
}

.blog__item:hover .blog__item-more>span::after {
    -webkit-transform: translate(15px, -50%);
    -ms-transform: translate(15px, -50%);
    transform: translate(15px, -50%)
}

.blog__item-pic {
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    max-height: 293px;
    display: block
}

.blog__item-pic img {
    width: 100%;
    height: auto;
    display: block
}

.blog__item-date {
    display: block;
    position: absolute;
    right: 0;
    top: 27px;
    padding: 0 15px 0 25px;
    border-radius: 5px 0 0 5px;
    background-color: #3d281c;
    color: #fff;
    font-weight: 600;
    font-size: 22px
}

.blog__item-info {
    padding: 20px 35px 24px
}

.blog__item-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 6px
}

.blog__item-text {
    text-align: justify;
    overflow: hidden;
    max-height: 116px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.784
}

.blog__item-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 49px;
    background-color: #f0e6d0;
    font-size: 16px;
    font-weight: 700;
    padding: 0 35px;
    -webkit-transition: background-color .13s ease-in-out;
    -o-transition: background-color .13s ease-in-out;
    transition: background-color .13s ease-in-out
}

.blog__item-more:hover {
    background-color: rgba(240, 230, 208, .2)
}

.blog__item-more.more-link::after {
    content: "";
    position: relative;
    right: -10px;
    top: 8px
}

.contacts .container {
    max-width: 1270px
}

.contacts__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.contacts-card {
    width: 48.7903226%;
    margin-bottom: 30px;
    background-color: #fafafa;
    border-radius: 5px;
    padding: 37px 43px 33px
}

.contacts-card__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.contacts-card__head .btn {
    max-width: 276px
}

.contacts-card__city {
    position: relative;
    padding-left: 52px;
    font-weight: 700;
    font-size: 24px
}

.contacts-card__city::before {
    content: "";
    position: absolute;
    left: 9px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/location-icon.svg) center/cover no-repeat;
    width: 30px;
    height: 39px
}

.contacts-card__address {
    margin-top: 23px
}

.contacts-card__address-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 14px
}

.contacts-card__address-line:last-child {
    margin-bottom: 0
}

.contacts-card__address-line span {
    display: block;
    margin-right: 21px;
    font-weight: 500;
    color: #929292
}

.contacts-card__address-line strong {
    display: block;
    font-weight: 600;
    font-size: 18px
}

.contacts-card__alarm {
    margin-top: 63px
}

.contacts-card__alarm strong {
    display: block;
    color: #682618;
    font-size: 24px;
    font-weight: 700;
    padding-left: 52px;
    margin-bottom: 26px;
    position: relative
}

.contacts-card__alarm strong::before {
    content: "";
    position: absolute;
    left: 9px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/alarm-icon.svg) center/cover no-repeat;
    width: 30px;
    height: 30px
}

.contacts-card__alarm p {
    font-size: 18px;
    font-weight: 600
}

.font-s-s{font-size:14px}
.font-s-base{font-size:16px}
.font-s-m{font-size:18px}
.font-s-l{font-size:24px}
.font-s-xl{font-size:30px}
.font-s-xli{font-size:40px}
.font-s-xxl{font-size:48px}

@media screen and (max-width: 678px) {
    .font-s-s{font-size:12px}
    .font-s-base{font-size:14px}
    .font-s-m{font-size:16px}
    .font-s-l{font-size:18px}
    .font-s-xl{font-size:24px}
    .font-s-xli{font-size:30px}
    .font-s-xxl{font-size:40px}
}

.--fw-7{font-weight:700}
.--fw-6{font-weight:600}
.--fw-5{font-weight:500}
.--fw-4{font-weight:400}
.--fw-3{font-weight:300}

.public-hero {
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 50px;
}
.public-hero-text {
    max-width: 690px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    min-height: 350px;
    width: 50%;
    text-wrap: balance;
}
.public-hero-text > .font-s-xl {
    margin-bottom: 10px;
}
.public-hero-text > .btn {
    width: fit-content;
    padding: 0 33px;
    margin-top: 30px;
}
/*.public-hero-text > .font-s-xl {*/
/*    */
/*}*/

.public-hero-pic {
    width: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.public-hero-pic > img {
    display: block;
    margin: 0;
    max-width: 476px;
    width: 100%;
}

.p-img-center {
    display: block;
    margin: -50px auto 10px;
}
.p-img-center.--insp {
    max-width: 453px;
}
.p-img-center.--lilo {
    max-width: 476px;
}
@media screen and (max-width: 550px) {
    .p-img-center.--insp,
    .p-img-center.--lilo {
        max-width: 300px;
    }
}

.public-page div>h3 {
    margin: 2rem 0;
    text-align: start
}

.public-page h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin: 2rem 0 69px
}

.public-page h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 4rem 0 2rem
}

.public-page h2:first-child {
    margin-top: 0
}

.public-page p {
    margin: 2rem 0;
    font-weight: 500
}

.public-page p b {
    font-weight: 600
}

.public-page ol {
    padding-left: 20px;
}
.public-page ul {
    list-style: none
}

.public-page ul li {
    position: relative;
    padding-left: 20px
}

.public-page ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #3d281c
}

.public-page table {
    border: 1px solid #000;
    border-radius: 5px;
    overflow: hidden;
    border-spacing: 0
}

.public-page table th {
    text-align: center;
    min-width: 57px;
    border: 1px solid #000;
    padding: 8px 12px
}

.public-page table td {
    min-width: 57px;
    border: 1px solid #000;
    padding: 8px 12px;
    font-size: 14px;
    text-align: justify
}

.public-page .img-wrapper img {
    display: block;
    width: 100%;
    height: auto
}

@media screen and (max-width:1300px) {
    .footer__contacts {
        margin: -10px 0 -10px 40px
    }

    .footer__inner {
        padding-right: 5%
    }

    .about .advantage-section__wrapper {
        padding: 91px 15px 44px
    }
}

@media screen and (max-width:1100px) {
    .table-wrapper {
        overflow-x: auto
    }

    .table-wrapper table {
        width: 900px
    }

    .order-section__form {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 420px;
        margin: 0 auto
    }

    .order-section__form .form-input,
    .order-section__form .form-select {
        width: 100%;
        margin: 0 0 15px
    }

    .order-section__subtitle {
        margin-bottom: 20px
    }

    .reviews-section__wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .reviews-section .review-card {
        width: 49%
    }

    .reviews-section__more {
        width: 100%;
        margin: 15px 0 0
    }

    .reviews-section__more>span {
        padding: 15px 0
    }

    .home-section .container {
        padding: 0 15px
    }

    .about-section__info,
    .news-section__articles {
        width: 100%
    }

    .news-section .main-article {
        width: 100%;
        max-width: 702px;
        margin: 0 auto 20px
    }

    .about-section__wrapper,
    .news-section__wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .about-section__stats {
        width: 100%;
        height: 282px
    }

    .about-section__stats-item.third {
        top: 206px
    }

    .about-section__stats-item.first {
        left: unset;
        right: 200px
    }

    .cities-section__wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .cities-section__text {
        width: 100%;
        margin-bottom: 15px
    }

    .cities-section__slider {
        width: 100%
    }

    .footer__nav {
        max-height: unset
    }

    .footer__nav-link {
        line-height: 2
    }
}

@media screen and (max-width:930px) {
    .seo-section__item {
        width: calc(50% - 20px)
    }

    .advantage-section__wrapper {
        padding: 28px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .advantage-section__item {
        margin-bottom: 30px
    }

    .advantage-section__item:last-child {
        margin-bottom: 0
    }

    .section__title {
        font-size: 32px
    }

    .things-section__item-slider {
        padding: 0 37px
    }
}

@media screen and (max-width:814px) {
    .also-section__item {
        width: 33.333%
    }

    .end-section__inner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .end-section__pic {
        width: 100%;
        max-width: 320px;
        margin: 0 auto
    }

    .end-section__content {
        width: 100%
    }

    .home-section .container {
        padding: 0
    }

    .home-section {
        padding: 0 0 238px;
        background: unset
    }

    .home-section::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        height: 238px;
        background: #ffffff;
        z-index: 0
    }

    .home-section__block {
        width: 100%;
        max-width: 100%;
        z-index: 2;
        position: relative
    }

    .home-section__title {
        font-size: 36px
    }

    .footer__copyright {
        position: absolute;
        right: 0;
        bottom: 0
    }

    body {
        font-size: 14px
    }

    .footer__link {
        font-size: 16px
    }

    .footer__link b {
        font-size: 22px
    }

    .footer__inner {
        padding: 0
    }

    .footer__contacts {
        margin: 20px 0
    }

    .footer__up {
        top: -10px;
        right: 5px
    }
    .home-section.--main::after {
        background: url('/img/home-pic-mob.jpg') center/cover no-repeat;
    }
    .home-section.--main {
        background: #fff;
    }
}

@media screen and (max-width:720px) {
    .about__info-text {
        min-width: unset;
        width: 100%
    }

    .blog__item,
    .contacts-card {
        width: 100%;
        margin: 0 auto 20px
    }

    .contacts-card {
        padding: 40px 22px
    }

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

    .about__info-pic {
        padding-top: 0;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        min-width: unset;
        margin-bottom: 16px
    }

    .about__info-pic img {
        display: block;
        max-width: 430px
    }

    .about .advantage-section__wrapper {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .about__mgmt-profile {
        margin: 20px auto;
        max-width: 450px;
        width: 100%
    }

    .header__ss {
        display: none
    }

    .header__mob .header__ss {
        display: block
    }

    .seo-section {
        padding: 46px 0 35px
    }

    .home-section__block {
        padding: 25px 22px 33px
    }

    .home-section__title {
        font-size: 28px
    }

    .home-section__subtitle {
        font-size: 16px
    }

    .home-section__subtitle strong {
        font-size: 18px
    }

    .home-section {
        min-height: unset
    }

    .section__title {
        margin-bottom: 35px;
        font-size: 24px
    }

    .seo-section__item {
        width: 100%;
        margin: 10px 0
    }

    .advantage-section__item-title {
        font-size: 18px
    }

    .news-section__article,
    .news-section__more-articles {
        width: 50%
    }

    .news-section {
        padding: 34px 0
    }

    .order-section {
        padding: 73px 0 45px
    }

    .order-section__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .order-section__footer>a,
    .order-section__footer>span {
        margin: 0
    }

    .order-section__subtitle {
        text-align: center
    }

    .news-section__article-title {
        font-size: 16px
    }

    .reviews-section {
        padding: 35px 0
    }

    .cities-section__slider {
        padding: 0 33px
    }

    .cities-section {
        padding: 35px 0 76px
    }

    .reviews-section .review-card__info {
        padding: 9px 17px 14px
    }

    .reviews-section .review-card__head {
        padding: 41px 18px 9px
    }

    .reviews-section .review-card__author {
        padding: 0 18px 26px
    }

    .page__title {
        font-size: 34px;
        margin-bottom: 39px
    }

    .article-slider__wrapper .slick-next {
        right: -15px
    }

    .article-slider__wrapper .slick-prev {
        left: -15px
    }

    .contacts-card__address-line strong {
        font-size: 16px
    }

    .accordion.--vacancies .accordion__item-content {
        padding: 0 10px
    }

    .accordion__item-title {
        font-size: 24px
    }

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

    .resume-form__file {
        margin: 18px 0
    }

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

    .resume-form__call>a,
    .resume-form__call>span {
        margin: 0
    }
}

@media screen and (max-width:510px) {
    .accordion__license-title {
        text-align: start;
        font-size: 14px
    }

    .nav__sublist {
        padding: 0 10px
    }

    .nav__sublist-item a {
        font-size: 16px;
        white-space: unset
    }

    .header__mob-inner {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .header__mob .header__ss {
        padding: 0 0 0 15px
    }

    .nav__item-link {
        margin-top: 20px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px
    }

    .header.open .header__lang {
        top: 97px;
        z-index: 10
    }

    .accordion__item-header {
        padding: 0 76px 0 23px
    }

    .accordion__item-title {
        font-size: 16px;
        font-weight: 600
    }

    .accordion__license::before {
        width: 38px;
        height: 40px
    }

    .accordion__license {
        padding: 16px 35px 19px 57px
    }

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

    .contacts-card__city {
        font-size: 18px;
        margin-bottom: 17px
    }

    .contacts-card__alarm strong {
        font-size: 18px
    }

    .contacts-card__alarm p {
        font-size: 16px
    }

    .about__mgmt-profile {
        height: 500px
    }

    .things-section__item-slider {
        padding: 0 30px
    }

    .things-section .container {
        padding: 0
    }

    .things-section {
        padding: 40px 0 47px
    }

    .also-section__item {
        width: 50%
    }

    .question-section__accordion-content,
    .question-section__accordion-header {
        padding: 13px 54px 11px 26px
    }

    .end-section__text {
        font-size: 14px
    }

    .footer__nav-link {
        padding: 0 0 0 10px;
        font-size: 14px;
        text-align: right
    }

    .footer__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-right: 70px
    }

    .footer__contacts {
        position: absolute;
        top: 14px;
        right: 0
    }

    .footer__right {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        width: 100%
    }

    .city-card {
        height: 240px
    }

    .city-card__inner {
        padding: 6px 12px
    }

    .city-card__name {
        font-size: 18px
    }

    .city-card__offers {
        font-size: 12px
    }

    .header__tels-link {
        font-size: 14px;
        text-align: right
    }

    .header__logo img {
        display: block;
        width: 140px
    }

    .header__tels-link::before {
        width: 10px;
        height: 10px;
        left: -14px
    }

    .header__inner {
        padding-right: 45px
    }

    .city-card__offers>b {
        font-size: 14px
    }

    .footer__copyright {
        bottom: -40px
    }

    .footer__nav {
        width: 100%;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .footer__col-top strong {
        font-size: 14px;
        margin-bottom: 14px
    }

    .footer__link b {
        font-size: 16px
    }

    .footer__link {
        font-size: 12px
    }

    .footer__col {
        width: 100%
    }

    .about-section__stats-item.first {
        width: 182px;
        height: 182px;
        right: unset;
        left: 0
    }

    .news-section__article-title {
        max-height: 44px
    }

    .about-section__stats-item strong {
        font-size: 30px
    }

    .about-section__stats-item span {
        font-size: 12px
    }

    .about-section__stats-item.second {
        width: 157px;
        height: 157px
    }

    .about-section__stats-item.third {
        width: 137px;
        height: 137px
    }

    .reviews-section .review-card {
        width: 100%;
        margin-bottom: 30px
    }

    .about__mgmt {
        padding: 0
    }

    .page__title {
        font-size: 24px;
        margin-bottom: 24px
    }

    .article__text {
        font-size: 14px
    }

    .public-page h2 {
        font-size: 20px
    }

    .home-section.--main {
        background: #fff;
    }
}

@media screen and (max-width:430px) {
    .footer__copyright {
        font-size: 10px
    }

    .article__footer-btn {
        padding: 0 7px;
        font-size: 14px
    }

    .news-section__article,
    .news-section__more-articles {
        width: 100%
    }
}

@media screen and (max-width:350px) {
    .header__logo img {
        width: 120px
    }
    .header.open .header__lang {
        top: 147px;
    }
}
