button:active,
button:focus {
    outline: 0
}


.stage-block p a {
    color: #f5770a;
    font-weight: 700;
    text-decoration: underline;
}

.stage-block li a {
    color: #f5770a;
    font-weight: 700;
    text-decoration: underline;
}

.stage-block a:hover {
    text-decoration: none;
}

.header {
    position: relative;
    font-family: Roboto;
    color: #212121;
    z-index: 9;
}

.header * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.header .uk-container {
    margin-top: 0
}

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

.header__top {
    background: #414f5f;
    color: #fff;
    padding: 15px 0
}

.header__top p {
    margin: 0
}

.header-address__address_mobile {
    display: none
}

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

.header-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-address__city {
    background: #f5770a;
    font-size: 13px;
    font-weight: 500;
    padding: 6px 17px;
    border-radius: 5px;
    margin: 0
}

.header-address__address {
    font-size: 13px;
    color: #fff;
    padding-left: 20px
}

.header-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header-info__item {
    position: relative;
    font-size: 14px;
    color: #fff;
    padding: 0 22px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.header-info__item:hover {
    color: #f5780e;
    text-decoration: none
}

.header-info__item:nth-child(1):after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    width: 1px;
    height: 20px;
    background: #5d6977
}

.header__main-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px 0
}

.header-logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.header-logo__name {
    padding: 0 0 0 25px;
    font-weight: 900;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #212121
}

.header-logo a:hover {
    opacity: .75;
    text-decoration: none
}

.header-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    padding: 0 35px
}

.header-list__item_callback {
    padding: 0 !important
}

.header-list__item:not(:last-child) {
    border-left: 1px solid #e6e6e6
}

.header-list__icon {
    height: 100%;
    padding: 8px 0 0;
    margin-right: 15px
}

.header-list__item_mail .header-list__icon {
    padding-top: 12px
}

