.loading:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 5px;
  border-radius: 50%;
  border: 2px solid #000;
  border-color: #000 transparent #000 transparent;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.benefit_item {
    margin: 35px;
    padding: 20px;
    border: 2px solid #ED5D2C;
    box-shadow: 4px 5px 20px 0px #a5a5a5;
    border-radius: 15px;
    color: #1e1e1e;
}
.benefit_item .text_block {
    text-align: center;
    color: #000000;
}
.benefit_item h4 {
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    margin: 10px 0;
}

        .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;
            margin: 0px auto;
        }

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

        .gallery-slider .swiper-slide {
            width: auto;
            /*height: 478px;*/
            height: 100%;
        }

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

        .gallery-thumbs {
            width: 100%;
            padding: 0;
            overflow: hidden;
        }

        .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 !important; 
        }

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


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

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

    .title-block {
    position: fixed;
    z-index: 9990;
    width: 480px;
    height: 64px;
    top: 0;
    left: 50%;
    margin: 0 0 0 -240px;
    padding: 12px 20px;
    background: #ffffffed;
}

.title-block>span {
    display: inline-block;
    margin: 9px 0 0;
    font-family: "Pattaya", Helvetica, Arial, sans-serif;
    font-size: 27px;
    font-weight: 400;
}

.title-block>a {
    display: inline-block;
    float: right;
    padding: 6px 25px 7px;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.3px;
    border-radius: 30px;
    background: #ED5D2C;
    border-bottom: 1px solid #80541f;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.price_block {
    background: #fff;
    text-align: center;
}
.price_item {
    float: left;
    padding: 16px 0 0;
    width: 170px;
    height: 80px;
}
.price_item.new {
    background: #D6E3DC;
    color: #000000;
}
.price_item .text {
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 14px;
}
.price_item .value {
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
}
.price_item.old .value {
    text-decoration: line-through;
}
.discount_block {
    float: left;
    padding: 12px 0 0;
    width: 140px;
    height: 80px;
    background: #ffd800;
    position: relative;
}
.discount_block:before, 
.discount_block:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
}
.discount_block:before {
    border-top: 40px solid #ffd800;
    border-bottom: 40px solid #ffd800;
    border-left: 20px solid #fff;
    left: -10px;
}
.discount_block:after {
    border-top: 40px solid #149cc7;
    border-bottom: 40px solid #149cc7;
    border-left: 20px solid #ffd800;
    right: -10px;
}
.discount_block .text {
    margin: 0 0 5px;
    line-height: 16px;
    letter-spacing: 2px;
}
.discount_block .value {
    font-weight: 700;
    font-size: 34px;
    line-height: 34px;
}
.price_block {
    margin: 0px 0 -25px;
    height: 126px;
    background: url(http://watr.rffdgff4.fun/files/images/3xfxzlvp.png) center no-repeat;
    text-align: center;
    position: relative;
}
.price_item {
    float: left;
    padding: 40px 0 0;
    width: 170px;
}
.price_item .text {
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
}
.price_item .value {
    font-size: 34px;
    line-height: 34px;
}
.price_item.old .value {
    text-decoration: line-through;
}
.price_item.new .value {
    font-weight: 700;
}
.discount_block {
    float: left;
    padding: 33px 0 0;
    width: 140px;
    font-weight: 700;
    color: #fff;
}
.discount_block .text {
    margin: 0 0 5px;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 2px;
}
.discount_block .value {
    font-size: 40px;
    line-height: 40px;
}
/*.price_block {*/
/*  border-bottom: 1px solid #e6e6e6;*/
/*}*/
.price_item {
    color: #000000;
    background-color: #D6E3DC;
    float: left;
    padding: 20px 0 0;
    width: 50%;
    height: 90px;
    border-right: 1px solid #D6E3DC;
    text-align: center;
}
.price_item:last-child {
    border: none;
}
.price_item .text {
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 14px;
}
.price_item.new .text {
    margin: 0 0 8px;
}
.price_item.new .text span {
    padding: 2px 5px 3px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #ff2020;
    color: white;
}
.price_item.old .value {
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    text-decoration: line-through;
}
.price_item.new .value {
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
}

        #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: 330px;

            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(../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);
            }
        }

