body, html {
	height: 100%;
	margin: 0;
	padding: 0;
    font-family: 'Lato', Tahoma, sans-serif;
}

*:focus {
    outline: none;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    /*background: transparent url("/images/background.png") repeat-y scroll 0% 0%;*/
}

#layout {
    height: 100%;
}

img {border: none;}

/* head */

.mm-listview {
    font-size: 17px !important;
}

.mm-listview .slinks {
    font-size: 15px !important;
    font-family: 'Futura PT Book', Tahoma, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    border: 0 solid #F3F3F3;
}

.mm-listview .slinks a {
    padding: 10px 20px;
}
.mm-listview .slinks a:hover {
    color: #b61500;
}

.mm-listview .fa {
    font-size: 17px;
}


.head-social img {
    transition: 0.2s;
}

.head-social img:hover {
    position: relative;
    top: -2px;
    opacity: 0.6;
    transition: 0.2s;
}

/*-----------------------------------------*/

#header {
    position: relative;
    font-family: 'Lato', Tahoma, Arial, Helvetica, sans-serif;
    z-index: 2;
}

.logo {
    text-align: center;
}


.instmoduletitle {
    font-size: 21px;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #8b7f6f;
    font-family: 'Lato', Tahoma, Arial;
    margin-top: 40px;
}


/*---------------------------------------------*/
/* Верхняя полка */
/*---------------------------------------------*/

.topmenu_back {
    border-bottom: solid 2px #d9d2d2;
}

.head-contacts, .left-b, .right-b {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.head-contacts p {
    margin: 7px 0;
}

.adr1, .adr2, .adr3, .dostavka {
    margin-right: 20px;
}


.images_div {
    height: 300px;
}

.lSSlideOuter .lSPager.lSGallery li {
    height: auto !important;
}

/*---------------------------------------------*/
/* верхнее меню */
/*---------------------------------------------*/

#header .topmenu_back {
    background-color: #e3e3e3;
}

#header .topmenu_wrapper {
    font-family: "Open Sans Light", Arial, Tahoma, sans-serif;
    font-size: 14px;
    color: #2b2727;
}

#header .user_links_container {
    text-align: right;
}

.obvodka .images_div a.colorbox {
    display: block;
    /* width: 50px; */
    position: absolute;
    right: 5px;
    /* top: 124px; */
}
.obvodka .images_div ul li {
    position: relative
}
.zoomzoom {
        background-color: #00000038;
}


#header .user_links_container .auth_link a {
    color: inherit;
    font-size: inherit;
    font-weight: normal;
    font-family: inherit;
}

#header .user_links_container .auth_link a:hover {
    text-decoration: underline;
    color: #f61e61;
}

#header .user_links_container .user_links a {
    display: block;
    color: inherit;
    text-decoration: none !important;
    padding: 13px 5px 17px;
    font-size: inherit;
    font-weight: normal;
    font-family: inherit;
}

#header .user_links_container .auth_link a:hover,
#header .user_links_container .user_links a:hover  {
    text-decoration: underline;
}

/**/

#header .user_links_container .auth_link {
    position: relative;
    padding: 13px 0;
}

/**/

#header .user_links_container .auth_link .profile .text,
#header .user_links_container .user_links .username {
    text-align: center;
}

#header .user_links_container .auth_link .profile .text .icon,
#header .user_links_container .user_links .username .icon {
    padding-right: 6px;
    position: relative;
    top: 2px;
    margin-left: -10px;
    pointer-events: none;
}

#header .user_links_container .auth_link .profile .text .icon svg,
#header .user_links_container .user_links .username .icon svg {
    width: 16px;
    height: 16px;
    fill: #515151;
}

#header .user_links_container .user_links .username a:hover {
    background-color:#efdad4;
    font-family: "Open Sans Semibold", Arial, Tahoma, sans-serif;
    color: #515151;
}

#header .user_links_container .auth_link > div,
#header .user_links_container .user_links > div {
    position: relative;
}

#header .user_links_container .user_links .count {
    position: absolute;
    top: -5px;
    right: -3px;
    background-color: #b61500;
    padding: 1px 4px;
    border-radius: 3px;
    font-size: 9px;
    font-family: tahoma, verdana, sans-serif;
    color: #fff;
    font-weight: bold;
}

#header .user_links_container .user_links .username .dropmenu {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 51px;
    width: 100%;
    display: none;
    z-index: 5;
    box-shadow: 0 5px 23px 0 rgba(0,0,0,0.2);
}

#header .user_links_container .user_links .username .dropmenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

#header .user_links_container .user_links .username .dropmenu ul li {

}

#header .user_links_container .user_links .username .dropmenu ul li a {
    font-family: "Open Sans Light", Arial, Tahoma, sans-serif;
    font-size: 14px;
    color: #515151;
    text-decoration: none;
    padding: 15px;
    background-color: #fff;
}

#header .user_links_container .user_links .username .dropmenu ul li a:hover {
    background-color: #f5f5f5;
}


/*--*/

#header .cart_block {
    padding: 13px 0;
    text-align: right;
}

#header .cart_block .icon,
#header .cart_block .text {
    display: inline-block;
    vertical-align: top;
}

#header .cart_block .text a {
    font-family: "Open Sans Light", Arial, Tahoma, sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #515151;
    text-decoration: none;
}

#header .cart_block .text a:hover {
    text-decoration: underline;
}