.header-list__icon:after {
    content: "";
    display: block;
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.header-list__item_mail .header-list__icon:after {
    width: 28px;
    height: 22px;
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='22' viewBox='0 0 28 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.5926 11.61C15.0328 12.1597 14.5531 12.4144 14.02 12.4144C13.5002 12.4144 13.0071 12.1597 12.4607 11.61L1.42599 0.616697C1.85245 0.201097 2.61209 0 3.66492 0H23.9753C25.2147 0 26.0942 0.214503 26.5607 0.670323L15.5926 11.61ZM9.28891 10.9933L0.333175 19.922C0.106616 19.5466 0 18.9031 0 18.0049V3.99513C0 3.09689 0.106616 2.46679 0.319848 2.09141L9.28891 10.9933ZM27.6935 19.8952C27.8934 19.5198 28 18.8897 28 18.0049V3.99512C28 3.12371 27.8934 2.4936 27.6935 2.11822L18.7511 10.9933L27.6935 19.8952ZM26.5873 21.3833C26.1609 21.7855 25.4146 22 24.3351 22H4.02475C2.81199 22 1.95907 21.7855 1.4793 21.3565L10.5816 12.2669L11.4079 13.0981C12.2742 13.9293 13.1004 14.3315 14.02 14.3315C14.9396 14.3315 15.7658 13.9293 16.6321 13.0981L17.4584 12.2669L26.5873 21.3833Z' fill='%23F5770A'/%3E%3C/svg%3E%0A")
}

.header-list__item_phone .header-list__icon:after {
    width: 27px;
    height: 27px;
    background-image: url("data:image/svg+xml,%3Csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.9116 27C22.7932 27 24.4453 26.3437 25.7609 24.8785C26.5258 24.0237 27 23.0317 27 22.0548C27 21.307 26.7246 20.5896 26.021 20.1012L21.5694 16.957C20.8963 16.4686 20.315 16.2397 19.7949 16.2397C19.1371 16.2397 18.5405 16.6213 17.8827 17.2776L16.8425 18.3002C16.6742 18.4681 16.4754 18.5138 16.2918 18.5138C16.0623 18.5138 15.8482 18.4375 15.6952 18.3612C14.8079 17.8881 13.2629 16.5602 11.8249 15.1408C10.4023 13.706 9.07139 12.1798 8.59717 11.2793C8.52068 11.1266 8.44419 10.9129 8.44419 10.6993C8.44419 10.5161 8.49008 10.3177 8.65836 10.1498L9.68329 9.09666C10.3411 8.44036 10.7235 7.84511 10.7235 7.17354C10.7235 6.65461 10.4788 6.08988 10.0045 5.40305L6.88385 1.02261C6.36374 0.32052 5.62946 0 4.83399 0C3.87025 0 2.89122 0.442623 2.03456 1.25155C0.611898 2.60995 0 4.2736 0 6.12041C0 10.3024 3.19717 15.3544 7.40397 19.5365C11.6108 23.749 16.7354 27 20.9116 27Z' fill='%23F5770A'/%3E%3C/svg%3E%0A")
}

.header-list__info-name {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 1px;
    color: #212121;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.header-list__info-name span {
    font-weight: 700
}

.header-list__info-name:hover {
    color: #f5770b;
    text-decoration: none
}

.header-list__info-description {
    color: #595959;
    font-size: 12px;
    line-height: 14px;
    margin: 0;
    letter-spacing: 1px
}

.button-yellow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    height: 55px;
    background: -o-linear-gradient(right, #ff8c28 0, #f5770a 100%);
    background: -webkit-gradient(linear, right top, left top, from(#ff8c28), to(#f5770a));
    background: linear-gradient(270deg, #ff8c28 0, #f5770a 100%);
    border: 0;
    padding: 10px 30px 9px;
    -webkit-box-shadow: 0 2px 0 #d96f13;
    box-shadow: 0 2px 0 #d96f13;
    border-radius: 5px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.button-yellow:hover {
    -webkit-box-shadow: 0 10px 20px rgb(217 111 19 / 60%);
    box-shadow: 0 10px 20px rgb(217 111 19 / 60%);
    text-decoration: none
}

.button-yellow:active,
.button-yellow:focus {
    outline: 0
}

.button-yellow_outline {
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #f5770a
}

.button-yellow_outline:hover {
    background-color: #f5770a;
    -webkit-box-shadow: none;
    box-shadow: none
}

.button-yellow_outline:hover .button-yellow__text {
    color: #fff;
}

.button-yellow__text {
    font-family: Roboto;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1px
}

.button-yellow_outline .button-yellow__text {
    color: #f5770a
}

.header-bottom__main {
    position: relative;
    background: -o-linear-gradient(right, #478bbe 0, #22538a 100%);
    background: -webkit-gradient(linear, right top, left top, from(#478bbe), to(#22538a));
    background: linear-gradient(270deg, #478bbe 0, #22538a 100%)
}

.header-nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header-nav__item {
    position: relative
}

.header-nav__item:not(:last-child) {
    border-right: 1px solid rgb(255 255 255 / 20%)
}

.nav-item_menu-button {
    display: none
}

.nav-item__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 68px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    padding: 25px 24px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
	margin:0;
	cursor: pointer;
}

.nav-item__link:hover {
    color: #fff;
    text-decoration: none
}

@media screen and (min-width: 768px) {
    .nav-item__link:hover {
        background: rgba(255, 255, 255, .1)
    }
}

.header-dropdown {
    position: absolute;
    top: 68px;
    left: 0;
    background: #2b5785;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 99;

    transition-delay: 0.2s !important;
}

.dropdown-item__dropdown,
.dropdown__item-submenu {
    transition-delay: 0.2s !important;
}


@media screen and (min-width: 768px) {
    .header-nav__item:hover .header-dropdown {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.header-dropdown__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header-dropdown__col {
    width: 260px
}

.dropdown-item,
.dropdown-item__dropdown-item {
    position: relative
}

.dropdown-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 57px;
    padding: 20px 25px;
    color: #fff;
    font-size: 14px;
    line-height: 16px
}

.dropdown-item a:hover,
.dropdown-item.show-children a {
    color: #fff;
    background: #478bbe;
    text-decoration: none
}

.dropdown-item__dropdown,
.dropdown__item-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    width: 340px;
    background: #478bbe;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-20px, 0);
    -ms-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 6
}

.dropdown-item__dropdown-item.show-children .dropdown__item-submenu-item,
.dropdown-item__dropdown-item.show-children>a,
.dropdown__item-submenu {
    background: #415a76
}

.dropdown-item__dropdown-item.show-children .dropdown__item-submenu-item:hover {
    background: #204368
}

.dropdown-item.show-children .dropdown-item__dropdown,
.dropdown-item__dropdown-item.show-children .dropdown__item-submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.dropdown-item__dropdown .dropdown-item__dropdown-item a:hover {
    background: #415a76
}

.header-bottom__side {
    background: #214368
}

.header-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 56px;
    padding: 15px 0;
    margin: 0 -10px
}

.header-categories__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    padding: 5px;
    line-height: 16px;
    margin: 0 10px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.header-categories__item:hover {
    color: #fff;
    opacity: .75;
    text-decoration: none
}

.header-search {
    position: static;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.search-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-family: Roboto;
    background: 0 0;
    padding: 0 30px;
    border: 0;
    color: #fff
}

.search-button__icon:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 16.8332C18 17.4914 17.5168 18 16.8423 18C16.5201 18 16.2181 17.8903 15.9866 17.6709L11.5872 13.303C10.3893 14.1307 8.9396 14.6194 7.37919 14.6194C3.31208 14.6194 0 11.3285 0 7.3097C0 3.29086 3.31208 0 7.37919 0C11.4362 0 14.7584 3.29086 14.7584 7.3097C14.7584 8.93518 14.2148 10.441 13.2987 11.6576L17.6678 15.9956C17.8993 16.2249 18 16.5241 18 16.8332ZM1.71141 7.3097C1.71141 10.3812 4.26846 12.9141 7.37919 12.9141C10.4799 12.9141 13.0369 10.3812 13.0369 7.3097C13.0369 4.23823 10.4799 1.70526 7.37919 1.70526C4.26846 1.70526 1.71141 4.23823 1.71141 7.3097Z' fill='white'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.search-button:hover .search-button__icon:after {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.search-button__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    padding-left: 10px
}

.search-field {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transform: translate(20px, 0);
    -ms-transform: translate(20px, 0);
    transform: translate(20px, 0);
    visibility: hidden;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.search-field.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.search-field__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0
}

.search-field .search-field__input {
    width: 100%;
    height: 80%;
    margin: 0;
    font-size: 16px;
    color: #212121;
    padding: 0 60px;
    -webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, .05);
    box-shadow: inset 0 3px 3px rgba(0, 0, 0, .05);
    border-radius: 50px
}

.search-field .search-field__input:focus {
    background: #fff
}

.search-field__button {
    position: absolute;
    left: 10px;
    border: 0;
    background: 0 0;
    padding: 15px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.search-field__close {
    left: unset;
    right: 10px
}

.search-field__button:hover {
    opacity: .5
}

.search-field__button-icon:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.search-field__search .search-field__button-icon:after {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 16.8332C18 17.4914 17.5168 18 16.8423 18C16.5201 18 16.2181 17.8903 15.9866 17.6709L11.5872 13.303C10.3893 14.1307 8.9396 14.6194 7.37919 14.6194C3.31208 14.6194 0 11.3285 0 7.3097C0 3.29086 3.31208 0 7.37919 0C11.4362 0 14.7584 3.29086 14.7584 7.3097C14.7584 8.93518 14.2148 10.441 13.2987 11.6576L17.6678 15.9956C17.8993 16.2249 18 16.5241 18 16.8332ZM1.71141 7.3097C1.71141 10.3812 4.26846 12.9141 7.37919 12.9141C10.4799 12.9141 13.0369 10.3812 13.0369 7.3097C13.0369 4.23823 10.4799 1.70526 7.37919 1.70526C4.26846 1.70526 1.71141 4.23823 1.71141 7.3097Z' fill='black'/%3E%3C/svg%3E")
}

.search-field__close .search-field__button-icon:after {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23prefix__clip0)' fill='%23000'%3E%3Cpath d='M.93 18a.926.926 0 01-.654-1.581L16.423.27a.926.926 0 111.31 1.31L1.586 17.728A.929.929 0 01.93 18z'/%3E%3Cpath d='M17.079 18a.919.919 0 01-.655-.272L.276 1.581a.926.926 0 011.31-1.31L17.733 16.42A.926.926 0 0117.079 18z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='prefix__clip0'%3E%3Cpath fill='%23fff' d='M0 0h18v18H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
}

.field-item .field-item__input,
.field-item__textarea {
    display: block;
    width: 100%;
    height: 55px;
    background: #f7f7f7;
    font-family: Roboto;
    color: #212121;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 16px;
    -webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, .05);
    box-shadow: inset 0 3px 3px rgba(0, 0, 0, .05);
    border: 0;
    border-radius: 5px
}

.field-item__input::-webkit-input-placeholder,
.field-item__textarea::-webkit-input-placeholder,
.search-field__input::-webkit-input-placeholder {
    text-overflow: ellipsis;
    color: #212121;
    -webkit-transition: color .3s;
    transition: color .3s
}

.field-item__input:-moz-placeholder,
.field-item__input::-moz-placeholder,
.field-item__textarea:-moz-placeholder,
.field-item__textarea::-moz-placeholder,
.search-field__input:-moz-placeholder,
.search-field__input::-moz-placeholder {
    text-overflow: ellipsis;
    color: #212121;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s
}

.field-item__input:-ms-input-placeholder,
.field-item__textarea:-ms-input-placeholder,
.search-field__input:-ms-input-placeholder {
    text-overflow: ellipsis;
    color: #212121;
    -webkit-transition: color .3s;
    -ms-transition: color .3s;
    transition: color .3s
}

.field-item__input:focus::-webkit-input-placeholder,
.field-item__textarea:focus::-webkit-input-placeholder,
.search-field__input:focus::-webkit-input-placeholder {
    text-overflow: clip;
    color: transparent !important
}

.field-item__input:focus:-moz-placeholder,
.field-item__textarea:focus:-moz-placeholder,
.search-field__input:focus:-moz-placeholder {
    text-overflow: clip;
    color: transparent !important
}

.field-item__input:focus::-moz-placeholder,
.field-item__textarea:focus::-moz-placeholder,
.search-field__input:focus::-moz-placeholder {
    text-overflow: clip;
    color: transparent !important
}

.field-item__input:focus:-ms-input-placeholder,
.field-item__textarea:focus:-ms-input-placeholder,
.search-field__input:focus:-ms-input-placeholder {
    text-overflow: clip;
    color: transparent !important
}

.field-item.error .field-item__input,
.field-item.error .field-item__textarea {
    border: 1px solid #f30e0e
}

.field-item .field-item__input:focus,
.field-item .field-item__textarea:focus {
    background: #f7f7f7
}

.field-item__textarea {
    height: auto;
    resize: none
}

.stage-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.stage-block {
    font-family: Roboto;
    margin-bottom: 30px
}

.stage-block_promo {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -20px
}

.stage-block_about {
    overflow: hidden
}

.stage-block_about .stage-block__main {
    padding-bottom: 0
}

.stage-block h1,
.stage-block h2,
.stage-block h3 {
    font-family: Roboto
}

.stage-block * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.stage-block a.link {
    color: #f5770a;
    text-decoration: underline;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.stage-block a.link:hover {
    color: #f5770a
}

.stage-block__main {
    position: relative;
    color: #212121;
    background: #fff;
    padding: 30px
}

.stage-block_contact .stage-block__main {
    padding: 0;
    background: 0 0
}

.stage-block__head {
    margin-bottom: 30px
}

.stage-block__head_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 25px
}

.contact__title,
.stage-block__title {
    position: relative;
    color: #212121;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    padding-bottom: 17px;
    margin: 0
}

.contact__title::after,
.stage-block__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 5px;
    background: #f5770a
}

.stage-block__head_button .stage-block__title {
    margin-top: 2px
}

.stage-block__button {
    width: 265px;
    padding: 10px 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none !important;
}

.stage-block__button .button-yellow__text {
    letter-spacing: normal
}

.stage-block__footer {
    margin-top: 30px
}

.stage-block__footer_responsive {
    display: none
}

.stage-block_works-grid .stage-block__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width: 991px) {
    .stage-row .stage-block .stage-block__main {
        height: 100%
    }

    .stage-row_services .stage-block:nth-child(1) {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        z-index: 2
    }

    .stage-row_services .stage-block:nth-child(1)::after {
        content: "";
        position: absolute;
        top: 0;
        right: -50px;
        bottom: 0;
        width: 50px;
        background: -o-linear-gradient(right, #fff 0, #f5f5f5 100%);
        background: -webkit-gradient(linear, right top, left top, from(#fff), to(#f5f5f5));
        background: linear-gradient(270deg, #fff 0, #f5f5f5 100%)
    }

    .stage-row_services .stage-block:nth-child(2) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 330px;
        flex: 0 0 330px;
        background: #fff
    }

    .stage-row_services .stage-block:nth-child(2) .stage-block__main {
        position: relative;
        background: 0 0;
        z-index: 3
    }

    .stage-row_services .stage-block:nth-child(2) .stage-block__head_button {
        margin-bottom: 30px
    }

    .stage-row_services .stage-block:nth-child(2) .stage-block__title {
        margin: 0;
        font-size: 20px;
        line-height: 23px
    }

    .stage-row_services .stage-block:nth-child(2) .stage-block__head .stage-block__button {
        display: none
    }
}

.promo-block {
    color: #fff;
    padding: 85px 0
}

.promo-block__title {
    color: #fff;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    margin: 0 0 30px
}

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

.promo-form__title {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    margin: 0 0 28px
}

.promo-form__title span {
    font-weight: 700
}

.promo-form__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 -15px
}

.promo-form__fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-preferred-size: calc(75% - 30px);
    flex-basis: calc(95% - 30px);
    max-width: calc(95% - 30px);
    margin: 0 15px;
    gap: 15px;
}

.promo-form__fields .field-item {
    -ms-flex-preferred-size: calc(33.3333333333% - 20px);
    flex-basis: calc(33.3333333333% - 20px);
    max-width: calc(33.3333333333% - 20px)
}

.promo-form__fields .field-item__input {
    height: 56.5px;
    margin-bottom: 0
}

.promo-form__action {
    -ms-flex-preferred-size: calc(25% - 30px);
    flex-basis: calc(25% - 30px);
    max-width: calc(25% - 30px);
    margin: 0 15px
}

.promo-form__button {
    width: 100%
}

.about-manufacturer__image {
    position: absolute;
    top: 25px;
    right: -42px;
    width: 148px;
    height: 362px
}

.about-manufacturer__wrapper {
    position: relative
}

.about-manufacturer__top {
    margin-bottom: 30px
}

.about-manufacturer__top_responsive {
    display: none
}

.about-manufacturer__top p {
    font-size: 15px;
    line-height: 25px;
    margin: 0
}

.about-manufacturer__top a {
    color: #f5770a;
    font-weight: 700;
    text-decoration: underline
}

.about-manufacturer__top a:hover {
    color: #f5770a;
    text-decoration: none
}

.about-manufacturer__top_responsive span {
    display: none
}

.about-manufacturer__top .about-manufacturer__top-show {
    display: block;
    color: #212121;
    margin-top: 25px
}

.about-manufacturer__side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
    border-top: 1px solid #f2f2f2
}

.about-manufacturer__note {
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    margin: 0
}

.about-manufacturer__note br {
    display: none
}

.about-manufacturer__button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 265px;
    flex: 0 0 265px;
    padding: 10px 20px;
    text-decoration: none !important
}

.about-manufacturer__button .button-yellow__text {
    letter-spacing: normal
}

.products-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px
}

