.scrollTop {
    opacity: 0;
    position: fixed;
    background: #a34ceb;
    box-shadow: 0px 4px 16px rgb(0 20 36 / 7%);
    width: 48px;
    height: 48px;
    border-radius: 100%;
    bottom: 10%;
    z-index: 3;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    right: 18%;
}
.scrollTop:before {
    transform: rotate(45deg);
    content: '';
    width: 14px;
    display: block;
    height: 1px;
    background: #fff;
    position: relative;
    top: 23px;
    right: -23px;
}
.scrollTop:after {
    content: '';
    width: 14px;
    bottom: 1px;
    transform: rotate(-45deg);
    display: block;
    height: 1px;
    background: #fff;
    position: relative;
    right: -13px;
    top: 22px;
}
.scrollTop.active {
    opacity: 1;
}
#filters-slider {
    height: 8px;
    width: 87%;
    margin-top: 31px;
}
.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.noUi-target {
    position: relative;
}
.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.noUi-connects {
    overflow: hidden;
    z-index: 0;
}
.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    transform-style: flat;
}
.noUi-connect {
    height: 100%;
    width: 100%;
}
.noUi-origin {
    height: 10%;
    width: 10%;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto;
}

.noUi-vertical .noUi-origin {
    width: 0;
}
.noUi-horizontal .noUi-origin {
    height: 0;
}
.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
}
.noUi-touch-area {
    height: 100%;
    width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
}
.noUi-state-drag * {
    cursor: inherit !important;
}

.noUi-horizontal {
    height: 18px;
}
.noUi-horizontal .noUi-handle {;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    right: -14px;
    top: -12px;
    box-shadow: 0px 2px 8px rgb(0 20 36 / 20%);
}
.noUi-vertical {
    width: 18px;
}
.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    right: -6px;
    top: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    left: -17px;
    right: auto;
}

.noUi-target {
    height: 8px;
    background: #E2E5EB;
    border-radius: 5px;
    pointer-events: revert;
}
.noUi-target:before {
    content: '';
    position: absolute;
    background: #E2E5EB;
    display: block;
    height: 8px;
    width: 100%;
    background: #E2E5EB;
    border-radius: 5px;
}
.noUi-connects {
    border-radius: 6px;
    height: 8px;
}
.noUi-connect {
    background: #a34ceb;
}

.noUi-draggable {
    cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
    cursor: ns-resize;
}
.noUi-handle {
    background: #a34ceb;
}
.noUi-active {
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}
.noUi-vertical .noUi-handle:after {
    top: 17px;
}

[disabled] .noUi-connect {
    background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
    cursor: not-allowed;
}

.noUi-pips,
.noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.noUi-pips {
    position: absolute;
    color: #999;
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center;
}
.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}

.noUi-marker {
    position: absolute;
    background: #CCC;
}
.noUi-marker-sub {
    background: #AAA;
}
.noUi-marker-large {
    background: #AAA;
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%;
}
.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%;
}
.noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
    width: 15px;
}
.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
    left: auto;
    bottom: 10px;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
    -webkit-transform: translate(0, -18px);
    transform: translate(0, -18px);
    top: auto;
    right: 28px;
}
.noUi-handle.noUi-handle-lower {
    right: -29px;
}

.category-menu-modal {
    padding: 5px 20px 20px 20px;
    width: 1060px;
    position: absolute;
    overflow: hidden;
    top: 143px;
    left:11.5%;
    z-index: 2;
    opacity: 0;
    transition: all .3s ease-out;
    transition: all .3s ease-out;
    transition: all .3s ease-out,-webkit-transform .9s ease-out;
}

.category-menu {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    width: 1020px;
    padding: 20px;
    border-radius: 20px;
    -webkit-transform: translate(0,10%);
    -ms-transform: translate(0,10%);
    transform: translate(0,10%);
    -webkit-transition: all 500ms ease-out;
    transition: all .1s ease-out;
    transition: all .1s ease-out;
    transition: all .1s ease-out,-webkit-transform .3s ease-out;
    box-shadow: 0px 4px 16px rgb(0 20 36 / 7%);
}
.category-menu-modal.show {
    opacity: 1;
}
.category-menu-modal.show .category-menu {
    -webkit-transform: translate(0,0%);
    -ms-transform: translate(0,0%);
    transform: translate(0,0%);
}

.category-menu.hidden {
    display: none;
}
.category-menu__items {
    display: flex;
    width: 100%;
}
.category-menu__section {
    display: flex;
    flex-direction: column;
    width: 20.4081%;
    margin-left: 2.3725%;
}

