.site_body,
html {
    position: relative
}

.cls,
.range-slider:after {
    clear: both
}

#stage>.gallery,
.stars-old span {
    white-space: nowrap
}

@font-face {
    font-family: 'BPG Arial Caps';
    src: url(../fonts/BPGMrgvlovaniCaps2010/BPGMrgvlovaniCaps2010d41d.eot?#iefix) format('embedded-opentype'), url(../fonts/BPGMrgvlovaniCaps2010/BPGMrgvlovaniCaps2010.woff) format('woff'), url(../fonts/BPGMrgvlovaniCaps2010/BPGMrgvlovaniCaps2010.ttf) format('truetype'), url(../fonts/BPGMrgvlovaniCaps2010/BPGMrgvlovaniCaps2010.svg#BPGMrgvlovaniCaps2010) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'ArchyEDT';
    src: url(../fonts/archyedt-thin-webfont.eot);
    src: url(../fonts/archyedt-thin-webfontd41d.eot?#iefix) format('embedded-opentype'), url(../fonts/archyedt-thin-webfont.woff2) format('woff2'), url(../fonts/archyedt-thin-webfont.woff) format('woff'), url(../fonts/archyedt-thin-webfont.ttf) format('truetype'), url(../fonts/archyedt-thin-webfont.svg#archyedt-thinregular) format('svg')
}

@font-face {
    font-family: 'ArchyEDT-Bold';
    src: url(../fonts/archyedt-bold-webfont.eot);
    src: url(../fonts/archyedt-bold-webfontd41d.eot?#iefix) format('embedded-opentype'), url(../fonts/archyedt-bold-webfont.woff2) format('woff2'), url(../fonts/archyedt-bold-webfont.woff) format('woff'), url(../fonts/archyedt-bold-webfont.ttf) format('truetype'), url(../fonts/archyedt-bold-webfont.svg#archyedt-bold) format('svg')
}

@font-face {
    font-family: 'BPGMrgvlovaniCaps2010';
    src: url(../fonts/BPGMrgvlovaniCaps2010/BPGMrgvlovaniCaps2010d41d.eot?#iefix) format('embedded-opentype'), url(../fonts/BPGMrgvlovaniCaps2010/BPGMrgvlovaniCaps2010.woff) format('woff'), url(../fonts/BPGMrgvlovaniCaps2010/BPGMrgvlovaniCaps2010.ttf) format('truetype'), url(../fonts/BPGMrgvlovaniCaps2010/BPGMrgvlovaniCaps2010.svg#BPGMrgvlovaniCaps2010) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'BPG Arial';
    src: url(../fonts/bpg_arial/BPG_Ariald41d.eot?#iefix) format('embedded-opentype'), url(../fonts/bpg_arial/BPGArial2010.woff) format('woff'), url(../fonts/bpg_arial/BPGArial2010.ttf) format('truetype'), url(../fonts/bpg_arial/bpg_arial.svg#bpg_arial) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'BPG Sans';
    src: url(../fonts/bpg-sans-webfont.eot);
    src: url(../fonts/bpg-sans-webfontd41d.eot?#iefix) format('embedded-opentype'), url(../fonts/bpg-sans-webfont.woff2) format('woff2'), url(../fonts/bpg-sans-webfont.woff) format('woff'), url(../fonts/bpg-sans-webfont.ttf) format('truetype'), url(../fonts/bpg-sans-webfont.svg#bpg_sansregular) format('svg')
}

@font-face {
    font-family: 'G_Iliann';
    src: url('../fonts/G_Iliann.html');
    src: local('☺'), url('../fonts/G_Iliann.woff') format('woff'), url('../fonts/G_Iliann.ttf') format('truetype'), url('../fonts/G_Iliann.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: '_bpg_gelregular';
    src: url('../fonts/bpg_gel_v2-webfont.woff2') format('woff2'),
        url('../fonts/bpg_gel_v2-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html {
    min-height: 100%
}

.site_body {
    margin-bottom: 280px
}

p {
    font-family: 'BPG Arial'
}
body
{
    margin: 0px !important;
    padding: 0px !important;
	background: url();
	background-color:rgba(245, 240, 240, 0.1);
}
#progress {
    position: fixed;
    z-index: 2147483647;
    top: 0;
    width: 0;
    height: 6px;
    background: #900;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -moz-transition: width .5s ease-out, opacity .4s linear;
    -ms-transition: width .5s ease-out, opacity .4s linear;
    -o-transition: width .5s ease-out, opacity .4s linear;
    -webkit-transition: width .5s ease-out, opacity .4s linear;
    transition: width .5s ease-out, opacity .4s linear
}

#progress.done {
    opacity: 1
}

#progress dd,
#progress dt {
    position: absolute;
    top: 0;
    height: 6px;
    -moz-box-shadow: #b91f1f 1px 0 6px 1px;
    -ms-box-shadow: #b91f1f 1px 0 6px 1px;
    -webkit-box-shadow: #b91f1f 1px 0 6px 1px;
    box-shadow: #b91f1f 1px 0 6px 1px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%
}

#progress dd {
    opacity: 1;
    width: 20px;
    right: 0;
    clip: rect(-6px, 22px, 14px, 10px)
}

#progress dt {
    opacity: 1;
    width: 180px;
    right: -80px;
    clip: rect(-6px, 90px, 14px, -6px)
}

@-moz-keyframes pulse {
    100%,
    30% {
        opacity: 1
    }
    60% {
        opacity: 0
    }
}

@-ms-keyframes pulse {
    100%,
    30% {
        opacity: .6
    }
    60% {
        opacity: 0
    }
}

@-o-keyframes pulse {
    100%,
    30% {
        opacity: 1
    }
    60% {
        opacity: 0
    }
}

@-webkit-keyframes pulse {
    100%,
    30% {
        opacity: .6
    }
    60% {
        opacity: 0
    }
}

@keyframes pulse {
    100%,
    30% {
        opacity: 1
    }
    60% {
        opacity: 0
    }
}

#progress.waiting dd,
#progress.waiting dt {
    -moz-animation: pulse 2s ease-out 0s infinite;
    -ms-animation: pulse 2s ease-out 0s infinite;
    -o-animation: pulse 2s ease-out 0s infinite;
    -webkit-animation: pulse 2s ease-out 0s infinite;
    animation: pulse 2s ease-out 0s infinite
}

:focus {
    outline: 0!important
}

a {
    font-size: 12px;
    color: #2a2a2a
}

.comments_title_in,
.make_comment_question_in a {
    font-size: 14px;
    font-family: 'BPG Arial';
    color: #3b3b3b
}

header {
    padding-bottom:10px
}

.head_bg {
    background-color: #951502;
    height: 5px;
    margin-bottom: 22px;
}

.comments_title_in {
    padding-left: 10px;
    padding-bottom: 8px
}

.make_comment_question_in a {
    padding-right: 10px;
    text-decoration: none
}

.allnewsblock a,
.newblocktitle {
    font-family: 'BPG Arial Caps'
}

.make_comment_question {
    float: right!important;
    width: auto
}

.title_row {
    padding: 0 10px
}

.title_block_border {
    border-bottom: 1px solid #dfdfdd
}

.title_block_bd {
    padding: 0 23px
}

.ads,
.newsblock_page_in {
    padding-bottom: 25px
}

.newsblock {
    border-top: 2px solid #a4a4a4;
    padding-top: 10px
}

.newsblock_page_in {
    border-top: 2px solid #9d9d9d
}

.newsblockin_page_in {
    background: url(../images/linebot_2.html) left top no-repeat;
    padding-top: 3px
}

.allnewsblock a {
    color: #d9d9d9;
    font-size: 15px;
    text-decoration: none;
    line-height: 43px
}

.newblocktitle {
    font-size: 18px;
    color: #474747
}

.newsblock_title {
    background: url(../img/title_line.png) left bottom no-repeat;
    padding-bottom: 5px;
    padding-top: 14px
}

.newsblockimage1 {
    padding-bottom: 10px
}

.newsblockimage1 img {
    width: 95%;
    cursor: pointer
}

.newsblockdescription1 {
    max-height: 114px;
    line-height: 1.5em;
    overflow: hidden;
    width: 95%
}

@media(max-width:1024px) {
    .newsblockdescription1 {
        max-height: 114px;
        line-height: 16px;
        overflow: hidden
    }
}

.newsblockdescription1 p {
    font-family: 'BPG Arial';
    font-size: 14px;
    color: #3b3b3b;
    overflow: hidden
}

.newsblocktitle1 a {
    font-size: 14px;
    font-family: 'BPG Arial Caps';
    color: #2a2a2a;
    text-decoration: none
}

.left_block_item_title a:hover,
.newsblocktitle1 a:hover {
    color: #900
}

.newsblocktitle1 {
    max-height: 34px;
    overflow: hidden;
    line-height: 1.3em;
    max-width: 92%;
    margin-bottom: 8px
}

.newsblockitem_main_page {
    min-height: 240px!important
}

.newsblockdate1 {
    font-size: 11px;
    font-family: 'BPG Arial';
    color: rgba(59, 59, 59, .52);
    padding-top: 35px
}

.newsblockdate1:hover {
    color: #960000
}

.slide_item_desc a,
.slide_item_title a {
    color: #fff;
    text-decoration: none
}

.newsblockcol {
    padding: 0 0 10px
}

.page_in_item {
    margin-left: -15px;
    margin-right: -15px
}

.newsblockcol_slide .newsblockitem2_slide:first-child {
    margin-top: 0
}

.newsblockitem2_slide {
    margin: 5px 0 0;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #fff;
    border-right: 1px solid #dfdfdd;
    border-bottom: 1px solid #dfdfdd;
    min-height: 90px
}

.slide_left img {
    width: 100%;
    height: 373px
}

.slide_item_desc,
.slide_item_title {
    width: 95%;
    float: right;
    padding-top: 10px
}

.slide_item_title a {
    font-size: 19px;
    font-family: ArchyEDT-Bold;
    opacity: .8
}

.newsblockdescription2 p,
.slide_item_desc a {
    font-family: 'BPG Arial';
    font-size: 13px
}

.slide_item_desc {
    background: url(../images/slide_title_bg.html) left top no-repeat;
    margin-top: 10px
}

.newsblockitem2in,
.newsblockitem3in {
    margin: 0
}

.slide_left {
    padding-right: 0;
    position: relative
}

.slide_right {
    padding-left: 0!important
}

.newsblockcol .newsblockitem2:first-child {
    margin-top: 0
}

.newsblockimage2 {
    width: 190px;
    float: left
}

.newsblockimage2_slide {
    width: 40%;
    float: left
}

.newsblockimage2_slide img {
    width: 95%
}

.newsblocktitle2 {
    width: 66%;
    float: left;
    padding-bottom: 10px
}

.newsblocktitle2_slide {
    width: 58%;
    float: right
}

.newsblockdescription2 {
    width: 66%;
    float: left
}

.newsblockdescription2 p {
    color: #3b3b3b;
    max-height: 80px;
    line-height: 1.5em;
    overflow: hidden
}

.newsblocktitle2 a {
    color: #2a2a2a;
    font-size: 14px;
    font-family: 'BPG Arial Caps';
    line-height: 1.2em;
    overflow: hidden;
    display: block
}

.collapseSearch,
.newsblockdate2,
.newsblockdate2_video,
.newsblockdate3,
.newsblocktitle3 a {
    font-family: 'BPG Arial'
}

.newsblocktitle2 a:hover {
    color: #960000;
    text-decoration: none
}

.newsblockdate2,
.newsblockdate2_video {
    font-size: 11px;
    color: rgba(59, 59, 59, .52)
}

.newsblockimage2 img {
    width: 100%;
    padding: 0 10px 10px 0;
    min-height: 130px
}

.newsblockimage2_side img {
    width: 100%;
    height: 58px
}

.newsblockdate2 {
    padding-top: 10px
}

.newsblockdate2_video {
    padding-top: 6px
}

.collapseSearch {
    width: 160px
}

.newsblockitem3 {
    margin: 0;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #fff;
    border-right: 1px solid #dfdfdd;
    border-bottom: 1px solid #dfdfdd;
    min-height: 91px
}

.newsblockimage3 {
    width: 40%;
    float: left
}

.newsblocktitle3 {
    width: 60%;
    float: left
}

.newsblocktitle3 a {
    color: #3b3b3b;
    font-size: 12px;
    line-height: 17px;
    height: 51px;
    overflow: hidden;
    display: block
}

.newsblocktitle3 a:hover {
    text-decoration: none;
    color: #960000
}

.newsblockimage3 img {
    width: 80%
}

.newsblockdate3 {
    font-size: 11px;
    color: rgba(59, 59, 59, .52);
    padding-top: 10px
}

.ads img {
    width: 100%
}

.collapseSearch {
    background: #f5f5f5;
    border: none;
    height: 52px;
    padding: 4px;
    font-size: 13px;
    color: #3b3b3b
}

.newsblockadv1 img {
    max-width: 100%;
    width: 308px;
    height: 285px
}

footer {
    background: #2C3236;
    min-height: 245px;
    padding-top: 15px;
    width: 100%
}

.maintvblock {
    height: 236px;
    width: 100%;
    padding: 3px;
    background-color: #fff;
    border: 1px solid #fff;
    border-right: 1px solid #dfdfdd;
    border-bottom: 1px solid #dfdfdd
}

.tvblock_img img {
    width: 100%;
    height: 169px
}

.mainblockright {
    padding-bottom: 20px
}

.tvblock_text {
    padding: 20px 0
}

.tvblock_text .tvblocktexts {
    font-family: ArchyEDT-Bold;
    font-size: 18px;
    line-height: 20px;
    height: 20px;
    width: 225px;
    float: left;
    color: #e80000
}

.navbar-nav li {
    padding: 0 5px;
    transition: .3s
}
.navbar-nav li:last-child
{
    padding-right: 0px;
}
.navbar-default .navbar-collapse
{
    padding-right: 0px;
}
.eng_ru_lang li
{
    padding: 0px 18px;
}
.navbar-nav li:hover {
  
}

.navbar-right li:hover {
    border-bottom: 3px solid transparent
}

.slider_container {
    width: 100%
}

.slider-wrapper {
    z-index: 500;
    position: relative;
    width: 100%;
    height: 390px;
    background: #FFF;
    overflow: hidden
}

.slider-wrapper li {
    display: none
}

.slider-wrapper .current-slide {
    display: block
}

.slider-shadow {
    width: 100%;
    height: 15px;
    position: relative
}

.slider-shadow:after,
.slider-shadow:before {
    content: '';
    position: absolute;
    background: #171c24;
    height: 100%;
    width: 50%;
    left: 10px;
    top: -20px;
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    transform: rotate(-4deg);
    -webkit-box-shadow: 0 0 15px 8px #171c24;
    box-shadow: 0 0 15px 8px #171c24
}

.slider-shadow:before {
    right: 10px;
    left: auto;
    -webkit-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    transform: rotate(4deg)
}

.slider-wrapper img {
    position: absolute;
    width: 100%;
   
    top: 0;
    left: 0
}

.slider-wrapper .caption {
    position: absolute;
    bottom: 30px;
    left: 0;
    background-color: #951502;
    width: 60%;
    padding: 0 10px 10px;
    color: #FFF;
    border-left: 4px solid white
}

.control-buttons {
    margin-top: 15px;
    text-align: center;
    z-index: 123;
    position: absolute;
    bottom: 30px;
    right: 18px
}

.control-buttons li {
    cursor: pointer;
    display: inline-block;
    background: white;
    text-indent: -99999px;
    height: 21px;
    width: 23px;
    margin: 0 6px;
    transition: .3s
}

.control-buttons li.active,
.control-buttons li:hover {
    background: #951502
}

.authors {
    text-align: center;
    color: #b4b6bd;
    display: block;
    font-size: 1.6em;
    font-weight: 300;
    margin-top: 80px
}

@media (max-width:826px) {
    .site_body {
        margin-bottom: 630px!important
    }
}

@media only screen and (max-width:825px) {
    .container {
        width: 500px
    }
    .slider-wrapper {
        height: 260px
    }
}

@media only screen and (max-width:535px) {
    .container {
        width: 100%
    }
    .slider-wrapper {
        height: 200px
    }
    .slider-wrapper .caption {
        display: none
    }
}

@media only screen and (max-width:410px) {
    .slider-wrapper {
        height: 160px
    }
}

.slider-wrapper h2 {
    font-size: 15px;
    font-family: 'BPG Arial Caps';
    font-weight: 400;
    margin-bottom: 6px;
    color: #fff
}

.left_block_item_desc p,
.slider-wrapper p {
    font-size: 14px;
    font-family: 'BPG Arial';
    overflow: hidden
}

.slider-wrapper p {
    color: #b8a8a5;
    max-height: 60px
}

.left_block_item_img {
    position: relative
}

.left_block_item_img img {
    width: 100%;
    cursor: pointer
}

.left_block_imgoverlay {
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #fff;
    width: 100%;
    height: 95px;
    padding-top: 15px
}

.left_block_item_desc {
    padding: 8px 0 0 15px
}

.left_block_item_desc p {
    color: #2a2a2a;
    max-height: 50px;
    line-height: 17px
}

.left_block_item_title {
    max-height: 41px;
    overflow: hidden;
    line-height: 1.5em
}

.left_block_item_title a {
    font-size: 15px;
    color: #2a2a2a;
    font-family: 'BPG Arial Caps';
    display: block;
    text-decoration: none
}

footer {
    margin-top: 36px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0
}

.newsblockimage1_store {
    float: left;
    max-width: 100px;
    height: 230px;
    position: relative;
    z-index: 12;
}
.newsblockimage1_store a
{
    display: block;
}

.middle_info_text,
.modal_foot_info {
    max-width: 325px
}

.newsblockimage1_store img {
    cursor: pointer;
    height: 100%
}

.store_item_right {
    text-align: center;
    padding-top: 10px;
    position: relative;
}

.store_item_title {
    color: #900;
    font-size: 14px;
    font-family: BPGMrgvlovaniCaps2010;
    height: 40px;
}
.store_item_title a
{
    font-size: 15px;
}

.store_item_rating,
.store_item_size,
.store_item_type,
.store_item_year_place {
    font-size: 14px;
    font-family: 'BPG Arial'
}
.wine_type a
{
    font-size: 14px;
}
.store_item_size,
.store_item_type {
    color: #000;
    padding-bottom: 5px
}

.store_item_year_place {
    color: #909090
}

.store_item_rating {
    color: #000;
    padding-bottom: 5px
}

.article_item_title,
.store_item_addtocart button,
.store_item_price {
    font-family: 'BPG Arial Caps'
}

.wine_type a {
    text-decoration: underline
}

.wine_type a:hover {
    color: #900
}

.store_item_price {
    color: #900;
    font-size: 15px;
    padding-bottom: 10px
}

.store_item_addtocart {
    padding-left: 20px
}

.store_item_addtocart button {
    height: 35px;
    padding: 0 10px;
    border: none;
    color: #fff;
    font-size: 14px;
    transition: .5s;
    background: #ddabab
}

.stars--large,
.stars-old {
    font-size: 18px
}

.store_item_addtocart button:hover {
    background: #900
}

.stars-old {
    display: inline-block;
    position: relative;
    color: #960000;
    margin-left: 5px
}

.stars-old:after {
    content: "☆☆☆☆☆"
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .stars--large {
        width: 230px
    }
}

.stars-old span {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    overflow: hidden
}

.stars-old span:after {
    content: "★★★★★"
}

.block_at_meals {
    padding-bottom: 16px
}

.product_desc_top .rating_title {
    float: left;
    padding-left: 35px;
    padding-right: 5px
}



.article_item_title {
    font-size: 18px;
    text-align: center;
    padding-bottom: 10px
}

.article_item_date,
.article_item_desc {
    font-family: 'BPG Arial'
}

.article_item_date {
    text-align: center;
    font-size: 13px;
    color: #ababab;
    padding-bottom: 10px
}

.article_item_date span {
    font-size: 13px
}

.article_item_img {
    padding-bottom: 15px;
    width: 90%;
    margin: auto
}

.article_item_img img {
    margin: auto
}

.article_item_desc strong {
    font-weight: 600
}

.article_item_desc {
    font-size: 16px;
    color: #302b2b;
    padding-bottom: 20px;
    overflow: hidden;
    font-weight: 400!important;
    line-height: 1.6em
}

.img_in {
    padding: 5px 15px 5px 0
}

.articleblock_title {
    padding-bottom: 12px
}

.articleblock_title_in {
    border-bottom: 1px solid #a4a4a4;
    padding-bottom: 5px;
    font-family: 'BPG Arial Caps';
    color: #2a2a2a;
    font-size: 18px;
    line-height: 1.2em
}

.block_interest {
    padding-bottom: 35px
}

.article_item_desc iframe {
    padding-right: 15px
}

@media(max-width:375px) {
    .article_item_desc iframe {
        height: 250px!important;
        width: 100%!important
    }
    .shop_cart_box {
        width: 26px!important;
        margin-right: 5px!important
    }
    .head_right {
        float: left!important;
        width: 100%
    }
    .login a,
    .registar a {
        padding-right: 10px!important
    }
    .newsblocktitle1 a {
        font-size: 13px
    }
    .article_item_title,
    .articleblock_title_in {
        font-size: 15px
    }
    .pay_by_mastercard
    {
        padding-top: 15px;
    }
    .title_prepay
    {
        padding-top: 12px;
        display: block;
    }
}

.social_block {
    float: right!important;
    margin: auto
}

.social_print,
.social_tw {
    width: 39px;
    height: 20px;
    border-radius: 3px;
    float: left
}

.social_tw {
    background: #29c5f6;
    margin-right: 11px
}

.social_print {
    background: #a3a3a3
}

.block_news_items .newsblockitem1 {
    padding-bottom: 15px
}

.meals_taste .newsblockitem1 {
    height: auto
}

.newsblockitem1 {
    min-height: 255px
}

.twlogo {
    background: url(../img/tw_logo.png) center no-repeat;
    width: 11px;
    height: 11px;
    padding: 19px
}

.print_logo {
    background: url(../img/print_logo.png) center no-repeat;
    width: 12px;
    height: 12px;
    padding: 19px;
    cursor: pointer
}

.comments_add_box,
.comments_count_box {
    float: left;
    width: 27px;
    height: 27px;
    color: #fff;
    font-family: 'BPG Arial';
    margin-right: 10px;
    line-height: 27px;
    text-align: center
}

.author_name,
.comment_date,
.comments_title {
    font-family: 'BPG Arial Caps'
}

.block_collection_wines {
    margin-bottom: 25px;
    border-bottom: 1px solid #ececec
}

.comments_count_box {
    background: #000
}

.comments_add_box {
    background-color: #000;
    font-size: 22px
}

.comments_title {
    line-height: 27px;
    font-size: 15px;
    color: #2a2a2a
}

.author_name,
.comment_date {
    line-height: 26px
}

.comment_body {
    border-left: 1px solid #bababa
}

.author_title_box,
.author_title_box_replied {
    width: 26px;
    height: 26px;
    border: 1px solid #e1e1e1;
    margin-right: 10px;
    float: left
}

.author_title_box {
    background: url(../img/comments_icon.png) center no-repeat #fff
}

.author_title_box_replied {
    background: url(../img/replied_comment.png) center no-repeat
}

.author_name {
    font-size: 15px;
    color: #595959;
    float: left;
    padding-right: 8px
}

.comment_date {
    color: #949494;
    font-size: 11px
}

.comment_text,
.name_block input,
.text_block textarea {
    font-size: 14px;
    font-family: 'BPG Arial'
}

.comment_body_all {
    padding-top: 50px;
    background: url(../img/comments_border.png) 13px 0 repeat-y
}

.comment_text {
    color: #838383;
    padding-left: 35px
}

.author_name_block {
    padding-bottom: 5px
}

.comment_standart {
    padding-bottom: 15px
}

.comment_replied {
    padding: 0 0 15px 35px
}

.add_comment_block {
    padding-left: 35px
}

.name_block {
    padding-bottom: 15px
}

.name_block input {
    width: 45%;
    height: 32px;
    border: 1px solid #e0e0e0;
    padding-left: 10px
}

.text_block textarea {
    width: 85%;
    height: 58px;
    border: 1px solid #e0e0e0;
    padding: 5px 0 0 10px
}

.addcom {
    padding-bottom: 10px
}

.add_button button {
    padding: 0 40px;
    height: 34px;
    background: #900;
    border: none;
    color: #fff;
    font-size: 15px;
    font-family: 'BPG Arial Caps';
    transition: .3s
}

.copyright,
.footer_menu ul li a {
    font-family: "BPG Banner Caps", sans-serif;
}

.language_box,
.login a,
.registar a {
    font-family: 'BPG Arial Caps'
}

.add_button button:hover {
    background: #979797
}

.add_button,
.text_block {
    padding-bottom: 15px
}

.footer_menu {
    padding-top: 10px;
    margin-left: -30px;
    float: left
}

.footer_menu ul li {
    list-style: none;
    display: inline-block
}

.footer_menu ul li a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    padding-right: 5px
}

.foot_fb,
.sep {
    padding-right: 15px
}

.footer_menu ul li a:after {
    content: "|";
    padding-left: 5px;
    color: #de9aa3;
    font-size: 17px
}

.footer_menu ul li:last-child a:after {
    content: ""
}

.copyright {
    color: white;
    font-size: 13px;
    padding-left: 10px;
    line-height: 52px;
    float: left
}

.foot_social {
    float: right;
    padding-top: 10px;
    cursor: pointer
}

.foot_fb,
.foot_inst,
.login,
.registar,
.sep {
    float: left
}

.wine_road_block_left_space {
    padding-left: 0
}

.sep {
    color: #de9aa3;
    font-size: 20px;
    line-height: 20px
}

.login a,
.registar a {
    color: #555;
    font-size: 12px;
    line-height: 85px;
    padding-right: 20px;
    text-decoration: none
}

.search {
    padding: 27px 0 0 60px
}

.shop_cart_box {
    float: left;
    width: 49px;
    height: 35px;
    margin-top: 24px;
    margin-right: 20px;
    background: url(../img/cart_logo.png) center no-repeat;
    cursor: pointer
}

.shop_cart_box_mobile {
    float: left;
    width: 49px!important;
    height: 24px!important;
    margin-right: 20px;
    background: url(../img/mobile_cart.png) 80% no-repeat;
    cursor: pointer;
    border: 1px solid #e2e2e2;
    position: relative
}

.shop_cart_box_mobile .cart_counter {
    position: absolute;
    top: 5px;
    left: 5px
}

.feed_option_smiley,
.feed_option_upset,
.success_icon {
    margin-right: 10px;
    float: left
}

.language_box {
    float: left;
    width: 50px;
    height: 60px;
    margin-top: 5px
}

.language_box .active {
    opacity: 1
}

.language_en,
.language_geo,
.language_ru {
    width: 45px;
    color: #010101;
    opacity: .2;
    font-size: 12px
}

.language_geo {
    background: url(../img/f1.jpg) right center no-repeat;
    margin-bottom: 10px
}

.language_en {
    background: url(../img/F2.jpg) right center no-repeat
}

.language_ru {
    background: url(../img/F3.png) right center no-repeat;
    margin-bottom: 10px
}

.stylish-input-group .input-group-addon {
    background: #fff!important;
    outline: 0;
    border: 1px solid #676767;
    border-left: none
}

.stylish-input-group .form-control {
    border-right: 0;
    box-shadow: 0 0 0;
    border-color: #676767
}

.stylish-input-group button {
    border: 0;
    background: 0 0
}

.language_box select,
.language_box select option {
    border: none;
    outline: 0
}

.input-group input {
    font-size: 12px;
    font-family: 'BPG Arial'
}

.cart_counter,
.language_box select,
.succes_info_heading {
    font-family: 'BPG Arial Caps'
}

.cart_counter {
    text-align: center;
    display: block;
    font-size: 10px;
    color: #5d5d5d;
    line-height: 15px;
    padding-left: 2px
}

.language_box select {
    -webkit-appearance: none;
    background-image: url(../img/drop_arrow.png);
    background-repeat: no-repeat;
    background-position: 3px 15px;
    padding-left: 15px;
    padding-top: 9px;
    font-size: 13px;
    cursor: pointer
}

.success-pg,
.success_page_bd {
    padding-top: 40px
}

.slider_block_banner {
    height: 390px
}

.slider_block_banner img {
    height: 100%
}

li.wine_expert a {
    color: #900!important
}

.nav .navbar-right li:before {
    background: url(../img/head_wine_exp.png) left center no-repeat;
    width: 2px;
    height: 10px
}

.foot_social img:hover,
.footer_menu li a:hover {
    opacity: .8
}

.success_page .navbar-right {
    display: none
}

.success_icon {
    background: url(../img/success.png) center no-repeat;
    width: 28px;
    height: 28px
}

.succes_info_heading {
    color: #7e9b55;
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 15px
}

.order_block,
.order_info a,
.sort_block_left {
    font-size: 14px;
    font-family: 'BPG Arial'
}

.success_page_bd {
    border-top: 1px solid #a4a4a4
}

.success_info_allblock {
    padding-left: 45px
}

.order_info a {
    color: #8ea968
}

.order_block {
    color: #747474;
    padding-left: 40px
}

.feedback_title,
.order_info,
.order_number {
    padding-bottom: 15px
}

.feed_option_smiley {
    background: url(../img/feed_smiley.png) no-repeat;
    height: 50px;
    width: 52px;
    cursor: pointer
}

.clicked,
.feed_option_smiley:hover {
    background: url(../img/feed_smiley.png) 0 -70px no-repeat;
    height: 50px;
    width: 52px
}

.feed_option_upset {
    background: url(../img/reactions_feed_sprites.png) no-repeat;
    background-position: 0 0px;
    height: 50px;
    width: 52px;
    cursor: pointer
}

.feed_option_upset:hover {
    background: url(../img/reactions_feed_sprites.png) no-repeat;
    background-position: 0 -80px;
    height: 50px;
    width: 52px;
    float: left
}

.feed_option_sad {
    background: url(../img/reactions_feed_sprites.png) no-repeat;
    background-position:  -72px 0px;
    height: 50px;
    width: 52px;
    float: left;
    cursor: pointer
}

.feed_option_sad:hover {
    background: url(../img/reactions_feed_sprites.png) no-repeat;
    background-position: -72px -80px;
    height: 50px;
    width: 52px;
    float: left
}

.newsblock_title_left {
    background: url(../img/linebot.png) left bottom no-repeat;
    padding-bottom: 12px
}

.newsblock_title_store {
    background: url(../img/title_line.png) left bottom no-repeat;
    padding-bottom: 10px
}
.modal_feed_title
{
    font-family: 'BPG Arial Caps';
    color:#68b300;
    font-size: 20px;
    text-align: center;
    width: 417px;
    margin: auto;
    margin-bottom: 20px;
}

.modal_Feed .modal-dialog
{
    width: 674px;
    -webkit-box-shadow: 0px 0px 13px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 13px 3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 13px 3px rgba(0,0,0,0.75);
    height: 314px;
    border-radius: 3px;
}
.feed_options
{
    overflow: hidden;
    height: 160px;
    padding-left: 45px;
}
.feed_options div
{
    margin-right: 90px; 
}
.feed_options span
{
    display: block;
    padding-top: 50px;
    margin-left: -13px;
    text-align: center;

}
.modal_feed_texarea{
    width: 417px !important;
    margin: auto;
    height: 110px !important;

}
.modal_feed_texarea textarea
{
    width: 417px !important;
    margin: auto;
    resize: none;
    height: 110px !important;
    border: 1px solid #b9b9b9;
    border-radius: 2px;
    font-family: 'BPG Arial'
}
.feed_sent_but
{
    margin-top: 13px;
    width: 417px;
}
.feed_sent_but button
{
    float: right;
    width: 121px;
    height: 39px;
    background: #68b300;
    font-size: 14px;
    font-family: 'BPG Arial';
    border: none;
    color: #fff;
    border-radius: 2px;
    outline: 0;

}
.sort_block_left {
    color: #4c4c4c;
    float: right
}

.sort_block_left select {
    border: 1px solid #c8c8c8;
    outline: 0;
    border-radius: 2px;
    -webkit-appearance: none;
    background-image: url(../img/arrow.png);
    background-position: 93% 60%;
    background-repeat: no-repeat;
    padding: 7px 50px 7px 10px;
    line-height: 16px
}

.pagination>li.active {
    color: #900;
    border-color: #ddd
}

.pagination li:first-child a {
    background: url(../img/pagination_prev.png) center no-repeat;
    width: 9px;
    padding: 7px 13px
}

.pagination li:first-child a:hover {
    background: url(../img/pagination_prev_hov.png) center no-repeat;
    width: 9px
}

.pagination li:last-child a {
    background: url(../img/pagination_next.png) center no-repeat;
    width: 9px;
    padding: 7px 13px
}

.pagination li:last-child a:hover {
    background: url(../img/pagination_next_hov.png) center no-repeat;
    width: 9px
}

.pagination li a {
    height: 30px;
    font-size: 12px;
    margin: 0 3px;
    font-family: 'BPG Arial Caps'
}

.show_more,
.store_filters_body {
    font-family: 'BPG Arial'
}

.pagination_right {
    float: right!important;
    margin-right: -30px
}

.pagination_right ul {
    margin: 0
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.sort {
    float: right;
    padding: 0
}

.sort_pagination_block {
    padding-bottom: 100px;
    border-top: 2px solid #a4a4a4;
    padding-top: 30px
}

.store_articles {
    padding-bottom: 50px
}

.store_articles .newsblockitem1 {
    min-height: 300px;
    padding-bottom: 15px
}

.store_filters_body {
    background-color: #f8f8f8;
    border-top: 2px solid #a4a4a4;
    margin-left: -15px;
    font-size: 14px;
    margin-bottom: 40px
}

.wine_filters {
    padding-left: 10px;
    padding-bottom: 15px
}

.wine_filters input {
    margin-right: 10px;
    float: left
}

.wine_standart {
    padding: 15px 0
}

.wine_price_filter {
    background: #ededed;
    margin-bottom: 18px
}

.price_range input {
    width: 98px;
    height: 28px;
    outline: 0;
    padding-left: 10px;
    padding-right: 10px
}

.price_low {
    float: left;
    padding-right: 25px;
    padding-left: 40px
}

.price_low > input, .price_high > input{
    border: 1px solid #111;
}

.comp_search_input{
    border: 1px solid #111;
    padding: 3px 10px;
}

.price_tag {
    padding: 13px 0 13px 30px
}

.range-slider {
    position: relative;
    text-align: center
}

.range-slider:after,
.range-slider:before {
    content: " ";
    display: table
}

.range-slider .track {
    bottom: 6.5px;
    height: 6px;
    left: 0;
    margin-bottom: -3px;
    position: absolute;
    width: 0;
    z-index: 50
}

.range-slider .track--full {
    background: #b2b2b2;
    width: 100%
}

.range-slider .track--included {
    background: #900;
    border-radius: 3px
}

.range-slider .slider-thumb {
    background: #7e0000;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    display: block\9;
    height: 13px;
    left: 0;
    position: absolute;
    width: 13px;
    z-index: 101
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .range-slider .slider-thumb {
        display: block
    }
}

@media (min-width:640px) {
    .range-slider .track {
        bottom: 6.5px
    }
    .range-slider .slider-thumb {
        height: 13px;
        width: 13px
    }
    .range-slider [type=range] {
        height: 13px
    }
}

@media (min-width:1024px) {
    .range-slider .track {
        bottom: 6.5px
    }
    .range-slider .slider-thumb {
        height: 13px;
        width: 13px
    }
    .range-slider [type=range] {
        height: 13px
    }
}

.range-slider [type=range] {
    -webkit-appearance: none;
    background: 0 0;
    height: 13px;
    margin: 0;
    outline: 0;
    padding: 0;
    pointer-events: none;
    position: relative;
    width: 100%;
    z-index: 75
}

.wine_brand input,
.wine_date input,
.wine_litre input,
.wine_region input,
.wine_type input {
    margin-right: 10px
}

.range-slider [type=range]:focus {
    outline: 0
}

.range-slider [type=range]::-moz-focus-outer {
    border: 0
}

.range-slider [type=range]:first-of-type {
    float: left;
    margin-bottom: -13px
}

@media (min-width:640px) {
    .range-slider [type=range]:first-of-type {
        margin-bottom: -13px
    }
}

@media (min-width:1024px) {
    .range-slider [type=range]:first-of-type {
        margin-bottom: -13px
    }
}

.range-slider [type=range]:last-of-type {
    float: right;
    margin-bottom: 0
}

.range-slider [type=range]::-webkit-slider-runnable-track {
    background: 0 0;
    border: 0;
    height: 6px;
    z-index: -1
}

.range-slider [type=range]::-ms-fill-lower {
    background: 0 0;
    border: 0
}

.range-slider [type=range]::-ms-fill-upper {
    background: 0 0;
    border: 0
}

.range-slider [type=range]::-ms-track {
    background: 0 0;
    border: 0 transparent;
    color: transparent;
    height: 6px;
    z-index: -1
}

.range-slider [type=range]:focus::-ms-fill-lower {
    background: 0 0;
    border: 0
}

.range-slider [type=range]:focus::-ms-fill-upper {
    background: 0 0;
    border: 0
}

.range-slider [type=range]::-moz-range-track {
    -moz-appearance: none;
    background: 0 0;
    border: 0;
    height: 6px;
    z-index: -1
}

.range-slider [type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: #7e0000;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    height: 13px;
    margin-top: -3.5px;
    outline: 0;
    pointer-events: all;
    position: relative;
    width: 13px;
    z-index: 100
}

@media (min-width:640px) {
    .range-slider [type=range]::-webkit-slider-thumb {
        height: 13px;
        margin-top: -3.5px;
        width: 13px
    }
    .range-slider [type=range]::-ms-thumb {
        height: 13px;
        width: 13px
    }
}

@media (min-width:1024px) {
    .range-slider [type=range]::-webkit-slider-thumb {
        height: 13px;
        margin-top: -3.5px;
        width: 13px
    }
    .range-slider [type=range]::-ms-thumb {
        height: 13px;
        width: 13px
    }
}

.range-slider [type=range]::-ms-thumb {
    background: #555;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    height: 13px;
    margin-top: 0;
    pointer-events: all;
    position: relative;
    width: 13px;
    z-index: 100
}

.range-slider [type=range]::-moz-range-thumb {
    -moz-appearance: none;
    background: #555;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    height: 13px;
    margin-top: -3.5px;
    pointer-events: all;
    position: relative;
    width: 13px;
    z-index: 100
}

@media (min-width:640px) {
    .range-slider [type=range]::-moz-range-thumb {
        height: 13px;
        margin-top: -3.5px;
        width: 13px
    }
}

@media (min-width:1024px) {
    .range-slider [type=range]::-moz-range-thumb {
        height: 13px;
        margin-top: -3.5px;
        width: 13px
    }
}

.range-slider .output,
.range-slider output {
    display: none
}

.price_range_slider {
    width: 72%;
    margin-left: 41px;
    padding: 10px 0 20px 10px
}

.filter_default {
    padding: 0 0 23px 10px
}

.litres_ert {
    padding: 0 5px
}

.date_counter,
.wine_filters_counter {
    color: #999
}

.date_counter {
    padding-left: 5px
}

.filter_heading {
    padding-bottom: 10px;
    float: left;
    cursor: pointer;
}

.wine_brand,
.wine_date,
.wine_region,
.wine_type {
    padding-bottom: 5px;
    overflow: hidden;
    position: relative;
}

.left_banner {
    margin-left: -15px
}

.show_more {
    color: #6f6f6f;
    font-size: 12px;
    cursor: pointer
}

.head_right {
    float: right!important;
    margin: 0 auto;
    position: relative;
    z-index: 5611241241
}

.head_right_in {
    width: 100%
}

@media (max-width:992px) {
    .navbar-nav li {
        padding: 0 4px 0 5px
    }
    .navbar-nav li a {
        font-size: 13px!important
    }
    .search {
        padding-left: 13px
    }
    .middle_wrap {
        margin-left: 0!important
    }
    .sep_line {
        background: 0 0!important
    }
}

.info_save_button button,
.info_update_button button,
.user_page_information input,
.user_page_information label,
.user_page_information select {
    font-size: 14px;
    font-family: 'BPG Arial';
    color: #595959
}

@media (max-width:478px) {
    .reg_page_right {
        float: right!important;
        width: 101%!important
    }
}

.middle_wrap {
    margin-left: 150px
}

.user_page_all_block {
    border: 1px solid #cecece
}

.user_page_nav_block {
    height: 66px;
    border-bottom: 1px solid #cecece;
    margin-bottom: 35px
}

.user_page_information input,
.user_page_information select {
    outline: 0;
    height: 40px;
    font-weight: 400
}

.user_page_information input,
.user_page_information select,
.user_page_information textarea {
    width: 75%;
    border: 1px solid #bfbfbe;
    margin-bottom: 10px
}

.user_page_information label {
    display: block;
    font-weight: 400;
    padding-bottom: 10px;
    cursor: pointer
}

.user_page_information input {
    padding-left: 10px
}

.user_page_information select {
    -webkit-appearance: none;
    background-image: url(../img/arrow.png);
    background-position: 96% 55%;
    background-repeat: no-repeat;
    padding: 7px 50px 7px 10px
}

.user_page_left {
    margin-left: 100px
}

.info_save_button {
    padding-left: 155px;
    padding-top: 28px
}

.info_update_button {
    padding-left: 234px;
    padding-top: 28px;
    padding-bottom: 10px
}

.info_save_button button,
.info_update_button button {
    border: none;
    background: #f1f1f1;
    min-height: 45px;
    padding: 13px;
    outline: 0
}

.info_save_button button {
    margin-bottom: 15px
}

@media (max-width:1280px) {
    .info_save_button,
    .info_update_button {
        padding-left: 0;
        float: right;
        padding-top: 28px
    }
    .info_save_button {
        width: 88%
    }
    .info_update_button {
        width: 66%
    }
}

@media (max-width:830px) {
    .user_page_left,
    .user_page_right {
        margin-left: 10px
    }
}

.user_page_nav_block_in a {
    width: 50%;
    display: block;
    float: left;
    text-decoration: none
}

.nav_arrow,
.nav_arrow_active,
.nav_arrow_grey {
    width: 34px;
    right: -34px;
    position: absolute;
    top: 0;
    z-index: 123
}

.nav_active_user {
    background: #960000!important;
    color: #fff!important
}

.nav_addbalacne,
.nav_cart,
.nav_main,
.nav_orders {
    height: 65px;
    line-height: 66px;
    color: #2a2a2a;
    font-family: 'BPG Arial Caps';
    font-size: 16px;
    text-align: center
}

.nav_arrow {
    background: url(../img/arrow_nav_grey.png) right center no-repeat;
    height: 65px
}

.nav_arrow_active {
    background: url(../img/arrow_nav.png) right center no-repeat!important;
    height: 65px
}

.nav_arrow_grey {
    background: url(../img/arrow_nav_grey.png) right center no-repeat;
    height: 65px
}

.nav_arrow_light {
    background: url(../img/nav_arrow_light.png) right center no-repeat;
    width: 33px;
    height: 65px;
    position: absolute;
    top: 0;
    right: -33px;
    z-index: 123
}

.nav_main {
    background-color: #f1f1f1;
    position: relative
}

.nav_cart {
    background: #f1f1f1;
    position: relative
}

.nav_orders {
    background: #f6f6f6;
    position: relative
}

.nav_addbalacne {
    background: #fbfbfb;
    text-decoration: none;
    position: relative
}

.clear {
    display: none
}

@media (max-width:992px) {
    .nav_addbalacne,
    .nav_cart,
    .nav_main,
    .nav_orders {
        font-size: 14px!important
    }
    .clear {
        display: block
    }
}

.cart_information,
.payment_information,
.payment_left_block_title {
    font-size: 17px;
    color: #686868;
    font-family: 'BPG Arial Caps'
}

.cart_information {
    text-align: center;
    padding-bottom: 140px
}

.payment_information {
    text-align: center;
    padding-bottom: 30px
}

.payment_left_block_title {
    background: url(../img/payment_icon.png) left center no-repeat;
    padding-left: 70px;
    height: 37px;
    line-height: 37px;
    margin-bottom: 35px
}

.payment_methods_block_left {
    float: right;
    width: 70%
}

.user_cart_count {
    width: 43px;
    margin: auto
}

.shop_cart_box_user {
    float: left;
    width: 49px;
    height: 35px;
    margin-top: 20px;
    background: url(../img/cart_logo.png) center no-repeat;
    cursor: pointer
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 32px solid transparent;
    border-bottom: 33px solid transparent;
    border-left: 39px solid #9a0000
}

.page_title_block,
.product_page_title_block {
    font-size: 18px;
    color: #2a2a2a;
    font-family: 'BPG Arial Caps';
    padding-bottom: 5px;
    border-bottom: 1px solid #a4a4a4
}

.page_title_block {
    margin-bottom: 20px
}

.text_ted {
    color: #9a0000
}

.registration_checks input {
    width: auto;
    height: auto;
    margin-bottom: 20px
}

.registration_checks {
    color: #595959;
    font-size: 12px;
    font-family: 'BPG Arial'
}

.registar_button button {
    width: 100%;
    background: #960000;
    border: none;
    height: 44px;
    font-size: 16px;
    color: #fff;
    font-family: 'BPG Arial Caps';
    transition: .2s
}

.pass_reset,
.reg_fb,
.reg_mail,
.reg_page_right,
.remember_pass,
.search_result_cont_in {
    font-family: 'BPG Arial'
}

.reg_fb,
.reg_mail {
    height: 36px;
    width: 248px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 30px;
    border-radius: 3px
}

.registar_button button:hover {
    background: #bfbfbe
}

.reg_fb {
    background: url(../img/fb_reg.png) 10% 100% no-repeat #0e4486;
    text-align: right;
    line-height: 39px;
    padding-right: 10px
}

.reg_mail {
    background-color: #19b0dd;
    text-align: center;
    line-height: 36px
}

.reg_page_right input,
.remember_pass input {
    width: auto;
    height: auto
}

.pass_reset,
.reg_page_right,
.remember_pass {
    color: #595959;
    font-size: 12px
}

.sep_line {
    background: url(../img/sep_line.png) top center repeat-y
}

.remember_pass {
    padding: 20px 0
}

.reg_page_right {
    padding-top: 36px;
    float: right;
    width: 80%
}

input#password {
    margin-bottom: 25px
}

.language-dropdown {
    display: inline-block
}

.language-dropdown .lang-en .flag {
    background-image: url(../img/F2.jpg)
}

.language-dropdown .lang-ka .flag {
    background-image: url(../img/f1.jpg)
}

.language-dropdown .lang-ru .flag {
    background-image: url(../img/F3.png)
}

.language-dropdown label,
.language-dropdown ul li {
    display: block;
    width: 36px;
    height: 22px;
    background: #fff;
    padding: 0 6px;
    cursor: pointer
}

.language-dropdown ul.lang-list {
    position: relative;
    visibility: hidden;
    opacity: 0;
    z-index: 1
}

.lang-list {
    padding-left: 0
}

.language-dropdown ul.lang-list li:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.language-dropdown ul.lang-list li.selected {
    display: none
}

.language-dropdown label {
    position: relative;
    z-index: 2
}

.language-dropdown .lang-flag .flag,
.language-dropdown .lang-list .lang .flag {
    float: left;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-size: 20px 14px;
    background-repeat: no-repeat;
    background-position: center
}

.language-dropdown.open ul.lang-list {
    visibility: visible;
    opacity: 1
}

.language-dropdown.open label {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.animate,
.lang-flag,
.lang-list {
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden
}

.block_collection_wines .newsblockitem1 {
    min-height: 250px
}

.pass_reset {
    padding-bottom: 10px
}

.text_red {
    color: #9a0000
}

.search_result_cont_in {
    padding: 20px 0 0 45px;
    color: #595959;
    font-size: 16px
}

.articles_block a,
.modal-footer button.sent_letter_button,
.now_watchlist,
.page_title_block_search,
.search_result_advice span,
.send_letter button.sent_butt,
.store_block a {
    font-family: 'BPG Arial Caps'
}

.search_result_text {
    padding-bottom: 30px
}

.search_result_advice span {
    color: #2a2a2a;
    font-size: 14px;
    padding-bottom: 15px
}

.advice_list {
    padding-top: 10px
}

.search_result_advice {
    padding-bottom: 25px
}

.send_letter button.sent_butt {
    width: 230px;
    height: 44px;
    outline: 0;
    border: 1px solid #9a0000;
    font-size: 16px;
    color: #9a0000;
    background: url(../img/sent_let_but_bg.png) 11% 47% no-repeat #fff;
    text-align: center;
    padding-left: 45px
}

.send_letter {
    padding-bottom: 125px
}

.now_watchlist {
    color: #2a2a2a;
    font-size: 15px;
    padding-bottom: 10px
}

.modal-body input {
    width: 100%;
    margin: auto auto 15px;
    height: 43px;
    padding-left: 10px;
    border: 1px solid #bfbfbf;
    outline: 0;
    font-size: 14px
}

.modal-body textarea {
    height: 125px;
    width: 100%;
    font-size: 14px;
    outline: 0;
    padding: 10px 0 0 10px
}

.modal-footer button.sent_letter_button {
    width: 100%;
    height: 46px;
    background: #9a0000;
    border: none;
    color: #fff
}

@media(max-width:292px) {
    .send_letter button.sent_butt {
        width: 208px!important
    }
}

.articles_block,
.store_block {
    width: 148px;
    height: 44px;
    text-align: center;
    border: 1px solid #a4a4a4;
    float: left
}

.page_title_block_search {
    font-size: 24px;
    color: #2a2a2a;
    padding-bottom: 15px;
    border-bottom: 1px solid #a4a4a4;
    margin-bottom: 40px
}

.articles_block a,
.store_block a {
    font-size: 15px;
    line-height: 44px;
    text-decoration: none
}

.search_succsess_block_in {
    padding: 40px 0 0 45px
}

.search_succsess_block {
    padding-bottom: 15px
}

.store_block a {
    color: #2a2a2a
}

.search_nav .active {
    border: 1px solid #9a0000;
    border-bottom: 3px solid #9a0000
}

.date_filter_dropdown button.date_filter_but,
.price_filter_dropdown button.price_filter_but,
.search_date_filter_in,
.search_price_filter {
    border: 1px solid #a4a4a4;
    padding-left: 15px;
    width: 148px;
    height: 44px
}

.search_nav .active a {
    color: #9a0000
}

.articles_block a {
    color: #2a2a2a
}

.search_success_info {
    color: #595959;
    font-size: 16px;
    font-family: 'BPG Arial';
    padding-bottom: 25px
}

.contact_us,
.date_filter_dropdown button.date_filter_but,
.date_filter_dropdown input,
.price_filter_dropdown button.price_filter_but,
.price_filter_dropdown input,
.search_date_filter_in span,
.search_price_filter {
    font-family: 'BPG Arial Caps';
    color: #2a2a2a
}

.search_nav_block_right {
    margin-left: -15px
}

.search_date_filter {
    float: left
}

.search_date_filter_in {
    margin-right: 22px
}

.search_date_filter_in span {
    line-height: 44px;
    font-size: 14px
}

.search_price_filter {
    line-height: 44px;
    float: left;
    font-size: 14px;
    background: url(../img/filter_arrow.png) 90% center no-repeat
}

.search_result_row {
    margin: 0 15px
}

.pagination_search {
    float: right!important;
    margin-right: 17px
}

.date_filter_start {
    display: block
}

.date_filter_dropdown button.date_filter_but {
    text-align: left;
    font-size: 14px;
    background: url(../img/filter_arrow.png) 90% center no-repeat;
    background-color: none
}

.date_filter_dropdown input {
    width: 148px;
    height: 44px;
    font-size: 14px;
    outline: 0
}

.date_filter_dropdown {
    float: left;
    padding-right: 20px
}

.price_filter_dropdown {
    float: left
}

.price_filter_dropdown button.price_filter_but {
    text-align: left;
    font-size: 14px;
    background: url(../img/filter_arrow.png) 90% center no-repeat;
    background-color: none
}

.price_filter_dropdown input {
    width: 148px;
    height: 44px;
    font-size: 12px;
    outline: 0;
    text-align: center
}

.search_filter_nav {
    float: right!important
}

.search_nav_block {
    margin-left: -15px
}

input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none
}

.contact_fields {
    padding-top: 35px
}

.contact_us {
    font-size: 16px;
    background: url(../img/sent_let_but_bg.png) left center no-repeat;
    padding-left: 25px
}

.contact_fields input,
.contact_fields textarea {
    border: 1px solid #bfbfbe;
    font-size: 12px;
    font-family: 'BPG Arial';
    color: #3e3e3e;
    width: 100%
}

.contact_fields input {
    display: block;
    height: 46px;
    padding-left: 10px;
    margin-bottom: 15px
}

.contact_fields textarea {
    height: 124px;
    padding: 15px 0 0 10px;
    resize: none
}

.contact_info_head,
.contact_send_but button.contactsend {
    font-family: 'BPG Arial Caps';
    font-size: 16px
}

.contact_send_but {
    padding-top: 25px;
    padding-bottom: 30px
}

.contact_send_but button.contactsend {
    width: 100%;
    height: 44px;
    background: #ababab;
    color: #fff;
    border: none;
    transition: .2s
}

.contact_send_but button.contactsend:hover {
    background: #900
}

.contact_info_head {
    color: #2a2a2a;
    background: url(../img/contact_address.png) left center no-repeat;
    padding-left: 25px
}

.head_phone {
    background: url(../img/contact_phone.png) left center no-repeat;
    padding-left: 25px
}

.head_mail {
    background: url(../img/sent_let_but_bg.png) left center no-repeat;
    padding-left: 25px
}

.contact_info_body {
    color: #676767;
    font-size: 13px;
    font-family: 'BPG Arial';
    padding-top: 20px
}

.about_company_title,
.newblocktitle_user,
button.autorizacia_drop {
    font-family: 'BPG Arial Caps'
}

.contact_mail .contact_info_body {
    text-transform: uppercase
}

.contact_right_block {
    margin-left: 30px
}

.contact_map {
    padding: 40px 0 0 43px
}

.social_share {
    padding-bottom: 26px
}

.about_company_title {
    font-size: 24px;
    padding-bottom: 10px
}

.about_company_title_in {
    border-bottom: 1px solid #a4a4a4;
    padding-bottom: 5px
}

.about_us_img img {
    padding: 0 30px 20px 0
}

.par_one {
    padding-bottom: 5px
}

button.autorizacia_drop {
    border: none;
    background: url(../img/dropdown_arow.png) 95% center no-repeat;
    padding-right: 35px;
    padding-left: 10px;
    background-color: none;
    color: #555;
    height: 36px;
    font-size: 12px;
    text-decoration: none;
    margin-top: 24px;
    margin-right: 22px
}

.sep_last {
    margin: 0!important
}

li.log_out a {
    text-align: center
}

.login .dropdown-toggle:active,
.open .dropdown-toggle {
    background-color: #f5f5f5!important;
    color: #262626!important
}

.balance_count {
    padding-left: 8px
}

.balance_eteuli {
    padding: 0 5px;
    font-size: 11px
}

.login .dropdown-menu {
    border: 1px solid #e5e5e5
}

.newsblockin_user {
    padding: 0 150px
}

.newsblocktitlerow_user {
    border-bottom: 1px solid #a4a4a4
}

.newblocktitle_user {
    font-size: 22px;
    color: #474747;
    padding: 0
}

.newblockall_user {
    padding: 0
}

.newsblockrow_user {
    margin-left: 15px
}

.wine_slider_body {
    padding: 0 0 26px
}

.wine_slider_nav ul li {
    float: left;
    list-style: none;
    padding: 20px 0;
    border: 1px solid #fff;
    border-bottom: 1px solid #a4a4a4
}

.wine_slider_nav ul li a {
    font-size: 15px;
    font-family: 'BPG Arial';
    padding: 0 56px;
    text-decoration: none
}

.express_pay_but,
.modal_head_title,
.nova_pay_but,
.orders_block .table>tbody>tr>td,
.payment_modal_instruction,
.payment_right_block_title,
.table>tbody>tr>th,
.tbc_pay_but {
    font-family: 'BPG Arial Caps'
}

.prodpage_prod_winecompany a,
.spec_wineblock_right a,
.user_balance_fill a {
    text-decoration: underline
}

.wine_slider_nav ul li:hover {
    color: #900
}

.slider_nav .active {
    border: 1px solid #a4a4a4;
    border-bottom: 1px solid #fff;
    color: #900
}

.wines_section_one {
    margin: 0 40px
}

.orders_block .table>thead>tr>th {
    text-align: center
}

.orders_block .table>tbody>tr>td,
.table>tbody>tr>th {
    text-align: center;
    line-height: 100px;
    padding: 10px 0;
    font-size: 13px;
    color: #424242
}

.orders_block .table>tbody>tr>td {
    border-right: 2px solid #f1f1f1
}

.orders_block .table>tbody>tr>td:last-child {
    border-right: 2px solid transparent
}

span.table_orders_price_ert {
    padding-left: 5px
}

.payment_method_logo {
    content: url(../img/visa_card.png);
    margin-bottom: -10px;
    padding-right: 10px
}

.american_express_but,
.mastercard_but,
.visa_card_but {
    width: 258px;
    height: 48px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    color: #595959;
    margin-bottom: 15px;
    font-family: 'BPG Arial Caps'
}

.visa_card_but {
    background: url(../img/visa_card.png) 6% center no-repeat #fbfbfb;
    padding-left: 25px
}

.mastercard_but {
    background: url(../img/master_card.png) 6% center no-repeat #fbfbfb;
    padding-left: 25px
}

.american_express_but {
    background: url(../img/american_express.png) 6% center no-repeat #fbfbfb;
    padding-left: 60px
}

.payment_right_block_title {
    font-size: 17px;
    color: #686868;
    background: url(../img/payment_icon.png) left center no-repeat;
    padding-left: 70px;
    height: 37px;
    line-height: 37px;
    margin-bottom: 35px
}

.express_pay_but,
.nova_pay_but,
.tbc_pay_but {
    width: 258px;
    height: 48px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    color: #595959;
    padding-left: 25px
}

.nova_pay_but {
    background: url(../img/nova_pay.png) 6% center no-repeat #fbfbfb;
    margin-bottom: 15px
}

.tbc_pay_but {
    background: url(../img/tbc_pay.png) 6% center no-repeat #fbfbfb;
    margin-bottom: 15px
}

.express_pay_but {
    background: url(../img/express_pay.png) 6% center no-repeat #fbfbfb;
    margin-bottom: 15px
}

.modal_head_title,
.payment_modal_instruction {
    color: #535353
}

.add_new_cart a,
.autofillable_cart,
.enter_money_block button,
.enter_money_block input,
.enter_money_block select,
.expert_prices,
.expert_question_block input,
.payment_method_moneyinput,
.wine_expret_information input {
    font-family: 'BPG Arial'
}

.payment_methods_block_right {
    float: right;
    width: 85%
}

.modal_head_title {
    font-size: 15px;
    padding: 25px 0 0 15px
}

.payment_modal_body {
    border: 1px solid #bfbfbf;
    min-height: 190px;
    margin-bottom: 15px
}

.payment_modal {
    padding: 0 30px
}

.payment_modal_instruction {
    font-size: 13px
}

.payment_modal_body_in {
    padding: 25px 15px
}

.payment_method_imageblock {
    float: left
}

.payment_method_moneyinput {
    font-size: 11px;
    line-height: 16px;
    color: #2a2a2a;
    float: left;
    padding-left: 15px;
    font-weight: 700
}

.enter_money_block input,
.enter_money_block select {
    color: #88857c;
    height: 25px
}

.modal_pay {
    width: 94%
}

.money_input {
    font-weight: 400;
    padding-bottom: 5px
}

.enter_money_block select {
    width: 56px;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    font-weight: 400
}

.enter_money_block input {
    width: 56px;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    font-size: 11px;
    margin-bottom: 5px;
    font-weight: 400
}

.enter_money_block button {
    height: 25px;
    width: 56px;
    border-radius: 4px;
    background: #ea1227;
    color: #fff;
    border: 1px solid #e5e5e5
}

.add_new_cart a,
.autofillable_cart {
    color: #4aa0d9;
    font-size: 11px
}

.commision_fees {
    font-weight: 400;
    padding-bottom: 8px
}

.autofillable_cart {
    float: left;
    padding-left: 20px;
    font-weight: 700
}

.autofillable_cart span {
    font-weight: 400
}

.expert_page_left {
    padding: 0 60px
}

.expert_question_block label,
.wine_expret_information label {
    font-size: 14px;
    padding-bottom: 10px;
    color: #595959;
    font-family: 'BPG Arial';
    display: block;
    font-weight: 400
}

.expert_question_block input,
.wine_expret_information input {
    border: 1px solid #bfbfbe;
    height: 40px;
    width: 100%;
    outline: 0;
    font-size: 14px;
    color: #595959;
    font-weight: 400;
    margin-bottom: 10px;
    padding-left: 10px
}

.expert_prices input {
    width: auto;
    height: auto;
    margin-right: 6px
}

.expert_prices {
    color: #595959;
    font-size: 12px;
    padding: 12px 0
}

.expert_price_input {
    float: right;
    color: #9a0000
}

.ask_expert_but button {
    width: 100%;
    background: #960000;
    border: none;
    height: 44px;
    font-size: 16px;
    color: #fff;
    font-family: 'BPG Arial Caps';
    transition: .2s
}

.blocks_sep,
.char_counter,
.expert_pay_block_in input,
.expert_pay_type_block textarea,
.expert_question_block textarea,
.expert_url input,
.input_overlay-layer {
    font-family: 'BPG Arial'
}

.ask_expert_but {
    padding-bottom: 20px
}

.ask_expert_but button:hover {
    background: #bfbfbe
}

.expert_pay_type_block textarea,
.expert_question_block textarea {
    width: 100%;
    height: 118px;
    border: 1px solid #bfbfbe;
    resize: none;
    padding: 10px;
    margin-bottom: 15px
}

label.label_expert {
    float: left
}

.char_counter {
    float: right;
    color: #bdbdbd
}

.charNum,
.char_available {
    float: left
}

.char_available:before {
    content: "/";
    padding: 0 5px
}

.label_expert_details {
    padding-bottom: 0!important
}

.expert_image_link_block {
    width: 100%;
    height: 236px;
    border: 1px solid #bfbfbe;
    margin-bottom: 15px
}

.expert_url input {
    width: 60%!important;
    height: 44px;
    border: 1px solid #e3e3e3;
    outline: 0!important;
    border-left: 0;
    font-size: 12px
}

.expert_url_bg {
    background: url(../img/url.png) 45% center no-repeat
}

.expert_img_bg {
    background: url(../img/image_pick.png) 45% center no-repeat
}

.expert_url .input-group-addon:before {
    content: ""
}

.input-group-addon {
    padding-right: 0
}

.expert_url .input-group-addon:after {
    content: "|";
    color: #e0e0e0;
    font-size: 19px;
    padding-left: 40px
}

.blocks_sep,
.input_overlay-layer {
    color: #919191
}

.expert_block_url_pick,
.expert_upload_img_block {
    width: 100%;
    margin: 0 auto
}

.blocks_sep {
    text-align: center;
    font-size: 12px;
    padding: 20px 0
}

.upload_btn {
    opacity: 0
}

.input_overlay-layer {
    position: absolute;
    width: 85%;
    height: 44px;
    border-right: none;
    outline: 0!important;
    border-left: 0;
    font-size: 12px;
    line-height: 42px;
    padding-left: 12px
}

.expert_pay_block {
    padding: 0 60px
}

.expert_pay_block_in input {
    width: 100%;
    height: 44px;
    border: 1px solid #bfbfbe;
    resize: none;
    padding: 10px;
    font-size: 12px;
    margin-bottom: 15px
}

.expert_cost,
.expert_pay_block_in label,
.expert_user_balance_block,
.pay_by_cart,
.user_balance_fill a {
    font-family: 'BPG Arial';
    color: #595959;
    font-size: 14px
}

.expert_pay_block_in label {
    display: block;
    font-weight: 400;
    padding-bottom: 10px!important
}

.prod_discount_price,
.prod_standart_price {
    display: inline-block
}

.expert_cost {
    float: right;
    padding-bottom: 10px
}

.question_price {
    padding-right: 3px
}

.expert_user_balance_block {
    padding-bottom: 20px
}

.expert_user_balance_block input {
    width: auto;
    height: auto;
    margin-right: 5px
}

.mastercard_cart_method,
.visa_cart_method {
    box-shadow: 0 0 5px 3px rgba(228, 228, 228, 1);
    margin-right: 15px;
    -webkit-box-shadow: 0 0 5px 3px rgba(228, 228, 228, 1);
    -moz-box-shadow: 0 0 5px 3px rgba(228, 228, 228, 1)
}

.price_erteuli,
.user_balance {
    padding-left: 3px
}

.mastercard_cart_method,
.tbcpay_cart_method,
.visa_cart_method {
    width: 49px;
    height: 49px;
    padding: 10px;
    border: 1px solid #f1f1f1
}

.user_balance_fill {
    float: right
}

.visa_cart_method {
    background: url(../img/visa_expert.png) center no-repeat #fff;
    float: left
}

.mastercard_cart_method {
    background: url(../img/expert_mastercard.png) center no-repeat #fff;
    float: left
}

.tbcpay_cart_method {
    background: url(../img/expert_tbc.png) center no-repeat #fff;
    box-shadow: 0 0 5px 3px rgba(228, 228, 228, 1);
    -webkit-box-shadow: 0 0 5px 3px rgba(228, 228, 228, 1);
    -moz-box-shadow: 0 0 5px 3px rgba(228, 228, 228, 1);
    float: left
}

.cards_block_exp {
    margin-top: -12px
}

.expert_payform_block input {
    width: auto;
    height: auto;
    float: left;
    margin-right: 10px
}

.pay_by_cart {
    float: right;
    line-height: 40px
}

.expert_pay_button {
    padding: 30px 0
}

.expert_pay_button button {
    width: 100%;
    background: #9a0000;
    border: none;
    height: 44px;
    font-family: 'BPG Arial Caps';
    color: #fff;
    transition: .2s
}

.expert_pay_button button:hover {
    background: #bfbfbe
}

.wine_expert_right {
    opacity: .4
}

.exp_active {
    opacity: 1!important
}

.input-group .form-control {
    width: 100%
}

@media (max-width:448px) {
    .expert_page_left,
    .expert_pay_block {
        padding: 0!important
    }
    .expert_block_url_pick,
    .expert_upload_img_block {
        margin-right: 0
    }
    .input_overlay-layer {
        font-size: 11px
    }
    .cards_block_exp {
        margin-top: 22px
    }
    .search {
        padding-right: 15px
    }
}

.expert_upload_img_block {
    border: 1px solid #e3e3e3
}

.expert_image_link_block_in {
    padding: 50px 40px
}

.expert_upload_img_block .input-group-addon {
    border: none
}

.product_category_titles .prod_cat li {
    list-style: none;
    float: left
}

.prod_cat {
    padding-left: 0
}

.product_category_titles .prod_cat li a {
    font-size: 15px;
    font-family: 'BPG Arial';
    color: #909090
}

.product_category_titles .prod_cat li a:after {
    content: url(../img/prod_nav.png);
    padding: 0 10px
}

.product_category_titles .prod_cat li:last-child a:after {
    content: ""
}

.product_desc_top_in {
    padding: 40px 70px;
    text-align: center;
    font-family: 'BPG Arial';
    font-size: 16px;
    color: #000;
    background: #f0f0f0
}

.prodpage_prod_price_discount,
.prodpage_prod_title {
    color: #900;
    font-family: 'BPG Arial Caps'
}

.product_desc_top_in .store_item_rating {
    font-size: 15px
}

.prodpage_prod_title {
    font-size: 35px
}

.product_desc_top_in div {
    padding-bottom: 8px
}

.prodpage_prod_price_discount {
    text-align: center;
    font-size: 20px;
    padding-top: 20px
}

.prod_discount_price {
    text-decoration: line-through;
    padding-right: 25px
}

.product_page_buttons_block {
    padding-top: 15px
}

.product_page_buttons_block button {
    width: 46%;
    height: 39px;
    background: #900;
    border: none;
    color: #fff;
    font-size: 16px;
    font-family: 'BPG Arial Caps';
    transition: .5s
}

.product_page_buttons_block button:hover {
    background:  #ddabab;
}

.prod_buy_but {
    float: left
}

.prod_addcart_but {
    float: right
}

.add_cart_butt {
    background: url(../img/add_to_cart.png) left center no-repeat;
    width: 25px;
    height: 25px;
    padding-left: 30px
}

.product_image_slider_block {
    height: 398px
}

.prod_body_row {
    padding: 26px 0
}

#other_wines .newsblockrow {
    padding-left: 35px
}

