/*Site header*/
#site-header-fixed-wrapper{
    height: 81px;
}
#site-header-fixed.fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
.site-header, .h-site-submenu-wrapper{
    background: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid #f0eeef;
}
.site-header{
    height: 80px;
    font-size: 115%;
}
.site-header .wrapper{
    position: relative;
}
.h-logo{
    position: absolute;
    width: 100px;
    height: 48px;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    top: 16px;
    left: 86px;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
}
.h-logo:hover{
    background-position: 0 -48px;
}
.h-logo:active{
    margin-top: 2px;
}
[class*="h-ico-"] {
    width: 16px;
    height: 16px;
    background-image: url(../images/h-ico.png);
}
.h-ico-auth{
    background-position: 0 0;
    vertical-align: -3px;
    margin-right: 4px;
}
.h-ico-order {
    background-position: 0 -16px;
    margin-right: 5px;
    vertical-align: -2px;
}
.h-ico-exit {
    background-position: 0 -32px;
    margin-left: 0;
    vertical-align: -2px;
    cursor: pointer;
}
.h-menu-l, .h-menu-r, .h-time, .h-tel{
    position: absolute;
    top: 30px;
}
.h-menu-l, .h-menu-r{
    white-space: nowrap;
    padding: 0;
}
.h-menu-col{
    position: relative;
    display: inline;
    padding: 0 10px;
}
.h-menu-col.active a{
    color: #af2467;
}
.h-menu-col a{
	position: relative;
    margin: 30px 0;
    color: #2e2d3c;
    text-decoration: none;
}
.h-menu-col a:hover{
    color: #ff0462;
}
.h-menu-col.active a:after{
    content: "";
    position: absolute;
    top: 49px;
    left: 0;
    right: 0;
    height: 2px;
    background: #af2467;
}
.h-menu-l{
    left: 200px;
    font-weight: 900;
}
.h-menu-mw{
    display: none;
    position: absolute;
    top: 100%;
    left: -15px;
    border: 2px solid #666;
    background: #fff;
    font-size: 13px;
    z-index: 100;
    padding: 8px 14px 10px;
    margin-top: 0;
    opacity: 0;
}
.h-menu-mw:before{
    content: "";
    position: absolute;
    top: -13px;
    left: 24px;
    width: 23px;
    height: 13px;
    background: url(../images/h-menu-mw-arr.png) no-repeat;
}
.h-menu-mw [type="text"], .h-menu-mw [type="password"] {
    width: 140px;
}
a.h-menu-mw-forgot_pass{
    position: absolute;
    top: 7px;
    right: 7px;
	padding: 0;
}
.h-menu-mw [type="submit"]{
    padding: 6px 12px;
    font-size: 13px;
}
.h-menu-mw .form-data{
	width: 100%;
}
a.h-menu-mw-reg{
    margin: 5px 0 0;
	padding: 0;
    font-weight: 700;
}
.h-basket-sum, .h-basket-sum:hover {
    position: relative;
    top: -10px;
    margin: 0 0 0 -6px;
    background: #e20457;
    color: #fff;
    font-size: 11px;
    line-height: 12px;
    padding: 2px 5px;
    font-weight: 700;
    border-radius: 14px;
}
.h-menu-r{
    right: 256px;
}
.h-tel{
    right: 0;
	color: #ff0462;
}
.h-time{
    right: 158px;
}
.h-label{
    position: absolute;
    top: -14px;
    left: 0;
    font-size: 11px;
    color: #875F74;
    white-space: nowrap;
}
.h-time_tel{
    font-weight: bold;
    text-transform: uppercase;
}
.h-time_tel-sup {
	color: #aaa;
}
.h-site-submenu-wrapper{
    padding: 9px 0;
}
.h-site-submenu{
    list-style: none;
    padding: 0 0 0 120px;
}

