.social-button {
    transition: all 0.4s;
    position: fixed;
    right: 25px;
    bottom: 60px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    background-color: #f6ac38;
    color: #fff;
    font-size: 24px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.22);
    cursor: pointer;
    transition-delay: 1s;
    z-index: 1000;
}

.social-button-open {
    transition-delay: 0s;
    bottom: 85px;
    color: black;
    background-color: #ffffff;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.28), 0 4px 15px 0 rgba(0, 0, 0, 0.25);
}

.social-button .social-point {
    transition: all 0.4s;
    opacity: 0;
    width: 0px;
    height: 0px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.22);
    cursor: pointer;
    visibility: hidden;
}

.social-button .social-point:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.28), 0 4px 15px 0 rgba(0, 0, 0, 0.25);
}

.social-button .social-point:nth-child(2) {
    transition-delay: 0.3s;
    position: absolute;
    right: 50px;
    bottom: 50px;
    background-color: #3c4152;
}

.social-button .social-point:nth-child(3) {
    transition-delay: 0.4s;
    position: absolute;
    right: 50px;
    bottom: 50px;
    background-color: #DC4E41;
}

.social-button .social-point:nth-child(4) {
    transition-delay: 0.5s;
    position: absolute;
    right: 50px;
    bottom: 50px;
    background-color: #1da1f2;
}

.social-button .social-point:nth-child(5) {
    transition-delay: 0.6s;
    position: absolute;
    right: 50px;
    bottom: 50px;
    background-color: #49a942;
}

.social-button .social-point:nth-child(6) {
    transition-delay: 0.7s;
    position: absolute;
    right: 50px;
    bottom: 50px;
    background-color: #3b5998;
}

.social-button-open .social-point-open {
    opacity: 1;
    width: 50px;
    height: 50px;
    visibility: visible;
}

.social-button-open .social-point-open:nth-child(2) {
    right: 5px;
    bottom: 80px;
}

.social-button-open .social-point-open:nth-child(2):hover {
    transition-delay: 0s;
    background-color: #1EA551;
}

.social-button-open .social-point-open:nth-child(3) {
    right: 65px;
    bottom: 65px;
}

.social-button-open .social-point-open:nth-child(3):hover {
    transition-delay: 0s;
    background-color: #B14237;
}

.social-button-open .social-point-open:nth-child(4) {
    right: 80px;
    bottom: 5px;
}

.social-button-open .social-point-open:nth-child(4):hover {
    transition-delay: 0s;
    background-color: #1980BF;
}

.social-button-open .social-point-open:nth-child(5) {
    right: 65px;
    bottom: -65px;
}

.social-button-open .social-point-open:nth-child(5):hover {
    transition-delay: 0s;
    background-color: #3D8937;
}

.social-button-open .social-point-open:nth-child(6) {
    right: 5px;
    bottom: -80px;
}

.social-button-open .social-point-open:nth-child(6):hover {
    transition-delay: 0s;
    background-color: #2F4575;
}

.social-point i {
    position: relative;
    top: 3px;
}



.menulog {
    display: none
}

.menu {
    text-align: center;
    padding: 8px 0;
    background: #ececec;

}

.menu__links-item img {
    vertical-align: middle;
}

.menu__icon {
    display: none;
    width: 45px;
    height: 35px;
    position: relative;
    cursor: pointer;
}

.menu__icon span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #333333;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.menu__icon span:nth-child(1) {
    top: 0px;
}

.menu__icon span:nth-child(2),
.menu__icon span:nth-child(3) {
    top: 13px;
}

.menu__icon span:nth-child(4) {
    top: 26px;
}

.menu__links-item {
    display: inline-block;
    color: #333333;
    font-family: Arial;
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px;
    text-transform: uppercase;
    text-decoration: none;
}

.menu__links-item:hover {
    text-decoration: underline;
}

.menu.menu_state_open .menu__icon span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.menu.menu_state_open .menu__icon span:nth-child(2) {
    transform: rotate(45deg);
    background: #fff;
}

