@charset "UTF-8";

/*@font-face{font-weight:400;font-style:normal;font-family:HelveticaNeueCyr;src:url(/fonts/helveticaneuecyr-roman.woff2?b21800cc51b014f99ea4323b71a0d0c3) format("woff2"),url(/fonts/helveticaneuecyr-roman.woff?d41d8cd98f00b204e9800998ecf8427e) format("woff");font-display:swap}@font-face{font-weight:700;font-style:normal;font-family:HelveticaNeueCyr;src:url(/fonts/helveticaneuecyr-bold.woff2?804b79465f68acf7284c2b7c810a049b) format("woff2"),url(/fonts/helveticaneuecyr-bold.woff?d41d8cd98f00b204e9800998ecf8427e) format("woff");font-display:swap}@font-face{font-weight:300;font-style:normal;font-family:HelveticaNeueCyr;src:url(/fonts/helveticaneuecyr-light.woff2?fb2678d9bbf20b4ebacd895a5cb1f6d2) format("woff2"),url(/fonts/helveticaneuecyr-light.woff?d41d8cd98f00b204e9800998ecf8427e) format("woff");font-display:swap}*/
body,
html {
    height: 100%
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent
}

*,
:after,
:before,
html {
    box-sizing: border-box
}

body {
    margin: 0
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}

li {
    display: block;
}

dl {
    margin-top: 0;
    margin-bottom: 0
}

dd {
    margin-left: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: inherit;
}

blockquote {
    margin: 0;
    padding: 0;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

strong {
    font-weight: 700;
}

figure {
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

a:focus {
    outline-width: thin;
    outline-style: dotted;
    outline-color: inherit;
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    border: 0;
}

button {
    overflow: visible;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    font: inherit;
    letter-spacing: inherit;
    text-align: inherit;
    text-transform: inherit;
    cursor: pointer;
    -webkit-font-smoothing: inherit;
}

[type=email],
[type=tel],
[type=text],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea {
    overflow: auto;
}

::selection {
    background: rgba(0, 0, 0, .7);
    color: #fff;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #fff;
    color: #383c41;
    line-height: 1.5;
    font-family: HelveticaNeueCyr, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.visually-hidden {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px
}

.footer,
.layout {
    max-width: 100%;
}

.main-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.layout {
    position: relative;
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
}

.footer {
    flex: 0 0 auto;
}

[v-cloak] {
    visibility: hidden;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 57px;
    padding: 0 40px;
    border: 1px solid #ed1b2f;
    border-radius: 54px;
    background: transparent;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    font-family: HelveticaNeueCyr, Arial, sans-serif;
    line-height: 20px;
    transition: border-color .15s linear, background-color .15s linear;
    margin-top: 40px;
}

.btn:focus,
.btn:hover {
    border-color: #dd1313;
    outline: none;
}

.btn:active {
    border-color: #c11111
}

.btn:disabled {
    color: #dce0e5;
    cursor: not-allowed
}

.btn:disabled,
.btn:disabled:focus,
.btn:disabled:hover {
    border-color: #dce0e5
}

.btn--red {
    background-color: #ed1b2f
}

.btn--red:focus,
.btn--red:hover {
    background-color: #dd1313
}

.btn--red:active {
    background-color: #c11111
}

.btn--red:disabled,
.btn--red:disabled:focus,
.btn--red:disabled:hover {
    background-color: #ebedf0
}

.btn--transparent {
    background-color: initial;
    color: #383c41
}

.btn--transparent:focus,
.btn--transparent:hover {
    border-color: #dd1313;
    background-color: initial
}

.btn--transparent:active {
    background-color: initial
}

.btn--transparent:disabled {
    background-color: initial;
    cursor: default
}

.btn--transparent:disabled:focus,
.btn--transparent:disabled:hover {
    background-color: initial
}

@media screen and (max-width:1280px) {
    .btn {
        height: 50px;
        font-size: 14px
    }
}

@media screen and (max-width:768px) {
    .btn {
        height: 40px
    }
}

.go-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid #383c41;
    border-radius: 50%;
    transition: border-color .25s linear, transform .4s cubic-bezier(.68, -.55, .27, 1.55), opacity .4s linear
}

.go-top:hover {
    border-color: #ed1b2f
}

.go-top:hover .go-top__icon {
    stroke: #ed1b2f
}

.go-top:focus {
    outline: none
}

.go-top--hide {
    opacity: 0
}

.go-top--in-footer {
    position: absolute;
    bottom: calc(100% + 30px)
}

.go-top__icon {
    stroke: #868d98;
    transition: stroke .25s linear;
    transform: rotate(-90deg)
}

.breadcrumbs {
    width: 100%
}

.breadcrumbs__inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 1210px;
    height: inherit;
    margin: 0 auto;
    padding: 0 15px
}

@media screen and (max-width:1280px) {
    .breadcrumbs__inner {
        width: 670px
    }
}

@media screen and (max-width:768px) {
    .breadcrumbs__inner {
        width: 310px
    }
}

.breadcrumbs__list {
    width: 100%
}

.breadcrumbs__item {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start
}

.breadcrumbs__link {
    color: #ed1b2f;
    transition: color .15s linear
}

.breadcrumbs__link:focus,
.breadcrumbs__link:hover {
    color: #dd1313;
    outline: none
}

.breadcrumbs__link:active {
    color: #c11111
}

.breadcrumbs__link:not([href]) {
    color: #383c41
}

.breadcrumbs__link--dark-mode:not([href]) {
    color: #dce0e5
}

.breadcrumbs__arrow {
    margin: 0 7px;
    fill: #383c41
}

.breadcrumbs__arrow--dark-mode {
    fill: #dce0e5
}

@media screen and (max-width:1280px) {
    .breadcrumbs__link {
        font-size: 14px
    }

    h1 .breadcrumbs__link {
        font-size: 28px
    }
}

.popup {
    position: relative;
    z-index: 6;
    overflow: auto;
    width: 380px;
    max-width: calc(100% - 30px);
    background-color: #14181e;
    color: #868d98;
    box-shadow: 0 0 20px rgba(86, 86, 86, .25);
    transition: transform .2s cubic-bezier(1, 1, 0, 0)
}

.popup--show {
    transform: translate(0)
}

.popup__wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 75;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    visibility: hidden;
    transition: opacity .15s cubic-bezier(1, 1, 0, 0), visibility .15s cubic-bezier(1, 1, 0, 0)
}

.popup__wrap--show {
    opacity: 1;
    visibility: visible
}

.popup__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 25px
}

.popup__content {
    overflow: auto;
    max-height: calc(100vh - 30px);
    padding: 90px 30px 50px
}

.popup__title {
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    font-style: normal;
    font-family: HelveticaNeueCyr, Arial, sans-serif;
    margin-bottom: 50px;
    color: #dce0e5
}

@media screen and (max-width:1280px) {
    .popup__title {
        font-style: 300;
        font-size: 18px
    }
}

.popup__input-label {
    position: relative;
    display: block;
    margin-top: 44px
}

.popup__input {
    width: 100%;
    height: 56px;
    padding: 0 20px;
    border: 1px solid #868d98;
    background-color: initial !important;
    color: #383c41;
    font-size: 18px;
    transition: border-color .2s ease-in-out;
    color: #868d98
}

.popup__input:focus,
.popup__input:hover {
    border: 1px solid #383c41;
    outline: none
}

.popup__input-title {
    display: block;
    margin-bottom: 8px
}

.popup__input-error {
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    color: red
}

.popup__input-icon {
    position: absolute;
    right: 20px;
    bottom: 20px;
    opacity: 0;
    transition: opacity .1s linear
}

.popup__input-icon--success {
    fill: #69c83c
}

.popup__input-icon--failure {
    fill: red
}

.popup__input-icon--show {
    opacity: 1
}

.popup__submit {
    margin-top: 44px
}

.popup__close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 48px;
    height: 48px
}

.popup__close-btn:after,
.popup__close-btn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 17px;
    height: 2px;
    background-color: #dce0e5;
    transition: background-color .25s ease-in-out, width .25s ease-in-out
}

.popup__close-btn:before {
    transform: translate(-50%, -50%) rotate(45deg)
}

.popup__close-btn:after {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.popup__close-btn:focus,
.popup__close-btn:hover {
    outline: none
}

.popup__close-btn:focus:after,
.popup__close-btn:focus:before,
.popup__close-btn:hover:after,
.popup__close-btn:hover:before {
    width: 20px;
    background-color: #868d98
}

.popup__form-agreement {
    margin-top: 20px;
    font-size: 14px;
    line-height: 150%
}

@media screen and (max-width:1280px) {
    .popup__title {
        margin-bottom: 35px
    }

    .popup__input-label {
        margin-top: 35px
    }

    .popup__input-title {
        font-size: 14px
    }

    .popup__input {
        height: 45px
    }
}

@media screen and (max-width:400px) {
    .popup__content {
        padding: 60px 15px 30px
    }

    .popup__input-label {
        margin-top: 25px
    }

    .popup__input {
        height: 40px
    }

    .popup__close-btn {
        top: -2px;
        right: -2px
    }
}

.columns-text__inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 1210px;
    height: inherit;
    margin: 0 auto;
    padding: 0 15px
}

@media screen and (max-width:1280px) {
    .columns-text__inner {
        width: 670px
    }
}

@media screen and (max-width:768px) {
    .columns-text__inner {
        width: 310px
    }
}

.columns-text__text {
    width: 480px
}

.columns-text__text--first {
    font-size: 24px
}

@media screen and (max-width:1280px) {
    .columns-text__text {
        width: 100%;
        font-size: 14px
    }

    .columns-text__text--first {
        margin-bottom: 30px;
        font-size: 18px
    }
}

.statistic:not(.statistic--editable-block) {
    margin-top: 100px;
    margin-bottom: 100px
}

.statistic__inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 1210px;
    height: inherit;
    margin: 0 auto;
    padding: 0 15px
}

@media screen and (max-width:1280px) {
    .statistic__inner {
        width: 670px
    }
}

@media screen and (max-width:768px) {
    .statistic__inner {
        width: 310px
    }
}

.statistic--editable-block .statistic__inner {
    padding: 0
}

.statistic__item {
    flex: 1 1 0;
    min-width: 16.66667%;
    padding: 100px 0;
    border-top: 1px solid #868d98;
    text-align: center
}

.statistic__item--editable-block {
    padding: 0 5px;
    border-top: 0
}

.statistic__item--editable-block .statistic__number,
.statistic__item--editable-block .statistic__title {
    color: inherit
}

.statistic__number {
    color: #383c41;
    font-weight: 700;
    font-size: 64px;
    line-height: 1
}

.statistic__title {
    margin-top: 10px;
    color: #383c41;
    font-size: 18px
}

@media screen and (max-width:1280px) {
    .statistic:not(.statistic--editable-block) {
        margin-top: 50px;
        margin-bottom: 50px
    }

    .statistic__item {
        padding: 50px 0
    }

    .statistic__item--editable-block {
        padding: 0 5px
    }

    .statistic__number {
        font-size: 32px
    }

    .statistic__title {
        font-size: 14px
    }
}

@media screen and (max-width:768px) {
    .statistic__item {
        min-width: 50%;
        border-top: 0;
        border-bottom: 1px solid #868d98
    }

    .statistic__item:last-child,
    .statistic__item:nth-last-child(2):nth-child(odd) {
        border-bottom: 0
    }

    .statistic__item--editable-block {
        width: 33.33333%;
        min-width: 33.33333%;
        padding: 10px 5px;
        border-top: 0;
        border-bottom: 0
    }
}

.list-block {
    padding: 200px 0
}

.list-block__inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 1210px;
    height: inherit;
    margin: 0 auto;
    padding: 0 15px
}

@media screen and (max-width:1280px) {
    .list-block__inner {
        width: 670px
    }
}

@media screen and (max-width:768px) {
    .list-block__inner {
        width: 310px
    }
}

.list-block__title {
    font-weight: 400;
    font-size: 34px;
    line-height: 110%;
    font-style: normal;
    font-family: HelveticaNeueCyr, Arial, sans-serif;
    margin-bottom: 60px
}

@media screen and (max-width:1280px) {
    .list-block__title {
        font-size: 28px
    }
}

.list-block__list-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.list-block__list {
    width: 480px
}

.list-block__list-item {
    padding: 10px 0;
    border-bottom: 1px solid #868d98
}

.list-block__list-item:first-of-type {
    border-top: 1px solid #868d98
}

@media screen and (max-width:1280px) {
    .list-block {
        padding: 100px 0
    }

    .list-block__list {
        width: 255px;
        font-size: 14px
    }
}

@media screen and (max-width:768px) {
    .list-block {
        padding: 70px 0
    }

    .list-block__list-wrap {
        flex-direction: column
    }

    .list-block__list {
        width: 100%
    }

    .list-block__list:not(:first-of-type) .list-block__list-item:first-of-type {
        border-top: 0
    }
}

.pagination {
    margin-top: 50px;
    border-bottom: 1px solid #dce0e5
}

.pagination--in-projects {
    margin-top: 100px
}

.pagination--in-search {
    margin-top: 65px
}

.pagination--dark-mode {
    border-bottom-color: #383c41
}

.pagination__inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 1210px;
    height: inherit;
    margin: 0 auto;
    padding: 0 15px;
    justify-content: center
}

@media screen and (max-width:1280px) {
    .pagination__inner {
        width: 670px
    }
}

@media screen and (max-width:768px) {
    .pagination__inner {
        width: 310px
    }
}

.pagination__item {
    margin-top: 5px;
    margin-bottom: -3px;
    padding: 14px 20px;
    border-bottom: 5px solid transparent;
    transition: border-bottom-color .25s ease-in-out
}