.product-card {
    -ms-flex-preferred-size: calc(25% - 30px);
    flex-basis: calc(25% - 30px);
    max-width: calc(25% - 30px);
    background: #fff;
    margin: 15px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    -webkit-transition: -webkit-box-shadow .2s ease;
    transition: -webkit-box-shadow .2s ease;
    -o-transition: box-shadow .2s ease;
    transition: box-shadow .2s ease;
    transition: box-shadow .2s ease, -webkit-box-shadow .2s ease;
    height: auto;
    min-height: 200px;
}

.product-card:hover {
    -webkit-box-shadow: 0 12px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 12px 20px rgba(0, 0, 0, .1);
    background: linear-gradient(270deg, #FF8C28 0%, #F5770A 100%);
}

.product-card:hover .product-card__name,
.product-card:hover .product-card__info,
.product-card:hover .product-card__date {
    color: #fff !important;
}

.product-card__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: none !important
}

.product-card__link:hover {
    text-decoration: none
}

.product-card__image {
    width: 100%;
    height: 160px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.product-card__info {
    height: auto;
    /* min-height: 155px; */
    padding: 15px
}

.product-card__name {
    display: block;
    color: #212121;
    font-size: 15px;
    line-height: 25px;
    font-weight: normal;
    transition: color 0.2s ease;
}

.product-card__name span,
.product-card__date span {
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease
}

.product-card__date {
    display: block;
    color: #212121;
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
    transition: color 0.2s ease;
}

.product-card:hover .product-card__name span,
.product-card:hover .product-card__date span {
    color: #fff;
}

.advantages-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px
}

.advantage-card {
    position: relative;
    -ms-flex-preferred-size: calc(33.3333333333% - 30px);
    flex-basis: calc(33.3333333333% - 30px);
    max-width: calc(33.3333333333% - 30px);
    background: #fff;
    padding: 20px;
    margin: 0 15px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    -webkit-transition: -webkit-box-shadow .2s ease;
    transition: -webkit-box-shadow .2s ease;
    -o-transition: box-shadow .2s ease;
    transition: box-shadow .2s ease;
    transition: box-shadow .2s ease, -webkit-box-shadow .2s ease
}

.advantage-card:hover {
    -webkit-box-shadow: 0 12px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 12px 20px rgba(0, 0, 0, .1)
}

.advantage-card__info {
    padding: 60px 0 3px
}

.advantage-card__icon {
    position: absolute;
    top: 20px;
    right: 20px
}

.advantage-card__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    margin-top: 0;
    margin-bottom: 21px
}

.advantage-card__description {
    font-size: 15px;
    line-height: 18px;
    margin: 0
}

.advantage-card__description_responsive {
    display: none
}

.works-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px
}

.work-card {
    position: relative;
    -ms-flex-preferred-size: calc(25% - 30px);
    flex-basis: calc(25% - 30px);
    max-width: calc(25% - 30px);
    margin: 15px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.work-card::before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    background: #fff;
    border-radius: 5px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.work-card:hover {
    z-index: 2
}

.work-card:hover::before {
    -webkit-box-shadow: 0 12px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 12px 20px rgba(0, 0, 0, .1)
}

.work-card__wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.work-card__wrap:hover {
    text-decoration: none
}

.work-card__image {
    display: block;
    width: 100%;
    height: 160px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px
}

.work-card__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 15px
}

.work-card__description,
.work-card__title {
    color: #212121;
    font-size: 15px;
    line-height: 25px;
    margin: 0;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease
}