/*Site middle*/
.site-middle{
    padding: 24px 0 40px;
}
.site-content {
    margin: 0 200px;
}
.site-content-full_w {
	margin: 0 0 0 200px;
}
.site-content > h2:first-child, .site-content > h3:first-child  {
	padding-top: 0 !important;
}
/*Home slideshow*/
.promotions, .promotions-list, .promotions-inner td {
    position: relative;
    height: 440px;
}
.prom-page {
	min-height: 400px;
	height: auto;
}
.promotions {
    overflow: hidden;
	border-bottom: 1px solid #EAD7E0;
}
.promotions-arr_l, .promotions-arr_r {
    position: absolute;
    top: -224px;
    background-image: url(../images/home-slideshow-arr.png);
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
}
.promotions-arr_l:active, .promotions-arr_r:active{
    margin-top: 2px;
}
.promotions-arr_l {
    left: -32px;
    background-position: 0 -32px;
}
.promotions-arr_r {
    right: -32px;
    background-position: 0 0;
}
.promotion {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    background-position: center top;
    background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.prom-page .promotion{
	position: relative;
	background-size: cover;
}
.promotions-inner-content{
	width: 70%;
	background: rgba(255, 255, 255, 0.82);
	padding: 20px 32px 20px 32px;
}
.home-promotion-title {
    font-size: 370%;
    color: #fff;
    font-family:  'Roboto', "Arial", "Tahoma", "Arial Unicode MS", sans-serif;
    font-weight: 300;
    text-shadow: 0 1px 5px rgba(41, 9, 17, 0.52);
}
.home-promotion-title p{
    padding: 0;
}
.home-promotion-title a {
	color: #fff;
}
.promotion-podr {
    margin: 22px 0 0;
}
.promotion-podr .btn{
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	margin: 0 10px 0 0;
}
.home-promotions-descr {
    padding: 10px 0 18px;
}
.home-promotions-b {
    position: relative;
    z-index: 10;
}
.home-promotions-dots {
    position: relative;
    top: -40px;
    z-index: 10;
    text-align: center;
}
.home-promotions-dot {
    position: relative;
    cursor: pointer;
    width: 19px;
    height: 18px;
    background-image: url(../images/home-slideshow-dots.png);
    background-repeat: no-repeat;
    background-position: 0 -18px;
    padding: 0;
}
.home-promotions-dot.activeSlide{
    background-position: 0 0;
}
.home-promotions-dot:hover{
    background-position: 0 -36px;
}
.home-promotions-dot:active{
    top: 1px;
}
.home-promotions-links {
    position: absolute;
    right: 20px;
    top: -36px;
    bottom: 100%;
    margin: 0 0 -10px;
    font-size: 85%;
    color: #fff;
	z-index: 11;
}
.home-promotions-link, .home-promotions-link:hover {
    margin: 0 0 0 20px;
    color: #fff;
}
.home-title{
    text-align: center;
}
.home-descr{
    margin: -34px auto 30px;
    width: 80%;
	text-align: center;
}
.h-prom, #h-prom-list{
    position: relative;
    height: 80px;
    z-index: 1;
    overflow: hidden;
}
.h-prom-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
.h-prom-title {
    padding: 20px 0 22px;
    font-size: 210%;
    color: #fff;
    font-family:  'Roboto', "Arial", "Tahoma", "Arial Unicode MS", sans-serif;
    font-weight: 300;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    margin: 0 -22px 0 0;
    text-overflow: ellipsis;
    white-space: nowrap;
	text-decoration: none;
}
.h-prom-title:hover{
    opacity: 1;
    color: #fff;
}
.h-prom-title a{
    color: #fff;
}
.h-prom-title p{
    padding: 0;
}
.h-prom-title br{
    display: none;
}
.h-prom-right{
    margin: 9px 0 0;
}
.h-prom-right a{
    font-size: 85%;
    color: #fff;
    margin: 0 0 0 20px;
}
.h-prom-arrs{
    position: relative;
    top: -55px;
    z-index: 10;
}
.h-prom-arrs a{
    top: 0;
}


.m-back{
	margin: 22px 0 0;
}