.pagination__item--current,
.pagination__item:focus,
.pagination__item:hover {
    border-bottom-color: #ed1b2f;
    outline: none
}

.pagination__item--dark-mode {
    color: #dce0e5
}

@media screen and (max-width:1280px) {
    .pagination--in-search {
        margin-top: 20px
    }

    .pagination__item {
        font-size: 14px
    }
}

@media screen and (max-width:768px) {
    .pagination {
        border-bottom: 0
    }

    .pagination__item {
        padding: 10px 20px;
        border-bottom: 4px solid #dce0e5
    }

    .pagination__item--dark-mode {
        border-bottom: 5px solid #383c41
    }

    .pagination__item--current {
        border-bottom-color: #ed1b2f
    }
}

.filter {
    display: flex;
    flex-wrap: wrap
}

.filter__item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 41px;
    padding: 0 20px;
    border: 1px solid #868d98;
    border-right: 0;
    color: #383c41;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .04em;
    text-transform: uppercase;
    transition: color .2s ease-in-out, background-color .2s ease-in-out
}

.filter__item--dark-mode {
    color: #dce0e5
}

.filter__item--active,
.filter__item:focus,
.filter__item:hover {
    background-color: #ed1b2f;
    color: #dce0e5;
    outline: none
}

.filter__item:disabled {
    cursor: not-allowed
}

@media screen and (max-width:1280px) {
    .filter__slide-up-down {
        order: 1
    }

    .filter__item {
        font-size: 13px
    }
}

@media screen and (max-width:768px) {
    .filter__slide-up-down {
        order: unset
    }

    .filter {
        margin-top: 30px
    }

    .filter__item {
        width: 100%;
        border: 1px solid #868d98
    }

    .filter__item:not(:first-child) {
        border-top: 0
    }
}

.filter-switcher {
    display: none
}

@media screen and (max-width:1280px) {
    .filter-switcher {
        display: block;
        order: 2
    }

    .filter-switcher__btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 52px;
        height: 41px;
        color: #383c41;
        transition: color .25s ease-in-out, background-color .25s ease-in-out
    }

    .filter-switcher__btn--active {
        background-color: #ed1b2f;
        color: #fff
    }

    .filter-switcher__btn:focus {
        outline: none
    }

    .filter-switcher__btn--filter {
        display: none
    }

    .filter-switcher__btn--search {
        border: 1px solid #868d98
    }

    .filter-switcher__btn-title {
        display: none
    }

    .filter-switcher__btn-icon {
        transition: fill .25s ease-in-out, stroke .25s ease-in-out
    }

    .filter-switcher__btn-icon--filter {
        fill: #383c41
    }

    .filter-switcher__btn-icon--search {
        stroke: #383c41
    }

    .filter-switcher__btn-icon--dark-mode.filter-switcher__btn-icon--filter {
        fill: #fff
    }

    .filter-switcher__btn-icon--dark-mode.filter-switcher__btn-icon--search {
        stroke: #fff
    }

    .filter-switcher__btn--active .filter-switcher__btn-icon--filter {
        fill: #fff
    }

    .filter-switcher__btn--active .filter-switcher__btn-icon--search {
        stroke: #fff
    }
}

@media screen and (max-width:768px) {
    .filter-switcher {
        display: flex;
        align-items: center;
        justify-content: space-between;
        order: unset;
        width: 100%
    }

    .filter-switcher__btn {
        width: calc(50% - 1px);
        background-color: #dce0e5;
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase
    }

    .filter-switcher__btn--filter {
        display: flex
    }

    .filter-switcher__btn--search {
        border: 0
    }

    .filter-switcher__btn--active {
        background-color: #ed1b2f
    }

    .filter-switcher__btn-icon {
        margin-right: 11px
    }

    .filter-switcher__btn-title {
        display: unset
    }

    .filter-switcher__btn-icon--dark-mode.filter-switcher__btn-icon--filter {
        fill: #383c41
    }

    .filter-switcher__btn-icon--dark-mode.filter-switcher__btn-icon--search {
        stroke: #383c41
    }

    .filter-switcher__btn--active .filter-switcher__btn-icon--dark-mode.filter-switcher__btn-icon--filter {
        fill: #fff
    }

    .filter-switcher__btn--active .filter-switcher__btn-icon--dark-mode.filter-switcher__btn-icon--search {
        stroke: #fff
    }
}

.search-line {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    overflow: hidden;
    transition: width .4s ease-in-out, border-color .4s ease-in-out .5s
}

.search-line--dark .search-line__input {
    color: #383c41
}

.search-line--dark .search-line__toggle-icon {
    stroke: #383c41
}

.search-line--dark-mode .search-line__input {
    color: #dce0e5
}

.search-line--dark-mode .search-line__toggle-icon {
    stroke: #dce0e5
}

.search-line--header {
    width: 50px;
    height: 50px;
    border: 1px solid transparent
}

.search-line--header.search-line--open {
    width: 280px;
    border-color: #dce0e5;
    transition: width .4s ease-in-out .2s, border-color .2s ease-in-out
}

.search-line--after-filter {
    flex-shrink: 0;
    width: 49px;
    height: 41px;
    border: 1px solid #868d98
}

.search-line--after-filter.search-line--open {
    width: 500px;
    transition: width .4s ease-in-out
}

.search-line--mobile-menu {
    width: 280px;
    max-width: calc(100% - 40px);
    height: 50px;
    border: 1px solid #dce0e5
}

.search-line__form {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    max-width: calc(100% - 48px)
}

.search-line__submit,
.search-line__toggle {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 100%
}

.search-line__submit:focus,
.search-line__toggle:focus {
    outline: none
}

.search-line__submit:disabled {
    cursor: default
}

.search-line__submit:disabled .search-line__submit-icon {
    stroke: #dce0e5
}

.search-line__toggle:focus .search-line__toggle-icon,
.search-line__toggle:hover .search-line__toggle-icon {
    stroke: #ed1b2f
}

.search-line__toggle-icon {
    stroke: #dce0e5;
    transition: stroke .3s ease-in-out
}

.search-line__submit-icon {
    stroke: #ed1b2f;
    transition: stroke .3s ease-in-out
}

.search-line__input {
    width: 100%;
    max-width: calc(100% - 48px);
    border: 0;
    background-color: initial;
    color: #fff;
    font-size: 18px
}

.search-line__input:focus,
.search-line__input:hover {
    outline: none
}

@media screen and (max-width:1280px) {
    .search-line__slide-up-down {
        order: 3;
        width: 100%
    }

    .search-line--after-filter {
        width: 100%;
        max-width: 100%;
        margin-top: 30px
    }
}

@media screen and (max-width:768px) {
    .search-line__slide-up-down {
        order: unset
    }
}

.slider {
    width: 100%;
    max-width: 2560px;
    margin: 100px auto -41px;
    padding-bottom: 41px
}

.slider .swiper-lazy-preloader {
    border-color: #ed1b2f #ed1b2f #ed1b2f transparent !important
}

.slider .swiper-lazy {
    opacity: 0
}

.slider .swiper-lazy.swiper-lazy-loaded {
    opacity: 1
}

.slider__inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 1210px;
    height: inherit;
    margin: 0 auto;
    padding: 0 15px
}

@media screen and (max-width:1280px) {
    .slider__inner {
        width: 670px
    }
}

@media screen and (max-width:768px) {
    .slider__inner {
        width: 310px
    }
}

.slider__slide {
    width: 100%;
    height: 900px
}

.slider__image {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.slider__controls {
    position: absolute;
    bottom: -41px;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    height: 82px;
    background: #fff
}

.slider__pagination {
    color: #383c41;
    font: 400 24px/1.3 HelveticaNeueCyr, Arial, sans-serif
}

.slider__button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 22px
}

.slider__button svg {
    stroke: #383c41;
    transition: stroke .3s
}

.slider__button--prev {
    transform: rotate(-180deg)
}

.slider__button:focus,
.slider__button:hover {
    outline: none
}

.slider__button:focus svg,
.slider__button:hover svg {
    stroke: #dd1313
}

.slider__button--disabled svg,
.slider__button:disabled svg {
    cursor: default;
    stroke: #dce0e5
}

.slider__button--disabled:hover svg,
.slider__button:disabled:hover svg {
    stroke: #dce0e5
}

@media screen and (max-width:1280px) {
    .slider {
        margin: 50px auto -41px
    }

    .slider__slide {
        height: 700px
    }

    .slider__controls {
        height: 63px
    }
}

@media screen and (max-width:768px) {
    .slider {
        margin: 75px auto 0;
        /* padding-bottom: 0 */
    }

    .slider__slide {
        height: 480px
    }

    .slider__inner {
        position: absolute;
        top: 50%;
        width: 100%
    }

    .slider__controls {
        bottom: 0;
        justify-content: space-between;
        width: 100%;
        height: 0;
        padding: 0 28px
    }

    .slider__button {
        padding: 22px
    }

    .slider__button svg {
        stroke: #fff
    }

    .slider__button--disabled,
    .slider__button:disabled {
        opacity: .2
    }

    .slider__pagination {
        display: none
    }
}

.personal-warning {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15000;
    padding: 15px 0;
    background: rgba(0, 0, 0, .8);
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s
}

.personal-warning--show {
    opacity: 1;
    visibility: visible
}

.personal-warning__inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 1210px;
    height: inherit;
    margin: 0 auto;
    padding: 0 15px;
    flex-wrap: nowrap;
    align-items: center
}

@media screen and (max-width:1280px) {
    .personal-warning__inner {
        width: 670px
    }
}

@media screen and (max-width:768px) {
    .personal-warning__inner {
        width: 310px
    }
}

.personal-warning__text {
    color: #fff;
    font: 400 13px/1.3 HelveticaNeueCyr, Arial, sans-serif
}

.personal-warning__link {
    border-bottom: 1px solid #fff;
    transition: all .2s
}

.personal-warning__link:focus,
.personal-warning__link:hover {
    border-color: transparent;
    outline: none
}

.personal-warning__btn {
    display: block;
    margin-left: 30px;
    padding: 10px 55px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    font: 400 13px/1.4 HelveticaNeueCyr, Arial, sans-serif;
    transition: all .3s
}

.personal-warning__btn:focus,
.personal-warning__btn:hover {
    background: hsla(0, 0%, 46.7%, .75);
    outline: none
}

@media (max-width:767px) {
    .personal-warning__inner {
        flex-direction: column
    }

    .personal-warning__btn {
        margin-top: 20px;
        margin-left: 0
    }
}

.update-warning {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    display: block;
    width: 100%;
    padding: 10px 20px;
    background: #e05252;
    background-size: cover;
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    text-align: center
}

.update-warning a {
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    transition: border-color .3s
}

.update-warning a:focus,
.update-warning a:hover {
    border-bottom-color: transparent;
    outline: none
}

.update-warning__close {
    margin-top: 10px;
    border: 0;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .3s
}

.update-warning__close:focus,
.update-warning__close:hover {
    color: hsla(0, 0%, 100%, .7);
    outline: none
}

.call-back {
    margin: 200px 0;
    text-align: center;
    opacity: 0;
    transition: opacity .4s ease-in-out
}

.call-back--showed {
    opacity: 1
}

.call-back--page-services {
    margin: 100px 0
}

.call-back__title {
    font-weight: 400;
    font-size: 34px;
    line-height: 110%;
    font-style: normal;
    font-family: HelveticaNeueCyr, Arial, sans-serif;
    margin-top: 50px
}

@media screen and (max-width:1280px) {
    .call-back__title {
        font-size: 28px
    }
}

.call-back__subtitle {
    margin-top: 20px;
    font-size: 16px
}

.call-back__action-btn {
    margin-top: 50px
}

@media screen and (max-width:1280px) {
    .call-back {
        margin: 100px 0
    }

    .call-back__subtitle {
        font-size: 14px
    }
}

@media screen and (max-width:768px) {
    .call-back {
        margin: 70px 0;
        padding: 0 10px
    }
}

.footer {
    background-color: #070a0e
}

.footer--error-page {
    display: none
}

.footer__section-1 {
    padding: 100px 0
}

.footer__section-2 {
    position: relative;
    padding: 20px 0;
    border-top: 1px solid #383c41
}

.footer__inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 1210px;
    height: inherit;
    margin: 0 auto;
    padding: 0 15px
}

@media screen and (max-width:1280px) {
    .footer__inner {
        width: 670px
    }
}

@media screen and (max-width:768px) {
    .footer__inner {
        width: 310px
    }
}

.footer__info {
    width: 280px
}

.footer__menu {
    display: flex;
    justify-content: space-evenly;
    width: calc(100% - 560px)
}

.footer__menu--2-columns {
    justify-content: flex-start
}

.footer__menu--2-columns .footer__menu-list:first-child {
    margin-left: 19%
}

.footer__menu--2-columns .footer__menu-list:nth-child(2) {
    margin-left: 16%
}

.footer__contacts {
    width: 280px
}

.footer__logo-image {
    display: block;
    fill: #dce0e5
}

.footer__info-description {
    margin-top: 68px;
    color: #868d98;
    font-size: 18px;
    line-height: 150%
}

.footer__info-logos {
    margin-top: 36px
}

.footer__info-logo {
    margin-right: 25px
}

.footer__menu-item:not(:last-of-type) {
    margin-bottom: 17px
}

.footer__menu-link {
    color: #ed1b2f;
    transition: color .15s linear;
    color: #dce0e5
}

.footer__menu-link:focus,
.footer__menu-link:hover {
    color: #dd1313;
    outline: none
}

.footer__menu-link:active {
    color: #c11111
}

.footer__phone {
    color: #ed1b2f;
    transition: color .15s linear;
    display: block;
    color: #868d98
}

