/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/
/* blog */
.ns {
    text-align: left;
}
.feedback-block {
    width: 350px;
}
.feedback-block .feedback-block__header {
    position: relative;
    color: #fff;
    background: #3caa3c;
    font-size: 20px;
    font-weight: 700;
    padding: 11px 16px 13px;
    line-height: 20px;
    border-radius: 6px 6px 0 0;
}
.feedback-block .feedback-block__body {
    border: 1px solid #d1d2d3;
    border-top: none;
    padding: 8px 15px 15px;
    border-radius: 0 0 6px 6px;
}
.feedback-block .feedback-block__body img {
    width: 80px;
    height: 80px;
}
.feedback-block .feedback-block__body a {
    font-size: 20px;
    color: #000;
    padding-left: 20px;
    font-weight: bold;
    display: inline;
    border-bottom: 1px;
    text-decoration: underline;
}
.feedback-block .feedback-block__body div {
    padding-left: 100px;
    padding-top: 20px;
    font-size: 14px;
}
/* blog */

.search-wrapper {
    width: 640px;
}

.logo_and_menu-row .search_wrap {
    max-width: 640px;
}
.requisites-table-wrapper{
    overflow-x:auto;
}
.requisites-title{
    font-size: 24px;
    font-weight: bold;
    color: #0070c0;
    text-align: center;
    text-align: center;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
}
.requisites-table-wrapper .requisites-table{
    border: 1px solid black;
    border-collapse: collapse;
}
.requisites-table-wrapper .requisites-table td{
    border: 1px solid black;
    padding: 5px 15px;
}
@media (max-width: 991px){
    .requisites-table-wrapper .requisites-table td{
        padding: 5px 5px;
    }
}
.nowrap {
    white-space: nowrap;
}

.payment-methods {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: 320px;
    padding: 0px 27px 24px 27px;
    background: #F9F9F9;
    border: 1px solid #F2F2F2;
    font-family: 'Open Sans';
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 21px;
}

.payment-methods * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.payment-methods__item {
    width: 50%;
}

.payment-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 24px;
}

.payment-item:nth-child(1) {
    padding-bottom: 8px;
    border-right: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
}

.payment-item:nth-child(2) {
    padding-bottom: 8px;
    border-bottom: 1px solid #F2F2F2;
    padding-left: 30px;
}

.payment-item:nth-child(2) .payment-item__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 168px;
    flex: 0 0 168px;
}

.payment-item:nth-child(3) {
    padding-top: 6px;
}

.payment-item:nth-child(4) {
    padding-top: 6px;
    padding-left: 30px;
}

.payment-item__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 122px;
    flex: 0 0 122px;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
}

.payment-item__body {
    padding-top: 3px;
    line-height: 26px;
}