/*Flowers*/
.m-flower{
	position: relative;
    width: 222px;
    margin: 0 14px 10px 0;
    padding-bottom: 20px;
}
.m-flower-hover, .m-flower-hover:hover {
    text-decoration: none;
}
.m-flower-wrapper {
    display: block;
    position: relative;
    z-index: 1;
    height: 243px;
	overflow: hidden;
}
.m-flower:hover .m-flower-wrapper {
	overflow: visible;
}
.m-flower-img-overlay {
    position: absolute;
    display: block;
    width: 222px;
    height: 264px;
    top: -8px;
    left: 0;
    transform: scale(1,1);
    transition-timing-function: ease-out;
    transition-duration: 0.12s;
    -webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 0.12s;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 0.12s;
    z-index: 2;
    background-repeat: no-repeat;
    background: url(../images/fl_mask.png) no-repeat;
	overflow: hidden;
}
.m-flower:hover .m-flower-img-overlay {
    background: url(../images/fl_mask-hover.png) no-repeat;
    transform: scale(1.09, 1.09);
    -webkit-transform: scale(1.09, 1.09);
    -moz-transform: scale(1.09, 1.09);
}
.m-flower-details{
    position: absolute;
    z-index: 1;
    text-align: center;
    top: -10px;
    padding: 60px 10px 0;
    left: -10px;
	right: -10px;
    opacity: 0;
    height: 204px;
    background: rgba(255, 255, 255, 0.94);
    color: #333;
    line-height: 1.1;
    transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
}
.m-flower:hover {
	z-index: 10;
}
.m-flower:hover .m-flower-details {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1.0;
}
.m-flower-descr{
    display: block;
    margin: 8px 10px 0;
    font-size: 85%;
    line-height: 1.3;
    font-weight: 500;
}
.m-flower-img-rel{
	opacity: 0;
	position: absolute;
	top: 0;
	z-index: -1;
}
.m-flower-img{
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);*/
	/*width: 222px;
	height: 240px;*/
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transform: scale(1,1);
	 transition-timing-function: ease-out;
	 transition-duration: 0.12s;
	 -webkit-transform: scale(1, 1);
	 -webkit-transition-timing-function: ease-out;
	 -webkit-transition-duration: 0.12s;
	 -moz-transform: scale(1, 1);
	 -moz-transition-timing-function: ease-out;
	 -moz-transition-duration: 0.12s;

}
.m-flower:hover .m-flower-img{
	transform: scale(1.08, 1.08);
    -webkit-transform: scale(1.08, 1.08);
    -moz-transform: scale(1.08, 1.08);
}
.m-flower-spec .m-flower-wrapper {
    background: #E9F5CD;
}
.m-flower-price{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -12px;
    padding: 26px 0 4px;
    z-index: 1;
    text-align: center;
	height: 34px;
    background: url(../images/m-flower-price-bg.png) repeat-x top;
    font-weight: 700;
    line-height: 1;
    font-size: 130%;
    margin: 8px 0 0;
    transition: all 0.14s ease;
    -webkit-transition: all 0.14s ease;
    -moz-transition: all 0.14s ease;
}
.m-flower:hover .m-flower-price{
    color: #ff0462;
}
.m-flower-order{
    position: relative;
	top: -66px;
	z-index: 10;
	left: -2px;
	text-align: center;
}
.m-flower-order .btn{
    padding: 6px 12px;
    font-size: 100%;
}
.m-flower-oldprice{
	
}
.m-flower-oldprice span{
	color: #e20457;
	font-weight: bold;
	text-decoration: line-through;
}
.m-flower .m-flower-order .btn{
    background: #e20457;
    border-bottom: 1px solid #b40345;
}
.m-flower:hover .m-flower-order .btn{
	background: #6cc560;
	border-bottom: 1px solid #61b156;
}
.m-flower:hover .m-flower-order .btn:hover{
    background: #73d466;
    border-bottom: 1px solid #67be5c;
    color: #fff;
}
.m-flower:hover .m-flower-name a{
    color: #ff0462;
}
.m-flower-name{
	position: relative;
	z-index: 10;
    display: block;
    text-align: center;
    margin: -10px 0 0;
	text-decoration: none;
}
.m-flower-name a{
	color: #3c3443;
	text-decoration: none;
}
.m-flower-page-img{
    text-align: center;
}
.m-flower-page-descr{
    padding: 20px;
    text-align: center;
}
.m-flower-page-title{
    padding: 0 0 12px;
    font-size: 220%;
   	font-weight: 400;
}
.m-flower-page-price{
    padding: 4px 0 12px;
}