.footer__phone:focus,
.footer__phone:hover {
    color: #dd1313;
    outline: none
}

.footer__phone:active {
    color: #c11111
}

.footer__email {
    color: #ed1b2f;
    transition: color .15s linear;
    display: block;
    color: #868d98
}

.footer__email:focus,
.footer__email:hover {
    color: #dd1313;
    outline: none
}

.footer__email:active {
    color: #c11111
}

.footer__address {
    margin-top: 32px;
    color: #868d98
}

.footer__socials {
    display: flex;
    margin-top: 30px
}

.footer__social-link {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    width: 24px;
    height: 24px
}

.footer__social-link:not(:last-of-type) {
    margin-right: 31px
}

.footer__social-link:focus,
.footer__social-link:hover {
    outline: none
}

.footer__social-link:focus .footer__social-icon,
.footer__social-link:hover .footer__social-icon {
    fill: #dd1313
}

.footer__social-link:active {
    outline: none
}

.footer__social-link:active .footer__social-icon {
    fill: #c11111
}

.footer__social-icon {
    fill: #868d98;
    transition: fill .2s linear
}

.footer__copyright {
    width: 280px;
    color: #383c41;
    font-size: 14px
}

.footer__juridical {
    color: #ed1b2f;
    transition: color .15s linear;
    width: 280px;
    color: #383c41;
    font-size: 14px
}

.footer__juridical:focus,
.footer__juridical:hover {
    color: #dd1313;
    outline: none
}

.footer__juridical:active {
    color: #c11111
}

@media screen and (max-width:1280px) {
    .footer__section-1 .footer__inner {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 50px
    }

    .footer__info {
        display: flex;
        flex-direction: column;
        grid-row: 1/3;
        grid-column: 1/2;
        justify-content: space-between;
        width: unset;
        height: 100%;
        font-size: 14px
    }

    .footer__menu {
        justify-content: flex-start;
        width: unset
    }

    .footer__contacts {
        grid-row: 2/3;
        grid-column: 2/3;
        width: unset;
        font-size: 14px
    }

    .footer__menu-list {
        width: calc(50% - 10px)
    }

    .footer__menu-list:first-of-type {
        margin-left: 0 !important
    }

    .footer__menu-link {
        font-size: 14px
    }

    .footer__logo {
        margin-bottom: auto
    }

    .footer__address {
        padding-right: 70px
    }
}

@media screen and (max-width:768px) {
    .footer__section-1 {
        padding-bottom: 50px
    }

    .footer__section-1 .footer__inner {
        grid-template-rows: auto;
        grid-template-columns: 1fr
    }

    .footer__contacts,
    .footer__info {
        grid-row: unset;
        grid-column: unset
    }

    .footer__info {
        height: unset
    }

    .footer__logo {
        margin-bottom: unset
    }

    .footer__info-description {
        margin-top: 50px
    }

    .footer__address {
        padding-right: 30px
    }
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    border-bottom: 1px solid transparent
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(0) !important;
    color: #dce0e5;
    opacity: 0;
    transition: opacity .4s ease-in-out .4s, transform .4s ease-in-out, background-color .4s ease-in-out, border-bottom-color .4s ease-in-out
}

.site-header--showed {
    opacity: 1
}

.site-header--translated {
    transform: translateY(-100%)
}

.site-header--fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff
}

.site-header--slide-out {
    transform: translateY(0)
}

.site-header--dark-mode {
    border-bottom-color: #383c41;
    background-color: #14181e
}

.site-header__inner {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 200px);
    height: 110px;
    margin: 0 auto
}

.site-header__logo-wrap {
    display: flex;
    flex-shrink: 0;
    margin-right: auto
}

.site-header__logo {
    margin-right: 21px
}

.site-header__logo:focus {
    outline: none
}

.site-header__category-logo {
    object-fit: contain;
    width: auto;
    height: 18px;
    margin-top: 1px;
    object-position: left
}

.site-header__menu {
    flex-shrink: 0
}

.site-header__logo-image {
    display: block;
    fill: #dce0e5;
    transition: fill .4s ease-in-out
}

.site-header__logo-image--black {
    fill: #383c41
}

.site-header__logo-image--dark-mode {
    fill: #dce0e5
}

.site-header__search {
    margin-left: 40px
}

.site-header__phone {
    color: #ed1b2f;
    transition: color .15s linear;
    flex-shrink: 0;
    margin-left: 50px;
    color: inherit;
    transition: color .4s ease-in-out
}

.site-header__phone:focus,
.site-header__phone:hover {
    color: #dd1313;
    outline: none
}

.site-header__phone:active {
    color: #c11111
}

.site-header__phone--black {
    color: #383c41
}

.site-header__phone--dark-mode {
    color: #dce0e5
}

.site-header__phone-icon {
    display: none
}

.site-header__burger {
    position: relative;
    display: none;
    width: 48px;
    height: 48px;
    margin-right: -16px;
    margin-left: 30px
}

.site-header__burger--black .site-header__burger-line {
    background-color: #383c41
}

.site-header__burger--dark-mode .site-header__burger-line {
    background-color: #dce0e5
}

.site-header__burger--opened .site-header__burger-line:first-child {
    transform: translate(-50%, -50%) rotate(45deg)
}

.site-header__burger--opened .site-header__burger-line:nth-child(2) {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(540deg)
}

.site-header__burger--opened .site-header__burger-line:nth-child(3) {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.site-header__burger-line {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    background-color: #dce0e5;
    transition: transform .2s ease-in-out, opacity .25s ease-in, background-color .4s ease-in-out
}

.site-header__burger-line:first-child {
    transform: translate(-50%, calc(-50% - 5px))
}

.site-header__burger-line:nth-child(2) {
    transform: translate(-50%, -50%)
}

.site-header__burger-line:nth-child(3) {
    transform: translate(-50%, calc(-50% + 5px))
}

.header--error-page .site-header__inner .site-header__logo-wrap {
    margin: 0 auto
}

.header--error-page .site-header__inner .site-header__logo {
    margin-right: 0
}

.header--error-page .site-header__inner>:not(.site-header__logo-wrap) {
    display: none
}

@media screen and (max-width:1280px) {
    .site-header__inner {
        width: calc(100% - 120px)
    }

    .site-header__phone {
        margin-left: 30px;
        font-size: 14px
    }

    .site-header__category-logo {
        display: none
    }
}

@media screen and (max-width:1023px) {
    .site-header__inner {
        width: calc(100% - 40px);
        height: 80px
    }

    .site-header__phone-icon {
        display: block
    }

    .site-header__phone-text {
        display: none
    }

    .site-header__burger {
        display: block
    }

    .site-header__search {
        display: none !important
    }
}

.header-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 35px
}

.header-menu__item {
    transition: margin-left .15s ease-in-out
}

.header-menu__item:not(:first-child) {
    margin-left: 50px
}

.header-menu__link {
    color: #ed1b2f;
    transition: color .15s linear;
    display: inline-block;
    padding: 10px 0;
    color: inherit
}

.header-menu__link:focus,
.header-menu__link:hover {
    color: #dd1313;
    outline: none
}

.header-menu__link:active {
    color: #c11111
}

.header-menu__link--black {
    color: #383c41
}

.header-menu__link--dark-mode {
    color: #dce0e5
}

@media screen and (max-width:1280px) {
    .header-menu__link {
        font-size: 14px
    }

    .header-menu__item {
        margin-left: 30px
    }
}

@media screen and (max-width:1023px) {
    .header-menu {
        display: none
    }
}

.mobile-menu {
    position: fixed;
    top: 110px;
    left: 0;
    overflow: auto;
    width: 100%;
    border-top: 1px solid #383c41;
    background-color: #14181e
}

.mobile-menu__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 20px 0
}

.mobile-menu__menu {
    margin-top: auto
}

.mobile-menu__menu-item {
    width: 100%;
    text-align: center;
    text-transform: uppercase
}

.mobile-menu__menu-item:not(:last-child) {
    margin-bottom: 30px
}

.mobile-menu__menu-link {
    display: block;
    font-size: 13px;
    line-height: 1.23
}

.mobile-menu__menu-link:focus {
    outline: none
}

.mobile-menu__phone {
    margin-top: 65px;
    margin-bottom: 15px
}

.mobile-menu__phone:focus {
    outline: none
}

.mobile-menu__search {
    flex-shrink: 0;
    margin-top: auto
}

.mobile-menu-fade-enter-active,
.mobile-menu-fade-leave-active {
    transition: opacity .4s ease-in-out
}

.mobile-menu-fade-enter,
.mobile-menu-fade-leave-to {
    opacity: 0
}

@media screen and (max-width:1023px) {
    .mobile-menu {
        top: 80px
    }
}

.home-intro {
    position: relative
}

.home-intro__inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 1210px;
    height: inherit;
    margin: 0 auto;
    align-items: center;
    min-height: 100vh;
    padding: 100px 0
}

@media screen and (max-width:1280px) {
    .home-intro__inner {
        width: 670px
    }
}

@media screen and (max-width:768px) {
    .home-intro__inner {
        width: 310px
    }
}

.home-intro__bg-img,
.home-intro__bg-video,
.home-intro__bg-video-tone {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center
}

.home-intro__bg-video-tone {
    background-color: rgba(0, 0, 0, .5)
}

.home-intro__menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    opacity: 0;
    transition: opacity .4s ease-in-out .8s
}

.home-intro__menu--showed {
    opacity: 1
}

.home-intro__menu-item {
    border-bottom: 2px solid hsla(0, 0%, 100%, .2)
}

.home-intro__menu-item:last-child,
.home-intro__menu-item:nth-last-child(2):nth-child(odd) {
    border-bottom: 0
}

.home-intro__menu-link {
    display: inline-block;
    padding: 50px 15px 50px 0
}

.home-intro__menu-link:focus {
    outline: none
}

.home-intro__menu-link:focus .home-intro__menu-title,
.home-intro__menu-link:hover .home-intro__menu-title {
    color: #dd1313
}

.home-intro__menu-link:hover .home-intro__menu-link-arrow {
    opacity: 1;
    transform: translateX(0)
}

.home-intro__menu-link:active .home-intro__menu-title {
    color: #c11111
}

.home-intro__menu-logo {
    display: block;
    height: 11px;
}

.home-intro__menu-logo[alt="Оснащение мероприятий"] {
    height: 14px;
}

.home-intro__menu-title {
    position: relative;
    display: block;
    margin-top: 20px;
    color: #fff;
    font-size: 33px;
    line-height: 130%;
    transition: color .15s linear
}

.home-intro__menu-link-arrow {
    margin-left: 22px;
    opacity: 0;
    stroke: #ed1b2f;
    transition: transform .15s ease-in, opacity .15s linear;
    transform: translateX(-20px)
}

@media screen and (max-width:1280px) {
    .home-intro__menu-title {
        font-size: 18px
    }
}

@media screen and (max-width:768px) {
    .home-intro__menu {
        grid-template-columns: 1fr
    }

    .home-intro__menu-link {
        display: inline-block;
        padding: 20px 15px 20px 0
    }

    .home-intro__menu-item,
    .home-intro__menu-item:nth-last-child(2):nth-child(odd) {
        border-bottom: 2px solid hsla(0, 0%, 100%, .2)
    }

    .home-intro__menu-item:last-child {
        border-bottom: 0
    }
}

.home-info {
    color: #383c41;
    opacity: 0;
    transition: opacity .4s ease-in-out
}

.home-info--showed {
    opacity: 1
}

.home-info__inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 1210px;
    height: inherit;
    margin: 0 auto;
    padding: 200px 0
}

@media screen and (max-width:1280px) {
    .home-info__inner {
        width: 670px
    }
}

@media screen and (max-width:768px) {
    .home-info__inner {
        width: 310px
    }
}

.home-info__text {
    width: 500px;
    max-width: 50%;
    font-size: 18px;
    line-height: 1.5
}

.home-info__text p:not(:last-child) {
    margin-bottom: .5em
}

.home-info__text--first {
    padding-right: 30px;
    font-size: 24px;
    line-height: 1.3
}

.home-info__logos {
    width: 100%;
    margin-top: 100px;
    padding-top: 100px;
    border-top: 1px solid #868d98
}

@media screen and (max-width:1280px) {
    .home-info__inner {
        padding: 100px 0
    }

    .home-info__logos {
        margin-top: 50px;
        padding-top: 50px
    }
}

@media screen and (max-width:480px) {
    .home-info__logos {
        overflow: hidden
    }

    .home-info__inner {
        padding: 70px 0
    }
}

.logos-slider__wrap {
    position: relative
}

.logos-slider .swiper-lazy-preloader {
    border-color: #ed1b2f #ed1b2f #ed1b2f transparent !important
}

.logos-slider .swiper-lazy {
    opacity: 0
}

.logos-slider .swiper-lazy.swiper-lazy-loaded {
    opacity: 1
}

.logos-slider__slide {
    position: relative;
    width: 100px;
    height: 65px
}

.logos-slider__slide:hover .logos-slider__logo--color {
    opacity: 1
}

.logos-slider__slide:hover .logos-slider__logo--gray {
    opacity: 0
}

.logos-slider__logo {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
    width: 100%;
    height: 100%;
    transition: opacity .2s cubic-bezier(.29, .6, .55, .84);
    object-position: center
}

.logos-slider__logo--color {
    opacity: 0
}

.logos-slider__btn {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: flex;
    width: 48px;
    height: 48px;
    transform: translateY(-50%)
}

.logos-slider__btn--prev {
    left: -25px
}

.logos-slider__btn--next {
    right: -25px
}

.logos-slider__btn:focus,
.logos-slider__btn:hover {
    outline: none
}

