.btn.btn-primary.btn-buy.btn-sm,
.btn.btn-default.btn-buy.btn-sm {
    background: #26ab55;
    border-color: #26ab55;
    padding: 0 10px;
    cursor: pointer;
    color:white;
}

.color {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 10px 10px 0;
    border: 1px solid #e7e7e7;
    border-radius: 2px;
    position: relative;
    background: white;
    cursor: pointer;
}
.color.color_c_white { background: white }
.color.color_c_green { background: green }
.color.color_c_red { background: red }
.color.color_c_blue { background: blue }

.color:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 2px;
    border: 2px solid #2dc964;
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
input.color-radio:checked + .color:before,
.color:hover:before {
    opacity: 1;
}


.ya-share2__container_size_m .ya-share2__icon.ya-share2__icon_more {
    border: 0;
    background: url("/local/templates/novolamp_new/css/../img/ic-share.svg") no-repeat 50% 50%/100%;
    width: 20px;
    height: 20px;
    opacity: 0.2;
}
.ya-share2__container_size_m .ya-share2__icon:before {
    display: none;
}
.ya-share2.ya-share2_inited {
    margin-left: auto;
}



.services-page.block {
    padding: 40px 0 70px
}

.services-page .wrap {
    border: 1px solid #eaecec;
    border-radius: 5px;
    overflow: hidden;
    padding-left: 0;
}

.services-page .wrap li {
    display: table;
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #eaecec
}

.services-page .wrap li:hover {
    background: #fcfcfc
}

.services-page .wrap li:last-child {
    border: 0
}

.services-page .wrap .image {
    display: table-cell;
    padding: 20px;
    width: 170px;
    max-width: 200px;
}
.services-page .wrap .text {
    display: table-cell;
    padding: 0 20px;
    vertical-align: middle
}

.services-page .text a {
    font-size: 20px;
    color: #5f89bd;
    text-decoration: none
}

.services-page .text a:hover {
    color: #4672a8
}

.services-page .text p {
    font-size: 14px;
    line-height: 24px;
    color: #434b50
}

@media (max-width: 600px) {
    .services-page .wrap .image {
        display:block;
        padding: 0
    }

    .services-page .wrap .text {
        display: block;
        padding: 10px 0 0
    }

    .services-page .wrap li {
        padding: 30px 20px
    }

    .services-page.block {
        padding: 20px 0 70px
    }
}


.how-buy .row-buy {
    font-size: 0;
    border-bottom: 1px solid #e4e6e7;
    padding-bottom: 30px;
    margin-bottom: 30px
}

.how-buy .row-buy .b-item {
    display: inline-block;
    width: 57%;
    vertical-align: top
}

.how-buy .row-buy .b-item.right {
    width: 43%
}

.how-buy .row-buy .num {
    font-size: 16px;
    line-height: 35px;
    font-family: HelveticaNeueCyr-Roman;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    background: #97d701;
    vertical-align: top
}

.how-buy .row-buy .info {
    display: inline-block;
    width: 70%;
    padding-left: 20px;
    vertical-align: top
}

.how-buy .row-buy .info h5,.how-buy .row-buy .info h6,.how-buy .row-buy .info p {
    font-size: 13px;
    line-height: 24px;
    margin: 0;
    color: #434b50
}

.how-buy .row-buy .info li {
    font-size: 13px;
    line-height: 24px;
    position: relative;
    color: #434b50;
    padding-left: 30px
}

.how-buy .row-buy .info li:after {
    position: absolute;
    top: 10px;
    left: 0;
    width: 14px;
    height: 1px;
    content: "";
    background: #434b50
}



.about-us.block {
    padding: 30px 0
}

.about-us .main {
    padding: 130px 50px;
    border-radius: 4px;
    background-size: cover
}

.about-us .main h2 {
    font-size: 30px;
    font-family: HelveticaNeueCyr-Roman;
    margin: 0;
    color: #fff;
    -webkit-text-shadow: 0 1px 1px rgba(0,0,0,.25);
    text-shadow: 0 1px 1px rgba(0,0,0,.25)
}

.about-us .main h3 {
    max-width: 480px
}

.about-us .main h3,.about-us .main h4 {
    font-size: 22px;
    line-height: 35px;
    font-family: HelveticaNeueCyr-Light;
    margin: 10px 0 0;
    color: #fff;
    -webkit-text-shadow: 0 1px 1px rgba(0,0,0,.25);
    text-shadow: 0 1px 1px rgba(0,0,0,.25)
}

