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

html {
    z-index: 0;
}

.container {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 0 25px;
    box-sizing: border-box;
}

.notification .container {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.notification {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    background-color: #5daa61;
    padding: 10px 0;
    color: white;

}

.notification.hidden {
    display: none;
}

.notification-text {
    max-width: 80%;
}

.notification .okey {
    margin-left: auto;
    padding: 10px 15px;
    background-color: #444;
    border: none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
}

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

.one_click{
    color: white !important;
}
.hidden{
    display: none !important;
}

/*.white{*/
/*    background: #FFFFFF !important;*/
/*}*/

#headerfixed .logo-row .logo img, #headerfixed .logo-row .logo svg {
    max-height: 100%;
}

/* Всплывающее окно
* при загрузке сайта
modal coockie
*/
/* базовый контейнер, фон затемнения*/
#overlay_modal {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 999;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    overflow: auto;
}
/* модальный блок */
.popup_modal {
    top: 25%;
    left: 0;
    right: 0;
    font-size: 14px;
    margin: auto;
    width: 85%;
    min-width: 320px;
    max-width: 600px;
    position: absolute;
    padding: 15px 20px;
    border: 1px solid #383838;
    background: #fefefe;
    z-index: 1000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}
/* заголовки в модальном блоке */
.popup_modal h2, .popup_modal h3 {
    text-shadow: 1px 2px 4px #ddd;
    padding: 30px 30px 30px 36px;
    background: #eaf0f2;
}
/* кнопка закрытия */
.close_modal {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    position: absolute;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #5daa61;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    outline: none;
}
.close_modal:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/* кнопка закрытия при наведении */
.close_modal:hover {
    background-color: rgba(252, 20, 0, 0.8);
}
/* анимация при появлении блоков с содержанием */
@-moz-keyframes fade {
    from { opacity: 0; }
    to { opacity: 1 }
}
@-webkit-keyframes fade {
    from { opacity: 0; }
    to { opacity: 1 }
}
@keyframes fade {
    from { opacity: 0; }
    to { opacity: 1 }
}

/***regions****/
#title-search-city{
	display:none;
}
.popup_regions {
    padding-bottom: 35px;
}
/*******/
/*contaCTS*/
.mailk .fa.big-icon.s40 {
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 20px;
}

.top_inner_block_wrapper{
 padding: 0px !important;
}