.work-card__title {
    font-weight: 700
}

.work-card:hover .work-card__description,
.work-card:hover .work-card__title {
    color: #f5770a
}

.works-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px
}

.work-item {
    -ms-flex-preferred-size: calc(33.3333333333% - 30px);
    flex-basis: calc(33.3333333333% - 30px);
    max-width: calc(33.3333333333% - 30px);
    margin: 15px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: -webkit-box-shadow .2s ease;
    transition: -webkit-box-shadow .2s ease;
    -o-transition: box-shadow .2s ease;
    transition: box-shadow .2s ease;
    transition: box-shadow .2s ease, -webkit-box-shadow .2s ease
}

.work-item:hover {
    -webkit-box-shadow: 0 12px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 12px 20px rgba(0, 0, 0, .1)
}

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

.work-item__image {
    width: 100%;
    height: 220px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.work-item__info {
    padding: 15px
}

.work-item__description,
.work-item__title {
    font-size: 15px;
    line-height: 25px;
    margin: 0;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease
}

.work-item__title {
    font-weight: 700
}

.work-item:hover .work-item__description,
.work-item:hover .work-item__title {
    color: #f5770a
}

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

.about-service__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 21px
}

.about-service__description {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 15px;
    line-height: 27px;
    padding-right: 30px;
    margin: 0
}

.about-service__image {
    width: 360px;
    max-width: 40%;
    min-height: 220px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px
}

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

.service-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 27px
}

.service-row:last-child {
    margin-bottom: 0
}

.service-row__name {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 29px
}

.service-row__description {
    font-size: 15px;
    line-height: 27px;
    margin: 0
}

.services-list__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: -10px 0
}

.service-item {
    position: relative;
    width: 100%;
    margin: 10px 0
}

.service-item.is-hide {
    display: none
}

.service-item::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: 0 0;
    border-radius: 5px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.service-item:hover::before {
    background: #fff;
    -webkit-box-shadow: 0 12px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 12px 20px rgba(0, 0, 0, .1)
}

.service-item__link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    margin: -10px
}

.service-item__image {
    width: 40px;
    height: 40px
}

.service-item__info {
    padding-left: 15px
}

.service-item__name {
    color: #212121;
    font-size: 15px;
    line-height: 18px;
    text-decoration: underline;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease
}

.service-item:hover .service-item__name {
    color: #f5770a
}

.services-list__action {
    margin-top: 30px
}

.contact-block {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px
}

.contact-block__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 850px;
}

.contact-block__organization {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    margin: 0 0 20px
}

.contact-block__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px
}

.contact-block__item-info,
.contact-block__item-name {
    font-size: 15px;
    line-height: 27px;
    margin: 0
}

.contact-block__item-name {
    font-weight: 700
}

.contact-block__list {
    margin-bottom: 30px
}

.team-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px
}

.person-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-preferred-size: calc(33.3333333333% - 30px);
    flex-basis: calc(33.3333333333% - 30px);
    max-width: calc(33.3333333333% - 30px);
    background: #fff;
    padding: 20px;
    margin: 15px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    border-radius: 5px;
    -webkit-transition: -webkit-box-shadow .2s ease;
    transition: -webkit-box-shadow .2s ease;
    -o-transition: box-shadow .2s ease;
    transition: box-shadow .2s ease;
    transition: box-shadow .2s ease, -webkit-box-shadow .2s ease
}

.person-card:hover {
    -webkit-box-shadow: 0 12px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 12px 20px rgba(0, 0, 0, .1)
}

.person-card__top {
    margin-bottom: 22px
}

.person-card__name {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    margin: 0 0 12px
}

.person-card__position {
    font-style: italic;
    font-size: 15px;
    line-height: 18px
}

.person-card__side {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-bet
}

.person-card__email,
.person-card__phone {
    font-size: 15px;
    line-height: 21px
}

.person-card__phone {
    color: #212121;
    font-weight: 700;
    text-decoration: none
}

.person-card__email {
    color: #f5770a;
    text-decoration: underline;
}

.person-card__email:hover {
    color: #f5770a;
    text-decoration: none
}

.contact__main {
    position: relative;
    background: #fff;
    padding: 30px
}

.contact__main-wrapper {
    max-width: 788px
}

.contact__title {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 23px
}

.contact__title span {
    font-weight: 700
}

.contact__title:first-child span {
    font-size: 24px;
    line-height: 28px
}

.contact__description {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 23px
}

.contact__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 32px
}

.contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contact-item__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 45px;
    height: 45px;
    background: #f7f7f7;
    border-radius: 5px
}

