@font-face {
	font-family: BarnaulGrotesk;
	src: url(fonts/BarnaulGrotesk-Reg_5952.ttf);
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none;
}

a {
    color: inherit;
    text-decoration: none;
}

img {}
.left {margin:0 30px 30px 0;float:left;}
table {border-collapse:collapse;}

body {
    padding: 0;
    margin: 0;
    background: #fff;
    letter-spacing: 0px;
    font-size: 16px;
    color: #484848;
	font-family:"BarnaulGrotesk";
	
}

h1 {
	text-transform: uppercase;
	color:#3a6a56;
	font-size:30px;
}

h2 {
    text-transform: uppercase;
	font-size:30px;
	color:#3a6a56;
	text-align:center;
}

h3 {
    text-transform: uppercase;
	font-size:30px;
	font-weight:bold;
	color:#3a6a56;
}

h4 {
    text-transform: uppercase;
	font-size:24px;
	font-weight:bold;
	color:#3a6a56;
}

h5 {
	font-size:24px;
	color:#b29059;
	margin-bottom:15px;
	font-weight:normal;
}

h6 {
} 

.center {
    text-align: center;
    margin: auto;
}

.container {
    position: relative;
    /*width: 1200px;*/
	width:100%;
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
	padding:0 10px;
}
.without-border {border: none !important;}
.clearfix:after {content:"";display: block;clear: both;visibility: hidden;height:0;}