.about-us .wrap-about-pr {
    font-size: 0;
    margin: 25px 0;
    border: 1px solid #e5e7e8;
    border-radius: 4px;
    border-bottom: 0;
    border-right: 0
}

.about-us .wrap-about-pr .title {
    border-bottom: 1px solid #e5e7e8;
    border-right: 1px solid #e5e7e8
}

.about-us .wrap-about-pr .title p {
    font-family: HelveticaNeueCyr-Medium;
    margin: 0;
    padding: 25px 35px;
    color: #434b50
}

.about-us .wrap-about-pr .item {
    position: relative;
    display: inline-block;
    width: 33.33%;
    vertical-align: top;
    min-height: 190px;
    border-bottom: 1px solid #e5e7e8;
    border-right: 1px solid #e5e7e8
}

.about-us .wrap-about-pr .item .num {
    font-size: 150px;
    font-family: HelveticaNeueCyr-Bold;
    color: rgba(255,203,66,.2);
    padding-left: 30px
}

.about-us .wrap-about-pr .item p {
    line-height: 22px;
    position: absolute;
    top: 50%;
    right: 40px;
    left: 50px;
    color: #434b50;
    transform: translateY(-50%)
}

.about-us .info-company {
    font-size: 0
}

.about-us .info-company .item {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: 20px
}

.about-us .info-company p {
    line-height: 24px;
    color: #434b50
}

.about-us .info-company .item:first-child {
    padding-right: 50px
}

.about-us .info-company .item.experience {
    width: 47%;
    padding: 25px 30px;
    border: 1px solid #e5e7e8;
    border-radius: 4px;
    margin-right: 3%;
    background: #f6f6f7
}

.about-us .info-company ul {
    font-size: 0;
    margin: 0
}

.about-us .info-company li {
    line-height: 22px;
    display: inline-block;
    width: 50%;
    color: #434b50;
    margin-bottom: 5px
}

.about-us .info-company h4 {
    line-height: 22px;
    font-family: HelveticaNeueCyr-Medium;
    margin: 0;
    color: #434b50;
    max-width: 360px;
    margin-bottom: 15px
}

.about-us .wrap-select-us {
    font-size: 0;
    padding: 45px 50px;
    border-radius: 4px;
    background: url(/local/templates/novolampa_adaptive/css/../images/about/bg.png) 50% no-repeat;
    background-size: cover;
    margin-top: 20px
}

.about-us .wrap-select-us h3 {
    font-size: 22px;
    line-height: 35px;
    font-family: HelveticaNeueCyr-Light;
    margin: 0 0 20px;
    text-align: center;
    color: #fff;
    -webkit-text-shadow: 0 1px 1px rgba(0,0,0,.25);
    text-shadow: 0 1px 1px rgba(0,0,0,.25)
}

.about-us .wrap-select-us .icon {
    line-height: 140px;
    height: 140px
}

.about-us .wrap-select-us p {
    font-size: 14px;
    line-height: 22px;
    font-family: HelveticaNeueCyr-Medium;
    margin: 30px 0 0;
    text-align: left;
    color: #fff;
    -webkit-text-shadow: 0 1px 1px rgba(0,0,0,.25);
    text-shadow: 0 1px 1px rgba(0,0,0,.25);
    max-width: 160px
}

.about-us .wrap-select-us .item {
    display: inline-block;
    width: 23%;
    vertical-align: top;
    margin-right: 2%;
    padding-left: 5%
}

.about-us .wrap-select-us .item:last-child {
    margin: 0;
    padding-left: 5%
}

.about-us .wrap-partners {
    margin: 40px 0
}

.about-us .wrap-partners h2 {
    font-size: 24px;
    font-family: HelveticaNeueCyr-Roman;
    margin: 0 0 30px;
    color: #434b50
}

.about-us .wrap-partners .item {
    display: table-cell;
    width: 50%;
    border: 1px solid #e5e7e8;
    border-radius: 3px;
    background: #f6f6f7
}

.wrap-parnters__item-more-wrap {
    width: 50%
}

.wrap-parnters__item-more {
    display: inline-block;
    line-height: 20px;
    height: 20px;
    padding: 0 20px
}

.about-us .row-p {
    display: table;
    width: 100%
}

.about-us .row-p .item {
    padding: 40px 55px
}

.about-us .row-p li {
    font-size: 14px;
    line-height: 24px;
    color: #434b50;
    margin-bottom: 5px
}