.sbiznes_delay{
    display: none;
}

    .phone-order {
        position: fixed;
        right: 120px;
        top: 87%;
        padding: 10px;
        background: #FE3227;
        z-index: 1000;
        cursor: pointer;
        font-family: inherit;
        color: #1F1B20;
        border-radius: 50%;
        width: 48px;
        height: 48px;
        transition: .3s;
        -webkit-animation: phone-an linear 1s infinite;
        animation: phone-an linear 1s infinite;
    }

    .phone-order .text-call {
        height: 68px;
        width: 68px;
        border-radius: 50%;
        position: relative;
        overflow: hidden;
    }

    .phone-order .text-call span {
        text-align: center;
        color: #519d55;
        opacity: 0;
        font-size: 0;
        position: absolute;
        right: 4px;
        top: 22px;
        line-height: 14px;
        font-weight: 600;
        text-transform: uppercase;
        transition: opacity .3s linear;
        font-family: 'montserrat', Arial, Helvetica, sans-serif;
    }

    .phone-order .text-call:hover span {
        opacity: 1;
        font-size: 11px;
    }

    .phone-order:hover i {
        display: none;
    }

    .phone-order:hover {
        z-index: 1;
        background: #ff534a;
        transition: .3s;
    }

    .phone-order:hover i {
        color: #38a3fd;
        font-size: 40px;
        transition: .3s;
    }

    .phone-order i {
        color: #fff;
        font-size: 29px;
        transition: .3s;
        line-height: 66px;
    }

    .phone-order i {
        -webkit-animation: opsimple 3s infinite;
        animation: opsimple 3s infinite;
    }

    @-webkit-keyframes phone-an {
        0% {
            box-shadow: 0 8px 10px rgba(254, 50, 39, 0.3), 0 0 0 0 rgba(254 50 39, 0.2), 0 0 0 0 rgba(254, 50, 39, 0.2)
        }

        40% {
            box-shadow: 0 8px 10px rgba(254, 50, 39, 0.3), 0 0 0 15px rgba(254, 50, 39, 0.2), 0 0 0 0 rgba(254, 50, 39, 0.2)
        }

        80% {
            box-shadow: 0 8px 10px rgba(254, 50, 39, 0.3), 0 0 0 30px rgba(254, 50, 39, 0), 0 0 0 26.7px rgba(254, 50, 39, 0.067)
        }

        100% {
            box-shadow: 0 8px 10px rgba(254, 50, 39, 0.3), 0 0 0 30px rgba(254, 50, 39, 0), 0 0 0 40px rgba(254, 50, 39, 0.0)
        }
    }

    @keyframes phone-an {
        0% {
            box-shadow: 0 8px 10px rgba(254, 50, 39, 0.3), 0 0 0 0 rgba(254, 50, 39, 0.2), 0 0 0 0 rgba(254, 50, 39, 0.2)
        }

        40% {
            box-shadow: 0 8px 10px rgba(254, 50, 39, 0.3), 0 0 0 15px rgba(254, 50, 39,, 0.2), 0 0 0 0 rgba(254, 50, 39, 0.2)
        }

        80% {
            box-shadow: 0 8px 10px rgba(254, 50, 39, 0.3), 0 0 0 30px rgba(254, 50, 39, 0), 0 0 0 26.7px rgba(254, 50, 39, 0.067)
        }

        100% {
            box-shadow: 0 8px 10px rgba(254, 50, 39, 0.3), 0 0 0 30px rgba(254, 50, 39, 0), 0 0 0 40px rgba(254, 50, 39, 0.0)
        }
    }

    @keyframes opsimple {
        0% {
            opacity: 0;
        }

        40% {
            opacity: 1;
        }

        80% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    @-webkit-keyframes opsimple {
        0% {
            opacity: 0;
        }

        40% {
            opacity: 1;
        }

        80% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

.phone-order_phone_solid{
    //width: 24px;
    color: #1F1B20;

}
/*.text {*/
/*    height: 1000px;*/
/*}*/
.consult-title{
    display: inline-block;
    background-color: #5DAA61;
    color: white;
    padding: 15px 20px;
    width: 100%;
}
.consult-sub-title{
    margin-top:15px;
    margin-bottom:45px;
    display: inline-block;
}

.padding10{
    padding-bottom:10px;
}

.row-consult{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;

}

a.scroll-to-top {
    left: 50px !important;
    bottom: 90px !important;
}

.img-centered{
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wrap-buy_block{
    display: flex;
}



.heart{
    color: #FFD700;
    font-size: 2rem;
    position: fixed;
    top: -1vh;
    transform: translateY(0);
    animation: fall 3s linear forwards;
    z-index: 1;
}

@keyframes fall{
    to {
        transform: translateY(100vh);
    }
}

.bx-soa-pp-delivery-cost{
    display: none !important;
}

.modified-map{
    margin-bottom: 26px;
}
.modified-tel-tel{
    font-weight: bold;
}
.modified-tel-desc{
    color: #3f3f3f;
}

.box-text {
    text-overflow: ellipsis;
overflow: hidden;
width: 100%;
white-space: wrap;
}


.whatsapp-img{
    width: 37px;
}

.ajax_load_btn{
    display: none; 
}

#bonus_payment_block{
    display: none !important;
}

.more-phone a{
    color: black !important;
}

.whatsapp-div{
    margin-top: 12px;
    font-size: 12px;
}

.whatsup-img{
    width: 45px;
    margin-right: 10px;
}

.telegram-div{
    margin-top: 12px;
    margin-bottom: 10px;
    font-size: 12px;
}

.telegram-img{
    width: 45px;
    margin-right: 10px;
}

.whatsup-manager-span{
    margin-left: 58px;
    font-size: 12px;
    margin-top: -13px; 
}


/*.btn.btn-default.white, .btn-default.white, .btn-default.white{*/
/*	background-color: #5daa61 !important;*/
/*	color: white !important;*/
/*} */


.js_city_change{
    background-color: white !important;
}

span.js_city_change:hover{
    color: black !important;
    background-color: #5daa61 !important;
}

.sticker_utsenka{
    background-color: red !important;
}

/*
 * Fancybox
 */
.fancybox-close-2 {
    position: absolute;
    top: 15px;
    right: 15px;
}
.fancybox-close-2 svg {
    display: block;
    width: 20px;
    height: 20px;
}

/*
 * Consultation page
 */
.iconed-tiles-section {
    margin-top: 70px;
}
@media screen and (max-width: 991px) {
    .iconed-tiles-section {
        margin-top: 50px;
    }
}
.iconed-tiles-section > .row {
    display: flex;
    flex-wrap: wrap;
}
.iconed-tile {
    margin-bottom: 70px;
    text-align: center;
}
@media screen and (max-width: 991px) {
    .iconed-tile {
        margin-bottom: 50px;
    }
}
.iconed-tile__icon {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
}
.iconed-tile__title {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
}
.iconed-tile__help-icon {
    font-size: 12px;
    border: 1px solid;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5DAA61;
}
@media screen and (max-width: 991px) {
    .iconed-tile__help-icon {
        display: none;
    }
}
.iconed-tile__help-content {
    display: none;
}
.iconed-tile__help-content > *:first-child {
    margin-top: 0;
}

/*
 * Jobs page
 */
.jobs-banner {
    margin-top: 30px;
    margin-bottom: 50px;
}
.jobs-banner img {
    width: 100%;
}
@media screen and (max-width: 991px) {
    .jobs-banner {
        margin-top: 0;
        margin-bottom: 80px;
    }
}
.jobs-form .maxwidth-theme {
    padding: 0;
}

.jobs-section {
    margin-top: 30px;
}
.jobs-region-select__input label {
    margin-bottom: 6px;
    color: #888888;
    font-size: 13px;
    font-weight: 400;
}
.jobs-results__title {
    margin-bottom: 10px;
}
.jobs-result {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 20px 0;
    border-bottom: 1px solid #EEE;
    color: #383838;
}
@media screen and (max-width: 991px) {
    .jobs-result {
        flex-direction: column;
        align-items: flex-start;
    }
}
.jobs-result__main-info {
    flex-grow: 1;
}
.jobs-result__salary {
    font-weight: 700;
}
.jobs-result__button {
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding: 8px 12px;
    border-radius: 2px;
    border: 1px solid #EEE;
    background-color: #fff;
    color: #383838;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.3s;
}
.jobs-result__button:hover {
    background-color: #eee;
}
.jobs-result__button-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
}
.jobs-result_preload span {
    position: relative;
    display: block;
    width: 100%;
    height: 1em;
    border-radius: 2px;
    background-color: #ededed;
}
.jobs-result_preload span::after {
     content: '';
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     left: 0;
     animation-duration: 1s;
     animation-iteration-count: infinite;
     animation-name: loader-animate;
     animation-timing-function: linear;
     background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0) 81%);
 }
