*, body, html {
    box-sizing: border-box
}

a {
    color: inherit;
    text-decoration: none;
    transition: .2s ease all
}

img {
    max-width: 100%
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0
}

body, html {
    height: 100%;
    font-size: 18px;
    line-height: 182%;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000000;
    background: #fff
}

body {
    font-family: 'HelveticaNeueCyr', sans-serif;
    font-weight: 300;
}

.wrapper, body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

.main, .wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.main {
    padding-bottom: 159px;
}

.header {
    background: #fff;
    box-shadow: 4px 4px 25px rgba(0, 0, 0, .15);
    position: relative;
    z-index: 10;
}

.header__container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: 124px;
    padding-top: 37px;
}

.header-nav {
    border-top: 1px solid #adadad
}

.header-phone, .header-social {
    flex-basis: 0;
    flex-grow: 1
}

.header-logo, .header-menu {
    display: flex;
    align-items: center
}

.header-logo {
    justify-content: center;
    flex-basis: 0;
    flex-grow: 1;
}

.header-menu {
    justify-content: space-around;
    list-style: none;
    padding: 0 17px 2px 0;
    margin: 0 auto;
    height: 67px;
    width: 838px;
    max-width: 100%;
}

.header-menu__item {
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
    padding: 0 20px;
    white-space: nowrap;
    letter-spacing: .5px;
}

.header-menu__item a {
    border-bottom: 1px solid transparent;
}

.header-menu__item a:hover {
    border-color: inherit;
}

.header-social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-social__delimer {
    height: 21px;
    width: 1px;
    background-color: #000;
    flex: none;
    margin: 0 31px;
}

.header-social__item .icon {
    font-size: 26px;
    line-height: 1;
    width: 26px;
    text-align: center;
    display: block;
}

.header-social__item .icon.icon-instagram {
    font-size: 22px;
}

.header-phone {
    font-size: 22px;
    line-height: 26px;
    padding-top: 1px;
    display: flex;
    align-items: center;
}

.header-phone .icon {
    font-size: 22px;
    margin-right: 14px;
    display: inline-block;
    transform: translateY(2px);
}

.banner {
    height: 614px;
    overflow: hidden;
    position: relative;
}

.banner__image {
    width: 100%;
    height: 100%;
    position: relative;
}

.banner__image img {
    min-width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: none;
}

.banner__logo {
    position: absolute;
    width: 639px;
    height: 200px;
    background: rgba(0, 0, 0, 0.15);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -17px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 4px;
    margin-left: 3px;
}

.banner__logo img {
    max-height: 100%;
}

.section {
    padding-top: 60px;
}

.head-section {
    padding-top: 28px;
}

.section__title {
    font-weight: normal;
    font-size: 36px;
    line-height: 41px;
    text-align: center;
    letter-spacing: 0.175em;
    text-transform: uppercase;
    margin: 0 0 62px;
    position: relative;
    padding: 0 0 48px;
}

.section__title .decor {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section__title .decor:before, .section__title .decor:after {
    content: "";
    width: 50%;
    height: 1px;
    display: block;
    background-color: #000;
}

.section__title .decor i {
    width: 8.77px;
    height: 8.77px;
    flex: none;
    background-color: #000;
    transform: rotate(45deg);
    margin: 0 17px;
}

.section__text {
    max-width: 1078px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 185%;
    text-align: justify;
}

.section__text p {
    margin: 0;
}

.about-section {
    background: #F4F4F4;
    border-top: 1px solid #969696;
    border-bottom: 1px solid #969696;
    margin-top: 45px;
    padding: 57px 0 61px;
}

.about-container {
    display: flex;
    align-items: center;
}

.about-image {
    width: 423px;
    height: 423px;
    padding: 41px 42px 42px;
    border: 1px solid #000000;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-image img {
    max-width: 100%;
    max-height: 100%;
}

.about-content {
    padding: 0 2.6% 5px 8.6%;
    text-align: justify;
}

.about-content__title {
    text-transform: none;
    font-size: 43px;
    font-weight: 300;
    line-height: 106%;
    letter-spacing: 0.095em;
    padding-bottom: 38px;
    margin-bottom: 21px;
}

.about-content__title .decor i {
    width: 11px;
    height: 11px;
}

.about-content__text {
    font-size: 18px;
    line-height: 186%;
}

.works-section {
    padding: 60px 0 1px;
}

.works-carousel:not(.flickity-enabled) {
    display: flex;
}

.works-carousel__item {
    width: 423px;
    height: 566px;
    margin-right: 18px;
    overflow: hidden;
}

.works-carousel__item a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.works-carousel__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease;
}

.works-carousel__item:hover img {
    transform: scale(1.05);
}

.works-carousel__item a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .15);
    opacity: 0;
    transition: .3s ease all;
}

.works-carousel__item:hover a:after {
    opacity: 1;
}

.service-section {
    background: #F4F4F4;
    margin-top: 87px;
    padding-bottom: 51px;
}

.service-section--page {
    margin-top: 0;
    background-color: transparent;
    padding-top: 40px;
    padding-bottom: 0;
}

.service-section .section__title {
    padding-bottom: 55px;
    margin-bottom: 69px;
    letter-spacing: 0.105em;
}

.services-list {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1084px;
    margin-left: auto;
    margin-right: auto;
}

.services-item {
    border: 1px solid #000000;
    width: calc(50% - 16px);
    height: 134px;
    margin-bottom: 36px;
    display: flex;
    align-items: center;
    padding: 20px 50px 20px 0;
    position: relative;
    cursor: pointer;
}