.menu.menu_state_open .menu__icon span:nth-child(3) {
    transform: rotate(-45deg);
    background: #fff;
}

.menu.menu_state_open .menu__icon span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.menu.menu_state_open .menu__links {
    display: block;
}

@media screen and (max-width: 999px) {
    .menulog {
        width: 100%;
        max-width: 55px;
        margin-left: 8px;
        margin-top: 0px;
        display: block
    }

    .menu {
        text-align: right;
        padding-top: 10px;
        padding-right: 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .menu__icon {
        display: inline-block;
        z-index: 900;
    }

    .menu__links {
        position: fixed;
        display: none;
        top: 0;
        right: 0;
        left: 0;
        height: 100%;
        padding-top: 50px;
        background-color: rgba(0, 0, 0, 0.9);
        z-index: 100;
        overflow: auto;
    }

    .menu__links-item {
        display: block;
        padding: 10px 0;
        text-align: center;
        color: #ffffff;
        font-size: 24px;
        line-height: 45px;
    }

    .menu__links-item-mob {
        display: none;
    }

}


/* new */
.gallery {
    width: 100%;
    max-width: 620px;
    
    
}

.gallery-slider {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
}

.gallery-slider .swiper-slide {
    width: auto;
    height: 478px;
}

.gallery-slider .swiper-slide img {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
}

.gallery-thumbs {
    width: 100%;
    padding: 0;
    overflow: hidden;
    margin-bottom:50px;
}

.gallery-thumbs .swiper-slide {
    width: 150px;
    height: 150px;
    text-align: center;
    overflow: hidden;
    opacity: 0.5;
}

.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

.gallery-thumbs .swiper-slide img {
    width: auto;
    height: 100%;
}

.swiper-button-prev,
.swiper-button-next {
    color: #e89e2c;
}

.price {
    z-index: 10;
    margin: -46px auto 10px;
}


.offer .bullet .pic {
    z-index: 1;
}

.offer .main-title {
    text-decoration: none;
    display: block;
}

/* end new */

#popup_banner {
    position: fixed;
    bottom: 50px;
    background: #ffffffbf;
    font-family: Lato, sans-serif;
    z-index: 1000;
    left: -400px;
    width: 74%;
    transition: transform 1000ms ease-in-out;
    max-width: 360px;
    border-radius: 10px;
    box-shadow: 0px 0px 27px 0px rgb(0 0 0 / 75%);
}

#popup_banner div.bann_in {
    display: flex;
    text-decoration: none;
    flex-direction: row;
    flex-wrap: nowrap;
    max-height: 125px;
    justify-content: center;
    align-content: center;
}

#popup_banner img.bann_img {
    width: 120px;
    height: 120px;
    padding: 6px;
}

.p_b_box {
    text-align: center;
    margin-top: 11px;
    text-transform: uppercase;
    font-size: 19px;
    letter-spacing: 0px;
    margin-right: 10px;
    color: black;
}

.p_b_box h4 {
    color: #000000;
    margin-left: -7px;
    font-weight: 700;
    margin-bottom: 8px;
}

.p_b_box span {
    font-size: 14px;
    font-weight: 700;
}

.bann_close {
    z-index: 1000;
    width: 25px;
    height: 25px;
    position: absolute;
    right: -10px;
    border-radius: 22px;
    top: -10px;
    cursor: pointer;
    background: #ffffffbf;
}

.online-visitors-widget {
    position: fixed;
    top: 175px;
    left: 10px;

    z-index: 999;
}

.online-visitors-widget .online-visitors-widget__item {
    border-radius: 20px;
    padding: 10px;
    -webkit-box-shadow: 0 0 16px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 0 16px 0 rgb(0 0 0 / 15%);
    position: relative;
    box-shadow: 0px 0px 27px 0px rgb(0 0 0 / 75%);

}

.online-visitors-widget>div:first-child {
    margin-bottom: 15px;
}

