.ui-menu-item,
.ui-menu-item:hover,
.ui-menu-item a,
.ui-menu-item a:hover,
.ui-menu .ui-menu-item a {
    background: #ffffff none no-repeat;
    /*padding:0;*/
    margin: 0;
    list-style-image: unset;
}

.ui-menu .ui-menu {
    position: unset;
}

/* .free-ship {
    display: block;
    padding-left: 75px;
    height: 30px;
    line-height: 30px;
    text-align: left;
    background: url(images/free-ship.png) no-repeat center left;
    color: #444;
    font-weight: bold;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 2px;
} */

.after-pay__text{
  text-align: center;
  margin: 150px 50px;
  font-size: 25px;
  color: #62a03f;
}

/* MENU STYLES START */
.sidebar-open__btn {
    color: #ffffff;
    background-color: #00a4c6;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding: 15px 35px 15px 40px;
    text-transform: uppercase;
}

.sidebar-open__btn:after {
    content: "";
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
}

.sidebar-open__btn:before {
    content: "";
    display: block;
    position: absolute;
    left: 13px;
    top: 50%;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    background-image: url(/client/images/allCategoriesBtn.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.sidenav {
    height: 105vh;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: -200%;
    transition: left 0.4s ease;
}

.sidenav .sidebar-overlay {
    visibility: hidden;
    opacity: 0;
    background-color: #212331;
    position: fixed;
    z-index: 6;
    top: 0;
    left: 0;
    width: 100vw;
    min-height: 105vh;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.sidenav.open .sidebar-overlay {
    cursor: default;
    opacity: 0.8;
    visibility: visible;
}

.sidenav.open {
    overflow-y: scroll;
    overflow-x: visible;
    margin-right: -640px;
    /*padding-right: 640px;*/
    left: 0;
    padding-right: 100%;
    z-index: 999999;
}

.nav-categories {
    position: relative;
    color: #444444;
    display: block;
}

.sidebar-back {
    padding: 20px;
    font-size: 20px;
    color: #4f4f4f;
    font-weight: 900;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
    display: block;
}

.sidebar-back:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 20px;
    background-color: #aeaeae;
    right: 25px;
    top: 23px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.sidebar-back:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 20px;
    background-color: #aeaeae;
    right: 25px;
    top: 23px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.sidenav .nav-categories {
    background-color: #ffffff;
    z-index: 9;
    position: relative;
    height: 100vh;
    top: 0;
    overflow: visible !important;
    scrollbar-color: transparent transparent;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
}

.nav-menu {
    padding-bottom: 130px;
    width: 100%;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    text-align: left;
    padding-left: 0;
}

.nav-menu__icon {
    position: absolute;
    background-image: url(icon/icon.svg);
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.nav-menu__item {
    position: relative;
    transition: background-color 0.3s ease;
}

.nav-menu__item:not(:last-child) {
    border-bottom: 1px solid #cdcdcd40;
}

.has-child:after {
    content: "\f107";
    top: 13px;
    transition: transform 0.3s;
    pointer-events: none;
    /*transform: rotate(270deg);*/
    font-family: "FontAwesome";
    font-size: 14px !important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    position: absolute;
    z-index: 5;
    right: 26px;
    color: #03a6d0;
}

.nav-menu__link {
    max-width: 360px;
    width: 100vw;
    min-width: 320px;
    display: block;
    position: relative;
    color: #000000;
    transition: all 0.4s ease;
    font-size: 16px;
    padding: 10px 35px 10px 35px;
    margin-left: 10px;
}

.nav-menu__link:before {
    content: "";
    position: absolute;
    display: block;
    width: calc(100% + 10px);
    height: 2px;
    background-color: #03a6d0;
    bottom: 0;
    left: 0;
    margin-left: -10px;
    transform: translate(-100%, 0);
    transition: transform 0.4s ease;
}

.sub-menu {
    position: absolute;
    left: 100%;
    background-color: #ffffff;
    top: 0;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    display: none;
    list-style: none;
    padding-left: 0;
}

.sub-menu__link.nav-menu__link {
    padding-left: 50px;
}

.sub-menu__link {
    overflow-x: hidden;
    transition: transform 0.4s ease;
}

.sub-menu__link:before {
    content: "";
    position: absolute;
    display: block;
    width: 5px;
    height: 2px;
    background-color: #03a6d0;
    top: 50%;
    left: 50px;
    transform: translate(-10px, -50%);
    transition: transform 0.4s ease;
}

@media screen and (max-width: 1199px) {
    .nav-menu__open-btn {
        position: absolute;
        background-color: transparent;
        right: 0;
        top: 0;
        height: 100%;
        width: 61px;
        z-index: 5;
    }

    .sub-menu {
        position: relative;
        left: 0;
        background-color: #ffffff;
        top: 0;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
        display: none;
        transition: opacity 0.4s ease, transform 0.4s ease;
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
    }

    .sub-menu.active {
        display: block;
    }

    .sub-menu.open {
        opacity: 1;
        transform: scaleY(1);
    }
}

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

    .nav-menu__link:hover.nav-menu__link:before,
    .nav-menu__link:active.nav-menu__link:before,
    .nav-menu__link:focus.nav-menu__link:before {
        transform: translate(0, 0);
    }

    .sub-menu__link:hover.sub-menu__link:before,
    .sub-menu__link:active.sub-menu__link:before,
    .sub-menu__link:focus.sub-menu__link:before {
        transform: translate(-13px, -50%);
    }

    .has-child:hover~.sub-menu,
    .sub-menu:hover {
        display: block;
    }

    .nav-menu__item:hover {
        background-color: #cdcdcd40;
    }

    .sub-menu__link:hover {
        transform: translateX(10px);
        color: #03a6d0;
    }

    .has-child:after {
        transform: rotate(-90deg);
    }

    .sidebar-back:hover.sidebar-back:before,
    .sidebar-back:hover.sidebar-back:after {
        background-color: red;
    }
}

/*MENU STYLES END*/

/*BG FOR PAGE HEADER*/

.page-header {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*new*/
    background-blend-mode: overlay;
}

/* AUTOCOMPLETE START */
.search-suggest {
    position: absolute;
    left: 0;
    top: 100%;
    /*z-index: 90;*/
    z-index: 1;
    width: 100%;
    padding-top: 8px;
    /*padding-bottom: 8px;*/
    /*border-top: 1px solid #e9e9e9;*/
    border-radius: 0 0 3px 3px;
    background-color: #fff;
    overflow: hidden;
}

.search-suggest__item {
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
}

/*.suggest-list .ui-menu-item{

}*/

/*.suggest-list a:not(.nohover){}*/

.suggest-list .search-suggest__item a:hover,
.suggest-list .search-suggest__item a:active {
    background-color: #f6f6f6;
    color: #221f1f;
}

.suggest-list .search-suggest__item-content {
    /*    padding-left: 16px;
    padding-right: 16px;*/
    padding: 0px 16px;
    display: flex;
    align-items: center;
}

.search-suggest__item-text {
    font-size: 14px;
    line-height: 32px;
    text-decoration: none;
    color: #221f1f;
}

.search-suggest__item-text--type-nowrap {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.suggest-list .search-suggest__heading {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 16px;
    font-size: 11px;
    line-height: 32px;
    color: #797878;
    margin: 0;
}

.search-suggest__group {
    border-bottom: 1px solid #e9e9e9;
}

.search-suggest__item-request {
    margin-right: 5px;
}

.caption,
.search-suggest__item-caption {
    color: #a6a5a5;
}

.category-icon {
    /*background-color: red;*/
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.icon-catalog {
    fill: #d2d2d2;
}

.search-suggest__item-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.icon-magnifier {
    fill: #d2d2d2;
}

/* NEW */
.search-suggest .suggest-list {
    position: unset;
}

.search-suggest ul {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-type: none;
}

/*.ui-menu .ui-menu-item-wrapper*/
/*.suggest-list*/
/*.search-suggest .ui-menu .ui-menu-item-wrapper{
    padding: unset;
}*/
/* AUTOCOMPLETE END */

/*PRODUCT CARD - ICONS DISCOUNTS*/

.c-cart__img {
    position: relative;
}

.c-cart__discount-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20%;
    height: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: bold;
}

.c-cart__discount-icon--text {
    border-radius: 50%;
    /*background-color: #3a2020;*/
    color: white;
    background: rgb(131, 58, 180);
    background: linear-gradient(331deg, rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(252, 176, 69, 1) 100%);
}

.c-cart__discount-icon--bg {
    background: url(/client/images/icons/discount.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    color: #fff;
}

.product-page__discount {
    width: 15%;
    height: 15%;
    font-size: 1.5em;
}

@media screen and (max-width: 576px) {
    .c-cart__discount-icon {
        width: 30%;
        height: 34%;
    }

    .product-page__discount {
        width: 20%;
        height: 20%;
    }
}

/* my part starts */
.lang--active {
    color: red;
}

.phones__item--visible {
    display: flex;
    align-items: center;
}

.contacts-list {
    height: 0;
}

.showcontacts-btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.phones__item.phones__item--hidden,
.phones__messengers,
.header__socials {
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

.phones__link {
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333333;
    font-size: 18px;
    font-weight: 500;
}

.phones__link:before {
    content: "";
    width: 16px;
    height: 16px;
    position: relative;
    display: block;
    background-image: url(/client/images/phone.png);
    top: 0;
    left: 0;
    margin-right: 5px;
}

.phones__link {
    transition: color 0.1s ease-in-out;
}

.socials__link {
    border: 2px #636363 solid;
    height: 40px;
    width: 40px;
    display: block;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.socials__link svg {
    transition: fill 0.3s ease-in-out;
}

.header__socials {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    justify-content: space-around;
}

.phones__messengers {
    display: flex;
    justify-content: space-around;
    padding-bottom: 10px;
}

.phones__messengers-link {
    display: block;
    margin-right: 3px;
}

.contacts__item--hidden {
    opacity: 0;
    visibility: hidden;
    background-color: none;
    display: none;
}

.open-js {
    background-color: #fff;
}

.contacts__list {
    min-width: 200px;
    max-width: 250px;
    top: 50%;
    transform: translateY(-15px);
    position: relative;
    z-index: 3;
    align-self: self-start;
    margin-right: 30px;
}

.socials__link:hover {
    background-color: #ff0000;
    border-color: #ff0000;
}

.socials-facebook:hover>.socials__link-facebook,
.socials-youtube:hover>.socials__link-youtube,
.socials-instagram:hover>.socials__link-insta {
    fill: #ffffff;
}

.phones__link:hover {
    color: #ff0000;
}

.contacts__list:hover>.phones__item.phones__item--hidden {
    color: #ff0000;
}

.phones__messengers-whatsapp:hover svg,
.phones__messengers-telegram:hover svg {
    fill: #ff0000;
}

.phones__messengers-telegram:hover path {
    stroke: #ff0000;
}

.phones__messengers-viber:hover .viber-fill {
    fill: #ff0000;
}

/* new size */
@media screen and (min-width: 1023px) {
    .header__main-logo img {
        max-width: 400px;
    }
}

.head_search_block {
    margin-left: 30px;
    margin-right: 30px;
}

.icon_header {
    width: 35px;
    height: 35px;
}

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

.head_basket-text {
    font-weight: 600;
    font-size: 16px;
}

.nav__list {
    font-size: 18px;
}

.single-cat__item__text {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*height: 50px;*/
    height: 75px;
}

@media only screen and (max-width: 1023px) {
    .contacts__list {
        display: none;
    }
}

/* my part ends */

.error__title {
    text-align: center;
}

.checkout__item-row .ui-menu-item:hover {
    background-color: #fff;
}

/**/
.js-del-type .checkout__item-row .ui-menu-item:hover {
    color: #ffffff;
    background-color: #007fff;
}

#form-search-related ul {
    padding: 2px;
}

#form-search-related li {
    padding: 2px 0px;
    font-size: 15px;
}

/**/

.product__subtitle {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-bottom: 15px;
}

.product__art {
    margin-bottom: 0;
}

.availability {
    border: 1px solid transparent;
    border-radius: 10px;
    background-color: #44444420;
    padding: 2px 15px;
}

.product__control {
    width: 100%;
}

.product__price {
    border: 1px solid transparent;
    border-radius: 10px;
    background-color: #44444420;
    width: 100%;
}

.button.product__btn {
    width: auto !important;
    height: 40px;
}

.button.product__btn span {
    font-size: 18px;
    font-weight: 400;
    line-height: 0;
}

.button.product__btn .icon {
    width: 23px;
    height: 23px;
    margin-right: 10px;
}

.product__price--new {
    display: flex;
    margin-right: 0;
}

.ui-spinner-input {
    border-color: #62a03f;
}

.ui-spinner-up,
.ui-spinner-down {
    color: #62a03f;
}

.product__price--new span {
    margin-left: 10px;
}

.product__price-buttons {
    display: flex;
    width: 100%;
}

.product__form {
    margin-left: auto;
}

.heart-btn {
    margin-left: 20px;
}

.heart-btn .icon {
    fill: transparent;
}

.product-desc-block {
    max-width: none;
    justify-content: space-around;
    padding-right: 0;
}

.pay-description {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
}

.product-desc-block svg {
    width: 40px;
    height: 40px;
}

.product__title {
    font-size: 22px;
    margin-bottom: 20px;
}

.product-desc-block div {
    display: flex;
    flex-direction: column;
    padding: 0;
    justify-content: center;
    align-items: center;

}

.p-6{
    padding: 6px;
}

@media only screen and (max-width: 768px) {
    .product__price {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding: 0;
        position: relative;
        margin-bottom: 80px;
    }

    .cart__item-quantity {
        margin-bottom: 0;
        /* position: absolute;
        right: 20%; */
        transform: translate(0);
        width: auto;
    }

    .cart__buttons .button {
        width: 100%;
    }

    .product__price-buttons {
        width: auto;
    }

    .product__form {
        position: absolute;
/*        top: 0;*/
        left: 0;
        transform: translateY(60px);
        width: 100%;
    }

    .heart-btn {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        margin-left: -100%;
        width: auto;
        padding: 0;
        margin-right: 15px;
    }

    .product__price--new {
        margin: 0;
    }

    .button.product__btn {
        width: 100% !important;
    }

    .product-desc-block {
        align-items: center;
        justify-content: space-around;
    }

    .product-desc-block div {
        display: flex;
        flex-direction: column;
        padding: 0;
        justify-content: center;
        align-items: center;

    }

    .product-desc-block div label {
        margin-left: 5px;
    }

    .product__subtitle {
        flex-direction: column;
    }

    .availability-container {
        width: 100%;
        order: 3;
    }

    .availability {
        width: 100%;
        display: block;
        text-align: center;
    }

    .product__art {
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }

    .product__art-code {
        width: 100%;
        text-align: center;
        margin: 10px 0;
        order: 2;
    }

    .product__art-share {
        width: 100%;
        order: 1;
        text-align: center;
    }

    .bread-crumbs {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 640px) {
    .tabs>label {
        font-size: 14px;
    }

    .cart__item-quantity {
        position: unset;
        margin-right: auto;
        transform: translateY(36.5px);
    }

    .shopping-cart__item-text {
        order: 6;
        max-width: 200px;
        width: 200px;


    }

    .shopping-cart__item-img {
        width: 200px;
        max-width: 200px;
        transform: translate(0, 0);
        margin-right: auto;
    }

    .shopping-cart__item-img .pic {
        background-size: contain;
    }

    .shopping-cart__item-total {
        margin-right: auto;
        transform: translate(0, 36.5px);
    }

    .shopping-cart__item-delete {
        transform: translate(0, 36.5px);
        margin-right: 0;
        order: 5;
    }


}

@media only screen and (max-width: 475px) {
    .shopping-cart__item-img {
        width: 100%;
        max-width: 100%;
        order: 1;
    }

    .shopping-cart__item-text {
        order: 2;
        width: 100%;
        max-width: 100%;
    }

    .cart__item-quantity {
        transform: translateY(0);
        order: 3;
        width: 100%;
        max-width: 100%;
        display: flex;
        justify-content: center;
    }

    .shopping-cart__item-total {
        transform: translate(0, 0);
        display: flex;
        justify-content: center;
        width: 100%;
        max-width: 100%;
        order: 4;
    }

    .shopping-cart__item-delete {
        transform: translate(0, 0);
        margin: 20px 0;
    }

    .cart__item .cart__item-quantity {
        margin: 20px 0;
    }
}


@media only screen and (max-width: 414px) {
    .tabs>label {
        padding: 5px 5px;
        font-size: 12px;
    }
}

@media only screen and (max-width: 375px) {
    .tabs>label {
        padding: 5px 5px;
        font-size: 11px;
    }
}

@media only screen and (max-width: 374px) {
    .tabs>label {
        padding: 5px 5px;
        font-size: 8px;
    }
}

.product-pictogram__block {
    width: 100%;
    margin: 25px 0 20px 0;
    display: flex;
    align-items: flex-start;
    /* justify-content: space-between; */
}

.product-pictogram-icon__container {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-pictogram {
    display: flex;
    align-items: center;
    height: auto;
    width: auto;
    flex-direction: column;
    flex-basis: 33%;
}

.guarantee__icon {
    display: block;
    background-image: url(images/guarantee.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 70px;
    width: 70px;
}

.return__icon {
    display: block;
    background-image: url(images/return.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 55px;
    width: 55px;
}

.free-ship__icon {
    display: block;
    background-image: url(images/free-ship.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 70px;
    width: 70px;
}

.product-pictogram__text {
    font-size: 14px;
    text-align: center;
}

@media only screen and (max-width: 490px) {
    .product-pictogram__block {
        flex-wrap: wrap;
    }

    .product-pictogram {
        flex-basis: 100%;
    }

    .product-desc-block div {
        flex-basis: 100%;
        padding: 10px;
    }
}


/** Footer **/
.footer__wrapper {
    position: relative;
    justify-content: space-around;
}

.footer__info-box {
/*    flex-basis: 25%;*/
    flex-basis: 20%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.footer__info-box:before {
    content: '';
    display: block;
    top: 0;
    right: 0;
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #636363;
}

.footer__info-box:nth-child(1):before {
    right: 78%;
}

.footer__info-box:nth-child(2):before {
/*    right: 53%;*/
    right: 52%;
}

.footer__info-box:nth-child(3):before {
/*    right: 28%;*/
    right: 24%;
}

.footer__info-box:last-child:before {
    display: none;
}


.footer__info-box:last-child {
    flex-direction: column;
}

.pay-partners__logo {
    width: 40px;
}

.info-list__item {
    list-style: none;
}

.footer__info-list {
    padding: 0;
    margin: 0;
    width: 100%;
}

.footer__address-container {
    width: 100%;
}

.footer__address {
    margin: 0;
}

.footer__social {
/*    width: 100%;*/
    margin: 0;
    margin-top: 15px;
}

.footer__phones {
    width: 100%;
}

.footer__pay-partners {
    width: 100%;
    margin-top: 10px;
}

.social__item {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 100%;
    font-size: 20px;
    background-color: #fff;
    border: 2px #636363 solid;
    color: #636363;
    transition: color 0.5s ease;
    margin-right: 10px;
}

.fa.fa-facebook:before {
    content: "\f39e";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-youtube:before {
    content: "\f167";
}

.fa {
    font-size: inherit;
}

.pl-45{
    padding-left: 45px;
}

/** Footer adaptive**/
@media only screen and (max-width: 1024px) {
    .footer__info-box:nth-child(1):before {
        right: 76%;
    }

    .footer__info-box:nth-child(2):before {
        right: 51%;
    }

    .footer__info-box:nth-child(3):before {
        right: 27%;
    }
}

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

    .footer__info-box {
        flex-basis: 50%;
        margin-bottom: 20px;
        padding-left: 25%;
        margin-top: 15px;
    }

    .footer__info-box:nth-child(2n) {
        padding-left: 6.25%;
    }

    .footer__info-box:nth-child(1):before {
        right: 50%;
    }

    .footer__info-box:nth-child(2):before {
        top: 65%;
        transform: translateX(-50%);
        left: 50%;
        width: 75%;
        height: 1px;
    }

    .footer__info-box:nth-child(3):before {
        display: none;
    }
}

@media only screen and (max-width: 820px) {
    .footer__wrapper {
        flex-direction: row;
    }

    .footer__info-box {
        padding-left: 12.5%;
    }

    .footer__info-box:nth-child(2n) {
        padding-left: 6.25%;
    }

    .footer__info-box:nth-child(2):before {
        width: 80%;
    }
}

@media only screen and (max-width: 585px) {
    .footer {
        padding-top: 15px;
    }

    .footer__info-box:before {
        content: '';
        display: block;
        top: -15px;
        left: 0;
        width: 100%;
        height: 1px;
        transform: translate(0);
    }

    .footer__info-box {
/*        padding: 0 0 0 33%;*/
        padding: 0;
        text-align: center;
        flex-basis: 100%;
        position: relative;
    }

    .footer__info-box:nth-child(2n) {
/*        padding: 0 0 0 33%;*/
        padding: 0;
        flex-basis: 100%;
    }


    .footer__info-box:nth-child(1):before {
        display: none;
    }


    .footer__info-box:nth-child(2):before {
        top: -15px;
        left: 0;
        width: 100%;
        height: 1px;
        transform: translate(0);
    }

    .footer__info-box:nth-child(3):before {
        display: block;
    }

    .footer__info-box:nth-child(4):before {
        display: block;
    }

    .pay-partners__logo {
        width: 70px;
    }
}

@media only screen and (max-width: 375px) {
    .footer__info-box {
        padding: 0 0 0 25%;
    }

    .footer__info-box:nth-child(2n) {
        padding: 0 0 0 25%;
        flex-basis: 100%;
    }
}


/** Footer adaptive end**/

/** Footer end**/

/* Кнопка вверх uPTop */
.uptop {
    position: fixed;
    display: block;
    box-sizing: border-box;
    height: 50px;
    width: 50px;
    border: 1px solid #444;
    background-color: #ffffff;
    border-radius: 3px;
    bottom: 50px;
    right: 50px;
    margin-right: -30px;
    outline: none;
    opacity: 0;
    transition: opacity 0.3s ease, margin-right 0.5s ease-out;
    cursor: pointer;
}

.uptop:hover {
    background-color: #ff0000;
}

.upview {
    border: 1px solid #444;
    transition: opacity 0.3s ease, margin-right 0.5s ease-out;
    margin-right: 0px;
    opacity: 0.6;
}

.uptop::before,
.uptop::after {
    content: "";
    position: absolute;
    height: 18px;
    width: 2px;
    background-color: #393939;
    top: 16px;
}

.uptop::before {
    left: 17px;
    transform: rotate(45deg);
}

.uptop::after {
    right: 17px;
    transform: rotate(-45deg);
}


/*ФОРМА ОБРАТНОЙ СВЯЗИ*/
.callback-popup {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    /* background-color: rgba(94, 110, 141, 0.9); */
    background-color: rgba(0 0 0 / 90%);

    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    overflow-y: auto;
    z-index: 10000;
}

.callback-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.callback-popup__container {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 40px;
    color: #666666;
}

.callback__close-btn {
    background: none;
    color: #000000;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    transition: color .2s ease, border-color .2s ease;
}

.callback__close-btn:hover {
    color: #ff0000;
    border-color: #ff0000;
}

.callback-popup:before {
    content: '';
    background-color: #fff;
    opacity: .25;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


.form-control {
    width: 100%;
    box-sizing: border-box;
    line-height: 1.5;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #cac8c8;
    border-radius: 0;
    height: 40px;
}

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

.callback__name-label {
    position: relative;
}

.callback__name-label:after {
    content: '*';
    font-size: 18px;
    color: #ff0000;
}

.callback__phone-label {
    position: relative;
}

.callback__phone-label:after {
    content: '*';
    font-size: 18px;
    color: #ff0000;
}

.callback-group label {
    display: block;
}

.callback-group {
    width: 80%;
}

.callback__title {
    text-align: center;
}

.callback__subtitle {
    text-align: center;
}

.callback__submit-btn {
    margin-top: 20px;
    min-width: 160px;
}

.callback-group {
    margin-top: 15px;
}



.callback__text {
    display: block;
    box-sizing: border-box;
    width: 100%;
    resize: none;
    overflow-y: hidden;
    font-size: 14px;
    /*   color: #343434; */
}

/*кнопка обратной связи*/
.callback-buttons {
    /* display: block; */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    text-align: center;
    position: fixed;
    left: 3%;
    bottom: 11%;
    z-index: 999;
}

.callback-catalog {
    position: absolute;
    bottom: 100%;
}


.email-btn {
    background: #F95C18;
    border-radius: 50%;
    box-shadow: 0 8px 10px rgba(249, 92, 24, 0.3);
    cursor: pointer;
    border: 2px solid transparent;
    display: block;
    height: 60px;
    width: 60px;
    text-align: center;
    position: fixed;
    left: 3%;
    bottom: 11%;
    z-index: 999;
    transition: .3s ease-in-out;
    -webkit-animation: email-an linear 1s infinite;
    animation: email-an linear 1s infinite;
}



.email-btn:hover {
    background: #fff;
    border: 2px solid #F95C18;
}

.email-btn .text-call {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    position: relative;
    content: '';
    transform: translate(-2px, -2px);
}

.email-btn .text-call:after {
    content: "\f0e0";
    display: block;
    font-family: fontawesome;
    color: #fff;
    font-size: 26px;
    line-height: 60px;
    height: 60px;
    width: 60px;
    opacity: 1;
    transition: .3s ease-in-out;
    -webkit-animation: opsimple 3s infinite;
    animation: opsimple 3s infinite;
}

.email-btn .text-call:hover:after {
    opacity: 0;
}

.email-btn .text-call span {
    color: #F95C18;
    display: block;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0;
    font-size: 8px;
    line-height: 12px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .3s ease-in-out;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
}

.email-btn .text-call:hover span {
    opacity: 1;
}

@keyframes email-an {
    0% {
        box-shadow: 0 8px 10px rgba(249, 92, 24, 0.3), 0 0 0 0 rgba(249, 92, 24, 0.2), 0 0 0 0 rgba(249, 92, 24, 0.2)
    }

    40% {
        box-shadow: 0 8px 10px rgba(249, 92, 24, 0.3), 0 0 0 15px rgba(249, 92, 24, 0.2), 0 0 0 0 rgba(249, 92, 24, 0.2)
    }

    80% {
        box-shadow: 0 8px 10px rgba(249, 92, 24, 0.3), 0 0 0 30px rgba(249, 92, 24, 0), 0 0 0 12.3px rgba(249, 92, 24, 0.067)
    }

    100% {
        box-shadow: 0 8px 10px rgba(249, 92, 24, 0.3), 0 0 0 30px rgba(249, 92, 24, 0), 0 0 0 20px rgba(249, 92, 24, 0.0)
    }
}

@keyframes opsimple {
    0% {
        opacity: 0;
        transform: rotate(0deg);
    }

    40% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: rotate(360deg);
    }
}

/* конец кнопки звязи */

/*выпадающие кнопки обратной связи*/
.callback-catalog__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    border: 1px solid red;
    border-radius: 50%;
    margin-bottom: 10px;
    position: relative;
}



.callback-catalog__form svg {
    width: 40px;

}

.callback-catalog__form svg path {
    fill: #fff;
}

.callback-catalog__form {
    background-color: #F95C18;
    border-color: #F95C18;
}

.callback-catalog__form:hover {
    background-color: #d35017;
    border-color: #d35017;
}

.callback-catalog__viber {
    background-color: #7d3daf;
    border-color: #7d3daf;
}

.callback-catalog__viber:hover {
    background-color: #693195;
    border-color: #693195;
}

.callback-catalog__viber svg .viber-fill {
    fill: #fff;
}


.callback-catalog__telegram {
    background-color: #2ea5dd;
    border-color: #2ea5dd;
}

.callback-catalog__telegram:hover {
    background-color: #2d95c7;
    border-color: #2d95c7;
}

.callback-catalog__telegram svg {
    fill: #fff;
}

.callback-catalog__telegram svg path {
    stroke: #fff;
}

.callback-catalog__whatsapp {
    background-color: #3ba724;
    border-color: #3ba724;
}

.callback-catalog__whatsapp:after {
    content: attr(data-text-whatsapp)
}

.callback-catalog__viber:after {
    content: attr(data-text-viber)
}

.callback-catalog__telegram:after {
    content: attr(data-text-telegram)
}

.callback-catalog__form:after {
    content: attr(data-text-form)
}

.callback-catalog__whatsapp:hover {
    background-color: #378b25;
    border-color: #378b25;
}

.callback-catalog__whatsapp svg {
    fill: #fff;
}

.callback-catalog__item svg {
    width: 35px;
}

.callback-catalog {
    transform: scale(0) translateY(300px);
    opacity: 0;
    transition: opacity .3s ease, transform .4s ease;
}

.callback-catalog.isOpen {
    transform: scale(1) translateY(0);
    opacity: 1;
}


.callback-catalog__item:after {
    display: flex;
    position: absolute;
    width: 160px;
    height: 55px;
    background-color: #fff;
    top: 0;
    right: 11px;
    align-items: center;
    transform: translate(128%, 0) scaleX(1);
    font-size: 13px;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    pointer-events: none;
    cursor: default;
    color: #666;
    opacity: 0;
    transition: opacity 0.3s ease, box-shadow 0s;
}

.callback-catalog__item:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
    right: -34px;
    opacity: 0;
    transition: opacity .3s ease;

}

.callback-catalog__item:hover.callback-catalog__item:after {
    opacity: 1;
    box-shadow: -3px 1px 15px 0px;
}

.callback-catalog__item:hover.callback-catalog__item:before {
    opacity: 1;
}


/* .callback-catalog__item:after:hover{
    color: #fff;
} */




/*выпадающие кнопки обратной связи*/