#header .cart_block .icon svg {
    width: 16px;
    height: 16px;
    fill: #515151;
}

#header .cart_block .text {
    position: relative;
}

#header .cart_block .text .count {
    font-family: "Open Sans", Arial, Tahoma, sans-serif;
    font-size: 14px;
    color: #fff;
    background-color: #f61e61;
    padding: 3px 9px;
    border-radius: 50%;
}

#header .cart_block .fav_icon {
    position: relative;
    margin-left: 20px;
}

#header .cart_block .fav_icon .count {
    font-family: "Open Sans", Arial, Tahoma, sans-serif;
    font-size: 10px;
    color: #fff;
    background-color: #f61e61;
    border-radius: 50%;
    position: absolute;
    right: -7px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 15px;
    height: 15px;
    text-align: center;
}

/*---------------------------------------------*/
/* Область логотипа */
/*---------------------------------------------*/

#header .logo_wrapper {
    margin-top: 30px;
    position: relative;
}

/**/
#header .address_block,
#header .phone_block {
    margin-top: 30px;
}


#header .address_block .icon,
#header .address_block .text,
#header .phone_block .icon,
#header .phone_block .text {
    display: inline-block;
    vertical-align: middle;
}

#header .address_block .icon,
#header .phone_block .icon {
    background-color: #ebebeb;
    border-radius: 50%;
    padding: 10px;
    width: 50px;
    height: 50px;
}

#header .address_block .icon svg {
    width: 33px;
    height: 34px;
    fill: #767676;
}

#header .phone_block .icon svg {
    width: 34px;
    height: 32px;
    fill: #767676;
}


#header .address_block .text,
#header .phone_block .text {
    margin-left: 10px;
    font-family: "Open Sans Light", Arial, Tahoma, sans-serif;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.08em;
    color: #1b1b1b;
}


/*--*/

#header .mainmenu_wrapper {
    position: relative;
    margin-top: 15px;
    height: 60px;
}

/*- поиск в шапке -*/

#header .search_head_block {
    position: relative;
    z-index: 1;
    top: -30px;
    right: -35px;
}

form#test_form {
    top: 50px;
    position: relative;
}
.support_links.karta iframe {
    width:100%!important;
    height:100%!important;
}

#header .search_head_block input[name="query"] {
    display: none;
    /* font-family: "Open Sans Bold", tahoma, arial, sans-serif; */
    font-size: 20px;
    line-height: 22px;
    color: #352e2e;
    border: 0;
    padding: 12px;
    width: 100%;
    background-color: #f6f6f6;
}

#header .search_head_block input[type="submit"] {

}

/**/

#header .search_head_block .searchB {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 60px;
}

#header .search_head_block .searchB a {
    padding: 12px 14px 12px;
    display: block;
    /*background-color: #f6f6f6;*/
}

#header .search_head_block .searchB a {

}

#header .search_head_block .searchB .icon,
#header .search_head_block .searchB .icon svg {
    width: 14px;
    height: 14px;
}


/*-------------*/

#no_side {
    min-height: calc(100vh - 280px);
    /* margin-top: 30px; */
}

#main-container {
	min-height: 100%;
    background: #f5f5f5;
}

.pathway {
    margin-top: 15px;
    font-family: "Open Sans Light", Tahoma, Arial, sans-serif;
    font-size: 12px;
    color: #222;
}

.pathway .pathwaylink  {
    color: #b61500;
}

.pathway a.pathwaylink  {
    color: #222;
    text-decoration: none;
}

.pathway a:hover.pathwaylink  {
    color: #b61500;
    text-decoration: underline;
}
/*-----------------------------------*/
/* главный слайдер  */
/*-----------------------------------*/
.main_slider_block {
    position: relative;
    /*height: 420px;*/
}

.main_slider_block  {

}

.main_slider_block .images {

}

.main_slider_block .images .item {
    position: relative;
    height: 450px;
}

.main_slider_block .contents {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 75%;
}

.stock_wrapper .offers_slider .owl-dots, .main_slider_block .contents .owl-dots {
    top: initial !important;
    left: 47%;
    bottom: -50px;
}
.main_slider_block .contents .items {
}

.main_slider_block .contents .item {
    position: relative;
    padding: 50px;
    padding-left: 170px;
}

.main_slider_block .contents .item .con_block {
    width: 80%;
}

.main_slider_block .contents .item .title {
    font-family: initial;
    font-size: 60px;
    line-height: 50px;
    color: #f1f1f1;
    text-transform: uppercase;
    text-shadow: 0px 0px 55px #1c1c1c;
}

.main_slider_block .contents .item .desc {
    font-family: "Open Sans Light", Arial, Tahoma, sans-serif;
    font-size: 24px;
    line-height: 36px;
    color: #342c2e;
    margin-top: 20px;
    display: none;
}

.main_slider_block .contents .item .more_link {
    margin-top: 45px;
    display: none;
}


/*-----------------------------------*/
/* слайдер производителей  */
/*-----------------------------------*/
.vendor_slider {
    height: 150px;
    position: relative;
}

.vendor_slider .items {
    margin: auto 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 50px;
}

.vendor_slider .item {
    width: 150px;
    height: 50px;
    float: left;
    position: relative;
}

.vendor_slider .item img {
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin:auto;
}

.vendor_slider .item img {

}