.logos-slider__btn:focus .logos-slider__btn-icon,
.logos-slider__btn:hover .logos-slider__btn-icon {
    stroke: #dd1313
}

.logos-slider__btn:active .logos-slider__btn-icon {
    stroke: #c11111
}

.logos-slider__btn--disabled .logos-slider__btn-icon,
.logos-slider__btn:disabled .logos-slider__btn-icon {
    cursor: default;
    stroke: #dce0e5 !important
}

.logos-slider__btn-icon {
    display: block;
    margin: auto;
    stroke: #ed1b2f
}

.logos-slider__btn-icon--prev {
    transform: rotate(180deg)
}

@media screen and (max-width:768px) {
    .logos-slider {
        height: 420px
    }

    .logos-slider__slide {
        height: 33.33333% !important
    }

    .logos-slider__logo {
        top: 50%;
        left: 50%;
        width: 100px;
        height: 65px;
        transform: translate(-50%, -50%)
    }
}

@media screen and (max-width:480px) {
    .logos-slider__btn--prev {
        left: -10px
    }

    .logos-slider__btn--next {
        right: -10px
    }
}

.home-projects {
    position: relative;
    padding: 200px 0;
    color: #fff
}

.home-projects__under {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #14181e;
    opacity: 1;
    transition: opacity .05s linear
}

.home-projects__inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 1210px;
    height: inherit;
    margin: 0 auto;
    padding: 0 15px
}

@media screen and (max-width:1280px) {
    .home-projects__inner {
        width: 670px
    }
}

@media screen and (max-width:768px) {
    .home-projects__inner {
        width: 310px
    }
}

.home-projects__title {
    font-weight: 400;
    font-size: 34px;
    line-height: 110%;
    font-style: normal;
    font-family: HelveticaNeueCyr, Arial, sans-serif;
    color: #fff
}

@media screen and (max-width:1280px) {
    .home-projects__title {
        font-size: 28px
    }
}

.home-projects__item {
    margin-top: 100px;
    color: #dce0e5;
    opacity: 0;
    transition: opacity .4s ease-in-out, transform .4s ease-in-out;
    transform: translateY(15px)
}

.home-projects__item:nth-child(3n+2) {
    padding-right: 300px
}

.home-projects__item:nth-child(3n+3) {
    padding-left: 300px
}

.home-projects__item--showed {
    opacity: 1;
    transform: translateY(0)
}

.home-projects__item-link {
    display: block
}

.home-projects__item-link:focus,
.home-projects__item-link:hover {
    outline: none
}

.home-projects__item-link:focus .home-projects__item-image,
.home-projects__item-link:hover .home-projects__item-image {
    transform: scale(1.05)
}

.home-projects__item-link:focus .home-projects__item-title,
.home-projects__item-link:hover .home-projects__item-title {
    text-decoration: underline
}

.home-projects__item-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    font-style: normal;
    font-family: HelveticaNeueCyr, Arial, sans-serif;
    display: inline-block;
    margin-top: 10px
}

@media screen and (max-width:1280px) {
    .home-projects__item-title {
        font-size: 14px
    }
}

.home-projects__item-image-wrap {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 600px
}

.home-projects__item-image {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: transform .4s ease-in-out;
    object-position: center
}

.home-projects__item-description {
    padding-right: 35%
}

.home-projects__btn {
    display: flex;
    width: 270px;
    margin: 100px auto 0
}

.home-projects__btn-icon {
    margin-left: 17px;
    stroke: #fff
}

@media screen and (max-width:1280px) {
    .home-projects {
        padding: 100px 0
    }

    .home-projects__item {
        margin-top: 50px
    }

    .home-projects__item:nth-child(3n+2) {
        padding-right: 0
    }

    .home-projects__item:nth-child(3n+3) {
        padding-left: 0
    }

    .home-projects__item-image-wrap {
        height: 420px
    }

    .home-projects__item-description {
        padding-right: 0;
        font-size: 14px
    }

    .home-projects__btn {
        margin: 50px auto 0
    }
}

@media screen and (max-width:768px) {
    .home-projects {
        padding: 70px 0
    }

    .home-projects__item {
        margin-top: 30px
    }

    .home-projects__item-image-wrap {
        height: 280px
    }

    .home-projects__btn {
        margin: 30px auto 0
    }
}

.home-services {
    position: relative;
    margin-bottom: 200px;
    padding-top: 200px
}

.home-services__under {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #14181e;
    opacity: 0;
    transition: opacity .05s linear
}

.home-services__inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 1210px;
    height: inherit;
    margin: 0 auto;
    padding: 0 15px;
    opacity: 0;
    transition: opacity .4s ease-in-out
}

@media screen and (max-width:1280px) {
    .home-services__inner {
        width: 670px
    }
}

@media screen and (max-width:768px) {
    .home-services__inner {
        width: 310px
    }
}

.home-services__inner--showed {
    opacity: 1
}

.home-services__title {
    font-weight: 400;
    font-size: 34px;
    line-height: 110%;
    font-style: normal;
    font-family: HelveticaNeueCyr, Arial, sans-serif
}

@media screen and (max-width:1280px) {
    .home-services__title {
        font-size: 28px
    }
}

.home-services__wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 100px;
    border-top: 1px solid #868d98;
    border-bottom: 1px solid #868d98
}

.home-services__block {
    width: 33.33333%;
    padding: 100px 80px 100px 0;
    border-bottom: 1px solid #868d98
}

.home-services__list {
    margin-top: 20px
}

.home-services__list-item:not(:last-of-type) {
    margin-bottom: 15px
}

.home-services__link {
    color: #ed1b2f;
    transition: color .15s linear;
    display: block
}

.home-services__link:focus,
.home-services__link:hover {
    color: #dd1313;
    outline: none
}

.home-services__link:active {
    color: #c11111
}

@media screen and (min-width:1281px) {

    .home-services__block:nth-last-child(3n):first-child~.home-services__block:last-child,
    .home-services__block:nth-last-child(3n):first-child~.home-services__block:nth-last-child(2),
    .home-services__block:nth-last-child(3n):first-child~.home-services__block:nth-last-child(3),
    .home-services__block:nth-last-child(3n+1):first-child~.home-services__block:last-child,
    .home-services__block:nth-last-child(3n+2):first-child~.home-services__block:last-child,
    .home-services__block:nth-last-child(3n+2):first-child~.home-services__block:nth-last-child(2) {
        border-bottom: 0
    }
}

@media screen and (max-width:1280px) {
    .home-services {
        margin-bottom: 100px;
        padding-top: 100px;
        font-size: 14px;
        line-height: 1.5
    }

    .home-services__wrap {
        margin-top: 50px
    }

    .home-services__block {
        width: 50%;
        padding: 50px 30px 50px 0
    }

    .home-services__block:last-child,
    .home-services__block:nth-last-child(2):nth-child(odd) {
        border-bottom: 0
    }
}

@media screen and (max-width:768px) {
    .home-services {
        margin-bottom: 70px;
        padding-top: 70px
    }

    .home-services__wrap {
        margin-top: 30px
    }

    .home-services__block {
        width: 100%;
        padding: 30px 0
    }

    .home-services__block:nth-last-child(2):nth-child(odd) {
        border-bottom: 1px solid #868d98
    }
}

.page-about {
    padding-top: 180px
}

@media screen and (max-width:1400px) {
    .page-about {
        padding-top: 180px;
    }
}

@media screen and (max-width:1280px) {
    .page-about {
        padding-top: 130px;
    }
}

@media screen and (max-width:768px) {
    .page-about {
        padding-top: 60px !important;
    }
}

.page-about-info__inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 1210px;
    height: inherit;
    margin: 0 auto;
    padding: 0 15px
}

@media screen and (max-width:1280px) {
    .page-about-info__inner {
        width: 670px
    }
}

@media screen and (max-width:768px) {
    .page-about-info__inner {
        width: 310px
    }
}

.page-about-info__title {
    font-weight: 700;
    font-size: 44px;
    line-height: 1;
    font-style: normal;
    font-family: HelveticaNeueCyr, Arial, sans-serif;
    margin-top: 90px;
    margin-bottom: 100px
}

@media screen and (max-width:1280px) {
    .page-about-info__title {
        font-size: 28px
    }
}

.page-about-info__head-image {
    width: 100%;
    height: auto
}

.page-about-info__about-text {
    margin-top: 200px;
    margin-bottom: 200px
}

.page-about-info__info-images-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.page-about-info__info-image {
    object-fit: cover;
    object-position: center
}

.page-about-info__info-image:nth-child(odd) {
    width: 580px;
    height: 500px;
    margin-bottom: 100px
}

.page-about-info__info-image:nth-child(2n) {
    max-width: 480px;
    height: 600px;
    margin-top: 100px
}

@media screen and (max-width:1280px) {
    .page-about-info__title {
        margin-top: 30px;
        margin-bottom: 50px
    }

    .page-about-info__about-text {
        margin-top: 100px;
        margin-bottom: 100px
    }

    .page-about-info__info-image:nth-child(odd) {
        width: 310px;
        height: 270px;
        margin-bottom: 50px
    }

    .page-about-info__info-image:nth-child(2n) {
        max-width: 255px;
        height: 320px;
        margin-top: 50px
    }
}

@media screen and (max-width:768px) {
    .page-about-info__about-text {
        margin-top: 70px;
        margin-bottom: 70px
    }

    .page-about-info__info-images-wrap {
        flex-direction: column
    }

    .page-about-info__info-image:nth-child(odd) {
        order: 2;
        width: 100%;
        height: 270px;
        margin-top: 50px;
        margin-bottom: 0
    }

    .page-about-info__info-image:nth-child(2n) {
        order: 1;
        width: 100%;
        max-width: 100%;
        height: 350px;
        margin-top: 0
    }
}

.page-about-team {
    overflow: hidden;
    padding: 200px 0;
    background-color: #14181e;
    color: #dce0e5
}

.page-about-team__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-left: calc((100% - 1180px)/2)
}

.page-about-team__info {
    position: relative;
    flex-shrink: 0;
    width: 500px;
    min-height: 360px;
    padding-right: 220px;
    padding-bottom: 30px
}

.page-about-team__title {
    font-weight: 400;
    font-size: 34px;
    line-height: 110%;
    font-style: normal;
    font-family: HelveticaNeueCyr, Arial, sans-serif
}

@media screen and (max-width:1280px) {
    .page-about-team__title {
        font-size: 28px
    }
}

.page-about-team__text {
    margin-top: 50px
}

.page-about-team__slider-buttons {
    position: absolute;
    bottom: -9px;
    left: 0
}

.page-about-team__slider-button {
    position: relative;
    width: 16px;
    height: 16px
}

.page-about-team__slider-button:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: calc(100% + 15px);
    height: calc(100% + 15px);
    cursor: pointer;
    transform: translate(-50%, -50%)
}

.page-about-team__slider-button--next {
    margin-left: 12px
}

.page-about-team__slider-button:hover .page-about-team__slider-button-icon {
    stroke: #ed1b2f
}

.page-about-team__slider-button:focus {
    outline: none
}

.page-about-team__slider-button-icon {
    display: block;
    stroke: #868d98;
    transition: stroke .25s ease-in-out
}

.page-about-team__slider-button-icon--prev {
    transform: rotate(180deg)
}

.page-about-team__slider {
    flex-shrink: 0;
    width: 1180px
}

.page-about-team__slider .swiper-lazy {
    opacity: 0
}

.page-about-team__slider .swiper-lazy.swiper-lazy-loaded {
    opacity: 1
}

.page-about-team__slide {
    position: relative;
    width: 280px;
    height: 360px
}

.page-about-team__slide:hover .page-about-team__slide-image {
    opacity: .7
}

.page-about-team__slide:hover .page-about-team__slide-info {
    opacity: 1
}

.page-about-team__slide-image-wrap {
    position: relative;
    width: 100%;
    height: 100%
}

.page-about-team__slide-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: opacity .2s linear;
    object-position: center
}

.page-about-team__slide-info {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 24px 30px;
    opacity: 0;
    transition: opacity .4s ease-in-out
}

.page-about-team__slide-name,
.page-about-team__slide-position {
    display: block
}

@media screen and (max-width:1280px) {
    .page-about-team {
        padding: 100px 0
    }

    .page-about-team__inner {
        padding-left: calc((100% - 640px)/2)
    }

    .page-about-team__info {
        width: 275px;
        min-height: 360px;
        padding-right: 75px
    }

    .page-about-team__text {
        margin-top: 30px;
        font-size: 14px
    }

    .page-about-team__slider {
        width: 805px
    }

    .page-about-team__slide {
        width: 255px;
        height: 328px
    }
}

@media screen and (max-width:1023px) {
    .page-about-team__slide.swiper-slide-active .page-about-team__slide-image {
        opacity: .7
    }

    .page-about-team__slide.swiper-slide-active .page-about-team__slide-info {
        opacity: 1
    }
}

@media screen and (max-width:768px) {
    .page-about-team__inner {
        position: relative;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        width: 1210px;
        height: inherit;
        margin: 0 auto;
        flex-wrap: wrap;
        padding: 0 15px
    }
}

@media screen and (max-width:768px) and (max-width:1280px) {
    .page-about-team__inner {
        width: 670px
    }
}

@media screen and (max-width:768px) and (max-width:768px) {
    .page-about-team__inner {
        width: 310px
    }
}

@media screen and (max-width:768px) {
    .page-about-team__info {
        width: 100%;
        min-height: unset;
        padding-right: 0
    }

    .page-about-team__slider-buttons {
        position: relative;
        margin-top: 30px
    }

    .page-about-team__slider {
        overflow: visible !important;
        width: 420px
    }

    .page-about-team__slide {
        width: 200px;
        height: unset
    }

    .page-about-team__slide-image-wrap {
        position: relative;
        width: 100%;
        height: 256px
    }

    .page-about-team__slide-info {
        position: static;
        margin-top: 30px;
        padding: 0;
        opacity: 0;
        transition: opacity .4s ease-in-out
    }
}