.category-menu__section:first-child {
    margin-left:0;
}
.category-menu__inner-section {
    display: flex;
    flex-wrap: wrap;
    width: 79.5919%;
    padding-left:30px;
}
.category-menu__inner-section.hidden {
    display: none;
}
.category-menu__inner-section > .category-menu__section {
    margin-left: 3.1%;
    width: 26.6666%;
}
.category-menu__title {
    line-height: 39px;
    border-radius: 30px;
    border: 1px solid;
    color: #a34ceb;
    padding: 0px 20px;
    font-weight: bold;
    max-width: 200px;
    margin-bottom: 16px;
    transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
    transition: background-color .3s ease-out,-webkit-transform .3s ease-out;
    text-align: center;
    letter-spacing: -0.1px;
}

.category-menu__title.active, .category-menu__title:hover {
    color:#fff;
    background: #a34ceb;
    border-color:#a34ceb;
}

.category-menu__subtitle {
    font-size: 18px;
    font-weight: bold;
    margin-bottom:15px;
    color: #414141 !important;
}
.category-menu__section > a:not(.category-menu__title) {
    font-size: 18px;
    font-weight: 400;
    margin-bottom:10px;
    color:#7e7e7e;
    transition: all .3s ease-out;
    transition: all .3s ease-out;
    transition: all .3s ease-out,-webkit-transform .9s ease-out;
}

