.item_reviews_container img {
    margin: 0 auto;
    width: 90px;
    border: 1px solid #DCCF73;
    border-radius: 50%;
}
.item_reviews_container {text-align: center;}



.item_reviews_container .slick-slide {
     margin: 0 16px;
    padding: 11px 16px;
    position: relative;
    height: inherit !important;
}
.item_reviews_container .slick-track
{
    display: flex !important;
}


/* Родительский элемент */
.item_reviews_container .slick-list {
   margin: 0 -16px;
}
.rname {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
    /* color: #2B2A29; */
}

.rgeo {
    font-style: italic;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    margin-top: 7px;
}

.rtext {
    margin-top: 10px;
       overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}

.fancybox-active .fancybox-bg {
    background: #1e1e1e;
}

.fancybox-active .fancybox-close-small:after {display:none;}
.fancybox-active .fancybox-content {padding:20px 30px;}
.rmore a {
    color: #2B2A29;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 25px;
    display: block;
}

.item_reviews {
    background: #F9F8A8;
}



.item_reviews_block {
    display: flex;
    align-items: center;
}

.item_reviews_block img {
    border: 1px solid #DCCF73;
    border-radius: 50%;
    width: 130px;
}

.frname {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0;
    margin-left: 20px;
}

.frgeo {
    font-style: italic;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    margin-top: 10px;
}

.frtext {
    font-size: 17px;
    font-weight: 400;
    margin-top: 10px;
}

.sfot {
max-width: 680px !important;
display: none;
}


.item_reviews_container .slick-dots {
list-style: none;
margin-top: 10px;
padding: 0;
list-style: none;
text-align: center;
}
.item_reviews_container .slick-dots li {
    margin: 7px;
    display: inline-block;
    border: 0;
    padding: 0;
    width: 13px;
    height: 13px;
    overflow: hidden;
}
.item_reviews_container .slick-dots li button {
    background: #cccccc;
    border-radius: 50%;
    text-indent: -999px;
    width: 13px;
    height: 13px;
    padding: 0;
    border: 0;
    display: block;
}

.item_reviews_container .slick-dots li.slick-active button{
background: #a3ea14!important;
}


.item_reviews_container .slick-next, .item_reviews_container .slick-prev {
    top: 50%;
    margin-top: -45px;
    font-size: 0;
    line-height: 45px;
    display: block;
    width: 45px;
    height: 45px;
    padding: 0;
    cursor: pointer;
    outline: none;
    position: absolute;
    text-align: center;
    z-index: 22;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: none;
    background: none;
}

.item_reviews_container button.slick-next:before {
    background: url(/img/next.svg) no-repeat;
    width: 45px;
    height: 45px;
    content: '';
    display: flex;
    background-size: 45px;
}

.item_reviews_container button.slick-prev:before {
    background: url(/img/prev.svg) no-repeat;
    width: 45px;
    height: 45px;
    content: '';
    display: flex;
    background-size: 45px;
}



.item_reviews_container .slick-prev {
    left: -20px;
}

.item_reviews_container .slick-next {
    right: -20px;
}

.url-adress {display: none}


.win-order .order-form .order-close {
width: 30px;
height: 22px;
}




/**/
.one_price table {
    border: 1px solid;
    border: 1px solid #000;
}

.one_price table td, .one_price table th {
    border: 1px solid black;
    padding: 10px;text-align: center;
    
}
.one_price table th {
font-weight: bold;
}

div.one_price p {
    font-style: italic;
    margin: 10px 0;
}



.one_price {
    margin: 20px 0;
}


@media only screen and (max-width:480px) {

.one_price table td, .one_price table th {padding:5px;font-size: 14px;}
}



.article_cart_container {
    display: flex;
    align-items: center;
}

.article_cart_descr {
    margin-left: 30px;
}

.more_btn a {
    background-color: #a3ea12;
    padding: 10px 25px;
    display: inline-block;
    font-weight: 500;
    border-radius: 10px;
    color: #2b2a29;
}

.more_btn {
    margin-top: 15px;
}

.article_cart_container a img {
    min-width: 150px;
    border-radius: 10px;
}

.article_cart h2 a, .article_cart h2 a:hover {
    color: #2b2a29;
    font-size: 30px;
}

.intro_text {
    color: #2b2a29;
    font-weight: 400;
}

.more_btn a:hover {
    /* text-decoration: underline; */
    opacity: .8;
}
.article_cart_container a:hover img {
    /* text-decoration: underline; */
    opacity: .9;
}
.article_cart h2 a:hover {
    opacity: .8;
}

.article_cart:not(:last-child) {
    margin-bottom: 35px;
    border-bottom: 1px solid #a3ea12;
    padding-bottom: 35px;
}

.article_container {
    margin-bottom: 30px;
}

body.page-template-page-blog, body.page-template-page-article {
    background-color: #f9f8a8;
}


.social img {
    max-width: 38px;
    width: 100%;
}

.social {
    display: flex;
    grid-gap: 15px;
}

.footer .widget .social a {
    margin: 0;
}

.article_container, .page-template-page-article .site-main {
    background: #fff;
    padding: 35px;
}


.hwhatsapp {
    /* position: absolute; */
    /* top: 0; */
    /* right: 0; */
    float: right;
    display: inline-block;
    display:none;
    margin: 15px 10px 3px 25px;
    font-weight: 500;
}
/*
.hwhatsapp img {
    width: 21px;
}
@media (min-width: 1200px) {
.header .container {
    width: 1024px;
}
.phone {
    margin: 15px 30px 3px 0;
}
}

@media only screen and (min-width:768px) {
nav ul li:hover .sub-menu {
    min-width: 190px;
    width: 100%;
}
}

@media only screen and (max-width:480px) {
.article_cart_container {
    flex-direction: column;
}

.article_cart_descr {
    margin: 30px 0 0;
}
.hwhatsapp img {
    width: 24px;
}

.hwhatsapp {
    margin-top: 10px;
    margin-right: 40px;
    margin-left: auto;
}

.hamburger {
    width: auto;
}

.languages {
    display: none;
}
}*/

a.wh_app img {
    max-width: 50px;
    width: 100%;
}

a.wh_app {
    position: fixed;
    right: 20px;
    bottom: 30px;z-index:9999;
}

.grecaptcha-badge {
    display: none !important;
}
@media only screen and (max-width:480px) {
a.wh_app img {
    max-width: 40px;
    }
    
a.wh_app {
    right: 5px;
    bottom: 70px;
}
}