/*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;  }*/

.mark_down_order_frame.popup
{
    width: 800px;
    max-width: calc(100% - 30px);
    max-height: calc(100% - 30px);
    min-width: 320px;
}
.mark_down_order_frame.popup.show {
    display: flex !important;
    flex-direction: column;
}
.mark_down_order_frame.popup .form-wr {
    overflow: auto;
}
.popup {
    min-width: 320px;
}
.user-budget
{
    padding: 10px 0 10px 40px;
}
.user-budget .title
{
    width: 100%;
}
.user-budget .value
{
    font-weight: bold;
}
.markdown-main
{
    margin-top: 30px;
}
form[name=iblock_add] .article
{
    text-transform: uppercase;
}
.sale_block .text.markdown-percent
{
    background-color: #ff0000;
}
.sale_block .text.markdown-percent
{
    color: #fff;
}
.catalog_block .cost.prices .price
{
    width: 100%;
}
.detail_page .custom-article
{
    display: block;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 700;
}
.detail_page .custom-offer-article
{
    display: block;
    font-weight: 700;
}
.catalog_page .custom-article
{
    display: block;
    font-size: 13px;
    font-weight: 700;
}

#sms-confirm {
    text-align: center;
}
#sms-confirm .inputtext {
    border: 1px solid #0083d1;
    width: 128px;
    font-size: 32px;
}

.modal_auth {}

.modal_auth li {
    width: 50%;
}

.modal_auth li a {
    text-align: center;
    max-width: 100%;
    max-height: 75px;
    height: 75px;
    border-top: none !important;
    padding: 17px 20px 18px !important;
    font-size: 14px !important;
}

.sms-register {}

.sms-register .sms-register__inner {
    display: flex;
    justify-content: space-between;
}

.sms-register .sms-register__input {
    max-width: 200px;
}

.sms-register .sms-register__input {
    max-width: 100%;
}

.btn-unclicked {
    cursor: default !important;
}

.personal-link {
    white-space: normal !important;
}

.load_more {
    text-align: center;
    margin: 0px 0px 20px;
    border: 1px solid #f2f2f2;
    cursor: pointer;
}

.load_more:hover {
    border-color: #d2d2d4;
}

.load_more_text {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding: 15px 0px 15px 34px;
    color: #333;
}

.load_more_text:after {
    content: "";
    display: block;
    position: absolute;
}

.load_more_text:after {
    width: 19px;
    height: 19px;
    left: 5px;
    margin-top: -10px;
    top: 50%;
    background: #686363 url('../images/svg/Show_more.svg') center no-repeat;
    -webkit-transition: background 0.7s ease-in-out;
    -moz-transition: background 0.7s ease-in-out;
    -o-transition: background 0.7s ease-in-out;
    transition: background 0.7s ease-in-out;
}

.load_more_text.loading:after {
    -webkit-animation: spinner .5s linear infinite !important;
    animation: spinner .5s linear infinite !important;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.load_more_text:hover:after, .ajax_load_btn:hover .more_text_ajax:after {
    -webkit-animation: spinner .5s ease-out 1;
    animation: spinner .5s ease 1;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.hide-xs {

}

@media (max-width: 767px) {
    .hide-xs {
        display: none !important;
    }
}

.sale-order-list-payment-discount {
    padding-top: 4px;
    font-size: 16px;
    color: red;
}
.swiper-wrapper{
	height: auto !important;
}
.button_block.item-product__btn{
	padding:0;
}
.to-cart,
.in-cart{
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
}

.top-header__actions .notifications{
	display:flex;
	align-items:center;
	justify-content:center;
}

.nav-footer__link:hover{
    color: #ffffff;
}

.main-header__catalog,.item-product__image{
    user-select: none;
}

.display-flex{
    display: flex!important;
    width: 122px!important;
}

.footer__copy{
    font-size: 13px!important;
}
@media (max-width: 767px) {
    .footer__copy{
        font-size: 12px!important;
    }
}

.item-product__code + .item-product__code{
    margin-top: 10px;
}

.items.row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

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

.dropdown_wrapp{
    display: none!important;
}

.markdown-button{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*.item-product__quantity{
    display: flex!important;
}*/

.button__text_main span {
    color: white;
}

.footer-work-time {
    color: inherit;
}

footer .footer-work-time.blocks:before,
footer .footer-work-time.blocks::before {
    background-color: currentColor !important;
    background-image: none !important;
    content: "" !important;
    display: block !important;
    height: 16px !important;
    left: 0 !important;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2014%2014%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20fill%3D%27%23000%27%20fill-rule%3D%27evenodd%27%20d%3D%27M7%201.5a5.5%205.5%200%201%200%200%2011%205.5%205.5%200%200%200%200-11zM0%207a7%207%200%201%201%2014%200A7%207%200%200%201%200%207zm7-.75c.414%200%20.75.336.75.75v2.135l1.886%201.131a.75.75%200%201%201-.772%201.286l-2.25-1.35A.75.75%200%200%201%206.25%209.56V7c0-.414.336-.75.75-.75z%27/%3E%3C/svg%3E") !important;
    mask-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2014%2014%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20fill%3D%27%23000%27%20fill-rule%3D%27evenodd%27%20d%3D%27M7%201.5a5.5%205.5%200%201%200%200%2011%205.5%205.5%200%200%200%200-11zM0%207a7%207%200%201%201%2014%200A7%207%200%200%201%200%207zm7-.75c.414%200%20.75.336.75.75v2.135l1.886%201.131a.75.75%200%201%201-.772%201.286l-2.25-1.35A.75.75%200%200%201%206.25%209.56V7c0-.414.336-.75.75-.75z%27/%3E%3C/svg%3E") !important;
    -webkit-mask-position: center !important;
    mask-position: center !important;
    -webkit-mask-repeat: no-repeat !important;
    mask-repeat: no-repeat !important;
    -webkit-mask-size: contain !important;
    mask-size: contain !important;
    position: absolute !important;
    top: 1px !important;
    width: 16px !important;
}

.footer-work-time .footer-work-time__text {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

.contacts-footer__item_work-time {
    background: none !important;
    list-style: none !important;
    position: relative;
}

.contacts-footer__item_work-time .footer-work-time {
    color: inherit;
    display: block;
    font-size: 14px;
    line-height: 135%;
    padding-left: 33px;
}
