

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
::-moz-focus-inner { border: 0; padding: 0; }
body { margin:0; padding:0;}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

div{ margin:0; outline:0;}
ul {outline:0;}
a:active,
a:hover {
  outline: 0;
}
/*убираем бордюры*/
img, a:link img, a:visited img, a:hover img, a:active img { border: 0; }
a:focus { border:0px; }
/*общее оформление ссылок*/
a { color: #f13939; text-decoration: none; }
a:hover { color:#323232;color: #f13939; text-decoration:underline; }


/*бэкграунд*/
html {background:#e4edff url(../images/bg.jpg) center no-repeat fixed; background-size:cover;}
body {min-width:1300px; font-size: 16px; line-height: 1.3; color:#000; font-weight:normal;}
 
/*разделитель*/
.clear { height:0px; width:100%; clear:both; }

/*все дивы в бокссайз бордер бокс*/
div {
	box-sizing: border-box;
}

/* обновите браузер*/
.browserupgrade {
	text-align:center;
	padding:10px;
	background:#fff;
	border-bottom:3px solid #000;
}
.browserupgrade a {
	color:#ff0000;
	font-weight:bold;
	text-decoration:underline;
}

/* шрифт */
body {font-family: 'Open Sans', sans-serif;}



/* Типографика */
h1 {
	font-weight:bold;
	font-size:32px;
	line-height:32px;
	text-align:left;
	padding:0;
	margin:0;
	text-transform:uppercase;
	letter-spacing:3px;
}
h2 {
	font-weight:bold;
	font-size:32px;
	line-height:32px;
	text-align:left;
	padding:0;
	margin:0;
	text-transform:uppercase;
	letter-spacing:3px;
}
h3 {
	font-weight:bold;
	font-size:21px;
	line-height:28px;
	margin:20px 0px 10px;
}
p {
	margin:0 0 15px;
}


/*центрируем блоки*/
.center-box {
	margin:0 auto;
	width:1240px;
	position:relative;
	box-shadow:0 0 5px rgba(0,0,0,0.7);
	background:#fff;
}
.container {
    padding:20px 40px;
}


.header-line {
    background:#fff;
    position:relative;
    z-index:500;
    padding-top:90px;
}

    .header-logo {
        width:500px;
        float:left;
        margin-top:-52px;
        margin-bottom:-10px;
        
    }
        .header-logo .logo {
            display:block;
            font-size: 48px;
            letter-spacing: 1px;
            line-height: 50px;
            font-weight: bold;
            color: #fbb33f;
        }
    
    /**/
    .search-box {
        text-align:right;
        margin-top:10px;
        float:right;
    }
        .search-box input {
            height: 40px;
            padding: 10px 10px 10px 40px;
            font-size: 14px;
            line-height: 20px;
            border: 1px solid #aaa;
            outline: 0;
            width: 300px;
            background: #fff url(../images/search.png) left center no-repeat;
            display:inline-block;
            border-radius: 5px;
        }
        
        .search-box button {
            height: 40px;
            background: #88cea4;
            color: #fff;
            padding: 10px;
            font-size: 14px;
            line-height: 20px;
            text-transform: uppercase;
            border: 0;
            outline: 0;
            width: 100px;
            position: relative;
            cursor: pointer;
            border-radius: 5px;
        }
    .header-box {
        position:absolute;
        top:20px;
        right:0;
        height:50px;
        padding:5px 40px 5px 60px;
        padding-right:40px;
        background: linear-gradient(to right, rgba(255,255,255,0.0), rgba(239,239,239));
    }
    .header-box .telefon {
        display:block;
        float:left;
        height: 40px;
        padding: 5px 0 5px 50px;
        font-size: 24px;
        line-height: 30px;
        margin-left:30px;
    }
    .header-box a {
        color:#323232;
    }
    .header-box .zayavka-btn {
        height: 30px;
        display:block;
        float:left;
        background: #ffb42f;
        color: #fff;
        padding: 5px 15px;
        font-size:14px;
        line-height: 30px;
        text-transform: uppercase;
        border: 0;
        outline: 0;
        position: relative;
        cursor: pointer;
        margin-left:30px;
        border-radius: 5px;
    }
    .header-box .basket-btn {
        height: 40px;
        width:60px;
        display:block;
        float:left;
        background: #f13939 url(../images/basket.png) center no-repeat;
        color: #fff;
        padding: 5px 15px;
        font-size:14px;
        line-height: 30px;
        text-transform: uppercase;
        border: 0;
        outline: 0;
        position: relative;
        cursor: pointer;
        margin-left:30px;
        border-radius: 5px;
        box-sizing: border-box;
    }
    .header-box .basket-btn .basket-top-count {
        height:20px;
        min-width:20px;
        border-radius:10px;
        text-align:center;
        font-size:14px;
        line-height:20px;
        color:#000;
        background:#fff;
        position:absolute;
        right:5px;
        bottom:5px;
    }

.top-menu {
    height:auto;
}
.mob-menu {
    display:none;
}
    .top-menu ul {
        display:block;
        list-style:none;
        height:auto;
        margin:0 40px;
        padding:0;
        background:#88cea4;
        border-radius:5px;
        overflow:hidden;
    }
    .top-menu ul ul {
        display:none;
    }
    .top-menu ul li {
        display:inline-block;
    }
    .top-menu ul li a {
        display:block;
        padding:10px 16px;
        line-height:24px;
        font-size:13px;
        color:#fff;
        text-decoration:none;
        text-transform:uppercase;
        letter-spacing:1px;
    }
    .top-menu ul li:hover a {
        background:#ffb42f;
        text-decoration:underline;
    }
    .top-menu ul li.active a {
        padding-bottom:7px;
        border-bottom:3px solid rgba(255,255,255,0.5);
    }
    .top-menu ul li.warning {
        float:right;
    }
    .top-menu ul li.warning a {
        background:#f13939;
        font-weight:bold;
    }
    .top-menu ul li.nal a {
        background:#f13939;
    }

.warr {
    text-align: center;
    padding: 20px;
    border-radius: 5px;
    background: #ffb42f;
    font-size: 24px;
    color: #000;
}

.slider {
    margin:0;
    padding:0;
    z-index:200;
    position:relative;
    overflow: hidden;
    border-radius: 5px;
}
.nivo-caption {
    left: 50% !important;
    bottom: unset !important;
    margin-left: -450px !important;
    top: 120px !important;
    background: transparent !important;
    color: #fff !important;
    width: 900px !important;
    padding: 5px 10px !important;
    opacity: 1 !important;
}
.nivo-title {
    text-transform:uppercase;
    font-size:48px;
    line-height:56px;
    font-weight:bold;
    text-shadow:0 0 7px rgba(0,0,0,0.7);
}
.nivo-text {
    font-size:18px;
    line-height:24px;
    text-shadow:0 0 7px rgba(0,0,0,0.7);
    margin-top:15px;
}
.nivo-link {

}
.nivo-caption .nivo-link a {
    display:inline-block !important;
    width:auto !important;
    padding:10px 30px !important;
    text-align:center !important;
    text-transform:uppercase !important;
    border:3px solid rgba(255,255,255,0.7) !important;
    text-shadow:0 0 7px rgba(0,0,0,0.7);
    margin-top:15px;
}
.nivo-caption .nivo-link a:hover {
    border:3px solid rgba(255,255,255,1) !important;
}
.theme-light .nivoSlider {
    margin-bottom:0!important;
}

.page-title {
    background:#fbf8f5;
    padding:70px 0 30px;
    z-index:200;
    position:relative;
}

.page-title h1 {
    display:block;
    float:left;
    width:480px;
}
.page-title .bread {
    display:block;
    float:left;
    width:760px;
}

ul.breadcrumb {
    display:block;
    margin:0;
    padding:0;
    height:auto;
    text-align:right;
    line-height: 32px;
}
    ul.breadcrumb li {
        display:inline-block;
        text-transform:uppercase;
        overflow:hidden;
    }
    ul.breadcrumb .divider {
        background:url(../images/divider.png) center no-repeat;
        display: inline-block;
        width: 20px;
    }
    ul.breadcrumb .divider img {
        opacity:0;
    }



/********************/

.main {
    padding:30px 0;
}

.main h2 {
    margin:20px 0;
}

.left-column {
    float:left;
    width:280px;
}
.mob-cat {
    display:none;
}
.right-column {
    float:left;
    width:850px;
    margin-left:30px;
    padding:0;
}

.left-column ul {
    display:block;
    list-style:none;
    margin:0;
    padding:0;
}

.left-column ul.menu li {
    display:block;
    list-style:none;
}
.left-column ul.menu > li > a {
    display:block;
    padding:10px 15px;
    text-transform:uppercase;
    font-weight:bold;
    color:#323232;
}
.left-column ul.menu ul {
    margin-left:10px;
}
.left-column ul.menu ul li a {
    display:block;
    padding:5px 15px;
}


/*левое меню*/
.catalog-menu {
    width:100%;
    padding:20px 15px;
    background:#f9f9f9;
    border-radius:5px;
    box-shadow:0 0 5px rgba(0,0,0,0.4);
}
.catalog-menu a {
    display:inline-block;
    font-size:16px;
    padding:5px 15px;
    color:#323232;
}
.catalog-menu a:hover {
    background:#fff;
}
.catalog-menu a.active {
    background:#f13939;
    color:#fff;
}
.catalog-menu .cm-imp {
    font-weight:bold;
    font-size:18px;
    display:block;
}
.catalog-menu .cm-wip {
    font-weight:bold;
    font-size:21px;
    display:block;
}
.catalog-menu .cm-warn {
    color:#ff0000;
}
.catalog-menu .cm-subtitle {
    font-weight:bold;
    font-size:18px;
    padding:5px 12px;
    color:#006979;
    margin:3px;
}
.catalog-menu .cm-sector {
    margin:10px 0;
}
.catalog-menu .cm-separator {
    margin:20px 0;
    border-top:1px dashed #aaa;
}

/**/
.mp-catalog {
    margin-bottom:50px;
}
.mp-cat {
    display:block;
    float:left;
    width:410px;
    height:auto;
    position:relative;
    overflow:hidden;
    border-radius:5px;
    box-shadow:0 0 5px rgba(0,0,0,0.2);
}
.mp-cat:first-child {
    margin-right:30px;
}
.mp-cat:hover {
    box-shadow:0 0 5px rgba(0,0,0,0.8);
}
.mp-cat img {
    display:block;
    width:100%;
    height:auto;
}
.mp-cat span {
    display:block;
    position:absolute;
    text-align:center;
    left:10px;
    bottom:10px;
    padding:15px 80px;
    font-size:21px;
    background:rgba(255,255,255,0.7);
    color:#323232;
}
.mp-cat:hover span {
    background: #ffb42f;
    color: #fff;
}

.mp-garant {
    margin-bottom:50px;
}
    .mp-garant img {
        display:block;
        width:100%;
        height:auto;
        border-radius:5px;
    }

.mp-tender {
    margin-bottom:50px;
    padding:30px;
    background:#f3f3f3 url(../images/tender.jpg) center no-repeat;
    background-size:cover;
    border-radius:5px;
    position:relative;
    box-shadow:0 0 5px rgba(0,0,0,0.4);
}
    .mp-tender-title {
        font-size:28px;
        line-height:40px;
        font-weight:bold;
        text-transform:uppercase;
        color:#f13939;
        letter-spacing:2px;
        margin-bottom:20px;
    }
    .mp-tender-text {
        font-size:24px;
        margin-bottom:20px;
    }
    
    .mp-tender .zayavka-btn {
        height: 30px;
        display: block;
        background: #ffb42f;
        color: #fff;
        padding: 5px 15px;
        font-size: 14px;
        line-height: 30px;
        text-transform: uppercase;
        border: 0;
        outline: 0;
        position: relative;
        cursor: pointer;
        border-radius: 5px;
        position:absolute;
        top:30px;
        right:30px;
    }


#yoo-zoo .categories .category {
    display:block;
    float:left;
    width:410px;
    width:24%;
    height:auto;
    position:relative;
    overflow:hidden;
    border-radius:5px;
    box-shadow:0 0 5px rgba(0,0,0,0.2);
    margin: 0 1% 10px 0;
    padding:0 !important;
}

#yoo-zoo .categories .category:first-child {
    /*margin-right:30px;*/
}
#yoo-zoo .categories .category:hover {
    box-shadow:0 0 5px rgba(0,0,0,0.8);
}
    #yoo-zoo .categories .category img {
        display:block;
        width:100%;
        height:auto;
    }
    #yoo-zoo .categories .category .title {
        display:block;
        text-align:center;
        padding:10px 5px;
        font-size:16px;
        background:rgba(255,255,255,0.7);
    }