.about-us .row-p .link-p {
    font-size: 14px;
    line-height: 40px;
    font-family: HelveticaNeueCyr-Bold;
    display: table;
    height: 40px;
    margin: 20px 0;
    padding: 0 20px;
    color: #434b50;
    box-shadow: 0 0 4px rgba(0,0,0,.3);
    text-decoration: none;
    background: #fff
}

.about-us .row-p ul li {
    margin-bottom: 8px
}

.about-us .row-p ul a {
    font-size: 14px;
    line-height: 20px;
    font-family: HelveticaNeueCyr-Bold;
    display: table;
    color: #434b50;
    text-decoration: none
}

.bx-sls .bx-ui-sls-container {min-height: 54px}
.bx-sls .bx-ui-sls-fake, .bx-sls .bx-ui-sls-route {height: 54px}
.bx-sls .bx-ui-sls-clear {top:10px}
.bx-sls .dropdown-icon {top:20px;left:15px}
.bx-sls .dropdown-block {padding-left:40px}

.sale-profile-detail-link-list {
    position: absolute;
    top: 35px;
    width: calc(100% - 30px);
    text-align: right;
    display: block;
}
.sale-profile-detail-link-list a {
    display: inline-block;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 700;
    color: #2dc964;
}
.container {position: relative;}




/*
.popup-window {
    max-width: 535px;
    padding: 40px 48px 20px !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
    text-align: center;
    width: 100%;
}
.popup-window-close-icon:after {
    width: 16px;
    height: 16px;
    right: 20px;
    background: url(img/ic-close.svg) no-repeat 50% 50%/100% !important;
}
.popup-window-close-icon {margin: 5px}
.popup-window-titlebar-text {
    width: 100%;
    text-align: center;
    color: black;
    font-size: 28px;
    margin-top: 0;
    margin-bottom: .7em;
    font-family: "Futura New", sans-serif;
    font-weight: 700;
    letter-spacing: -.05em;
}
.popup-window-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.popup-window-buttons .btn {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    height: 54px;
    margin-bottom: 20px;
}

.popup-window-content img {
    margin-bottom: 10px;
}
*/

button:disabled,
button:disabled:hover {
    background-color: #f7f8fa;
    border-color: #f7f8fa;
    color: #000 !important;
    cursor: not-allowed;
}

.bx_ordercart_coupon {
    position: relative;
}
.bx_ordercart_coupon input {
    width: 100%;
    padding: 0 10px 0 0;
    margin: 5px 0;
    background: transparent;
    border:0;
}
.bx_ordercart_coupon .delete_coupon {
    position: absolute;
    width: 13px;
    height: 13px;
    right: 0;
    top: 7px;
    line-height: 1;
    background: url("/local/templates/novolamp_new/css/../img/ic-close.svg") no-repeat 50% 50%/100%;
    cursor: pointer;
}
.bx_ordercart_coupon .bx_ordercart_coupon_notes {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 3px;
}
.bx_ordercart_coupon.coupon_bad {
    color: red;
}

@media (min-width: 769px) {
    .recommended {
        height: 430px;
    }
}
@media (max-width: 769px) {
    .about-us .main {
        padding:80px 50px
    }

    .about-us .wrap-about-pr .item {
        width: 50%;
        min-height: 140px
    }

    .about-us .info-company .item {
        width: 100%
    }

    .about-us .info-company .item:first-child {
        padding-right: 0
    }

    .about-us .info-company .item.experience {
        width: 100%;
        margin-right: 0
    }

    .about-us .wrap-select-us .item {
        width: 50%;
        text-align: center;
        margin-right: 0;
        padding-left: 0
    }

    .about-us .wrap-select-us .item:last-child {
        margin: 0;
        padding-left: 0
    }

    .about-us .wrap-select-us .item p {
        margin: 25px auto;
        text-align: center;
        max-width: 170px
    }

    .about-us .row-p .item {
        padding: 40px 35px
    }
}

@media (max-width: 480px) {
    .about-us .main h2 {
        font-size:25px
    }

    .about-us .main h3 {
        font-size: 17px;
        line-height: 26px
    }

    .about-us .main {
        padding: 80px 30px
    }

    .about-us .wrap-about-pr .item {
        width: 100%;
        min-height: 130px
    }

    .about-us .wrap-about-pr .item .num {
        line-height: 160px
    }

    .about-us .wrap-about-pr .item p {
        max-width: 270px
    }

    .about-us .info-company li {
        display: block;
        width: 100%
    }

    .about-us .wrap-select-us .item img {
        max-width: 60%
    }

    .about-us .wrap-select-us {
        padding: 35px 20px
    }

    .about-us .wrap-select-us h3 {
        font-size: 20px
    }

    .about-us .row-p .item {
        display: block;
        width: 100%;
        padding: 40px 20px
    }
}