.partners__inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 1210px;
    height: inherit;
    margin: 0 auto;
    padding: 0 15px
}

@media screen and (max-width:1280px) {
    .partners__inner {
        width: 670px
    }
}

@media screen and (max-width:768px) {
    .partners__inner {
        width: 310px
    }
}

.partners__title {
    font-weight: 400;
    font-size: 34px;
    line-height: 110%;
    font-style: normal;
    font-family: HelveticaNeueCyr, Arial, sans-serif
}

@media screen and (max-width:1280px) {
    .partners__title {
        font-size: 28px
    }
}

.partners__list {
    width: 100%;
    margin-top: 70px
}

.partners__list-row {
    display: flex
}

.partners__list-row:first-of-type .partners__list-item {
    box-shadow: 0 -1px 0 #dce0e5, 1px 0 0 #dce0e5, 0 1px 0 #dce0e5
}

.partners__list-row:first-of-type .partners__list-item:first-of-type {
    box-shadow: -1px 0 0 #dce0e5, 0 -1px 0 #dce0e5, 1px 0 0 #dce0e5, 0 1px 0 #dce0e5
}

.partners__list-row--center {
    justify-content: center
}

.partners__list-row--center .partners__list-item:first-child {
    box-shadow: inset 1px 0 0 #dce0e5, 1px 0 0 #dce0e5, 0 1px 0 #dce0e5
}

.partners__list-item {
    position: relative;
    width: 25%;
    height: 180px;
    box-shadow: 1px 0 0 #dce0e5, 0 1px 0 #dce0e5
}

.partners__list-item:first-of-type {
    box-shadow: -1px 0 0 #dce0e5, 1px 0 0 #dce0e5, 0 1px 0 #dce0e5
}

.partners__list-item:hover .partners__logo--gray {
    opacity: 0
}

.partners__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transition: opacity .4s ease-in-out;
    transform: translate(-50%, -50%)
}

@media screen and (max-width:1280px) {
    .partners__list-item {
        height: 94px
    }

    .partners__logo {
        width: auto;
        max-width: 95%;
        height: auto;
        max-height: 90%
    }
}

@media screen and (max-width:768px) {
    .partners__list-item {
        width: 50%
    }
}

.error-page {
    padding-top: 268px;
    padding-bottom: 192px
}

.error-page--404 {
    padding-top: 200px
}

.error-page__inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 1210px;
    height: inherit;
    margin: 0 auto;
    padding: 0 15px
}

@media screen and (max-width:1280px) {
    .error-page__inner {
        width: 670px
    }
}

@media screen and (max-width:768px) {
    .error-page__inner {
        width: 310px
    }
}

.error-page__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%
}

.error-page__title {
    color: #383c41;
    font: 700 44px/1 HelveticaNeueCyr, Arial, sans-serif;
    text-align: center
}

.error-page__title--503 {
    margin-bottom: 66px
}

.error-page__contacts-title {
    color: #383c41;
    font: 400 24px/1.3 HelveticaNeueCyr, Arial, sans-serif
}

.error-page__contacts-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 234px;
    max-width: 100%;
    margin-top: 22px;
    color: #868d98;
    font: 400 18px/1.5 HelveticaNeueCyr, Arial, sans-serif
}

.error-page__contacts-list-item {
    text-align: center
}

.error-page__contacts-link {
    transition: color .3s
}

.error-page__contacts-link:focus,
.error-page__contacts-link:hover {
    color: #ed1b2f;
    outline: none
}

.error-page__contacts-address {
    font-style: normal
}

.error-page__image {
    width: 380px;
    max-width: 100%;
    height: auto;
    margin: 65px 0 60px
}

.error-page__link-wrap--403 {
    margin: 58px 0 94px
}

@media screen and (max-width:1280px) {
    .error-page {
        padding-top: 150px;
        padding-bottom: 150px
    }
}

@media screen and (max-width:768px) {
    .error-page {
        padding-top: 120px;
        padding-bottom: 120px
    }

    .error-page__title {
        font-size: 28px
    }

    .error-page__btn {
        width: 100%
    }

    .error-page__image {
        margin: 50px 0 30px
    }

    .error-page__link-wrap {
        width: 100%
    }

    .error-page__link-wrap--403 {
        margin: 30px 0 40px
    }

    .error-page__title--503 {
        margin-bottom: 30px
    }
}

@media screen and (max-width:480px) {
    .error-page__title {
        text-align: left
    }

    .error-page__contacts-list,
    .error-page__content {
        align-items: flex-start
    }

    .error-page__contacts-list-item {
        text-align: left
    }
}

.contacts {
    padding-top: 180px
}

.contacts__inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 1210px;
    height: inherit;
    margin: 0 auto;
    padding: 0 15px;
    flex-direction: column
}

@media screen and (max-width:1280px) {
    .contacts__inner {
        width: 670px
    }
}

@media screen and (max-width:768px) {
    .contacts__inner {
        width: 310px
    }
}

.contacts__title-wrap {
    margin: 97px 0 100px
}

.contacts__title {
    font-weight: 700;
    font-size: 44px;
    line-height: 1;
    font-style: normal;
    font-family: HelveticaNeueCyr, Arial, sans-serif
}

@media screen and (max-width:1280px) {
    .contacts__title {
        font-size: 28px
    }
}

.contacts__content {
    display: flex;
    width: 100%;
    margin-bottom: 100px
}

.contacts__data-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 51%;
    padding-right: 44px;
    border-right: 1px solid #868d98;
    color: #383c41;
    font: 400 24px/1.3 HelveticaNeueCyr, Arial, sans-serif
}

.contacts__data-divider {
    display: block;
    height: 31px;
    background-color: initial
}

.contacts__data-link {
    transition: color .3s
}

.contacts__data-link:focus,
.contacts__data-link:hover {
    color: #ed1b2f;
    outline: none
}

.contacts__data-address {
    width: 350px;
    max-width: 100%;
    font-style: normal
}

.contacts__question-section {
    display: flex;
    flex-direction: column;
    padding-left: 44px
}

.contacts__data-section,
.contacts__question-section {
    padding-bottom: 40px
}

.contacts__question-text {
    color: #383c41;
    font: 400 24px/1.3 HelveticaNeueCyr, Arial, sans-serif
}

.contacts__chat-btn-wrap {
    margin-top: 78px
}

.contacts__chat-btn-icon {
    width: 18px;
    height: 30px;
    margin-right: 14px;
    margin-left: -11px;
    fill: #fff
}

.contacts__chat-btn {
    padding: 0 40px
}

@media screen and (max-width:1280px) {
    .contacts {
        padding-top: 130px
    }

    .contacts__title-wrap {
        margin: 30px 0 50px
    }

    .contacts__data-section,
    .contacts__question-text {
        font-size: 18px
    }

    .contacts__chat-btn-wrap {
        margin-top: 26px
    }

    .contacts__data-section,
    .contacts__question-section {
        padding-bottom: 30px
    }

    .contacts__chat-btn {
        height: 59px
    }
}

@media screen and (max-width:768px) {
    .contacts {
        padding-top: 60px !important;
    }

    .contacts__content {
        flex-direction: column;
        margin-bottom: 70px
    }

    .contacts__data-section {
        width: 100%;
        padding: 0 0 30px;
        border-right: 0;
        border-bottom: 1px solid #868d98
    }

    .contacts__question-section {
        padding: 30px 0 0
    }

    .contacts__chat-btn {
        width: 100%
    }
}

.contacts-map__wrap {
    position: relative
}

.contacts-map__actions {
    position: absolute;
    right: 28px;
    bottom: 56px;
    border-radius: 3px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

.contacts-map__actions-inner {
    position: relative;
    display: flex;
    flex-direction: column
}

.contacts-map {
    width: 100%;
    height: 640px
}

.ymaps-2-1-77-ground-pane {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale")
}

.contacts-map__zoom-container {
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

.contacts-map__zoom-inner {
    display: flex;
    flex-direction: column
}

.contacts-map__zoom-btn {
    position: relative;
    width: 70px;
    height: 70px;
    background-color: initial;
    transition: background-color .3s
}

.contacts-map__zoom-btn:focus,
.contacts-map__zoom-btn:hover {
    background-color: #f3f5f6;
    outline: none
}

.contacts-map__zoom-btn--plus {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.contacts-map__zoom-btn--plus:after,
.contacts-map__zoom-btn--plus:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 4px;
    background-color: #383c41
}

.contacts-map__zoom-btn--plus:before {
    transform: translate(-50%, -50%)
}

.contacts-map__zoom-btn--plus:after {
    transform: translate(-50%, -50%) rotate(90deg)
}

.contacts-map__zoom-btn--minus {
    margin-top: 1px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.contacts-map__zoom-btn--minus:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 4px;
    background-color: #383c41;
    transform: translate(-50%, -50%)
}

.contacts-map__zoom-btn--minus:after {
    content: "";
    position: absolute;
    top: -1px;
    left: 50%;
    width: 50px;
    height: 1px;
    background-color: #dce0e5;
    transform: translate(-50%)
}

@media screen and (max-width:601px) {
    .contacts-map {
        height: 500px
    }
}

.page-search {
    padding-top: 180px;
    padding-bottom: 220px
}

.page-search__inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 1210px;
    height: inherit;
    margin: 0 auto;
    padding: 0 15px
}

@media screen and (max-width:1280px) {
    .page-search__inner {
        width: 670px
    }
}

@media screen and (max-width:768px) {
    .page-search__inner {
        width: 310px
    }
}

.page-search__title {
    font-weight: 700;
    font-size: 44px;
    line-height: 1;
    font-style: normal;
    font-family: HelveticaNeueCyr, Arial, sans-serif;
    margin-top: 45px
}

@media screen and (max-width:1280px) {
    .page-search__title {
        font-size: 28px
    }
}

.page-search__title-query {
    text-transform: capitalize
}

.page-search__go-home {
    margin-top: 100px;
    color: #383c41
}

@media screen and (max-width:1280px) {
    .page-search {
        padding-top: 130px;
        padding-bottom: 100px
    }

    .page-search__go-home {
        margin-top: 50px
    }
}

@media screen and (max-width:768px) {
    .page-search__title {
        margin-top: 30px
    }

    .page-search__go-home {
        display: flex;
        margin: 50px auto 0
    }
}

.search {
    width: 100%;
    margin-top: 50px
}

.search__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%
}

.search__items {
    width: 100%;
    margin-top: 50px
}

.search__inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 1210px;
    height: inherit;
    margin: 0 auto;
    padding: 0 15px
}

@media screen and (max-width:1280px) {
    .search__inner {
        width: 670px
    }
}

@media screen and (max-width:768px) {
    .search__inner {
        width: 310px
    }
}

@media screen and (max-width:1280px) {
    .search__items {
        margin-top: 15px
    }
}

@media screen and (max-width:768px) {
    .search {
        margin-top: 30px
    }
}

.search-item {
    padding: 50px 0
}

.search-item:not(:first-child) {
    border-top: 1px solid #dce0e5
}

.seFarch-item__breadcrumbs-item {
    color: #ed1b2f;
    transition: color .15s linear
}

.search-item__breadcrumbs-item:focus,
.search-item__breadcrumbs-item:hover {
    color: #dd1313;
    outline: none
}

.search-item__breadcrumbs-item:active {
    color: #c11111
}

.search-item__breadcrumbs-divider {
    color: #ed1b2f
}

.search-item__title-link {
    display: block;
    margin-top: 17px;
    font-size: 24px;
    line-height: 130%;
    text-decoration: underline;
    transition: color .2s linear
}

.search-item__title-link span {
    font-weight: 700
}

.search-item__title-link:focus,
.search-item__title-link:hover {
    color: #dd1313;
    outline: none
}

.search-item__text {
    width: 615px;
    max-width: 100%;
    margin-top: 17px
}

.search-item__text span {
    font-weight: 700
}

@media screen and (max-width:1280px) {
    .search-item {
        padding: 30px 0
    }

    .search-item__breadcrumbs-item {
        font-size: 14px;
        line-height: 130%
    }

    .search-item__title-link {
        font-size: 18px
    }

    .search-item__text {
        font-size: 14px
    }
}

.personal-data {
    padding-top: 180px
}

.personal-data__inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 1210px;
    height: inherit;
    margin: 0 auto;
    flex-direction: column;
    padding: 94px 15px 0
}

@media screen and (max-width:1280px) {
    .personal-data__inner {
        width: 670px
    }
}

@media screen and (max-width:768px) {
    .personal-data__inner {
        width: 310px
    }
}

.personal-data__content {
    display: flex;
    flex-direction: column;
    width: 780px;
    max-width: 100%
}

.personal-data__title {
    font-weight: 700;
    font-size: 44px;
    line-height: 1;
    font-style: normal;
    font-family: HelveticaNeueCyr, Arial, sans-serif;
    margin-bottom: 106px
}

@media screen and (max-width:1280px) {
    .personal-data__title {
        font-size: 28px
    }
}

.personal-data__text {
    margin-bottom: 83px;
    padding-top: 10px;
    color: #383c41;
    font: 400 18px/1.5 HelveticaNeueCyr, Arial, sans-serif
}

.personal-data__text h2 {
    margin-bottom: 19px;
    font: 400 24px/1.3 HelveticaNeueCyr, Arial, sans-serif
}

.personal-data__text h2:not(:first-child) {
    margin-top: 2.5em
}