#yoo-zoo .items .teaser-item {
    width: 270px;
    margin:  0 5px 10px 5px;
    text-align: center;
    display: block;
    float: left;
    padding: 0 !important;
    border: 1px solid #eee;
    font-size:18px;
    box-sizing: border-box;
    position:relative;
}
#yoo-zoo .items .teaser-item.hidden {
    display:none;
}
#yoo-zoo .items .teaser-item:hover {
    color:#f13939;
    border: 1px solid #f13939;
    text-decoration:none;
}
    #yoo-zoo .items .teaser-item .img {
        display: block;
        width: 100%;
        height: auto;
        vertical-align: middle;
        padding:5px;
        background:#fafafa;
    }
    #yoo-zoo .items .teaser-item .img img {
        display:block;
        width:auto;
        height:auto;
        max-width:100%;
        height:190px;
        margin:0 auto;
    }
    #yoo-zoo .items .teaser-item .title {
        padding:10px;
    }
    
    #yoo-zoo .items .teaser-item .articul {
        position: absolute;
        right: 0;
        top: 0;
        padding: 3px 5px;
        background: rgba(255,255,255,0.5);
        font-size: 12px;
        color: #2d2d2d;
    }
    #yoo-zoo .items .teaser-item .have {
        position: absolute;
        right: 5px;
        top:50px;
        padding: 3px 5px;
        background: rgba(255,255,255,0.5);
        font-size: 12px;
        color: #4c4c4c;
        border: 1px solid #4c4c4c;
        border-radius: 3px;
    }
    #yoo-zoo .items .teaser-item .cost {
        position: absolute;
        right: -5px;
        top: 20px;
        background: #f13939;
        color: #fff;
        font-size: 14px;
        padding: 3px 15px;
    }
    #yoo-zoo .items .teaser-item .oldcost {
        display: inline-block;
        text-decoration: line-through;
    }
    #yoo-zoo .items .teaser-item .basc {
        position: absolute;
        right: 5px;
        top:170px;
        padding: 3px 10px;
        background: #ffb42f;
        font-size: 14px;
        color: #fff;
        border-radius: 3px;
    }
    #yoo-zoo .items .teaser-item .show-basket {
        position: absolute;
        right: 5px;
        top:170px;
        padding: 3px 10px;
        background: #88cea4;
        font-size: 14px;
        color: #fff;
        border-radius: 3px;
        box-sizing:border-box;
        display:none;
    }
    
    #yoo-zoo .items .teaser-item .basc:hover {
        background: #f13939;
    }
    #yoo-zoo .items .teaser-item .getcost {
        position: absolute;
        right: 5px;
        top:170px;
        padding: 3px 10px;
        background: #ffb42f;
        font-size: 14px;
        color: #fff;
        border-radius: 3px;
    }
    #yoo-zoo .items .teaser-item .getcost:hover {
        background: #f13939;
    }
    
    
    #yoo-zoo .items .teaser-item .color {
        color:#2d2d2d;
        font-size:12px;
        padding:3px 10px;
        text-align:left;
    }
    #yoo-zoo .items .teaser-item .rost {
        color:#2d2d2d;
        font-size:12px;
        padding:3px 10px;
        text-align:left;
    }
    #yoo-zoo .items .teaser-item .regul {
        color:#2d2d2d;
        font-size:12px;
        padding:3px 10px;
        text-align:left;
    }
    
    
    
    