@keyframes loader-animate{
    0% {
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        transform: translate3d(100%, 0, 0);
    }
}
.jobs-result_preload .jobs-result__name {
    width: 80%;
}
.jobs-result_preload .jobs-result__salary {
    width: 120px;
}
.jobs-result_preload .jobs-result__region {
    width: 140px;
}
.jobs-result_preload .jobs-result__button {
    width: 160px;
}

/*
 * JQ Form Styler
 */
.form-control .jq-file {
    display: flex;
    flex-direction: column;
}
.form-control .jq-file.error {
    position: static;
}
.form-control .jq-file__name {
    display: none;
    order: 2;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
}
.form-control .jq-file.changed .jq-file__name {
    display: block;
    margin-top: 8px;
}
.form-control .jq-file__browse {
    order: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 14px;
    padding: 11px 15px;
    border-radius: 2px;
    border: 1px solid #5DAA61;
    background: #FFF;
    color: #5DAA61;
    ont-size: 13px;
    font-weight: 400;
    transition: all 0.3s;
}
.form-control .jq-file__browse:hover {
    background: #5DAA61;
    color: #fff;
}
.form-control .jq-file__browse svg {
    display: block;
    width: 12px;
    height: 14px;
}
.form-control .jq-file input {
    inset: 0;
}

