/* ==========================================================================
   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: #026f02; text-decoration: none; }
a:hover { color:#026f02; text-decoration:underline; }


/*бэкграунд*/
html {background:#fff; max-width:100%; overflow-x:hidden;}
body {min-width:1250px; font-size: 16px; line-height: 1.3; color:#3b3b3b; 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:28px;
	line-height:36px;
	text-align:center;
	padding:20px;
	margin:40px 0px 20px;
	text-transform:uppercase;
}
h2 {
	font-weight:bold;
	text-transform:uppercase;
	font-size:32px;
	line-height:32px;
	padding:0 0 0 20px;
	border-left:10px solid #97DA7B;
	margin:50px 0 30px;
	color:#046c04;
	letter-spacing:0.5px;
}
h3 {
	font-weight:bold;
	font-size:24px;
	line-height:28px;
	margin:20px 0px 10px;
	color: #046c04;
	text-transform:uppercase;
	letter-spacing:0.5px;
}
p {
	margin:0 0 15px;
}


/*центрируем блоки*/
.center-box {
	margin:0 auto;
	width:1240px;
	position:relative;
}


/*шапка сайта*/
.header-line {
    background:#fff;
}

.header-line .center-box {
    padding-left:440px;
    height:140px;
    overflow:hidden;
}

.header-line .logo {
    position:absolute;
    left:0;
    top:0;
}

.header-line .top-menu {
    float:left;
    height:50px;
    width:620px;
    padding:10px 0;
}
    .header-line .top-menu ul.menu {
        display:block;
        margin:0;
        padding:0;
        list-style:none;
        line-height:30px;
        text-transform:uppercase;
    }
        .header-line .top-menu ul.menu li {
            display:inline-block;
            margin-right:40px;
        }
        .header-line .top-menu ul.menu li:last-child {
            margin-right:0;
        }
            .header-line .top-menu ul.menu li a {
                color:#97DA7B;
            }


.header-line .fos-btn {
    float:left;
    height:30px;
    width:180px;
    margin:10px 0;
    background:#9ED3FF;
    border-radius:15px;
    color:#fff;
    text-align:center;
    line-height:30px;
    font-size:14px;
    cursor:pointer;
    text-transform:uppercase;
}

.header-line .lb-box {
    float:left;
    height:80px;
    width:240px;
    padding:15px 0 15px 60px;
    margin-right:40px;
}
    .header-line .lb-box .label-text {
        color:#9ED3FF;
        text-transform:uppercase;
        font-weight:bold;
        line-height:25px;
        font-size:18px;
        letter-spacing:0.5px;
    }
    .header-line .lb-box .label-text a {
        color:#9ED3FF;
    }
    .header-line .lb-box .d-text {
        line-height:25px;
        font-size:12px;
    }
.header-line .telefon {
    background:url(../images/telefon.png?v1) center left no-repeat;
}

.header-line .adress {
    background:url(../images/adress.png?v1) center left no-repeat;
}

.header-line .basket {
    background:url(../images/basket.png?v1) center left no-repeat;
    margin-right:0;
    position:relative;
}
.header-line .basket.yes {
    cursor:pointer;
}
    .header-line .basket .basket-full {
        display:none;
    }
    .header-line .basket .basket-empty {
        display:block;
    }
    .header-line .basket.yes .basket-full {
        display:block;
    }
    .header-line .basket.yes .basket-empty {
        display:none;
    }
	.header-line .basket .basket-top-count {
		display:none;
	}
	.header-line .basket.yes .basket-top-count {
		display:block;
		position:absolute;
		top:10px;
		left:30px;
		width:24px;
		height:24px;
		background:#f80047;
		color:#fff;
		line-height:24px;
		font-size:14px;
		text-align:center;
		border-radius:12px;
	}

.mob-menu {
    display: none;
}
.mob-menu2 {
    display: none;
}
.dub-top-menu {
    display: none;
}
.mob-menu-btns {
    display: none;
}
.dub-top-contact {
    display: none;
}


/*менюшка*/
.nav-line {
    background:#97DA7B;
    color:#fff;
    position:relative;
    box-shadow:0 2px 2px rgba(0,0,0,0.3);
}
.nav-line .catalog-menu {
    height:65px;
}
    .nav-line .catalog-menu ul.menu {
        display:block;
        height:65px;
        padding:0;
        margin:0;
        font-size:18px;
        color:#fff;
        list-style:none;
        text-transform:uppercase;
    }
        .nav-line .catalog-menu ul.menu ul {
            display:none;
        }
        .nav-line .catalog-menu ul.menu > li {
            display:inline-block;
            padding-right:20px;
            margin-right:20px;
            position:relative;
            cursor:pointer;
        }
        .nav-line .catalog-menu ul.menu > li:last-child {
            margin-right:0;
        }
        .nav-line .catalog-menu ul.menu > li.parent {
            background:url(../images/arr.png?v1) center right no-repeat;
        }
            .nav-line .catalog-menu ul.menu > li > a {
                display:block;
                color:#fff;
                padding:20px 0;
                line-height:25px;
            }
        /* уровень второй */
        .nav-line .catalog-menu ul.menu > li:hover > ul {
            display:block;
            margin:0;
            padding:0;
            background:#339933;
            list-style:none;
            position:absolute;
            z-index:200;
            left:-20px;
            box-shadow:0 2px 4px rgba(0,0,0,0.3);
        }
            .nav-line .catalog-menu ul.menu > li:hover > ul li {
                display:block;
                margin:0;
                padding:0;
                border-bottom:1px solid #49c111;
            }
            .nav-line .catalog-menu ul.menu > li:hover > ul li a {
                display:block;
                margin:0;
                padding:10px 20px;
                width:300px;
                color:#fff;
                font-size:14px;
            }
            .nav-line .catalog-menu ul.menu > li:hover > ul li a:hover {
                background:#49c111;
            }

/* контент */
.content-line {
    
}
.top-box {
    display:none;
}
/*заголовок страниц*/
.page-title {
    padding:30px 0;
}
    .page-title h2 {
        margin:0;
        display: block;
        float: left;
        width: 600px;
        margin-right: 40px;
        box-sizing: border-box;
    }
    .page-title .breadcrumbs {
        display: block;
        float: left;
        width: 600px;
        box-sizing: border-box;
        text-align:right;
    }
        .page-title .breadcrumbs ul {
            display: block;
            line-height:32px;
            font-size:14px;
            text-transform:uppercase;
            margin:0;
            padding:0;
        }
            .page-title .breadcrumbs ul li {
                display: inline-block;
            }
/* блок контента */
.main {
    padding:30px 0;
}

.main-left {
    padding:0 0 30px 0;
    float:left;
    width:70%;
  	display:block;
  	/*justify-content:space-between;*/
}

.right-box {
    padding:0 0 30px 0;
    float:left;
    width:300px;
    margin-left:60px;
}

    .right-box .breadcrumbs {
        display: none;
        float: left;
        width: 600px;
        box-sizing: border-box;
        text-align:right;
    }
        .right-box .breadcrumbs ul {
            display: block;
            line-height:32px;
            font-size:14px;
            text-transform:uppercase;
            margin:0;
            padding:0;
        }
            .right-box .breadcrumbs ul li {
                display: inline-block;
            }

/*Каталог*/

.items {
  width:auto;
}

.teaser-item {
    display:block;
    position:relative;
    width:380px;
    height:auto;
    float:left;
    margin-right:30px;
    margin-bottom:40px;
    text-decoration:none;
    box-shadow:0 0 1px rgba(0,0,0,0.5);
}
.teaser-item:nth-child(3) {
    margin-right:0;
}
.teaser-item:hover {
    text-decoration:none;
    box-shadow:0 0 10px rgba(0,0,0,0.5);
}
.teaser-item.inbasket {
    border-bottom:3px solid #046c04;
}
    .teaser-item img {
        display:block;
        position:relative;
        width:380px;
        height:310px;
    }
    .teaser-item .teaser-head {
        position:absolute;
        top:35px;
        left:0;
        color:#fff;
    }
        .teaser-item .teaser-title {
            float:left;
            background:rgba(4,108,4,0.8);
            padding:10px 30px;
            text-transform:uppercase;
            font-weight:bold;
            letter-spacing:1px;
        }
        .teaser-item .teaser-price {
            float:left;
            background:#97DA7B99;
            padding:10px 30px;
            text-transform:uppercase;
            
        }
    .teaser-item .teaser-present {
        position: absolute;
        bottom: 120px;
        right: 0;
        color: #fff;
        background: rgb(39 127 48);
        padding: 10px 30px;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 1px;
    }
    .teaser-item .teaser-desc {
        padding:15px 110px 15px 15px;
        background:#eaf6ea;
        color:#000;
        font-size:14px;
        min-height:110px;
        position:relative;
    }
        .teaser-item .teaser-desc p {
            margin:0;
        }
    .teaser-item .add-basket {
        position:absolute;
        line-height:25px;
        font-size:14px;
        padding:55px 0 0;
        width:90px;
        height:80px;
        right:15px;
        top:15px;
        text-align:center;
        color:#046c04;
        font-weight:bold;
        text-transform:uppercase;
        background:url(../images/basket.png?v1) top center no-repeat;
        letter-spacing:0.5px;
        cursor:pointer;
    }
    .teaser-item .add-basket:hover {
        text-decoration:underline;
    }


/*item*/
.gallery-slider .nivo-controlNav{
    margin-top: -50px;
    z-index: 1000;
    position: relative;
}
.item .description {
    margin-bottom:30px;
}
.item .gallery-slider {
    margin-bottom:30px;
}

.right-item {
    background:#fff;
    box-shadow:0 0 10px rgba(0,0,0,0.5);
    padding:30px;
    margin-bottom:30px;
}
.right-item.inbasket {
    border-bottom:3px solid #046c04;
}
    .right-item .item-price {
        text-transform:uppercase;
        font-size:21px;
        color:#000;
        font-weight:bold;
    }
    .right-item h3 {
        color:#046c04;
        text-transform:uppercase;
        font-size:16px;
        padding:0;
        margin:15px 0 5px;
    }
    .right-item select {
        padding: 10px;
        width: 100%;
        border: 1px solid #49c111;
    }
    .right-item .add-basket {
        margin:20px 0;
        line-height:30px;
        font-size:14px;
        padding:10px 10px 10px 40px;
        text-align:center;
        color:#fff;
        font-weight:bold;
        text-transform:uppercase;
        border-radius:25px;
        background:#49c111 url(../images/bask.png?v1) left center no-repeat;
        letter-spacing:0.5px;
        cursor:pointer;
    }
    .right-item .add-basket:hover {
        text-decoration:underline;
    }
    .right-item .item-desc {
        font-size: 14px;
    }
    


/*правое меню*/
.right-menu {
    background:#eaf6ea;
    padding:30px;
    margin-bottom:30px;
}
    .right-menu ul {
        display:block;
        margin:0;
        padding:0;
        list-style:none;
    }
        .right-menu ul li {
            display:block;
            border-bottom:1px solid #026f02;
        }
            .right-menu ul li a {
                display:block;
                padding:10px;
                text-transform:uppercase;
                text-decoration:none;
                font-size:14px;
            }

/**/

.right {
    background:#97DA7B22;
    padding:30px;
    margin-bottom:30px;
}
.right h3 {
    font-size:18px;
    color:#97DA7B;
    margin:0 0 30px;
    padding:0;
}

.last-items {
    overflow:hidden;
    
}
    .last-item {
        margin-bottom:15px;
        /*background:rgba(255,255,255,0.3);*/
    }
    .last-item-img {
        display:block;
        width:90px;
        float:left;
        margin-right:10px;
    }
        .last-item-img img {
            display:block;
        }
    .last-item-desc {
        display:block;
        width:140px;
        float:left;
    }
    .last-item-title {
        text-transform:uppercase;
        font-size:14px;
        font-weight:bold;
        margin-bottom:5px;
        margin-top:5px;
    }
        .last-item-title a {
            color:#333;
        }
    .last-item-cost  {
        color:#97DA7B;
         font-size:14px;
    }


/*главная страница*/
.slider {
    height:280px;
    margin-bottom:50px;
    margin-top:30px;
}
.theme-pure .nivoSlider {
    margin-bottom:0 !important;
}
.theme-pure .nivo-controlNav {
    padding:10px 0 !important;
    line-height:30px;
}
.theme-pure .nivo-controlNav a {
    width: 16px !important;
    height: 16px !important;
    background: #fff !important;
    border-radius:8px !important;
    box-shadow: 0 2px 3px rgba(0,0,0,0.3);
    margin: 7px !important;
}
.theme-pure .nivo-controlNav a.active {
    background: #97DA7B !important;
}


.advantage {
    margin-bottom:30px;
}
    .adv-box {
        float:left;
        height:auto;
        width:270px;
        padding:0 0 0 90px;
        margin:20px;
    }
        .adv-box .label-text {
            color:#9ED3FF;
            text-transform:uppercase;
            font-weight:bold;
            line-height:24px;
            font-size:18px;
            letter-spacing:0.5px;
            margin-bottom:5px;
        }
        .adv-box .d-text {
            line-height:16px;
            font-size:14px;
        }
    .adv-box.adv1 {
        background:url(../images/adv1.png?v1) left top no-repeat;
    }
    .adv-box.adv2 {
        background:url(../images/adv2.png?v1) left top no-repeat;
    }
    .adv-box.adv3 {
        background:url(../images/adv3.png?v1) left top no-repeat;
    }
    .adv-box.adv4 {
        background:url(../images/adv4.png?v1) left top no-repeat;
    }

.catalog-list {
    margin-bottom:30px;
}
.catalog-list .center-box {
}
    .catalog-list .cat-box {
        overflow: hidden;
        padding: 10px;
        margin: 0 -10px;
    }
    .catalog-list .cat-item {
        float:left;
        position:relative;
        display:block;
        margin:0 23px 0 0;
        border:1px solid transparent;
    }
    .catalog-list  .cat-box4 .cat-item {
        margin:0 24px 0 0;
    }
    .catalog-list .cat-item:last-child {
        margin-right:0;
    }
    .catalog-list .cat-item:hover {
        border:1px solid #ffffff;
        box-shadow:0 0 10px rgba(0,0,0,0.5);
    }
        .catalog-list .cat-item img {
            display:block;
            width:395px;
            height:255px;
        }
        .catalog-list  .cat-box4 .cat-item img {
            width:290px;
            height:187px;
        }
        .catalog-list .cat-item .cat-item-title {
            position:absolute;
            top:40px;
            left:0;
            width:auto;
            max-width:80%;
            padding:10px 20px;
            background:#97DA7B;
            color:#fff;
            text-transform:uppercase;
            font-size:16px;
            font-weight:bold;
        }
        .catalog-list .cat-item:hover .cat-item-title {
            background:#ffffff;
            color:#000;
        }


.technology {
    margin-bottom:30px;
}
.tech-items {
    overflow:hidden;
    padding:20px 0;
}
.tech-item {
    float:left;
    width:396px;
    height:420px;
    margin-right:26px;
    padding:240px 30px 20px;
    background:#339933;
    color:#fff;
}
.tech-item:last-child {
    margin-right:0;
}
    .tech-item .tech-item-title {
        text-transform:uppercase;
        font-weight:bold;
        line-height:24px;
        font-size:18px;
        letter-spacing:0.5px;
        margin-bottom:15px;
    }
    .tech-item .tech-item-text {
        font-size:14px;
    }
.tech1 {
    background:#9ED3FF url(../images/tech1.png?v1) center top no-repeat;
}
.tech2 {
    background:#9ED3FF url(../images/tech2.png?v1) center top no-repeat;
}
.tech3 {
    background:#9ED3FF url(../images/tech3.png?v1) center top no-repeat;
}
.how-work {
    margin-bottom:30px;
}

.how-items {
    overflow:hidden;
    padding:20px 0;
}
.how-item {
    float:left;
    width:292px;
    height:auto;
    min-height:70px;
    margin-right:24px;
    padding:0 15px 0 80px;
}
.how-item:last-child {
    margin-right:0;
}
    .how-item .how-item-title {
        text-transform:uppercase;
        font-weight:bold;
        line-height:24px;
        font-size:18px;
        letter-spacing:0.5px;
        margin-bottom:20px;
        color:#046c04;
    }
    .how-item .how-item-text {
        font-size:16px;
    }
    
.how1 {
    background:url(../images/how1.png?v1) left top no-repeat;
}
.how2 {
    background:url(../images/how2.png?v1) left top no-repeat;
}
.how3 {
    background:url(../images/how3.png?v1) left top no-repeat;
}
.how4 {
    background:url(../images/how4.png?v1) left top no-repeat;
}

.about {
    margin-bottom:30px;
}
.about-text1 {
    float:left;
    width:49%;
    margin-right:2%;
    padding-left: 30px;
    font-size: 14px;
}
.about-text2 {
    float:left;
    width:49%;
    padding-left: 30px;
    font-size: 14px;
}
.about p.pointed {
    padding-left:20px;
    background:url(../images/point.png?v1) left top no-repeat;
}


/* подвал */
.footer-line {
    background:#97DA7B;
    color:#fff;
}
.footer-line a {
    color:#fff;
}
    .footer-line .center-box {
        padding-left:440px;
        height:120px;
        overflow:hidden;
    }
    .footer-line .copyright {
        width:400px;
        line-height:40px;
        padding:20px 0;
        position:absolute;
        left:0;
        top:0;
    }
.footer-line .lb-box {
    float:left;
    height:120px;
    width:240px;
    padding:35px 0 35px 60px;
    margin-right:40px;
    color:#fff;
}
    .footer-line .lb-box .label-text {
        text-transform:uppercase;
        font-weight:bold;
        line-height:25px;
        font-size:18px;
        letter-spacing:0.5px;
    }
    .footer-line .lb-box .d-text {
        line-height:25px;
        font-size:12px;
    }
.footer-line .telefon {
    background:url(../images/telefon.png?v1) center left no-repeat;
}

.footer-line .adress {
    background:url(../images/adress.png?v1) center left no-repeat;
}

.footer-line .basket {
    background:url(../images/basket.png?v1) center left no-repeat;
    margin-right:0;
    position:relative;
}
.footer-line .basket.yes {
    cursor:pointer;
}
    .footer-line .basket .basket-full {
        display:none;
    }
    .footer-line .basket .basket-empty {
        display:block;
    }
    .footer-line .basket.yes .basket-full {
        display:block;
    }
    .footer-line .basket.yes .basket-empty {
        display:none;
    }
	.footer-line .basket .basket-top-count {
		display:none;
	}
	.footer-line .basket.yes .basket-top-count {
		display:block;
		position:absolute;
		top:30px;
		left:30px;
		width:24px;
		height:24px;
		background:#f80047;
		color:#fff;
		line-height:24px;
		font-size:14px;
		text-align:center;
		border-radius:12px;
	}


/* ДОПОЛНИТЕЛЬНОЕ ОФОРМЛЕНИЕ */
/*листалка для постраничного вывода*/
.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;
}