.services-item__title {
    display: flex;
    align-items: center;
}

.services-item__icon {
    width: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex: none;
}

.services-item__icon:after {
    content: "";
    position: absolute;
    right: 0;
    height: 65px;
    width: 1px;
    background-color: #000000;
    top: 50%;
    transform: translateY(-50%);
}

.services-item__more {
    position: absolute;
    bottom: 11px;
    right: 11px;
    border: 1px solid #000;
    border-radius: 50%;
    display: block;
    width: 28px;
    height: 28px;
    transition: all .3s ease;
}

.services-item__more:before, .services-item__more:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000000;
}

.services-item__more:before {
    width: 18px;
    height: 1px;
}

.services-item__more:after {
    width: 1px;
    height: 18px;
}

.services-item:hover .services-item__more {
    transform: rotate(90deg);
    background-color: #000000;
}

.services-item:hover .services-item__more:before, .services-item:hover .services-item__more:after {
    background-color: #F4F4F4;
}

.services-item__name {
    font-size: 22px;
    line-height: 138.99%;
    text-transform: uppercase;
    padding-left: 36px;
}

.services-item__popup-content {
    display: none;
}

.popup-window-overlay {
    max-width: 100%;
}

.popup-custom {
    width: 1229px;
    max-width: 92%;
    min-height: 602px;
    left: 50% !important;
    transform: translateX(-50%);
    padding: 0 !important;
    border-radius: 0;
    font-size: 28px;
    line-height: 121.99%;
    background: #F4F4F4;
    backdrop-filter: blur(50px);
    font-family: 'HelveticaNeueCyr', sans-serif;
}

.popup-custom .popup-window-content {
    background-color: transparent;
    height: calc(100% - 104px);
    padding: 40px 137px 40px 155px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
}

.popup-custom .popup-window-close-icon, .popup-window-close-icon {
    width: 31px;
    height: 31px;
    border: 1px solid rgb(0 0 0);
    border-radius: 50%;
    right: 27px;
    top: 25px;
    background-color: transparent;
    z-index: 5;
    opacity: 1;
    transition: all .3s ease;
}

.popup-custom .popup-window-close-icon:after, .popup-custom .popup-window-close-icon:before, .popup-window-close-icon:after, .popup-window-close-icon:before {
    width: 20px;
    height: 1px;
    background: #000000;
    transform: rotate(45deg);
    transform-origin: center;
    left: 5px;
    top: 14px;
    transition: all .3s ease;
}

.popup-custom .popup-window-close-icon:before, .popup-window-close-icon:before {
    content: "";
    position: absolute;
    display: block;
    transform: rotate(-45deg)
}

.popup-custom .popup-window-close-icon:hover, .popup-window-close-icon:hover {
    background-color: #000;
}

.popup-custom .popup-window-close-icon:hover:after, .popup-custom .popup-window-close-icon:hover:before, .popup-window-close-icon:hover:after, .popup-window-close-icon:hover:before {
    background-color: #f4f4f4;
}

.popup-custom-title {
    display: flex;
    align-items: center;
    height: 104px;
    padding-left: 33px;
    padding-top: 10px;
    border-bottom: 1px solid;
}

.popup-custom-title .services-item__icon {
    width: 70px;
    height: auto;
}

.popup-custom-title .services-item__icon:after {
    display: none;
}

.popup-custom-title .services-item__icon img {
    transform: scale(0.7);
}

.popup-custom-title .services-item__name {
    max-width: 205px;
    font-size: 14px;
    line-height: 138.99%;
    padding-left: 0;
}

.popup-custom .popup-window-titlebar {
    height: 104px;
}

.popup-custom .popup-window-content b {
    font-weight: 500;
}

.popup-custom .popup-window-content p {
    margin: 0 0 12px;
}

.popup-main {
    max-width: 100%;
    width: 883px;
}
/*
.popup-main.popup-order {
    width: 1176px;
    max-width: 90%;
}*/

.popup-main {
    min-height: 0;
}

.popup-main .popup-window-content {
    padding: 10px;
    height: auto;
    display: block;
}

.form-errors {
    font-size: 16px;
    line-height: 1;
    text-align: center;
}

.form-errors p {
    margin: 0 0 12px;
}

.feedback-icon-2 {
    text-align: center;
    padding-right: 0;
}

.section__title.feedback-title {
    font-size: 28px;
    line-height: 37px;
    letter-spacing: .7px;
    margin: 24px 0 12px;
    padding-bottom: 0;
}

.feedback-modal .form {
    max-width: 315px;
    margin-left: auto;
    margin-right: auto;
}

.feedback-modal {
    border: 1px solid;
    padding: 92px 0 106px;
}

.feedback-icon-2 img {
    width: 71px;
}

.feedback-info {
    text-align: center;
    font-weight: 300;
    font-size: 15px;
    line-height: 17px;
    max-width: 371px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 36px;
}

.advantages-section {
    padding-top: 85px;
}

.advantages-section .section__title {
    letter-spacing: 0.105em;
    padding-bottom: 55px;
    margin-bottom: 79px;
}

.advantages-list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1084px;
    margin-left: auto;
    margin-right: auto;
}

.advantages-item {
    max-width: 47%;
    font-weight: 300;
}

.advantages-item:nth-child(2n + 1) {
    width: 422px;
}

.advantages-item:nth-child(2n) {
    width: 427px;
}

