.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mt-60 {
    margin-top: 60px;
}

.mt-40 {
    margin-top: 40px;
}

.fw-normal {
    font-weight: normal;
}

/*btn-up*/
.btn-up {
    position: fixed;
    background-color: #00a8df;
    right: 44px;
    bottom: 150px;
    border-radius: 22px;
    cursor: pointer;
    width: 44px;
    height: 44px;
    z-index: 1;
}

.btn-up::before {
    content: "";
    text-align: center;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 12px;
    top: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 17V4M3 10l7-7 7 7'/%3E%3C/g%3E%3C/svg%3E");
}

.btn-up_hide {
    display: none;
}

@media (hover: hover) and (pointer: fine) {
    .btn-up:hover {
        background-color: #ff7f2d;
    }
}

.item-mnogo {
    display: grid;
    grid-template-columns: 22px 1fr;
    grid-column-gap: 5px;
    align-items: center;
}

.item-mnogo:before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 100%;
}

.product-info .item-mnogo {
    margin: 15px 0;
}

.item-mnogo.mnogo:before {
    background-color: #04BA00;
    border: 1px solid #04BA00;
}

.item-mnogo.malo:before {
    background-color: #FF0000;
    border: 1px solid #FF0000;
}

.item-mnogo.net-v-nalichii:before {
    background-color: #fff;
    border: 1px solid #000;
}

.section-title {
    max-width: 690px;
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    text-align: center;
    margin: 30px auto 50px;
    color: #000;
}

.section-title__catalog {
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 25px;
}

/*contacts page*/
.store_block {
    background: #F9F9F9;
    border-radius: 20px;
    padding: 20px;
}

.store_block_addr {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    grid-column-gap: 10px;
}

.store_block_addr h3 {
    margin: 0;
    font-weight: 700;
    font-size: 20px;
}

.store_info {
    background-image: url("/images/store_info.svg");
    width: 14px;
    height: 14px;
    display: block;
    background-repeat: no-repeat;
    cursor: pointer;
}

.ic_loc_black {
    background-image: url("/images/ic_loc_black.svg");
    width: 12px;
    height: 18px;
    display: block;
    align-self: baseline;
}

.store_block_phone {
    display: grid;
    grid-template-columns: 12px auto;
    grid-column-gap: 10px;
    align-items: baseline;
    margin-bottom: 10px;
}

.store_block_phone::before {
    content: '';
    background-image: url("/images/ic_phone_black.svg");
    width: 12px;
    height: 12px;
    display: block;
    background-repeat: no-repeat;
}

.store_block_time {
    display: flex;
    grid-column-gap: 10px;
    align-items: baseline;
    margin-bottom: 10px;
}

.store_emails {
    display: grid;
    grid-template-columns: 12px auto;
    grid-column-gap: 10px;
    margin-bottom: 10px;
}

.store_block_time::before {
    content: '';
}

.store_block_time::before,
.store_emails_ic {
    background-image: url("/images/ic_time_black.svg");
    width: 12px;
    height: 12px;
    display: block;
    background-repeat: no-repeat;
}

.store_emails h4 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 15px;
}

.office-items {
    margin-bottom: 20px;
}

.office-items img {
    max-width: 100%;
    height: 227px;
    object-fit: contain;
}

.office-items .image {
    margin: 0 10px;
}

.office-items .slick-list {
    margin-left: -10px;
    margin-right: -10px;
}

/* ---- servise ----*/
.servise {
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
}

.servise-item {
    width: 32%;
}