/* форма обратной связи */
.fos-wrapper {
    display: none; 
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 200;
}
.fos-box, .fos-box2 {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    width:400px;
    height:460px;
    margin-left: -200px;
    margin-top: -230px;
    border:5px solid #97DA7B;
    border-radius: 5px;
    padding: 10px;
    background: #fff;
    
    background: rgba(255,255,255,0.8);
    color: #333;
    text-align:center;

    z-index: 220;
}
    .fos-box .fos-box-close, .fos-box2 .fos-box-close {
        position: absolute;
        width: 30px;
        height: 30px;
        top: 10px;
        right: 10px;
        border-radius:5px;
        background: url(../images/close.png?v1) top center no-repeat;
        cursor: pointer;
    }
    .fos-box .fos-box-title, .fos-box2 .fos-box-title {
        height: 30px;
        text-align: center;
        text-transform:uppercase;
        font-size: 21px;
        line-height: 30px;
        padding: 0 0 10px;
    }
    .fos-box .fos-box-dop, .fos-box2 .fos-box-dop {
        height: 16px;
        font-size: 14px;
        line-height: 16px;
        padding: 0 0 10px;
    }
    .fos-box .blo, .fos-box2 .blo {
        margin: 10px 0;
        padding: 5px;
    }
    .fos-box .blo input[type="text"], .fos-box2 .blo input[type="text"] {
        display: block;
        width: 320px;
        margin: auto;
        color: #333;
        background: transparent;
        padding: 5px;
        border: 1px solid #333;
        border-radius: 3px;
        outline: 0;
        box-sizing: border-box;
        font-size: 16px;
    }
    .fos-box .blo.error input[type="text"], .fos-box2 .blo.error input[type="text"] {
        background:rgba(255,0,0,0.1);
        border: 1px solid #ff0000;
    }
    .fos-box .blo textarea, .fos-box2 .blo textarea {
        display: block;
        width: 320px;
        margin: auto;
        color: #333;
        background: transparent;
        padding: 5px;
        border: 1px solid #333;
        border-radius: 3px;
        outline: 0;
        box-sizing: border-box;
        font-size: 16px;
    }
    .fos-box .blo.error textarea, .fos-box2 .blo.error textarea {
        background:rgba(255,0,0,0.1);
        border: 1px solid #ff0000;
    }
    .fos-box .submit_fos, .fos-box2 .submit_fos {
        border: 1px solid #333;
        border-radius: 3px;
        background: #026f02;
        padding: 5px 10px;
        text-align: center;
        text-transform: uppercase;
        width: 200px;
        line-height: 21px;
        color:#fff;
        margin: 10px auto;
        cursor:pointer;
    }
    
    