/*Basket*/
.m-basket-table-wrapper, .m-basket-table-note {
	box-sizing: border-box;
}
.m-basket-table-wrapper {
	border: 2px solid #af2467;
	padding: 10px 18px 8px;
}
.m-basket-table-note{
	padding: 10px 0 20px;
}
.basket-prod_name{
	width: 70%;
}
.m-basket-count{
    width: 28px;
}
.m-basket-recalc{
    padding: 4px 12px;
    font-size: 12px;
    width: auto !important;
}
.m-basket-btns{
    padding: 30px 0;
}
.m-basket-top_back{
    margin: -24px 0 10px;
}
.order-price{
	white-space: nowrap;
	padding: 4px 0;
}

/*Promotions*/
.prom-row{
	padding: 0 0 50px;
}
.prom-img{
	float: left;
	margin: 0 20px 0 0;
}
.prom-descr{
	overflow: hidden;
}
.prom-descr h3{
	padding: 0 0 10px;
	line-height: 1.1;
}

/*.m-flower-spec-descr{
    position: relative;
    width: 130px;
    height: 130px;
    overflow: hidden;
    margin: -160px 0 0;
    padding: 40px 15px 0;
    text-align: center;
    line-height: 1.2;
}
.m-flower-spec-title{
    font-weight: bold;
    margin: 0 0 4px;
}*/

.site-catalog-sort{
    list-style: none;
    padding: 32px 0 0;
}
.site-catalog-sort li{
    margin: 0 0 0 24px;
}
.site-catalog-sort .active{
    font-weight: bold;
}

/*Contacts*/
.site-contacts{
	margin-left: 190px;
}
.contacts-l{
    width: 50%;
    margin-right: 5%;
}
.contacts-r{
    width: 40%;
}

/*Blocks*/
.m-block{
	position: relative;
	width: 49%;
	margin: 0 2% 20px 0;
	border: 2px solid #eee;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 16px 18px;
}
.m-block:nth-child(2n){
	margin-right: -10px;
}
.m-block-title{
	padding: 0;
}
.m-date{
	color: #bbb;
	font-size: 90%;
	/*text-align: right;*/
	margin: 6px 0;
}

/*Guest book*/
.gb-new_btn{
	float: left;
}
.gb-block{
	margin: 0 0 84px 0;
}
.gb-title{
	padding: 0 0 16px;
	line-height: 1;
}
.gb-question, .gb-answer {
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 16px 18px;
}
.gb-question {
	border: 2px solid #eee;
}
.gb-block-with_answer{
	width: 60%;
	float: left;
	margin: 0 4% 0 0;
}
.gb-question:after, .gb-question:before, .gb-answer:after, .gb-answer:before{
	content: "";
	position: absolute;
	top: 100%;
}
.gb-question:after{
	left: 18px;
	margin: 2px 0 0;
	border-top: 24px solid #eee;
	border-right: 24px solid transparent;
}
.gb-question:before{
	z-index: 2;
	left: 20px;
	margin: -2px 0 0;
	border-top: 23px solid #fff;
	border-right: 23px solid transparent;
}
.gb-answer {
	float: right;
	width: 36%;
	text-align: right;
	border: 2px solid #af2467;
}
.gb-answer:after{
	right: 18px;
	margin: 2px 0 0;
	border-top: 24px solid #af2467;
	border-left: 24px solid transparent;
}
.gb-answer:before{
	z-index: 2;
	right: 20px;
	margin: -2px 0 0;
	border-top: 23px solid #fff;
	border-left: 23px solid transparent;
}
.gb-user, .gb-pr{
	position: absolute;
	top: 100%;
	margin: 28px 0 0;
	font-size: 90%;
	font-style: italic;
}
.gb-user{
	left: 0;
	color: #bbb;
}
.gb-pr{
	right: 0;
	color: #af2467;
}