/*-----------------------------------*/
/* слайдер акций  */
/*-----------------------------------*/
.stock_wrapper {
    background-color: #fcf2f1;
    padding: 40px 0;
}

.stock_wrapper .container > .title {
    font-family: "Oranienbaum", Arial, Tahoma, sans-serif;
    font-size: 30px;
    line-height: 30px;
    color: #474747;
    text-transform: uppercase;
}

/*slider*/
.stock_wrapper .offers_slider {
    margin-top: 30px;
    position: relative;
}

.stock_wrapper .offers_slider .items {

}

.stock_wrapper .offers_slider .item {
    height: 310px;
    position: relative;
}

.stock_wrapper .offers_slider .item .back_image {
    background-position: 50% 0% !important;
    width: 100%;
    height: 100%;
}

/**/

.stock_wrapper .offers_slider .item .more_link {
    position: absolute;
    left: 30px;
    top: 30px;
}

.stock_wrapper .offers_slider .item .more_link a, .main_slider_block .contents .item .more_link a, .article_block .more_link a, .item_wrapper .shop_item_div .buttons_block .add_cart_b a, .cmm_links .add_comment a, .review_block .more_link a {
    display: block;
    font-family: "Open Sans", Arial, Tahoma, sans-serif;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    border-radius: 30px;
    width: 216px;
    text-align: center;
    background-color: #bb9c5d;
    box-shadow: 0 0 20px 0 rgb(189, 159, 97);
}

.stock_wrapper .offers_slider .item .more_link a:hover,
.main_slider_block .contents .item .more_link a:hover,
.article_block .more_link a:hover,
.item_wrapper .shop_item_div .buttons_block .add_cart_b a:hover,
.item_wrapper .shop_item_div .buttons_block .add_cart_b a.active,
.cmm_links .add_comment a:hover,
.review_block .more_link a:hover {
    background-color: #e0b459;
    box-shadow: 0 0 20px 0 rgb(202, 164, 86);
}

/**/