/**/
/*корзина/оформление заказа*/
.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:102px;
                height:30px;
                margin-bottom: -10px;
            }
                .basket-list td .count input {
                    display:block;
                    float:left;
                    background:#fff;
                    border:0;
                    outline:0;
                    width:40px;
                    height:18px;
                    font-size:18px;
                    line-height:18px;
                    padding:5px;
                    text-align:center;
                }
                .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?v1) 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?v1) center no-repeat;
                        width:23px;
                        height:14px;
                        cursor:pointer;
                    }
                .basket-list td .count .delete-button {
                    display:block;
                    float:left;
                    background:#ff0000 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:10px 0;
}      
    .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;
}
    .basket-fos h3 {
        margin: 0px 0px 10px;
        padding: 0 10px 10px 0;
        text-transform:none;
    }
    .basket-fos input[type=text] {
        float: left;
        padding: 5px 10px;
        margin: 5px 0;
        border: 1px solid #a3a3a3;
        border-radius: 5px;
        color: #a3a3a3;
        background: #fff;
    }
    .basket-fos input[type=text].error {
        border:1px solid red;
    }
    .basket-fos input[type=text].basket-name {
        padding: 5px 10px 5px 40px;
        background: #fff url(../images/icon-fio.png?v1) left center no-repeat;
    }
    .basket-fos input[type=text].basket-telefon {
        padding: 5px 10px 5px 40px;
        background: #fff url(../images/icon-telefon.png?v1) left center no-repeat;
    }
    .basket-fos input[type=text].basket-mail {
        padding: 5px 10px 5px 40px;
        background: #fff url(../images/icon-mail.png?v1) left center no-repeat;
    }