/*Sidebar*/
.site-sidebar{
    position: relative;
    z-index: 2;
    width: 160px;
    float: left;
    text-align: right;
    padding: 4px 40px 0 0;
}
.s-search {
	position: relative;
	float: right;
	margin: -70px 0 20px;
}
input[type="text"].s-search-input{
	position: relative;
	width: 126px;
	padding: 5px 24px 5px 8px;
}
input[type="text"].s-search-input:focus{
	border-color: #777;
}
.s-search-ico_search{
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 10;
	width: 16px;
	height: 16px;
	border: 0 none;
	background: url(../images/ico_search.png) no-repeat;
	cursor: pointer;
	opacity: 0.5;
}
.s-search-ico_search:hover{
	opacity: 1;
}
.s-menu-title{
    font-family:  'Roboto', "Arial", "Tahoma", "Arial Unicode MS", sans-serif;
    font-size: 17px;
    padding: 0 0 14px;
    color: #aaa;
    white-space: nowrap;
    line-height: 1;
    text-align: right;
}
.s-menu{
    padding: 6px 0 24px;
    text-align: right;
}
.s-menu li{
    list-style: none;
    padding: 0 0 15px;
    line-height: 1.1;
    white-space: nowrap;
}
.s-menu .jchbx, .s-menu li a{
    display: block;
    cursor: pointer;
	color: #3c3443;
}
.s-menu li a:hover{
	color: #ff0462;
}
.s-menu .jchbx:hover{
    color: #ff0462;
}
.s-menu li.active{
    font-weight: 900;
}
.s-menu li.active a{
    color: #af2467;
	text-decoration: none;
}
.s-menu li .jchbx-block{
    display: inline-block;
    vertical-align: top;
    margin: 2px 0 0 4px;
}
.s-menu li:hover .jchbx-block{
    border-color: #ff0462;
}


/*Offline Map*/
.offline-map {
	display: none;
    margin: 60px 0 0;
    background: url(../images/test.jpg) no-repeat center -150px;
    height: 380px;
    text-align: center;
}
.offline-map-map {
    width: 60%;
    margin: 40px 0 0 40px;
    border: 2px solid #fff;
    box-shadow: 0 10px 20px -8px rgba(0, 0, 0, 0.3);
}
.offline-map-content {
    width: 34%;
    padding: 130px 0 0;
    text-align: right;
}
.offline-map-content .m-subtitle{
    font-weight: 500;
    text-align: right;
    padding: 0 0 20px;
}
.offline-map-content-inner {
    background: rgba(255, 255, 255, 0.60);
    font-size: 120%;
    padding: 6px 12px;
    margin: 0 -6px;
    border-radius: 3px;
    color: #222;
}


/*Site footer*/
.site-footer{
    position: relative;
    padding: 50px 0 30px;
    /*border-top: 1px solid #eef2ed;*/
    /*border-top: 1px solid #af2467;*/
}
.site-footer .wrapper{
    position: relative;
}
.site-footer a{
    color: #a5969a;
    text-decoration: underline;
}
.site-footer a:hover{
    color: #ff0462;
}
.f-soc{
    padding: 0;
}
.f-soc .col{
    margin: 0 0 0 12px;
}
[class*="ico-soc-"]{
    width: 42px;
    height: 42px;
    background-repeat: no-repeat;
    background-image: url(../images/ico-soc.png);
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
}
.ico-soc-email{
    background-position: 0 0;
}
.ico-soc-email:hover{
    background-position: 0 -42px;
}
.ico-soc-vk{
    background-position: 0 -84px;
}
.ico-soc-vk:hover{
    background-position: 0 -126px;
}
.ico-soc-odn{
    background-position: 0 -168px;
}
.ico-soc-odn:hover{
    background-position: 0 -210px;
}
.f-row{
    color: #a5969a;
    padding: 10px 0;
}
.f-col {
    margin: 0 40px 0 0;
}
.right.f-col {
    margin: 0 0 0 30px;
}



/*Diff screens*/
@media all and (max-width: 1379px) {
    body{
        font-size: 13px;
    }
    .wrapper {
        width: 1140px;
    }
    .promotions, .promotions-list, .promotions-inner td{
        height: 340px;
    }
	.home-promotion-title {
		font-size: 300%;
	}
    .m-flower:nth-child(4n){
        margin-right: -20px;
    }
	.h-menu-col{
		padding: 0 6px;
	}
}

@media all and (min-width: 1380px) {
    body{
        font-size: 14px;
    }
    .wrapper {
        width: 1380px;
    }
    .m-flower:nth-child(5n){
        margin-right: -20px;
    }
}