.stock_wrapper .offers_slider .item .content {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.stock_wrapper .offers_slider .item .content .category {
    font-family: "Open Sans Light", Arial, Tahoma, sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}

.stock_wrapper .offers_slider .item .content .title {
    max-width: 560px;
}

.stock_wrapper .offers_slider .item .content .title a {
    font-family: "Oranienbaum", Arial, Tahoma, sans-serif;
    font-size: 48px;
    line-height: 56px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}


/*-----------------------------------*/
/* товар на распродаже  */
/*-----------------------------------*/
.stock_wrapper .sellout_block {
    height: 310px;
    margin-top: 30px;
    position: relative;
    background-color: #ddd;
}

.stock_wrapper .sellout_block .back_image {
    background-position: 50% 0% !important;
    width: 100%;
    height: 100%;
}

.stock_wrapper .sellout_block .content {
    position: absolute;
    left: 0;
    bottom: 30px;
    padding: 0 33px;
}

.stock_wrapper .sellout_block .title a {
    font-family: "Oranienbaum", Arial, Tahoma, sans-serif;
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    text-transform: uppercase;
    text-decoration: none;
}

.stock_wrapper .sellout_block .category {
    font-family: "Open Sans Light", Arial, Tahoma, sans-serif;
    font-size: 14px;
    color: #252525;
    line-height: 30px;
}

.stock_wrapper .sellout_block .price {
    font-family: "Open Sans Bold", Arial, Tahoma, sans-serif;
    font-size: 18px;
    color: #f61e61;
    line-height: 30px;
}

/*-----------------------------------*/
/* Блок товаро #1 (главная)  */
/*-----------------------------------*/
.shop_sect1,
.related_wrapper {
    padding: 30px 0;
    background-color: #ffa6af;
    position: relative;
    overflow: hidden;
}

.shop_sect1:after,
.related_wrapper:after {
    content: '';
    background: url('/images/belio.jpg') no-repeat;
    width: 400px;
    height: 652px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.shop_sect1 .more_link,
.shop_sect2 .more_link,
.shop_sect3 .more_link {
    z-index: 1;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
}

.shop_sect1 .head_title,
.shop_sect2 .head_title,
.shop_sect3 .head_title {
    display: inline-block;
    vertical-align: middle;
}

.shop_sect1 .more_link a,
.shop_sect2 .more_link a,
.shop_sect3 .more_link a {
    display: block;
    font-family: "Open Sans", Arial, Tahoma, sans-serif;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    text-transform: none;

    padding: 7px;
    border-radius: 30px;
    width: 212px;
    text-align: center;
    border: 2px solid #fff;
}

.shop_sect1 .head_title,
.shop_sect2 .head_title,
.shop_sect3 .head_title,
.related_wrapper .head_title {
    font-family: "Oranienbaum", Arial, Tahoma, sans-serif;
    font-size: 48px;
    line-height: 55px;
    color: #9b4560;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.shop_sect1 .items,
.shop_sect2 .items,
.shop_sect3 .items,
.shop_items_list .items,
.related_wrapper .shop_items_list {
    margin-top: 30px;
    z-index: 1;
    position: relative;
}

.shop_sect1 .item {

}

.shop_sect1 .item .add_to_favB,
.shop_sect2 .item .add_to_favB,
.shop_sect3 .item .add_to_favB,
.shop_items_list .item .add_to_favB {
    background: url("/images/fav_icon2.png") no-repeat;
    background-position: 0 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    left: 30px;
    top: 15px;
    z-index: 1;
    display: none;
}

.shop_sect1 .item .add_to_favB:hover,
.shop_sect2 .item .add_to_favB:hover,
.shop_sect3 .item .add_to_favB:hover,
.shop_items_list .item .add_to_favB:hover,
.shop_sect1 .item .add_to_favB.active,
.shop_sect2 .item .add_to_favB.active,
.shop_sect3 .item .add_to_favB.active,
.shop_items_list .item .add_to_favB.active {
    background-position: -40px 0;
}

.shop_sect1 .item .photo, .shop_sect2 .item .photo, .shop_sect3 .item .photo, .shop_items_list .item .photo {
    height: 160px;
    background-color: #ead9b8;
    position: relative;
    overflow: hidden;
}

.shop_sect1 .item .photo img, .shop_sect2 .item .photo img, .shop_sect3 .item .photo img, .shop_items_list .item .photo img {
    max-width: 100%;
    /* max-height: 100%; */
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.shop_sect1 .item .title, .shop_sect2 .item .title, .shop_sect3 .item .title, .shop_items_list .item .title {
    margin-top: 0px;
    text-align: center;
}

.shop_sect1 .item .title a, .shop_sect2 .item .title a, .shop_sect3 .item.title a, .shop_items_list .item .title a {
    font: normal 16px/18px 'Lato', Open-sans;
    color: #8a7a63;
    text-transform: capitalize;
}

.shop_sect1 .item .price, .shop_sect2 .item .price, .shop_sect3 .item .price, .shop_items_list .item .price {
    font: normal 1px/24px 'Lato', Arial, Tahoma, sans-serif;; line-height: 24px;
    color: #484137;
    color: #484137;
    text-align: center;
}

/*-----------------------------------*/
/* Блок товаро #2 (главная)  */
/*-----------------------------------*/
.shop_sect2 {
    padding: 30px 0;
    background-color: #5fc6b5;
    position: relative;
    overflow: hidden;
}

.shop_sect2:after {
    content: '';
    background: url('/images/kupalniki.jpg') no-repeat;
    width: 570px;
    height: 517px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.shop_sect2 .head_title {
    color: #fff;
}

/*-----------------------------------*/
/* Блок товаро #3 (главная)  */
/*-----------------------------------*/
.shop_sect3 {
    padding: 30px 0;
    background-color: #e380ae;
    position: relative;
    overflow: hidden;
}

.shop_sect3:after {
    content: '';
    background: url('/images/dom-wear.jpg') no-repeat;
    width: 570px;
    height: 517px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.shop_sect3 .head_title {
    color: #fff;
}

/*-----------------------------------*/
/* слайдер категорий на главной  */
/*-----------------------------------*/
.article_block {
    padding: 30px 0;
    position: relative;
    background-color: #fd6981;
    overflow: hidden;
}

.article_block:after {
    content: '';
    background: url('/images/onas.jpg') no-repeat;
    width: 503px;
    height: 410px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.article_block .content {
    position: relative;
    z-index: 1;
    max-width: 600px;
}

.article_block .title {
    font-family: "Oranienbaum", Arial, Tahoma, sans-serif;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
}

.article_block .text {
    font-family: "Open Sans Light", Arial, Tahoma, sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin-top: 30px;
}

.article_block .more_link {
    margin-top: 30px;
}


/*------------------------------------*/
/* инстаграм */
/*------------------------------------*/
.instagram_block {
    background-color: #f5f5f5;
    padding: 40px 0;
}

.instagram_block .head {

}

.instagram_block .head .title {
    display: none;
    font-family: "Oranienbaum", Arial, Tahoma, sans-serif;
    font-size: 48px;
    line-height: 30px;
    color: #312c2c;
    text-transform: uppercase;
}

.instagram_block .head .account_name a {
    font-family: "Open Sans Light", Arial, Tahoma, sans-serif;
    font-size: 30px;
    line-height: 20px;
    color: #000;
    text-decoration: none;
}

.instagram_block .head .photos_count,
.instagram_block .head .followers {
    height: 17px;
    padding-left: 25px;
    margin-left: 10px;
    font-family: "PT Sans", Arial, Tahoma, sans-serif;
    font-size: 14px;
    color: #6a6a6a;
    position: relative;
}

.instagram_block .head .photos_count:before {
    content: '';
    background: url("/images/camera_icon.png") no-repeat;
    width: 16px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.instagram_block .head .followers:before {
    content: '';
    background: url("/images/user_icon.png") no-repeat;
    width: 10px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.instagram_block .items {
    margin-top: 30px;
}

.instagram_block .item {
    position: relative;
    height: 240px;
    background-color: #ddd;
    overflow: hidden;
}

.instagram_block .item img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/*-------------------------------------*/
/* список статей */
/*-------------------------------------*/

.articles_block {
    margin-bottom: 30px;
}

.articles_block .items {
}

.articles_block .item {
    margin: 0 0 12px;
    padding: 10px;
    box-shadow: 0px 0px 12px -4px #f37830;
    border-radius: 7px;
    transition: 0.4s;
}
.articles_block .item:hover {
    box-shadow: 0px 0px 20px -4px #ffa36e;
    transition: 0.4s;
}

.articles_block .item:first-of-type {
    border-top: 0;
}

.articles_block .item .item_photo,
.page_block .item_photo {
    position: relative;
}

.articles_block .item .item_photo .photo {
    /*width: 240px;*/
    height: 240px;
    background-color: #ebebeb;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 auto;
    transition: 0.5s;
}

.page_block .item_photo .photo {
    width: 330px;
    max-height: 330px;
    background-color: #ebebeb;
    overflow: hidden;
        margin-left: 20px;
}


.articles_block .item .item_photo img,
.page_block .item_photo img {
    width: 100%;
}

/**/
.articles_block .item .item_pub_date {
    border-radius: 50%;
    width: 130px;
    height: 130px;
    background-color: #FCF0EC;
    text-align: center;
    position: absolute;
    left: -80px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    padding: 25px;
    display: none;
}

.page_block .item_pub_date {
    border-radius: 50%;
    width: 130px;
    height: 130px;
    background-color: #FCF0EC;
    text-align: center;
    position: absolute;
    right: 0;
    font-size: 18px;
    top: -16px;
    padding: 25px;
}

.articles_block .item .item_pub_date .day,
.articles_block .item .item_pub_date .month,
.page_block .item_pub_date .day,
.page_block .item_pub_date .month {
    font-family: "Oranienbaum", Arial, Tahoma, sans-serif;
    font-size: 36px;
    line-height: 30px;
    color: #232323;
    display: block;
}

.articles_block .item .item_pub_date .year,
.page_block .item_pub_date .year {
    font-family: "Open Sans Light", Arial, Tahoma, sans-serif;
    font-size: 16px;
    color: #232323;
    display: block;
}
/**/

.articles_block .item .item_title {
    margin-top: 8px;
    text-align: center;
}

.articles_block .item .item_title a {
    font: bold 18px/19px 'Lato', 'Open-Sans', Tahoma;
    color: #1c1c1c;
    text-decoration: none;
}

.articles_block .item .item_desc, .page_block .con_text {
    font-family: Lato, "Open Sans Light", Tahoma, Arial, sans-serif;
    font-size: 15px;
    line-height: 23px;
    color: #232323;
    margin-top: 20px;
}

.articles_block .item .more {
    margin-top: 10px;
    display: none;
}

.articles_block .item .more a {
    font-family: "Open Sans Semibold", Tahoma, Arial, sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #f61e61;
    text-decoration: none;
}

.articles_block .item .more a:hover {
    text-decoration: underline;
}



/*-----------------------------------*/
/* подписка на рассылку  */
/*-----------------------------------*/
.review_block {
    padding: 40px 0;
    /*background-color: #fff;*/
}

.review_block .title {
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    color: #8b7f6f;
    display: inline-block;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    text-decoration: underline;
    font-family: 'Lato', Tahoma, Arial;
}

.review_block .more_link {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
}


.review_block .more_link a {
    width: auto;
    padding: 10px 30px;
}

.review_block .items {
    margin-top: 30px;
}

.review_block .item {

}

.review_block .item .info_block  {
    padding: 0 20px;
}

.review_block .item .info_block .author,
.review_block .item .info_block .author a {
    font-family: "Open Sans Semibold", arial, tahoma, sans-serif;
    font-size: 14px;
    color: #e6193c;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
}

.review_block .item .info_block .author a:hover {
    text-decoration: underline;
}

.review_block .item .info_block .city {
    font-family: "Open Sans Light", Arial, Tahoma, sans-serif;
    font-size: 14px;
    color: #8f8f8f;
    display: inline-block;
    vertical-align: top;
}

.review_block .item .content {
    border-radius: 5px;
    padding: 30px;
    margin-top: 5px;
    text-align: center;
}

.review_block .item .content .text {
    font-family: "Open Sans Light", Arial, Tahoma, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #292720;
}

.review_block .item .content .pubdate {
    font-family: "Open Sans Light", Arial, Tahoma, sans-serif;
    font-size: 12px;
    color: #8f8f8f;
    margin-top: 10px;
}

/*-----------------------------------*/
/* подписка на рассылку  */
/*-----------------------------------*/
.subscribe_block {
    background-color: #f2ebbf;
    padding: 20px 0;
}

.subscribe_block label {
    font-family: "Oranienbaum", Arial, Tahoma, sans-serif;
    font-size: 22px;
    line-height: 58px;
    color: #353030;
}

.subscribe_block  .field {
    position: relative;
}

.subscribe_block input[type=text] {
    font-family: "Open Sans Light", Arial, Tahoma, sans-serif;
    font-size: 18px;
    line-height: 20px;
    color: #999;
    border-radius: 30px;
    border: 1px solid #CCC492;
    background-color: #fff;
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 18px 18px 18px 50px;
}

.subscribe_block .icon {
    width: 16px;
    height: 13px;
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.subscribe_block .icon:before {
    content: '';
    background: url("/images/mail_icon2.png") no-repeat;
    width: 16px;
    height: 13px;
    position: absolute;
}

.subscribe_block input[type=submit] {
    margin-top: 10px;
    width: 190px !important;
}


/*-----------------------------------*/
/* вопросы и ответы  */
/*-----------------------------------*/
.faq_wrapper {
    margin: 40px 0;
    position: relative;
}

.faq_block_header  {
    position: relative;
    padding: 10px 0;
}

.faq_block_header:after  {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #f7e7e2;
}

.faq_wrapper .items {
    margin-top: 50px;
}

.faq_wrapper .item {
    /*padding-left: 45px;*/
    margin-bottom: 40px;
}


.faq_wrapper .item .faq_quest {
    /*border-bottom: 1px dashed #888;*/
    margin-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

/*.faq_wrapper .item .faq_quest:before {
    content: '';
    background: url("/images/qmark_icon.png") no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    left: -40px;
    top: 0;
}*/

.faq_wrapper .item .faq_quest,
.faq_wrapper .item .faq_quest a {
    font-family: "Open Sans Semibold", Tahoma, Arial, sans-serif;
    font-size: 22px;
    line-height: 34px;
    color: #232323;
    text-decoration: none;
}

.faq_wrapper .item .faq_quest a:hover {
    color: #232323;
}

.faq_wrapper .item .faq_answer {
    font-family: "Open Sans Light", Tahoma, Arial, sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #232323;
    margin-top: 10px;
}

/*-----------------------------------*/
/* Страница контактов  */
/*-----------------------------------*/
.contacts_wrapper {
    position: relative;
}

.contacts_wrapper .info_block {
    padding: 30px 30px 40px;
    width: 330px;
    /*height: 270px;*/
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 30px;
    left: 30px;
}

.contacts_wrapper .info_block > div:not(.feedbackB) {
    padding-left: 50px;
    margin-bottom: 20px;
    position: relative;
}

.contacts_wrapper .info_block > div .icon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.contacts_wrapper .info_block > div .icon svg {
    width: 100%;
    height: 100%;
    fill: #818181;
}

.contacts_wrapper .info_block .address .icon {
    width: 33px;
    height: 33px;
}

.contacts_wrapper .info_block .phone .icon {
    width: 30px;
    height: 30px;
}

.contacts_wrapper .info_block .email .icon {

}

.contacts_wrapper .info_block > div .content {
    font-family: "Open Sans Light", Tahoma, Arial, sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #1b1b1b;
}

.contacts_wrapper .info_block .feedbackB {
    font-family: "Open Sans Semibold", Arial, Tahoma, sans-serif;
    font-size: 16px;
    color: #565656;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    margin: 0 auto;
    padding: 15px;
    border-radius: 5px;
    background-color: #FBF4F1;
    width: 200px;
    text-align: center;
    cursor: pointer;
}

/**/

.contacts_wrapper .fback_form {
    margin-top: 30px;
}

.contacts_wrapper .contact_title,
.contacts_wrapper .fback_form .label {
    font-family: "HelveticaNeueCyr-Bold", Tahoma, Arial, sans-serif;
    font-size: 18px;
    color: #303030;
    margin-bottom: 10px;
}

.contacts_wrapper .fback_form .input_row {
    margin-top: 30px;
}

.contacts_wrapper .fback_form .input_row .input_label {
    font-family: "Open Sans", Tahoma, Arial, sans-serif;
    font-size: 14px;
    color: #303030;
    text-align: right;
}

.contacts_wrapper .fback_form .input_row .input_label .mustbe {
    color: #e91b23;
    font-family: "HelveticaNeueCyr-Bold", Tahoma, Arial, sans-serif;
    font-size: 14px;
}

.contacts_wrapper .fback_form .input_row .input_content input,
.contacts_wrapper .fback_form .input_row .input_content textarea {
    padding: 4px !important;
    width: 100% !important;
}

.contacts_wrapper .fback_form .input_row .input_content {

}

.contacts_wrapper .fback_form .captcha {
    margin-top: 20px;
}

/*------------*/

#clear {
	height: 0;
	font-size: 1px;
	line-height: 0;
	clear: both;
}

#rasporka {
    /*height: 100px;*/
}
 
/*--*/

#footer {
    position: relative;
    font-family: 'Open Sans Light', Tahoma, Arial, sans-serif;
    font-size: 14px;
    line-height: 34px;
    /*margin-top: -70px;*/
    color: #000;
    background-color: #e3e3e3;
}

#footer .mainmenu > li > a {
    font-size: 18px;
    padding: 12px 12px 10px 0;
    color: #90795a;
    transition: 0.3s;
}
#footer .mainmenu > li > a:hover {
    border-bottom: solid 3px #6d4d5b;
    padding: 18px 7px 10px;
}

#footer .zag {
    color: #90795a;
    text-align: left;
    padding: 0;
}

/**/

#footer .top_div {
    padding: 40px 0 30px;
}

/**/

#footer .nav_link {
    margin-top: 10px;
}

#footer .nav_link ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #000;
}

#footer .nav_link li {

}

#footer .nav_link li a {
    font-family: "Open Sans Light", Arial, Tahoma, sans-serif;
    font-size: 16px;
    line-height: 36px;
    color: #c6c6c6;
    text-decoration: none;
    position: relative;
}