.servise-item__top {
    position: relative;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    background: #00A8DF;
    box-shadow: inset 0 10px 40px rgba(255, 255, 255, 0.5);
    border-radius: 15px 15px 0 0;
    padding: 62px 10px 28px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.servise-item__top-abs {
    position: absolute;
    top: -25px;
    left: 42%;
    width: 62px;
    height: 62px;
    background: #00A8DF;
    box-shadow: inset 0px 4px 20px rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    border: 12px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.servise-item__top-abs img {
    height: 19px;
}

.servise-item__bottom {
    background: #F1F1F1;
    border-radius: 0 0 15px 15px;
    display: none;
}

.servise-item__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    padding: 0 40px 0;
    line-height: 19px;
}

.servise-item__list:nth-child(2n) {
    background: #EBEBEB;
}

.servise-item__list:last-child {
    border-radius: 0px 0px 15px 15px;
}

.servise-item__list-label {
    font-weight: 700;
}

.servise-item__list-label img {
    width: 30px;
}

@media (max-width: 1024px) {
    .section-title {
        max-width: 580px;
        font-size: 32px;
        line-height: 46px;
        margin: 60px auto 50px;
    }

    .servise {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .servise-item {
        width: 48%;
        margin-bottom: 50px;
    }
}

@media (max-width: 768px) {
    .section-title {
        max-width: 554px;
    }

    .servise-item {
        width: 70%;
    }

    .servise-item__top {
        padding: 40px 10px 20px;
    }

    .servise-item__top-abs {
        top: -30px;
        width: 56px;
        height: 56px;
        border: 8px solid #fff;
    }

    .servise-item__list {
        padding: 15px 30px;
    }
}

@media (max-width: 576px) {
    .servise-item {
        width: 80%;
    }

    .section-title {
        max-width: max-content;
        font-size: 28px;
        line-height: 36px;
        margin: 30px auto 40px;
    }

    .servise-item__top {
        font-size: 20px;
        line-height: 26px;
    }
}

@media (max-width: 420px) {
    .servise-item {
        width: 100%;
    }

    .section-title {
        font-size: 22px;
        line-height: 28px;
    }
}

@media (max-width: 380px) {
    .servise-item__top {
        padding: 35px 10px 15px;
    }

    .servise-item {
        margin-bottom: 40px;
    }
}


/* ---- order ----*/

.order-bg {
    position: relative;
    background: #F2F2F2;
    border-radius: 15px;
    padding: 51px 50px 70px;
    margin-top: 32px;
    font-size: 16px;
    line-height: 20px;
    color: #000;
}

.order-bg__abs {
    position: absolute;
    top: -32px;
    right: 44%;
    left: 44%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin: 0 auto;
    background: linear-gradient(180deg, #FFD27D 0%, #FF5904 100%), #FFC873;
    border: 10px solid #fff;
    border-radius: 50%;
}

.order-bg__abs img {
    height: 24px;
}

.order-bg h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 39px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
}

.order-bg p {
    margin: 0 auto 10px;
}

.order-bg span {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
}

@media (max-width: 1024px) {
    .order-bg {
        padding: 51px 50px 50px;
    }

    .order-bg span {
        font-size: 18px;
        line-height: 22px;
    }
}

@media (max-width: 768px) {
    .order-bg {
        padding: 51px 30px 40px;
    }

    .order-bg__abs {
        right: 42%;
        left: 42%;
    }
}

@media (max-width: 576px) {
    .order-bg {
        padding: 40px 15px 30px;
    }
}

@media (max-width: 420px) {
    .order-bg h2 {
        line-height: 35px;
        margin-bottom: 15px;
    }

    .order-bg span {
        font-size: 17px;
        line-height: 21px;
    }

    .order-bg__abs {
        right: 39%;
        left: 39%;
    }
}

/* ---- catalog-btn ----*/

.catalog-btn {
    display: flex;
    justify-content: space-between;
    width: 654px;
    margin: 10px auto 0;
}

.catalog-btn__item {
    width: 49%;
    display: flex;
    align-items: center;
    background: #F2F2F2;
    box-shadow: inset 0px 15px 30px rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    padding: 38px 40px;
}

.catalog-btn__item-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    background: linear-gradient(180deg, #FFD27D 0%, #FF5904 100%), #FFC873;
    border-radius: 50%;
    margin-right: 30px;
}

.catalog-btn__item-img img {
    width: 24px;
}

.catalog-btn__item-label {
    text-align: left;
}

.catalog-btn__item-label .decs {
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    color: #000000;
}

.catalog-btn__item-label .link {
    font-weight: 700;
    font-size: 15px;
    line-height: 19px;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #797979;
}

@media (max-width: 992px) {
    .catalog-btn {
        width: 100%;
    }
}

@media (max-width: 880px) {
    .catalog-btn__item {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .catalog-btn__item-img {
        margin-right: 15px;
    }


    .catalog-btn__item-label .decs {
        font-size: 26px;
        line-height: 30px;
    }

    .catalog-btn__item-label .link {
        font-size: 14px;
        line-height: 17px;
    }
}

@media (max-width: 620px) {
    .catalog-btn {
        flex-wrap: wrap;
    }

    .catalog-btn__item {
        width: 70%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
}

@media (max-width: 420px) {
    .catalog-btn__item {
        width: 100%;
    }
}

.raskroy__ser {
    display: flex;
    width: auto;
    max-width: 300px;
    padding: 20px 20px 20px 5px;
    border: 2px solid #ff7f2d;
    -webkit-border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
}

.raskroy__ser a {
    font-size: 25px;
    color: #ff7f2d;
    font-weight: 700;
}

.raskroy__ser:after,
.raskroy__ser:before {
    content: " ";
    display: table;
}

.raskroy__ser .icon-chain:before,
.raskroy__ser .icon-raskroy:before {
    font-size: 45px;
    color: #ff7f2d;
}

.raskroy__ser .icon-chain:before {
    content: '\e816';
}

.raskroy__ser [class*=" icon-"]:before,
[class^=icon-]:before {
    font-family: mfsibir;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    text-decoration: none;
    border: none;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
}

.raskroy__ser .icon-chain {
    width: auto;
}

.price-list__ser {
    display: flex;
    width: auto;
    max-width: 300px;
    padding: 20px 20px 20px 5px;
}


.price-list__ser .icon-pricelist:before {
    font-size: 60px;
    color: #999;
}

.price-list__ser:after,
.price-list__ser:before {
    content: " ";
    display: table;
}

.price-list__ser .icon-pricelist:before {
    content: '\e817';
}

.price-list__ser .icon-pricelist {
    width: auto;
}

.price-list__ser [class*=" icon-"]:before,
[class^=icon-]:before {
    font-family: mfsibir;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    text-decoration: none;
    border: none;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
}

.price-list__ser a {
    font-size: 20px;
    font-weight: 700;
}

.raskroi_all_kromka {
    clear: both;
    font-size: 16px;
    font-weight: bold;
}

.kromka {
    cursor: pointer;
    font-weight: 600;
    padding: 5px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q0ZDRkNCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top, #fff 0, #d4d4d4 100%);
    background-image: -moz-linear-gradient(top, #fff 0, #d4d4d4 100%);
    background-image: -o-linear-gradient(top, #fff 0, #d4d4d4 100%);
    background-image: linear-gradient(to bottom, #fff 0, #d4d4d4 100%);
    color: #00a8df;
    margin-right: 10px;
}

.kromka.active {
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmQ0N2YiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmNTUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top, #ffd47f 0, #f50 100%);
    background-image: -moz-linear-gradient(top, #ffd47f 0, #f50 100%);
    background-image: -o-linear-gradient(top, #ffd47f 0, #f50 100%);
    background-image: linear-gradient(to bottom, #ffd47f 0, #f50 100%);
    -webkit-box-shadow: 1px 3px 20px rgba(255, 85, 0, .4);
    -moz-box-shadow: 1px 3px 20px rgba(255, 85, 0, .4);
    box-shadow: 1px 3px 20px rgba(255, 85, 0, .4);
}

.kromka_header {
    display: flex;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: end;
    margin-bottom: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
    max-width: 60%;
    justify-content: space-between;
}

.kromka_header h3 {
    margin: 0;
}

.detail .panel-body .borders .left span.disabled,
.detail .panel-body .borders .right span.disabled,
.detail .panel-body .borders .bottom span.disabled,
.detail .panel-body .borders .top span.disabled {
    pointer-events: none;
}

.timer_seminar {
    background-color: #F8F8F8;
    padding: 20px;
}

.timer_seminar_body {
    display: flex;
    column-gap: 15px;
}

.timer_seminar span {
    font-size: 50px;
    font-weight: bold;
}
.alert-blue{
    background: rgba(75, 165, 218, 0.2);
}

.region_wrapper .js_city_chooser {
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    padding: 2px 5px;
    position: relative;
    color: #000;
    background-color: #fff;
    border-radius: 5px;
}

.confirm_region {
    position: absolute;
    display: block;
    min-width: 270px;
    text-align: center;
    -moz-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
    z-index: 1002;
    background: #fff;
    border-radius: 4px;
    padding: 20px 29px 24px 29px;
    box-sizing: border-box;
    top: 35px;
    left: 0;
    box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.2);
    margin-left: -35px;
}
.io_wrapper{
    display: flex;
    grid-gap: 10px;
}
.confirm_region:before,
.confirm_region:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -19px;
    border: 10px solid transparent;
    border-bottom: 10px solid rgba(0, 0, 0, 0.05);
    margin-left: -10px;
}
.confirm_region:after {
    border-bottom: 10px solid white;
    top: -18px;
}

.confirm_region .title {
    font-size: 15px;
    color: #333;
}
.confirm_region .buttons {
    padding: 14px 0px 0px;
    white-space: nowrap;
}
.confirm_region .buttons > .btn {
    margin: 0px 4px;
}

@media (max-width: 991px) {
    .kromka_header {
        max-width: 100%;
        justify-content: start;
    }
    .confirm_region{
        margin-left: 0;
        left: 10px;
    }
}

@media (max-width: 600px) {
    .timer_seminar span {
        font-size: 40px;
    }
}