.online-visitors-widget.online-visitors-widget_light .online-visitors-widget__item {
    background: #ffffffbf;
    color: black;
    font-weight: 700;
    font-size: 14px;
}

.online-visitors-widget.online-visitors-widget_light .online-visitors-widget__item:last-child:before {
    content: '';
    display: block;
    background: url("https://wall-light.shop-home.of.by/files/n/nad-dan/street/files/css/images/cart.png"/*tpa=https://kiva95k.ukr-online.store/css/images/cart.png*/) no-repeat 0 0 / contain;
    width: 30px;
    height: 28px;
    position: absolute;
    left: 12px;
    bottom: 12px;
}

.online-visitors-widget .online-visitors-widget__item .online-visitors-widget__title {
    margin-bottom: 8px;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: .2px;
}

.online-visitors-widget .online-visitors-widget__item b {
    font-weight: 700;
    font-size: 24px;
    color: black;
    padding-left: 44px;
    padding-right: 7px;
}

.social-button {
    -webkit-animation: pulse 1.6s infinite;
    animation: pulse 1.6s infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(246, 172, 56, 0.6);
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(246, 172, 56, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(246, 172, 56, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(246, 172, 56, 0.8);
        box-shadow: 0 0 0 0 rgba(246, 172, 56, 0.8);
    }

    70% {
        -moz-box-shadow: 0 0 0 20px rgba(246, 172, 56, 0);
        box-shadow: 0 0 0 20px rgba(246, 172, 56, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(246, 172, 56, 0);
        box-shadow: 0 0 0 0 rgba(246, 172, 56, 0);
    }
}

.offer .main-title{
    font-size: 30px;
}

.offer-timer-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    margin-bottom: 10px;
    border: 2px solid #e99e2d;
    width: min-content;
    margin: 0 auto;
    padding: 15px;
    border-radius: 4px;
}

.offer-timer-container p{
    text-align: center;
}

.timer{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0px;
}

.timer_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px 15px;
}

.timer .count{
    padding: 10px;
    border-radius: 4px;
    background-color: #e99e2d;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}

.offer .order_form{
    /* padding-top: 5px; */
}

/* colors */


   
   .offer_section .order_form ul {
     list-style-type: none;
   }
   
   .offer_section .order_form li {
     display: inline-block;
   }
   
   .offer_section .order_form input[type="radio"][id^="colorbox"] {
     display: none;
   }
   
   .offer_section .order_form label {
     display: block;
     position: relative;
     cursor: pointer;
     border: 1px solid #bbb;
     padding: 6px;
     -webkit-border-radius: 12px;
     -moz-border-radius: 12px;
     border-radius: 12px;
   }
   
   .offer_section .order_form label:before {
     display: block;
     position: absolute;
     top: -5px;
     left: -5px;
     width: 25px;
     height: 25px;
     text-align: center;
     line-height: 28px;
     transition-duration: 0.4s;
     transform: scale(0);
     background: url("../img/check.png") no-repeat;
     z-index: 99;
   }
   
   .offer_section .order_form label img {
     display: block;
     -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
     border-radius: 6px;
     transition-duration: 0.2s;
     transform-origin: 50% 50%;
     width: 168px;
   }
   
   .offer_section .order_form :checked + label {
     border-color: #64bd0d;
   }
   
   .offer_section .order_form :checked + label:before {
     content: "";
     background-color: none;
     transform: scale(1);
   }
   
   .offer_section .order_form :checked + label img {
     transform: scale(0.95);
     z-index: -1;
   }
.button_block {
	position: relative;
}

.button_block:after {
	display: block;
	content: '';
	width: 100%;
	height: 22px;
	background: url(../img/button__shadow.png) center no-repeat;
	position: absolute;
	bottom: -10px;
	left: 0;
    
}
.button_block{
    padding-bottom: 50px;
}
.offer-timer-container{
    
    margin-bottom:15px;
    
    
}
.button_complect{
    padding-top:15px;
}

   