#footer .nav_link li a:hover {
    text-decoration: underline;
}

#footer .nav_link li.more a:after,
.submenu .links li.more a:after {
    content: '';
    background: url("/images/arrow2_r.png") no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    right: -30px;
    top: 3px;
}

/**/

#footer .contacts_block,
#footer .catalog_links,
#footer .support_links,
#footer .user_links {
    height: 250px;
}

#footer .contacts_block .head_label,
#footer .catalog_links .head_label,
#footer .support_links .head_label,
#footer .user_links .head_label {
    font-family: 'Oranienbaum', Arial, Tahoma, sans-serif;
    font-size: 24px;
    line-height: 36px;
    color: #ddd;
    text-transform: uppercase;
}

#footer .contacts_block .text {

}

#footer .contacts_block .phone {
    font-size: 24px;
    color: #474747;
}

#footer .contacts_block .shedule {
    font-size: 14px;
    color: #a8a8a8;
}

/**/

#footer .contacts_block .social_icons {
    margin-top: 10px;
}

#footer .contacts_block .social_icons a {
    position: relative;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    margin-right: 5px;
    opacity: 1;
}

#footer .contacts_block .social_icons a:hover {
    opacity: 0.5;
}

/**/

#footer .bottom_div {
    padding: 10px 0 17px;
    background-color: #3d2b33;
}