#wine_at_meals .newsblockrow {
    padding-left: 15px
}

.newsblockrow {
    padding: 0 0 0 15px
}

.wine_company_title {
    font-family: 'BPG Arial Caps';
    font-size: 15px
}

.wine_company_desc,
ul.tabs li {
    font-family: 'BPG Arial'
}

.wine_company_body {
    padding: 10px 0;
    overflow: hidden
}

.wine_company_img img {
    padding: 0 13px 0 0;
    display: block;
    margin: 0 auto;
    width: 85%
}

.wine_company_img {
    width: 712px
}

.wine_company_desc {
    font-size: 14px;
    padding-bottom: 16px
}

.wine_company_screens_in ul {
    padding-left: 0
}

.wine_company_screens_in ul li {
    display: inline-block;
    list-style: none
}

.wine_company_screens_in ul li img {
    width: 253px
}

.product_image_slider_block_in ul li {
    list-style: none;
    padding-bottom: 10px
}

.product_image_slider_block_in ul li img {
    max-height: 110px;
    list-style: none;
    cursor: pointer
}

.product_image_slider_block_in {
    padding: 25px 20px 10px
}

.prod_image_slider_left_thumbs {
    float: left
}

.prod_image_slider_right_big {
    float: right;
    width: 43%
}

.prod_image_big_slide {
    position: relative
}