.basket-box-button {
    margin:20px 0 60px;
}
    .basket-box-button a.sendbasket {
        display:block;
    	color:#fff;
    	background:#97DA7B;
    	width:250px;
    	text-align:center;
    	padding:10px 10px 7px;
    	border:2px solid #97DA7B;
    	border-radius:2px;
    	margin:5px;
    	text-transform:uppercase;
    	text-decoration:none;	
    	cursor:pointer;
    }
    .basket-box-button a.sendbasket:hover {
    	color:#97DA7B;
    	background:#fff;
    	border:2px solid #97DA7B;
    	box-shadow:0px 0px 4px rgba(0,0,0,0.5);	
    }
    
#lightbox-wrap, #lightbox-wrap * {
    box-sizing: unset;
}

/*таблица*/
.description table {
    /*display: block;*/
    border: 0;
    border-collapse: collapse;
    max-width: 100%;
    margin: 20px 0;
    width:100%;
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
    border-left:1px solid #34670f;
    border-top:1px solid #34670f;
}
.description table:first-child {
    margin-top: 0;
}
.description table tr {
    width:100%;
}

.description table tr td {
    padding:10px 5px;
    background: #5ba526;
    background: #eaf6ea;
    color:#fff;
    color:#000;
    border-bottom:1px solid #34670f;
    border-right:1px solid #34670f;
    font-size:14px;
    width:auto;
    /*white-space: pre;*/
}
.description table tr td.rborder {
    border-right: 1px solid #34670f;
}