#footer .bottom_div .copyright {
    font-family: "Open Sans Light", Arial, Tahoma, sans-serif;
    font-size: 14px;
    color:  #d0d0d0;
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
}

#footer .bottom_div .pay_icon {
    display: inline-block;
    vertical-align: middle;
    /*margin-left: 50px;*/
}

#footer .bottom_div .knopki {
    line-height: 18px;
    float: right;
    display: inline-block;
    vertical-align: middle;
}

#footer .bottom_div .knopki > div {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

/*-----*/

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    /*padding-top: 100px;*/
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.modal-open {
    overflow: hidden;
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 50px auto;
    padding: 0;
    border: 1px solid #888;
    width: 50%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

.modal-content > .close {
    width: 35px;
    height: 35px;
    cursor: pointer;
    position: absolute;
    right: -45px;
    top: 0;
}

.modal-content > .close:hover,
.modal-content > .close:focus {
    color: #000;
    text-decoration: none;
}

.modal-content > .close svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}

.modal-body {
    padding: 30px;
}

.modal-open {
    overflow: hidden;
}

/**/


#faqBox .modal-content,
#feedbackBox .modal-content {
    width: 100%;
    text-align: left;
    min-width: 320px;
    max-width: 512px;
    border-radius: 7px;
}

/*----*/