#yoo-zoo .full-item {

}

#yoo-zoo .full-item h2 {
    margin-bottom:5px;
}
#yoo-zoo .full-item .art {
    color:#999;
    margin-bottom:5px;
    font-size:14px;
}

#yoo-zoo .full-item .cost {
    font-size:21px;
    color:#999;
    padding-bottom:10px;
    border-bottom:1px solid #eee;
    margin-bottom:10px;
}
    #yoo-zoo .full-item .cost strong {
        font-size:24px;
        color:#000;
    }
    #yoo-zoo .full-item .cost p {
        font-size:18px;
        color:#333;
    }
#yoo-zoo .full-item .img {
    width:370px;
    margin-right:30px;
    float:left;
    text-align:center;
    border:1px solid #eee;
}
#yoo-zoo .full-item .img img {
    width:auto;
    max-width:100%;
    height:auto;
}

#yoo-zoo .full-item .descr {
    width:450px;
    float:right;
}
#yoo-zoo .full-item .spec {
    width:500px;
    float:left;
}
#yoo-zoo .full-item .desc {
    padding:20px 0;
    margin:10px 0;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
}

#yoo-zoo .full-item .lis {
    margin:5px 0;
}

    #yoo-zoo .full-item .basc {
        padding: 5px 10px;
        background: #ffb42f;
        font-size: 18px;
        color: #fff;
        border-radius: 3px;
        width:150px;
        text-align:center;
        cursor:pointer;
    }
    #yoo-zoo .full-item .show-basket {
        padding: 5px 10px;
        background: #88cea4;
        font-size: 18px;
        color: #fff;
        border-radius: 3px;
        box-sizing:border-box;
        display:none;
        width:150px;
        text-align:center;
    }
    
    #yoo-zoo .full-item .basc:hover {
        background: #f13939;
    }
    
    #yoo-zoo .full-item .getcost {
        padding: 5px 10px;
        margin:10px 0;
        background: #ffb42f;
        font-size: 18px;
        color: #fff;
        border-radius: 3px;
        width:200px;
        text-align:center;
        cursor:pointer;
    }
    #yoo-zoo .full-item .getcost:hover {
        background: #f13939;
    }