.personal-data__text p {
    margin-bottom: 18px
}

.personal-data__text a {
    transition: color .3s
}

.personal-data__text a:focus,
.personal-data__text a:hover {
    color: #ed1b2f;
    outline: none
}

.personal-data__action-arrow {
    width: 18px;
    height: 18px;
    margin-right: 17px;
    stroke: #383c41;
    transform: rotate(180deg)
}

.personal-data__actions-wrap {
    margin-bottom: 100px
}

@media screen and (max-width:1280px) {
    .personal-data__inner {
        padding-top: 50px
    }

    .personal-data {
        padding-top: 130px
    }

    .personal-data__title {
        margin-bottom: 50px
    }

    .personal-data__text {
        margin-bottom: 40px;
        font-size: 14px
    }

    .personal-data__actions-wrap {
        margin-bottom: 50px
    }
}

@media screen and (max-width:768px) {
    .personal-data {
        padding-top: 120px
    }
}

.page-projects {
    min-height: 100vh;
    padding-top: 180px;
    padding-bottom: 100px;
    background-color: #14181e
}

.page-projects__inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 1210px;
    height: inherit;
    margin: 0 auto;
    padding: 0 15px
}

@media screen and (max-width:1280px) {
    .page-projects__inner {
        width: 670px
    }
}

@media screen and (max-width:768px) {
    .page-projects__inner {
        width: 310px
    }
}

.page-projects__title {
    font-weight: 700;
    font-size: 44px;
    line-height: 1;
    font-style: normal;
    font-family: HelveticaNeueCyr, Arial, sans-serif;
    max-width: 620px;
    margin-top: 90px;
    color: #dce0e5
}

@media screen and (max-width:1280px) {
    .page-projects__title {
        font-size: 28px
    }
}

.page-projects__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%
}

@media screen and (max-width:1280px) {
    .page-projects {
        padding-top: 130px;
        padding-bottom: 50px
    }

    .page-projects__title {
        margin-top: 30px
    }
}

@media screen and (max-width:768px) {
    .page-projects {
        padding-top: 60px !important;
        padding-bottom: 100px
    }
}

.projects {
    width: 100%;
    margin-top: 50px
}

.projects__inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 1210px;
    height: inherit;
    margin: 0 auto;
    padding: 0 15px
}

@media screen and (max-width:1280px) {
    .projects__inner {
        width: 670px
    }
}

@media screen and (max-width:768px) {
    .projects__inner {
        width: 310px
    }
}

@media screen and (max-width:1280px) {
    .projects {
        margin-top: 30px
    }
}

.projects-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 100px 20px
}

.projects-list:not(.projects-list--editable-block) {
    margin-top: 100px
}

.projects-list__item {
    color: #dce0e5
}

.projects-list--editable-block .projects-list__item {
    color: inherit
}

.projects-list__item-image-wrap {
    position: relative;
    display: block;
    overflow: hidden
}

.projects-list__item-image-wrap:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 79.31%
}

.projects-list__item-image {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: transform .4s ease-in-out;
    object-position: center
}

.projects-list__item-title {
    margin-top: 10px
}

.projects-list__item-link:focus,
.projects-list__item-link:hover {
    outline: none;
    text-decoration: underline
}

.projects-list__item-link:focus .projects-list__item-image,
.projects-list__item-link:hover .projects-list__item-image {
    transform: scale(1.05)
}

@media screen and (max-width:1280px) {
    .projects-list {
        grid-gap: 50px 20px
    }

    .projects-list:not(.projects-list--editable-block) {
        margin-top: 60px
    }

    .projects-list__item-description,
    .projects-list__item-title {
        font-size: 14px
    }
}

@media screen and (max-width:768px) {
    .projects-list {
        grid-template-columns: 1fr
    }

    .projects-list:not(.projects-list--editable-block) {
        margin-top: 50px
    }
}

.projects-block {
    width: 100%;
    padding: 200px 0
}

.projects-block__inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 1210px;
    height: inherit;
    margin: 0 auto;
    padding: 0 15px
}

@media screen and (max-width:1280px) {
    .projects-block__inner {
        width: 670px
    }
}

@media screen and (max-width:768px) {
    .projects-block__inner {
        width: 310px
    }
}

.projects-block__title {
    font-weight: 400;
    font-size: 34px;
    line-height: 110%;
    font-style: normal;
    font-family: HelveticaNeueCyr, Arial, sans-serif;
    color: #fff
}

@media screen and (max-width:1280px) {
    .projects-block__title {
        font-size: 28px
    }
}

.projects-block__btn {
    margin: 127px auto 0;
    color: #fff
}

@media screen and (max-width:1280px) {
    .projects-block {
        padding: 100px 0
    }

    .projects-block__btn {
        margin: 80px auto 0
    }
}

@media screen and (max-width:768px) {
    .projects-block {
        padding: 70px 0
    }

    .projects-block__btn {
        margin: 30px auto 0
    }
}

.page-project {
    min-height: 100vh;
    padding-top: 180px;
    background-color: #14181e;
    color: #dce0e5
}

.page-project__inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 1210px;
    height: inherit;
    margin: 0 auto;
    padding: 0 15px
}

@media screen and (max-width:1280px) {
    .page-project__inner {
        width: 670px
    }
}

@media screen and (max-width:768px) {
    .page-project__inner {
        width: 310px
    }
}

.page-project__title {
    font-weight: 700;
    font-size: 44px;
    line-height: 1;
    font-style: normal;
    font-family: HelveticaNeueCyr, Arial, sans-serif;
    width: calc(100% - 480px);
    padding-right: 25px
}

.page-project__subtitle {
    display: block;
    font-size: 18px;
}

@media (min-width: 1281px) {
    .page-project__subtitle {
        margin-top: 20px;
        text-align: right;
    }
}

@media screen and (max-width:1280px) {
    .page-project__title {
        font-size: 28px
    }
}

.page-project__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 50px 0 100px
}

.page-project__head-info {
    width: 480px
}

.page-project__head-dates {
    margin-top: 10px
}

.page-project__head-icon-wrap {
    display: inline-block;
    width: 16px;
    margin-right: 10px;
    text-align: center
}

.page-project__head-icon {
    fill: #868d98
}

@media screen and (max-width:1280px) {
    .page-project {
        padding-top: 180px
    }

    .page-project__head {
        flex-wrap: wrap;
        padding: 50px 0 75px
    }

    .page-project__title {
        width: 100%
    }

    .page-project__head-info {
        width: 100%;
        margin-top: 50px;
        font-size: 14px
    }
}

@media screen and (max-width:768px) {
    .page-project {
        padding-top: 60px !important;
    }

    .page-project__head {
        padding: 45px 0 50px
    }
}

.page-services {
    padding-top: 180px
}

.page-services__inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 1210px;
    height: inherit;
    margin: 0 auto;
    padding: 0 15px
}

@media screen and (max-width:1280px) {
    .page-services__inner {
        width: 670px
    }
}

@media screen and (max-width:768px) {
    .page-services__inner {
        width: 310px
    }

    .page-services {
        padding-top: 60px !important;
    }
}

.page-services__title {
    font-weight: 700;
    font-size: 44px;
    line-height: 1;
    font-style: normal;
    font-family: HelveticaNeueCyr, Arial, sans-serif;
    margin-top: 90px
}

@media screen and (max-width:1280px) {
    .page-services__title {
        font-size: 28px
    }
}

@media screen and (max-width:1400px) {
    .page-services {
        padding-top: 130px
    }

    .page-services__title {
        margin-top: 30px
    }
}

.services {
    width: 100%;
    margin-top: 50px;
    border-bottom: 1px solid #868d98
}

.services--editable-block {
    margin-top: 0;
    border-bottom: 0
}

.services__inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 1210px;
    height: inherit;
    margin: 0 auto;
    padding: 0 15px
}

@media screen and (max-width:1280px) {
    .services__inner {
        width: 670px
    }
}

@media screen and (max-width:768px) {
    .services__inner {
        width: 310px
    }
}

.services__wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
    padding-right: 100px;
    padding-bottom: 100px
}

.services__wrap--editable-block {
    margin-top: 0;
    padding-bottom: 0
}

.services__side {
    width: calc(50% - 60px)
}

.services__block:not(:last-of-type) {
    margin-bottom: 100px
}

.services__block-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    font-style: normal;
    font-family: HelveticaNeueCyr, Arial, sans-serif;
    margin-bottom: 30px
}

@media screen and (max-width:1280px) {
    .services__block-title {
        font-style: 300;
        font-size: 18px
    }
}

.services__item {
    border-bottom: 1px solid #868d98
}

.services__item:first-of-type {
    border-top: 1px solid #868d98
}

.services__item-handle {
    position: relative;
    padding: 10px 25px 10px 0;
    cursor: pointer
}

.services__item-handle:focus,
.services__item-handle:hover {
    outline: none
}

.services__item-handle:focus .services__item-title,
.services__item-handle:hover .services__item-title {
    color: #c11111
}

.services__item-title {
    color: #ed1b2f;
    transition: color .15s ease-in-out
}

.services__item-title--link {
    color: #ed1b2f;
    transition: color .15s linear;
    display: inline-block;
    width: 100%;
    padding: 10px 0
}

.services__item-title--link:focus,
.services__item-title--link:hover {
    color: #dd1313;
    outline: none
}

.services__item-title--link:active {
    color: #c11111
}

.services__item-handle-icon {
    position: absolute;
    top: calc(50% - 3px);
    right: 0;
    stroke: #868d98;
    transition: transform .35s ease-out
}

.services__item-handle-icon--open {
    transform: rotate(180deg)
}

.services__item-image {
    object-fit: contain;
    width: 100%;
    height: 330px;
    object-position: center
}

.services__item-btn,
.services__item-text {
    margin-top: 30px
}

.services__item-content {
    padding-bottom: 30px
}

@media screen and (max-width:1400px) {
    .services {
        margin-top: 30px
    }

    .services--editable-block {
        margin-top: 0
    }

    .services__wrap {
        margin-top: 50px;
        padding-right: 0;
        padding-bottom: 50px
    }

    .services__wrap--editable-block {
        margin-top: 0;
        padding-bottom: 0
    }

    .services__side {
        width: calc(50% - 10px);
        padding-right: 0
    }

    .services__block:not(:last-of-type) {
        margin-bottom: 50px
    }

    .services__item-text,
    .services__item-title {
        font-size: 14px
    }

    .services__item-btn {
        margin-top: 20px
    }
}

@media screen and (max-width:768px) {
    .services {
        border-bottom: 0
    }

    .services__wrap {
        flex-wrap: wrap;
        padding-bottom: 0
    }

    .services__side {
        width: 100%
    }

    .services__side:not(:first-of-type) {
        margin-top: 50px
    }

    .services--editable-block .services__side:not(:first-of-type) {
        margin-top: 30px
    }

    .services--editable-block .services__block:not(:last-of-type) {
        margin-bottom: 30px
    }

    .services--editable-block.services--links-block .services__side:not(:first-of-type) {
        margin-top: 0
    }

    .services--editable-block.services--links-block .services__side:not(:first-of-type) .services__item {
        border-top: 0
    }
}

.page-service {
    padding-top: 300px
}

@media screen and (max-width:1280px) {
    .page-service {
        padding-top: 130px !important;
    }
}

@media screen and (max-width:768px) {
    .page-service {
        padding-top: 60px !important;
    }
}

.editable-block__inner {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 20px
}

.editable-block__inner--container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 1210px;
    height: inherit;
    margin: 0 auto;
    padding: 0 15px;
    display: grid
}

@media screen and (max-width:1280px) {
    .editable-block__inner--container {
        width: 670px
    }
}

@media screen and (max-width:768px) {
    .editable-block__inner--container {
        width: 310px
    }
}

.editable-block {
    margin-top: -1px;
    padding-top: var(--block-padding-top, 0);
    padding-bottom: var(--block-padding-bottom, 0);
}

.editable-block--image-plus-text h1,
.editable-block--poster h1,
.editable-block--text h1,
.editable-block--two-columns h1 {
    font-weight: 700;
    font-size: 44px;
    line-height: 1;
    font-style: normal;
    font-family: HelveticaNeueCyr, Arial, sans-serif
}

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

    .editable-block--image-plus-text h1,
    .editable-block--poster h1,
    .editable-block--text h1,
    .editable-block--two-columns h1 {
        font-size: 28px
    }
}

.editable-block--image-plus-text h2,
.editable-block--poster h2,
.editable-block--text h2,
.editable-block--two-columns h2 {
    font-weight: 400;
    font-size: 34px;
    line-height: 110%;
    font-style: normal;
    font-family: HelveticaNeueCyr, Arial, sans-serif
}

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

    .editable-block--image-plus-text h2,
    .editable-block--poster h2,
    .editable-block--text h2,
    .editable-block--two-columns h2 {
        font-size: 27px
    }
}

.editable-block--image-plus-text h3,
.editable-block--poster h3,
.editable-block--text h3,
.editable-block--two-columns h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    font-style: normal;
    font-family: HelveticaNeueCyr, Arial, sans-serif
}

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

    .editable-block--image-plus-text h3,
    .editable-block--poster h3,
    .editable-block--text h3,
    .editable-block--two-columns h3 {
        font-style: 300;
        font-size: 18px
    }
}

.editable-block--image-plus-text h4,
.editable-block--poster h4,
.editable-block--text h4,
.editable-block--two-columns h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    font-style: normal;
    font-family: HelveticaNeueCyr, Arial, sans-serif
}

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

    .editable-block--image-plus-text h4,
    .editable-block--poster h4,
    .editable-block--text h4,
    .editable-block--two-columns h4 {
        font-size: 14px
    }
}