.contact-item__icon:after {
    content: "";
    display: block;
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.contact-item_phone .contact-item__icon:after {
    width: 19px;
    height: 19px;
    background-image: url("data:image/svg+xml,%3Csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.9116 27C22.7932 27 24.4453 26.3437 25.7609 24.8785C26.5258 24.0237 27 23.0317 27 22.0548C27 21.307 26.7246 20.5896 26.021 20.1012L21.5694 16.957C20.8963 16.4686 20.315 16.2397 19.7949 16.2397C19.1371 16.2397 18.5405 16.6213 17.8827 17.2776L16.8425 18.3002C16.6742 18.4681 16.4754 18.5138 16.2918 18.5138C16.0623 18.5138 15.8482 18.4375 15.6952 18.3612C14.8079 17.8881 13.2629 16.5602 11.8249 15.1408C10.4023 13.706 9.07139 12.1798 8.59717 11.2793C8.52068 11.1266 8.44419 10.9129 8.44419 10.6993C8.44419 10.5161 8.49008 10.3177 8.65836 10.1498L9.68329 9.09666C10.3411 8.44036 10.7235 7.84511 10.7235 7.17354C10.7235 6.65461 10.4788 6.08988 10.0045 5.40305L6.88385 1.02261C6.36374 0.32052 5.62946 0 4.83399 0C3.87025 0 2.89122 0.442623 2.03456 1.25155C0.611898 2.60995 0 4.2736 0 6.12041C0 10.3024 3.19717 15.3544 7.40397 19.5365C11.6108 23.749 16.7354 27 20.9116 27Z' fill='%23F5770A'/%3E%3C/svg%3E%0A")
}

.contact-item_email .contact-item__icon:after {
    width: 19px;
    height: 15px;
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='22' viewBox='0 0 28 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.5926 11.61C15.0328 12.1597 14.5531 12.4144 14.02 12.4144C13.5002 12.4144 13.0071 12.1597 12.4607 11.61L1.42599 0.616697C1.85245 0.201097 2.61209 0 3.66492 0H23.9753C25.2147 0 26.0942 0.214503 26.5607 0.670323L15.5926 11.61ZM9.28891 10.9933L0.333175 19.922C0.106616 19.5466 0 18.9031 0 18.0049V3.99513C0 3.09689 0.106616 2.46679 0.319848 2.09141L9.28891 10.9933ZM27.6935 19.8952C27.8934 19.5198 28 18.8897 28 18.0049V3.99512C28 3.12371 27.8934 2.4936 27.6935 2.11822L18.7511 10.9933L27.6935 19.8952ZM26.5873 21.3833C26.1609 21.7855 25.4146 22 24.3351 22H4.02475C2.81199 22 1.95907 21.7855 1.4793 21.3565L10.5816 12.2669L11.4079 13.0981C12.2742 13.9293 13.1004 14.3315 14.02 14.3315C14.9396 14.3315 15.7658 13.9293 16.6321 13.0981L17.4584 12.2669L26.5873 21.3833Z' fill='%23F5770A'/%3E%3C/svg%3E%0A")
}

.contact-item_date .contact-item__icon:after {
    width: 17px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.537 3.529a.556.556 0 01-.356.119c-.225 0-.413-.138-.516-.348-.093-.21-.15-.53-.15-.86C.515 1.089 1.64 0 3.045 0c.544 0 1.144.155 1.49.466.16.128.254.284.254.466 0 .147-.084.284-.225.394L1.537 3.529zM16.335 3.3c-.104.201-.29.348-.506.348a.564.564 0 01-.366-.12l-3.018-2.202c-.15-.11-.234-.247-.234-.394 0-.182.094-.338.253-.466.347-.31.947-.466 1.49-.466 1.406 0 2.53 1.088 2.53 2.44 0 .33-.056.659-.15.86zM15.94 17.8a.673.673 0 00-.01-.978l-1.358-1.317c1.5-1.49 2.427-3.538 2.427-5.786 0-4.58-3.805-8.292-8.5-8.292S0 5.138 0 9.718c0 2.248.928 4.296 2.427 5.786l-1.359 1.317a.68.68 0 00-.009.978.737.737 0 001.021-.01l1.416-1.38A8.557 8.557 0 008.5 18a8.535 8.535 0 005.004-1.59l1.415 1.38c.291.275.74.284 1.022.01zM4.526 10.714h3.965a.629.629 0 00.646-.63V4.917c0-.356-.28-.621-.646-.621a.619.619 0 00-.638.621v4.544H4.526a.619.619 0 00-.637.621c0 .357.272.631.637.631z' fill='%23F5770A'/%3E%3C/svg%3E")
}

.contact-item__info {
    padding-left: 15px
}

.contact-item__info-name {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 2px;
    margin: 0;
    color: #212121;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

a.contact-item__info-name:hover {
    color: #fd8a25;
    text-decoration: none
}

.contact-item__info-name span {
    font-weight: 700
}

.contact-item__description {
    font-size: 12px;
    line-height: 14px;
    margin: 0
}

.contact-form {
    width: 100%;
    margin-bottom: 0
}

.contact-form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    gap: 15px;
}

.contact-form__row:nth-child(1) .field-item {
    width: calc(50% - 15px)
}

.contact-form__row:nth-child(1) .field-item:not(:last-child) {
    margin-right: 30px
}

.contact-form__row:nth-child(2) .field-item {
    width: 100%
}

.contact-form__row .field-item__input,
.contact-form__row .field-item__textarea {
    margin: 0
}

.contact-form__field {
    width: 100%;
}

.contact-form__button {
    width: 260px
}

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

.contact__side {
    padding: 30px;
    background: #f0f0f0
}

.contact__side p {
    color: #212121;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    margin: 0
}

.contact__side p a {
    color: #212121;
    text-decoration: underline;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.contact__side p a:hover {
    color: #fd8926;
    -webkit-text-decoration-color: #fd8926;
    text-decoration-color: #fd8926
}

.footer {
    font-family: Roboto;
    color: #212121
}

.footer .uk-container {
    margin-top: 0
}

.footer__top {
    background: #fff;
    padding: 40px 0
}

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

.footer__company {
    max-width: 385px
}

.footer__company-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 17px
}

.footer__company-description {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px
}

.footer__address {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 18px
}

.footer__contact {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 20px
}

.footer__contact .contact-item {
    margin-right: 30px
}

.footer__contact .contact-item .contact-item__info-name {
    font-size: 16px;
    line-height: 22px
}

.footer__button {
    width: 230px
}

.footer__side {
    max-width: 52%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.footer-menu__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid #e6e6e6;
    width: 50%
}

.footer-menu__item:last-child {
    border-right: 1px solid #e6e6e6
}

.footer-menu__item-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 17px
}

.footer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: -5px 0
}

.footer-list__item {
    font-size: 14px;
    color: #242424;
    margin: 5px 0;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.footer-list__item:hover {
    color: #fd8926;
    text-decoration: none
}

.footer__bottom {
    background: #414f5f;
    color: #bcc1c7;
    padding: 22px 0
}

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

.footer__polit-polz {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.footer__dev,
.footer__policy {
    font-size: 13px;
    line-height: 15px
}

.footer__dev {
    margin: 0
}

.footer__policy {
    color: #bcc1c7;
    text-decoration: underline;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.footer__policy:hover {
    color: #fff
}

.contact-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 40%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 20
}

.contact-modal.open {
    opacity: 1;
    visibility: visible
}

.contact-modal * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.contact-modal__wrapper {
    position: relative;
    max-width: 400px;
    width: 100%;
    background: #fff;
    color: #242424;
    font-family: Roboto;
    padding: 30px;
    border-radius: 5px;
    -webkit-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    transform: translate(0, 30px);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.contact-modal.open .contact-modal__wrapper {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.contact-modal__title {
    font-size: 18px;
    font-weight: 700;
    text-align: center
}

.contact-modal__description {
    font-size: 14px;
    text-align: center;
    margin: 0 0 20px
}

.contact-modal__form {
    margin: 0
}

.date-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0 30px
}

.date-select__name {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    line-height: 16px;
    margin: 0
}

.date-select_item {
    margin: 0 8px
}

.date-select_item:nth-child(2) {
    width: 75px
}

.date-select_item:nth-child(3) {
    width: 120px
}

.date-select_item select {
    width: 100%;
    height: 35px;
    border: 0;
    font-size: 12px;
    margin: 0;
    -webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, .05);
    box-shadow: inset 0 3px 3px rgba(0, 0, 0, .05);
    border-radius: 5px
}

.contact-modal__button {
    width: 100%
}

.contact-modal__close {
    position: absolute;
    top: 0;
    right: 0;
    background: 0 0;
    border: 0;
    padding: 15px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.contact-modal__close:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23prefix__clip0)' fill='%23000'%3E%3Cpath d='M.93 18a.926.926 0 01-.654-1.581L16.423.27a.926.926 0 111.31 1.31L1.586 17.728A.929.929 0 01.93 18z'/%3E%3Cpath d='M17.079 18a.919.919 0 01-.655-.272L.276 1.581a.926.926 0 011.31-1.31L17.733 16.42A.926.926 0 0117.079 18z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='prefix__clip0'%3E%3Cpath fill='%23fff' d='M0 0h18v18H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.contact-modal__close:hover {
    opacity: .6
}

.header-list__button-text_mobile {
    display: none
}

.nav-item__link-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 22px;
    height: 18px;
    margin-right: 15px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.nav-item_menu-button .nav-item__link.active {
    color: #fff;
    background: #2b5785
}

.nav-item_menu-button .nav-item__link.active .nav-item__link-icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.nav-item__link-icon span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff
}

.mobile-nav {
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 5
}

.mobile-nav.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.mobile-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #2a6096
}

.mobile-nav__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 60px;
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    line-height: 16px
}

.mobile-nav__item a:hover {
    background: #478bbe;
    color: #fff;
    text-decoration: none
}