.description table tr:first-child td {
    font-weight:bold;
    background: #97DA7B;
    background: #5ba526 !important;
    color:#fff;
    font-size:12px;
    text-transform:uppercase;
    /*color:#046c04;*/
    letter-spacing:0.5px;
    white-space: normal;
}
.description table tr.thead td {
    font-weight:bold;
    background: #97DA7B;
    background: #5ba526 !important;
    color:#fff;
    font-size:12px;
    text-transform:uppercase;
    /*color:#046c04;*/
    letter-spacing:0.5px;
    white-space: normal;
}
.description table tr td strong {
    font-size:14px;
    padding: 5px 7px;
    border-radius: 3px;
    background: #457a1f;
    background: #97DA7B;
    color:#fff;
    margin: 0 10px;
    display:inline-block;
    white-space: pre;
}
.description table tr:hover td {
    background:#d5e3d5;
}
.description table tr td {
    text-align:center;
}
.description table tr td:first-child {
    text-align:left;
}
.description table tr.thead td:first-child {
    text-align:center;
}

.description table.zoom09 {
    zoom:0.9;
}
.description table.zoom08 {
    zoom:0.8;
}
.description table.zoom07 {
    zoom:0.7;
}
.description table.zoom06 {
    zoom:0.6;
}

.dops-table table tr td {
    text-align:center;
    width:20%;
    padding:5px 15px;
}
.dops-table table tr td:first-child {
    text-align:left;
    width:40%;
}
.dops-table table tr:first-child td {
    padding:15px;
}