.items .teaser-project {
    width: 410px;
    margin:  0 10px 10px 0;
    text-align: center;
    display: block;
    float: left;
    padding: 0 !important;
    background:#fff;
    font-size:18px;
    text-transform:uppercase;
    box-sizing: border-box;
    overflow:hidden;
    border-radius:5px;
    box-shadow:0 0 5px rgba(0,0,0,0.2);
}
.items .teaser-project:hover {
    box-shadow:0 0 5px rgba(0,0,0,0.8);
}
    .items .teaser-project img {
        display:block;
        width:100%;
        height:auto;
    }
    .items .teaser-project .title {
        padding:10px;
        line-height:25px;
    }


/****************/
.footer-line {
    background:#999999;
    color:#fff;
}
    .footer {
        padding:30px 0 20px;
    }
    .footer-logo {
        width:360px;
        float:left;
        line-height:30px;
    }
    .footer-contact {
        width:880px;
        float:left;
        line-height:30px;
        text-align:right;
        text-transform:uppercase;
        font-size:21px;
    }
        .footer-contact a {
            color:#fff;
        }
        .footer-contact a:hover {
            color:#fff;
        }
    .copyright {
        padding:10px 0 20px;
    }



/*поиск*/
#searchForm input {
    height: 20px;
    padding: 10px 10px 10px 40px;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #aaa;
    outline: 0;
    width: 640px;
    background: #fff url(../images/search.png) left center no-repeat;
}