.dropdown-item__dropdown-item_children>a:after,
.dropdown-item_children>a:after,
.mobile-nav__item_children>a:after,
.mobile-submenu__list-item_children>a:after {
    content: "";
    display: block;
    width: 12px;
    height: 21px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 19.5l9-9-9-9' stroke='%23fff' stroke-width='1.98'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.dropdown-item__dropdown-item_children>a:after,
.dropdown-item_children>a:after {
    width: 9px;
    height: 17px
}

.mobile-nav__item:not(:last-child) {
    border-bottom: 1px solid #2b5685
}

.mobile-submenu,
.mobile-submenu__submenu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 100%;
    background: #415a76;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.mobile-submenu.open,
.mobile-submenu__submenu.open {
    opacity: 1;
    visibility: visible
}

.mobile-submenu__back,
.mobile-submenu__submenu-back {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    background: #478bbe
}

.mobile-submenu__back:hover {
    color: #fff;
    text-decoration: none
}

.mobile-submenu__back:hover:before {
    margin-right: 10px
}

.mobile-submenu__back:before {
    content: "";
    width: 12px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1l-9 9 9 9' stroke='%23fff' stroke-width='1.98'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-right: 22px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.mobile-submenu__list-item:hover,
.mobile-submenu__submenu-item:hover {
    background: #334e6c;
    color: #fff;
    text-decoration: none
}

.mobile-submenu__list-item,
.mobile-submenu__submenu-item {
    border-bottom: 1px solid #334e6c
}

.nav-contact {
    display: none;
    background: #fff
}

.nav-contact__address {
    max-width: 340px;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 26px
}

.nav-contact__button {
    width: 100%
}

.nav-contact {
    padding: 20px
}

.overlay-blur {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(255 255 255 / 50%);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    opacity: 0;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 2
}

.overlay-blur.show {
    opacity: 1
}

.header-list__button-icon_mobile {
    display: none
}

.header-list__button-icon_mobile:after {
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.49 20c1.394 0 2.618-.486 3.592-1.572.567-.633.918-1.367.918-2.091 0-.554-.204-1.085-.725-1.447l-3.298-2.33c-.498-.361-.929-.53-1.314-.53-.487 0-.93.282-1.417.768l-.77.758a.553.553 0 01-.408.158c-.17 0-.329-.057-.442-.113-.657-.35-1.802-1.334-2.867-2.386-1.054-1.062-2.04-2.193-2.39-2.86a1.002 1.002 0 01-.114-.43.55.55 0 01.159-.407l.759-.78c.487-.486.77-.927.77-1.424 0-.385-.181-.803-.532-1.312L5.099.757A1.829 1.829 0 003.581 0c-.714 0-1.44.328-2.074.927C.453 1.933 0 3.166 0 4.534c0 3.097 2.368 6.84 5.484 9.938C8.601 17.591 12.397 20 15.49 20z' fill='%23fff'/%3E%3C/svg%3E")
}

.button-yellow__icon:after {
    content: "";
    display: block;
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.breadcrumbs {
    padding: 0 0 23px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px
}

.breadcrumbs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.breadcrumbs__list .breadcrumbs__item {
    position: relative;
    font-size: 14px;
    line-height: 16px;
    margin-right: 17px
}

.breadcrumbs__list .breadcrumbs__item:last-child {
    margin-right: 0
}

.breadcrumbs__list a.breadcrumbs__item {
    color: #f5770a;
    text-decoration: underline
}

.breadcrumbs__list a.breadcrumbs__item:hover {
    text-decoration: none
}

.breadcrumbs__list span.breadcrumbs__item {
    color: #bfbfbf
}

.breadcrumbs__list>.breadcrumbs__item+:before {
    content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ';
    position: absolute;
    top: 50%;
    left: -12.5px;
    font-size: 14px;
    color: #bfbfbf;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none
}

.block-pagination__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -5px
}

.block-pagination__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 55px;
    height: 55px;
    background: #fff;
    color: #f5770a;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    border: 1px solid #f5770a;
    border-radius: 5px;
    margin: 0 5px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.block-pagination__item:hover {
    background: #f5770a;
    color: #fff;
    text-decoration: none
}

.block-pagination__item.is-active {
    color: #fff;
    background: #f5770a
}

.block-pagination__button svg {
    width: 18px;
    height: 15px
}

.block-pagination__button svg path {
    -webkit-transition: fill .2s ease;
    -o-transition: fill .2s ease;
    transition: fill .2s ease
}

.block-pagination__button:hover svg path {
    fill: #fff
}

@media screen and (max-width: 1300px) {
    .promo-block__title {
        font-size: 40px;
        line-height: 47px;
        margin-bottom: 32px
    }

    .promo-form__title {
        max-width: 431px;
        margin-bottom: 36px
    }

    .about-manufacturer__note br {
        display: block
    }

    .product-card,
    .work-card {
        -ms-flex-preferred-size: calc(33.3333333333% - 30px);
        flex-basis: calc(33.3333333333% - 30px);
        max-width: calc(33.3333333333% - 30px)
    }

    .work-card:nth-child(4) {
        display: none
    }
  
    .header-list__button-text,
    .nav-item:nth-child(2) {
        display: none
    }

	.header-address__address,
	.header-logo__name{
		flex: 1;
	}

	.header-logo__name{
		max-width: min-content;
	}


    .button-yellow {
        padding-left: 20px;
        padding-right: 20px
    }

    .header-list__button-text_mobile {
        display: block
    }

    .contact__image {
        width: auto;
        height: 440px
    }

    .contact-form {
        max-width: 500px
    }

    .contact-form__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0
    }

    .contact-form__row .field-item {
        width: 100% !important;
        margin-right: 0;
        margin-bottom: 20px
    }

    .contact-form__row:nth-child(1) .field-item:not(:last-child) {
        margin-right: 0
    }

    .contact-form__button {
        width: 100%
    }

    .person-card__name {
        font-size: 16px;
        line-height: 19px
    }
}

@media screen and (max-width: 1100px) {
	.header-logo__name{
		display:none;
	}


}

@media screen and (min-width: 991px) and (max-width:1300px) {
    .advantage-card {
        padding: 15px
    }

    .advantage-card__description {
        font-size: 13px
    }

    .nav-item__link {
        padding: 13px
    }

    .header-categories {
        margin: 0 -5px
    }

    .header-categories__item {
        font-size: 12px;
        margin: 0 6px
    }
}

@media screen and (max-width: 991px) {
    .stage-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .promo-block {
        padding: 40px 0
    }

    .promo-form__form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .promo-form__fields {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 24px
    }

    .promo-form__fields .field-item__input {
        height: 55px
    }

    .promo-form__action {
        -ms-flex-preferred-size: calc(33.3333333333% - 30px);
        flex-basis: calc(33.3333333333% - 30px);
        max-width: calc(33.3333333333% - 30px)
    }

    .about-manufacturer__image {
        display: none
    }

    .about-manufacturer__top {
        margin-bottom: 20px
    }

    .product-card,
    .work-card {
        -ms-flex-preferred-size: calc(50% - 30px);
        flex-basis: calc(50% - 30px);
        max-width: calc(50% - 30px)
    }

    .work-card:nth-child(4) {
        display: block
    }

    .advantages-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0
    }

    .advantage-card {
        width: 100%;
        -ms-flex-preferred-size: unset;
        flex-basis: unset;
        max-width: 100%;
        margin: 0 0 30px
    }

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

    .footer-menu__item:nth-child(2),
    .header-categories__item:nth-child(5),
    .header-categories__item:nth-child(6),
    .nav-item {
        display: none
    }

    .nav-item:nth-child(3),
    .nav-item:nth-child(4),
    .nav-item:nth-child(5),
    .nav-item_menu-button {
        display: block
    }

    .header-info {
        margin: 0 -10px
    }

    .header-info__item {
        font-size: 13px;
        line-height: 15px;
        padding: 0 10px
    }

    .nav-item__link {
        padding: 25px 35px
    }

    .nav-item_menu-button .nav-item__link {
        padding-left: 22px;
        margin-left: -20px;
        background: rgb(255 255 255 / 6%)
    }

    .header-categories {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .header-categories__item {
        padding: 0;
        font-size: 13px
    }

    .header-list__item {
        padding: 0 30px
    }

    .header-list__icon {
        padding: 12px 0 0
    }

    .header-list__item_mail .header-list__icon {
        padding-top: 14px
    }

    .header-list__item_mail .header-list__icon:after {
        width: 21px;
        height: 17px
    }

    .header-list__item_phone .header-list__icon:after {
        width: 20px;
        height: 20px
    }

    .header-list__info-name {
        font-size: 16px;
        line-height: 22px
    }

    .contact-item__info-name {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: .6px
    }

    .footer-menu {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .footer-menu__item {
        width: 70%
    }

    .contact-form {
        max-width: 50%
    }

    .contact-form__row .field-item {
        margin-bottom: 0px;
    }

    .contact-form__field:has(textarea) {
        margin-top: 15px;
        margin-bottom: 15px !important;
    }

    .contact__image {
        width: 360px
    }

    .contact {
        margin-top: 10px;
        margin-bottom: 30px
    }

    .contact__side p {
        line-height: 21px
    }

    .about-service__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 30px
    }

    .about-service__description {
        padding-right: 0
    }

    .about-service__image {
        width: 100%;
        max-width: 100%;
        height: 220px;
        min-height: auto;
        margin-bottom: 30px
    }

    .contact-block__organization {
        font-size: 17px
    }

    .person-card,
    .work-item {
        -ms-flex-preferred-size: calc(50% - 30px);
        flex-basis: calc(50% - 30px);
        max-width: calc(50% - 30px)
    }

    .stage-block_works-grid .stage-block__button {
        width: 160px
    }
}

@media screen and (min-width: 700px) and (max-width:991px) {
    .advantage-card {
        padding: 28px 20px
    }

    .advantage-card__icon {
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }

    .advantage-card__info {
        padding: 0 100px 0 0
    }

    .advantage-card__title {
        margin-bottom: 11px
    }

    .advantage-card__title br {
        display: none
    }

    .advantage-card__description {
        display: none
    }

    .advantage-card__description_responsive {
        display: block
    }

    .services-list__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 570px;
        margin: -10px -25px
    }

    .service-item {
        width: auto;
        -ms-flex-preferred-size: calc(50% - 50px);
        flex-basis: calc(50% - 50px);
        max-width: calc(50% - 50px);
        margin: 10px 25px
    }

    .services-list__action {
        display: none
    }
}