.editable-block--image-plus-text h5,
.editable-block--poster h5,
.editable-block--text h5,
.editable-block--two-columns h5 {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    font-style: normal;
    font-family: HelveticaNeueCyr, Arial, sans-serif
}

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

    .editable-block--image-plus-text h5,
    .editable-block--poster h5,
    .editable-block--text h5,
    .editable-block--two-columns h5 {
        font-size: 14px
    }
}

.editable-block--image-plus-text h6,
.editable-block--poster h6,
.editable-block--text h6,
.editable-block--two-columns h6 {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    font-style: normal;
    font-family: HelveticaNeueCyr, Arial, sans-serif
}

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

    .editable-block--image-plus-text h6,
    .editable-block--poster h6,
    .editable-block--text h6,
    .editable-block--two-columns h6 {
        font-size: 14px
    }
}

.editable-block--image-plus-text h1:not(:last-child),
.editable-block--image-plus-text h2:not(:last-child),
.editable-block--image-plus-text h3:not(:last-child),
.editable-block--image-plus-text h4:not(:last-child),
.editable-block--image-plus-text h5:not(:last-child),
.editable-block--image-plus-text h6:not(:last-child),
.editable-block--image-plus-text ol:not(:last-child),
.editable-block--image-plus-text p:not(:last-child),
.editable-block--image-plus-text ul:not(:last-child),
.editable-block--poster h1:not(:last-child),
.editable-block--poster h2:not(:last-child),
.editable-block--poster h3:not(:last-child),
.editable-block--poster h4:not(:last-child),
.editable-block--poster h5:not(:last-child),
.editable-block--poster h6:not(:last-child),
.editable-block--poster ol:not(:last-child),
.editable-block--poster p:not(:last-child),
.editable-block--poster ul:not(:last-child),
.editable-block--text h1:not(:last-child),
.editable-block--text h2:not(:last-child),
.editable-block--text h3:not(:last-child),
.editable-block--text h4:not(:last-child),
.editable-block--text h5:not(:last-child),
.editable-block--text h6:not(:last-child),
.editable-block--text ol:not(:last-child),
.editable-block--text p:not(:last-child),
.editable-block--text ul:not(:last-child),
.editable-block--two-columns h1:not(:last-child),
.editable-block--two-columns h2:not(:last-child),
.editable-block--two-columns h3:not(:last-child),
.editable-block--two-columns h4:not(:last-child),
.editable-block--two-columns h5:not(:last-child),
.editable-block--two-columns h6:not(:last-child),
.editable-block--two-columns ol:not(:last-child),
.editable-block--two-columns p:not(:last-child),
.editable-block--two-columns ul:not(:last-child) {
    margin-bottom: 30px
}

.editable-block--image-plus-text li:not(:last-child),
.editable-block--poster li:not(:last-child),
.editable-block--text li:not(:last-child),
.editable-block--two-columns li:not(:last-child) {
    margin-bottom: 10px
}

.editable-block--image-plus-text a,
.editable-block--poster a,
.editable-block--text a,
.editable-block--two-columns a {
    color: #ed1b2f;
    transition: color .15s linear
}

.editable-block--image-plus-text a:focus,
.editable-block--image-plus-text a:hover,
.editable-block--poster a:focus,
.editable-block--poster a:hover,
.editable-block--text a:focus,
.editable-block--text a:hover,
.editable-block--two-columns a:focus,
.editable-block--two-columns a:hover {
    color: #dd1313;
    outline: none
}

.editable-block--image-plus-text a:active,
.editable-block--poster a:active,
.editable-block--text a:active,
.editable-block--two-columns a:active {
    color: #c11111
}

.editable-block--links a {
    color: #ed1b2f;
    transition: color .15s linear;
    display: inline-flex;
    align-items: center
}

.editable-block--links a:focus,
.editable-block--links a:hover {
    color: #dd1313;
    outline: none
}

.editable-block--links a:active {
    color: #c11111
}

.editable-block--links a:not(:last-of-type) {
    margin-right: 70px
}

.editable-block--links a:after {
    content: "→";
    margin-left: 7px
}

.editable-block--poster {
    background-size: cover
}

.editable-block__item--poster {
    padding: 35px 0
}

.editable-block__projects-btn {
    display: flex;
    width: 280px;
    margin: 100px auto 0;
    color: inherit
}

.editable-block--two-columns .editable-block__wrap:last-child .editable-block__two-columns-btn {
    display: none
}

.editable-block__two-columns-btn {
    margin-top: 70px
}

.editable-block--offset {
    height: var(--offset-height, 100px)
}

.editable-block__poster-mobile-image {
    display: none
}

@media screen and (max-width:1280px) {
    .editable-block.editable-block--text {
        padding-top: var(--block-padding-top, 0);
        padding-bottom: var(--block-padding-bottom, 0);
    }

    .gallery-editable__item>.gallery-editable__item-title {
        display: none;
    }

    .gallery-editable__inner>.gallery-editable__item:last-child {
        margin: 20px 0px 20px 0px;
    }

    .editable-block.editable-block--image {
        padding-bottom: 15px;
    }

    .editable-block__inner>.editable-block__item {}

    .editable-block--image-plus-text,
    .editable-block--poster,
    .editable-block--text {
        font-size: 14px
    }

    .editable-block--image-plus-text h1:not(:last-child),
    .editable-block--image-plus-text h2:not(:last-child),
    .editable-block--image-plus-text h3:not(:last-child),
    .editable-block--image-plus-text h4:not(:last-child),
    .editable-block--image-plus-text h5:not(:last-child),
    .editable-block--image-plus-text h6:not(:last-child),
    .editable-block--image-plus-text ol:not(:last-child),
    .editable-block--image-plus-text p:not(:last-child),
    .editable-block--image-plus-text ul:not(:last-child),
    .editable-block--poster h1:not(:last-child),
    .editable-block--poster h2:not(:last-child),
    .editable-block--poster h3:not(:last-child),
    .editable-block--poster h4:not(:last-child),
    .editable-block--poster h5:not(:last-child),
    .editable-block--poster h6:not(:last-child),
    .editable-block--poster ol:not(:last-child),
    .editable-block--poster p:not(:last-child),
    .editable-block--poster ul:not(:last-child),
    .editable-block--text h1:not(:last-child),
    .editable-block--text h2:not(:last-child),
    .editable-block--text h3:not(:last-child),
    .editable-block--text h4:not(:last-child),
    .editable-block--text h5:not(:last-child),
    .editable-block--text h6:not(:last-child),
    .editable-block--text ol:not(:last-child),
    .editable-block--text p:not(:last-child),
    .editable-block--text ul:not(:last-child) {
        margin-bottom: 17px
    }

    .editable-block--links a {
        font-size: 14px
    }

    .editable-block--links a:not(:last-child) {
        margin-right: 40px
    }

    .editable-block--two-columns .editable-block__wrap {
        grid-column: span 12 !important
    }

    .editable-block--two-columns .editable-block__wrap-content {
        font-size: 14px
    }

    .editable-block--two-columns .editable-block__wrap:first-child .editable-block__two-columns-btn {
        display: none
    }

    .editable-block--two-columns .editable-block__wrap:last-child {
        margin-top: 30px margin-bottom: 20px;
    }

    .editable-block--two-columns .editable-block__wrap:last-child .editable-block__two-columns-btn {
        display: inline-flex
    }

    .editable-block__two-columns-btn {
        margin-top: 50px
    }

    .editable-block--offset {
        height: calc(var(--offset-height, 100px)/2)
    }

    .editable-block--image-plus-text .editable-block__item {
        grid-column: span 6 !important
    }

    .editable-block__projects-btn {
        margin: 50px auto 0
    }
}

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

    .editable-block--image .editable-block__item,
    .editable-block--line .editable-block__wrap,
    .editable-block--links .editable-block__wrap,
    .editable-block--text .editable-block__wrap {
        grid-column: span 12 !important
    }

    .editable-block--links .editable-block__wrap a {
        display: block
    }

    .editable-block__two-columns-btn {
        width: 100%;
        margin-top: 30px
    }

    .editable-block--poster {
        background-image: unset !important;
        background-position: unset !important
    }

    .editable-block--poster .editable-block__inner {
        align-items: unset !important;
        min-height: unset !important
    }

    .editable-block__poster-mobile-image {
        display: block;
        width: 100%;
        height: auto
    }

    .editable-block__item--poster {
        grid-column: span 12 !important;
        padding: 16px 0 30px
    }

    .editable-block--offset {
        height: calc(var(--offset-height, 100px)/3)
    }

    .editable-block--image-plus-text .editable-block__item {
        grid-column: span 12 !important
    }

    .editable-block--image-plus-text .editable-block__item:not(:first-of-type) {
        margin-top: 20px;
        margin-bottom: 20px;
        order: -1;
    }

    .editable-block__projects-btn {
        width: 100%
    }

    .editable-block--digits .editable-block__inner {
        padding: 0
    }
}

.gallery-editable__inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 1210px;
    height: inherit;
    margin: 0 auto;
    padding: 0 15px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    /* grid-row-gap: 50px; */
    grid-column-gap: 20px
}

@media screen and (max-width:1280px) {
    .gallery-editable__inner {
        width: 670px
    }
}

@media screen and (max-width:768px) {
    .gallery-editable__inner {
        width: 310px
    }
}

.gallery-editable__image-wrap {
    position: relative;
    display: block;
    overflow: hidden
}

.gallery-editable__image-wrap:before {
    content: "";
    display: block;
    width: 100%;
    height: auto
}

.gallery-editable__image-wrap--16x9:before {
    padding-top: 56.25%
}

.gallery-editable__image-wrap--4x3:before {
    padding-top: 75%
}

.gallery-editable__image-wrap--1x1:before {
    padding-top: 100%
}

.gallery-editable__image-wrap--3x4:before {
    padding-top: 133.3333%
}

.gallery-editable__image-wrap--9x16:before {
    padding-top: 177.7778%
}

.gallery-editable__image-wrap:focus,
.gallery-editable__image-wrap:hover {
    outline: none
}

.gallery-editable__image-wrap:focus .gallery-editable__image,
.gallery-editable__image-wrap:hover .gallery-editable__image {
    transform: scale(1.05)
}

.gallery-editable__image {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
    width: 100%;
    height: 100%;
    transition: transform .4s ease-in-out;
    object-position: center
}

.gallery-editable__item-title {
    display: -webkit-box;
    overflow: hidden;
    margin-top: 20px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.gallery-editable__popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%
}

.gallery-editable__popup-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(20, 24, 30, .85)
}

.gallery-editable__slider-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 980px;
    max-width: calc(100vw - 250px);
    padding-top: calc(6rem + 40px);
    transform: translate(-50%, -50%)
}

.gallery-editable__slide-image-wrap {
    position: relative;
    width: 100%;
    height: calc(100vh - 12rem - 140px)
}

.gallery-editable__slide-image {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
    width: 100%;
    height: 100%;
    object-position: center
}

.gallery-editable__slide-pagination {
    margin-top: 30px;
    color: #dce0e5
}

.gallery-editable__slide-title {
    display: -webkit-box;
    overflow: hidden;
    margin-top: 5px;
    color: #dce0e5;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.gallery-editable__slider-nav {
    position: absolute;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    transform: translateY(-50%)
}

.gallery-editable__slider-nav--prev {
    left: -100px
}

.gallery-editable__slider-nav--next {
    right: -100px
}

.gallery-editable__slider-nav:focus,
.gallery-editable__slider-nav:hover {
    outline: none
}

.gallery-editable__slider-nav:focus .gallery-editable__slider-nav-icon,
.gallery-editable__slider-nav:hover .gallery-editable__slider-nav-icon {
    stroke: #ed1b2f
}

.gallery-editable__slider-nav-icon {
    stroke: #dce0e5;
    transition: stroke .4s ease-in-out
}

.gallery-editable__slider-nav-icon--prev {
    transform: rotate(180deg)
}

.gallery-editable__slider-nav-icon--next {
    right: -100px
}

.gallery-editable__slider-close {
    position: absolute;
    top: calc(30px + 6rem);
    right: -100px;
    width: 48px;
    height: 48px
}

.gallery-editable__slider-close:after,
.gallery-editable__slider-close:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 17px;
    height: 2px;
    background-color: #dce0e5;
    transition: background-color .4s ease-in-out
}

.gallery-editable__slider-close:before {
    transform: translate(-50%, -50%) rotate(45deg)
}

.gallery-editable__slider-close:after {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.gallery-editable__slider-close:focus,
.gallery-editable__slider-close:hover {
    outline: none
}

.gallery-editable__slider-close:focus:after,
.gallery-editable__slider-close:focus:before,
.gallery-editable__slider-close:hover:after,
.gallery-editable__slider-close:hover:before {
    background-color: #ed1b2f
}

.gallery-fade-enter-active,
.gallery-fade-leave-active {
    transition: opacity .4s
}

.gallery-fade-enter,
.gallery-fade-leave-to {
    opacity: 0
}

@media screen and (max-width:1280px) {
    .gallery-editable__item {
        grid-column: auto/span 4 !important
    }

    .gallery-editable__item-title,
    .gallery-editable__slide-title {
        font-size: 14px
    }
}

@media screen and (max-width:768px) {
    .gallery-editable__item {
        grid-column: auto/span 12 !important;
        margin: 20px 0px 0px 0px;
    }

    .gallery-editable__slider-wrap {
        max-width: calc(100vw - 100px)
    }

    .gallery-editable__slider-nav {
        z-index: 2
    }

    .gallery-editable__slider-nav--prev {
        left: 10px
    }

    .gallery-editable__slider-nav--next {
        right: 10px
    }

    .gallery-editable__slider-close {
        right: -48px
    }
}

@media screen and (max-width:480px) {
    .gallery-editable__item-title {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset
    }
}

.slider-editable__inner--wide .slider-editable__slide {
    height: 900px;
    min-height: 100vh;
}

.slider-editable__inner--container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 1210px;
    height: inherit;
    margin: 0 auto;
    padding: 0 15px
}