#searchForm button {
    height: 40px;
    background: #b56731;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    border: 0;
    outline: 0;
    width: 100px;
    position: relative;
    cursor: pointer;
}

#searchForm .searchintro {
   margin:10px 0; 
}

#searchForm .search-results {
    margin:10px 0; 
}




/* ДОПОЛНИТЕЛЬНОЕ ОФОРМЛЕНИЕ */
/*листалка для постраничного вывода*/
.pagination
{
text-align:center;
margin-top:30px !important;
padding-top:10px !important;
border-top:1px solid #aaa;
}

.pagination ul
{
list-style: none;
}
.pagination ul li
{
display: inline-block;
margin-left:2px;
margin-right:2px;
}
.pagination ul li span, .pagination ul li a
{
    padding: 2px 15px;
    line-height: 18px;
    border: 1px solid #999;
    color:#999;
    border-radius: 3px;
}
.pagination ul li a
{
    border: 1px solid #065b9c;
    color:#065b9c;
}

#lightbox-wrap, #lightbox-wrap * {
    box-sizing: unset;
}

/**/ 
.fos-wrapper {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.5);
    z-index: 1000;
}

.fos-box, .fos-box2, .fos-box3 {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 680px;
    height: 460px;
    margin-left: -350px;
    margin-top: -250px;
    border-radius: 8px;
    padding: 30px 10px 10px;
    background: #fff;
    background: rgba(255,255,255,0.8);
    color: #000;
    text-align: left;
    border:5px solid #ffb42f;
    z-index: 1200;
} 
.fos-box2 {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 680px;
    height: 560px;
    margin-left: -350px;
    margin-top: -300px;
    border-radius: 8px;
    padding: 30px 10px 10px;
    background: #fff;
    background: rgba(255,255,255,0.8);
    color: #000;
    text-align: left;
    border:5px solid #ffb42f;
    z-index: 1200;
} 