.answer_os.ok {
    padding: 80px 20px;
    font-size: 18px;
}

/*формы*/
.blo-policy {
    margin:5px auto;
    text-align:center;
    background:rgba(255,255,255,0.8);
    padding:3px 5px;
}
.blo-policy.error {
    background:rgba(255,0,0,0.5);
}
.zamer-fos {
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
    padding: 30px;
    margin-bottom: 30px;
    background:#fff url(../images/zamer-fon.png?v1) center bottom no-repeat;
    background-size: cover;
}
.zamer-fos-title {
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    padding: 60px 0 10px 0;
    border-bottom: 3px solid #000;
    text-transform: uppercase;
    width: 240px;
    margin:0 auto 10px;
    background: url(../images/ruletka.png?v1) center top no-repeat;
    background-size: contain;
}
.zamer-fos input[type=text] {
    width:100%;
    max-width:208px;
    padding:10px 15px;
    font-size:16px;
    display:block;
    border:0;
    margin:10px auto;
    text-align:center;
}
.zamer-fos input[type=submit] {
    width: 100%;
    max-width: 240px;
    padding: 10px 15px;
    font-size: 16px;
    display: block;
    margin: 10px auto;
    background: #97DA7B;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    cursor:pointer;
}


.indiv-fos {
    background: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
    padding: 30px;
    border:3px solid #5ba526;
    margin-bottom: 30px;
    background:#fff url(../images/indiv-fon.jpg) center no-repeat;
    background-size: cover;
}
.indiv-fos-desc {
    font-size: 24px;
    text-align: center;
    margin:0 auto 10px;
    padding:10px;
    line-height:32px;
    font-weight: bold;
}
.indiv-fos-title {
    font-size: 28px;
    text-align: center;
    margin:0 auto 30px;
    padding:15px 10px 20px;
    background:rgba(255,255,255,0.6);
    background: #97DA7B;
    color:#fff;
    line-height:32px;
}
.indiv-fos-title span {
    font-weight: bold;
}
.indiv-fos input[type=text] {
    width:100%;
    max-width:300px;
    padding:10px 15px;
    font-size:16px;
    display:block;
    margin:10px auto;
    text-align:center;
    border:0;
}
.indiv-fos input[type=submit] {
    width: 100%;
    max-width: 320px;
    padding: 10px 15px;
    font-size: 16px;
    display: block;
    margin: 10px auto;
    background: #97DA7B;
    background: #5ba526;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    cursor:pointer;
}