/**
 * Price calc widget
 */
.price-calc-widget {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-bottom: 25px;
}

.price-calc-widget[v-cloak] {
    display: none;
}

.price-calc-widget__prices {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.price-calc-widget__price-label {
    color: #6C6C6C;
    font-size: 12px;
    font-weight: 400;
}

.price-calc-widget__price-value {
    color: #1D2029;
    font-size: 26px;
    font-weight: 700;
}

.price-calc-widget__inputs {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.price-calc-widget__input-label {
    color: #6C6C6C;
    font-size: 12px;
    font-weight: 400;
}

.price-calc-widget__input-item {
    margin-top: 6px;
    box-sizing: border-box;
    border: 1px solid #f3f3f5;
    background: #f3f3f5;
    font-size: 0px;
    display: inline-block;
    vertical-align: top;
    border-radius: 2px;
    user-select: none;
    position: relative;
    width: 122px;
    text-align: center;
    height: auto;
}

.price-calc-widget__input-item input[type="text"] {
    width: 34px;
    border: 0px;
    border-left: 1px solid #f3f3f5;
    border-right: 1px solid #f3f3f5;
    background: #f3f3f5;
    color: #666666;
    font-size: 13px;
    height: 34px;
    border-radius: 0px;
    text-align: center;
    line-height: 13px;
    padding: 7px 3px 7px;
    font-size: 13px;
    height: 38px;
    width: 65px;
}

.price-calc-widget__input-item > span {
    height: 34px;
    width: 28px;
    font-size: 0;
    line-height: 40px;
    height: 34px;
    width: 24px;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
}

.price-calc-widget__input-item > span:before{
    opacity: 0.7;
    display: inline-block;
    content: "";
    width: 24px;
    height: 34px;
    background: url(/bitrix/templates/aspro_next/images/svg/ai.svg) -80px -191px no-repeat;
    vertical-align: middle;
}

.price-calc-widget__input-item > span:hover:before {
    opacity: 1;
}

.price-calc-widget__input-item > span.minus:before {
    background-position: -18px -189px;
}

.price-calc-widget__input-item > span.plus:before {
    background-position: 1px -189px;
}

.price-calc-widget__buttons {
    display: flex;
    column-gap: 20px;
    margin-top: 18px;
}

@media screen and (max-width: 599px) {
    .price-calc-widget__input-item.counter_block.big_basket {
        width: 100px;
    }

    .price-calc-widget__input-item.counter_block.big_basket input[type="text"] {
        width: 43px;
    }
}

@media screen and (min-width: 600px) {
    .price-calc-widget__inputs {
        gap: 20px;
        flex-wrap: wrap;
    }
}


.bottom-menu .item.color-red:hover .title a,
.bottom-menu .item.color-red:hover .title,
.bottom-menu .item.color-red .title a,
.bottom-menu .item.color-red .title{
    color: red !important;
}

div.tabs .construction-page__contacts-block {
    border-top: none;
    border-bottom: none;
}

div.tabs .construction-page__contacts-block .whatsapp-div a {
    padding-left: 10px;
}

div.tabs .construction-page__contacts-block .email-div span {
    padding-left: 8px;
}

.wrapp_one_click .btn.btn-default.white:not(.grey) {
    background: #5DAA61;
}

.card_contacts{
    display:flex;
    padding-top:25px;

}

.card_contacts_icon{
    margin-right: 20px;
}

@media (max-width: 870px) {
    .wrapper_inner .info_item .middle_info .buy_block {
        padding: 10px 0 10px 0;
    }
}

/**
 * Flex slider fixes
 */
.top_slider_wrapp .flexslider .slides > li .banner_bg {
    height: 320px;
}