@media (max-width: 360px) {
    .about-us .wrap-select-us .item {
        width:100%
    }

    .about-us .main {
        padding: 80px 20px
    }

    .about-us .main h2 {
        font-size: 23px
    }
}


.hidden {
    display: none!important;
}

.item__availability{
    color: #2dc964;
    font-weight: bold;
}
.item__availability.notavail{
    color: #898989;
}

.header{
    z-index: 11 !important;
}

@media screen and (max-width: 400px){
    .order-delivery__price {
        margin-left: auto !important;
        text-align: right !important;
    }
    .popup-window{
        padding: 0 10px 10px !important;
    }
    .btn{
        font-size:16px !important;
    }
    .popup-window-titlebar-text{
        font-size: 26px !important;
    }
}
.cart-aside.js-fixed-aside--fixed-bottom{
    /*right: 0 !important;*/
}


@media screen and (min-width: 768px) {
    .banner-md{
        display:block;
    }
    .banner-xs{
        display:none !important;
    }

}
@media screen and (max-width: 767px) {
    .banner-md{
        display:none !important;
    }
    .banner-xs{
        display:block;
    }
    .order-delivery__price{
        margin-left: 0 !important;
        text-align: right !important;
    }
}
.recommended.item-cards {
    height:552px !important;
}
.recommended .slick-track{
    display: flex;
    flex-flow: row wrap;
}

    .recommended .item{
        display: flex !important;
        flex-direction: column;
    }
        .recommended .item .item__footer{
            height: 100%;
        }
    .recommended .slick-track .slick-slide{
        float: unset;
        height:auto !important;
    }
    .recommended .slick-track .slick-slide > div{
        height: 100%;
        display: flex;
    }
.recommended.slick-slider.slick-initialized{
}

.main-nav{
    margin-left: 26px !important;
}
.order-delivery.selected{
    border-color: #2dc964;
}

.product-buttons-extra {
    margin-top: 15px;
}

.product-buttons-extra .btn.btn--product-extra {
    margin-top: 4px;
    color: #6a6a6a;
    height: 42px;
    font-weight: 400;
    border-width: 0;
    justify-content: flex-start;
    background-color: #effff5;
    padding-left: 15px;
}

.product-buttons-extra .btn.btn--product-extra:hover {
    background-color: #2dc964;
    color: #fff;
}

.header__top .tel-link {
    font-size: 14px;
    margin: 0 0 0 auto;
}

.header__top .tel-link:empty {
    display: none;
}

.card-sidebar .btn.mp-link {
    justify-content: start;
    padding-left: 10px;
    margin-top: 10px;
    height: 42px;
}

.mp-link--ozon {
    border-color: #015cfe;
    color: #015cfe;
}