.category-menu__section > a:not(.category-menu__title):hover {
    color:#a34ceb;
}
body.go_out {
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
}
.modal-background {
    will-change: transform;
    transform: translateZ(0);
    opacity: 0;
    display: none;
    top: 0;
    left: 0;
    background: rgba(8, 9, 13, 0.4);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    overflow-y: auto;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.modal-background.show {
    display: block;
}
.modal-background.active {
    opacity: 1;
}
.modal {
    display: flex;
    flex-wrap: wrap;
    max-height: max-content;
    height: auto;
    position: relative;
    overflow-x: auto;
    background: #fff !important;
    max-width: 380px;
    padding: 20px;
    margin: 13vh auto 4vh auto;
    border-radius: 20px;
    box-shadow: 0px 4px 16px rgb(0 20 36 / 7%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    box-shadow: 0px 4px 16px rgb(0 20 36 / 7%) !important;
}

.modal.hidden {
    display: none !important;
}
.modal-background.active > .modal {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
}
.modal-title {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    margin-bottom: 20px;
}
.modal-close {
    cursor: pointer;
    height: 20px;
    width: 20px;
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
}
.modal-close:before {
    content: '';
    transform: rotate(45deg);
    content: '';
    width: 15px;
    display: block;
    height: 2px;
    background: #929AA5;
    position: relative;
    top: 10px;
    -webkit-transition: background .3s linear;
    -moz-transition: background .3s linear;
    transition: background .3s linear;
}
.modal-close:after {
    content: '';
    width: 15px;
    bottom: 2px;
    transform: rotate(-45deg);
    display: block;
    height: 2px;
    background: #929AA5;
    position: relative;
    top: 8px;
    -webkit-transition: background .3s linear;
    -moz-transition: background .3s linear;
    transition: background .3s linear;
}

.modal-close:hover:before, .modal-close:hover:after {
    background: #001424;
}
.modal.zapros-kp {
    display: flex;
    flex-direction: column;
}

.cities {
    max-width: 600px;
}
.cities-notify {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}
.cities__body {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.cities__items {
    cursor: pointer;
    margin-bottom:5px;
    -webkit-transition: color .3s linear;
    -moz-transition: color .3s linear;
    transition: color .3s linear;
}
.cities__items:hover {
    color: #a34ceb;
}
.cities__items.first {

}
.cities__items.first > span {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
}
.cities__section {
    width: 33%;
    display: flex;
    flex-direction: column;
}
.header-cart-modal {
    padding: 25px 20px 20px 20px;
    width: 556px;
    position: absolute;
    overflow: hidden;
    z-index: 99;
    opacity: 0;
    right: -20px;
    top:30px;
    transition: all .3s ease-out;
    transition: all .3s ease-out;
    transition: all .3s ease-out,-webkit-transform .9s ease-out;
}
.header-cart-modal.empty {
    display: none;
}
.header-cart__inner {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    width: 515px;
    padding-top: 20px;
    border-radius: 20px;
    -webkit-transform: translate(0,10%);
    -ms-transform: translate(0,10%);
    transform: translate(0,10%);
    -webkit-transition: all 500ms ease-out;
    transition: all .1s ease-out;
    transition: all .1s ease-out;
    transition: all .1s ease-out,-webkit-transform .3s ease-out;
    box-shadow: 0px 4px 16px rgb(0 20 36 / 7%);
}
.header-auth-modal {
    padding: 25px 20px 20px 20px;
    width: 260px;
    position: absolute;
    overflow: hidden;
    z-index: 2;
    opacity: 0;
    right: -16px;
    top: 30px;
    transition: all .3s ease-out;
    transition: all .3s ease-out;
    transition: all .3s ease-out,-webkit-transform .9s ease-out;
}
.header-auth__inner {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    background: #fff;
    width: 224px;
    padding: 20px;
    border-radius: 4px;
    -webkit-transform: translate(0,10%);
    -ms-transform: translate(0,10%);
    transform: translate(0,10%);
    -webkit-transition: all 500ms ease-out;
    transition: all .1s ease-out;
    transition: all .1s ease-out;
    transition: all .1s ease-out,-webkit-transform .3s ease-out;
    box-shadow: 0px 4px 16px rgb(0 20 36 / 7%);
}
.header-cart-modal.show, .header-auth-modal.show {
    opacity: 1;
}
.header-cart-modal.show .header-cart__inner, .header-auth-modal.show .header-auth__inner {
    -webkit-transform: translate(0,0%);
    -ms-transform: translate(0,0%);
    transform: translate(0,0%);
}
.authorization__link {
    color:#242936;
    line-height: 1.8;
    font-weight: normal;
}
.authorization__link.auth {
    color:#3164f2;
}
.authorization__link:hover {
    color: #a34ceb;
}
.header-cart__items {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    border-bottom:1px solid #eaeffe;
    padding:20px 20px;
    opacity: 1;
    -webkit-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    transition: opacity .3s linear;
}
.header-cart__items.hidden-sample {
    display: none;
}
.header-cart__items.remove {
    opacity: 0;
}
.header-cart__image {
    width: 22.1052%;
}
.header-cart__img {
    max-width: 96px;
}

.header-cart__right {
    display: flex;
    flex-wrap: wrap;
    width: 77.8947%;
    line-height: 1;
    align-content: baseline;
    padding-left:15px;
}
.header-cart__name {
    width: 75%;
    color: #242936;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 1.4;
}
.header-cart__article {
    width: 100%;
    color: #7e7e7e;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
}
.header-cart__price {
    width: 100%;
    color:#242936;
    font-weight: bold;
}
.header-cart__close {
    position: relative;
    width: 20px;
    height: 20px;
    right: -90%;
    top: -40%; 
}
.header-cart__close:before {
    content: '';
    transform: rotate(45deg);
    width: 20px;
    display: block;
    height: 1px;
    background: #929AA5;
    position: relative;
    top: 10px;
    -webkit-transition: background .3s linear;
    -moz-transition: background .3s linear;
    transition: background .3s linear;
}
.header-cart__close:after {
    content: '';
    width: 20px;
    transform: rotate(-45deg);
    display: block;
    height: 1px;
    background: #929AA5;
    position: relative;
    top: 9px;
    -webkit-transition: background .3s linear;
    -moz-transition: background .3s linear;
    transition: background .3s linear;
}
.header-cart__close:hover:before, .header-cart__close:hover:after {
    background: #001424;
}
.header-cart__button {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color:#fff;
    background: #a44ded;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    line-height: 60px;
    text-align: center;
    border:none;
    cursor: pointer;
}

footer {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 45px 30px 0 30px !important;
}
footer:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    display: block;
    width: 10000px;
    height: 100%;
    background: #e4e4e5;
    margin: 0 0 0 -5000px;
}
.footer__left {
    z-index: 1;
    width: 15.25%;
    min-width: 244px;
    display: flex;
    flex-direction: column;
    margin-right: 10.625%;
}
.footer__left > div {
    display: flex;
    flex-direction: column;
}
.footer__logo {
    max-width: 192px;
    margin-bottom: 20px;
}
.footer__phone {
    font-size: 21px;
    font-weight: bold;
    color:#242936;
    margin-bottom: 10px;
}
.footer__worktime, .footer__email, .footer__addr {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px;
    color:#414141;
}
.footer__right {
    width: 59.0625%;
    z-index: 1;
    display: flex;
    justify-content: space-between;
}
.footer__items {
    display: flex;
    flex-direction: column;
}
.footer__title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
}
.footer__title > .arrow {
    display: none;
}
.footer__link {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    font-weight: 400;
    color:#242936;
    line-height: 28px;
}
.footer__link:hover {
    color: #a34ceb;
}
.footer__w100 {
    position: relative;
    width: 100%;
    padding:30px 0;
    color: #a8a8a8;
    margin-top:30px;
}
.footer__w100:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    display: block;
    width: 10000px;
    height: 100%;
    background: #f8f8f8;
    margin: 0 0 0 -5000px;
}
.footer__w100 > span {
    z-index: 1;
    font-size: 12px;
    position: relative;
}