.advantages-item__title {
    border-bottom: 1px solid;
    display: flex;
    align-items: flex-end;
    padding-bottom: 21px;
}

.advantages-item__icon {
    width: 100px;
    flex: none;
    height: 110px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.advantages-item__name {
    font-weight: 300;
    font-size: 33px;
    line-height: 43px;
    letter-spacing: 0.175em;
    padding-left: 23px;
}

.advantages-item__content {
    padding-top: 19px;
}

.advantages-item {
    margin-bottom: 44px;
}

.feedback-section {
    border-top: 1px solid;
    margin-top: 64px;
    padding-top: 140px;
    padding-bottom: 65px;
}

.service-section:not(.service-section--page) + .feedback-section {
    margin-top: 0;
    border: none
}

.feedback-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 158px;
    height: 158px;
    border: 1px solid #b0b0b0;
    border-radius: 50%;
}

.feedback-wrap {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.feedback-icon i {
    width: 120px;
    height: 120px;
    border: 1px solid #000000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 64px;
    padding: 2px 3px 0 0;
}

.feedback-wrap .section__title {
    margin-top: 68px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.feedback-text {
    max-width: 728px;
    text-align: center;
    font-weight: 300;
    font-size: 28px;
    line-height: 32px;
    margin-top: 27px;
    letter-spacing: -.3px;
}

.button {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 48px;
    align-items: center;
    margin-top: 43px;
    justify-content: center;
    font-size: 18px;
    line-height: 21px;
    font-weight: 300;
    text-transform: uppercase;
    background-color: #000;
    border: 2px solid #000;
    color: #fff;
    outline: none;
    transition: .3s ease all;
    cursor: pointer;
}

.button:hover {
    background-color: transparent;
    color: #000;
}

.input {
    width: 100%;
    height: 47px;
    border: 1px solid rgba(0, 0, 0, .8);
    padding: 0 12px;
    text-align: left;
    outline: none;
    font-size: 18px;
    line-height: 120.69%;
}

.input.error {
    border-color: #e7362d
}

.input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
}

.input:-moz-placeholder, .input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.6);
}

.input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
}

textarea.input {
    min-width: 100%;
    max-width: 100%;
    /* min-height: 257px; */
    resize: none;
    padding-top: 10px;
    margin-top: 3px;
}

.field {
    margin-bottom: 17px;
}

.form-info {
    font-size: 15px;
    line-height: 120.69%;
    text-align: center;
    color: #141313;
    max-width: 400px;
    margin: -10px auto 28px;
}

.feedback-button {
    margin-top: 60px;
    max-width: 415px;
}

.footer {
    background: #000000;
    color: #fff;
    padding: 62px 0 34px;
    font-size: 22px;
    line-height: 126.49%;
}

.footer-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footer-social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 12px;
}

.footer-social__delimer {
    height: 21px;
    width: 1px;
    background-color: #ffffff;
    flex: none;
    margin: 0 31px;
}

.footer-social__item .icon {
    font-size: 31px;
    line-height: 1;
    width: 26px;
    text-align: center;
    display: block;
}

.footer-social__item .icon.icon-instagram {
    font-size: 26px;
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
}

.footer-menu__item {
    margin-bottom: 31px;
}

.footer-menu__item a {
    border-bottom: 1px solid transparent;
    transition: .3s ease all;
}

.footer-menu__item a:hover {
    border-color: inherit;
}

.footer-nav {
    width: 30%;
}

.footer-contacts-1 {
    width: 38%;
}

.footer-contacts-2 {
    width: 20.8%;
}

.footer-contacts__item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 33px;
}

.footer-contacts__item .icon {
    flex: none;
    width: 32px;
    height: 34px;
    font-size: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
}

.footer-contacts__item a {
    border-bottom: 1px solid transparent;
    transition: .3s ease all;
}

.footer-contacts__item a:hover {
    border-color: inherit;
}

.footer-contacts__content {
    line-height: 126.49%;
    font-size: 23px;
    font-weight: 300;
}

.footer-contacts__content div {
    font-size: 20px;
    margin-top: 4px;
}

.footer-contacts__item .icon.icon-phone {
    font-size: 24px;
    height: 27px;
}

.footer-title {
    margin-bottom: 15px;
}

.footer-address {
    margin-top: 65px;
    padding-left: 10px;
    font-weight: 300;
}

.footer-copyright {
    border-top: 1px solid #838383;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 97px;
}

.footer-copyright__image {
    width: 360px;
}

.footer-copyright__text {
    font-size: 15px;
    line-height: 182%;
    margin-top: 102px;
}

.title {
    font-size: 40px;
    line-height: 46px;
    /* identical to box height */
    letter-spacing: 0.2em;
    font-weight: normal;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 38px 0 36px;
    text-align: center;
    white-space: nowrap;
}

.title:before, .title:after {
    content: "";
    width: 50%;
    height: 1px;
    background-color: #ADADAD;
    margin-bottom: 1px;
}

.title:before {
    margin-right: 39px;
}

.title:after {
    margin-left: 35px;
}

.title.is-hide {
    display: none;
}

.catalog-filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.catalog-filter__item {
    display: inline-block;
    padding: 0 0 3px;
    text-align: center;
    letter-spacing: .2px;
    border-bottom: 2px solid transparent;
}

.catalog-filter__item + .catalog-filter__item {
    margin-left: 36px;
}

.catalog-filter__item.is-active {
    padding: 0 6px 3px;
    border-color: inherit;
}