.payment-item__info {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.payment-item__info:hover,
.payment-item__info:focus {
    -webkit-filter: brightness(1.3);
    filter: brightness(1.3);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.payment-item__info img {
    vertical-align: top;
    margin-top: 4px;
    margin-left: 14px;
}

.payment-item__string {
    line-height: 22px;
    margin-bottom: 5px;
}

.payment-item__link {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-decoration: underline;
    color: #1976D2;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.payment-item__link:hover,
.payment-item__link:focus {
    opacity: 0.7;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    text-decoration: none;
}

.payment-item__spanpad {
    margin-right: 7px;
}

.payment-item__info-wrap {
    position: relative;
}

.payment-item__has-info {
    position: relative;
}

.payment-item-hint {
    display: none;
    position: absolute;
    top: 22px;
    left: 20px;
    width: 343px;
    padding: 26px 23px 27px 29px;
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 4px 6px 1px rgba(143, 170, 196, 0.5);
    box-shadow: 0px 4px 6px 1px rgba(143, 170, 196, 0.5);
    border-radius: 0px 20px 20px 20px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    z-index: 9999;
}

.payment-item-hint p {
    margin-top: 0;
    margin-bottom: 9px;
}

.payment-item-hint p:last-child {
    margin-bottom: 0;
}

.payment-item-hint__close {
    position: absolute;
    top: 11px;
    right: 11px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.payment-item-hint__close:hover,
.payment-item-hint__close:focus {
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

@media (max-width: 1024px) {
    .payment-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .payment-item:nth-child(1) .payment-item__title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .payment-item:nth-child(2) .payment-item__title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .payment-item:nth-child(3) {
        width: 100%;
    }

    .payment-item:nth-child(3) .payment-item__title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .payment-item:nth-child(4) {
        width: 100%;
        padding-left: 0;
    }
}

@media (max-width: 768px) {
    .payment-methods__item {
        width: 100%;
    }

    .payment-item:nth-child(1) {
        border-right: 0;
    }

    .payment-item:nth-child(1) .payment-item__title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 18px;
    }

    .payment-item:nth-child(2) {
        padding-left: 0;
        padding-top: 7px;
    }

    .payment-item:nth-child(2) .payment-item__title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 18px;
    }

    .payment-item:nth-child(3) {
        width: 68%;
    }

    .payment-item:nth-child(3) .payment-item__title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 35px;
    }

    .payment-item:nth-child(4) {
        width: 32%;
        padding-left: 0;
    }

    .payment-item-hint {
        top: 20px;
        right: 4px;
        left: auto;
        border-radius: 20px 0px 20px 20px;
    }
}

@media (max-width: 700px) {
    .payment-item:nth-child(1) .payment-item__title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .payment-item:nth-child(2) .payment-item__title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .payment-item:nth-child(3) {
        width: 100%;
    }

    .payment-item:nth-child(3) .payment-item__title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .payment-item:nth-child(4) {
        width: 100%;
    }

    .payment-item__body {
        width: 80%;
    }

    .payment-item__info-wrap {
        position: absolute;
        top: 0px;
        right: 23px;
    }

    .payment-item__has-info {
        padding-right: 30px;
    }
}

@media (max-width: 488px) {
    .payment-item__body {
        width: 100%;
        padding-top: 11px;
        padding-right: 10px;
    }

    .payment-item-hint {
        width: 222px;
    }
}


.popup-fade:before {
    content: '';
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 9999;
}


#popup_search {
    position: fixed !important;
}

#popup_search .popup-window-content {
    width: 100% !important;
}

#popup_search .popup-window-content>div {
    width: 100% !important;
}

#popup_search div.form {
    width: auto;
}

@media (min-width: 850px) {
    #popup_search {
        width: 800px;
        padding: 0 30px 0 0;
    }

    #popup_search .image-wrapper {
        margin-right: 40px !important;
    }

    #popup_search textarea {
        height: 50px !important;
        min-height: 30px;
    }
}

@media (max-width: 850px) and (min-width: 400px) {
    #popup_search {
        width: 80%;
        padding: 0 30px 0 25px;
    }

    #popup_search h2 {
        margin-top: 25px;
    }

    #popup_search .image-wrapper {
        margin-right: 75px !important;
    }

    #popup_search textarea {
        height: 50px !important;
        min-height: 30px;
    }

    #popup_search div.image-wrapper {
        display: none;
    }
}

@media (max-width: 400px) {
    #popup_search {
        width: 100%;
        padding: 0 30px 0 25px;
        position: absolute !important;
        top: 60px  !important;
    }

    h2 {
        margin-top: 25px;
    }

    #popup_search textarea {
        height: 50px !important;
        min-height: 30px;
    }

    #popup_search div.image-wrapper {
        display: none;
    }
}

.popup{
    max-height: 100vh;
    overflow-y: auto;
}
@media (max-width: 580px){
    .popup {
        min-width: 170px;
        max-width: calc(100% - 30px);
        margin-left: 0 !important;
        left: 15px;
    }
}