.submenu_top__inner {
    padding: 25px 20px 20px 20px;
    width: 312px;
    height: 245px;
    position: absolute;
    overflow: hidden;
    z-index: 2;
    opacity: 0;
    top: 30px;
    right: -64px;
    transition: all .3s ease-out;
    transition: all .3s ease-out;
    transition: all .3s ease-out,-webkit-transform .9s ease-out;
    z-index: 1;
}

.submenu_top__inner.show {
    opacity: 1;
}
.submenu_top__inner.show > .submenu_top {
    -webkit-transform: translate(0,0%);
    -ms-transform: translate(0,0%);
    transform: translate(0,0%);
}
.submenu_top {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    background: #fff;
    width: 292px;
    padding: 20px;
    border-radius: 20px;
    -webkit-transform: translate(0,10%);
    -ms-transform: translate(0,10%);
    transform: translate(0,10%);
    -webkit-transition: all 500ms ease-out;
    transition: all .1s ease-out;
    transition: all .1s ease-out;
    transition: all .1s ease-out,-webkit-transform .3s ease-out;
    box-shadow: 0px 4px 16px rgb(0 20 36 / 7%);
}
.submenu_top > .header__link {
    display: none;
}
.submenu_top > .header__link.step-1 {
    display: block;
}
.submenu_top > .header__link {
    line-height: 30px;
    color:#414141;
}
.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 320px;
    background: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 20px 15px;
    box-shadow: -4px 0px 32px rgb(0 20 36 / 14%);
    overflow: scroll;
}
.mobile-menu > .modal-close {
    right: 15px;
    top: 20px;
}
.mobile-menu__inner {
    display: flex;
    flex-direction: column;
}
.mobile-menu__inner .mobile-category {
    padding-left:10px;
    display: none;
}
.mobile-filter__inner.hidden, .mobile-menu__inner.hidden {
    display: none;
}
.mobile-menu__inner a {
    font-weight: 400;
    color: #7e7e7e;
    line-height: 30px;
    position: relative;
    display: block;
}
.mobile-menu__inner a > .arrow {
    right: 0;
    width: 25%;
    height: 30px;
}
.mobile-category-menu__subtitle {
    font-weight: bold;
}
.mobile-menu__inner a > .arrow:before, .mobile-menu__inner a > .arrow:after {
    top:15px;
    background: #7e7e7e;
}
.mobile-menu__inner a.active {
    color:#000;
}
.mobile-category-menu__subtitle {
    margin-top: 7px;
    margin-bottom: 7px;
}
.mobile-category-menu__subtitle + .mobile-subcategory {
    max-height: 107px;
    overflow-y: scroll;
}
.mobile-menu__inner a.active > .arrow:before {
    right: 8px;
    background: #000;
}
.mobile-menu__inner a.active > .arrow:after {
    right: 4px;
    background: #000;
}
.mobile-filter__inner  .arrow {
    display: none;
}
.mobile-filter__inner .filter-param.hide {
    overflow: unset;
    height: auto;
}
.mobile-filter__inner .filter-param {
    box-shadow: none;
    padding: 0;
    min-height: auto;
}
.mobile-title {
    font-size: 20px;
    font-weight: 500;
    margin-top:12px;
    margin-bottom: 7px;
    color: #242936;
}
.mobile-title:first-child {
    margin-top:0;
}
.mobile-menu__link {
    font-size: 16px;
    font-weight: 400;
    color: #7e7e7e;
    line-height: 30px;
}
.mobile-menu__phone {
    color:#242936;
    line-height: 30px;
}
.zapros-kp__body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.zapros-kp__line {
    width: 48.5%
}
.zapros-kp__line.w100 {
    width: 100%;
    margin-bottom: 15px;
}
.zapros-kp__name {
    font-size: 18px;
    margin-bottom: 5px;
}
.modal-button {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    line-height: 42px;
    font-weight: bold;
    font-size: 18px;
    padding: 0 30px;
    background: #242936;
    border-radius: 30px;
    text-align: center;
    border: none;
    color: #fff;
    cursor: pointer;
}
.modal-button:hover {
    background: hsl(223deg 20% 18% / 80%);
}
.zapros-kp__input {
    display: block;
    width: 100%;
    border: 1px solid #bebebe;
    border-radius: 30px;
    padding: 0 25px;
    line-height: 39px;
}
.zapros-kp__textarea {
    border: 1px solid #bebebe;
    width: 100%;
    min-height: 100px;
    border-radius: 20px;
    padding: 15px;
    font-size: 16px;
}
.zapros-kp__items.file {
    margin-bottom: 25px;
}
.file-button {
    margin-top: 5px;
    font-size: 16px;
    color: #a44ded;
    border-bottom: 1px dotted #a44ded;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    position: relative;
}
.file-button:hover {
    color: #a44ded;
    border-color: #fff;
}
.zapros-kp__file-remove {
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    right: -25px;
    top: 0;
}
.zapros-kp__file-remove:before {
    content: '';
    transform: rotate(45deg);
    width: 15px;
    display: block;
    height: 2px;
    background: #929AA5;
    position: relative;
    top: 10px;
    -webkit-transition: background .3s linear;
    -moz-transition: background .3s linear;
    transition: background .3s linear;
}
.zapros-kp__file-remove:after {
    content: '';
    width: 15px;
    bottom: 2px;
    transform: rotate(-45deg);
    display: block;
    height: 2px;
    background: #929AA5;
    position: relative;
    top: 8px;
    -webkit-transition: background .3s linear;
    -moz-transition: background .3s linear;
    transition: background .3s linear;
}
.zapros-kp__file-remove:hover:before, .zapros-kp__file-remove:hover:after {
    background: #000;
}
.found-cheaper-modal {
    justify-content: space-between;
}
.found-cheaper-modal__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media (max-width: 1600px) {
    /*
    .footer__right {
        width: 83.1625%;
    }
    .footer__link.stock {
        right: -20px;
    }
    */
}
@media (max-width: 1440px) {
    /*
    .footer__right {
        width: 81.1625%;
    }
    .footer__link.stock {
        position: unset;
        right: 0;
    }
     */
}