.catalog-list {
    margin-top: 33px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin-left: -16px;
    margin-right: -16px;
}

.catalog-item {
    padding-left: 16px;
    padding-right: 16px;
    width: 25%;
    margin-bottom: 39px;
}

.catalog-item__image {
    display: block;
    width: 100%;
    height: 407px;
    overflow: hidden;
    position: relative;
}

.catalog-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease;
}

.catalog-item__image:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .15);
    opacity: 0;
    transition: .3s ease all;
}

.catalog-item:hover .catalog-item__image:after {
    opacity: 1;
}

.catalog-item:hover .catalog-item__image img {
    transform: scale(1.05);
}

.catalog-item__name {
    margin: 0;
    font-weight: 300;
    font-size: 18px;
    line-height: 142.5%;
}

.catalog-item__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 0 0;
    flex-wrap: wrap;
}

.catalog-item__more {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid;
    margin-top: 7px;
    height: 42px;
    width: 100%;
    font-weight: normal;
    font-size: 20px;
    line-height: 142.5%;
}

.catalog-item:hover .catalog-item__more {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.delimer {
    height: 1px;
    width: 100%;
    background-color: #ADADAD;
    margin-top: -2px;
    margin-bottom: 20px;
}

.error__icon {
    font-size: 120px;
    line-height: 1;
}

.error_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
}

.error__link {
    margin-top: 50px;
}

.error__text {
    max-width: 420px;
    text-align: center;
    margin-top: 30px;
}

.catalog-detail {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 1087px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2px;
    margin-top: 35px;
}

.catalog-detail__images {
    width: 450px;
    flex: none;
    margin-top: 9px;
    border: 1px solid #ADADAD;
    padding: 36px 40px;
    overflow: hidden;
    box-sizing: content-box;
    margin-bottom: 2px;
}

.catalog-detail__slide {
    width: 450px;
    height: 606px;
    position: relative;
}

.catalog-detail__content {
    width: 425px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.catalog-detail__name {
    margin: 0;
    font-weight: 300;
    font-size: 36px;
    line-height: 142.5%;
    border-bottom: 1px solid #ADADAD;
    padding-bottom: 18px;
}

.catalog-detail:after {
    /* content: ''; */
}

.catalog-detail__images .flickity-viewport {
    margin: 0;
}

.catalog-detail__images .flickity-page-dots {
    display: none;
}

.catalog-detail__text {
    font-weight: 300;
    font-size: 18px;
    line-height: 145%;
    margin-top: 29px;
}

.catalog-detail__link {
    margin-top: auto;
    width: 100%;
}

.catalog-detail__thumbs {
    display: flex;
    align-items: center;
    margin-right: -20px;
}

.catalog-detail__other-photo {
    margin-top: 48px;
    flex-wrap: wrap;
}

.catalog-detail__thumb {
    line-height: 0;
    width: 129px;
    height: 173px;
    margin-right: 20px;
    cursor: pointer;
    opacity: .6;
    transition: .3s ease all;
}

.catalog-detail__thumb.is-active {
    opacity: 1;
}

.catalog-detail__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.catalog-detail__slide a {
    width: 100%;
    height: 100%;
    display: block;
}

.catalog-detail__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s ease all;
}

.catalog-detail__slide .icon {
    position: absolute;
    right: 18px;
    bottom: 15px;
    z-index: 1;
    color: #fff;
    font-size: 25px;
}

.catalog-detail__slide:hover img {
    transform: scale(1.05);
}

.button--inverse {
    background-color: transparent;
    color: #000;
    height: 46px;
    font-size: 16px;
    line-height: 142.5%;
    border-width: 1px;
}

.button--inverse:hover {
    background-color: #000;
    color: #fff;
}

.feedback__image {
    flex: none;
    line-height: 0;
    pointer-events: none;
}

.contacts {
    padding: 25px 0 0;
}

.contacts-text {
    text-align: center;
    width: 850px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 26px;
    line-height: 1.2;
    padding-bottom: 54px;
}

.contacts-social {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 68px 0 80px;
}

.contacts-social__delimer {
    height: 38px;
    width: 1px;
    background-color: #000000;
    flex: none;
    margin: 0 4.1%;
}

.contacts-social__item .icon {
    font-size: 49px;
    line-height: 1;
    text-align: center;
    display: block;
    width: auto;
}

.contacts-social__item .icon.icon-instagram {
    font-size: 42px;
}

.contacts-wrap {
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    padding: 51px 0 54px;
}

.contacts-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1048px;
    padding-right: 3px;
}

.contacts__item {
    display: flex;
    align-items: flex-start;
}

.contacts__item .icon {
    flex: none;
    width: 38px;
    height: 38px;
    font-size: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 22px;
}

.contacts__item a {
    border-bottom: 1px solid transparent;
    transition: .3s ease all;
}

.contacts__item a:hover {
    border-color: inherit;
}

.contacts__content {
    line-height: 126.49%;
    font-size: 23px;
    font-weight: 300;
}

.contacts__content div {
    margin-top: 1px;
    font-size: 22px;
}

.contacts__item .icon.icon-phone {
    font-size: 33px;
    padding-top: 6px;
}

.contacts-text *:first-child {
    margin-top: 0;
}

.contacts-text h3 {
    font-size: 33px;
    line-height: 32px;
    font-weight: normal;
    margin-bottom: 19px;
}

.contacts-text p {
    margin-top: 0;
}