.fos-box .fos-box-close, .fos-box2 .fos-box-close, .fos-box3 .fos-box-close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 10px;
    right: 10px;
    border-radius: 5px;
    background: url(../images/close.png) top center no-repeat;
    cursor: pointer;
}
   
    .fos-box .fos-box-title, .fos-box2 .fos-box-title, .fos-box3 .fos-box-title {
        font-weight: normal;
        display: block;
        text-align: center;
        font-size: 32px;
        line-height: 40px;
        padding: 15px 30px;
        margin: 0 auto;
        color: #323232;
    }
    .fos-box .blo, .fos-box2 .blo, .fos-box3 .blo {
        margin: 10px auto;
        padding: 5px;
    }
    .fos-box .blo-check, .fos-box2 .blo-check, .fos-box3 .blo-check {
        width:400px;
    }
    .fos-box .blo input[type="text"], .fos-box2 .blo input[type="text"], .fos-box3 .blo input[type="text"] {
        display: block;
        width: 400px;
        margin: auto;
        color: #323232;
        background: #fff;
        padding: 5px;
        border: 1px solid #323232;
        border-radius: 6px;
        outline: 0;
        box-sizing: border-box;
        font-size: 16px;
    }
    .fos-box .submit_fos, .fos-box2 .submit_fos, .fos-box3 .submit_fos {
        border:0;
        color: #fff;
        background: #ffb42f;
        padding: 5px 10px;
        text-align: center;
        text-transform: uppercase;
        width: 300px;
        line-height: 21px;

        margin: 10px auto;
        cursor: pointer;
        display: block;
    } 
    .fos-box .blo.error, .fos-box2 .blo.error, .fos-box3 .blo.error {
    	background:rgba(255,0,0,0.2);
    }
    .answer_os.ok {
        margin:50px auto;  
        text-align:center;
    }
table {
    border: 0;
    border-collapse: collapse;
    max-width: 100%;
    width: 100%;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
table td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding:5px;
}