.prod_image_big_slide img.big_item_img {
    min-height: 325px
}

.image_big_slide_prev {
    position: absolute;
    top: 50%;
    left: -45%;
    cursor: pointer
}

.image_big_slide_next img:hover,
.image_big_slide_prev img:hover {
    opacity: .7
}

.img_active_next:hover,
.img_active_prev:hover {
    opacity: .6
}

.image_big_slide_next {
    position: absolute;
    top: 50%;
    right: 30%;
    cursor: pointer
}

.tab-content {
    display: none;
    padding: 15px
}

.tab-content.current {
    display: inherit
}

ul.tabs {
    margin: 0;
    padding: 13px 0 0;
    float: left;
    list-style: none;
    height: 50px;
    width: 100%
}

ul.tabs li {
    float: left;
    margin: 0;
    cursor: pointer;
    padding: 7px 60px;
    line-height: 31px;
    overflow: hidden;
    position: relative;
    font-size: 15px
}

.tab_last {
    border-right: 1px solid #333
}

.tab_containerul.tabs li.active {
    background-color: #fff;
    color: #900;
    border-bottom: 1px solid #fff;
    display: block
}

.tab_content,
.tab_drawer_heading {
    display: none
}

.tab_container {
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
    overflow: auto
}

.tab_content {
    padding: 20px 20px 0
}