@media (max-width: 1280px) {
    /*
    .footer__right {
        width: 75.1625%;
    }
    .footer__left > div {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        width: 100%;
    }
    */
}
@media (max-width: 1180px) {
    /*
    .submenu_top > .header__link.step-2 {
        display: block;
    }
     */
}
@media (max-width: 992px) {
    footer {
        padding: 30px 15px 0 15px !important;
    }
    .footer__left {
        width: 100%;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        margin-right: 0;
    }
    .footer__right {
        width:100%;
        margin-top: 30px;
    }
    body.go_out {
        padding-right: 0;
    }
    .submenu_top__inner {
        right: unset;
        left: -25px;
    }
/*
    footer {
        padding: 30px 30px 0 30px !important;
    }
    .footer__left {
        width: 100%;
        flex-direction: row;
        align-items: center;
        padding-bottom: 0;
        margin-right: 0;
    }
    .footer__worktime {
        margin-bottom: 0;
    }
    .footer__right {
        width: 100%;
    }
    .footer__phone {
        font-size: 16px;
    }
    .footer__worktime, .footer__email {
        font-size: 14px;
    }
    .footer__show-more {
        display: block;
    }
        .fl-step-1 {
        display: none;
    }

 */
}
@media (max-width: 768px) {
    .footer__show-more {
        width: 100%;
    }
    .modal {
        margin: 4vh auto 4vh auto;
    }
}
@media (max-width: 640px) {
    .footer__right {
        flex-wrap: wrap;
    }
    .footer__items:first-child  {
        border-top: 1px solid #a8a8a8;
    }
    .footer__items {
        border-bottom: 1px solid #a8a8a8;
    }
    .footer__items {
        width:100%;
        padding:10px 0;
    }
    .footer__title {
        font-weight: 400;
        margin-bottom: 0;
    }
    .footer__title > .arrow {
        display: block;
        right: 10px;
        top: 11px;
    }
    .footer__title > .arrow:before, .footer__title > .arrow:after {
        top:0;
        position: relative;
        background: #414141;
    }
    .footer__title > .arrow:before {
        right: -4px;
    }
    .footer__title > .arrow:after {
        right: 0px;
        top: -1px;
    }
    .footer__title.active > .arrow {
        transform: rotate(180deg);
        top: 7px;
    }
    .footer__items > a:nth-child(2) {
        margin-top:10px !important;
    }
    .footer__link {
        opacity: 0;
        height: 0;
        display: none;
    }
    .footer__link.show {
        display: block;
    }
    .footer__link.show.height {
        opacity: 1;
        height: 28px;
    }
}
@media (max-width: 480px) {
    .footer__left {
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer__left > div {
        width: 100%;
        align-items: center;
    }
    .footer-payments {
        width: 100%;
        text-align: center;
    }
}