@media screen and (max-width: 768px) {
    .promo-block__title {
        font-size: 35px;
        line-height: 42px
    }

    .about-manufacturer__note {
        max-width: 280px
    }

    .header__main-wrapper {
        padding: 28px 0
    }

    .header-address__city,
    .header-info {
        display: none
    }

    .header-nav__item:nth-child(3),
    .header-nav__item:nth-child(4),
    .header-nav__item:nth-child(5) {
        display: none
    }

	.header-address__address{
        display: none
	}

    .header-address__address_mobile {
        display: block;
        padding-left: 0
    }

	

    .search-button {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 0
    }

    .header-bottom__side {
        display: none
    }

    .contact__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .contact-item {
        width: 100%
    }

    .contact-item__info-name {
        letter-spacing: 1px
    }

    .contact-item:not(:last-child) {
        margin-bottom: 15px
    }

    .contact__image {
        width: 50%
    }

    .nav-contact {
        display: block
    }

    .mobile-submenu {
        min-height: calc(100% - 285px)
    }

    .contact__title {
        padding-bottom: 18px
    }

    .header-list__item {
        padding: 0 20px
    }

    .block-pagination__item {
        width: 40px;
        height: 40px
    }

    .block-pagination__button svg {
        width: 15px;
        height: 13px
    }
}

.promo-block .wpcf7-form {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 700px) {
    .promo-block .wpcf7-form {
        display: flex;
        flex-direction: column;
    }
    
    .stage-block__head_button {
        margin-bottom: 30px
    }

    .stage-block__head_button .stage-block__title {
        margin: 0
    }

    .stage-block__button {
        display: none
    }

    .stage-block__footer_responsive {
        display: block
    }

    .stage-block__footer_responsive .stage-block__button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%
    }

    .promo-block__title {
        font-size: 28px;
        line-height: 33px
    }

    .promo-form__form {
        margin: 0
    }

    .promo-form__title {
        margin-bottom: 30px
    }

    .promo-form__fields {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0
    }

    .promo-form__fields .field-item {
        width: 100%;
        -ms-flex-preferred-size: unset;
        flex-basis: unset;
        max-width: 100%;
        margin: 0 0 20px
    }

    .promo-form__action {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        margin: 0
    }

    .about-manufacturer__top {
        display: none
    }

    .about-manufacturer__top_responsive {
        display: block
    }

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

    .about-manufacturer__note {
        margin-bottom: 26px
    }

    .about-manufacturer__note br {
        display: none
    }

    .about-manufacturer__button {
        width: 100%;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset
    }

    .contact__title {
        font-size: 16px
    }

    .header-list__item_mail {
        display: none
    }

    .about-service__image {
        height: 180px
    }

    .services-list__action .stage-block__button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%
    }

    .contact-block__organization {
        font-size: 18px
    }

    .person-card {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .person-card__top {
        margin-bottom: 12px
    }

    .person-card__name {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 9px
    }

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

    .person-card__side a:nth-child(1) {
        margin-right: 0
    }

    .person-card__side a {
        margin-bottom: 2px
    }

    .person-card__side a:last-child {
        margin-bottom: 0
    }

    .work-item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .work-item__image {
        height: 180px
    }

    .stage-block_works-grid .stage-block__button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%
    }

    .stage-block_works-grid .block-pagination {
        display: none
    }
}

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

    .product-card,
    .work-card {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .product-card__info {
        min-height: auto
    }

    .contact__image,
    .footer-menu {
        display: none
    }

    .contact-form {
        max-width: 100%
    }

    .contact-modal__title,
    .contact__title {
        font-size: 16px;
        line-height: 19px
    }

    .contact-modal__description {
        line-height: 16px
    }

    .header-list__button-text_mobile {
        display: none
    }

    .header-list__button-icon_mobile {
        display: block
    }

    .button-yellow {
        padding: 15px
    }

    .header-list__item {
        padding: 0 25px
    }

    .header-logo__logo {
        width: 100%;
        max-width: 55px
    }

    .search-field__search {
        left: 0
    }

    .search-field__close {
        right: 0
    }

    .search-field__button-icon:after {
        width: 15px;
        height: 15px
    }

    .search-field .search-field__input {
        padding: 0 40px;
        font-size: 14px
    }
}

@media screen and (max-width: 417px) {
    .stage-block {
        margin-bottom: 20px
    }

    .stage-block__head {
        margin-bottom: 20px
    }

    .stage-block__main {
        padding: 30px 20px 20px
    }

    .stage-block__footer {
        margin-top: 20px
    }

    .stage-block__title {
        font-size: 22px;
        line-height: 26px
    }

    .contact__title {
        font-size: 16px;
        line-height: 19px
    }

    .promo-block {
        padding: 20px 0 25px
    }

    .products-list,
    .works-list {
        margin: -10px
    }

    .product-card,
    .work-card {
        margin: 10px
    }

    .work-card::before {
        top: -10px;
        left: -10px;
        right: -10px;
        bottom: -10px
    }

    .advantage-card {
        margin-bottom: 20px
    }

    .advantage-card__description br {
        display: none
    }

    .contact__title:first-child span {
        font-size: 20px;
        line-height: 24px
    }

    .header-list__item {
        padding: 0 20px;
        border-left: 0 !important
    }

    .header-list__info-description,
    .header-list__info-name {
        letter-spacing: .5px
    }

    .footer__top {
        padding: 20px 0
    }

    .contact-modal__wrapper,
    .contact__main,
    .contact__side {
        padding: 20px
    }

    .footer__button {
        width: 100%
    }

    .footer__address {
        max-width: 350px
    }

    .footer__bottom-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .footer__dev {
        margin-bottom: 13px
    }

    .contact-modal__wrapper {
        margin: 0 20px
    }

    .date-select__name {
        font-size: 12px;
        line-height: 14px
    }

    .breadcrumbs {
        padding-bottom: 26px
    }

    .about-service__image,
    .about-service__top,
    .contact-block,
    .contact__list {
        margin-bottom: 20px
    }

    .services-list__action {
        margin-top: 20px
    }

    .team-list {
        margin: -10px
    }

    .person-card {
        margin: 10px
    }

    .works-grid {
        margin: -10px
    }

    .work-item {
        margin: 10px
    }
}