@media screen and (max-width:826px) {
    .d_active,
    .tab_drawer_heading {
        color: #fff;
        font-size: 15px;
        font-family: 'BPG Arial Caps'
    }
    .tabs {
        display: none
    }
    .tab_drawer_heading {
        background-color: #900;
        border-top: 1px solid #fff;
        margin: 0;
        padding: 10px 20px;
        display: block;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }
    .d_active {
        background-color: #a4a4a4
    }
}

.imgw-responsive {
    width: 100%;
    height: auto
}

.embed-responsive-2by1 {
    padding-bottom: 50%
}

#wrapper {
    padding: 0 7%
}

#vertical-thumbs {
    overflow: auto
}

.thumb-item {
    padding: 0 10px 20px
}

.thumb-item .thumb {
    cursor: pointer;
    cursor: hand
}

#stage {
    border: 1px solid #5d7563;
    padding: 0;
    height: 397px
}

#stage .stage-item {
    white-space: normal
}

.gallery {
    height: 100%
}

.slick-list {
    overflow: hidden;
    height: 100%!important
}

.main_store_row {
    padding-bottom: 0
}

.cart_prod_img {
    float: left;
    width: 45%
}

.cart_prod_title {
    text-align: left;
    font-family: 'BPG Arial';
    font-size: 16px
}