@media screen and (max-width:1280px) {
    .slider-editable__inner--container {
        width: 670px
    }
}

@media screen and (max-width:768px) {
    .slider-editable__inner--container {
        width: 310px
    }
}

.slider-editable__inner--container .slider-editable__slide {
    height: auto;
}

.slider-editable__slider-wrap {
    position: relative;
    width: 100%
}

.slider-editable__slider-nav {
    position: absolute;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    transform: translateY(-50%)
}

.slider-editable__slider-nav--prev {
    left: -100px
}

.slider-editable__slider-nav--next {
    right: -100px
}

.slider-editable__slider-nav:focus,
.slider-editable__slider-nav:hover {
    outline: none
}

.slider-editable__slider-nav:focus .slider-editable__slider-nav-icon,
.slider-editable__slider-nav:hover .slider-editable__slider-nav-icon {
    stroke: #ed1b2f
}

.slider-editable__slider-nav-icon {
    stroke: #000519;
    transition: stroke .4s ease-in-out
}

@media screen and (max-width: 1400px) {
    .slider-editable__slider-nav-icon {
        stroke: #dce0e5;
    }
}

.slider-editable__slider-nav-icon--prev {
    transform: rotate(180deg)
}

.slider-editable__image {
    width: 100%;
    height: 100%
}

.slider-editable__video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center
}

.slider-editable__slider-nav-dots {
    position: absolute;
    bottom: 28px;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%)
}

.slider-editable__slider-nav-dots .swiper-pagination-bullet {
    margin: 0 4px;
    background-color: #fff;
    opacity: .2;
    transition: opacity .35s ease-in-out
}

.slider-editable__slider-nav-dots .swiper-pagination-bullet:focus,
.slider-editable__slider-nav-dots .swiper-pagination-bullet:hover {
    opacity: .5
}

.slider-editable__slider-nav-dots .swiper-pagination-bullet-active {
    opacity: 1
}

.slider-editable__wide-navigation {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    transform: translateY(50%)
}

.slider-editable__wide-navigation-inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 1210px;
    height: inherit;
    margin: 0 auto;
    padding: 0 15px
}

@media screen and (max-width:1280px) {
    .slider-editable__wide-navigation-inner {
        width: 670px
    }
}

@media screen and (max-width:768px) {
    .slider-editable__wide-navigation-inner {
        width: 310px
    }
}

.slider-editable__wide-navigation-buttons {
    display: flex;
    align-items: center;
    padding: 17px;
    background-color: #fff
}

.slider-editable__slider-wide-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    transition: opacity .4s linear
}

.slider-editable__slider-wide-nav:focus,
.slider-editable__slider-wide-nav:hover {
    outline: none
}

.slider-editable__slider-wide-nav:focus .slider-editable__slider-wide-nav-icon,
.slider-editable__slider-wide-nav:hover .slider-editable__slider-wide-nav-icon {
    stroke: #ed1b2f
}

.slider-editable__slider-wide-nav-icon {
    stroke: #383c41;
    transition: stroke .4s ease-in-out
}

.slider-editable__slider-wide-nav-icon--prev {
    transform: rotate(180deg)
}

.slider-editable__slider-nav--disabled {
    opacity: .5
}

.slider-editable__slider-nav--disabled .slider-editable__slider-nav-icon,
.slider-editable__slider-nav--disabled .slider-editable__slider-wide-nav-icon {
    cursor: not-allowed;
    stroke: #dce0e5
}

.slider-editable__slider-nav--disabled:focus,
.slider-editable__slider-nav--disabled:hover {
    opacity: .5
}

.slider-editable__slider-nav--disabled:focus .slider-editable__slider-nav-icon,
.slider-editable__slider-nav--disabled:focus .slider-editable__slider-wide-nav-icon,
.slider-editable__slider-nav--disabled:hover .slider-editable__slider-nav-icon,
.slider-editable__slider-nav--disabled:hover .slider-editable__slider-wide-nav-icon {
    cursor: not-allowed;
    stroke: #dce0e5
}

.slider-editable__wide-navigation-counter {
    margin: 0 10px;
    color: #000;
    font-size: 24px
}

@media screen and (max-width:1400px) {
    .slider-editable__slider-nav {
        z-index: 2
    }

    .slider-editable__slider-nav--prev {
        left: 40px
    }

    .slider-editable__slider-nav--next {
        right: 40px
    }
}

@media screen and (max-width:1280px) {
    .slider-editable__inner--wide .slider-editable__slide {
        height: 700px;
    }

    .slider-editable__inner--container .slider-editable__slide {
        height: 332px
    }

    .slider-editable__wide-navigation-buttons {
        padding: 7px
    }
}

@media screen and (max-width:768px) {
    .slider-editable__inner--wide .slider-editable__slide {
        height: 254px;
        min-height: auto;
    }

    .slider-editable__inner--container .slider-editable__slide {
        height: 180px
    }

    .slider-editable__wide-navigation-buttons {
        padding: 0
    }

    .slider-editable__slider-wide-nav-icon {
        width: 16px;
        height: auto
    }

    .slider-editable__wide-navigation-counter {
        margin: 0;
        font-size: 18px
    }

    .slider-editable__slider-wide-nav {
        width: 41px;
        height: 41px
    }

    .slider-editable__slider-nav-dots {
        display: none
    }
}

.mapper__inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 1210px;
    height: inherit;
    margin: 0 auto;
    padding: 0 15px;
    justify-content: center
}

@media screen and (max-width:1280px) {
    .mapper__inner {
        width: 670px
    }
}

@media screen and (max-width:768px) {
    .mapper__inner {
        width: 310px
    }
}

.mapper__field {
    position: relative
}

.mapper__points-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.mapper__point {
    position: absolute;
    z-index: 1;
    transform: translate(-50%, -50%)
}

.mapper__point-btn {
    position: relative;
    z-index: 1;
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #ed1b2f;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    transition: background-color .4s ease-in-out
}

.mapper__point-btn:after,
.mapper__point-btn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 3px;
    background-color: #fff;
    transition: transform .25s ease-out
}

.mapper__point-btn:before {
    transform: translate(-50%, -50%) rotate(90deg)
}

.mapper__point-btn:after {
    transform: translate(-50%, -50%) rotate(0deg)
}

.mapper__point-btn--active,
.mapper__point-btn:focus,
.mapper__point-btn:hover {
    background-color: #383c41;
    outline: none
}

.mapper__point-btn--active:before {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.mapper__point-btn--active:after {
    transform: translate(-50%, -50%) rotate(45deg)
}

.mapper__point-description-wrap {
    position: absolute;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .25)
}

.mapper__point-description-wrap--to-top {
    bottom: 50%
}

.mapper__point-description-wrap--to-bottom {
    top: 50%
}

.mapper__point-description-wrap--to-left {
    right: 50%
}

.mapper__point-description-wrap--to-right {
    left: 50%
}

.mapper__point-description {
    width: 280px;
    padding: 30px;
    border-radius: 5px;
    background-color: #fff;
    color: #868d98
}

.mapper__point-description a {
    color: #ed1b2f;
    transition: color .15s linear
}

.mapper__point-description a:focus,
.mapper__point-description a:hover {
    color: #dd1313;
    outline: none
}

.mapper__point-description a:active {
    color: #c11111
}

.mapper__mobile-points-description-wrap {
    display: none
}

@media screen and (max-width:1280px) {
    .mapper__point-btn {
        width: 26px;
        height: 26px
    }

    .mapper__point-btn:after,
    .mapper__point-btn:before {
        width: 12px;
        height: 2px
    }

    .mapper__point-description {
        width: 180px;
        padding: 15px;
        font-size: 14px;
        line-height: 1.4
    }
}

@media screen and (max-width:768px) {
    .mapper__points-wrap {
        position: static;
        width: calc(100% + 10px);
        margin-left: -5px;
        padding: 25px 0 0
    }

    .mapper__point-description-wrap--mobile {
        position: relative;
        width: 100%
    }

    .mapper__point-description--mobile {
        width: 100%
    }

    .mapper__point {
        position: static !important;
        top: unset !important;
        left: unset !important;
        display: inline-block;
        margin: 5px;
        transform: unset
    }

    .mapper__point-btn {
        width: 48px;
        height: 48px
    }

    .mapper__point-btn:after,
    .mapper__point-btn:before {
        width: 22px;
        height: 3px
    }

    .mapper__mobile-points-description-wrap {
        display: block
    }
}

.services-editable__inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 1210px;
    height: inherit;
    margin: 0 auto;
    padding: 0 15px
}

@media screen and (max-width:1280px) {
    .services-editable__inner {
        width: 670px
    }
}

@media screen and (max-width:768px) {
    .services-editable__inner {
        width: 310px
    }
}

.video-block {
    position: relative;
    background-color: #14181e;
    color: #dce0e5
}

.video-block:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: .3;
    transition: opacity .25s ease-in-out
}

.video-block--play:after {
    display: none
}

.video-block:hover .video-block__btn {
    opacity: 1
}

.video-block__video {
    display: block;
    width: 100%;
    height: auto;
    cursor: pointer
}

.video-block__btn {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    opacity: 0;
    transition: opacity .25s ease-in-out;
    transform: translate(-50%, -50%)
}

.video-block__btn:focus,
.video-block__btn:hover {
    outline: none
}

.video-block__btn:focus .video-block__btn-icon,
.video-block__btn:hover .video-block__btn-icon {
    stroke: #ed1b2f
}

.video-block__btn--play {
    display: none
}

.video-block__btn-icon {
    display: block;
    stroke: #fff;
    transition: stroke .15s linear
}

@media screen and (max-width:1023px) {
    .video-block__btn {
        opacity: 1
    }
}

.page-activity {
    min-height: 100vh;
    padding-top: 180px;
    background-color: #14181e
}

.page-activity__inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 1210px;
    height: inherit;
    margin: 0 auto;
    padding: 0 15px
}

@media screen and (max-width:1280px) {
    .page-activity__inner {
        width: 670px
    }
}

@media screen and (max-width:768px) {
    .page-activity__inner {
        width: 310px
    }
}

.page-activity__title {
    font-weight: 700;
    font-size: 44px;
    line-height: 1;
    font-style: normal;
    font-family: HelveticaNeueCyr, Arial, sans-serif;
    max-width: 770px;
    margin-top: 50px;
    color: #dce0e5
}

@media screen and (max-width:1280px) {
    .page-activity__title {
        font-size: 28px
    }
}

@media screen and (max-width:1280px) {
    .page-activity {
        padding-top: 130px
    }

    .page-activity__title {
        margin-top: 30px
    }
}

@media screen and (max-width:768px) {
    .page-activity {
        padding-top: 120px
    }
}

.activity-info {
    width: 100%;
    padding: 200px 0;
    background: #fff
}

.activity-info__inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 1210px;
    height: inherit;
    margin: 0 auto;
    padding: 0 15px
}

@media screen and (max-width:1280px) {
    .activity-info__inner {
        width: 670px
    }
}

@media screen and (max-width:768px) {
    .activity-info__inner {
        width: 310px
    }
}

.activity-info__column {
    width: calc(50% - 110px)
}

.activity-info__text p {
    color: #383c41;
    font: 400 18px/1.5 HelveticaNeueCyr, Arial, sans-serif
}

.activity-info__btn {
    margin-top: 80px
}

.activity-info__list {
    width: 100%
}

.activity-info__list-item:not(:first-child) {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #868d98
}

.activity-info__list-title {
    margin-bottom: 20px;
    color: #383c41;
    font: 700 18px/1.5 HelveticaNeueCyr, Arial, sans-serif
}

.activity-info__list-link {
    color: #ed1b2f;
    transition: color .15s linear;
    display: block
}

.activity-info__list-link:focus,
.activity-info__list-link:hover {
    color: #dd1313;
    outline: none
}

.activity-info__list-link:active {
    color: #c11111
}

.activity-info__list-link:not(:last-child) {
    margin-bottom: 16px
}

a.btn-zakaz {
    width: fit-content;
    margin-top: 20px;
    color: #fff;
    border-width: 2px;
}

@media screen and (max-width:1280px) {
    .activity-info {
        padding: 100px 0
    }

    .activity-info__inner {
        flex-direction: column
    }

    .activity-info__column {
        width: 100%
    }

    .activity-info__btn {
        margin-top: 60px
    }

    .activity-info__list {
        margin-top: 50px
    }

    .activity-info__list-item:first-child {
        margin-top: 40px;
        padding-top: 40px;
        border-top: 1px solid #868d98
    }

    .activity-info__list-link,
    .activity-info__list-title {
        font-size: 14px
    }
}

@media screen and (max-width:768px) {
    .activity-info__list-item:first-child {
        margin-top: 30px;
        padding-top: 30px
    }

    .activity-info {
        padding: 70px 0
    }

    a.btn-zakaz {
        margin-top: 0px;
        text-align: center;
        padding: 25px 30px;
        width: 280px;
    }

    .slider-editable__image {
        object-fit: contain !important;
    }
}

@media (min-width: 1281px) {
    .editable-block__wrap .services-info__btn {
        margin-top: 80px;
        margin-bottom: 30px;
    }
}

iframe {
    border: none;
    border-radius: 15px;
}

.footer-max-icon svg{
    max-width: 20px;
}
.footer-max-icon svg path{
    transition: all .5s;
}
.footer-max-icon:hover svg path{
    fill:#dd1313;
}