.mp-link--ozon::before {
    content: ' ';
    display: inline-block;
    background: url('./img/icons/ozon-icon.webp') no-repeat center;
    background-size: contain;
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.mp-link--ozon:hover {
    border-color: #0050e0;
    color: #0050e0;
}

.mp-link--yandex {
    border-color: #fc0;
    color: #fc0;
}

.mp-link--yandex::before {
    content: ' ';
    display: inline-block;
    background: url('./img/icons/market_new2.svg') no-repeat center;
    background-size: contain;
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.mp-link--yandex:hover {
    border-color: #f5c400;
    color: #f5c400;
}

.seo-blocks-heading {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
    overflow: auto;
    text-wrap: nowrap;
}

.seo-blocks {
    padding-left: 30px;
    padding-right: 30px;
}

.seo-blocks-heading a {
    text-decoration: underline;
    font-size: 16px;
}

.seo-blocks p {
    margin-bottom: 1rem;
}

.seo-blocks p > a {
    text-decoration: underline;
}

.fancybox__backdrop {
    --fancybox-bg: rgb(255 255 255 / 92%);
}

.text-green {
    color: #2dc964;
}

.contacts-flex-wrap {
    flex-wrap: nowrap;
}

.contacts-row {
    display: flex;
    gap: 30px;
}

.contacts-col-left {
    width: 500px;
}

.contacts-col-right {
    width: calc(100% - 500px);
}

.contacts-row-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contacts-row-list-item {
    background-color: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 0 4px 0px #0000002b;
    display: flex;
    gap: 15px;
}

.contacts-row-list-item > a {
    border: 3px solid transparent;
    border-radius: 8px;
}

.contacts-row-list-item > a:hover {
    border-color: #2dc964;
}

.contacts-row-list-item img {
    min-width: 136px;
    width: 136px;
    height: 148px;
    object-fit: cover;
    border-radius: 3px;
}

.contacts-row-heading {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}

.contacts-row-list-item__heading {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.contacts-row-list-item__address {
    margin-bottom: 5px;
}

.contacts-row-list-item .btn {
    padding-left: 15px;
    padding-right: 15px;
    height: 34px;
    margin-top: 10px;
}

.contacts-bg {
    padding-top: 30px;
}

.contacts-block {
    margin-top: 30px;
    margin-bottom: 30px;
}

.contacts-col-right .map {
    border-radius: 8px;
    box-shadow: 0 0 4px 0px #0000002b;
}

.contacts-info .contacts-flex-wrap {
    margin-top: 30px;
}

.contacts-block {
    margin-bottom: 60px;
}

.item__data {
    flex-direction: column;
    align-items: flex-start;
}

.item__code {
    display: flex;
    margin-bottom: 4px;
}

.item__code > span {
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    max-width: 170px;
    margin-left: 3px;
}

.virtual-tour-link {
    display: block;
    margin-top: 10px;
    color: #2dc964;
    font-weight: 600;
}

.virtual-tour-link:hover {
    text-decoration: underline;
}

@media screen and (min-width: 1200px) {
    .card-page .card {
        display: block;
        clear: both;
    }
    .card-descr, .card-data {
        float: left;
        margin-top: initial;
        max-width: calc(100% - 370px);
        width: 100%;
    }
    .card-page .card .card-slider, .card-page .card .card-info {
        float: left;
    }
    .card-page .card .card-slider {
        margin-bottom: 60px;
    }
    .card-page .card .card-sidebar {
        float: right;
    }
    .card-data li {

        min-width: 326px;

    }
    .card .konsultation-banner__contact-with-us {
        font-size: 15px;
    }
    .item-cards .item .item__sidebar {
        display: none;
    }
    .item-cards .item:hover .item__sidebar {
        display: block;
    }
    .item-cards .item:not(.konsultation-banner):hover {
        margin-bottom: -74px;
    }
}


@media (min-width: 1860px) {
    #body .container {
        max-width: 1830px;
    }
    #body .page .catalog-result.item-cards .item {
        width: -webkit-calc(100% / 6);
        width: calc(100% / 6);
    }
    #body .header__middle .search {
        width: 860px;
    }
    #body .header__middle.search-focused .search {
        width: 1048px;
    }
    .kvad-product-page-aside {
        margin-left: 30px;
    }
    .kvad-product-page-aside .action-blocks {
        flex-direction: column-reverse;
        margin-top: 0;
    }
    .kvad-product-page-aside .action-block--consultation, .kvad-product-page-aside .action-block--estimate {
        max-width: 100%;
        margin-right: 0;
        margin-top: 15px;
    }
    .choose-led-strip-block {
        width: 100%;
    }
    .card-bottom .choose-led-strip-block {
        display: none;
    }
    .kvad-product-page .product-tabs {
        max-width: 100%;
    }
    .kvad-product-page > .action-blocks {
        display: none;
    }
}

@media (max-width: 1860px) {
    .contacts-info .f-row {
        max-width: 100%;
    }
}

@media (max-width: 1200px) {
    .contacts-flex-wrap {
        flex-wrap: wrap;
    }
    .contacts-flex-wrap b > br {
        display: none;
    }
}

@media (max-width: 992px) {
    .contacts-row {
        flex-direction: column;
    }
    .contacts-col-left {
        width: 100%;
    }
    .contacts-col-right {
        width: 100%;
    }
    .contacts-row-list {
        flex-direction: row;
    }
    .contacts-row-list-item {
        width: 50%;
    }
    .contacts-row-list-item__heading {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .contacts-row-list {
        flex-direction: column;
    }
    .contacts-row-list-item {
        width: 100%;
    }
    .contacts-row-list-item__heading {
        font-size: 18px;
    }
    .item__code > span {
        max-width: 120px;
    }
    .catalog-result.item-cards .item__data {
        text-align: left;
    }
}