.naves-fos {
    background:#fff url(../images/naves-fon.jpg) center no-repeat;
}

.opt-fos {
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
    padding: 30px;
    margin-bottom: 30px;
    background:#fff url(../images/opt-fon.jpg) center bottom no-repeat;
    background-size: cover;
}
.opt-fos-title {
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    padding: 0 0 10px 0;
    border-bottom: 3px solid #000;
    text-transform: uppercase;
    width: 240px;
    margin:0 auto 10px;
}
.opt-fos input[type=text] {
    width:100%;
    max-width:208px;
    padding:10px 15px;
    font-size:16px;
    display:block;
    border:0;
    margin:10px auto;
    text-align:center;
}
.opt-fos input[type=submit] {
    width: 100%;
    max-width: 240px;
    padding: 10px 15px;
    font-size: 16px;
    display: block;
    margin: 10px auto;
    background: #97DA7B;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    cursor:pointer;
}


.consult-fos {
    padding: 30px;
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
    margin-bottom: 30px;
    background:#fff url(../images/consult-fon.jpg) center no-repeat;
    background-size: cover;
}
.consult-fos-desc {
    font-size: 21px;
    text-align: center;
    margin:0 auto 20px;
    border-bottom: 3px solid #000;
    padding:10px;
    line-height:32px;
    font-weight: bold;
    background:rgba(255,255,255,0.6);
}
.consult-fos-title {
    font-size: 48px;
    line-height:54px;
    text-align: center;
    margin:0 auto 0;
    background:rgba(255,255,255,0.6);
    
}
.consult-fos input[type=text] {
    width:100%;
    max-width:300px;
    padding:10px 15px;
    font-size:16px;
    display:block;
    margin:10px auto;
    text-align:center;
    border:0;
}
.consult-fos input[type=submit] {
    width: 100%;
    max-width: 320px;
    padding: 10px 15px;
    font-size: 16px;
    display: block;
    margin: 10px auto;
    background: #97DA7B;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    cursor:pointer;
}