.logo {display:block;height:120px;float:left;}
.logo a {display:block;margin:9px 0;}
.top-search {display:block;width:202px;float:left;margin:40px 30px 40px 35px;}
.top-search form {display:block;position:relative;}
.top-search input[type="text"] {width: 202px;border: 1px solid lightgray;border-radius: 5px;height: 40px;box-shadow: inset 0 1px 5px 0px lightgrey;color:#acadad;padding:0 15px;}
.top-search input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #acadad;font-family:"BarnaulGrotesk";letter-spacing: 1.1px;
}
.top-search input[type="text"]::-moz-placeholder { /* Firefox 19+ */
color: #acadad;font-family:"BarnaulGrotesk";letter-spacing: 1.1px;
}
.top-search input[type="text"]:-ms-input-placeholder { /* IE 10+ */
color: #acadad;font-family:"BarnaulGrotesk";letter-spacing: 1.1px;
}
.top-search input[type="text"]:-moz-placeholder { /* Firefox 18- */
color: #acadad;font-family:"BarnaulGrotesk";letter-spacing: 1.1px;
}
.top-search input[type="submit"] {background:url('/images/search.png') no-repeat right center;position:absolute;border:0;width:16px;height:16px;right:12px;top:13px;cursor:pointer;}
.top-social {display:block;float:left;margin:40px 0;width:150px;height:40px;}
.top-social img {display:block;float:left;margin-right:10px;}
.worktime {display:block;float:left;margin:42px 25px 42px 15px;}
.worktime:before {content:'';display:block;width:29px;height:29px;background:url('/images/worktime.png') no-repeat;float:left;margin-right:10px;margin-top:3px;}
.recall-btn {float:left;}
.phones {display:block;float:left;margin:21px 0 21px 20px;}
.phones span {display:block;line-height:29px;}
/*.phones span:before {vertical-align: text-top;content:'';width:15px;height:17px;display:inline-block;background:url('/images/phone.png') no-repeat;margin-right:8px;}*/
.recall-btn {width: 157px;height: 40px;text-align: center;display: block;font-size: 18px;color: #fff;line-height: 40px;background: #d2ac6e;margin:40px 0;}

.nav-line {height:64px;width:100%;background:#f3f3f3;}
nav {display:block;float:left;}
nav ul {list-style:none;}
/*nav ul li {display:inline-block;color:#b79256;font-size:20px;line-height:64px;margin-right:40px;font-weight:bold;text-transform:uppercase;}*/
nav ul li {display:inline-block;color:#b79256;font-size:18px;line-height:64px;margin-right:16px;font-weight:bold;text-transform:uppercase;}
nav ul li:last-child {margin-right:0;}
.topcart {display:block;float:right;width:52px;height:52px;background:url('/images/topcart.png') no-repeat;margin:6px 0;text-align:center;line-height:64px;}

.mainblock1 {height:472px;background:url('/images/mainblock1.jpg') repeat center;padding-top:55px;}
.mainblock1 h1 {margin-bottom:45px;}

.mainblock1-carousel {width:930px;margin:0 auto;}
.mainblock1-carousel .owl-prev {top:50%;background:url('/images/prev-btn.png') no-repeat;width: 31px;height: 116px;text-indent: -9999px;position:absolute;left:-85px;margin-top:-58px;}
.mainblock1-carousel .owl-next {top:50%;background:url('/images/next-btn.png') no-repeat;width: 31px;height: 116px;text-indent: -9999px;right:-85px;position:absolute;margin-top:-58px;}
.mainblock1__item {width: 280px;height: 293px;background: #fff;margin: 5px auto 5px;box-shadow: 0 0 10px 1px rgba(152, 152, 152, 0.5);}
.mainblock1__item-title {text-align:center;color:#3a6a56;text-transform:uppercase;font-size:22px;font-weight:bold;padding-top:40px;}
.mainblock1__item-img {width:260px;height:125px;margin:15px auto;}
.mainblock1__item-img img {width:100%;height:100%;object-fit:contain;}
.mainblock1__item-more1 {display:block;width:157px;height:40px;margin:0 auto;text-align:center;text-transform:uppercase;color:#fff;background:#d2ac6e;line-height:40px;}
.mainblock1__item-more {width:130px;display:block;float:left;height:40px;text-align:center;text-transform:uppercase;color:#fff;background:#d2ac6e;line-height:40px;margin-top:30px;}

footer {height:170px;background:#f3f3f3;margin-top:65px;}
footer .container {padding:25px 0 35px;}
.footer-logo {float:left;}
.footer-logo span {display:block;margin-top:35px;}
.footer-phone {float:right;}
.footer-phone__title {text-align:right;color:#3a6a56;text-transform:uppercase;font-weight:bold;font-size:18px;}
.fphones {margin:0;float:right;font-size:18px;margin-top:10px;}
.fphones span:before {margin-top:1px;}
.footmenu {display:block;float:left;}
.footmenu ul {list-style:none;font-size:18px;}
.footmenu span {font-size:18px;color:#3a6a56;text-transform:uppercase;font-weight:bold;display:block;margin-bottom:15px;}
.fmenu1 {margin:0 75px 0 110px;}
.fmenu1 ul {height:90px;width:355px;-webkit-columns: 2;-moz-columns: 2;columns: 2;}
.fmenu1 ul li {line-height:24px;}
.fmenu1 ul li a {border-bottom:1px solid #bdbdbd;}
.fmenu2 ul li a {border-bottom:1px solid #bdbdbd;}
.fmenu2 ul li {line-height:24px;}

.mainblock2 {padding-top:50px;}
.mainblock3 {padding-top:50px;}
.mainblock4 {padding-top:50px;}

.mainblock2 h2:after {content:'';display:block;width:130px;height:1px;background:#3b6b56;margin:30px auto 25px;}
.mainblock3 h2:after {content:'';display:block;width:130px;height:1px;background:#3b6b56;margin:30px auto 25px;}
.mainblock4 h2:after {content:'';display:block;width:130px;height:1px;background:#3b6b56;margin:30px auto 25px;}

.mainblock2-carousel .owl-prev {top:50%;background:url('/images/prev-btn.png') no-repeat;width:19px;height: 70px;text-indent: -9999px;position:absolute;left:-50px;margin-top:-35px;background-size:cover;}
.mainblock2-carousel .owl-next {top:50%;background:url('/images/next-btn.png') no-repeat;width:19px;height:70px;text-indent: -9999px;right:-50px;position:absolute;margin-top:-35px;background-size:cover;}
.mainblock3-carousel .owl-prev {top:50%;background:url('/images/prev-btn.png') no-repeat;width:19px;height: 70px;text-indent: -9999px;position:absolute;left:-50px;margin-top:-35px;background-size:cover;}
.mainblock3-carousel .owl-next {top:50%;background:url('/images/next-btn.png') no-repeat;width:19px;height:70px;text-indent: -9999px;right:-50px;position:absolute;margin-top:-35px;background-size:cover;}
.mainblock4-carousel .owl-prev {top:50%;background:url('/images/prev-btn.png') no-repeat;width:19px;height: 70px;text-indent: -9999px;position:absolute;left:-50px;margin-top:-35px;background-size:cover;}
.mainblock4-carousel .owl-next {top:50%;background:url('/images/next-btn.png') no-repeat;width:19px;height:70px;text-indent: -9999px;right:-50px;position:absolute;margin-top:-35px;background-size:cover;}
.mainblock5-carousel .owl-prev {top:50%;background:url('/images/prev-btn.png') no-repeat;width:19px;height: 70px;text-indent: -9999px;position:absolute;left:-50px;margin-top:-35px;background-size:cover;}
.mainblock5-carousel .owl-next {top:50%;background:url('/images/next-btn.png') no-repeat;width:19px;height:70px;text-indent: -9999px;right:-50px;position:absolute;margin-top:-35px;background-size:cover;}

.mainblock__item {width:280px;height:417px;background:#fff;margin:5px auto;box-shadow: 0 0 10px 0 #8e8e8e;padding-top:10px;}
.item-title {text-align:center;color:#3a6a56;text-transform:uppercase;font-size:22px;font-weight:bold;padding-top:40px;}
/*.item-img {width:170px;height:187px;margin:0px auto;}*/
.item-img {width:215px;height:200px;margin:0px auto;}
.item-img img {width:100%;height:100%;object-fit:contain;}
.item-more {display:block;width:157px;height:40px;margin:0 auto;text-align:center;text-transform:uppercase;color:#fff;background:#d2ac6e;line-height:40px;}
/*.item-more {width:130px;display:block;float:left;height:40px;text-align:center;text-transform:uppercase;color:#fff;background:#d2ac6e;line-height:40px;margin-top:30px;}*/
.item-info {width:250px; margin:15px auto;height:54px;}
.item-art {width:250px; margin:0 auto 15px;font-style:italic;height:18px;}
.item-art span {font-weight:bold;}
.item-cost {width:250px; margin:0 auto 15px;}
/*.item-cost {margin-left:15px;float:left;width:120px;line-height:40px;margin-top:30px;}*/
.item-cost span {font-weight:bold;color:#b29059;font-size:20px;}

.bread {height:55px;width:100%;background:url('/images/bread_bg.jpg') repeat-x;}
.bread ul {list-style:none;}
.bread ul li {display:inline-block;line-height:55px;font-size:18px;}
.bread ul li:after {content:'»';margin:0 5px;}
.bread ul li:last-child:after {display:none;}

.content {padding:50px 0 0;min-height:470px;}
.content h1 {text-align:center;}
/*.content img {margin:0 45px 50px 0;display:block;float:left;}*/
.content h1:after {content:'';display:block;width:132px;height:1px;background:#3b6b56;margin:30px auto 45px;}
.content p {font-size:18px;margin-bottom:20px;line-height:24px;}
.content ul {font-size:18px;list-style:none;}
.content ul li:before {content: "";position:relative;left: -10px;background-color:#3a6a56;display:inline-block;width:5px;height:5px;border-radius:50%;top:-2px;}
.map {display:block;float:left;width:479px;height:313px;margin:0 45px 50px 0;}
.contact-info {margin-top:20px;font-size:18px;}
.contact-info span {font-size:24px;color:#b29059;display:block;margin-bottom:10px;}
.contact-infoarea {margin-top:50px;color:#666;font-size:18px;}

.lheight {line-height:30px;margin-bottom:40px;}

.news-item {display:inline-block;margin:0 55px 55px 0;width:353px;height:406px;box-shadow: 0 1px 10px 0px #8e8e8e;}
.news-item:nth-child(3n) {margin:0;}

.btn {width:157px;height:40px;background:#d2ac6e;font-size:18px;font-weight:bold;text-align:center;color:#fff;text-transform:uppercase;line-height:40px;margin:0 auto;display:block;}

.news-item__title {margin:20px auto 15px;text-align:center;font-size:18px;text-transform:uppercase;}
.news-item__img {width:100%;height:145px;}
.news-item__img img {display:block;margin:0 auto;max-width:100%;max-height:145px;}
.news-item__text {padding:20px 20px 15px;}

.pagination {text-align:center;}
.pagination ul {list-style:none;display: inline-block;vertical-align: middle;}
.pagination > ul > li {display: inline-block;vertical-align: middle;margin-left: 5px;margin-right: 5px;width:24px;height:24px;line-height:24px;}
.pagination > ul > li.active {background:#d2ac6e;color:#fff;}
.pagination > ul > li:before {display:none;}
.nav-prev {display: inline-block;vertical-align: middle;margin-left: 8px;margin-right: 8px;position: relative;background:url('/images/nav-prev.png');width:12px;height:10px;}
.nav-next {display: inline-block;vertical-align: middle;margin-left: 8px;margin-right: 8px;position: relative;background:url('/images/nav-next.png');width:12px;height:10px;}
.article h4 {margin-bottom:25px;}
.article p {font-size:18px;color:#666;}
.article i {line-height:18px;color:#666;font-size:18px;margin-bottom:10px;display:block;}
.print-btn {width:205px;height:40px;background:#d2ac6e;font-size:18px;text-align:center;color:#fff;line-height:40px;display:block;}
.article-comments {margin-top:40px;}

.product__left {float:left;width:430px;min-height:600px;}
.product__right {float:right;width:700px;position:relative;}
.product__right h4 {margin-bottom:40px;}
.detailimgs li:before {display:none !important;}
.detailimgs img {margin:45px auto;}

.bx-wrapper {margin-bottom:20px;}
#bx-pager a {display:block;float:left;margin-right:10px;width:100px;height:110px;background:#fff;position:relative;-moz-box-shadow: 0 0 5px #ccc;   -webkit-box-shadow: 0 0 5px #ccc;box-shadow: 0 0 5px #ccc;}
#bx-pager a:nth-child(4n) {margin-right:0;}
#bx-pager a img {margin:auto;top:0;bottom:0;left:0;right:0;position:absolute;width:90%;}
.product__right .price {margin:15px 0;font-weight:bold;font-size:24px;}
.product__right .price span {color:#b29059;}
.product__right .avail {color:#b29059;font-size:24px;}
.product__right .product-info {margin:22px 0;font-size:18px;line-height:20px;}
.product__right .btn {position:relative;margin:20px 0;}
.product-also {margin-top:50px;}
.product-also h3 {text-align:center;}
.product-also h3:after {content:'';width:390px;height:1px;background:#3b6b56;display:block;margin:28px auto;}

.cart h3 {text-align:center;}
.cart h3:after {width:132px;height:1px;background:#3b6b56;content:'';display:block;margin:30px auto 10px;}

table.cartlist {width:100%;border-collapse: collapse;}
table.cartlist tr {}
table.cartlist tr td {border:0px solid #000;padding:25px 0;border-bottom:1px solid #d9d9d9;}
table.cartlist tr td:nth-child(1) {width:210px;text-align:center;}
table.cartlist tr td:nth-child(2) {width:500px;padding-left:30px;padding-right:10px;}
table.cartlist tr td:nth-child(3) {width:200px;text-align:center;font-style:italic;font-size:20px;}
table.cartlist tr td:nth-child(3) input {width:35px;text-align:center;font-weight:bold;margin:0 2px 0 5px;font-size:20px;}
table.cartlist tr td:nth-child(4) {width:170px;text-align:right;font-size:24px;color:#b29059;font-weight:bold;}
table.cartlist tr td:nth-child(5) {width:100px;text-align:right;}
.cart-img {width:100%;height:232px;-moz-box-shadow: 0 0 5px #8e8e8e;   -webkit-box-shadow: 0 0 5px #8e8e8e;box-shadow: 0 0 5px #8e8e8e;position:relative;}
.cart-img img {position:absolute;margin:auto;top:0;bottom:0;left:0;right:0;max-width:100%;max-height:100%;width:75%;}
.cartitem__title {font-size:24px;color:#3a6a56;position:absolute;margin-top:-50px;}
.cartitem__art {font-size:20px;font-style:italic;}
.cartitem__art span {font-weight:bold;}

.order h3 {text-align:center;}
.order h3:after {content:'';width:132px;height:1px;background:#3b6b56;display:block;margin:30px auto 50px;}
.order-form {padding:40px 50px 30px;width:460px;/*height:360px;*/background:#f7f7f7;margin:0 auto 70px;}

.steporder {display:block;float:left;width:355px;/*height:420px;*/margin-right:57px;}
.steporder:nth-child(3n) {margin-right:0;}
.steporder__title {height:53px;line-height:53px;padding-left:55px;color:#3a6a56;font-size:20px;position:relative;background:#f3f3f3;margin-bottom:10px;}
.steporder__title1:before {content:'';position: absolute;display:block;top: 7px;left:7px;background:url('/images/step1.png') no-repeat center;width:40px;height:40px;}
.steporder__title2:before {content:'';position: absolute;display:block;top: 7px;left:7px;background:url('/images/step2.png') no-repeat center;width:40px;height:40px;}
.steporder__title3:before {content:'';position: absolute;display:block;top: 7px;left:7px;background:url('/images/step3.png') no-repeat center;width:40px;height:40px;}

.checkbox {line-height:40px;}
.checkbox input {display:block;float:left;display:none;}
.checkbox label {display:block;float:left;padding-left:60px;font-size:20px;font-weight:bold;cursor:pointer;background: url(images/check.png) no-repeat  19px 12px;}
.checkbox input[type=checkbox]:checked + label {background: url(images/checked.png) no-repeat 19px 9px;cursor: pointer;}
.checkbox input[type=radio]:checked + label {background: url(images/checked.png) no-repeat 19px 9px;cursor: pointer;}
.payinfo {display:block;margin:30px 0;font-size:18px;color:#3a6a56;padding:0 5px 0 15px;}
.payinfo a {text-decoration:underline;}
.paytxt {font-size:18px;padding:0 5px 0 15px;}
.order input[type="text"] {width: 100%;border: 1px solid lightgray;border-radius: 5px;height: 40px;box-shadow: inset 0 1px 5px 0px lightgrey;color:#acadad;padding:0 15px;margin-bottom:15px;}

.order input[type="password"] {width: 100%;border: 1px solid lightgray;border-radius: 5px;height: 40px;box-shadow: inset 0 1px 5px 0px lightgrey;color:#acadad;padding:0 15px;margin-bottom:15px;}

.order textarea {width: 100%;border: 1px solid lightgray;border-radius: 5px;height: 40px;box-shadow: inset 0 1px 5px 0px lightgrey;color:#acadad;padding:15px;margin-bottom:15px;height:100px;}

.order input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #acadad;font-family:"BarnaulGrotesk";letter-spacing: 1.1px;
}
.order input[type="text"]::-moz-placeholder { /* Firefox 19+ */
color: #acadad;font-family:"BarnaulGrotesk";letter-spacing: 1.1px;
}
.order input[type="text"]:-ms-input-placeholder { /* IE 10+ */
color: #acadad;font-family:"BarnaulGrotesk";letter-spacing: 1.1px;
}
.order input[type="text"]:-moz-placeholder { /* Firefox 18- */
color: #acadad;font-family:"BarnaulGrotesk";letter-spacing: 1.1px;
}
.order input[type="password"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #acadad;font-family:"BarnaulGrotesk";letter-spacing: 1.1px;
}
.order input[type="password"]::-moz-placeholder { /* Firefox 19+ */
color: #acadad;font-family:"BarnaulGrotesk";letter-spacing: 1.1px;
}
.order input[type="password"]:-ms-input-placeholder { /* IE 10+ */
color: #acadad;font-family:"BarnaulGrotesk";letter-spacing: 1.1px;
}
.order input[type="password"]:-moz-placeholder { /* Firefox 18- */
color: #acadad;font-family:"BarnaulGrotesk";letter-spacing: 1.1px;
}

.order textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #acadad;font-family:"BarnaulGrotesk";letter-spacing: 1.1px;
}
.order textarea::-moz-placeholder { /* Firefox 19+ */
color: #acadad;font-family:"BarnaulGrotesk";letter-spacing: 1.1px;
}
.order textarea:-ms-input-placeholder { /* IE 10+ */
color: #acadad;font-family:"BarnaulGrotesk";letter-spacing: 1.1px;
}
.order textarea:-moz-placeholder { /* Firefox 18- */
color: #acadad;font-family:"BarnaulGrotesk";letter-spacing: 1.1px;
}

.deliverylist {margin-bottom:26px;}
.steporder__title2 {margin-bottom:20px;}

.deliverylist label{
	margin-bottom: 10px;
}
.deliverylist strong {
    font-size: 20px; /*14px*/
}
.deliverylist span, .deliverylist p {
    font-size: 16px; /*12px*/
	margin-bottom: 0px;
    line-height: 5px;
    font-weight: normal;
}


.order-form__title {font-weight:bold;font-size:20px;line-height:40px;margin-bottom:10px;}

.auth-btn {border:0;width:100%;height:40px;background:#d2ac6e;color:#fff;text-transform:uppercase;font-size:18px;font-family:"BarnaulGrotesk";cursor:pointer;}

.order-form a {text-decoration:underline;display:block;margin:16px 0 20px;}
.order-form__social {height:40px;line-height:40px;}
.order-form__social span {display:none;}
.order-form__social a {display:inline-block;}
.order-form__social span.social-title {display:inline-block !important;font-weight:bold;font-size:18px;line-height:40px;height:40px;margin-right:10px;}
.order-form__social img {display:block;float:left;margin:0 3px;}

.filterarea {width:280px;margin-right:20px;float:left;}
.catalogwrap {float:left;width:880px;}
.catalogwrap h3 {text-align:center;}
.catalogwrap h3:after {display:block;margin:30px auto;width:170px;height:1px;background:#3b6b56;content:'';}
.catalogitem {width:280px;height:420px;float:left;margin:5px 20px 5px 0;margin-bottom:20px;box-shadow: 0 0 5px 0 #8e8e8e;padding-top:18px;}
.catalogitem:nth-child(3n) {margin-right:0;}
.catalogwrap .pagination {margin-bottom:50px;}
.description {font-size:18px;line-height:24px;color:#666;}
.filter-block {display:block;padding:30px 20px;border:1px solid #d9d7d4;position:relative;}
.filter-block span {display:block;font-size:20px;color:#3a6a56;width:100%;position:relative;cursor:pointer;}
.filter-block span:after {content:'';display:block;position:absolute;background:url('/images/up.png') no-repeat;width:16px;height:8px;right:5px;top:7px;}

.filter-block span.closed:after {content:'';display:block;position:absolute;background:url('/images/down.png') no-repeat;width:16px;height:8px;right:5px;top:7px;}

.checkboxlist {margin-top:5px;}
.checkboxlist input[type="text"] {
	width:80px;
	margin:0 9px 10px;
	border: 1px solid lightgray;
    border-radius: 5px;
    height: 40px;
    box-shadow: inset 0 1px 5px 0px lightgrey;
    color: #acadad;
    padding: 0 15px;
}
.filter-block label {display:block;float:left;padding-left:30px;font-size:18px;font-weight:normal;cursor:pointer;background: url(images/check.png) no-repeat  0px 12px;}
.filter-block input[type=checkbox]:checked + label {background: url(images/checked.png) no-repeat 0px 9px;cursor: pointer;}

.cart-totalsum,.cart-totalsum-txt {text-align:right;font-size:28px;color:#3a6a56;margin-bottom:35px;float:left;font-weight:bold;}
.right{float:right;}
.cart-totalsum {color:#b29059;}
.cart-totalsum-txt {margin-right:10px;}

/*всплывашка*/
.form-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.85);
    z-index: 1211;
    display: none;
}
.modalblock {
    display: none;
    position: fixed;
    top: 50%;
    width:340px;
    height:300px;
    left: 50%;
    z-index: 1212;
    margin-left: -170px;
    margin-top:-150px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-body {
    padding: 30px 15px 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px;
}
button.modal-close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-size: 22px;
}
.form-group {
    margin-bottom: 15px;
}
.form-control {
    outline: 0;
    margin:0;
    display: inline-block;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    border-color: #dcdcdc;
    height: 38px;
    padding: 7px 12px;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.modal-btn {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    padding: 10px 18px;
    border-radius: 3px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,.4);
    box-shadow: inset 0 1px 1px rgba(255,255,255,.4);
}
.modal-btn-primary {
    color: #fff;
    background-color: #6AB602;
    border-color: #67B603;
}
.modal-btn:hover {
    color:#fff;
    background-color:#62B003;
    border-color:#599E02;
    outline:0;
}
.modal-btn:focus {
    outline:none;
}
.modal-btn:active {
    -webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
    outline:0;
}
.modal-res {height:15px;width:100%;text-align:center;}

.ui-widget-content {background:lightgray !important;}
.ui-slider-horizontal .ui-slider-range {background:#3a6a56 !important;}

.order-btns {margin:0 auto;width:360px;}

.location-block {margin-bottom:15px;}
.location-block>div>div{    width: 100%;
    border: 1px solid lightgray;
    border-radius: 5px;
    height: 40px;
    box-shadow: inset 0 1px 5px 0px lightgrey;
    color: #acadad;
    padding: 0 15px;
    margin-bottom: 15px;}
.location-block>div>div>div {border:0 !important;height:38px !important;}
.bx-sls .dropdown-icon {top:14px !important;}
.bx-sls .bx-ui-sls-clear {top:3px !important;}
.bx-sls .dropdown-block {height:36px !important;margin-top:1px !important;}
.mobile {display:none;}
.icon-phone {width:40px;height:40px;position: absolute;right:75px;top: 12px;}
.icon-phone img {display:block;width:100%;height:100%;}
.icon-search {width:40px;height:40px;position: absolute;right:125px;top: 12px;}
.icon-search img {display:block;width:100%;height:100%;}
.blanktd {border-bottom:1px solid #d9d9d9 !important;padding:30px 0 0 !important;}
.bx_ordercart_order_pay {margin-top:50px;}
.visible-xs {display:none;}
.visible-sm {display:block;}
.sect-list {list-style:none;}
.sect-list li {float:left;width:170px;height:200px;background: linear-gradient(to bottom, #f8f8f8 0%, #ffffff 21%);border: 1px solid #ededed;margin:0px 25px 20px;}
.sect-list li:before {display:none !important;}
.sect-list li>a {display:block;width:100%;height:100%;}
.sect-img {position: relative;height: 132px;text-align: center;line-height: 132px;margin-bottom: 10px;overflow: hidden;}
.sect-img img {max-width: 100%;max-height: 100%;width: auto;height: auto;vertical-align: middle;}
.sect-list li span {height: 56px;display:block;text-align: center;font-size: 16px;line-height: 1.1;margin-bottom: 0;padding:0 5px;}
.left-sect-block {width:100%;}
.left-sect-block>span {display:block;width:100%;position: relative;font-size: 18px;text-transform: uppercase;border-bottom: 5px solid #3a6a56;padding-bottom: 11px;margin-bottom: 14px;}
.left-sect-list {list-style:none;margin-left:20px;margin-bottom:20px;}
.left-sect-list li {margin-bottom:5px;display:block;line-height:30px;}
.left-sect-list li:before {display:none !important;}
.left-sect-list li a {display:block;width:100%;height:100%;text-decoration:underline;}
.popup-window-overlay {display:none !important;}
.popup-window {position:fixed !important;right:0;bottom:0;top:auto !important;left:auto !important;width:300px !important;}
.auth-links {display:inline-block !important;}

.bx-ss-button {background:url('/images/vk.png') !important;width:40px !important;height:40px !important;}

.popup-window-buttons span {float:none !important;}
.popup-window-buttons span span {cursor:pointer;padding:5px;border:1px solid gray;float:none !important;}

.bx-authform-social ul li:before {display:none;}
.bx-authform-social ul li a {margin:0;}
/#SDEK_pvz {top:0 !important;;left:0 !important;}