.cart_page_buy_continiue button,
.vaucheri_block button {
    font-family: 'BPG Arial Caps';
    font-size: 13px;
    height: 40px
}

.prod_count_block {
    border: 1px solid #c3c3c3;
    width: 95px;
    height: 40px;
    margin: 30px auto auto
}

.prod_count_down,
.prod_count_up {
    height: 19px;
    width: 29px;
    border-right: 1px solid #c3c3c3
}

.prod_count_up {
    border-bottom: 1px solid #c3c3c3;
    background: url(../img/increase.png) center no-repeat
}

.prod_count_down {
    background: url(../img/decrease.png) center no-repeat
}

.prod_count_left {
    float: left
}

.prod_count_right input {
    width: 68%;
    height: 38px;
    float: left;
    border: none;
    text-align: center
}

.table-striped>tbody>tr td:first-child {
    background-color: #fff;
    border: none
}

.table>thead>tr>th:first-child {
    border-bottom: 0 solid
}

.table>thead>tr>th {
    padding-bottom: 30px
}

.chek_cart_item {
    padding-top: 45px
}

.cart_page_bottom_block {
    margin: 20px 39px 20px 119px
}

.vaucheri_block {
    float: left;
    padding-bottom: 15px
}

.cart_page_buy_continiue {
    float: right;
    padding-bottom: 20px
}

