/*
Theme Name: ProstoCoffee
Theme Name: Twenty Fifteen
Theme URI: https://tigerweb.ru
Author: TigerWeb
Author URI: https://tigerweb.ru
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: prostocoffee
*/


/*
1. Global
*/

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

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

@font-face {
    font-family: 'PTSans-Bold';
    src: url('fonts/PTSans-Bold.eot?#iefix') format('embedded-opentype'),  url('fonts/PTSans-Bold.woff') format('woff'), url('fonts/PTSans-Bold.ttf')  format('truetype'), url('fonts/PTSans-Bold.svg#PTSans-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
.bx-wrapper {
    box-shadow: none;
    border:0;
    background: transparent;
}
html,body {
    background: #ffffff;
    font-size:16px;
    font-weight: normal;
    font-family: 'PTSans-Narrow', sans-serif;
    color:#2d231a;
}
.container {
    max-width:1200px;
    min-width:990px;
    padding: 0 5px;
    margin-left: auto;
    margin-right: auto;
}
.wrapper {
    min-width: 990px;
}
.section_title {
    padding: 0 10px;
    text-align: center;
    width: 100%;
    margin-bottom: 25px;
}
.section_title >div{
    color:#5a3623;
    font-size: 32px;
    line-height: 32px;
    font-family: 'PTSans-Bold',sans-serif;
    text-align: center;
    padding-left: 33px;
    display: inline-block;
}
.section_title>div:before {
    content:"";
    position: absolute;
    left:0;
    width: 28px;
    height: 23px;
    top:0;
    bottom:0;
    margin: auto 0;
    background: url("images/coffee.png");
}
.section_title >div{
    display: inline-block;
}
aside .section_title >div{
	width:100%;
	text-align:left;
}
.section_title span a {
    font-size: 14px;
    line-height: 14px;
    top: 3px;
    position: absolute;
    margin-left: 10px;
    color: #5a3623;
    text-decoration: underline;
}
.section_title span a:hover {
    text-decoration: none;
}
section .subtitle{
    padding: 0 10px;
    text-align: center;
    font-size: 18px;
    color:#2d231a;
    line-height: 22px;
    margin-bottom: 30px;
}

.text_title {
    font-size: 32px;
    line-height: 1;
    color:#edd975;
    font-family: 'PTSans-Bold',sans-serif;
    margin-bottom: 32px;
}
section .text_list .text {
    color:#ffffff;
    font-size: 18px;
    line-height: 22px;
    width: 100%;
}
section .text_list {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}
section .text_list .text_right {
    -ms-flex:0 0 400px;
        flex:0 0 400px;
    padding-left: 20px;
    color:#edd975;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;

}
section.arenda .text_list .text_right {
    height: 301px;
}
section .text p{
    margin-bottom: 22px;
    margin-top: 0;
}
section .text p:last-child {
    margin-bottom: 0;
}
.button_1 {
    width: 140px;
    height: 36px;
    border:2px solid #f0e08f;
    border-radius: 20px;
    text-align: center;
    line-height: 32px;
    color:#edd975;
    font-family: 'PTSans-Bold',sans-serif;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
}
.basket_html .button_1{
    border-color:#e8d7c5;
    color:#e8d7c5;
}
.add_comment .send_div .button_1{
    border-color: #e8d7c5;
    color:#e8d7c5;
}
.basket_html .button_1.color2{
    background:#e8d7c5;
    color:#ffffff;
}
.button_1.hover:hover,  .button_1.green {
    background: #56c137;
    border-color: #56c137;
    color:#ffffff;
}

.button_1.green:hover {
    background: #ffffff;
    border-color: #56c137;
    color:#56c137;
}
.button_1 a{
    color:#edd975;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 20px;
}
.button_1 a:hover{
    text-decoration: none;
}
.button_1:hover a{
    color:#ffffff;
}
/*
2 Header
*/
header {
    height: 48px;
    position: absolute;
    left: 0;
    width: 100%;
    top:0;
    z-index: 2;
    background: rgba(243,229,218,.25);
    transform: translateY(0);
    transition: opacity 0.5s linear 1.5s,transform 0.5s linear 1.5s;
    opacity: 1;
}
header.fixed {
    position: fixed;
    background: rgba(0,0,0,0.6);
    z-index: 110;
}
header .container{
    padding: 0 20px;
    height: 100%;
    color:#ffffff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
}
header .phone_block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: 100%;
}
header .phone,header .phone a {
    font-family: 'PTSans-Bold',sans-serif;
    font-size: 20px;
    color:#ffffff;
    text-decoration: none;
}
header .callback {
    margin-left: 15px;
    text-decoration: underline;
    cursor: pointer;
}
header .callback:hover {
    text-decoration: none;
}
header .basket {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: 100%;
}
header .basket_icon {
    width:30px;
    height: 28px;
    display: inline-block;
    background: url('images/basket.png');
}
header .basket_status {
    margin-left: 13px;
    display: inline-block;
}
header .basket_counter {
    font-family: 'PTSans-Bold',sans-serif;
    height: 26px;
    width: 26px;
    background: #56c137;
    border-radius: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-left: -8px;
}
header .basket_value{
    margin-left: 10px;
    display: inline-block;
}
header .basket_value span{
    font-family: 'PTSans-Bold',sans-serif;
    font-size: 20px;
}
/*
First
*/

section.first {
    background-color: #000000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
section.first >div {
    width: 100%;
    text-align: center;
}
section.first .logo{
    width: 100%;
    transition: all 1s ease;
    margin: 30px 0;
}
section.first .logo img{
    width: 249px;
    height: 141px;
}
section.first .screen{
    padding-top: 48px;
    height: 100vh;
    overflow: hidden;
}
section.first .screen .container{
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}

section.first .screen .title {
    color:#ffffff;
    text-transform: uppercase;
    font-size: 72px;
    font-family: 'PTSans-Bold',sans-serif;
    transition: all 1s ease 0.5s;
}

section.first .slogan {
    color:#ffffff;
    font-size: 20px;
    margin-top: 30px;
    transition: all 1s ease 1.1s;
}

section.first .buttons {
    margin: 50px 0;
}
section.first .buttons>div{
    height: 66px;
    width: 260px;
    color:#edd975;
    font-size: 24px;
    font-family: 'PTSans-Bold',sans-serif;
    border:2px solid #edd975;
    border-radius: 31px;
    display: inline-block;
    margin: 0 25px;
    line-height: 62px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
}
section.first .buttons >div:last-child{
    border-style: dotted;
}
section.first .select_coffee{
    transition: opacity 0.5s linear 1.5s,transform 0.5s linear 1.5s;
}
section.first .select_subscribe{
    transition: opacity 0.5s linear 1.5s,transform 0.5s linear 1.5s;
}
section.first .buttons>div:hover{
    background: #56c137;
    color:#ffffff;
    border-color: #56c137;
}
section.first .adv {
    padding: 50px 0;
    background: rgba(243,229,218,.25);
    background: linear-gradient(to bottom, rgba(243,229,218,.25), rgba(243,229,218,.0));
}
section.first .adv .container{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 0 20px;
}
section.first .adv .container>div{
    -ms-flex:1;
        flex:1;
}

section.first .adv .img{
    height: 120px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    text-align: center;
    -ms-flex-pack: center;
        justify-content: center;
}
section.first .adv .container>div .img:after{
    width: 1px;
    height: 60px;
    content:"";
    position: absolute;
    right:0;
    top:0;
    bottom:0;
    margin: auto 0;
    background: rgba(243,229,218,.25);
}
section.first .adv .container>div:last-child .img:after{
    display: none;
}
section.first .adv .title {
    line-height: 22px;
    color:#ffffff;
    margin-top: 20px;
}
section.first .adv .title b,
section.first .adv .title strong{
    color:#edd975;
    font-family: 'PTSans-Bold',sans-serif;
    font-size: 18px;
}

/*
    Products
*/

section.products {
    padding: 50px 0;
    padding-bottom: 80px;
}
section.products .list .item {
    float: left;
}
section.products_page .list{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
section.products_page .list .item{
    width: 33%;
    padding: 10px;
}
.bx-wrapper {
    margin: 0;
}
.bx-wrapper .bx-viewport {
    box-shadow: none;
    border: 0;
    padding-left: 1px;
}
.bx-wrapper .bx-prev,.bx-wrapper .bx-next {
    background: none;
}
.next1, .prev1 {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 52px;
    margin: auto 0;
}
.next1 a, .prev1 a{
    display: block;
    color:#f0e08f;
    font-size: 52px;
}
.next1 a.disabled, .prev1 a.disabled{
    color:rgba(187,187,187,0.15);
    cursor: default;
}
.next1{
    right:0;
}
.prev1 {
    left:0;
}
.products  .next1,
.products  .prev1 {
    top:32px;
    bottom:51px;
}
.sweetbeans .next1,
.sweetbeans .prev1 {
    top:32px;
    bottom:102px;
}
section.products .container {
    padding: 0;
}
section.products .container .list {
    padding: 0 35px;
}
section.products .list .bxslider {
    display: -ms-flexbox;
    display: flex;
    margin-right: -20px;
}
section.products .list .bxslider > .item {
    width: 33.33%;
    position: absolute;
    margin-right: 20px;
    visibility: hidden;
}
section.products .list .bxslider > .item:nth-child(-n+3) {
    display: block;
    position: relative;
    visibility: visible;
}

section.products.sweetbeans .list .bxslider > .item {
    width: 20%;
    position: absolute;
    margin-right: 20px;
    visibility: hidden;
}
section.products.sweetbeans .list .bxslider > .item:nth-child(-n+5) {
    display: block;
    position: relative;
    visibility: visible;
}

section.products.aks .list .bxslider > .item {
    width: 25%;
    position: absolute;
    margin-right: 20px;
    visibility: hidden;
}
section.products.aks .list .bxslider > .item:nth-child(-n+4) {
    display: block;
    position: relative;
    visibility: visible;
}

section.products .list .item .title,section.products .list .item .title a {
    color:#5a3623;
    font-size: 22px;
    font-family: 'PTSans-Bold',sans-serif;
    text-align: center;
    margin-bottom: 10px;
}
section.products.sweetbeans .list .item .title a,
section.products.aks .list .item .title a{
    font-size: 18px;
    line-height: 20px;
}
section.products.sweetbeans .list .item .title,
section.products.aks .list .item .title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
section.products .list .item .info{
    border: 3px solid #f3e5da;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}
section.products .list .item .img{
    display: -ms-flexbox;
    display: flex;
    width: 210px;
    -ms-flex: 0 0 210px;
        flex: 0 0 210px;
    height: 260px;
    background-size: cover;
    background-position: center center;
    margin: auto;
    background-repeat: no-repeat;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
}
section.products.aks .list .item .img {
   -ms-flex:inherit;
       flex:inherit;
    width: 100%;
}
section.products.aks .list .item .img img {
    width: auto;
    height:auto;
}
section.products .list .item .img:hover {
    opacity: 0.85;
}

section.products .list .item .options{
    padding: 5px;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 12;
    max-height: 250px;
}
section.products.sweetbeans .list .item .options {
    display: none;
}
section.products .list .item .options .line{
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
section.products .list .item .options .line:last-child{
    margin-bottom: 0;
}
section.products .list .item .options .line .label{
    color:#2d231a;
}
section.products .list .item .options .line .value{
    color:#764d37;
    line-height: 16px;
    padding-left: 1px;
}
section.products .list .item .options .line .value span{
    display: inline-block;
    font-size: 11px;
}
section.products .list .item .price_line {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-top: 15px;
}
section.products .list .item  .price_line2 {
    -ms-flex-pack: center;
        justify-content: center;
}
section.products .list .item .price_line .price {
    color:#2d231a;
    font-family: 'PTSans-Bold',sans-serif;
    text-align: center;
    line-height: 36px;
    white-space: nowrap;
    margin: 0 8px;
}
section.products .list .item .price_line .price_selector{
    height: 36px;
    border:2px solid #f3e5da;
    border-radius: 20px;
    white-space: nowrap;
}
section.products .list .item .price_line .price_selector a.choose{
    display: inline-block;
    line-height: 32px;
    padding: 0 10px;
    margin-right: 20px;
    color:#764d37;
    font-family: 'PTSans-Bold',sans-serif;
    font-size: 14px;
}
section.products .list .item .price_line .price_selector a.choose:after {
    content:"\f107";
    font-family: 'FontAwesome';
    position: absolute;
    right: 10px;
    font-size: 20px;
}
section.products .list .item .price_line .price_selector a.choose:hover{
    color:#5a3623;
    text-decoration: none;
}
section.products .list .item .price_line .price_selector li a{
    color:#764d37;
    font-family: 'PTSans-Bold',sans-serif;
    font-size: 14px;
    line-height: 20px;
}
.jq-dropdown.jq-dropdown-tip:after,.jq-dropdown.jq-dropdown-tip:before {
    display: none;
}
.jq-dropdown.jq-dropdown-tip {
    margin-top: 4px;
}
.jq-dropdown .jq-dropdown-menu, .jq-dropdown .jq-dropdown-panel{
    border: 2px solid #f3e5da;
    border-radius: 10px;
}
section.products .list .item .price_line .price_selector li a:hover{
    background: #f0e08f;
}
section.products .list .item .price_line .switcher{
    height: 36px;
    border:2px solid #f3e5da;
    border-radius: 20px;
    padding: 2px;
    -ms-flex:0 0 142px;
        flex:0 0 142px;
}
section.products .list .item .price_line .switcher>div{
    display: inline-block;
    color:#764d37;
    font-family: 'PTSans-Bold',sans-serif;
    font-size: 14px;
    line-height: 28px;
    padding: 0 12px;
    width: 65px;
    z-index: 3;
    cursor: pointer;
}
section.products .list .item .price_line .switcher>div.active {
    cursor: inherit;
}
section.products .list .item .price_line .switcher>div.active,
section.products .list .item .price_line .switcher>div:hover
{
    color:#5a3623;
}
section.products .list .item .price_line .switcher>div.move {
    position: absolute;
    height: 28px;
    top: 2px;
    z-index: 2;
    background: #f3e5da;
    border-radius: 20px;
    left: 2px;
    transition: all 0.3s;
}
section.products .list .item .price_line .switcher>div.move.changed {
    margin-left: 50%;
}

/*
About
*/
section.about {
    background: #000000  center center no-repeat;
    background-size: cover;
    padding:50px 0;
}
/*
Subscribe
*/
section.subscribe {
    padding: 50px 0;
}
section.subscribe .item > .show_side_link{
    display: block;
}
section.subscribe .item > .show_side_link:hover{
    opacity: 0.85;
}


section.subscribe .list{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 0 10px;
}

section.subscribe .list>div{
    margin-right: 25px;
    -ms-flex:1;
        flex:1;
    text-align: center;
}
section.subscribe .list>div:last-child{
    margin-right: 0;
}
section.subscribe .list .s_title,section.subscribe .list .s_title a {
    color:#5a3623;
    font-size: 22px;
    font-family: 'PTSans-Bold',sans-serif;
    text-align: center;
    margin-bottom: 10px;
}
section.subscribe .list .imgs{
    height: 260px;
    margin: 0 auto;
}
section.subscribe .list .imgs>div{
    position: absolute;
    top:0;
    height: 100%;
    display: block;
}
section.subscribe .list .imgs>div.image {
    background: transparent center center no-repeat;
    background-size: cover;
}
section.subscribe .list .imgs>div.image:after{
    content:"";
    background: url('images/shadow.png') center center no-repeat;
    position: absolute;
    bottom: -3px;
    height: 4px;
    width: 100%;
    left: 0;
    right: 0;
}
section.subscribe .list .imgs>div.left{
    left: 0;
    width: 130px;
    height: 180px;
    top:20px;
}
section.subscribe .list .imgs>div.right{
    right: 0;
    width: 130px;
    height: 180px;
    top:20px;
}
section.subscribe .list .imgs>div.center{
    height: 208px;
    margin: 0 auto;
    left:0;
    right:0;
    z-index: 3;
}
section.subscribe .list .imgs>div.price {
    width: 96px;
    height: 96px;
    background: #ffffff;
    border-radius: 100px;
    z-index: 5;
    top:150px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color:#764d37;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
}
section.subscribe .list .imgs>div.price:after {
    content:"";
    position: absolute;
    width: 110px;
    height: 110px;
    border-radius: 100px;
    border: 4px solid #ffffff;
    left: -7px;
    top: -7px;
}
section.subscribe .list .imgs>div.price .value{
    font-family: 'PTSans-Bold',sans-serif;
    font-size: 24px;
    width: 100%;
    text-align: center;
}
section.subscribe .list .imgs>div.price .value2{
    font-size:18px;
    width: 100%;
    text-align: center;
}
section.subscribe .list .imgs>div.border{
    height: 170px;
    border: 3px solid #f3e5da;
    z-index: 2;
    top:inherit;
    bottom: 0;
    left:-10px;
    right: -10px;
}
section.subscribe .list .imgs>div.total,
section.subscribe .list .imgs>div.delivery{
    width: 130px;
    top:inherit;
    bottom: 20px;
    text-align: center;
    color:#e8d7c5;
    height: auto;
    z-index: 10;

}
section.subscribe .list .imgs>div.total {
     left: 0;
}
section.subscribe .list .imgs>div.delivery {
    right: 0;
}

section.subscribe .list .imgs>div.eco{
    top:inherit;
    bottom: 7px;
    text-align: center;
    color:#f20201;
    font-size: 14px;
    height: auto;
    width: 100%;
    z-index: 10;
}
section.subscribe .list .imgs>div.price:hover {
    color:#5a3623;
}
section.subscribe .list .imgs>div.eco.show  {
    display: block;
}
section.subscribe .more {
    margin: 0 auto;
    margin-top: 15px;
}


/*
Action
*/
section.action {
    background: #2d231a center center no-repeat;
    background-size: cover;
    padding: 50px 0;
}
section.action .container{
    height: 100%;
}
section.action .text_list {
    -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
}
/*
How
*/
section.how {
    padding-bottom: 50px;
}

section.how .list{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
}
section.how .list>div{
    -ms-flex: 1;
        flex: 1;
    text-align: center;
}
section.how .list>div.step{
    background: transparent top center no-repeat;
}
section.how .list>div .title {
    color:#764d38;
    font-size: 24px;
    font-family: 'PTSans-Bold',sans-serif;
    margin-top: 175px;
}
section.how .list>div .desc {
    font-size: 16px;
    font-family: 'PTSans-Regular',sans-serif;
    color:#2d231a;
}

/*
    Arenda
*/
section.arenda {
    background: #000000 center center no-repeat;
    background-size: cover;
   padding: 50px 0;
    overflow: hidden;
}
section.arenda .container{
    height: 100%;
}
section.arenda .container .select{
    margin-top: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
}
section.arenda .slider .title {
    color:#edd975;
    font-size: 24px;
    min-height: 50px;
    font-family: 'PTSans-Bold',sans-serif;
}
section.arenda .slider .list {
    width: 420px;
    height: 100%;
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    padding-left: 45px;
}
section.arenda .slider .list >div{
    height: 100%;
    width: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    position: absolute;
    left:45px;
    top:0;
    transition: all 0.5s;
}
section.arenda .slider .list >div.active{
    opacity: 1;
    z-index: 2;
}
section.arenda .slider .list .info{
    width: 360px;
    padding: 15px;
    height: 300px;
    border:5px solid #f3e5da;
}
section.arenda .slider .title span {
    font-family: 'PTSans-Narrow',sans-serif;
    color: #ffffff;
}
section.arenda .slider .img{
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 392px;
    top: 0;
    right: -100px;
    z-index: 15;
}
section.arenda .slider .info{
    z-index: 10;
    overflow: hidden;
}
section.arenda .slider .borders{
    width: 360px;
    border:5px solid #f3e5da;
    height: 300px;
    position: absolute;
    left:0;
    top:0;
    bottom: 0;
    margin: auto 0;
    z-index: 2;
}
section.arenda .slider .data{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 100%;
    width: 150px;
    padding-top: 50px;
    padding-bottom: 15px;
    top:15px;
    left:15px;
    position: absolute;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
}
section.arenda .slider .data .line {
    width: 100%;
    margin-bottom: 15px;
}
section.arenda .slider .label {
    color:#e8d7c5;
    font-size: 14px;
    margin-bottom: 5px;
}
section.arenda .slider .value {
    color:#ffffff;
    line-height: 18px;
}
section.arenda .slider .more {

}
section.arenda .slider .more a{
    color:#edd975;
    text-decoration: underline;
    font-size: 14px;
}
section.arenda .slider .more a:hover{
    text-decoration: none;
}
section.arenda .slider .prev,
section.arenda .slider .next{
    color:#f3e5da;
    font-size: 60px;
    position: absolute;
    top:0;
    bottom:0;
    margin: auto 0;
    display: inline-block;
    height: 60px;
    cursor: pointer;
    z-index: 20;
}
section.arenda .slider .prev {
    left: 20px;
}
section.arenda .slider .next {
    right: 0;
}
section.arenda .slider .fa:hover {
    color:#edd975;
}
section.arenda .slider .fa {

}

/*
News block
*/
section.news_block {
    padding: 50px 0;
}
section.news_block .container{
    min-height: 370px;
}
section.news_block .section_title {
    text-align: left;
}

.news_list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.news_list .item{
    width: 33.33%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.news_list .item .info{
    border:3px solid #f3e5da;
    margin-top: -44px;
    margin-left: 10px;
    margin-right: 10px
}
.news_list .item:last-child{
    margin-right: 0;
}
.news_list .item .img_link {
    display: block;
}
.news_list .item .img{
    height: 175px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: all 0.3s;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.news_list .item .img:hover{
    transform: scale(1.1);
}
.news_list .item .img .shadow{
    height: 54px;
    background: rgba(90,54,35,0.4);
    position: absolute;
    bottom:0;
    left: 0;
    right:0;
}
.news_list .item .title {
    font-family: 'PTSans-Bold',sans-serif;
    height: 40px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    overflow: hidden;
    font-size: 18px;
}
.news_list .item .title a{
    color:#f3e5da;
    text-decoration: underline;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_list .item .title a:hover{
    text-decoration: none;
}
.news_list .date {
    color:#e8d7c5;
    font-size: 12px;
    line-height: 18px;
    padding: 10px;
    margin-left: 10px;
}
.news_list .item .desc {
    color:#2d231a;
    margin: 10px;
    font-size: 16px;
    line-height: 18px;
    height: 91px;

    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

section.news_block .text_right {
    display: block;
}

.comments_list .list .item .block,
.add_comment .block{
    border:3px solid #f3e5da;
    padding: 15px;
    min-height: 115px;
}
.single_page .comments_list .list .item .block,
aside .comments_list .list .item .block,
.add_comment .block{
    padding-left: 120px;
    z-index: 10;
}

.comments_list  .item .comment{
    display: none;
}
.comments_list  .item .comment.active,
aside .comments_list  .item  .comment,
.single_page .comments_list  .item  .comment{
    display: block;
}

.comments_list .item .name{
    color:#5a3623;
    font-size: 24px;
    font-family: 'PTSans-Bold',sans-serif;
    margin-bottom: 25px;
}
.comments_list  .item .desc{
    color:#2d231a;
    font-size: 18px;
}
.comments_list  .item .date {
    color:#e8d7c5;
    font-size: 14px;
    line-height: 18px;
    text-align: right;
    margin-bottom: 15px;
}
.single_page .comments_list .date,
aside .comments_list  .item .date{
    margin-top: 10px;
    text-align: left;
    width: 100%;
}
.comments_list .list .item .cup,
.add_comment .cup
{
    height: 140px;
    background: transparent left bottom no-repeat;
    background-size: contain;
    z-index: 20;
    width: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center;
    margin-top: -25px;
}
.single_page .comments_list .list .item .cup,
aside .comments_list .list .item .cup,
.add_comment .cup {
    margin-top: -90px;
    margin-left: 10px;
}
.single_page .comments_list .item,
aside .comments_list .item {
    margin-bottom: 20px;
}
aside .add_comment .message {
    display: none;
    font-size: 18px;
}
.comments_list  .item .write {
    margin-right: 30px;
}
.comments_list  .write{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    margin-top: -100px;
}
.comments_list  .item .write .button_1{
    margin: 0 10px;
}
.comments_list  .item  .next,
.comments_list  .item  .prev{
    width: 36px;
    height: 36px;
    border: 2px solid #f3e5da;
    border-radius: 36px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    color:#f3e5da;
    font-size: 24px;
    cursor: pointer;
}
.comments_list  .item  .next {
    padding-left: 3px;
}
.comments_list  .item  .prev {
    padding-right: 3px;
}
.comments_list  .item .cup  .fa{
    margin-left: -3px;
}
.comments_list  .item .cup  .fa{
    margin-left: 3px;
}

.comments_list  .item .next:hover,
.comments_list  .item  .prev:hover
{
    background:#e8d7c5;
    border-color: #e8d7c5;
    color:#ffffff;
}

/*
Footer
*/
footer {
    background: #764d37;
    background: linear-gradient(to top, #5a3623, #764d37);
    border-top:2px solid #e8d7c5;
}
footer ,footer a {
    font-size: 14px;
    color:#e8d7c5;
    line-height: 16px;
}
footer .container >div {
    max-width: 25%;
}
footer a {
    text-decoration: underline;
}
footer a:hover {
    text-decoration: none;
}
footer .container {
    padding: 50px 20px ;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    overflow: hidden;
}

footer .copyright a{
    display: inline-block;
}
footer .links .list ul{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
}
footer .links .list li{
    width: 50%;
    margin-top: 5px;
}
footer .social .list {
    margin-top: 10px;
}
footer .social .list>div{
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border:2px solid #764d37;
    display: inline-block;
    margin-right: 10px;
}
footer .social .list div div,
footer .social .list  a{
    width: 100%;
    height: 100%;
    display: inline-block;
}
footer .social .list>div:hover{
    background:#764d37 ;
}
footer .social .vk div{
    background: url('images/vk.png') center center no-repeat;
}
footer .social .fb div{
    background: url('images/fb.png') center center no-repeat;
}
footer .social .tw div{
    background: url('images/tw.png') center center no-repeat;
}
footer .social .email div{
    background: url('images/email.png') center center no-repeat;
}

footer .tigerweb a.img_a{
    display: block;
    margin-bottom: 10px;
}
footer .tigerweb img,
footer .tigerweb a.img_a,
footer .tigerweb a.img_a:after{
    width:121px;
    height: 40px;
}
footer .tigerweb a.img_a:after{
    position: absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background: url('images/tigerweb_hover.png') no-repeat;
    content:"";
    opacity: 0;
    transition: all 0.3s;
}
footer .tigerweb a.img_a:hover:after{
    opacity: 1;
}
footer .tigerweb a {
    color:#f3e5da;
    text-decoration: underline;
    line-height: 16px;
}
footer .tigerweb a:hover {
    text-decoration: none;
}
    /*
    Global
    */

.selector_items {
    min-width: 300px;
    margin-right: 30px;
    width: auto;
    cursor: inherit;
    display: inline-block;
}
.selector_items .name{
    padding-right: 50px;
    padding-left: 10px;
    width: 100%;
    text-align: left;
    font-family: 'PTSans-Narrow',sans-serif;
    white-space: nowrap;
    position: absolute;
    display: none;
    transition: all 0.5s;
}
.selector_items .name.active{
    display: block;
}
.selector_items .controls{
    position: absolute;
    right: 16px;
    font-size: 20px;
    top:0;
}
.selector_items .controls .fa{
    cursor: pointer;
}
.selector_items .controls .fa:hover{
    color: #ffffff;
}
.selector_items .controls .fa:first-child{
    margin-right: 3px;
}
section.arenda .selector_items {
    max-width:425px;
    min-width: 350px;
}
section.arenda .selector_items .name{
    font-size: 16px;
}

aside {
    position: fixed;
    top:0;
    right:0;
    bottom:0;
    background: #ffffff;
    width: 800px;
    z-index: 200;
    transform: translateX(800px);
    transition: all 0.5s;
    padding: 50px 0;
}
body.open_aside aside {
    box-shadow: 0 1px 50px #000000;
}
aside.show {
    transform: translateX(0);
}
body.open_aside {
    overflow: hidden;
}
body.dark:after {
    content:"";
    position: fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    z-index: 50;
    background: rgba(0,0,0,0.5);
}
body.open_aside .wrapper{
    overflow: auto;
    overflow-y: scroll;
}
aside .close {
    width: 23px;
    height: 23px;
    background: url('images/close.png');
    background-position: 0 0 ;
    cursor: pointer;
    position: absolute;
    right: 50px;
    top: 0;
}
aside .close:after {
    width: 23px;
    height: 23px;
    background: url('images/close.png');
    background-position:  0 -23px;
    content:"";
    position: absolute;
    left:0;
    top:0;
    opacity: 0;
    transition: all 0.3s;
}
aside .close:hover:after {
    opacity: 1;
}
aside .side_content {
    height: 100%;
}
aside .section_title {
    text-align: left;
    padding-right: 30px;
    padding-left:50px;
}
.content_block {
    padding-bottom: 50px;
}
aside .content_block {
    border-top: 2px solid #f3e5da;
    overflow: auto;
    height: 100%;
}
.content_block .container2{
    padding: 0 50px;
    width: 100%;
}
.content_block .image_head{

    background-size: cover;
    width: 100%;
}

aside .content_block .image_head{
    height: 200px;
    background: #9d8967 center center  no-repeat;
    background-size: cover;
}

.content_block .image_head:after{
    height: 54px;
    content:"";
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    background: #3f2619;
    opacity: 0.4;
}
.content_block .text_block {
    border: 3px solid #f3e5da;
    padding: 6px;
    margin-top: -44px;
}
.single_page .content_block .text_block {
    border: 0;
    margin-top: 10px;
}
.content_block .text_block > .title{
    color:#f3e5da;
    font-size: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'PTSans-Bold',sans-serif;
    line-height: 29px;
    padding-bottom: 6px;
}
.single_page .content_block .text_block > .title {
    color:#2d231a;
}
.content_block .text_block .text{
    padding:20px 0;
    color:#2d231a;
    line-height: 18px;
}
.content_block .text_block .text p, .subscribe_content p {
    margin-bottom: 18px;
}
.content_block .text_block .text p:last-child, .subscribe_content p:last-child {
    margin-bottom: 0;
}
.content_block .text_block .text h2{
    color:#5a3623;
    font-family: 'PTSans-Bold',sans-serif;
    font-size: 20px;
    margin-bottom: 25px;
}


/*
Single
*/

body.single_page section.first .screen .container {
    -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start;
}
body.single_page section.first .screen {
    height: auto;
    padding-bottom: 30px;
}
body.single_page section.first .screen .container {
    height: auto;
}
body.single_page section.first .logo {
    margin-top: 25px;
}
section.first .logo a {
    display: inline-block;
}
section.first .logo a:hover {
    opacity: 0.85;
}
body.single_page .content_block .image_head {
   display: none;
}
body.single_page section.first .slogan {
    margin-top: 5px;
}
body.single_page section.first .title  {
    margin-top: 20px;
}

body.loading:before{
    width: 60px;
    height:60px;
    content:"";
    position: fixed;
    left:5px;
    top:5px;
    z-index: 200;
    border:5px solid rgba(255,128,0,0.4);
    border-radius:40px;
    font-size:0;
    border-left-color:#ff9b00;
    animation: rotating 2s 0.25s linear infinite;
}
@keyframes rotating {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.text_block .text ul {
     list-style: none;
     padding:0;
     margin:0;
 }

.text_block .text li {
    padding-left: 1em;
    text-indent: -.7em;
    margin-bottom: 10px;
}

.text_block .text li:before {
    content: "• ";
}
aside .text_block.hide >.title{
    display: none;
}
aside .text_block.hide{
    border: 0;
    margin: 0;
}
body.single_page section.single_page .news_list .item {
    width: 25%;
}

.wp-pagenavi .page {
    display: none;
}
.wp-pagenavi .leave_comment {
    position: absolute;
    right: 0;
}
.wp-pagenavi .current, .wp-pagenavi a,.basket_html .items .line .count span,.basket_html .items .line .count .fa  {
    width: 60px;
    border-radius: 20px;
    border: 2px solid #e8d7c5;
    height: 36px;
    color:#2d231a;
    font-family: 'PTSans-NarrowBold',sans-serif;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin: 0 5px;
}
.basket_html .items .line .count .fa {
    width: 34px;
    height: 34px;
    font-family: 'FontAwesome';
    color:#e8d7c5;
    cursor: pointer;
    padding-top: 2px;
    margin: 0;
}
.wp-pagenavi a {
    width: 36px;
    color:#e8d7c5;
}
.wp-pagenavi a:hover,.basket_html .items .line .count .fa:hover  {
    color:#ffffff;
    text-decoration: none;
    background: #e8d7c5;
}

.wp-pagenavi {
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    -ms-flex-pack: center;
        justify-content: center;
}
.wp-pagenavi .pages{
    position: absolute;
    left:0;
    color:#2d231a;
}
aside .news_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

aside .news_list .item {
    width: 50%;
    margin-right: 0;
    padding: 10px;
    height: 50%;
}
.back_cat {
    padding: 0 15px;
    border-color: #e9d8c6;
    color:#e9d8c6;
    width: auto;
    display: inline-block;
    margin-top: 30px;
}
.back_cat:hover {
    text-decoration: none;
}

/*
Basket
*/
.basket .basket_value,
.basket .basket_counter{
    display: none;
}

.basket.show .basket_value,
.basket.show .basket_counter{
    display: -ms-flexbox;
    display: flex;
}
.basket_content_data, .comment_content_data, .callback_content_data {
    display: none;
}
.basket.show {
    cursor: pointer;
}
.basket.show:hover {
    opacity: 0.85;
}
.basket_html .items {

}
.basket_html .items .line{
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 5px;
}
.basket_html .items .line:last-child{
    margin-bottom: 0;
}
.basket_html .items .line.head{
    color:#5a3623;
    font-family: 'PTSans-Bold',sans-serif;
    line-height: 18px;
    height: 36px;
}
.basket_html .items .line>div{
    -ms-flex-pack: center;
        justify-content: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
}
.basket_html .items .line .delete{
    -ms-flex:0 0 30px;
        flex:0 0 30px;
    color:#e8d7c5;
    font-size: 14px;
}
.basket_html .items .line .delete .fa {
    cursor: pointer;
}
.basket_html .items .line .delete .fa:hover{
    color:#f20201;
}
.basket_html .items .line .total {
    -ms-flex:0 0 80px;
        flex:0 0 80px;
}
.basket_html .items .line.values{
    color:#2d231a;
}
.basket_html .items .line.values .price{
    font-family: 'PTSans-NarrowBold',sans-serif;
    font-size: 16px;
}
.basket_html .items .line.values .total,.basket_html .items.bottom .line .total{
    color:#f20201;
    font-family: 'PTSans-NarrowBold',sans-serif;
    font-size: 16px;
}
.basket_html .items .line .count{
    -ms-flex:0 0 150px;
        flex:0 0 150px;
}
.basket_html .items .line .price{
    -ms-flex: 0 0 80px;
        flex: 0 0 80px;
}
.basket_html .items .line .title {
    width: 100%;
}
.basket_html .items .line.values .title{
    -ms-flex-pack: start;
        justify-content: flex-start;
}
.basket_html .items .line.values .title span{
    font-family: 'PTSans-NarrowBold',sans-serif;
    margin-right: 5px;
}
.basket_html .items {
    padding: 15px;
}
.basket_html .items.top {
    padding: 0 15px;
}
.basket_html .items {
    border: 2px solid transparent;
}
.basket_html .items.list {
    border-color: #f3e5da;
}
.basket_html .make_order {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    margin-top: 10px;
}
.order_process {
    margin-top: 30px;
    display: none;
}
.order_process .title {
    color:#5a3623;
    font-size: 20px;
    font-family: 'PTSans-Bold',sans-serif;
    margin-bottom: 20px;
}

.order_process .blocks {
    display: -ms-flexbox;
    display: flex;
    color:#2d231a;
}
.order_process .blocks >div{
    -ms-flex:1;
        flex:1;
}
.order_process .blocks >div:first-child{
    margin-right: 20px;
}
.order_process .blocks input[type="text"],
.add_comment .block input[type="text"]{
    height: 36px;
    border: 2px solid #f3e5da;
    width: 100%;
    margin-bottom: 10px;
    padding: 0 20px;
    line-height: 32px;
    border-radius: 20px;
}
.order_process .blocks textarea,
.add_comment .block textarea{
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 100px;
    border: 2px solid #f3e5da;
    margin-bottom: 10px;
    padding: 10px;
    line-height: 18px;
    border-radius: 20px;
    resize: none;
}
.add_comment .block textarea{
    padding: 10px;
}
input.dotted,
textarea.dotted,
.button_1.dotted{
    border-style: dotted;
}
input.error,textarea.error{
    border-color: #f20201 !important;
}
input.ok, textarea.ok{
    border-color: #56c137 !important;
}
.order_process .blocks input.solid::-webkit-input-placeholder       {color:#2d231a;}
.order_process .blocks input.solid::-moz-placeholder     {color:#2d231a;}
.order_process .blocks input.solid:-moz-placeholder      {color:#2d231a;}
.order_process .blocks input.solid:-ms-input-placeholder {color:#2d231a;}

.order_process .blocks p,.order_ready p {
    line-height: 18px;
    margin-bottom: 18px;
}
.order_process .blocks p:last-child,.order_ready p:last-child {
    margin-bottom: 0;
}
.order_process .blocks a,.order_ready a {
    color:#edd975;
    text-decoration: underline;
}
.order_process .blocks a:hover,.order_ready a:hover {
    text-decoration: none;
}
.order_process .blocks .phone_span,
.order_process .blocks .phone_span a,
.order_ready .phone_span,
.order_ready .phone_span a{
    font-family: 'PTSans-Bold',sans-serif;
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
    color:#2d231a;
}
.order_process  .make_order2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-top: 30px;
}
.order_ready .title{
    font-size: 20px;
    font-family: 'PTSans-Bold',sans-serif;
    color:#2d231a;
    margin-bottom: 20px;
    margin-top: 50px;
}

/*
Comments
*/
.add_comment .send_div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
}
.subscribe_info a{
    text-decoration: underline;
    color:#5a3623;
}
.subscribe_info a:hover{
    text-decoration: none;
}
.subscribe_info .list >div {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    font-size: 18px;
}
.subscribe_info .list >div .label {
    -ms-flex: 0 0 200px;
        flex: 0 0 200px;
    font-family: 'PTSans-Bold',sans-serif;
    color:#2d231a;
}
.subscribe_info .list >div .value {
    width: 100%;
}
aside section.products .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
aside section.products .list .item{
    width:100%;
    margin-right: 0;
    margin-bottom: 20px;
}
.slick-slide {
    margin-right:20px;
}
/* the parent */
.slick-list {
    margin-right:-20px;
}

/*
First page animate
*/
.first_page_animate header{
    transform: translateY(-100px);
    opacity: 0;
}
.first_page_animate  .first .logo,.first_page_animate   section.first .screen .title,.first_page_animate   section.first .slogan {
    opacity: 0;
}

.first_page_animate .select_coffee, .first_page_animate  .select_subscribe{
    opacity: 0;
    transform: translateY(100px);
}
.add_to_basket {
    transition: width 0.5s;
}
.basket_animate {
    position: absolute;
}
.basket_animate.rounded {
    position: absolute;
    transition: left 0.5s, top 0.5s;
    z-index: 5000;
}
.send_order.process{
    transition: all 0.5s;
}
.add_to_basket.process, .basket_animate, .send_order.process{
    width: 36px;
    height: 36px;
    background: #56c137;
    border-color: #56c137;
    color: #56c137;
    overflow: hidden;
    border-radius: 20px;
}
.add_to_basket.process:hover, .send_order.process:hover{
    color: #56c137;
}
.send_order.process:after{
    position: absolute;
    content:"";
    display: block;
    height: 26px;
    width: 26px;
    left:3px;
    top:3px;
    border-radius: 50%;
    border: 3px solid white;
    border-top-color: transparent;
    border-bottom-color: transparent;
    animation: loadingAnimation .5s infinite linear;
}
.loading-arc {
    display: inline-block;
    height: 25px;
    width: 25px;
    margin: 5px 0 0 5px;
    border-radius: 50%;
    border: 3px solid white;
    border-top-color: transparent;
    border-bottom-color: transparent;
    animation: loadingAnimation .5s infinite linear;
}
@keyframes loadingAnimation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.alignleft {
    float: left;
    margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
    float: right;
    margin: 0.375em 0 1.75em 1.75em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.75em;
}
.social_list {
    margin-top: 100px;
}
aside .container {
    width: auto;
    max-width: inherit;
    min-width: inherit;
}

section.page_desc h1{
    margin-bottom: 16px;
    font-size: 22px;
    font-family: 'PTSans-Bold',sans-serif;
}
section.page_desc {
    margin-bottom: 50px;
    line-height: 16px;
}
section.page_desc p{
    margin-bottom: 16px;
}
.bx-wrapper img {
	max-height:100%;
	margin:auto;
}
.weight {
    color: #764d37;
    font-family: 'PTSans-Bold',sans-serif;
    font-size: 14px;
    line-height: 28px;
}
.single_thumb {
    float:left;
    max-height: 350px;
    max-width: 350px;
    margin-right: 10px;
    margin-bottom: 10px;
}


.photos_list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.photos_list .item{
    width: 33.33%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.single_page .photos_list .item {
    width: 25%;
}
.photos_list .item .img{
    height: 150px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.single_page .photos_list {
    margin-top: 30px;
}
.single_page .photos_list .item .img{
    height: 225px;
}
.photos_info {
    color: #5a3623;
    font-size: 16px;
    line-height: 16px;
    margin-bottom:10px;
    margin-top: -10px;
    padding: 0 10px;
}
.wp-pagenavi .extend {
    display: none;
}