#authBox .modal-content {
    width: 100%;
    text-align: left;
    min-width: 320px;
    max-width: 510px;
    border-radius: 7px;
}

#regBox .modal-content {
    width: 100%;
    text-align: left;
    min-width: 320px;
    max-width: 510px;
    border-radius: 7px;
}


#authBox .modal-body,
#regBox .modal-body {
    color: #222;
    font-family: "PT Sans", arial, tahoma, sans-serif;
    font-size: 14px;
    background-color: #fff;
    padding: 40px;
    border-radius: 7px;
}

#authBox .modal-body p {
    margin: 0;
}

#authBox .modal-body a {
    font-family: "PT Sans Caption", Tahoma, Arial, sans-serif;
    font-size: 14px !important;
    color: #b61500 !important;
    text-decoration: none !important;
    text-transform: none !important;
}

#authBox .modal-body a:hover {
    text-decoration: underline !important;
}

/**/

#authBox .modal-body .form_table .head,
#regBox .modal-body .form_table .head,
#faqBox .modal-body .form_table .head,
#feedbackBox .modal-body .form_table .head {
    font-family: "Oranienbaum", arial, tahoma, sans-serif;
    font-size: 30px;
    line-height: 36px;
    color: #232323;
}

#authBox .modal-body .form_table .field,
#regBox .modal-body .form_table .field,
#faqBox .modal-body .form_table .field,
#feedbackBox .modal-body .form_table .field {
    margin-top: 20px;
    position: relative;
}

#authBox .modal-body .form_table .button,
#regBox .modal-body .form_table .button {
    margin-top: 35px;
}

#faqBox .modal-body .form_table .button,
#feedbackBox .modal-body .form_table .button {
    margin-top: 15px;
}



#authBox .modal-body .form_table .field input[type=text],
#authBox .modal-body .form_table .field input[type=password],
#regBox .modal-body .form_table .field input[type=text],
#regBox .modal-body .form_table .field input[type=password],
#faqBox .modal-body .form_table .field textarea,
#feedbackBox .modal-body .form_table .field input[type=text],
#feedbackBox .modal-body .form_table .field textarea {
    border: 0;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.4);

    padding: 15px;
    width: 100% !important;

    font-family: "Open Sans Light", Arial, Tahoma, sans-serif;
    font-size: 16px;
    color: #504c4c;
}

#authBox .modal-body .form_table .links {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto 0;
    height: 20px;
}

#authBox .modal-body .form_table .links a {
    font-family: "Open Sans Light", Arial, Tahoma, sans-serif !important;
    font-size: 16px !important;
    color: #7a7a7a !important;
    text-decoration: none;
}

/**/

#authBox .modal-body .form_table .button input[type=submit] {
    /*width: 110px;*/
    float: right;
}

#authBox .modal-body .form_table .button a.regB,
#regBox .modal-body .form_table a.authB,
#faqBox .modal-body .form_table .button input[type="button"],
#feedbackBox .modal-body .form_table .button input[type="button"] {
    /*width: 160px;*/
    font-family: "Open Sans", Arial, Tahoma, sans-serif !important;
    font-size: 16px !important;
    color: #565656 !important;
    text-decoration: none;
    padding: 10px 40px;
    border-radius: 30px;
    text-align: center;
    background-color: #F7E7E2;
    border: 0 !important;
    cursor: pointer;
    display: inline-block;
}