.vaucheri_block button {
    border: 1px solid #d1d1d1;
    background: #fff;
    color: #d1d1d1;
    padding: 0 20px;
    margin-bottom: 10px
}

button.vaucheri_use {
    background: url(../img/vaucher_use.png) 5% center no-repeat #d1d1d1;
    color: #fff;
    line-height: 40px;
    padding-left: 43px;
    border-bottom: 1px solid #8d8f8f
}

.cart_page_buy_continiue button {
    background: url(../img/conti_but.png) 95% center no-repeat #9a0000;
    border: 1px solid #d1d1d1;
    color: #fff;
    line-height: 41px;
    padding: 0 25px 0 10px;
    border-bottom: 1px solid #8d8f8f
}

.whole_prise_block {
    float: right;
    font-family: 14px;
    font-family: 'BPG Arial Caps';
    color: #3a3a3a;
    margin-bottom: 20px
}

.whole_prise_block .price_all {
    padding-left: 10px
}

.delivery_page_all_block {
    padding: 0 30px 0 130px
}

.add_address_update_button button {
    border: none;
    background: #f1f1f1;
    font-size: 13px;
    font-family: 'BPG Arial Caps';
    color: #595959;
    outline: 0;
    min-height: 45px;
    padding: 13px
}

.add_address_update_button {
    float: right;
    width: 65.5%;
    padding-top: 10px
}

textarea.add_com {
    padding: 8px 10px;
    font-family: 'BPG Arial'
}

.delivery {
    font-family: 'BPG Arial Caps';
    color: #2a2a2a;
    font-size: 18px;
    border-bottom: 1px solid #a4a4a4;
    padding-bottom: 15px
}

.delivery_all_block {
    padding: 30px 70px;
    text-align: center;
    font-size: 14px;
    font-family: 'BPG Arial';
    color: #aaa
}

.cart_buy_title_block_in,
.delivery_page_buy_continiue button,
.sum_total_delivery {
    font-family: 'BPG Arial Caps'
}

.option_price {
    float: right;
    margin-right: 15px;
    border-top: 1px solid #ddd;
    padding-top: 5px;
    margin-top: 5px;
    color: #3a3a3a
}

.delivery_option input,
.delivery_picked_in input {
    margin-right: 8px
}

.delivery_options {
    background: #fcfcfc;
    padding: 0 20px;
    text-align: left
}

.delivery_option {
    padding: 30px 0 10px;
    border-bottom: 1px solid #ebebeb
}

.delivery_options .third {
    border-bottom: 3px solid #ebebeb;
    padding: 30px 0 20px
}

.sum_total_delivery {
    color: #3a3a3a;
    font-size: 14px;
    text-align: left;
    padding: 20px 0
}

.delivery_page_buy_continiue {
    float: right;
    padding-top: 20px
}

.delivery_page_buy_continiue button {
    background: url(../img/conti_but.png) 95% center no-repeat #9a0000;
    border: 1px solid #d1d1d1;
    height: 40px;
    color: #fff;
    font-size: 13px;
    line-height: 41px;
    padding: 0 25px 0 10px;
    border-bottom: 1px solid #8d8f8f;
    margin-bottom: 15px
}

.delivery_page_right {
    padding-bottom: 35px
}

.cart_buy_title_block {
    padding: 0 45px 25px
}

.cart_buy_title_block_in {
    font-size: 18px;
    border-bottom: 1px solid #a4a4a4;
    padding: 15px 0 5px
}

.delivery_option_picked {
    background: #f1f1f1;
    padding: 18px 22px
}

.delivery_picked_in {
    font-family: 'BPG Arial';
    color: #a4a4a4;
    line-height: 15px
}

.cart_buy_priceall,
.pay_method_choose {
    font-family: 'BPG Arial Caps';
    font-size: 14px
}

.cart_buy_priceall {
    float: right;
    padding: 20px 0
}

.cart_pay_method_in {
    padding: 18px 0
}

.pay_method_choose input {
    float: left;
    margin-right: 10px
}

.pay_by_mastercard .master_cart_pay {
    background: url(../img/master.png) center no-repeat;
    height: 30px;
    width: 47px;
    padding: 10px 25px;
    border: 1px solid #f3f3f3;
    margin-right: 10px
}

.pay_by_mastercard {
    float: left;
    padding-right: 20px
}

.cart_mybalace {
    padding-left: 20px
}

.cart_pay_method {
    padding-bottom: 20px
}

.cart_coupon_in {
    font-family: 'BPG Arial';
    font-size: 12px;
    color: #909090
}

.active_coupon_butt,
.delivery_page_buy_final button {
    color: #fff;
    font-family: 'BPG Arial Caps'
}

.cart_coupon_in input {
    width: 107px;
    height: 37px;
    border: 1px solid #d1d1d1;
    margin-left: 5px;
    padding-left: 10px
}

.active_coupon_butt {
    width: 169px;
    height: 37px;
    border: none;
    background: #5b970c;
    margin-left: 15px
}

.delivery_page_buy_final {
    float: right;
    padding-top: 20px;
    padding-bottom: 30px
}

.delivery_page_buy_final button {
    background: url(../img/conti_but.png) 95% center no-repeat #d1d1d1;
    border: 1px solid #d1d1d1;
    height: 40px;
    font-size: 13px;
    line-height: 41px;
    padding: 0 25px 0 10px;
    border-bottom: 1px solid #8d8f8f
}

.chek_all_cart_item label {
    margin-bottom: 0
}

.myCheckbox input {
    display: none
}

.myCheckbox span {
    width: 17px;
    height: 17px;
    display: block;
    background: url(../img/checkbox.png)
}

.myCheckbox input:checked+span {
    background: url(../img/checkbox_checked.png)
}

.myCheckbox_white input {
    display: none
}

.myCheckbox_white span {
    width: 13px;
    height: 13px;
    display: block;
    background: url(../img/checkbox_white.png)
}

.myCheckbox_white input:checked+span {
    background: url(../img/checkbox_white_checked.png)
}

.delivery_picked_in label,
.pay_method_choose label {
    float: left;
    margin-right: 10px
}

.block_grey {
    background: #f6f6f6;
    min-height: 35px
}

.block_white {
    background: #fff;
    min-height: 35px
}

.spec_wine_block_in {
    padding: 8px 30px
}

.spec_wineblock_left {
    float: left;
    width: 50%;
    font-family: 'BPG Arial Caps'
}

.legend_in,
.registration_checks label,
.spec_venific_paragraph,
.spec_wineblock_right {
    font-family: 'BPG Arial'
}

.spec_wineblock_right {
    float: left;
    color: #737373
}

.spec_wineblock_right ul {
    padding: 0;
    margin: 0
}

.spec_wineblock_right ul li {
    display: inline-block;
    list-style: none
}

.spec_wineblock_right ul li:after {
    content: "/";
    padding: 0 5px
}

.spec_wineblock_right ul li:last-child:after {
    content: ""
}

.spec_venific_paragraph {
    color: #737373;
    padding-bottom: 10px
}

.legend_in {
    padding: 5px 30px 10px;
    font-size: 14px;
    color: #737373
}

.spec_wine_venific_par {
    margin-bottom: 20px
}

.legend_field {
    padding-bottom: 16px
}

.hide-bullets {
    list-style: none;
    margin-left: -40px;
    height: 370px;
    overflow: hidden
}

.hide-bullets ul li {
    display: block;
    max-height: 100px;
    cursor: pointer
}

.img_slider_leftblock {
    float: left
}

.img_slider_rightblock {
    float: right;
    width: 50%;
    position: relative
}

.slider_img_active img {
    height: 350px;
    cursor: pointer
}

.img_active_next,
.img_active_prev {
    width: 24px;
    height: 40px;
    top: 45%;
    transition: .3s;
    position: absolute;
    cursor: pointer
}

.img_active_prev {
    background: url(../img/prod_arr_prev.png) center no-repeat;
    left: -36%
}

.img_active_next {
    background: url(../img/prod_arr_next.png) center no-repeat;
    right: 36%
}

@media (max-width:500px) {
    .img_active_next {
        position: absolute;
        top: 45%;
        right: 17%
    }
}

.clear_block {
    display: none
}

@media (max-width:300px) {
    .img_active_next {
        position: absolute;
        top: 45%;
        right: -21%
    }
    .img_active_prev {
        position: absolute;
        top: 45%;
        left: -30%
    }
    .add_address_update_button button {
        padding: 3px;
        font-size: 11px
    }
    .add_address_update_button {
        float: none;
        width: auto
    }
    .clear_block {
        display: block
    }
    .delivery_page_all_block {
        padding: 0
    }
    .delivery_all_block {
        padding: 30px 10px
    }
    .prodpage_prod_title {
        margin-left: -30px
    }
    .pay_by_mastercard {
        padding-bottom: 30px;
        padding-right: 0
    }
    .cart_buy_title_block {
        padding: 0 20px 25px 10px
    }
    .pay_method_choose {
        font-size: 13px!important
    }
    .cart_coupon_in input {
        margin: 10px 0
    }
    .active_coupon_butt {
        margin-left: 1px
    }
    .delivery_page_buy_final {
        margin-left: 1px;
        float: left
    }
    .cart_buy_title_block_in {
        padding-top: 10px
    }
}

@media (max-width:284px) {
    .img_active_next {
        position: absolute;
        top: 45%;
        right: -21%
    }
    .img_active_prev {
        position: absolute;
        top: 45%;
        left: -30%
    }
    .add_address_update_button button {
        padding: 3px;
        font-size: 11px
    }
    .add_address_update_button {
        float: none;
        width: auto
    }
    .delivery_page_all_block {
        padding: 0
    }
    .delivery_all_block {
        padding: 30px 10px
    }
    .prodpage_prod_title {
        margin-left: -30px
    }
    .pay_by_mastercard {
        padding-bottom: 30px;
        padding-right: 0
    }
    .cart_buy_title_block {
        padding: 0 20px 25px 10px
    }
    .pay_method_choose {
        font-size: 13px!important
    }
    .cart_coupon_in input {
        margin: 10px 0
    }
    .active_coupon_butt {
        margin-left: 1px
    }
    .delivery_page_buy_final {
        margin-left: 1px;
        float: left
    }
    .cart_buy_title_block_in {
        padding-top: 10px
    }
}