.skidka-fos {
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
    padding: 30px;
    margin-bottom: 30px;
    background:#fff url(../images/zamer-fon.png?v1) center bottom no-repeat;
    background-size: cover;
}
.sf2.skidka-fos {
    display:none;
}
.skidka-fos-title {
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    padding: 0 0 10px 0;
    border-bottom: 3px solid #000;
    text-transform: uppercase;
    width: 240px;
    margin:0 auto 10px;
    background-size: contain;
}
.sf2 .skidka-fos-title {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    padding: 0 0 10px 0;
    border-bottom: 3px solid #000;
    text-transform: uppercase;
    width: auto;
    margin:0 auto 10px;
    background-size: contain;
}
.skidka-fos-title span {
    color:red;
}
.skidka-fos input[type=text] {
    width:100%;
    max-width:208px;
    padding:10px 15px;
    font-size:16px;
    display:block;
    border:0;
    margin:10px auto;
    text-align:center;
}
.skidka-fos input[type=submit] {
    width: 100%;
    max-width: 240px;
    padding: 10px 15px;
    font-size: 16px;
    display: block;
    margin: 10px auto;
    background: #97DA7B;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    cursor:pointer;
}


.samov-fos {
    padding: 30px;
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
    margin-bottom: 30px;
    background:#fff url(../images/samov-fon.jpg) center no-repeat;
    background-size: cover;
}
.samov-fos-desc {
    font-size: 21px;
    text-align: center;
    margin:0 auto 20px;
    border-bottom: 3px solid #000;
    padding:10px;
    line-height:32px;
    font-weight: bold;
    background:rgba(255,255,255,0.6);
}
.samov-fos-title {
    font-size: 48px;
    line-height:54px;
    text-align: center;
    margin:0 auto 0;
    background:rgba(255,255,255,0.6);
    
}
.samov-fos input[type=text] {
    width:100%;
    max-width:300px;
    padding:10px 15px;
    font-size:16px;
    display:block;
    margin:10px auto;
    text-align:center;
    border:0;
}
.samov-fos input[type=submit] {
    width: 100%;
    max-width: 320px;
    padding: 10px 15px;
    font-size: 16px;
    display: block;
    margin: 10px auto;
    background: #97DA7B;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    cursor:pointer;
}


.econom-fos {
    background: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
    padding: 30px;
    margin-bottom: 30px;
    background:#fff url(../images/econom-fon.jpg) center no-repeat;
    background-size: cover;
}
.econom-fos-desc {
    font-size: 24px;
    text-align: center;
    margin:0 auto 10px;
    padding:10px;
    line-height:32px;
    font-weight: bold;
}
.econom-fos-title {
    font-size: 28px;
    text-align: center;
    margin:0 auto 30px;
    padding:15px 10px 20px;
    background:rgba(255,255,255,0.6);
    background: #9ED3FF;
    color:#fff;
    line-height:32px;
}
.econom-fos-title span {
    font-weight: bold;
}
.econom-fos input[type=text] {
    width:100%;
    max-width:300px;
    padding:10px 15px;
    font-size:16px;
    display:block;
    margin:10px auto;
    text-align:center;
    border:0;
}
.econom-fos input[type=submit] {
    width: 100%;
    max-width: 320px;
    padding: 10px 15px;
    font-size: 16px;
    display: block;
    margin: 10px auto;
    background: #97DA7B;
    background: #FFD454;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    cursor:pointer;
}


/**/
.palitra {
    margin:10px auto;
    text-align:left;
}
.palitra-color {
    width:30%;
    display:inline-block;
    margin:3px;
    border:1px solid #999;
    border-radius:3px;
    overflow:hidden;
    position:relative;
}
.palitra-color img {
    width:100%;
    height:auto;
    display:block;
}
.palitra-title {
    text-transform:uppercase;
    font-weight:bold;
    padding:5px;
    position:absolute;
    bottom:0;
    left:0;
}

/**/
.aks-items {
    overflow:hidden;
}
.aks-item {
    width:240px;
    color:#fff;
    float:left;
    margin:10px 10px 10px 0;
    text-align:center;
    position:relative;
    box-shadow:0 0 3px rgba(0,0,0,0.5);
}
.aks-item:last-child {
    margin:10px 0 10px 0;
}
.aks-item img {
    display:block;
    width:100%;
    height:auto;
}
.aks-title {
    display:block;
    width:100%;
    padding: 5px 10px;
    position:absolute;
    bottom:40px;
    left:0;
    font-size:14px;
    text-shadow:0 0 2px #000;
    background:rgba(0,0,0,0.3);
    
}
.aks-btn {
    display:block;
    width:auto;
    height:30px;
    padding: 5px 10px;
    background:#97DA7B;
    cursor:pointer;
}
.aks-btn:hover {
    background:#fff;
    color:#000;
}


.basketpopup {
    background: #fff;
    display: none;
    position: fixed;
    top: 10px;
    right: 10px;
    padding: 10px 20px;
    border-radius: 5px;
    border-radius: 10px;
    z-index: 200;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}