#authBox .modal-body .form_table .button a.regB:hover,
#regBox .modal-body .form_table a.authB:hover,
#faqBox .modal-body .form_table .button input[type="button"]:hover,
#feedbackBox .modal-body .form_table .button input[type="button"]:hover {
    font-family: "Open Sans", Arial, Tahoma, sans-serif !important;
    font-size: 16px !important;
    color: #565656 !important;
    background-color: #f7c6b6 !important;
    text-decoration: none !important;
}


/**/

#authBox .modal-body .form_table .button label.remember {
    cursor: pointer;
    position: relative;
    padding-left: 20px;
    font-family: "Open Sans", Tahoma, Arial, sans-serif;
    font-size: 14px;
    color: #666;
    margin-left: 15px;
}

/**/

#authBox .service_block {
    margin-top: -8px;
    float: right;
}

#authBox .service_block .lf_title {
    font-family: "HelveticaNeueCyr-Medium", Tahoma, Arial, sans-serif;
    font-size: 14px;
    color: #222;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}

#authBox .service_block .lf_info {
    font-family: "Open Sans", Tahoma, Arial, sans-serif;
    font-size: 12px;
    color: #666;
    margin-top: 30px;
    display: none;
}

#authBox .service_block .lf_buttons {
    display: inline-block;
    vertical-align: middle;
}

/**/

#regBox .modal-body .form_table .button {

}

#regBox .modal-body .form_table a.authB {
    /*width: 110px;*/
    float: right; 
}

#regBox .modal-body .form_table .field .hint {
    font-family: "Open Sans", Tahoma, Arial, sans-serif;
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}

#regBox .modal-body .form_table .captcha {
    margin-top: 20px;
}

#regBox .modal-body .form_table .button input[type=submit] {
    width: 235px !important;
}

/**/

.hidden {
    display: none;
}

/* Категории выпечки */

.catsmodule {
    margin: 60px 0;
}

.cat-items {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

.cat-item {
    box-sizing: content-box;
    display: block;
    text-align: -webkit-center;
    }

.zag {
    width: 100%;
    text-align: center;
    font: normal 16px 'Lato', Tahoma, Arial;
    text-transform: uppercase;
}

/* Common style */
.cat-items figure {
    position: relative;
    
    float: left;
    overflow: hidden;
    margin: 10px 10px;
   /* min-width: 220px; mdn*/
   /* max-width: 241px; mdn*/
    /* max-height: 418px; */
    height: 240px;
    width: 100%;
    /* height: auto; */
    background: #3085a3;
    text-align: center;
    cursor: pointer;
    height: 19vw;
    width: 19vw !important;
}







.cat-items figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}


/*@media only screen and (max-width: 506px){
.cat-items figure img {
     width: 100%;
   
    position: absolute; 
  
}
    
}*/


.cat-items figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.75em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cat-items figure figcaption::before,
.cat-items figure figcaption::after {
	pointer-events: none;
}

.cat-items figure figcaption,
.cat-items figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.cat-items figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.cat-items figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.cat-items figure h2 span {
	font-weight: 800;
}

.cat-items figure h2,
.cat-items figure p {
	margin: 0;
}

.cat-items figure p {
    letter-spacing: 1px;
    font-size: 73.5%;
}




/*------------------------------*/
/***** Эффект при наведении *****/
/*------------------------------*/

figure.effect-apollo {
	background: #ffbb83;
}

figure.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo p {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 1em;
    padding: 0 1em;
    max-width: 150px;
    border-right: 4px solid #fff;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    text-shadow: 0px 0px 5px #000000;
}

figure.effect-apollo h2 {
	text-align: left;
}

figure.effect-apollo:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

/**/


.stock_wrapper .offers_slider .owl-dots, .main_slider_block .contents .owl-dots {
    position: absolute;
    top: unset;
    left: 47%;
    bottom: 0;
    z-index: 2;
}

input.text-input {margin: 5px;}

input.text-input.form_text.email,
input.text-input.form_text.name {
    width: 250px !important;
}
textarea.text-input.form_textarea.text {
    width: 440px !important;
    margin: 5px;
}

input.pull-r {
    margin-top: 8px;
}

.articles_block .item .item_photo .photo:hover {
    background-color: #ffffff1c !important;
    transition: 0.5s;
}

.adaptive-con {
    display: none;
}

.padd-r {
    padding-right: 100px;
}



ul.left_menu {
list-style: none;
    padding: 0;
    margin: 0;
    z-index: 99999999;
}

.left_menu li {
    list-style: none;
    position: relative;
}

.left_menu > li > a {
    font-family: "Open Sans Semibold", Tahoma, Arial, sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #9f7a46;
    text-decoration: none;
}


.left_menu li > ul > li a {
    font-family: "Open Sans Light", Tahoma, Arial, sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #72685a;
    text-decoration: none;
    transition: 0.4s;
}

.left_menu li > ul > li a:hover {
    font-size: 15px;
    color: #9f7a46;
    font-weight: bold;
    transition: 0.5s;
}


.photo_gallery table {
    width: 100%;
}



.photo_row {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.photo_album_tumb {
    width: 30% !important;
    margin-right: 0;
    margin-bottom: 15px;
    padding: 10px !important;
}

.photo_album_img {
    margin: 0 0.3em 0.3em 0;
    padding: 3px;
    vertical-align: bottom;
    width: 100%;
}

img.photo_thumb_img {
    /*width: 240px;*/
    height: 100%;
    margin-right: 0 !important;
    object-fit: cover;
}