@media (max-width:826px) {
    .cart_page_buy_continiue,
    .whole_prise_block {
        float: left
    }
    .delivery_page_all_block {
        padding: 0 0 0 30px
    }
    .delivery_all_block {
        padding: 30px 26px 30px 0
    }
    .cart_page_bottom_block {
        margin: 20px 0 20px 10px
    }
    .user_page_right {
        margin-left: 10px
    }
}

@media (max-width:1280px) {
    .navbar-nav li {
        padding: 0 4px
    }
    .navbar-default li a {
        font-size: 11px
		
    }
    .navbar-nav li:hover {
        border-bottom: 3px solid transparent
    }
}

.wine_expert a:before {
    content: url(../img/head_wine_exp.png);
    padding-right: 17px
}

.wine_expert a:after {
    content: url(../img/head_wine_exp.png);
    padding-left: 17px
}

.block_at_meals .newsblockimage1 img,
.block_interest .newsblockimage1 img,
.block_news_items .newsblockimage1 img {
    width: 100%
}

.cart_active_nav {
    background: #c7c7c7
}

.cart_active_arrow {
    background: url(../img/nav_active_arrow.png) right center no-repeat!important;
    width: 34px;
    height: 65px;
    position: absolute;
    top: 0;
    right: -34px;
    z-index: 123
}

.table_block {
    padding: 0 40px
}

.table_all_block {
    overflow-x: auto
}

@media (max-width:399px) {
    .add_address_update_button button {
        font-size: 12px;
        padding: 7px
    }
    .add_address_update_button {
        float: none;
        width: auto
    }
}

input#agree_terms {
    float: left;
    margin-right: 5px
}

label#remember_pass {
    padding-bottom: 0;
    font-size: 13px
}

.registration_checks label {
    display: block;
    font-size: 13px;
    color: #595959;
    font-weight: 400;
    padding-bottom: 10px;
    cursor: pointer
}

.newsblockrow .col-md-6 {
    padding-left: 0
}

.collection_wines_block .col-md-4:nth-child(4) {
    display: none
}

@media(max-width:991px) {
    .collection_wines_block .col-md-4:nth-child(4) {
        display: block
    }
}

@media (max-width:1282px) {
    ul.tabs li {
        padding: 7px 40px
    }
}

@media (max-width:992px) {
    ul.tabs li {
        padding: 7px 23px
    }
}

@media (max-width:826px) {
    .nav_main,
    .nav_orders {
        overflow: hidden
    }
}

@media(max-width:1280px) {
    .newsblocktitle2 {
        width: 55%
    }
    .newsblockdescription2 {
        width: 50%
    }
}

#countdown {
    font-family: BPGMrgvlovaniCaps2010;
    font-size: 16px
}

.mcinput {
    border: 1px solid #bfbfbe;
    height: 40px;
    width: 75%;
    outline: 0;
    font-size: 14px;
    font-family: 'BPG Arial';
    color: #595959;
    font-weight: 400;
    margin-top: 10px;
    padding-left: 10px
}

.author_name_showmore a,
.footer_menu_heading {
    font-family: "BPG Banner Caps", sans-serif;
}

@media only screen and (max-width:392px) {
    .slider-wrapper .caption {
        display: none
    }
    .control-buttons {
        margin-top: 15px;
        text-align: center;
        z-index: 123;
        position: absolute;
        bottom: 5px;
        right: 18px
    }
    .control-buttons li {
        cursor: pointer;
        display: inline-block;
        background: #911313;
        text-indent: -99999px;
        height: 17px;
        width: 17px;
        margin: 0 6px
    }
}

.author_name_showmore {
    padding-left: 35px
}

.author_name_showmore a {
    font-size: 12px;
    color: #595959
}

.show_more_box_in {
    float: left;
    width: 20px;
    height: 20px;
    background-color: #000;
    margin-right: 10px;
    font-family: 'BPG Arial';
    color: #fff;
    text-align: center
}

.show_more_but {
    background: #900;
    color: #fff!important;
    border-radius: 0
}

.minusheight {
    height: 0!important
}

.back-to-top.show {
    visibility: visible;
    bottom: 35px;
    opacity: 1
}

.back-to-top {
    width: 44px;
    height: 36px;
    background: url(../img/top-button.png) center no-repeat;
    visibility: hidden;
    text-align: center;
    line-height: 48px;
    position: fixed;
    bottom: 140px!important;
    right: 35px;
    z-index: 90;
    cursor: pointer;
    border-radius: 1px;
    opacity: 0;
    -webkit-transform: translateZ(0);
    transition: all .6s
}

.article_item_desc p iframe {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.top_banner {
    float: left;
}

.hide_col .col-md-6 .newsblockitem2:last-child {
    display: none
}

@media(max-width:420px) {
    .hide_col .col-md-6 .newsblockitem2:last-child {
        display: block
    }
    .newsblockimage2 {
        width: 100%!important
    }
    .newsblocktitle2 {
        width: 97%;
        padding-bottom: 8px;
        max-height: 31px;
        line-height: 1.5em;
        overflow: hidden
    }
    .newsblocktitle2 a {
        font-size: 13px
    }
    .newsblockdescription2 {
        width: 98%
    }
    .top_banner {
        padding-top: 10px
    }
}

.mainblock iframe {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.top_banner_in {
    width: 88px;
    height: 31px;
    margin-right: 63px;
    margin-top: 15px
}

.mobile_news_block_show {
    padding: 0
}

.blockitem_pagein {
    height: auto!important;
    margin: 7px 0
}

.block_interest:first-child .blockitem_pagein {
    margin: 0
}

.success {
    text-align: center;
    line-height: 2.5em
}

.warning {
    color: orange;
    padding-left: 64px
}

.success-icon {
    color: #127108;
    font-size: 16px
}

.page-header {
    margin: 40px 0 10px!important
}

.filter_toggle_block,
.filter_toggle_block_bottle,
.filter_toggle_block_brand,
.filter_toggle_block_date,
.filter_toggle_block_region {
    background-image: url(../img/arrow.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    width: 12px;
    height: 8px;
    float: right;
    padding-left: 25px;
    padding-top: 15px;
    cursor: pointer
}

.prod_descriptio_block {
    min-height: 100px
}

.delete_from_cart {
    background: #f1f1f1;
    color: #b7b7b7;
    width: 22px;
    height: 22px;
    transition: .2s;
    margin: auto;
    line-height: 23px
}

.delete_from_cart:hover {
    background: #b7b7b7;
    color: #fff
}

.table-striped>tbody>tr .delete_butt_td:last-child {
    background-color: #fff;
    border: none
}

.user_page_nav_block_buy_in a {
    width: 33.3333333%;
    display: block;
    float: left
}

.table_my_orders>tbody>tr td:first-child {
    border-top: 1px solid #ddd!important;
    border-right: 2px solid #f1f1f1;
    background-color: transparent
}

.table_my_orders>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9!important
}

.table_my_orders>tbody>tr:nth-of-type(even) {
    background-color: #fff!important
}

.norderMsg {
    text-align: center;
    padding: 20px;
    font-size: 16px
}

.linkin {
    font-size: 15px;
    color: #000
}

.prodpage_prod_winecompany a:hover,
.spec_wineblock_right a:hover {
    color: #900
}

#filterForm .col-md-3 iframe {
    width: 285px;
    margin-left: -15px
}

.spec_wineblock_right a {
    padding-right: 15px
}

.footer_menu_heading {
    color: #black;
    font-size: 15px;
    background: url(../img/footer_menu_head.png) 0 100% no-repeat;
    padding-bottom: 8px;
    margin-bottom: 5px
}

.foot_menu_list li a,
.footer_row {
   font-family: "BPG Banner Caps", sans-serif;
    color:white !important;
}

.foot_menu_list {
    margin: 0;
    padding: 0!important
}

.foot_menu_list li {
    list-style: none;
    padding: 5px 0
}

.foot_menu_list li a {
    display: block;
    font-size: 14px
}

.footer_row {
    font-size: 12px
}

.footer_row span {
    display: block;
    padding: 5px 0 5px 42px
}

.footer_row span a {
    color: white !important;
    font-size: 14px
}

.footer_address_info {
    background: url(../img/foot_adress_icon.png) left center no-repeat
}

.footer_onlinehelp_info {
    background: url(../img/foot_mesenger_icon.png) left center no-repeat
}

.footer_number_info {
    background: url(../img/footer_hotline.png) left center no-repeat
}

.footer_fb_info {
    background: url(../img/foot_fb_1.png) left center no-repeat
}

.footer_inst_info {
    background: url(../img/foot_inst_1.png) left center no-repeat
}
.footer_youtube_info {
    background: url(../img/foot_youtube_icon.png) left center no-repeat
}
.foot_bot_left {
    float: left!important
}

.foot_bot_right {
    float: right!important
}

.foot_seperator_div {
    background: url(../img/footer_menu_head.png) top center repeat-x;
    height: 2px;
    width: 100%;
    margin-left:0px;
    margin-top: 50px;
    overflow: hidden
}

.text-black {
    color: #000!important
}

.wine_brand_all {
    height: 30.1em;
    overflow: auto;
    color: #111 !important;
}

@media(max-width:1160px) {
    .banner_b1 {
        display: none
    }
}

.hot_line_right_floating {
    position: fixed;
    bottom: 280px;
    right: 0;
    width: 55px;
    height: 55px;
    background: url(../img/hotline.png) 50% no-repeat #900;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    transition: .5s;
    cursor: pointer
}

.hot_line_right_floating:hover {
    width: 178px;
    background-position: 8% 50%
}

.hot_line_right_floating:hover .hotline_number {
    display: block
}

.hotline_number {
    font-family: 'BPG Arial Caps';
    color: #fff;
    font-size: 23px;
    text-align: center;
    line-height: 55px;
    font-weight: 700;
    padding-left: 35px;
    display: none
}

.hot_line_right_floating:hover+.hotline_number {
    display: block
}

p.success a {
    font-size: 14px
}

.hotline_information {
    padding-left: 30px
}

.hotline_information p {
    color: #676767;
    font-size: 13px;
    font-family: 'BPG Arial';
    padding-top: 20px
}

.hotline_left {
    float: left!important
}

@media(max-width:375px) {
    .hot_line_right_floating {
        display: none
    }
}

.store_item_addtocart a {
    height: 35px;
    padding: 10px;
    border: none;
    color: #fff;
    font-size: 14px;
    font-family: 'BPG Arial Caps';
    transition: .5s;
    background: #900
}

.store_item_addtocart a:hover {
    background: #900
}

.prod_raodenoba_inp {
    position: relative;
    line-height: 40px;
    margin-left: 20px
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.prod_raodenoba_inp input {
    color: #3a3a3a;
    font-family: 'BPG Arial';
    text-align: center;
    width: 95px;
    height: 41px;
    line-height: 1.65;
    float: right;
    display: block;
    padding: 0 0 0 15px;
    margin: 0;
    border: 1px solid #c1c1c1
}

.prod_raodenoba_inp input:focus {
    outline: 0
}

.quantity-nav {
    float: right;
    position: relative;
    height: 42px
}

.mobile_logo_archor,
.modal_content_left_block,
.modal_content_right_block {
    float: left
}

.quantity-button {
    position: relative;
    cursor: pointer;
    border-right: 1px solid #c1c1c1;
    width: 20px;
    text-align: center;
    color: #c1c1c1;
    font-size: 18px;
    font-weight: 400;
    font-family: "Trebuchet MS", Helvetica, sans-serif!important;
    line-height: 1.2;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 0;
    right: -41px;
    border-bottom: 1px solid #c1c1c1
}

.quantity-button.quantity-down {
    position: absolute;
    bottom: 2px;
    height: 50%;
    right: -41px
}

.modal-dialog {
    width: 675px!important;
    height: 315px!important;
    padding: 13px 0 13px 13px;
    background: #fff;
    margin: 250px auto
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    outline: 0;
    box-shadow: none;
    width: 100%
}

.modal_mini {
    max-width: 500px;
    margin: 340px auto
}

.modal_mini_content {
    border-radius: 0;
    text-align: center
}

.modal_mini_content button {
    background: #900;
    color: #fff;
    border: none;
    font-family: 'BPG Arial Caps';
    padding: 5px
}

.modal_content_right_block_in {
    padding: 20px 0 0 21px
}

.input_div {
    width: 325px;
    height: 42px;
    margin-bottom: 10px
}

.input_div input {
    width: 257px!important;
    height: 40px;
    border: 1px solid #ddabab
}

.input_div input:focus {
    border: 1px solid #900
}

.modal_popup_main .input-group-addon {
    width: 70px;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: #ddabab;
    border: 1px solid #ddabab;
    border-radius: 1px
}

.modal_popup_main .input-group-addon a {
    color: #fff;
    text-decoration: none;
    width: 70px;
    display: block;
    height: 37px;
    line-height: 35px;
    font-family: ArchyEDT-Bold;
    font-size: 16px
}

.head_Text {
    font-family: 'BPG Arial Caps';
    font-size: 18px;
    color: #900;
    display: block;
    padding-bottom: 15px
}

.input_heading,
.middle_info_text,
.modal_foot_info {
    color: #000;
    display: block;
    font-family: 'BPG Arial'
}

.middle_info_text {
    font-size: 14px;
    padding-bottom: 35px
}

.input_heading,
.modal_foot_info {
    font-size: 12px
}

.input_heading {
    padding-bottom: 10px
}

.button_close_main_pop {
    background: url(../img/close_pop_main.png) center center no-repeat!important;
    position: absolute;
    right: -32px;
    top: -47px;
    width: 30px;
    height: 30px;
    z-index: 12414879789;
    opacity: 1
}
.button_close_Egg_pop
{
    background: url(../img/closeEGg.png) center center no-repeat!important;
    position: absolute;
    right: 11px;
    border: none;
    top: 11px;
    width: 16px;
    height: 17px;
    opacity: 1;
    z-index: 123;

}
.addon_focus_style {
    background-color: #900!important;
    border: 1px solid #900!important;
    transition: .3s
}

.modal_active_shadow {
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .75);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .75)
}