@media screen and (max-width: 360px) {
    .promo-block__title {
        font-size: 24px;
        line-height: 28px
    }

    .promo-form__title {
        font-size: 16px;
        line-height: 19px
    }

    .advantage-card__icon {
        -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
        transform-origin: top right;
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8)
    }

    .advantage-card__title {
        font-size: 16px
    }

    .header-list__item_phone {
        display: none
    }

    .contact__side p {
        font-size: 12px
    }

    .button-yellow__text {
        font-size: 13px
    }

    .service-row,
    .service-row__name {
        margin-bottom: 20px
    }

    .about-service__description,
    .service-row__description {
        font-size: 14px;
        line-height: 25px
    }
}

@media screen and (max-width: 320px) {
    .stage-block__main {
        padding: 20px 15px 15px
    }

    .promo-block__title {
        font-size: 22px;
        line-height: 26px
    }

    .products-list,
    .works-list {
        margin: -7.5px
    }

    .product-card,
    .work-card {
        margin: 7.5px
    }

    .advantage-card {
        margin-bottom: 15px
    }

    .work-card::before {
        top: -7.5px;
        left: -7.5px;
        right: -7.5px;
        bottom: -7.5px
    }

    .contact-modal__wrapper,
    .contact__main,
    .contact__side {
        padding: 15px
    }

    .contact-block__organization {
        font-size: 16px;
        line-height: 24px
    }

    .contact-block__item-info,
    .contact-block__item-name {
        font-size: 14px;
        line-height: 24px
    }

    .person-card__name {
        font-size: 16px;
        line-height: 18px
    }

    .person-card__position {
        font-size: 14px;
        line-height: 16px
    }
}

body {
    overflow: hidden
}

.stage-block__content {
    line-height: 25px;
    font-size: 15px
}

.stage-block__content [class*="wp-image"] {
    margin: 20px 0px !important;
}

.stage-block__content h2 {
    margin-top: 25px !important;
}

.stage-block__content ul {
    margin-top: 25px !important;
}

.stage-block__content .about-service__content h3 {
    margin-top: 25px !important;
}

.breadcrumbs__list .kb_sep:after {
    content: "_";
    font-size: 18px;
    display: inline-block;
    position: relative;
    top: -5px;
    margin-right: 3px;
    color: #bfbfbf;
    margin-left: -10px;
}

@media screen and (max-width: 767px) {
    body img.alignright {
        float: none;
        width: 100%;
    }
}

.executed_work .product-card:hover {
    background: none;
}

.executed_work .product-card:hover .product-card__info span {
    color: #f5770a !important
}

.service-item__image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    min-width: 40px !important;
}

.stage-block-no-sidebar:after {
    display: none;
}

@media screen and (min-width: 767px) {
    .alignleft {
        padding-right: 45px;
        padding-bottom: 45px;
    }

    .alignright {
        padding-left: 45px;
        padding-bottom: 45px;
    }
}

.content-text-video {
    height: 630px !important;
    overflow: hidden !important;
    display: block !important;
    position: relative !important;
}

.content-text-video-description {
    position: absolute;
    z-index: 9;
    left: 20px;
    height: calc(100% - 40px);
    top: 20px;
    background-color: #F6F6F6;
    border-top-width: 5px;
    border-top-style: solid;
    border-left-width: 5px;
    border-left-style: solid;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-right-width: 5px;
    border-right-style: solid;
    border-color: #cc8d4e;
    max-width: 260px;
    padding: 25px 25px;
}

.content-text-video-description h2 {
    margin-top: 0px !important;
}

@media screen and (max-width: 767px) {
    .content-text-video {
        height: 450px !important;
    }

    .content-text-video-description {
        height: calc(100%-40px) !important;
        max-width: calc(100% - 40px) !important;
    }
}

@media screen and (max-width: 480px) {
    .content-text-video {
        height: 600px !important;
    }

    .content-text-video-description {
        height: calc(100%-40px) !important;
        max-width: calc(100% - 40px) !important;
    }
}

.wp-caption-text {
    text-align: center;
}

.stage-block__content [class*="wp-image"] {
    margin: 0px !important;
    margin-bottom: 10px !important;
}

@media screen and (max-width: 767px) {
    figure {
        float: none !important;
        display: block !important;
        width: 100% !important;
        margin: 0px !important;
        margin-bottom: 20px !important
    }

    figure img {
        width: 100%;
    }
}

.so-panel {
    margin-bottom: 10px !important;
}

.low-margin-bottom p {
    margin-bottom: 10px !important;
}

@media screen and (min-width: 1300px) {
    .header-main__logo {
        flex: 350px;
    }

    .header-main__logo picture {
        flex: 120px;
    }
}

@media screen and (min-width: 1300px) {
    .header-main__logo {
        flex: 350px;
    }

    .header-main__logo picture {
        flex: 120px;
    }
}

@media screen and (max-width: 991px) {
    .table-responsive {
        overflow: auto;
        width: 100%;
        display: flex;
        word-break: break-all;
    }

    .table-responsive table {
        min-width: 150% !important;
    }

}

@media screen and (max-width: 767px) {
    .table-responsive table {
        min-width: 200% !important;
    }
}

@media screen and (max-width: 500px) {
    .table-responsive table {
        min-width: 250% !important;
    }
}

.about-service img.aligncenter {
    margin: 0 auto !important;
}

a {
    text-decoration: none !important;
}

a span {
    text-decoration: none !important;
}

p a:hover {
    opacity: 0.7;
}

body .grecaptcha-badge, button.js-open-search-filter{
	display:none;
}


.stage-block__maps{
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e6e6e6;
}
/*
u{
	outline: none;
    border: none;
    text-decoration: none;
}
*/









.search-suggestions {
	position: absolute;
	background: white;
	border: 1px solid #ccc;
	max-height: 300px;
	overflow-y: auto;
	width: 100%;
	z-index: 9999;
	margin-top: 5px;
	border-radius: 4px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.suggestion-item {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #eee;
	transition: background 0.2s;
}

.suggestion-item:hover {
	background: #f5f5f5;
}





.manufacturer-info table {
    width: 100% !important
}

.manufacturer-info table {
    min-width: 600px;
    width: 100%;
    table-layout: auto;
}

@media (max-width: 768px) {
    .manufacturer-info .table-wrap {
        width: 100vw;
        margin-left: -16px;
        margin-right: -16px;
        padding: 0 0;
    }

    .manufacturer-info table {
        min-width: 600px;
        font-size: 14px;
    }
}

.manufacturer-info table tr:nth-child(even) {
    background: #f7f7f7
}

.manufacturer-info table tr:nth-child(odd) {
    background: #f1f1f1
}

.manufacturer-info table tr:first-child {
    background: -webkit-gradient(linear, right top, left top, from(#478BBE), to(#22538A)) !important;
    background: -o-linear-gradient(right, #478BBE 0%, #22538A 100%) !important;
    background: linear-gradient(270deg, #478BBE 0%, #22538A 100%) !important
}

.manufacturer-info table tr:first-child td {
    color: #fff;
    font-weight: 700;
    text-align: center
}

.manufacturer-info table tr:first-child td:first-child {
    border-top-left-radius: 5px
}

.manufacturer-info table tr:first-child td:last-child {
    border-top-right-radius: 5px
}

.manufacturer-info table tr:first-child td:first-child {
    text-align: center
}

.manufacturer-info table td {
    padding: 5px;
    text-align: center
}

.manufacturer-info table tr td:first-child {
    text-align: left
}

.manufacturer-info table td img {
    margin: 0 auto;
    display: block
}

.manufacturer-info .about-service__content table td p {
    margin-bottom: 0px
}

.manufacturer-info .table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll
}