.contacts__item .icon.icon-time {
    padding-top: 8px;
}

.contacts-social__item .icon.icon-facebook {
    margin-left: -10px;
    margin-right: -10px;
}

.contacts-map .bx-yandex-map {
    max-height: 456px;
}

.contacts .feedback-section {
    margin-top: 0;
    border: none;
    padding-bottom: 18px;
}

.logo-banner {
    width: 1085px;
    height: 497px;
    background: rgba(196, 196, 196, 0.29);
    max-width: 100%;
    margin: 64px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-banner__image img {
    width: 545px;
    height: 123px;
}

.logo-banner__image {
    padding-bottom: 47px;
}

.section-descr {
    padding-top: 54px;
    padding-bottom: 40px;
}

@media (min-width: 1201px) {
    .feedback-row {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
    }
    
    .feedback__form {
        flex: 1 0 auto;
        width: 50%;
        padding: 164px 105px 50px;
    }
    
    .feedback__form .feedback-icon-2 img {
        width: 83px;
    }
    
    .feedback__form .feedback-icon-2 {
        padding-right: 0;
    }
    
    .feedback__form .section__title.feedback-title {
        font-size: 40px;
        line-height: 46px;
        border-bottom: 1px solid;
        margin-top: 35px;
        padding-right: 2px;
        padding-left: 2px;
        padding-bottom: 14px;
        display: table;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 23px;
    }
    
    .feedback__form .form-info {
        font-weight: 300;
        font-size: 18px;
        line-height: 21px;
        margin-top: 0;
        margin-bottom: 85px;
    }
    
    .feedback__form .field {
        margin-bottom: 21px;
    }
    
    .feedback__form .button {
        margin-top: 28px;
        text-transform: uppercase;
    }
    
    .feedback__form .input {
        height: 55px;
    }
}

@media (max-width: 1304px) {
    .banner {
        height: 514px;
    }
    
    .about-content__title {
        padding-right: 0;
        font-size: 35px;
    }
    
    .about-content {
        padding: 0 2.6% 5px 4.6%;
    }
    
    .about-image {
        width: 376px;
        height: 376px;
        padding: 31px 32px 32px;
    }
    
    .works-carousel__item {
        width: 298px;
        height: 398.74px;
        margin-right: 18px;
    }
    
    .footer-nav {
        width: 20%;
    }
    
    .footer-contacts-2 {
        width: 28.8%;
    }
    
    .catalog-item {
        width: 33.3333%;
    }
    
    .catalog-item__image {
        height: 387px;
    }
    
    .catalog-detail__images {
        width: 380px;
    }
    
    .catalog-detail__slide {
        width: 380px;
        height: 512px;
    }
    
    .contacts__content {
        font-size: 21px;
    }
    
    .contacts__content div {
        font-size: 18px;
    }
    
    .contacts {
        padding: 10px 0 0;
    }
    
    .contacts-text {
        padding-bottom: 49px;
    }
    
    .contacts-map .bx-yandex-map {
        max-height: 400px;
    }
}

@media (max-width: 1200px) {
    body {
        min-width: 375px;
    }
    
    .feedback__image {
        display: none;
    }
    
    .popup-main {
        width: 515px;
    }
    
    .popup-main .popup-window-content {
        padding: 78px 50px 70px;
    }
}

@media (max-width: 1023px) {
    .header-logo {
        max-width: 210px;
    }
    
    .header-menu__item {
        flex: none;
        padding: 0 5px;
    }
    
    .banner {
        height: 420px;
    }
    
    .banner__logo {
        width: 439px;
        height: 137.40px;
    }
    
    .about-container {
        flex-direction: column;
    }
    
    .about-content {
        margin-top: 40px;
    }
    
    .works-carousel__item {
        width: 362px;
        height: 484.38px;
    }
    
    .services-item__icon {
        width: 85px;
    }
    
    .services-item__icon img {
        transform: scale(.8);
    }
    
    .services-item__name {
        font-size: 18px;
    }
    
    .services-item {
        height: 116px;
    }
    
    .advantages-item {
        margin-bottom: 20px;
    }
    
    .advantages-item__icon {
        width: 80px;
        height: 90px;
    }
    
    .advantages-item__icon img {
        transform: scale(.8);
    }
    
    .advantages-item__name {
        font-size: 26px;
        line-height: 1.2;
    }
    
    .advantages-item__title {
    }
    
    .advantages-item:nth-child(2n + 1) {
        max-width: 48%;
    }
    
    .advantages-item:nth-child(2n) {
        max-width: 45%;
    }
    
    .feedback-section {
        padding-top: 100px;
        padding-bottom: 0;
    }
    
    .footer-contacts__content {
        font-size: 20px;
    }
    
    .footer-contacts__content div {
        font-size: 17px;
    }
    
    .footer-menu__item {
        margin-bottom: 27px;
    }
    
    .footer-contacts-2 {
    }
    
    .footer {
        font-size: 19px;
    }
    
    .footer-address {
        padding-left: 0;
    }
    
    .footer-copyright {
        margin-top: 30px;
        padding-top: 65px;
    }
    
    .footer-copyright__image {
        width: 240px;
    }
    
    .footer-copyright__text {
        margin-top: 61px;
        font-size: 13px;
        line-height: 15px;
    }
    
    .catalog-filter__item + .catalog-filter__item {
        margin-left: 18px;
    }
    
    .catalog-item {
        width: 50%;
    }
    
    .catalog-item__image {
        height: 477px;
    }
    
    .catalog-detail__images {
        width: 306px;
        padding: 20px;
    }
    
    .catalog-detail__slide {
        width: 306px;
        height: 412px;
    }
    
    .catalog-detail__name {
        font-size: 28px;
        line-height: 142.5%;
        padding-bottom: 10px;
    }
    
    .catalog-detail__content {
        width: 330px;
    }
    
    .catalog-detail__text {
        margin-top: 14px;
        line-height: 142.5%;
    }
    
    .catalog-detail__thumb {
        width: 96px;
        height: 129px;
    }
    
    .catalog-detail__other-photo {
        margin-top: 32px;
    }
    
    .contacts__item .icon {
        width: 24px;
        height: 24px;
        margin-right: 14px;
        font-size: 24px;
    }
    
    .contacts__content {
        font-size: 19px;
    }
    
    .contacts__content div {
        font-size: 16px;
    }
    
    .contacts__item .icon.icon-phone {
        font-size: 23px;
    }
    
    .contacts-social__item .icon {
        font-size: 32px;
    }
    
    .contacts-social__item .icon.icon-instagram {
        font-size: 31px;
    }
    
    .contacts-social {
        padding: 48px 0 60px;
    }
}

@media (max-width: 767px) {
    body, html {
        height: auto;
    }
    
    .header-burger {
        flex: none;
        width: 30px;
        padding-top: 10px;
    }
    
    .header-nav {
        visibility: hidden;
        pointer-events: none;
        opacity: 0;
        transition: all .3s ease;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        overflow: hidden;
        background-color: #fff;
        padding-bottom: 74px;
        max-height: calc(100vh - 99px);
        overflow: auto;
    }
    
    .services-item {
        width: 100%;
        height: 84px;
        padding: 10px 16px 10px 0;
        margin-bottom: 23px;
    }
    
    .advantages-item:nth-child(2n + 1), .advantages-item:nth-child(2n) {
        max-width: 100%;
        width: 100%;
    }
    
    .advantages-item__title {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .advantages-item__icon {
        position: relative;
        height: auto;
    }
    
    .advantages-item__icon:before {
        width: 74px;
        height: 74px;
        content: "";
        position: absolute;
        background: #E5E5E5;
        border-radius: 50%;
        top: -9px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .banner__logo {
        width: 345px;
        height: 108px;
        margin-left: 0;
        margin-top: 14px;
    }
    
    .banner__logo img {
        width: 293.1px;
        height: 64.8px;
        max-width: none;
    }
    
    .footer-contacts-1 {
        display: none;
    }
    
    .footer-row {
        flex-direction: column-reverse;
    }
    
    .footer-title {
        display: none;
    }
    
    .footer-address {
        display: none;
    }
    
    .footer-contacts-2 {
        width: 100%;
    }
    
    .footer-nav {
        width: 100%;
        text-align: center;
    }
    
    .footer-social {
        justify-content: center;
        padding: 0 0 42px;
        border-bottom: 1px solid #808080;
    }
    
    .button {
        max-width: 100%;
    }
    
    .about-image {
        width: 321px;
        height: 321px;
        padding: 21px;
    }
    
    .works-carousel {
        width: 343px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .works-carousel__item {
        width: 343px;
        min-width: 343px;
        height: 460px;
    }
    
    .flickity-button {
        display: none;
    }
    
    .header-phone {
        width: 30px;
        flex: none;
        padding-top: 5px;
    }
    
    .header-logo {
        max-width: 216px;
    }
    
    .header__container {
        height: 99px;
        padding-top: 24px;
    }
    
    .header-phone .icon {
        font-size: 27px;
    }
    
    .header-burger__button i:after, .header-burger__button i:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 2px;
        background-color: #000;
        transition: .2s ease all;
    }
    
    .header-burger__button i {
        position: relative;
        width: 100%;
        display: block;
    }
    
    .header-burger__button i:after {
        top: 11px;
    }
    
    .header-burger__button span {
        font-size: 8.5px;
        line-height: 10px;
        /* identical to box height */
        letter-spacing: 0.105em;
        text-transform: uppercase;
        padding-top: 19px;
        display: block;
        transition: .2s ease all;
    }
    
    .is-menu-open .header-burger__button span {
        opacity: 0;
    }
    
    .is-menu-open .header-burger__button i:before {
        transform: rotate(-45deg);
        top: 11px;
    }
    
    .is-menu-open .header-burger__button i:after {
        transform: rotate(45deg);
    }
    
    .banner {
        height: 344px;
    }
    
    .section__title {
        font-size: 28px;
        line-height: 32px;
        padding-bottom: 37px;
        margin-bottom: 42px;
    }
    
    .about-section {
        border: none;
        margin-top: 30px;
        padding-top: 37px;
        padding-bottom: 54px;
    }
    
    .about-content {
        margin-top: 36px;
        padding: 0;
    }
    
    .about-content__title {
        font-size: 36px;
        line-height: 41px;
        margin-bottom: 16px;
    }
    
    .about-content__text {
        font-size: 18px;
        line-height: 162%;
        /* or 29px */
        text-align: center;
        padding: 0 14px;
    }
    
    .about-container.container {
        padding: 0;
    }
    
    .works-section {
        padding: 50px 0 1px;
    }
    
    .flickity-viewport {
        margin-bottom: 78px;
    }
    
    .flickity-page-dots {
        bottom: -47px;
    }
    
    .flickity-page-dots .dot {
        width: 10px;
        height: 10px;
    }
    
    .button {
        font-size: 20px;
        line-height: 23px;
        height: 46px;
    }
    
    .service-section {
        margin-top: 64px;
        padding-top: 41px;
        padding-bottom: 9px;
    }
    
    .service-section--page {
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    
    .service-section .section__title {
        letter-spacing: 0.175em;
        padding-bottom: 36px;
        margin-bottom: 42px;
    }
    
    .services-item__icon {
        width: 82px;
    }
    
    .services-item__name {
        font-size: 15px;
        line-height: 138.99%;
        padding-left: 24px;
    }
    
    .services-item__more {
        width: 21.92px;
        height: 21.92px;
        right: 10px;
        bottom: 8px;
    }
    
    .services-item__more:before {
        width: 14px;
    }
    
    .services-item__more:after {
        height: 14px;
    }
    
    .services-item__icon img {
        transform: scale(.7);
    }
    
    .advantages-section {
        padding-top: 62px;
    }
    
    .advantages-section .section__title {
        font-size: 28px;
        line-height: 36px;
        text-align: center;
        letter-spacing: 0.175em;
        padding-bottom: 33px;
        margin-bottom: 53px;
    }
    
    .advantages-item__icon img {
        transform: scale(.9);
    }
    
    .advantages-item__name {
        margin-top: 23px;
        font-size: 20px;
        line-height: 129.5%;
        /* or 26px */
        text-align: center;
        letter-spacing: 0.175em;
        text-transform: uppercase;
        padding: 0;
    }
    
    .advantages-item__title {
        border: none;
        padding: 0;
    }
    
    .advantages-item__content {
        text-align: center;
        padding-top: 11px;
    }
    
    .advantages-item {
        position: relative;
        padding-bottom: 38px;
        margin-bottom: 41px;
    }
    
    .advantages-item:after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 144px;
        height: 1px;
        background-color: #000;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .advantages-item:last-child:after {
        display: none;
    }
    
    .advantages-item:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    
    .feedback-section {
        margin-top: 73px;
        padding-top: 77px;
        padding-bottom: 18px;
    }
    
    .feedback-icon {
        width: 114px;
        height: 114px;
    }
    
    .feedback-icon i {
        width: 86.58px;
        height: 86.58px;
        font-size: 46px;
    }
    
    .feedback-wrap .section__title {
        font-size: 24px;
        line-height: 28px;
        text-align: center;
        letter-spacing: 0.175em;
        margin-top: 54px;
    }
    
    .feedback-text {
        font-size: 22px;
        line-height: 25px;
        margin-top: 16px;
    }
    
    .feedback-button {
        margin-top: 46px;
    }
    
    .main {
        padding-bottom: 92px;
    }
    
    .footer {
        padding-top: 43px;
        padding-bottom: 23px;
    }
    
    .footer-social__delimer {
        margin: 0 46px;
    }
    
    .footer-social__item .icon {
        width: auto;
    }
    
    .footer .container {
        padding: 0;
    }
    
    .footer-nav {
        padding-top: 45px;
    }
    
    .footer-menu {
        font-size: 18px;
        line-height: 21px;
    }
    
    .footer-menu__item {
        margin-bottom: 40px;
    }
    
    .footer-copyright {
        margin-top: 3px;
        padding-top: 75px;
    }
    
    .footer-copyright__text {
        margin-top: 79px;
    }
    
    .popup-custom .popup-window-content {
        height: auto;
        padding: 10px;
    }
    
    .feedback-modal {
        padding: 30px 20px 60px;
    }
    
    .popup-custom {
        width: 345px;
        max-width: none;
        font-size: 18px;
        line-height: 123%;
        min-height: auto;
    }
    
    .popup-custom .popup-window-titlebar {
        height: 95px;
    }
    
    .popup-custom-title {
        height: 100%;
        padding-left: 8px;
        padding-top: 0;
    }
    
    .popup-custom-title .services-item__name {
        display: none;
    }
    
    .popup-custom .popup-window-close-icon, .popup-window-close-icon {
        width: 33.23px;
        height: 33.23px;
        right: 14px;
        top: 15px;
    }
    
    .popup-custom .popup-window-close-icon:after, .popup-custom .popup-window-close-icon:before, .popup-window-close-icon:after, .popup-window-close-icon:before {
        width: 15px;
        top: 15px;
        left: 9px;
    }
    
    .popup-custom-title .services-item__icon img {
        transform: scale(0.85);
    }
    
    .is-menu-open .header-nav {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
    }
    
    .header-menu {
        flex-direction: column;
        padding: 42px 15px 2px;
        align-items: center;
        height: auto;
        width: auto;
        border-bottom: 1px solid #969696;
    }
    
    .header-menu__item {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 40px;
    }
    
    .header-work {
        text-align: center;
        padding: 19px 15px 10px;
        font-size: 16px;
        line-height: 18px;
    }
    
    .header-nav__container {
        padding: 0;
    }
    
    .header-nav .header-phone {
        width: 100%;
        text-align: center;
        justify-content: center;
        font-size: 24px;
        line-height: 28px;
        padding-right: 4px;
        padding-top: 0;
    }
    
    .header-nav .header-phone .icon {
        margin-right: 10px;
    }
    
    .header-social {
        justify-content: center;
        border-top: 1px solid #969696;
        margin-top: 20px;
        padding-top: 30px;
    }
    
    .header-social__item .icon {
        font-size: 31px;
        width: auto;
    }
    
    .header-social__item .icon.icon-instagram {
        font-size: 28px;
    }
    
    .header-social__delimer {
        margin: 0 37px;
    }
    
    .title {
        font-size: 28px;
        line-height: 32px;
        text-align: center;
        letter-spacing: 0.175em;
        margin: 21px 0 23px;
        justify-content: center;
    }
    
    .title:before, .title:after {
        display: none;
    }
    
    .catalog-filter {
        flex-direction: column;
    }
    
    .catalog-filter__col {
        width: 100%;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .catalog-filter__col--grey {
        margin-left: -15px;
        margin-right: -15px;
        background: #E6E6E6;
        width: calc(100% + 30px);
        margin-bottom: 4px;
    }
    
    .catalog-filter__item {
        padding-top: 3px;
        border: none;
    }
    
    .catalog-filter__item, .catalog-filter__item + .catalog-filter__item {
        margin: 0 5px;
    }
    
    .catalog-list {
        margin-top: 10px;
        margin-left: -15px;
        margin-right: -15px;
        justify-content: center;
    }
    
    .catalog-item {
        width: 375px;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .catalog-item__image {
        height: 465px;
    }
    
    .catalog-item__title {
        padding-top: 10px;
    }
    
    .catalog-item__more {
        margin-top: 8px;
    }
    
    .catalog-detail {
        flex-direction: column;
        margin-top: 21px;
    }
    
    .catalog-detail__images {
        width: 345px;
        padding: 0;
        border: none;
        margin: 0;
    }
    
    .catalog-detail__slide {
        width: 345px;
        height: 465px;
    }
    
    .delimer {
        margin-bottom: 10px;
    }
    
    .catalog-detail__images .flickity-page-dots {
        display: flex;
        bottom: -35px;
        justify-content: center;
    }
    
    .catalog-detail__images .flickity-viewport {
        margin-bottom: 40px;
    }
    
    .catalog-detail__images .flickity-page-dots .dot {
        width: 8px;
        height: 8px;
        margin: 0 9px;
    }
    
    .catalog-detail__content {
        margin-top: 18px;
        width: 100%;
    }
    
    .catalog-detail__name {
        text-align: center;
        padding-bottom: 12px;
    }
    
    .catalog-detail__text {
        text-align: center;
        margin-top: 20px;
        line-height: 145%;
    }
    
    .catalog-detail__link {
        margin-top: 39px;
        font-size: 16px;
    }
    
    .contacts-list {
        flex-direction: column;
        padding-right: 15px;
    }
    
    .contacts {
        padding: 0 0 0;
    }
    
    .contacts-text h3 {
        font-size: 25px;
        line-height: 29px;
        margin-bottom: 16px;
    }
    
    .contacts-text p:last-child {
        margin-bottom: 0;
    }
    
    .contacts-text {
        padding-bottom: 34px;
        font-size: 18px;
        line-height: 1.2;
    }
    
    .contacts-wrap {
        border: none;
        padding: 0;
    }
    
    .contacts__item {
        border-top: 1px solid rgba(0, 0, 0, 0.5);
        width: 100%;
        padding-left: 17px;
        padding-top: 21px;
        padding-bottom: 18px;
    }
    
    .contacts__item:last-child {
        border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    }
    
    .contacts__item .icon {
        width: 30px;
        height: 30px;
        font-size: 28px;
        margin-right: 19px;
    }
    
    .contacts__content div {
        margin-top: 0;
    }
    
    .contacts__content {
        line-height: 1.2;
    }
    
    .contacts__item .icon.icon-phone {
        font-size: 27px;
    }
    
    .contacts-title {
        width: 100%;
        text-align: center;
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 22px;
    }
    
    .contacts-social {
        padding: 29px 0 39px;
    }
    
    .contacts-social__item .icon.icon-instagram {
        font-size: 28px;
    }
    
    .contacts-social__delimer {
        margin: 0 11%;
        height: 25px;
    }
    
    .contacts-map .bx-yandex-map {
        max-height: 233px;
    }
    
    .logo-banner {
        margin-top: 0;
        height: 288px;
        padding-bottom: 10px;
        padding-right: 7px;
    }
    
    .logo-banner__image img {
        width: 299.1px;
        height: 65.8px;
    }
    
    .section__text {
        font-size: 18px;
        line-height: 163%;
        text-align: center;
        font-weight: 300;
    }
    
    .section-descr {
        padding-top: 49px;
        padding-bottom: 31px;
    }
    
    .section-text__more {
        max-height: 0;
        overflow: hidden;
        -webkit-transition-duration: .15s;
        transition-duration: .15s;
        -webkit-transition-timing-function: cubic-bezier(0, 1, .5, 1);
        transition-timing-function: cubic-bezier(0, 1, .5, 1);
    }
    
    .section-text__more.is-view {
        max-height: 1500px;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    
    .button-more {
        margin-top: 37px;
    }
    
    .glightbox-clean .gclose svg, .glightbox-modern .gclose svg {
        fill: #fff;
        width: 18px;
    }
    
    .glightbox-clean .gclose path, .glightbox-clean .gnext path, .glightbox-clean .gprev path, .glightbox-modern .gclose path, .glightbox-modern .gnext path, .glightbox-modern .gprev path {
        fill: #fff;
        stroke: #fff;
    }
    
    .glightbox-clean .gclose, .glightbox-modern .gclose {
        background-color: #000;
        opacity: 1;
    }
}

.tablebodytext {
    display: none !important;
}