

/* Start:/local/templates/eshop_bootstrap_green/components/bitrix/menu/catalog_horizontal_site/style.css?161598046012445*/
.bx-top-nav-container {
    margin-top: 15px;
    padding: 0 5px;
    /*background: #0083d1;/* COLOR */
    color: #fff;
    border-radius: 2px;
    position: relative;
    font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
}

/* 1 lvl*/

.bx-top-nav-container .bx-nav-list-1-lvl {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bx-top-nav-container .bx-nav-1-lvl {
    float: left;
    position: relative;
}

.bx-top-nav-container .bx-nav-1-lvl > a {
    color: #AAA;
    font-weight: 500;
    display: block;
    text-decoration: none;
    /*text-transform: uppercase;*/
    border-radius: 4px;
    padding-top: 6px;
    padding-bottom: 2px;
    border-bottom: none;
}

.bx-top-nav-container .bx-nav-1-lvl > a span {
    padding: 10px 14px 15px;
    display: block;
}

.bx-top-nav-container .bx-nav-1-lvl.bx-hover {
}

.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.bx-hover > a,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.hover > a {
    z-index: 250;
    box-shadow: 0 6px 13px 0 rgba(0, 0, 0, .13)
}

.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.bx-hover > a span,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.hover > a span {
    background: #fff;
}

.bx-top-nav-container .bx-nav-parent-arrow {
    display: none;
}

/*2 lvl*/

.bx-top-nav-container .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-2-lvl-container {
    z-index: 999;
    display: none;
    opacity: 0;
    padding: 9px 0 5px;
    box-shadow: 0 6px 13px 0 rgba(0, 0, 0, .13);
    border-top: none;
    min-width: 100%;
    color: #000;
}

.bx-top-nav-container .bx-nav-2-lvl-container-advanced:before,
.bx-top-nav-container .bx-nav-2-lvl-container:before {
    position: absolute;
    content: " ";
    display: block;
    height: 5px;
    background: #fff;
    top: -5px;
    left: 0;
    right: 0;
}

.bx-top-nav-container .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.hover .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container,
.bx-top-nav-container .bx-nav-1-lvl.hover .bx-nav-2-lvl-container {
    opacity: 1;
    display: block;
    position: absolute;
    top: 100%;
    z-index: 999;
    background: #fff;
}

.bx-top-nav-container > ul {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bx-top-nav-container .bx-nav-list-2-lvl {
    margin: 0;
    padding: 5px 0 12px;
}

.bx-top-nav-container .bx-nav-2-lvl {
    display: block;
    min-width: 180px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bx-top-nav-container .bx-nav-2-lvl > a {
    padding: 5px 15px 5px;
    color: #09250c;
    font-size: 13px;
    line-height: 16px;
    text-decoration: none;
    font-weight: bold;
    border-bottom: none;
    display: block;
}

.bx-top-nav-container .bx-nav-list-2-lvl .bx-nav-2-lvl:first-child a {
    border-top: none;
    margin-top: 0;
}

/*3 lvl*/

.bx-top-nav-container .bx-nav-3-lvl {
    padding: 5px 0;
    margin: 0;
}

.bx-top-nav-container .bx-nav-3-lvl-container-advanced:before,
.bx-top-nav-container .bx-nav-3-lvl-container:before {
    position: absolute;
    content: " ";
    display: block;
    height: 5px;
    background: #fff;
    top: -5px;
    left: 0;
    right: 0;
}

.bx-top-nav-container .bx-nav-list-3-lvl {
    margin: 0;
    padding: 0px 0 14px 7px;
}

.bx-top-nav-container .bx-nav-3-lvl {
    display: block;
    min-width: 180px;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bx-top-nav-container .bx-nav-3-lvl a {
    padding: 3px 15px;
    color: #555;
    font-size: 13px;
    line-height: 14px;
    text-decoration: none;
    border-bottom: none;
    display: block;
}

/* col 1 */
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container {
    min-width: 200px
}

.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl {
    display: block;
    min-width: 200px;
    width: 100%;
}

.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-catinfo-back {
    width: 100%;
    background: #fff;
}

/* col 2 */
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container {
    min-width: 400px
}

.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl {
    display: block;
    min-width: 200px;
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-catinfo-back {
    width: 50%;
}

/* col 3 */
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container {
    min-width: 600px
}

.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl {
    display: block;
    min-width: 200px;
    width: 33.33333%;
    float: left;
}

.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-catinfo-back {
    width: 33.33333%;
}

/* col 4 */
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col {
    position: static;
}

.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced {
    top: 100%;
    left: 0;
    right: 0;
}

.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container {
    min-width: 100%
}

.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl {
    display: block;
    width: 25%;
    float: left;
}

.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-catinfo-back {
    width: 25%;
}

.bx-top-nav-container .bx-nav-catinfo {
    padding: 5px 15px 5px;
    z-index: 120;
    position: relative;
}

.bx-top-nav-container .bx-nav-catinfo img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e7e9ea;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.bx-top-nav-container .bx-nav-catinfo p {
    padding: 20px 5px 0;
    font-size: 13px;
}

.bx-top-nav-container .bx-nav-catinfo-back {
    position: absolute;
    display: block;
    content: ' ';
    top: -5px;
    right: 0px;
    bottom: 0px;
    background: #f7fafb;
    z-index: 100;
    border-left: 1px solid #ecefef;
}

/* ASIDE */
/*body>.bx-aside-nav-control.bx-opened{left: 85%;} -----------------------------------------------------------------------------------*/

.bx-aside-nav-control {
    font-size: 28px;
    position: fixed;
    width: 40px;
    height: 40px;
    top: 5px;
    left: 5px;
    line-height: 40px;
    cursor: pointer;
    z-index: 1750;
    color: #fff;
    text-align: center;
}

body > .bx-aside-nav-control {
    -webkit-transition: left .15s linear;
    -moz-transition: left .15s linear;
    -ms-transition: left .15s linear;
    -o-transition: left .15s linear;
    transition: left .15s linear;
}

.bx-aside-nav-control .fa {
    line-height: 60px;
    vertical-align: middle;
    background: #6ab329;
    padding: 0 8px;
}

.bx-wrapper,
.bx-aside-nav {
    -webkit-transition: -webkit-transform .15s linear;
    -moz-transition: -moz-transform .15s linear;
    -ms-transition: -ms-transform .15s linear;
    -o-transition: -o-transform .15s linear;
    transition: transform .15s linear;
}

.bx-logo {
    z-index: 1000 !important
}

/**/
.bx-opened .bx-footer,
.bx-opened .workarea {
    display: none !important
}

/**/
.bx-aside-nav {
    display: none;
    padding-top: 80px;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 100%;
    background: #37751f;
    position: fixed;
    top: 0px; /* ------------------------------------------------------------------------------------------ */
    bottom: 0;
    left: 0;
    z-index: 1600;
}

.bx-aside-nav.bx-opened {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    overflow-y: scroll;

}

.bx-aside-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bx-aside-nav a {
    color: #fff;
    vertical-align: middle;
    line-height: 28px; /* -------------------------------------------------------------------------------------*/
    height: 48px;
    font-size: 16px;
    display: block;
    border-bottom: 1px solid #9b9b9b;
    padding-left: 15px;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.bx-aside-nav a {
    text-decoration: none;
}

.bx-aside-nav .bx-nav-1-lvl {
}

.bx-aside-nav .bx-nav-1-lvl > a {
}

.bx-nav-1-lvl.bx-opened,
.bx-aside-nav .bx-nav-1-lvl:hover > a,
.bx-aside-nav .bx-nav-1-lvl.bx-hover > a {
    background: #6ab329;
    color: #fff
}

.bx-aside-nav .bx-nav-list-2-lvl {
    background: #ffffff;
}

.bx-aside-nav .bx-nav-2-lvl > a {
    padding-left: 30px;
    color : #3b3b3b;
}

.bx-aside-nav .bx-nav-3-lvl > a {
    padding-left: 45px;
}

.bx-aside-nav .bx-nav-4-lvl a {
    padding-left: 60px;
}

.bx-aside-nav .bx-nav-parent {
    position: relative;
}

.bx-aside-nav .bx-nav-parent-arrow {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 6px;
    width: 46px;
    height: 34px;
    text-align: center;
    border-left: 1px solid #486257;
    z-index: 200;
}

.bx-aside-nav .bx-nav-parent-arrow i {
    line-height: 34px;
    font-size: 17px;
    font-style: normal;
    color: #fff;
}

.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-parent-arrow i {
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -ms-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
}

.bx-aside-nav .bx-nav-parent .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-parent .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-parent > ul {
    overflow: hidden;
    height: 0;
}

.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-parent.bx-opened > ul {
    height: auto;
}

.bx-aside-nav .bx-nav-catinfo {
    display: none;
}

.bx-aside-nav .bx-nav-catinfo-back {
    display: none;
}

@media (min-width: 1200px) {
    .bx-top-nav-container .bx-nav-1-lvl > a {
        font-size: 16px;
    }

    .bx-top-nav-container .bx-nav-1-lvl > a span {
        padding: 0px 10px 3px;
        margin-right: 7px;
    }

    /*{padding: 12px 14px 15px}*/
}

@media (min-width: 992px) and (max-width: 1199px) {
    .bx-top-nav-container .bx-nav-1-lvl > a {
        font-size: 13px;
    }

    .bx-top-nav-container .bx-nav-1-lvl > a span {
        padding: 3px 11px 6px;
        margin-right: 12px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .bx-top-nav-container .bx-nav-1-lvl > a {
        font-size: 12px;
    }

    .bx-top-nav-container .bx-nav-1-lvl > a span {
        padding: 4px 6px 7px
    }
}

@media (min-width: 768px) {
    .bx-aside-nav-control,
    .bx-aside-nav {
        display: none;
    }

    .bx-top-nav-container {
        display: block;
    }
}

@media (max-width: 767px) {
    .bx-aside-nav-control,
    .bx-aside-nav {
        display: block;
    }

    .bx-top-nav-container {
        display: none;
    }

    .bx-aside-nav .bx-nav-parent-arrow {
        display: block;
    }

    .bx-aside-nav .bx-nav-1-lvl.bx-nav-parent > a > span > .fa {
        display: none;
    }
}
/* End */


/* Start:/local/templates/eshop_bootstrap_green/components/bitrix/menu/catalog_horizontal_site/themes/green/colors.css?1512654888998*/
.bx-green.bx-top-nav .bx-top-nav-container {
	background: #ffffff;
}
/*.bx-green.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl.bx-hover>a,*/
.bx-green.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl.bx-active>a
 {
	background: #5ec944;
	color: #ffffff;
	border-bottom: none;
}
.bx-green.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl:hover>a{
	background: #ffffff;
	color: #000000;
	border-bottom: none;
}

.bx-green.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.bx-hover>a,
.bx-green.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent:hover>a {
	color: #5ec944;
	background-color: transparent;
}
/*2 lvl*/
.bx-green.bx-top-nav .bx-top-nav-container .bx-nav-2-lvl>a.bx-active,
.bx-green.bx-top-nav .bx-top-nav-container .bx-nav-2-lvl>a:hover {
	color: #ffffff;
	background: #37751F;
}
/*3 lvl*/
.bx-green.bx-top-nav .bx-top-nav-container .bx-nav-3-lvl a.bx-active,
.bx-green.bx-top-nav .bx-top-nav-container .bx-nav-3-lvl a:hover {
	color: #26744c;
	background: #F0F0F0;
}

/* End */


/* Start:/local/templates/eshop_bootstrap_green/components/bitrix/news.list/list_of_customers/style.css?1512320015150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/eshop_bootstrap_green/components/bitrix/menu/bottom_menu/style.css?1509731908542*/
.bx-inclinksfooter a{border-bottom: none;}
.bx-inclinksfooter .bx-block-title{
	margin: 0;
	padding: 0;
	font-size: 17px;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: 600;
}
.bx-inclinksfooter-container {
    margin-top: 15px;
    padding: 0;
    color: #fff;
    border-radius: 2px;
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.bx-inclinksfooter-list{
	list-style: none;
	margin: 0;
	padding: 0;
}
.bx-inclinksfooter-item{
	padding: 0 0 5px 0;
}

/* End */


/* Start:/local/templates/eshop_bootstrap_green/styles.css?17888626087203*/
h1, h2, h3, h4, h5, h6 {
    font-family: /*"", "Helvetica Neue",*/ Arial, Helvetica, sans-serif;
    font-weight: 900;
}

p{	font-family: ", Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-align: justify;}
li, ul {
	font-family: "", Arial, Helvetica, sans-serif;
	font-size: 15px;
}
p.bxe-first-letter:first-letter, .bxe-first-letter-s {
    font-weight: bold;
    font-size: 56px;
    line-height: 56px;
    margin-right: 10px;
    float: left;
    vertical-align: top;

}

.lead {
    color: #757575;
    margin-left: 40px;
    padding: 0 0 0 15px;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.4;
    border-left: 3px solid #99cded;
}

@media (min-width: 768px) {
    .lead {
        font-size: 16px;
        margin-left: 20px;
    }
}

blockquote {
    padding: 0 0 0 15px;
    margin: 0 0 20px 20px;
    border-left: 3px solid #c2c2c2;
}

blockquote p {
    font-size: 20px;
    font-style: italic;
    color: #757575;
    font-family: Georgia, "Helvetica Neue", Arial, Helvetica, sans-serif;
}

@media (max-width: 768px) {
    blockquote p {
        font-size: 16px;
    }
}

blockquote.bxe-quote {
    position: relative;
    padding-left: 70px;
    padding-top: 8px;
    min-height: 50px;
    border-left: none;
}

blockquote.bxe-quote:after {
    content: "";
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzOS45OTYgMzcuOTk1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzOS45OTYgMzcuOTk1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggc3R5bGU9ImZpbGw6I0Q2RDdENjsiIGQ9Ik0wLjAxLDM3Ljk5NXYtMTguMTFjLTAuMDc5LTIuNjA0LDAuMjk0LTUuMDQ5LDEuMTE4LTcuMzM4YzAuODI0LTIuMjg4LDEuOTgxLTQuMywzLjQ3Mi02LjAzNmMxLjQ5LTEuNzM1LDMuMjc2LTMuMTc2LDUuMzU2LTQuMzIxYzIuMDc4LTEuMTQzLDQuMzM1LTEuODczLDYuNzY4LTIuMTl2Ny44MTJjLTIuOTgzLDEuMDI3LTUuMDIzLDIuNTQ1LTYuMTIxLDQuNTU3Yy0xLjEsMi4wMTItMS42NDgsNC40NzktMS42NDgsNy4zOThoNy43Njl2MTguMjI4SDAuMDF6IE0yMy4yODEsMzcuOTk1di0xOC4xMWMtMC4wNzktMi42MDQsMC4yOTQtNS4wNDksMS4xMTgtNy4zMzhjMC44MjQtMi4yODgsMS45ODEtNC4zLDMuNDcyLTYuMDM2YzEuNDktMS43MzUsMy4yNzYtMy4xNzYsNS4zNTYtNC4zMjFjMi4wNzgtMS4xNDMsNC4zMzUtMS44NzMsNi43NjgtMi4xOXY3LjgxMmMtMi45ODMsMS4wMjctNS4wMjMsMi41NDUtNi4xMjEsNC41NTdjLTEuMSwyLjAxMi0xLjY0OCw0LjQ3OS0xLjY0OCw3LjM5OGg3Ljc2OXYxOC4yMjhIMjMuMjgxeiIvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: top left;
    position: absolute;
    left: 10px;
    top: 10px;
    -webkit-background-size: 40px;
    background-size: 40px;
    width: 40px;
    height: 40px;
}

hr {
    border: none;
    border-bottom: 1px solid #ccc;
}

hr.bxe-bolder {
    border-bottom-width: 5px;
}

hr.bxe-dashed {
    border-bottom-style: dashed;
    border-bottom-width: 2px;
}

hr.bxe-normal {
}

hr.bxe-light {
    border-bottom-color: #e5e5e5

}

hr.bxe-dotted {
    border-bottom-width: 2px;
    border-bottom-style: dotted;
}

/**/
.bg-primary {
    background: #60aadb !important;
    color: #fff;
}

.bg-success {
    background: #64ba4e !important;
    color: #fff;
}

.bg-info {
    background: #9bc6dd !important;
    color: #fff;
}

.bg-warning {
    background: #fec139 !important;
    color: #fff;
}

.bg-danger {
}

/**/
img.pull-left {
    padding: 5px 15px 5px 0;
}

img.pull-right {
    padding: 5px 0 5px 15px;
}

/**/
.alert {
    border: none;
    border-radius: 1px;
    font-size: 14px;
}

.alert.alert-note {
    background: #f2f2f3;
}

.alert.alert-sys {
    background: #f5f2ec;
    color: #81641F;
}

.alert.bxe-icon {
    padding-left: 90px;
    min-height: 100px;
    position: relative;
}

.alert.bxe-icon:after {
    left: 22px;
    top: 20px;
    position: absolute;
    content: " ";
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/local/templates/eshop_bootstrap_green/images/editor_sprite.png);
    background-repeat: no-repeat;
}

.alert.bxe-icon.alert-success:after {
    background-position: 0 0
}

.alert.bxe-icon.alert-info:after {
    background-position: 0 -50px
}

.alert.bxe-icon.alert-warning:after {
    background-position: 0 -100px
}

.alert.bxe-icon.alert-danger:after {
    background-position: 0 -200px
}

.alert.bxe-icon.alert-note:after {
    background-position: 0 -150px
}

.alert.bxe-icon.alert-sys:after {
    background-position: 0 -250px
}

.bxe-aleft-title {
    font-weight: bold;
    padding-bottom: 5px;
}

.bx-panel-tooltip {
    z-index: 2210 !important;
    overflow: hidden !important;
    position: absolute !important;
    letter-spacing: normal !important;
    list-style: none !important;
    text-align: left !important;
    text-indent: 0 !important;
    text-transform: none !important;
    visibility: visible !important;
    white-space: normal !important;
    word-spacing: normal !important;
    vertical-align: baseline !important;
    margin: 0 !important;
    padding: 15px !important;
    float: none !important;
    text-decoration: none !important;
    -webkit-border-radius: 1px !important;
    -moz-border-radius: 1px !important;
    border-radius: 1px !important;
    -webkit-box-shadow: 0 12px 10px rgba(0, 0, 0, 0.25) !important;
    -moz-box-shadow: 0 12px 10px rgba(0, 0, 0, .25) !important;
    box-shadow: 0 12px 10px rgba(0, 0, 0, 0.25) !important;
    border: 1px solid;
    border-color: #f0f0f0;
    background: #fff;
    color: #35414e;
    font-size: 14px;
}

/**/
tab,
tabsection,
.bxe-tab-title {
    display: block;
    padding: 5px;
    border: 1px dashed #ccc;
}

/**/
.bxe-list,
.bxe-list ul {
    list-style: none;
    margin: 5px 0;
    padding-left: 15px;
}

.bxe-list-default,
.bxe-list-default ul {

}

.bxe-list .fa {
    color: #9fb2bd;
    margin-right: 6px;
}

.bxe-lis-blue .fa {
    color: #1fc824;
}

/*-----------------------------------------------------------*/
img.left {
    float: left;
    margin: 3px 20px 10px 0;
}

.news_left {
    position: absolute;
    margin: 3px 20px 5px 0;
    height: 90px;
}

.news_right {
    position: relative;
    padding-left: 140px;
    height: 90px;
}
.new_list_img {
    height: 90px;
    width: 120px;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(80, 80, 80, 0.5);
    -moz-box-shadow:    2px 2px 3px 0px rgba(80, 80, 80, 0.5);
    box-shadow:         2px 2px 3px 0px rgba(80, 80, 80, 0.5);
    border-radius: 4px;
}
.date {
    width: 80px;
    margin-right: 7px;
}
/* ---------------------------------------------------------- */
ul.soc-list  {
    margin: 0;
    padding-left: 15px;
    padding-top: 12px;
}
ul.soc-list  li {
    display: inline;
    margin-right: 3px; /* Отступ слева */
    padding: 0px;
}
.bx-pagination .bx-pagination-container ul li.bx-active span {
    background:#6ab329;
    color: #fff;}

@media (max-width: 768px) {
    .news_left {
        position: relative;
        margin: 0 0 12px 0;
        height: auto;
    }

    .news_right {
        position: relative;
        padding-left: 0;
        height: auto;
        min-height: 0;
        margin-bottom: 20px;
    }

    .new_list_img {
        width: 100%;
        height: auto;
        max-width: 320px;
    }
}
/* End */


/* Start:/local/templates/eshop_bootstrap_green/template_styles.css?162998356161629*/
@media (max-width: 767px) {
    #bx-panel {
        display: none !important;
    }
}

body {
    color: #666666;
    background: #FFFFFF;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body.bx-opened {
    overflow: hidden;
}

.wrap,
.bx-wrap,
.bx-wrapper {
    position: relative;
}

body.bx-background-image {
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #fff;
}

p {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-size: 16px;
    color: #000;
    margin-bottom: 15px;
    text-align: justify ;
}
.tr_dark {
    background-color:#eef7e2;
}
@media (min-width: 992px) and (max-width: 1199px) {
    body.bx-background-image {
        -webkit-background-size: 1600px auto;
        background-size: 1600px auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body.bx-background-image {
        -webkit-background-size: 1280px auto;
        background-size: 1280px auto;
    }
}

@media (max-width: 767px) {
    body.bx-background-image {
        background: none;
    }
}

body.bx-background-gradient {
    background: rgb(246, 247, 251);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjdmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(246, 247, 251, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(246, 247, 251, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(246, 247, 251, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(246, 247, 251, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(246, 247, 251, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(246, 247, 251, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f7fb', endColorstr='#ffffff', GradientType=0);
    background-attachment: fixed;
}

.icon-empty {
    opacity: 0;
}

a {
    color: #6AB329;
    text-decoration: none;
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    transition: color .3s ease, background-color .3s ease, border-color .3s ease;
}

a:hover {
    color: #007a1d;
    border-bottom: 2px solid #007a1d;
    text-decoration: none;
}

a,
.container {
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    transition: color .3s ease, background-color .3s ease, border-color .3s ease;
}
.a hdr_light,
.hdr_light {
    color: #9c9d9d;
}
.a hdr_dark,
.hdr_dark{
    color: #333333;
}
.a hdr_light,
.hdr_light:active,
.a hdr_light,
.hdr_light:hover,
.a hdr_dark,
.hdr_dark:active,
.a hdr_dark,
.hdr_dark:hover {
    border: none;
}



img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.bx-header {
}

/*Logo*/
.img_logo {
    transition: .2s linear;
    position: inherit;
}

.img_logo:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.1);
}

.ph_btn_lrg,
.btn_in_market {
    transition: .5s linear;
}

.ph_btn_lrg:hover,
.btn_in_market:hover {
    opacity: .7;
}

.bx-logo-text,
.bx-logo-text:hover,
.bx-logo-text:active {
    font-size: 32px;
    font-weight: 700;
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    color: #000;
    line-height: 37px;
    text-decoration: none;
    border: none;
    vertical-align: bottom;
}

.bx-logo-text small {
    font-size: 37px;
}
.banner_big {
    /*images/bannr.jpg*/
    background-image: url('/local/templates/eshop_bootstrap_green/images/bannr.jpg');
    /*background-image: url('/local/templates/eshop_bootstrap_green/images/bannr.jpg');*/
    background-size: cover;
    background-position: right;
    /*background-repeat: no-repeat;*/
    height: 400px;
    width: 100%;
    padding-top: 10px;
}
.container {
    padding-top: 15px;
}
@media (max-width: 767px) {
    .bx-logo {

        background: #0f761b;
        position: fixed;
        left: 0;
        top: 0;
        padding: 10px 20px 10px 50px;
        height: 70px; /*	 -------------------------------------------------------------------------------------- */
    }

    .bx-logo .bx-logo-block {
        text-align: center;
        height: 30px;
    }

    .bx-logo-text {
        font-size: 24px;
        color: #fff;
        line-height: 30px;
        vertical-align: middle;
    }

    .bx-logo-text:hover,
    .bx-logo-text:active {
        color: #fff;
    }

    .bx-logo-text small {
        font-size: 24px;
        color: #fff;
    }

    .bx-logo-desc {
        display: none;
    }

    .bx-inc-orginfo {
        text-align: center;
        padding-bottom: 10px;
    }

    .bx-worktime {
        text-align: center;
    }

    .bx-inc-orginfo-phone {
        color: #888888;
        font-size: 9pt;
        font-weight: 700;
        white-space: nowrap;
        font-family: Arial, Helvetica, sans-serif;
        height: 33px;
        padding-left: 5px;
    }

    .sm_title {
        padding: 0; /* my */
        font-family: Arial, Helvetica, sans-serif;
        text-align: left;
        font-size: 13px;
        font-weight: 900;
    }

    .phone_button_top {
        height: 28px;
        width: auto;
        margin-top: 2px;
    }

    .banner_big {
        /*height: 90px;*/
        height: 140px;
        width: 100%;
        padding-top: 10px;
    }
    .container {
        width: 400px;
        padding-top:4px;
    }
    .carousel.slide.main_banners {
        position: inherit;
        /*display: none;*/
    }

    .serv_4 {
        padding: 5px 0px;
    }
    h1, h1.bx-title
    {
        font-size: 19pt !important;
    }
    h2, h2.bx-title
    {
        font-size: 17px !important;
    }
    h4, h4.bx-title
    {
        font-size: 13pt !important;
    }
    h5, h5.bx-title
    {
        font-size: 8pt !important;
    }
}

/* товары и услуги ------------------------------------------------ */
@media (max-width: 510px) {
    h4 ut_1st, .ut_1st,
    h4 ut_2st, .ut_2st {
        /*color: #333333;*/
        font-size: 15px;
        font-weight: 500;
    }

    h4 ut_1st, .ut_1st {
        padding: 8px 0 0 0
    }

    h4 ut_2st, .ut_2st {
        padding: 15px 0 0 0;
    }
    h5, h5.bx-title
    {
        font-size: 7pt !important;
    }
    h6 ut_sm, .ut_sm {
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 10px;
        font-weight: 500;
        /*color: #333333;*/
        padding: 0 0 0 0;
        margin: 0;
    }

    .howhi {
        height: 70px;
        background-size: contain;
        background-position: right top;
        background-repeat: no-repeat;
        opacity: 1;
        filter: alpha(opacity=100);
    }
    .howhi:hover{
        opacity: 0.7;
        filter: alpha(opacity=70);
    }
    .container {
        width: 380px;
        padding-top:5px;
    }
}

@media (min-width: 511px) {
    h4 ut_1st, .ut_1st {
        padding: 15px 0 0 0
    }

    h4 ut_2st, .ut_2st {
        padding: 25px 0 0 0;
    }

    h6 ut_sm, .ut_sm {
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 12px;
        font-weight: 500;
        /*color: #333333;*/
        padding: 5px 0 0 0;
        margin: 0;
    }

    .howhi {
        height: 110px;
        background-size: contain;
        background-position: right top;
        background-repeat: no-repeat;
        opacity: 1;
        filter: alpha(opacity=100);
    }
    .howhi:hover{
        opacity: 0.7;
        filter: alpha(opacity=70);
    }
}

/*-- ячейка услуг-----------------------------------------------------------------*/
.serv_cell {
    width: 144px;
    height: 155px;
    padding: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -75px; /* (width + padding)/2 */
    margin-top: -60px;
}

/*--------------------------------------------------------------------------------*/
.news_bg {

    background-image: url('/local/templates/eshop_bootstrap_green/images/bannr.jpg');
    background-size: cover;
    background-position: 50%;
    /*height: 320px;*/
    width: 100%;
    padding-top: 20px;
}

/*footer mail---------------------------------------------------------------------*/
.btn_market {
    height: 50px;
}

.frm_desc_mail {
    left: 105px;
    top: 83px;
    position: absolute;
}

.btn_mail {
    width: 60px;
    height: 60px;
    background-image: url('/local/templates/eshop_bootstrap_green/images/ic_E-mail.svg');
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: contain;
    background-position: 50%;
    border: 0px;
    padding: 82px 0 10px;
}

.frm_desc_map {
    left: 105px;
    top: 141px;
    position: absolute;
}

.btn_map {
    width: 60px;
    height: 60px;
    background-image: url('/local/templates/eshop_bootstrap_green/images/ic_Address.svg');
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: contain;
    background-position: 50%;
    border: 0px;
    padding: 0px;
}

/*--search button ----------------------------------------------------------------*/
.frm_srch_btn {
    right: 0px;
    position: absolute;
}

.srch_btn {
    width: 28px;
    height: 28px;
    background-image: url('/local/templates/eshop_bootstrap_green/images/search_btn.svg');
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: contain;
    background-position: 50%;
    border: 0px;
}



@media (min-width: 300px) and (max-width: 400px) {
    /* my */
    .sm_title {
        padding: 0 55px 0 0 !important; /* my */
        font-family: Arial, Helvetica, sans-serif;
        text-align: right;
        font-size: 9px;
        font-weight: 700;
    }
}

/* Sections */

.bx-header-section {
    padding: 28px 45px 10px;
    background: #fff;
}

.news_inner {
    padding: 8px 75px 8px 45px;
    background: transparent;
}

.bx-content-seection {
    /*min-height: 50vh;*/
    padding: 0 45px 5px;
    background: #fff;
}

@media (max-width: 767px) {

    .bx-header-section {
        padding: 60px 15px 10px;
        margin-bottom: 10px;
    }

    .bx-content-seection {
        padding: 0 15px 10px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .his0{
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 12px;
        font-weight: 800;
        color: #919191;
        margin: 5px 0 0 0;
        text-align: left;
        line-height: 1;
        letter-spacing: 0px;

    }
    .his1{
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 9px;
        font-weight: 800;
        color: #919191;
        margin: 0px 0;
        text-align: left;
        line-height: 0.8;
        letter-spacing: 0.2px;
    }
    .his2{
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 12px;
        font-weight: 800;
        color: #919191;
        margin: 0px 0;
        text-align: left;
        line-height: 1.1;
        letter-spacing: 0px;
    }

    .bx-inc-orginfo-phone {
        color: #888888;
        font-size: 9pt;
        font-weight: normal;
        white-space: nowrap;
        font-family: Arial, Helvetica, sans-serif;
    }

    .bx-header-section {
        padding: 31px 15px 10px;
    }

    .bx-content-seection {
        padding: 0 15px 5px;
    }

    .bx-logo {
        padding-left: 17px;
        display: block;
        height: 60px;
        border-bottom: none;
    }

    .bx-logo .bx-logo-block {
        display: block;
        height: 40px;
        border-bottom: none;
        padding: 15px 0 0 0;

    }

    .ph_btn_lrg {
        display: block;
        width: auto;
        height:50px;
        border-bottom: none;
        padding: 20px 0 0px 0 !important;


    }

    .ph_txt_lrg {
        display: block;
        height: 70px;
        border-bottom: none;
        padding-left: 0px;
        padding-top: 20px;
    }

    .serv_4 {
        padding: 10px 0px;
    }
    .banner_big {
        height: 300px;
        width: 100%;
        padding-top: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .his0{
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 20px;
        font-weight: 800;
        color: #919191;
        margin: 19px 0 0 0;
        text-align: left;
        line-height: 1;
        letter-spacing: 0px;

    }
    .his1{
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 12px;
        font-weight: 800;
        color: #919191;
        margin: 0px 0;
        text-align: left;
        line-height: 1;
        letter-spacing: 2.6px;
    }
    .his2{
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 21px;
        font-weight: 800;
        color: #919191;
        margin: 0px 0;
        text-align: left;
        line-height: 0.8;
        letter-spacing: 3px;
    }

    .bx-inc-orginfo-phone {
        color: #888888;
        font-size: 13pt;
        font-weight: normal;
        white-space: nowrap;
        font-family: Arial, Helvetica, sans-serif;
    }

    .bx-header-section {
        padding: 31px 30px 10px;
    }

    .bx-content-seection {
        padding: 0 30px 5px;
    }

    .bx-logo {
        padding-left: 17px;
        display: block;
        height: 107px;
        border-bottom: none;
    }

    .bx-logo .bx-logo-block {
        display: block;
        height: 80px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-top: 5px;
    }

    .bx-logo .bx-logo-block img {
        width: auto;
        max-width: 100%;
        height: auto;
        max-height: 100%;
    }

    .ph_btn_lrg {
        display: block;
        width: auto;
        height:74px;
        border-bottom: none;
        padding: 25px 0 0px 0 !important;
    }

    .ph_txt_lrg {
        display: block;
        height: 70px;
        border-bottom: none;
        padding-left: 0px;
        padding-top: 26px;
    }

    .serv_4 {
        padding: 10px 10px;
    }
    .banner_big {
        height: 350px;
        width: 100%;
        padding-top: 10px;
    }
}

@media (min-width: 1200px) {
    .his0{
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 23px;
        font-weight: 900;
        color: #919191;
        margin: 5px 0 0 10px;
        text-align: left;
        line-height: 1;
        padding-top: 10px;
        letter-spacing: 0px;

    }
    .his1{
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 14px;
        font-weight: 900;
        color: #919191;
        margin: 0px 10px;
        text-align: left;
        line-height: 1;
        /*letter-spacing: 0.2px;*/
        letter-spacing: 2.9px;
    }
    .his2{
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 23px;
        font-weight: 900;
        color: #919191;
        margin: 0px 10px;
        text-align: left;
        line-height: 1;
        letter-spacing: 4.3px;
    }

    .bx-inc-orginfo-phone {
        color: #888888;
        font-size: 15pt;
        font-weight: normal;
        white-space: nowrap;
        font-family: Arial, Helvetica, sans-serif;
    }

    .bx-logo {
        padding-left: 17px;
        display: block;
        height: 124px;
        border-bottom: none;
    }

    .bx-logo .bx-logo-block {
        display: block;
        height: 124px;
        border-bottom: none;
        padding-left: 0px;
        padding-top: 15px;
    }

    .bx-logo .bx-logo-block img {
        width: auto;
        max-width: 100%;
        height: auto;
        max-height: 100%;
    }

    .bx-header-section {
        padding: 31px 45px 10px;
    }

    .bx-content-seection {
        padding: 0 45px 5px;
    }

    .ph_btn_lrg {
        display: block;
        height: 90px;
        border: none;
        padding: 28px 0 0px 0 !important;
    }

    .ph_txt_lrg {
        display: block;
        height: auto;
        width: auto;
        border-bottom: none;
        padding-left: 0px;
        padding-top: 31px;
        padding-bottom: 2px;
    }

    .serv_4 {
        padding: 21px 10px;
    }
}

/* header / phone */
.bx-logo-desc {
    text-transform: uppercase;
    display: block;
    font-weight: 700;
    font-size: 13px;
    line-height: 10px;
    color: #b8b8b8;
}

.bx-inc-orginfo-phone i {
    color: #666666;
    position: relative;
    margin-left: -23px;
}

.bx-inc-orginfo {
    padding-left: 0px;
}

.bx-inc-orginfo-recall {
}

.bx-inc-orginfo-recall a {
    color: #666666;
    border-bottom: 1px dashed;
    font-size: 12px;
    margin-left: 2px;
}

.bx-inc-orginfo-recall a:hover {
    text-decoration: none;
    border-bottom-color: transparent;
    color: #1c9c2c;
}

/* header / worktime */

.bx-worktime {
    position: relative;
    top: 10px;
    left: 0px;
    padding: 0px;
    margin: 0px;
}

.bx-worktime-title {
    color: #8d8d8d;
    font-size: 8px;
}

.bx-worktime-prop {
    font-size: 8px;
    color: #333333;
}

.bx-worktime-prop > span {
    white-space: nowrap;
}

/*sidebar*/

.bx-sidebar-block {
    margin-bottom: 40px;
}

.bx-block-title {
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #343434;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 9px;
    font-weight: 600;
}

.bx-footer .bx-block-title {
    margin: 0;
    padding: 0;
    font-size: 17px;
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 600;
}

/* Breadcrumb Custom*/

.bx-breadcrumb-item a {
    color: #757575;
}

.bx-breadcrumb-item a:hover {
    color: #2d2d2d;
}

/* workarea */

/*TITLE*/

h1, h1.bx-title,
h2, h2.bx-title,
h3, h3.bx-title,
h4, h4.bx-title,
h5, h5.bx-title,
h6, h6.bx-title {
    font-family: Arial, Helvetica, sans-serif; /*"Open Sans", "Helvetica Neue",*/
    color: #9c9d9d;
    font-weight: 500;
}

h1, h1.bx-title,
h2, h2.bx-title,
h3, h3.bx-title {
    padding-bottom: 15px;
}

h4, h4.bx-title,
h5, h5.bx-title,
h6, h6.bx-title {

}

h1, h1.bx-title {
    padding: 35px 0 0px 0;
    font-weight: 900;
    font-size: 28pt;
    margin: 0px;
    text-transform: uppercase;
}

h2, h2.bx-title {
    font-size: 25px
}

h3, h3.bx-title {
}

h4, h4.bx-title {
    color: #595959;
    padding: 5px 0 0 0;
    font-weight: 700;
    font-size: 18pt;
    margin-bottom: 15px;

}

h5, h5.bx-title {
    padding: 5px 0 5px 0;
    font-weight: 500;
    font-size: 11pt;
    margin: 0px;
}

h6, h6.bx-title {
    padding: 5px 0 5px 0;
    font-weight: 500;
    font-size: 10pt;
    margin: 0px;
    text-transform: none;
}

/* FORMS */
input[type=text],
input[type=password],
input[type=email]
{
    margin: 4px;
    padding: 0 4px;
    border: 1px solid #CCD5DB;
    border-radius: 2px;
    background: #f8fafc;
    outline: none;
}

textarea {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    font-size: 18px;
    min-height: 150px;
    max-height: 450px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #CCD5DB;
    border-radius: 2px;
    background: #f8fafc;
    outline: none;
}

/* INC.banners */

.bx-incbanners {
    margin: 10px 0 25px;
    text-align: center;
}

/* INC.links.footer */

.bx-inclinksfooter a {
    border-bottom: none;
}

.bx-inclinksfooter .bx-block-title {
    margin: 0;
    padding: 0;
    font-size: 17px;
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 600;
}

.bx-inclinksfooter-container {
    margin-top: 15px;
    padding: 0;
    color: #fff;
    border-radius: 2px;
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.bx-inclinksfooter-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bx-inclinksfooter-item {
    padding: 0 0 5px 0;
}

/* INC.logo.footer */

.bx-inclogofooter {
    color: #fff;
}

.bx-inclogofooter a.bx-inclogofooter-logo:hover,
.bx-inclogofooter a.bx-inclogofooter-logo {
    border-bottom: none;
}

.bx-inclogofooter-logo img {
    max-width: 300px;
    height: auto;
}

.bx-inclogofooter-block {
    padding-bottom: 8px;
}

.bx-inclogofooter-tel {
    color: #cfd0d0;
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px;
}

.bx-inclogofooter-worktime {
    color: #cfd0d0;
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

/* INC.social.widget */

.bx-banners {
    margin: 10px 0;
}

.bx-banners .bx-block-title {
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #343434;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 9px;
    font-weight: 600;
}

/* INC.wt */

.bx-wt-block {
    color: #fff;
    padding: 5px 15px;
    background: url(/local/templates/eshop_bootstrap_green/images/wt.png) no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 3px;
}

.bx-wt .bx-block-title {
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 14px;
    color: #fff;
}

.bx-wt-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
}

.bx-wt-block ul li {
    padding-bottom: 7px;
}

.bx-wt-others-block {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 7px;
    margin-top: 4px;
}

/* news.list.sidebar */
.bx-s-info {
    margin: 10px 0;
    padding-top: 5px;
}

.bx-s-info-block {
    display: block;
    margin-bottom: 25px;
}

.bx-s-info-title {
    display: block;
    min-height: 29px;
    padding-left: 36px;
    margin-bottom: 5px;
    position: relative;
}

.bx-s-info-titleicon {
    display: block;
    background: #10a11e;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.bx-s-info-titleicon i {
    line-height: 30px;
    vertical-align: middle;
    font-style: normal;
}

.bx-s-info-titletext {
    display: block;
    padding: 6px 0;
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #343434;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.bx-s-info-content {
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #3e454c;
    padding-left: 36px;
}

/* FOOTER */

.bx-footer {
    background: #f5f5f5;
    color: #333333;
}

.bx-footer-section.bx-center-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.bx-footer-section.bx-center-section > div {
    margin-bottom: 20px;
}

.bx-footer a {
    color: #374c41;
}

.bx-footer a:hover {
    color: #10a11e;
    border-bottom: 2px solid;
    text-decoration: none;
}

.bx-footer-line {
    background: #2b6a4b;
}

.bx-footer-bottomline {
    background: #222425;
    font-size: 14px;
    padding: 22px 0;
}

.bx-up {
    text-align: right;
}

.bx-up a,
.bx-up a:hover {
    border-bottom: none;
}

.bx-up a {
    color: #f5f5f5;
}

@media (min-width: 1200px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 767px) {
    .bx-footer {
        text-align: center;
    }

    .bx-up {
        text-align: center;
    }
}

/**/

.btn,
.btn:hover,
.btn:active,
.btn:focus {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.btn-primary {
    background-color: #1485ce;
    border-color: #1485ce;
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
    background-color: #53a4d8;
    border-color: #53a4d8;
}

.btn-link {
    color: #1485ce;
}

.btn-link:focus,
.btn-link:hover {
    color: #53a4d8;
    text-decoration: none;
}

/*404*/

.bx-404-container {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.bx-404-block {
    margin-top: 100px;
    margin-bottom: 66px;
}

@media (max-width: 768px) {
    .bx-404-block {
        margin-top: 50px;
        margin-bottom: 33px;
    }
}

.bx-404-text-block {
    font-size: 20px;
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    padding-bottom: 20px;
}

.bx-maps-title {
    color: #8f8f8f;
    font-size: 16px;
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    padding-bottom: 20px;
    padding-top: 10px;
    border-bottom: 1px solid #e9eaea;
}

.map-columns {
    padding-top: 20px;
}

.bx-map-title {
    font-weight: bold;
    font-size: 14px;
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    position: relative;
    min-height: 20px;
    padding-left: 25px;
    margin-bottom: 20px;
}

.bx-map-title .fa {
    color: #0083d1;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 15px;
}

.map-columns ul {
    list-style: none;
    margin-bottom: 5px;
}

.map-level-0 {
    margin-left: 0;
    padding-left: 25px;
    margin-bottom: 20px;
}

.map-level-0 li {
    margin-left: 0;
    padding-left: 0;
}

.map-level-0 ul {
    padding-left: 15px;
}

ul.map-level-1 {
    margin-bottom: 30px;
}

/*ABOUT*/

.bxd-block {
    width: 100%;
    border: 1px solid #e3e6e7;
    display: block;
    background: #fff;
    padding: 15px;
    min-height: 210px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a.bxd-block:hover {
}

.bxd-icon {
    display: block;
    border-radius: 50%;
    height: 68px;
    width: 68px;
    margin: 0 auto;
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    transition: color .3s ease, background-color .3s ease, border-color .3s ease;
}

.bxd-block:hover .bxd-icon {
}

.bxd-icon .fa {
    margin-left: -1px;
    position: relative;
    font-size: 35px;
    height: 68px;
    width: 68px;
    text-align: center;
    line-height: 68px;
    vertical-align: middle;
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    transition: color .3s ease, background-color .3s ease, border-color .3s ease;
}

.bxd-link:hover .bxd-icon .fa {
}

.bxd-title {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    text-align: center;
    color: #000;
    font-size: 15px;
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: uppercase;
}

.bxd-desc {
    display: block;
    text-align: center;
    color: #737373;
    font-size: 12px;
}

.bx-up-button {
    border-radius: 2px;
    color: #fff;
    position: fixed;
    right: 30px;
    bottom: 30px;
    font-size: 12px;
    line-height: 20px;
    cursor: pointer;
    vertical-align: middle;
    padding: 9px 18px 7px 38px;
    -webkit-transition: background-color .3s ease, opacity .3s ease;
    -moz-transition: background-color .3s ease, opacity .3s ease;
    -ms-transition: background-color .3s ease, opacity .3s ease;
    -o-transition: background-color .3s ease, opacity .3s ease;
    transition: background-color .3s ease, opacity .3s ease;
    background: #c2c4c7 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAALCAMAAAB1RTwXAAAACVBMVEX///////////+OSuX+AAAAAnRSTlMAf7YpoZUAAAAfSURBVHgBYwACRkYgAaKZmBihNJAFpaFiTExAgjwGAA1BAD3lDqDYAAAAAElFTkSuQmCC) 18px 13px no-repeat;
}

.bx-up-button:hover {
    background-color: #9fa0a3;
}

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

.r_header {
    background: #FFFFFF;
    /*background-image: url("/include/r_bg.png");*/

}

/* bootstrap replace */

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.smll {
    font-size: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0 0 0;
}

/*calculator presets -------------------------------------------------------------------------------------------------*/
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

.calculator {
    padding: 20px;
    border: 1px solid #d6d6d6;
}

.step {
    display: none;
    -webkit-transition: 400ms ease-in-out;
    transition: 400ms ease-in-out;
    opacity: 0;
    border-top: 1px solid #d6d6d6;
}

.step:first-child {
    padding-top: 0;
    border-top: none;
}

.step_visible {
    display: block;
    margin-bottom: 18px;
    padding-top: 18px;
    opacity: 1;
}

.step_result {
    margin-bottom: 0;
    padding-bottom: 0;
    border-top: 1px dashed #d6d6d6;
    border-bottom: none;
}

.step__title {
    margin-bottom: 18px;
    text-align: center;
    color: #73ad23;
    font-size: 18px;
}

.step__info {
    margin-bottom: 14px;
    font-size: 15px;
}

.step__content {
    text-align: center;
    font-size: 0;
}

.step__content .checkbox {
    position: relative;
    display: inline-block;
    margin: 0 24px;
    font-size: 15px;
}

.step__content .checkbox__label {
    display: block;
    cursor: pointer;
    -webkit-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
    opacity: .75;
}

.step__content .checkbox__label:hover {
    opacity: 1;
}

.step__content .checkbox__label:hover .checkbox__text {
    color: #73ad23;
}

.step__content .checkbox__label_disabled {
    cursor: default;
}

.step__content .checkbox__label_disabled:before {
    position: absolute;
    top: 18px;
    right: 0;
    left: 0;
    visibility: hidden;
    padding: 4px 8px;
    content: 'Извините, метод расчета временно недоступен';
    -webkit-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    opacity: 0;
    color: #fff;
    border-radius: 2px;
    background-color: #313335;
    font-size: 12px;
    line-height: 18px;
}

.step__content .checkbox__label_disabled:hover:before {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.step__content .checkbox__control {
    display: none;
}

.step__content .checkbox__control:checked ~ .checkbox__text {
    color: #73ad23;
}

.step__content .checkbox__control:checked + .checkbox__icon_check_m {
    background-position: 80px -80px;
}

.step__content .checkbox__control:checked + .checkbox__icon_check_mo {
    background-position: 80px 80px;
}

.step__content .checkbox__control:checked + .checkbox__icon_type-a {
    background-position: -80px 0;
}

.step__content .checkbox__control:checked + .checkbox__icon_type-b {
    background-position: -80px -80px;
}

.step__content .checkbox__control:checked + .checkbox__icon_type-v {
    background-position: -80px -160px;
}

.step__content .checkbox__control:checked + .checkbox__icon_type-g {
    background-position: -80px 80px;
}

.step__content .checkbox__control:checked + .checkbox__icon_size-v {
    background-position: -240px 0;
}

.step__content .checkbox__control:checked + .checkbox__icon_size-c {
    background-position: -240px -80px;
}

.step__content .checkbox__control:checked + .checkbox__icon_size-k {
    background-position: -240px -160px;
}

.step__content .checkbox__control[disabled] ~ .checkbox__text {
    color: #e2e2e2;
}

.step__content .checkbox__control[disabled] + .checkbox__icon_size-v {
    background-position: -320px 0;
}

.step__content .checkbox__control[disabled] + .checkbox__icon_size-c {
    background-position: -320px -80px;
}

.step__content .checkbox__control[disabled] + .checkbox__icon_size-k {
    background-position: -320px -160px;
}

.step__content .checkbox__icon {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    background-image: url(/local/templates/eshop_bootstrap_green/images/calc-sprite.png);
}

.step__content .checkbox__icon_small {
    width: 80px;
    height: 80px;
}

.step__content .checkbox__icon_large {
    width: 80px;
    height: 80px;
}

.step__content .checkbox__icon_check_m {
    background-position: 80px 0;
}

.step__content .checkbox__icon_check_mo {
    background-position: 80px 160px;
}

.step__content .checkbox__icon_type-a {
    background-position: 0 0;
}

.step__content .checkbox__icon_type-b {
    background-position: 0 -80px;
}

.step__content .checkbox__icon_type-v {
    background-position: 0 -160px;
}

.step__content .checkbox__icon_type-g {
    background-position: 0 -240px;
}

.step__content .checkbox__icon_size-v {
    background-position: -160px 0;
}

.step__content .checkbox__icon_size-c {
    background-position: -160px -80px;
}

.step__content .checkbox__icon_size-k {
    background-position: -160px -160px;
}

.step__content .checkbox__text {
    -webkit-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
}

.step__content .input {
    margin-bottom: 14px;
    font-size: 15px;
}

.step__content .input:last-child {
    margin-bottom: 0;
}

.step__content .input__text {
    display: inline-block;
    width: 275px;
    margin-right: 14px;
    text-align: right;
}

.step__content .input__control {
    display: inline-block;
    width: 50px;
    height: 25px;
    margin: 0;
    padding: 0 5px;
    -webkit-transition: border-color 200ms ease-in-out;
    transition: border-color 200ms ease-in-out;
    border: 1px solid #d6d6d6;
    background-color: #fff;
    line-height: inherit;
}

.step__content .input__control:focus {
    border-color: #73ad23;
}

.step__content .button__control {
    position: relative;
    display: inline-block;
    height: 36px;
    margin: 0;
    padding: 0 15px;
    cursor: pointer;
    -webkit-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
    border: 1px solid #ccc;
    background-color: #f0f0f0;
    font-size: 14px;
}

.step__content .button__control:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    -webkit-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
    opacity: 0;
    box-shadow: 0 4px 10px rgba(135, 135, 135, .75);
}

.step__content .button__control:hover {
    color: #fff;
    border-color: #007f3d;
    background-color: #007f3d;
}

.step__content .button__control:hover:before {
    opacity: 1;
}

/*end of calc presets*/
/*Colorbox (view img ala magnific popup) ----------------------------------------------------------------------------*/
#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
    max-width: none;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

#cboxOverlay {
    background: #fff;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

#colorbox {
    outline: 0;
}

#cboxContent {
    margin-top: 32px;
    overflow: visible;
    background: #000;
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    background: #000;
    padding: 1px;
}

#cboxLoadingGraphic {
    background: url(/local/templates/eshop_bootstrap_green/images/plugins/loading.gif) no-repeat center center;
}

#cboxLoadingOverlay {
    background: #000;
}

#cboxTitle {
    position: absolute;
    top: -22px;
    left: 0;
    color: #000;
}

#cboxCurrent {
    position: absolute;
    top: -22px;
    right: 205px;
    text-indent: -9999px;
}

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -20px;
    background: url(/local/templates/eshop_bootstrap_green/images/plugins/controls.png) no-repeat 0 0;
}

#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
    outline: 0;
}

#cboxPrevious {
    background-position: 0px 0px;
    right: 44px;
}

#cboxPrevious:hover {
    background-position: 0px -25px;
}

#cboxNext {
    background-position: -25px 0px;
    right: 22px;
}

#cboxNext:hover {
    background-position: -25px -25px;
}

#cboxClose {
    background-position: -50px 0px;
    right: 0;
}

#cboxClose:hover {
    background-position: -50px -25px;
}

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
    right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
    background-position: -75px -25px;
    right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
    background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
    background-position: -100px 0px;
    right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
    background-position: -75px -25px;
}
/*End of colorbox ----------------------------------------------------------------------------------------------------*/

/*коды fkpo*/
/*.service {*/
    /*margin-bottom: 7px;*/
/*}*/

/*.service:last-child {*/
    /*margin-bottom: 0;*/
/*}*/

/*.service__name {*/
    /*position: relative;*/
    /*display: inline-block;*/
    /*padding-left: 30px;*/
    /*cursor: pointer;*/
    /*font-size: 16px;*/
/*}*/

/*.service__name:before {*/
    /*position: absolute;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*width: 16px;*/
    /*height: 16px;*/
    /*margin: auto;*/
    /*content: '+';*/
    /*text-align: center;*/
    /*color: #fff;*/
    /*-webkit-border-radius: 50%;*/
    /*border-radius: 50%;*/
    /*background-color: #62bf16;*/
    /*font-size: 14px;*/
    /*line-height: 14px;*/
/*}*/

/*.service__name_active:before {*/
    /*content: '-';*/
/*}*/

/*.service__list {*/
    /*position: relative;*/
    /*display: none;*/
    /*margin-left: 7px;*/
    /*padding-left: 54px;*/
/*}*/

/*@media screen and (min-width: 320px) and (max-width: 480px) {*/
    /*.service__list {*/
        /*padding-left: 27px;*/
    /*}*/
/*}*/

/*.service__list_visible {*/
    /*display: block;*/
/*}*/

/*.service__list:before {*/
    /*position: absolute;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*content: '';*/
    /*border: 1px dashed #444;*/
/*}*/

/*.service__item {*/
    /*padding: 7px 0;*/
/*}*/

/*.service__item-name {*/
    /*position: relative;*/
    /*display: inline-block;*/
    /*cursor: pointer;*/
    /*font-size: 16px;*/
/*}*/

/*.service__item-name:before {*/
    /*position: absolute;*/
    /*top: 10px;*/
    /*left: -50px;*/
    /*width: 38px;*/
    /*content: '';*/
    /*border: 1px dashed #444;*/
/*}*/

/*@media screen and (min-width: 320px) and (max-width: 480px) {*/
    /*.service__item-name:before {*/
        /*left: -23px;*/
        /*width: 13px;*/
    /*}*/
/*}*/

/*.service__item-details {*/
    /*display: none;*/
    /*margin-top: 7px;*/
    /*padding: 20px;*/
    /*-webkit-border-radius: 2px;*/
    /*border-radius: 2px;*/
    /*background-color: #f6f6f6;*/
/*}*/

/*.service__item-details_visible {*/
    /*display: block;*/
/*}*/

/*.service__table {*/
    /*display: table;*/
    /*width: 100%;*/
    /*font-size: 14px;*/
/*}*/

/*.service__table-row {*/
    /*display: table-row;*/
/*}*/

/*.service__table-cell {*/
    /*position: relative;*/
    /*display: table-cell;*/
    /*padding: 5px 0;*/
/*}*/

/*.service__table-cell:first-child {*/
    /*width: 25%;*/
    /*font-weight: 600;*/
/*}*/

/* included fonts --------------------------------------------------------------------------------------------------  */
/*@font-face {*/
    /*font-family: 'Intro';*/
    /*src: url('/local/templates/eshop_bootstrap_green/fonts/Intro.eot');*/
    /*src: url('/local/templates/eshop_bootstrap_green/fonts/Intro.woff2') format('woff2'),*/
    /*url('/local/templates/eshop_bootstrap_green/fonts/Intro.woff') format('woff'),*/
    /*url('/local/templates/eshop_bootstrap_green/fonts/Intro.svg#Intro') format('svg'),*/
    /*url('/local/templates/eshop_bootstrap_green/fonts/Intro.eot?#iefix') format('embedded-opentype');*/
/*}*/

/*@font-face {*/
    /*font-family: 'HelveticaLight';*/
    /*src: url('/local/templates/eshop_bootstrap_green/fonts/HelveticaLight.eot');*/
    /*src: local('☺'), url('/local/templates/eshop_bootstrap_green/fonts/HelveticaLight.woff') format('woff'),*/
    /*url('/local/templates/eshop_bootstrap_green/fonts/HelveticaLight.ttf') format('truetype'),*/
    /*url('/local/templates/eshop_bootstrap_green/fonts/HelveticaLight.svg') format('svg');*/
    /*font-weight: normal;*/
    /*font-style: normal;*/
/*}*/

/*@font-face {*/
    /*font-family: 'HelveticaBold';*/
    /*src: url('/local/templates/eshop_bootstrap_green/fonts/HelveticaBold.eot');*/
    /*src: local('☺'), url('/local/templates/eshop_bootstrap_green/fonts/HelveticaBold.woff') format('woff'),*/
    /*url('/local/templates/eshop_bootstrap_green/fonts/HelveticaBold.ttf') format('truetype'),*/
    /*url('/local/templates/eshop_bootstrap_green/fonts/HelveticaBold.svg') format('svg');*/
    /*font-weight: normal;*/
    /*font-style: normal;*/
/*}*/

/*@font-face {*/
    /*font-family: 'Myriad Pro Condensed';*/
    /*font-style: normal;*/
    /*font-weight: normal;*/
    /*src: local('fonts/Myriad Pro Condensed'),*/
    /*url('/local/templates/eshop_bootstrap_green/fonts/MYRIADPRO-COND.woff') format('woff');*/
/*}*/

/*@font-face {*/
    /*font-family: 'Myriad Pro Semibold';*/
    /*font-style: normal;*/
    /*font-weight: normal;*/
    /*src: local('fonts/Myriad Pro Semibold'),*/
    /*url('/local/templates/eshop_bootstrap_green/fonts/MYRIADPRO-SEMIBOLD.woff') format('woff');*/
/*}*/

/*@font-face {*/
    /*font-family: 'Myriad Pro Bold Condensed';*/
    /*font-style: normal;*/
    /*font-weight: normal;*/
    /*src: local('fonts/Myriad Pro Bold Condensed'),*/
    /*url('/local/templates/eshop_bootstrap_green/fonts/MYRIADPRO-BOLDCOND.woff') format('woff');*/
/*}*/

/*@font-face {*/
    /*font-family: 'Myriad Pro Bold';*/
    /*font-style: normal;*/
    /*font-weight: normal;*/
    /*src: local('fonts/Myriad Pro Bold'),*/
    /*url('/local/templates/eshop_bootstrap_green/fonts/MYRIADPRO-BOLD.woff') format('woff');*/
/*}*/

/*@font-face {*/
    /*font-family: 'Verdana Pro Cond Black';*/
    /*font-style: normal;*/
    /*font-weight: normal;*/
    /*src: local('fonts/Verdana Pro Cond Black'), url('/local/templates/eshop_bootstrap_green/fonts/VerdanaPro-CondBlack.woff') format('woff');*/
/*}*/

/*@font-face {*/
    /*font-family: 'Verdana Pro Cond Bold';*/
    /*font-style: normal;*/
    /*font-weight: normal;*/
    /*src: local('fonts/Verdana Pro Cond Bold'), url('/local/templates/eshop_bootstrap_green/fonts/VerdanaPro-CondBold.woff') format('woff');*/
/*}*/

/*@font-face {*/
    /*font-family: 'Verdana Pro Cond Light';*/
    /*font-style: normal;*/
    /*font-weight: normal;*/
    /*src: local('fonts/Verdana Pro Cond Light'), url('/local/templates/eshop_bootstrap_green/fonts/VerdanaPro-CondLight.woff') format('woff');*/
/*}*/

/*@font-face {*/
    /*font-family: 'Verdana Pro Cond';*/
    /*font-style: normal;*/
    /*font-weight: normal;*/
    /*src: local('fonts/Verdana Pro Cond'), url('/local/templates/eshop_bootstrap_green/fonts/VerdanaPro-CondRegular.woff') format('woff');*/
/*}*/

/*@font-face {*/
    /*font-family: 'Verdana Pro Cond SemiBold';*/
    /*font-style: normal;*/
    /*font-weight: normal;*/
    /*src: local('fonts/Verdana Pro Cond SemiBold'), url('/local/templates/eshop_bootstrap_green/fonts/VerdanaPro-CondSemiBold.woff') format('woff');*/
/*}*/

/* Sliders reformat bootstrap css ------------------------------------------------------------------------- */
.carousel-inner h3 {
    background-color: rgba(20, 49, 68, 0.6);
    padding: 20px;
    animation: anime-H3 1.3s ease-out;
}
.carousel-inner p.bannr {
    font-size: 18px;
    background-color: rgba(30,29,29, 0.6);
    padding: 20px;
    animation: anime-P 1.6s ease-out;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 10px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    color: #ff000d;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
@keyframes anime-H3 {
    from {
        opacity: 0;
        transform: translateX(-2000px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes anime-P {
    from {
        opacity: 0;
        transform: translateX(2000px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
@media all and (max-width: 768px){
    .carousel-caption {
        bottom: 10%;

    }
    .carousel-inner h3 {
        font-size: 18px;
    }
    .carousel-inner p.bannr  {
        font-size: 14px;
    }
    .carousel-inner p {
        font-size: 14px;
    }
}
@media all and (max-width: 600px) {
    .carousel-inner h3,
    .carousel-inner p.bannr  {
        display: none;
    }
}
/**/




.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5;
}


.carousel-control.left {
    background-image: none;
    background-repeat: repeat-x;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control:hover,
.carousel-control:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9;
    border: none;
}

/* other for sliders */
.sldr_sph {
    height: 130px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
/*--------------------------------------------------------------------------*/



.p_in_sphere {
    padding-top: 50px;
    text-align: center;
    line-height: .95em;
    text-transform: uppercase;
}

.p_in_sphere span {
    font-size: 40px;
    font-weight: 500;
    line-height: 1em;
    color: #3b3b3b;
}

/* end slider --------------------------------------------------------------------------------------------------------*/

/*slide from right form preset ---------------------------------------------------------------------------------------*/
.center {
    float: none;
    display: table;
    width: 100%;
    max-width: 1070px;
    margin: 0px auto;
}
.overlay{
    z-index:101;
    display:none;
    position:fixed;
    background-color: #1e3520;
    opacity:0.9;
    -moz-opacity:0.8;
    filter:alpha(opacity=80);
    width:100%;
    height:100%;
    top:0;
    left:0;
    cursor:pointer;
}

.questn-form{
    display: none;
    position: fixed;
    top: 27%;
    left: 50%;
    width: 100%;
    max-width: 300px;
    min-height: 465px;
    margin-left: -150px;
    border-radius: 2px;
    background-color: transparent;
    z-index: 102;
}



.questn{
    float: left;
    width: 100%;
    padding: 20px;
    background: #FFFFFF;
    border: 4px solid #b2cebf;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.questn .text-big{
    margin-bottom: 61px;
}
.questn form{
    float: left;
    width: 100%;
    margin-left: 10px;
}
.questn form .left{
    float: left;
    width: 100%;
    max-width: 237px;
}
.questn form input{
    float: left;
    width: 100%;
    min-height: 50px;
    margin-bottom: 8px;
    padding: 0px 15px 0px 13px;
    border: none;
    border-bottom: 1px solid #2e9336;
    /*box-shadow: inset 0 1px 3px rgba(77, 77, 77, 0.32);*/
    /*border-radius: 2px;*/
    background-color: #fff;
    color: #639363;
    font-family: "Arial";
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    outline: none;
}
.questn form input:nth-child(1):placeholder-shown{
    padding-left: 35px;
    background: #fff url('/local/templates/eshop_bootstrap_green/images/people.png') no-repeat 5% 19px;
}
.questn form input:nth-child(2):placeholder-shown{
    padding-left: 35px;
    background: #fff url('/local/templates/eshop_bootstrap_green/images/phone.png') no-repeat 5% 18px;
}
.questn form input:nth-child(3):placeholder-shown{
    padding-left: 35px;
    background: #fff url('/local/templates/eshop_bootstrap_green/images/e-mail.png') no-repeat 5% 20px;
}
.questn textarea{
    width: 100%;
    min-height: 100px;
    margin-right: 42px;
    padding: 13px 15px 21px 24px;
    border: none;
    border-bottom: 1px solid #2e9336;
    /*box-shadow: inset 0 1px 3px rgba(77, 77, 77, 0.32);*/
    /*border-radius: 2px;*/
    background-color: #ffffff;
    color: #639363;
    font-family: "Arial";
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    outline: none;
}
.questn .button{
    background: #639363;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    margin-left: 25%;
    margin-top: 10px;
    cursor: pointer;
    transition: .5s;
}

.questn .button:hover {
    background-color: #2e9336;
}
.form-questn{
    display: block;
}
.sucsses span{
    float: left;
    display: block;
    width: 100%;
    margin-top: 15px;
    text-align: center;
    color: #000000;
    font-family: "Arial";
    line-height: 1.5;
}
.sucsses{
    float: left;
    width: 100%;
    display: none;
}
.sucsses span{
    float: left;
    display: block;
    width: 100%;
    margin-top: 15px;
    text-align: center;
    color: #000000;
    font-family: "Arial";
    line-height: 1.5;
}
.sucsses .big{
    margin-top: 5px;
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
}
.sucsses .small{
    font-size: 18px;
    font-weight: 500;
    padding-left: 15px;
    padding-right: 15px;
}
.form-header{
    font-family: "Arial";
    font-size: 20px;
    text-align: center;
    display: block;
}
@media (max-width: 510px) {
    .questn{
        padding: 10px 20px;
    }
    .questn-form{
        left: 50%;
        top: 20px;
        z-index: 20000;
    }
    .questn form input{
        float: left;
        width: 100%;
        min-height: 30px;
        margin-bottom: 0px;
        padding: 0px 15px 0px 13px;
        font-family: "Arial";
        font-size: 12px;
        font-weight: 400;
        line-height: 14px;
    }
    .questn form input:nth-child(1):placeholder-shown{
        padding-left: 4px;
        background: #fff;
    }
    .questn form input:nth-child(2):placeholder-shown{
        padding-left: 4px;
        background: #fff;
    }
    .questn form input:nth-child(3):placeholder-shown{
        padding-left: 4px;
        background: #fff;
    }
    .questn textarea{
        width: 100%;
        min-height: 50px;
        margin-right: 40px;
        margin-left: 3px;
        padding: 5px;
        border-bottom: 1px solid #2e9336;
        font-family: "Arial";
        font-size: 12px;
        font-weight: 400;
        line-height: 14px;

    }
}
/*for form sets on our contacts page -------------------------------------------------------------------------------*/
textarea.fos,
select.fos,
input[type='text'].fos,
input[type='date'].fos {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    height: 30px;
    margin: 3px 0;
    padding: 0 5px;
    resize: none;
    border: 1px solid #f0f0f0;
    background: #f0f0f0;
}
@media (max-width: 768px) {
    textarea.fos,
    select.fos,
    input[type='text'].fos,
    input[type='date'].fos {
        width: 90%;
    }
}

input[type='text'].fos:hover,
input[type='date'].fos:hover,
textarea.fos:hover {
    border: 1px solid #00ba59;
}

input[type='text'].fos:focus,
input[type='date'].fos:focus,
textarea.fos:focus {
    border: 1px solid #00ba59;
}

button.fos,
input[type='submit'].fos,
input[type='reset'].fos,
input[type='button'].fos {
    display: table-cell;
    height: 36px;
    margin: 3px 10px 3px 0;
    padding: 0 15px !important;
    vertical-align: center;
    white-space: nowrap;
    text-decoration: none;
    color: #000;
    border: 1px solid #ccc;
    background: #f0f0f0;
}

button.fos:hover,
input[type='submit'].fos:hover,
input[type='reset'].fos:hover,
input[type='button'].fos:hover {
    text-decoration: none;
    color: #fff;
    border: 1px solid #6ab329;
    background: #6ab329;
}

input.readonly.fos,
input.readonly.fos:hover,
input.readonly.fos:focus {
    min-width: 100px;
    color: #999;
    border: 1px solid #f0f0f0;
}

input.error.fos,
textarea.error.fos{
    border: 1px solid red;
}
a.fos:hover {
    color: #10a11e;
    border-bottom: 2px solid;
    text-decoration: none;
}
/*end preset form contacts -------------------------------------------------------------------------------------------*/


/*important Doc's presets --------------------------------------------------------------------------------------------*/
.doc_cell-1 {
    min-height: 166px;
    height: 166px;
    background-image: url('/local/templates/eshop_bootstrap_green/images/c1.svg');
    background-repeat: no-repeat;
    margin-bottom: 20px;
    overflow: hidden;
}

.doc_cell-2 {
    min-height: 166px;
    height: 166px;
    background-image: url('/local/templates/eshop_bootstrap_green/images/c2.svg');
    background-repeat: no-repeat;
    margin-bottom: 20px;
    overflow: hidden;
}
.doc_cell-3 {
    min-height: 166px;
    height: 166px;
    background-image: url('/local/templates/eshop_bootstrap_green/images/c3.svg');
    background-repeat: no-repeat;
    margin-bottom: 20px;
    overflow: hidden;
}

.p_docs {
    line-height: 1.2;
    font-size: 16px;
    margin: 25px 5px 10px 10px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.2, #313131), color-stop(1, #b2b2b2));, black;
    -webkit-background-clip: text;
    color: transparent;
}
/*end of important Doc's presets -------------------------------------------------------------------------------------*/
/* Canvas preset (right sidebar-------------------------------------------------------------------------------------- */
html,
body {
    overflow-x: hidden; /* Prevent scroll on narrow devices */
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
    .row-offcanvas {
        position: relative;
        -webkit-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
    }

    .row-offcanvas-right {
        right: 0;
    }

    .row-offcanvas-left {
        left: 0;
    }

    .row-offcanvas-right
    .sidebar-offcanvas {
        right: -50%; /* 6 columns */
    }

    .row-offcanvas-left
    .sidebar-offcanvas {
        left: -50%; /* 6 columns */
    }

    .row-offcanvas-right.active {
        right: 50%; /* 6 columns */
    }

    .row-offcanvas-left.active {
        left: 50%; /* 6 columns */
    }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 50%; /* 6 columns */
    }
}

.table > thead > tr > th {
    vertical-align: middle;
    border: 0px;
    background-color: #72b734;
    color: #000;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-size: 17px;
    color: #000;
    text-decoration: none;
    font-weight: 500;
}

.table > thead > tr > td {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    border: 0px;
    font-size: 17px;
    color: #000;
    vertical-align: middle;
    border: 0px;
    padding: 5px;
    margin: 5px;
}

/*btn*/
.bo {
    background-image: url("/local/templates/eshop_bootstrap_green/images/vid_oth.svg");
    background-size: contain;
    background-color: transparent;
    margin-bottom: 20px;
    width: 80px;
    height: 80px;
    border: none;
    cursor: pointer;
}

.bo :hover {
    opacity: .5;
}

.ptable {
    margin: 0 0 0 20px;
}
@media (max-width: 510px) {

    .ptable {
        margin: 0 0 0 8px;
        font-size: 11px;
    }
    p {
        font-size: 13px;
    }
    ul, li.abt_li {
        font-size: 13px!important;
    }
}
@media (min-width: 511px) and (max-width: 767px) {
    .ptable {
        margin: 0 0 0 0px;
        font-size: 12px;
    }
    p {
        font-size: 14px;
    }
    ul, li.abt_li {
        font-size: 14px !important;
    }
}

.ptypes {
    margin: 55px 55px 0;
    line-height: .95em;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 1px 1px 2px white, 0 0 4px white;
}

.pabout_bottom {
    margin: 55px 45px 45px 45px;
    text-transform: uppercase;
    text-align: center;
}
/*end of Canvas*/
/*TABS--------------------------------------------------------------------------*/
.tabs {
    margin: 0 40px;
    padding: 20px 0;
    /*background-color: #c1c1c1;*/
}

.tabs .one {
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    padding: 10px 10px;
    background: #b2e5c2;
    color: #000000;
    text-align: center;
    border-radius: 30px 0px 0px 30px;

}

.tabs .two {
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    padding: 10px 10px;
    background: #b2cebf;
    color: #000000;
    text-align: center;
    border-radius: 0px 30px 30px 0px;
}

.sh {
    clear: both;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(80, 80, 80, 0.5);
    -moz-box-shadow: 0px 3px 5px 0px rgba(80, 80, 80, 0.5);
    box-shadow: 0px 3px 5px 0px rgba(80, 80, 80, 0.5);
    paddind: 20px;
    background-color: white;
    /*border-radius: 10px 10px 0px 0px;*/

}

.tabs .one.active, .one.active:hover,
.two.active, .two.active:hover {
    background: #6ab329;
}

.entry {
    background-color: white;
}

.p_page {
    text-indent: 20px;
    margin-bottom: 0px;
}

/* Another TABS (page Documents)--------------------------------------------------------------------------------------*/
.tabd {
    padding: 20px 0;
    /*background-color: #c1c1c1;*/
}

.tabd .d1,
.tabd .d2,
.tabd .d3 {
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    padding: 10px 10px;
    height: 198px;
    color: #000000;
    text-align: center;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;

}

.tabd .d1 {
    background-image: url("/local/templates/eshop_bootstrap_green/images/d1.png");
}

.tabd .d2 {
    background-image: url("/local/templates/eshop_bootstrap_green/images/d2.svg");
}

.tabd .d3 {
    background-image: url("/local/templates/eshop_bootstrap_green/images/d3.svg");
}

.tabd .d1.active, .d1.active:hover {
    background-image: url("/local/templates/eshop_bootstrap_green/images/d1_a.png");
}

.d2.active, .d2.active:hover {
    background-image: url("/local/templates/eshop_bootstrap_green/images/d2_a.svg");
}

.d3.active, .d3.active:hover {
    background-image: url("/local/templates/eshop_bootstrap_green/images/d3_a.svg");
}

.sh_d {
    clear: both;
    background-color: #FFFFFF;
    opacity: 0.73; /* Полупрозрачный фон */
    filter: alpha(Opacity=73); /* Прозрачность в IE */
}

.entry_d {
    background-color: white;
}

.p_page_d {
    text-indent: 20px;
    margin-bottom: 0px;
}

/* about comp ------------------------------------------------------------------------------------------------------- */
.img_cell {
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 5px;
}

.img_cell_b {
    text-align: center;
    text-transform: uppercase;
    margin: 15px 0;
}

ul, li.abt_li {
    list-style: none;
    line-height: 16px;
    margin-bottom: 10px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-size: 16px;
    text-align: justify;
}

li.abt_li:before {
    list-style: none;
    content: "";
    background-image: url('/local/templates/eshop_bootstrap_green/images/li_bg.svg');
    background-size: cover;
    float: left;
    width: 16px;
    height: 16px;
    margin-right: 8px;
}
/*end about company*/

/*universal preset*/
.bg_cov50 {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}
.color-picker-box {
    display:block;
    border-top:1px solid;
    border-color:inherit;
    float:left;
    width:10%;
    height:16px;
    cursor:pointer;
}
/* End */


/* Start:/local/templates/eshop_bootstrap_green/colors.css?15135785016568*/
@media (max-width: 767px){body.bx-theme-green .bx-logo{background: #33b111;}}
body.bx-background-gradient{
	background: rgb(245,250,253);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZmFmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(245,250,253,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,250,253,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(245,250,253,1) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(245,250,253,1) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(245,250,253,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(245,250,253,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5fafd', endColorstr='#ffffff',GradientType=0 );
	background-attachment: fixed;
}
.bx-logo-text small{color: #33b111;}

/* news.list.sidebar */
body.bx-theme-green .bx-s-info-titleicon{background: #10bb1f;}

/*ABOUT*/
a.bxd-block:hover {border-color: #28A906;}
.bxd-icon {border: 1px solid #28A906;} .bx-s-info-titleicon
a.bxd-block:hover .bxd-icon {background: #28A906;}
.bxd-icon .fa {color: #28A906;}
a.bxd-block:hover .bxd-icon .fa {color: #fff;}

/* BTN */
.bx-theme-green .btn.btn-default {
	outline: none;
	background-color: #3bc915;
	border-color: #3bc915;
	color: #FFF;
}
.bx-theme-green .btn.btn-default:hover {
	outline: none;
	background-color: #3bc915;
	border-color: #3bc915;
	color: #FFF;
}
.bx-theme-green .btn.btn-default:active {
	outline: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}





.bx-basket {}
.bx-basket-block {
	font-size: 12px;
	padding-bottom: 5px;
	white-space: nowrap;
	position: relative;
	padding-left: 20px;
}
.bx-basket-block>.fa {
	color: #97a1ab;
	width: 12px;
	position: absolute;
	left: 0;
	top: 3px;
}
.bx-basket-block a {
	color: #039BE5;
	border-bottom: 1px dashed;
	margin-right: 10px;
}
.bx-basket-block a:hover {
	text-decoration: none;
	border-bottom-color: transparent;
}


/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed{
		width: 200px;
		position: fixed;
		z-index: 998;
		background: #fff;
		padding-top: 10px;
		border: 1px solid #F0F0F0;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
		border-radius: 1px;
		overflow: hidden;
	}
	.bx-basket-fixed.top	  {top:10px}
	.bx-basket-fixed.right  {right:10px}
	.bx-basket-fixed.bottom{bottom:10px}
	.bx-basket-fixed.left	 {left:10px}
	.bx-basket-fixed.bx-max-height{top:10px;bottom:10px;}
}
@media (max-width: 767px) {
	.bx-basket-fixed{
		/*width: 200px;*/
		position: fixed;
		z-index: 998;
		background: #fff;
		padding-top: 10px;
		border: 1px solid #F0F0F0;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
		border-radius: 1px;
		overflow: hidden;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.bx-basket-item-list{
		display: none;
	}
	/*.bx-basket-fixed */
}
.bx-basket-fixed .bx-basket-block{
	margin-left: 10px;
}
.bx-basket-item-list{
	position: relative;
	padding-bottom: 20px;
	border-top: 1px solid #F7F7F7;
	overflow: hidden;
}
.bx-opener .bx-basket-item-list{
	padding-bottom: 75px;
}
.bx-max-height .bx-basket-item-list{
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
}
.bx-closed .bx-basket-item-list{
	height: 20px;
	overflow: hidden;
}
.bx-basket-item-list-action{
	cursor: pointer;
	background: #F7F7F7;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 120;
	height: 20px;
	line-height: 14px;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	color: #4f4f4f;
	padding: 3px 0;
}
.bx-basket-item-list-button-container{
	text-align: center;
	position: absolute;
	bottom: 20px;
	border-top: 1px solid #F7F7F7;
	padding: 10px 0;
	background: #fff;
	left: 0;
	right: 0;
}

.bx-basket-item-list-button-container a.btn
{
	color: #dddddd;
	text-decoration: none;
}

.bx-basket-item-list-button-container a.btn:hover,
.bx-basket-item-list-button-container a.btn:active
{
	color: #ffffff;
}

.bx-basket-item-list-container{
	overflow-y: auto;
	max-height: 100%
}
.bx-basket-item-list-item{
	padding-top: 15px;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #F7F7F7;
}
.bx-basket-item-list-container .bx-basket-item-list-item:last-child{
	border-bottom: none;
	margin-bottom: 0;
}
.bx-basket-item-list-item-status{
	font-weight: bold;
	padding: 3px;
	background: #EBEBEB;
	margin: 0 10px 20px;
	line-height: 16px;
	font-size: 13px;
	border-radius: 3px;
	text-align: center;
	white-space: normal;
}
.bx-basket-item-list-item-img{
	text-align: center;
	position: relative;
	padding-bottom: 5px;
}
.bx-basket-item-list-item-img img{
	max-width: 90px;
	height: auto;
	border: 1px solid #E6E6E6;
}
.bx-basket-item-list-item-name
{
	padding-bottom: 5px;
}
.bx-basket-item-list-item-name a
{
	font-size: 13px;
	color: #3F3F3F;
	text-decoration: none;
	white-space: normal;
	line-height: 16px;
}
.bx-basket-item-list-item-remove{
	position: absolute;
	right: 10px;
	top: -7px;
	width: 20px;
	height:20px;
	cursor: pointer;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAAJFBMVEX///8yMjI6Ojpvb29wcHCEhISHh4eIiIiqqqqtra2wsLCxsbE3yvJ6AAAAAXRSTlMAQObYZgAAACxJREFUCNcFwYEBgCAMA7BYUMb2/78m9sXdJtfNMHkzcJ4DlS9FpXXKavT6ARdgANGqCJ38AAAAAElFTkSuQmCC) no-repeat center;
	opacity: .5;
}
.bx-basket-item-list-item-remove:hover{
	opacity: .7;
}
.bx-basket-item-list-item-price-block{
	padding-bottom: 5px;
	font-size: 12px;
}
.bx-basket-item-list-item-price{
	display: inline-block;
	margin-right: 5px;
}
.bx-basket-item-list-item-price-old{
	display: inline-block;
	margin-right: 5px;
	text-decoration: line-through;
	color: #B0B0B0
}
.bx-basket-item-list-item-price-summ{}

.bx_cart_login_top .bx-hdr-profile a {
	text-decoration: none;
}
.bx_cart_login_top .bx-hdr-profile{
	line-height: 1.44em;
}
/* End */


/* Start:/local/templates/eshop_bootstrap_green/css/blocks.css?15130184614512*/

.brow-1 h2 {
    margin-bottom: 50px;
}

.brow-bcell {
    max-width: 500px;
    margin: 0 auto 15px auto;
    overflow: hidden;
    border-top: 0;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.7);
}

.brow-details {
    padding: 5px;
}

.brow-bcell .bcell-name {
    margin-top: 20px;
    position: relative;
}

.brow-bcell .bcell-name:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #ecf0f1;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.brow-bcell .position {
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    display: block;
}

.brow-bcell .social-links {
    padding-top: 10px;
}

.brow-bcell .social-links > li a {
    border-color: #ecf0f1;
    border-radius: 3px;
}

/*	brow 1 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {

}

/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {

}

/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {

}

.brow-bcell > img {
    width: 100%;
}

/*
Bootstrap Starter Kit - brow 2
/*----------------------------------------------------*/

.brow-2 .brow-wrapper {
    padding-bottom: 25px;
}

.brow-2 .brow-wrapper .brow-item {
    max-width: 500px;
    margin: 0 auto;
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.brow-2 .brow-wrapper .brow-item .brow-thumb {
    position: relative;
    overflow: hidden;
}

.brow-2 .brow-wrapper .brow-item .brow-thumb img {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 100%;
}

.brow-2 .brow-wrapper .brow-item:hover .brow-thumb img {
    transform: scale(1.1);
}

.brow-2 .brow-wrapper .brow-item .brow-thumb .image-overlay {
    background-color: #2c3e50;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.brow-2 .brow-wrapper .brow-item:hover .brow-thumb .image-overlay {
    opacity: 0.50;
    filter: alpha(opacity=50);
}

.brow-2 .brow-wrapper .brow-item .brow-thumb .brow-link {
    position: absolute;
    color: #fff;
    display: block;
}

.brow-2 .brow-wrapper .brow-item .brow-thumb .brow-link:hover {
    color: #F39C12;
}

.brow-2 .col-sm-4 .brow-item .brow-thumb .brow-link, .brow-2 .col-md-3 .brow-item .brow-thumb .brow-link {
    top: 0;
    left: 45%;
    margin-top: -50px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.brow-2 .col-sm-4 .brow-item:hover .brow-thumb .brow-link, .brow-2 .col-md-3 .brow-item:hover .brow-thumb .brow-link {
    display: block;
    top: 58%;
    left: 45%;
}

.brow-2 .brow-wrapper .brow-item .brow-details {
    text-align: center;
    padding-top: 20px;
    background-color: #fff;
    border-top: 0;
    overflow: hidden;
}

/*	brow 2 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
    .brow-2 .col-sm-4 .brow-item .brow-thumb .brow-link {
        left: 40%;
    }

    .brow-2 .col-sm-4 .brow-item:hover .brow-thumb .brow-link {
        top: 66%;
        left: 40%;
    }

    .brow-2 .col-sm-6 .brow-item .brow-thumb .brow-link {
        left: 43.4%;
    }

    .brow-2 .col-sm-6 .brow-item:hover .brow-thumb .brow-link {
        top: 60%;
        left: 43.4%;
    }
}

/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
    .brow-2 .col-sm-4 .brow-item .brow-thumb .brow-link {
        left: 42%;
    }

    .brow-2 .col-sm-4 .brow-item:hover .brow-thumb .brow-link {
        top: 62%;
        left: 42%;
    }

    .brow-2 .col-md-3 .brow-item .brow-thumb .brow-link {
        left: 39%;
    }

    .brow-2 .col-md-3 .brow-item:hover .brow-thumb .brow-link {
        top: 66%;
        left: 39%;
    }
}

/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
    .brow-2 .col-sm-4 .brow-item .brow-thumb .brow-link {
        left: 43.4%;
    }

    .brow-2 .col-sm-4 .brow-item:hover .brow-thumb .brow-link {
        top: 60%;
        left: 43.4%;
    }

    .brow-2 .col-md-3 .brow-item .brow-thumb .brow-link {
        left: 41.3%;
    }

    .brow-2 .col-md-3 .brow-item:hover .brow-thumb .brow-link {
        top: 63%;
        left: 41.3%;
    }
}


/* End */
/* /local/templates/eshop_bootstrap_green/components/bitrix/menu/catalog_horizontal_site/style.css?161598046012445 */
/* /local/templates/eshop_bootstrap_green/components/bitrix/menu/catalog_horizontal_site/themes/green/colors.css?1512654888998 */
/* /local/templates/eshop_bootstrap_green/components/bitrix/news.list/list_of_customers/style.css?1512320015150 */
/* /local/templates/eshop_bootstrap_green/components/bitrix/menu/bottom_menu/style.css?1509731908542 */
/* /local/templates/eshop_bootstrap_green/styles.css?17888626087203 */
/* /local/templates/eshop_bootstrap_green/template_styles.css?162998356161629 */
/* /local/templates/eshop_bootstrap_green/colors.css?15135785016568 */
/* /local/templates/eshop_bootstrap_green/css/blocks.css?15130184614512 */