.modal_opened {
    display: block!important
}

.main-page-popup {
    position: fixed;
    width: auto;
    margin: 10px;
    left: 50%;
    margin-left: -330px!important;
    top: 50%;
    margin-top: -125px!important
}

.language_box_mobile {
    display: none;
    width: 49px;
    height: 24px;
    padding: 1px 0 0 3px;
    border: 1px solid #e2e2e2
}

.language_box_mobile select {
    border: none;
    background: url(../img/drop_arrow.png) 98% center no-repeat;
    appearance: none;
    -webkit-appearance: none;
    padding-right: 20px;
    outline: 0
}

.language_box_mobile select option {
    border: none
}

@media(max-width:475px) {
    .language_box_mobile {
        display: block
    }
    .language_box {
        display: none
    }
}

@media(max-width:375px) {
    .mainblockin iframe {
        display: none
    }
}

.eng_ru_lang li a {
    font-family: 'BPG Sans'!important;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 12px 10px
}

.carousel-inner .item {
    height: 180px;
    overflow: hidden
}

.carousel-inner .item img {
    height: 100%
}

.carousel-indicators {
    margin-bottom: 0!important
}

.mobile_head_right {
    float: right
}

.header_mobile {
    border-top: 3px solid #900
}

.shop_cart_box_mobile {
    margin-top: 6px
}

.login__mobile {
    float: right;
    height: 6px
}

.navbar-default_mobile {
    border: none
}

.registrar_mobile a {
    padding-right: 0!important
}

@media(max-width:400px) {
    .product_desc_top_in {
        padding: 40px 45px
    }
    .wine_company_img {
        width: auto
    }
    .wine_company_img img {
        padding: 0 13px 0 30px
    }
    .banner_left_product {
        margin-left: 10px
    }
    .modal_mini {
        max-width: 500px;
        margin: 140px 30px 140px 15px
    }
    .spec_wineblock_right {
        float: left;
        color: #737373;
        padding-left: 25px
    }
}

@media(max-width:320px) {
    .product_desc_top_in {
        padding: 40px 30px
    }
}

@media(max-width:310px) {
    .product_desc_top_in {
        padding: 40px 25px
    }
}

button.autorizacia_drop_mobile {
    border: none;
    background: url(../img/dropdown_arow.png) 95% center no-repeat;
    padding-right: 35px;
    padding-left: 10px;
    background-color: none;
    color: #555;
    height: 36px;
    font-family: 'BPG Arial Caps';
    font-size: 12px;
    text-decoration: none;
    margin-top: 24px;
    margin-right: 0
}

.sareklamo_media_in a,
.sareklamo_prailisti_in a,
.sareklamo_teqnika_in a {
    height: 43px;
    line-height: 42px;
    font-size: 16px;
    color: #515151;
    font-family: bpg_square_mtavruli_2012Rg;
    display: table
}

.dropdown-menu_mobile {
    min-width: 187px!important
}

.about_wine_company_block {
    margin-right: 15px
}

.sareklamo_pri_teq_media {
    padding: 0 0 60px;
    overflow: hidden;
    display: table;
    margin: 0 auto
}

.sareklamo_prailisti {
    float: left;
    width: 236px
}

.sareklamo_prailisti_in a {
    background: url(../img/reklama_big_icon.png) no-repeat;
    padding-left: 76px
}

.sareklamo_teqnika {
    float: left;
    width: 330px
}

.sareklamo_teqnika_in a {
    background: url(../img/reklama_big_icon.png) 0 -94px no-repeat;
    padding-left: 90px
}

.sareklamo_media {
    float: left;
    width: 170px
}

.sareklamo_media_in a {
    background: url(../img/reklama_big_icon.png) 0 -215px no-repeat;
    padding-left: 60px
}

.info_bottom_block {
    float: left;
    width: 50%;
    font-family: 'BPG Arial';
    color: #363636;
    font-size: 14px;
    font-weight: bold;
}

.info_bottom_block .info_mails {
    background: url(../img/sprite_price_mail.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 35px;
    display: block;
}

.info_bottom_block .info_mobiles {
    background: url(../img/sprite_price_mob.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 35px;
    display: block;
    height: 23px;
    line-height: 24px;
    margin-top: -10px;
}

.about_us_block {
    padding: 0px 15px;
}
.wine_brand label
{
    max-width: 225px;
}


.pay_by_mastercard .visa_cart_pay {
    background: url(../img/visa.png) center no-repeat;
    height: 30px;
    width: 47px;
    padding: 10px 25px;
    border: 1px solid #f3f3f3;
    margin-right: 10px;
}

.ratings {
    margin: 0 auto;
    padding: 0;
    float: right;
    padding-right: 10px;
    list-style:none;
    cursor: pointer;
}
.rating_plug {
    font-size: 2.5rem;
    list-style-type: none;
    float: left;
    margin-top: -8px;
}
.rating_plug:before {
    content: '☆';
    color: #990000;
}
.rating_plug:hover:before,
.rating_plug.selected:before {
    content: '★';
    color: #990000;
}
.wine_product_specific{
    padding-top: 22px;
}
.product_right_block .rating
{
    margin-right: -28px;
    font-size: 16px;
}
.specific_title{
    font-size: 14px;
    font-family: 'BPG Arial Caps';
    color: #000;
    display: block;
}
.specific_body{
    display: block;
    color: #737373;
    font-size: 14px;
    font-family: 'BPG Arial';
}
.cloud-zoom-lens
{
    width: 75px !important;
    height: 100px !important;
}

/*dropdown*/


.nav-item-dropdown {
    position: relative;
}
.nav-item-dropdown:hover > .dropdown-menu {
    display: block;
    opacity: 1;
}

.dropdown-trigger {
    position: relative;
}
.dropdown-trigger:focus + .dropdown-menu {
    display: block;
    opacity: 1;
}
.dropdown-trigger::after {
    content: "›";
    position: absolute;
    color: #ED3E44;
    font-size: 24px;
    font-weight: bold;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: -5px;
    right: -15px;
}

.dropdown-menu {
    background-color: #fff;
    display: inline-block;
    text-align: right;
    position: absolute;
    top: 42px;
    right: -10px;
    display: none;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    width: 190px;
    padding: 0px;
    margin: 0px;
    padding-bottom: 20px;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);
}


.dropdown-menu-item {
    cursor: pointer;
    padding: 0px 0px 0px 0px !important;
    text-align: left;
    border: none !important;
    line-height: 16px !important;
}

.dropdown-menu-item a
{
    font-family: 'BPG Arial' !important;
    font-size: 15px !important;
    color: #2a2a2a !important;
    padding: 5px 0px 5px 5px !important;

}
.dropdown-menu>li>a
{
    color: #333 !important;
}
.dropdown-menu-item:hover {
    border-bottom: none !important;

}
.bottle_sticker_block
{
    width: 34px;
    height: 32px;
    position: absolute;
    top: 25px;
    left: 61px;
    background: url(../img/bottles_stiker.png);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 45;
}
.product_sticker_left{
    float: left;
    font-size: 13px;
    font-family: 'BPG Arial Caps';
    max-width: 470px;
    margin-right: 35px;
    padding-left: 30px;
    padding-top: 30px;
}
.product_sticker_block
{
    padding-top: 20px;
}
.product_sticker_image
{
    float: left;
}
.prod_churchxela
{
    float: left;
    padding-left: 26px;
    padding-top: 23px;
}
.image_plus_icon
{
    float: left;
    padding-top: 35px;
    padding-left: 26px;
    padding-right: 26px;
}
@media(max-width:768px){

    .product_sticker_image {
        float: left;
        padding-left: 40px;
    }
}
.navbar-nav li a:hover {

color: #fff !important;
background: #FEBE0D!important;

}
.navbar-nav li a:active
{
    color:#951502!important;
}
.rss_header_logo
{
    float: left;
    padding-bottom: 8px;
}
.rss_georgian_journal_body
{
    padding:10px 0px;
    border-top: 1px solid #a91c09;
    border-bottom: 1px solid #888888;
    margin-bottom: 23px;
}
.rss_body_row
{
    padding-left: 15px;
}
.georgianjournal_rss_item
{
    height: auto !important;
    padding: 0px;
}

#AddModalEgg .modalEggDialog
{
    width: 600px !important;
    height: 361px !important;
    padding: 0px !important; 
    box-shadow: 0px 0px 8px -1px #000;

}
#AddModalEgg .modal-body{
    padding: 0px !important;
}
.EggmodalLeftBlock
{
    float: left;
    font-family: 'G_Iliann';
    color: #8c2028;
    font-size: 30px;

}
.EggmodalLeftBlock span
{
    color: #a74f52;
    font-size: 16px;
    font-family: 'BPG Arial';
    display: block;
    padding-top: 35px;
    font-weight: bold;
}
.EggmodalLeftBlock_in
{
    padding: 80px 0px 0px 25px;
}
.EggmodalRightBlock
{
    float: right;
}


/*wine of day*/
.WineOfDay
{
    width: 232px;
    border: 1px solid #f1f1f1;
    overflow: hidden;
    position: relative;
    background: #fff;
    box-shadow: 0px 15px 10px -10px rgba(0, 0, 0, 0.29);
}
.WIneOfDayHEader
{
    height: 49px;
    line-height: 46px;
    border-bottom: 2px solid #f7f7f7;
    color: #990000;
    font-size: 18px;
    font-family: 'BPG Arial Caps';
}
.WineOfDayBOdy
{
    padding: 18px 10px 25px 5px;
    overflow: hidden;
}
.WIneOfDayHEaderIN
{
    background: url(../images/HeadLine.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 10px;
    padding-top: 5px;

}
.WineOfDayLeft
{
    float: left;
    width: 26%;
    overflow: hidden;
    padding-right: 5px;
}
.WineOfDayIMage
{
    width: 55px;
    height: 210px;
    text-align: center;
}
.WineOfDayIMage img
{
    width: 100%;
    height: 100%;
}
.WineOfDayRight
{
    float: left;
    overflow: hidden;
    font-family: 'BPG Arial';
    font-size: 12px;
    color: #272727;
    text-align: center;
    width: 71%;
}

.WineOfDayTitle
{
    font-size: 14px;
    line-height: 18px;
    color: #585858;
    font-family: 'BPG Arial';
    font-weight: 600;
}
.WineOfDayWineDetailedButon a{
    width: 143px;
    height: 30px;
    text-align: center;
    line-height: 33px;
    display: block;
    color: #000;
    border:1px solid #c7c7c7;
    font-size: 12px;
    font-family: 'BPG Arial Caps';
    background: #fff;
    cursor: pointer;
    text-decoration: none;
    outline: 0;
}
.WineOfDayRow{
    padding-bottom: 7px;
}
.WineOfDayWinePrice
{
    padding: 0px 0px 7px 0px;
    font-size: 18px;
    font-family: 'BPG Arial Caps';
}
.WineOfBOttom
{
    position: absolute;
    bottom: 28px;
    left: 75px;
}
.WineOfDayWinePrice span
{
    font-family: '_bpg_gelregular';
}

/*</wine of day*/

.GemrieliaRss .RssBody 
{
    overflow: hidden;
}
.GemrieliaRss .RssBody a
{
    display: block;
}
.ImageBlockRss
{
    margin-bottom: 10px;
}
.GemrieliaRss .TitleBlockRss
{
    font-size: 14px;
    color: #515151;
    font-family: 'BPG Arial';
    transition: 0.3s;
}
.GemrieliaRss .TitleBlockRss:hover
{
    color:#900;
}
.GemrieliaRss .col-md-4
{
    padding-right: 5px;
    padding-left: 5px;
}
.GemrieliaRss .row
{
    margin-right: -5px;
    margin-left: -5px;
}
.RssHeader
{
    overflow: hidden;
    padding: 15px 0px 12px 0px;
    background: url(../images/BgBOrder.png);
    background-position: top center;
    background-repeat: repeat-x;
    width: 100%;
}
.GemrieliaRss
{
    padding-top: 30px;
}

.RssGeorginaJOurnal {
    padding-top: 30px;
}

.RssHeaderGeoJournal {
    overflow: hidden;
    padding: 15px 0px 14px 0px;
    border-top: 5px solid #a91c09;
    width: 100%;
}
.RssGeoJournalInPage
{
    padding-bottom: 35px;
}

.InpGrpLeftlist
{
    float: left;
}
.InpGrpRightSearchList
{
    display: none;
    position: absolute;
    top: 0;
    right: 8px;
}
.InpGrpRightSearchList button
{
    height: 24px;
    padding: 5px;
    border: none;
    color: #fff;
    font-size: 12px;
    font-family: 'BPG Arial Caps';
    transition: .5s;
    background: #900;
    border-radius: 3px;
}
.Promotion_DegustationLogos
{
    padding-bottom:10px; 
}
.PromotionLogo
{
    display: inline-block;
    padding-right: 10px;
}
.DegustationLogo
{
    display: inline-block;
}
.DeliveryDEtailed .specific_title
{
    padding-bottom: 10px;
}
.DeliveryDEtailed
{
    padding-bottom: 10px;
    overflow: hidden;
}
.DeliveryLog
{
    display: block;
    float: left;
}
.DelieryDate
{
    color: #757575;
    font-size: 22px;
    font-family: 'BPG Arial Caps';
    display: block;
    float: left;
    padding-left: 10px;
    line-height: 28px;
}
.PromotionAnchorBG
{
    background: url(../images/PromotionLogo.png);
    background-position: left 44%;
    background-repeat: no-repeat;
    height: 21px;
    display: block;
    line-height: 25px;
    padding-left: 28px;
}
.DEgustationANchorBg
{
    background: url(../images/degustationLogo.png);
    background-position: left 44%;
    background-repeat: no-repeat;
    height: 24px;
    display: block;
    line-height: 26px;
    padding-left: 28px; 
}
.comp_search_input{
    width: 100%;
}