/*корзина*/
/*корзина/оформление заказа*/
.basket-list {
    margin-bottom:10px;
}
.basket-list table {
    border-top:1px solid #a3a3a3;
    width:100%;
}

    .basket-list tr:nth-child(even) td {
        background:#f9f9f9;
    }
    .basket-list td {
        border-bottom:1px solid #a3a3a3;
    }
        .basket-list td.images {
            padding:20px;
        }
            .basket-list td.images a {
                display:block;
            }
            .basket-list td.images img {
                display:block;
                width:150px;
            }
        .basket-list td {
            padding:20px;
        }
            .basket-list td .title {
                font-size:21px;
            }
            .basket-list td .summ-cost {
                margin:10px 0;
                line-height:28px;
                
            }
                .basket-list td .summ-cost span {
                    font-weight:bold;
                    font-size:21px;
                }
            .basket-list td .colvo {
                margin:10px 0;
            }
            .basket-list td .count {
                display:inline-block;
                overflow:hidden;
                background:#fff;
                border:1px solid #a3a3a3;
                border-radius:5px;
                width:92px;
                height:30px;
                margin-bottom: -10px;
            }
                .basket-list td .count input {
                    display:block;
                    float:left;
                    background:#fff;
                    border:0;
                    outline:0;
                    width:40px;
                    height:30px;
                    font-size:18px;
                    line-height:18px;
                    padding:5px;
                    text-align:center;
                    box-sizing: border-box;
                }
                .basket-list td .count .count-button {
                    display:block;
                    float:left;
                    background:#fff;
                    outline:0;
                    width:25px;
                    height:28px;
                    border-left:1px solid #a3a3a3;
                    border-right:1px solid #a3a3a3;
                }
                    .basket-list td .count .count-button .plus-to-basket {
                        display:block;
                        background:#fff url(../images/arr-up.png) center no-repeat;
                        width:23px;
                        height:14px;
                        cursor:pointer;
                    }
                    .basket-list td .count .count-button .minus-to-basket {
                        display:block;
                        background:#fff url(../images/arr-down.png) center no-repeat;
                        width:23px;
                        height:14px;
                        cursor:pointer;
                    }
                .basket-list td .count .delete-button {
                    display:block;
                    float:left;
                    background:#e62117 url(../images/delete.png?1) center no-repeat;
                    border:0;
                    outline:0;
                    width:25px;
                    height:28px;
                    cursor:pointer;
                }


.basket-total  {
    margin-bottom:20px;
    border-bottom:1px solid #a3a3a3;
    font-size:21px;
    line-height:28px;
    padding:20px;
}      
    .basket-total .summ {
        display:inline-block;
        font-size:21px;
        font-weight:bold;
        margin-left:50px;
    }
            
.basket-fos {
    /*border:1px solid #a3a3a3;*/
    padding:30px;
    margin:10px 0;
    border-radius: 5px;
    background: #f7f7f7;
}
    .basket-fos h3 {
        margin: 0px 0px 10px;
        padding: 0 10px 10px 0;
        text-transform:none;
    }
    .basket-fos input[type=text] {
        float: left;
        padding: 10px 15px;
        margin: 5px 0;
        border: 1px solid #a3a3a3;
        border-radius: 5px;
        color: #a3a3a3;
        background: #fff;
        font-size:18px;
    }
    .basket-fos input[type=text].error {
        border:1px solid red;
    }
    .basket-fos input[type=text].basket-name {
        padding:10px 15px 10px 40px;
        background: #fff url(../images/icon-fio.png) left center no-repeat;
    }
    .basket-fos input[type=text].basket-telefon {
        padding:10px 15px 10px 40px;
        background: #fff url(../images/icon-telefon.png) left center no-repeat;
    }
    .basket-fos input[type=text].basket-mail {
        padding:10px 15px 10px 40px;
        background: #fff url(../images/icon-mail.png) left center no-repeat;
    }


.basket-box-button {
    margin:20px 0 60px;
}
    .basket-box-button a.sendbasket {
        display:block;
    	color:#fff;
    	background:#e62117;
    	width:250px;
    	text-align:center;
    	padding:15px 15px 12px;
    	border:2px solid #e62117;
    	border-radius:5px;
    	margin:5px;
    	text-transform:uppercase;
    	text-decoration:none;	
    	cursor:pointer;
    }
    .basket-box-button a.sendbasket:hover {
    	color:#e62117;
    	background:#fff;
    	border:2px solid #e62117;
    	box-shadow:0px 0px 4px rgba(0,0,0,0.5);	
    }
    
    

.properties{margin-top: 13px;}
.properties + div{margin: 10px 0px 0px;}
.properties .properties.js-offers-props{margin: 0px 0px 0px;}
.properties__item.properties__item--compact{margin-top: 2px;}
.properties__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.properties__item::before {
    content: '';
    display: block;
    width: 100%;
    border-bottom: 1px dotted #444;
    position: absolute;
    top: 16px;
    left: 0;
}

.properties__title,
.properties__value {
    background: #fff;
    position: relative;
    font-size: 16px;
}

.properties__title {
    padding-right: 3px;
}

.properties__value {
    padding-left: 3px;
    text-align: right;
}

.properties__hr {
    display: none;
}