@font-face {
    font-family: HelveticaNeueCyr;
    src: url(../fonts/HelveticaNeueCyr-Roman.otf);
}
html, body {
	margin: 0 auto;
	padding: 0;
	height: 100%;
    font-family: 'PT Sans', sans-serif;
    font-weight: 600;
	color: #303030;
	font-size: 14px;
	text-align: left;
    background-attachment: fixed;
}

header, section, footer, aside, nav, article, figure {
   display: block;
}

h1, h2, h3, h4, p {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

input {
	outline: none;
}

a img, a img:active, a img:focus {
	border: none;
	outline: none;
	border-collapse:collapse;
}

table  {
	border-collapse:collapse;
	border: none;
}

a:hover {
	text-decoration: none;
}

button::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner {
	border: 0;
	padding: 0;
}

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

a {
	outline: 0;
	color: #0095cc;
}

ul, ol {
    margin: 0;
    padding: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

.link-h-none:hover {
	text-decoration: none;
	border-bottom: none;
}

.link-h-none-parent a:hover {
	text-decoration: none;
	border-bottom: none;
}

.link-h-underline:hover {
	text-decoration: underline;
}

.link-h-underline-parent a:hover {
	text-decoration: underline;
}

.button-h-opacity:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.left {
    float: left;
}

.right {
    float: right;
}



.main-section {
    margin: 0 auto;
    /*width: 1000px;*/
}

.main-section-2 {
    margin: 0 auto;
    width: 100%;
}


/*header */
/*header {
    height: 190px;
    position: relative;
    background: url('../img/header-bg.png') no-repeat;
}

.logo {
    width: 225px;
    height: 62px;
    background: url('../img/logo.png') no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    left: 80px;
    top: 24px;
}

.header-contacts {
    font-family: 'PT Sans Caption', sans-serif;
    color: #ffff00;
    font-size: 18px;
    text-align: center;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 90px;
    top: 85px;
}

.header-contacts a {
    color: #ffff00;
}

.lang-nav {
    position: absolute;
    right: 0px;
    top: 24px;
    list-style-type: none;
}

.lang-nav  > li {
    display: inline-block;
    text-align: center;
    padding: 0 10px 0 10px;
}

.header-nav {
    position: absolute;
    right: 0px;
    top: 75px;
}

.tinynav {
    display: none;
}

.header-nav > ul {
    list-style-type: none;
}

.header-nav > ul > li {
    display: inline-block;
    text-align: center;
    padding: 0 12px 0 12px;
}

.header-nav > ul > li > a {
    color: #006666;
    text-transform: uppercase;
}

.header-nav-active {
    text-decoration: none;
}


*/
/*end header */

.content {

    padding: 0 0 20px 0;
}

/*section page-nav*/
.page-nav {
    padding: 0px 0 20px 20px;
    position: relative;
}

.page-nav-title {
    display: none;
    position: absolute;
    left: 0;
    font-size: 12px;
}

.page-nav-title-1 {
    top: 5px;
}

.page-nav-title-2 {
    top: 55px;
}

.page-nav-list {
    list-style-type: none;
    float: left;
    margin: 0 15px 0 0;
}

.page-nav-list li {
    display: block;
    margin: 8px 0px 8px 0;
    text-align: center;
}

.page-nav-list li a {
    display: table-cell;
    vertical-align: middle;
    background: url('../img/page-nav-1-2.png') repeat-x;
    color: #663300;
    text-align: center;
    text-transform: uppercase;
    width: 230px;
    height: 54px;
    font-weight: 700;
    text-decoration: none;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    border: 1px solid #b7b7b8;
    -webkit-box-shadow: 1px 1px 2px rgba(219,219,219,0.8), -1px -1px 2px rgba(219,219,219,0.8);
    -moz-box-shadow: 1px 1px 2px rgba(219,219,219,0.8), -1px -1px 2px rgba(219,219,219,0.8);
    box-shadow: 1px 1px 2px rgba(219,219,219,0.8), -1px -1px 2px rgba(219,219,219,0.8);
}

.page-nav-list-a-active {
    background: url('../img/page-nav-1-2-a.png') repeat-x !important;
}

.page-nav-list-1-1 {
    background: url('../img/page-nav-1.png') repeat-x ;
    display: table-cell;
    vertical-align: middle;
    color: #663300;
    text-align: center;
    text-transform: uppercase;
    width: 230px;
    height: 54px;
    font-weight: 700;
    text-decoration: none;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    border: 1px solid #b7b7b8;
    -webkit-box-shadow: 1px 1px 2px rgba(219,219,219,0.8), -1px -1px 2px rgba(219,219,219,0.8);
    -moz-box-shadow: 1px 1px 2px rgba(219,219,219,0.8), -1px -1px 2px rgba(219,219,219,0.8);
    box-shadow: 1px 1px 2px rgba(219,219,219,0.8), -1px -1px 2px rgba(219,219,219,0.8);
}

.page-nav-list-2 {
    list-style-type: none;
    float: left;
    margin: 0 15px 0 0;
}

.page-nav-list-2 li {
    display: block;
    margin: 8px 0px 8px 0;
    text-align: center;
}

.page-nav-list-2 li a {
    background: url('../img/page-nav-2-2.png') repeat-x;
    color: #006666;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    width: 230px;
    height: 54px;
    font-weight: 700;
    text-decoration: none;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    border: 1px solid #b7b7b8;
    -webkit-box-shadow: 1px 1px 2px rgba(219,219,219,0.8), -1px -1px 2px rgba(219,219,219,0.8);
    -moz-box-shadow: 1px 1px 2px rgba(219,219,219,0.8), -1px -1px 2px rgba(219,219,219,0.8);
    box-shadow: 1px 1px 2px rgba(219,219,219,0.8), -1px -1px 2px rgba(219,219,219,0.8);
}
.page-nav-list-2-a-active {
    background: url('../img/page-nav-2-2-a.png') repeat-x !important;
}

.page-nav-list-2-1 {
    background: url('../img/page-nav-2.png') repeat-x;
    display: table-cell;
    vertical-align: middle;
    color: #663300;
    text-align: center;
    text-transform: uppercase;
    width: 230px;
    height: 54px;
    font-weight: 700;
    text-decoration: none;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    border: 1px solid #b7b7b8;
    -webkit-box-shadow: 1px 1px 2px rgba(219,219,219,0.8), -1px -1px 2px rgba(219,219,219,0.8);
    -moz-box-shadow: 1px 1px 2px rgba(219,219,219,0.8), -1px -1px 2px rgba(219,219,219,0.8);
    box-shadow: 1px 1px 2px rgba(219,219,219,0.8), -1px -1px 2px rgba(219,219,219,0.8);
}

/*text-block*/
.text-block {
    background: rgba( 255, 255, 255, 0.8);
    padding: 15px 20px 20px 20px;
}

.text-block p {
    padding: 5px 0 5px 0;
}

.section-heading {
    color: #006666;
    font-family: 'PT Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    padding: 0 0 15px 80px;
}

.hidden-text-link {
    color: #006666;
}

.hidden-text {
    display: none;
}

.news-block {
    margin: 20px 0 0 0;
}

.news-block-inner {
    background: rgba( 255, 255, 255, 0.8);
    padding: 5px 20px 15px 20px;
    width: 280px;
    float: left;
    margin-left: 19px;
    min-height: 180px;
}

.news-block > .news-block-inner:first-child {
    margin-left: 0px;
}

.news-block-inner-top {
    text-align: center;
    color: #006666;
    font-size: 24px;
    padding: 0 0 30px 0;
    background: url('../img/news-block-inner-top.png') no-repeat center bottom;
}

.news-block-inner-date {
    background-color: #9a9a9a;
    padding: 5px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #FFF;
    font-family: 'PT Sans Caption', sans-serif;
    font-weight: 700;
    width: 85px;
    margin: 5px 0 5px 0;
}

.news-block-inner-title {
     color: #006666;
}

.more-link {
    color: #006666;
}


/*inner*/
.breadcrumbs {
    padding: 0 0 20px 0;
    color: #cccccc;
    font-size: 13px;
}

.breadcrumbs a {
    color: #cccccc;
    text-decoration: none;
    margin: 0 5px 0 5px;
}

.breadcrumbs a:hover, .breadcrumbs a:active {
    color: #339999;
}

.section-heading-1-2 {
    color: #006666;
    font-family: 'PT Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    padding: 0 0 15px 0px;
}

.news-img {
    float: left;
    padding: 0 10px 20px 0;
}

.news-date {
    color: #006666;
    font-style: italic;
    padding: 0 0px 10px 0;
}

.news-title {
    color: #006666;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 5px 0;
}

/*news-category*/
.news-category-article {
    min-height: 240px;
    padding: 10px 0 10px 0;
    background: url('../img/news-category-article.png') no-repeat center bottom;
}

.news-category-article-img-block {
    width: 300px;
    height: 240px;
    line-height: 240px;
    text-align: center;
    float: left;
}

.news-category-article-img-block img {
    vertical-align: middle;
    max-width: 290px;
}

.news-category-article-text-block {
    width: 650px;
    float: left;
}

.news-category-article-link-block {
    text-align: right;
}

.paginator {
    color: #006666;
    font-size: 18px;
    padding: 20px  0 0 0;
    position: relative;
    left: 50%;
    margin-left: -90px;
    float: left;
}

.paginator a  {
    color: #006666;
    text-decoration: none;
    margin: 0 3px 0 3px;
}

/*order*/
.required-fields {
    color: #9a9a9a;
    font-style: italic;
    margin: 0 0 10px 0;
}

.required-mark {
    color: #ff0000;
    font-style: normal;
}

.order-form {
    width: 370px;
}

.order-label {
    display: block;
    color: #303030;
    margin: 10px 0 5px 0;
}

input.order-input {
    display: block;
    width: 360px;
    height: 20px;
    border: 1px solid #cfcfcf;
    background-color: #FFF;
    color: #303030;
    font-family: 'PT Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    padding: 3px 5px 3px 5px;
}

.order-textarea, textarea.order-input {
    display: block;
    width: 360px;
    height: 60px;
    border: 1px solid #cfcfcf;
    background-color: #FFF;
    color: #303030;
    font-family: 'PT Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    padding: 3px 5px 3px 5px;
    outline: none;
    resize: none;
    overflow: auto;
}

.order-select, select.order-input {
    width: 370px;
    display: block;
    margin: 0 0 10px 0;
}

.order-button-block {
    margin-top: 20px;
}

.order-button {
    width: 140px;
    height: 28px;
    background: url('../img/order-button.png') repeat-x;
    color: #000000;
    font-size: 14px;
    cursor: pointer;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.contacts-info {
    font-size: 18px;
}

.contacts-info a {
    color: #303030;
}

.section-heading-3 {
    color: #006666;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 0px 0 -10px 0px;
    margin: 15px 0 0 0;
}


.order-button-block-2 div {
    margin-bottom: 10px;
}

.order-input-2 {
    width: 160px;
}

.order-form-2 {
    margin: 20px 0 0 0;
    display: block;
}

/*goods-category*/
.goods-category {
    padding: 0 0 20px 0;
}

.goods-category-list {
    list-style-type: none;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    margin-bottom: 20px;
}

.goods-category-list > li {
    display: inline-block;
    //display: inline;
    zoom: 1;
    vertical-align: top;
    width: 178px;
    height: 250px;
    margin: 0 9px 10px 9px;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: normal;
    text-align: center;
    background: rgba( 255, 255, 255, 0.8);
    -webkit-box-shadow:  1px 1px 2px rgba(242, 239, 240, 0.5), -1px -1px 2px rgba(242, 239, 132404, 0.5);
    -moz-box-shadow: 1px 1px 2px rgba(242, 239, 240, 0.5), -1px -1px 2px rgba(242, 239, 132404, 0.5);
    box-shadow: 1px 1px 2px rgba(242, 239, 240, 0.5), -1px -1px 2px rgba(242, 239, 132404, 0.5);
    border: 1px solid #d8d6d5;
}

.goods-category-list > li a {
    display: block;
    color: #003030;
    font-weight: 700;
    text-decoration: none;
}

.goods-category-list-title {
    height: 66px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 168px;
    padding: 0 5px 0 5px;
}

.goods-category-list-img-block {
    height: 175px;
    line-height: 175px;
    text-align: center;
    background: url('../img/goods-catalog-img.png') no-repeat center center;
}

.goods-category-list-img-block img {
    vertical-align: middle;
}

.additional-category-title {
    display: none;
}

.additional-category-list {
    list-style-type: none;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.additional-category-list > li {
    display: inline-block;
    //display: inline;
    zoom: 1;
    vertical-align: top;
    width: 230px;
    margin: 0 5px 15px 5px;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: normal;
    text-align: center;
}

.additional-category-list li a {
/*    display: table-cell;
    vertical-align: middle;
    background: url('../img/page-nav-1-2.png') repeat-x;
    color: #663300;
    text-align: center;
    width: 230px;
    height: 54px;
    font-weight: 700;
    text-decoration: none;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    border: 1px solid #b7b7b8;
    -webkit-box-shadow: 1px 1px 2px rgba(219,219,219,0.8), -1px -1px 2px rgba(219,219,219,0.8);
    -moz-box-shadow: 1px 1px 2px rgba(219,219,219,0.8), -1px -1px 2px rgba(219,219,219,0.8);
    box-shadow: 1px 1px 2px rgba(219,219,219,0.8), -1px -1px 2px rgba(219,219,219,0.8);*/
    text-decoration: none;
    display: block;
    width: 240px;
    height: 32px;
    text-transform: uppercase;
    color: #339900;
    border: 2px solid #339900;
    margin: 0 auto;
    text-align: center;
    font-weight: 600;
    margin: 30px 5px;
    display: table-cell;
    vertical-align: middle;
}
/*
.additional-category-list-a-active {
    background: url('../img/page-nav-1-2-a.png') repeat-x !important;
}

.additional-category-list-2 li a {
    background: url('../img/page-nav-2-2.png') repeat-x;
}

.additional-category-list-2-a-active {
    background: url('../img/page-nav-2-2-a.png') repeat-x !important;
}

/*goods-card*/
.goods-card {
    padding: 20px 0 20px 0;
}

.goods-card-list {
    list-style-type: none;
    width: 484px;
}

.goods-card-list li {
    width: 484px;
    display: inline-block;
    overflow: hidden;
}

/*slider-1 */
.slider-1 .bx-wrapper {
    max-width: 484px !important;
}

.slider-1 .bx-wrapper .bx-viewport {
    max-width: 420px !important;
    position: relative;
    left: 32px;
}

.slider-1 .bx-wrapper  .bx-controls {
    position: relative;
}

.slider-1  .bx-next,  .bx-prev {
    display: inline;
}

.slider-1 .bx-wrapper .bx-next {
    right: 0px;
    background: url('../img/slider-arrow-right.png') no-repeat;
}

.slider-1 .bx-wrapper .bx-prev {
    left: 0px;
    background: url('../img/slider-arrow-left.png') no-repeat;
}

.slider-1 .bx-wrapper .bx-next, .slider-1 .bx-wrapper .bx-prev {
    width: 32px;
    height: 66px;
    position: absolute;
    top: -220px;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    text-indent: -999px;
    overflow: hidden;
    z-index: 100;
}

.goods-card-img-block-wrapper {
    width: 484px;
    float: left;
    margin: 0 30px 20px 0;
}

.goods-card-img-block {
    text-align: center;
    width: 420px;
    height: 390px;
    line-height: 390px;
    background: url('../img/goods-card.png') no-repeat center center;
    vertical-align: middle;
    display: table-cell;
}

.goods-card-img-block img {
    vertical-align: middle;
    display: inline !important;
}

.goods-card-title {
    color: #006666;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    background: url('../img/news-block-inner-top.png') no-repeat center bottom;
    padding: 0 0 25px 0;
    margin: 0 0 20px 0;
}

.goods-card-text-block {
    width: 400px;
    float: right;
}

.price-button {
/*    background: url('../img/page-nav-2-2.png') repeat-x;
    color: #006666;
    text-align: center;
    text-transform: uppercase;
    width: 290px;
    height: 24px;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 0 10px 0;
    text-decoration: none;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    border: 1px solid #b7b7b8;
    -webkit-box-shadow: 1px 1px 2px rgba(219,219,219,0.8), -1px -1px 2px rgba(219,219,219,0.8);
    -moz-box-shadow: 1px 1px 2px rgba(219,219,219,0.8), -1px -1px 2px rgba(219,219,219,0.8);
    box-shadow: 1px 1px 2px rgba(219,219,219,0.8), -1px -1px 2px rgba(219,219,219,0.8);
    position: relative;
    float: left;
    left: 50%;
    margin-left: -145px;
    */
    text-decoration: none;
    display: block;
    width: 240px;
    height: 32px;
    text-transform: uppercase;
    color: #339900;
    border: 2px solid #339900;
    margin: 0 auto;
    text-align: center;
    line-height: 2.2em;
    font-weight: 600;
    margin: 30px auto;
}

.advantages-list {
    list-style-type: none;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.advantages-list > li {
    display: inline-block;
    //display: inline;
    zoom: 1;
    vertical-align: top;
    width: 300px;
    margin: 0 10px 15px 0px;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: normal;
    text-align: left;
}

.advantages-list-img-block {
    width: 110px;
    text-align: left;
    float: left;
}

.advantages-list-top {
    color: #006666;
    font-weight: 700;
}

.reviews-list {
    list-style-type: none;
    width: 960px;
}

.reviews-list li {
    width: 960px;
    display: inline-block;
    overflow: hidden;
}

/*slider-2 */
.slider-2 .bx-wrapper {
    max-width: 960px !important;
}

.slider-2 .bx-wrapper .bx-viewport {
    max-width: 896px !important;
    position: relative;
    left: 32px;
}

.slider-2 .bx-wrapper  .bx-controls {
    position: relative;
}

.slider-2  .bx-next,  .bx-prev {
    display: inline;
}

.slider-2 .bx-wrapper .bx-next {
    right: 4px;
    background: url('../img/slider-arrow-right.png') no-repeat;
}

.slider-2 .bx-wrapper .bx-prev {
    left: 0px;
    background: url('../img/slider-arrow-left.png') no-repeat;
}

.slider-2 .bx-wrapper .bx-next, .slider-2 .bx-wrapper .bx-prev {
    width: 32px;
    height: 66px;
    position: absolute;
    top: -70px;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    text-indent: -999px;
    overflow: hidden;
    z-index: 100;
}

.reviews-wrapper {
    width: 850px;
    height: 85px;
    border: 1px solid #aba39b;
    padding: 5px 20px 5px 20px;
    background-color: #FFF;
    font-size: 12px;
}

.reviews-img {
    width: 90px;
    height: 90px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    float: left;
    margin:  0 20px 0 0;
}

.reviews-name {
    color: #006767;
    font-weight: 700;
}

.reviews-wrapper p {
    font-style: italic;
}



.contact_container {
    width:50%;
    float: left;
}

.top-header {
    height:30px;
    background: #69bd43;
    text-align: right;
    color: #fff;
    line-height: 2em;
}
.wrap {
    width: 1147px;
    margin:0 auto;
}
.menu-header {
    height:71px;
    background: #fff;
    width:100%;
    transition: .2s;
    border-bottom: 1px solid #ededed;
    -webkit-transition: .2s;
    z-index: 999;
}
.menu-header .logo {
    width:349px;
    height:48px;
    display: inline-block;
    /*background: url('../img/logo.png');*/
    margin:10px 0 0 0;
    cursor: pointer;
}
.header-nav {
    text-align: right;
    display: inline-block;
    margin: 20px 0 10px ;
    overflow: hidden;
    float: right;
}
.header-nav li {
    display: inline-block;
    list-style: none;
    padding: 8px;
    margin:0 10px 0 10px;
}
.header-nav li a {
    text-decoration: none;
    color:#666;
}
.header-nav li:hover > a {

}
.header-nav li:hover,
.header-nav li:hover > a,
.header-nav .active,
.header-nav .active > a {
    color:#fff;
    background: #69bd43;
    cursor: pointer;
    -webkit-transition-property: background;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;

}
.content-slider {
    display: block;
    height:450px;
    overflow: hidden;
}
.content-slider li {
    display: block;
    height: 450px;
    overflow: hidden;
}
.content-slider .slider-button {
    margin:200px auto;
    width:568px;
    height:68px;
    border:2px solid #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 2.8em;
    font-weight: 600;
    font-size:24px;
    color:#fff;
    background: rgba(0, 0, 0, 0.3);
    display: block;
    text-decoration: none;
}
.content-slider .slider-button:hover {
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer;
}
.slider-control {
    width:40px;
    height:40px;
    position:absolute;
    cursor:pointer;
    background-image: url("data:image/png;base64,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");
    margin-top: -250px;
}
.promo_container {
    background: url("../img/promo_bg.png") no-repeat #fafafa;
    overflow: hidden;
    padding-bottom: 50px;
    background-size: contain;
    background-position: bottom;
}
.title_container {
    height:34px;
    text-align: center;
    margin-top:61px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAFCAYAAACEhIafAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuM4zml1AAAAAUSURBVBhXY3j27Nl/BjTw7Nmz/wBcFwdjH9ZyAAAAAABJRU5ErkJggg==") repeat-x center;
    overflow: hidden;
}
.promo_container section {
    display: table;
    margin:0 auto;
}
.title_container span {
    text-transform: uppercase;
    font-size: 18px;
    padding:13px 21px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFIAAAAFCAIAAABZxSyDAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuM4zml1AAAAAZSURBVDhPY0g7YzwC0ai3RxIa9fbIQWeMAcvBO+EBkciRAAAAAElFTkSuQmCC") #fafafa no-repeat center bottom;
    /*position: absolute;
    margin: -18px -6.5%;*/
}
.subtitle {
    text-align: center;
    margin-top:35px;
    color: #bdbdbd;
    font-style: italic;
}
.promo_tile:first-child {
    margin-left: 0;}
.promo_tile:last-child {
    margin-right: 0;
}

.promo_tile:hover {
    background-color:#69BD43 !important;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.promo_tile:hover > span, .adv_tile:hover > span {
    color:#fff !important;
}



.adv_tile { 
    position:relative;
    width:259px;
    height:184px;
    margin: 50px 15px 38px 15px;
    display: inline-block;
    cursor: pointer;
 }
.adv_tile .tile_inner {
    width:259px;
    height:184px;
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
    opacity:1;
    border:1px solid #f1f1f1;
    border-radius:4px;
    background-color:#fff;
    background-repeat: no-repeat !important;
    background-position: 3px 50% !important;
    -webkit-transition:all 0.5s ease-out;
    -moz-transition:all 0.5s ease-out;
    -o-transition:all 0.5s ease-out;
    transition:all 0.5s ease-out;
}
.adv_tile .tile_outer {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    opacity:0;
    -webkit-transform:scale(0.3);
    -moz-transform:scale(0.3);
    -ms-transform:scale(0.3);
    -o-transform:scale(0.3);
    transform:scale(0.3);
    -webkit-transition:all 0.5s ease-out;
    -moz-transition:all 0.5s ease-out;
    -o-transition:all 0.5s ease-out;
    transition:all 0.5s ease-out;
    border-radius:4px;
    border:1px solid #f1f1f1;
    border-radius:3px;
    background:#69BD43;
}
.adv_tile:hover .tile_inner {
    -webkit-transform:scale(0.3);
    -moz-transform:scale(0.3);
    -ms-transform:scale(0.3);
    -o-transform:scale(0.3);
    transform:scale(0.3);
    opacity:0;
}
.adv_tile:hover .tile_outer {
    opacity:1;
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
    color:#fff;
}
.adv_tile:hover .tile_outer span {
    color:#fff;
}




.promo_tile {
    width:259px;
    height:184px;
    border:1px solid #ccc;
    border-radius: 3px;
    display: inline-block;
    background: #fff;
    overflow: hidden;
    background-repeat: no-repeat !important;
    background-position: 3px 50% !important;
    background-color: #fff !important;
    margin: 50px 15px 38px 15px;
}

.tile_3 {
    background: url("../img/promos/promo_1.png");
}
.tile_4 {
    background: url("../img/promos/promo_2.png");
}
.tile_5 {
    background: url("../img/promos/promo_3.png");
}
.tile_6 {
    background: url("../img/promos/promo_4.png");
}
.tile_7 {
    background: url("../img/promos/promo_5.png");
}
.tile_8 {
    background: url("../img/promos/promo_6.png");
}
.tile_9 {
    background: url("../img/promos/promo_7.png");
}
.promo_tile span {
    text-transform: uppercase;
    font-size: 17px;
    color: #999;
    width: 155px;
    display: block;
    text-align: center;
    float: right;
    padding-top: 60px;
    padding-right: 10px;
}
.callback, .order-button {
    text-decoration: none;
    display: block;
    width:240px;
    height:32px;
    text-transform: uppercase;
    color:#339900;
    border: 2px solid #339900;
    background:#fafafa;
    margin:0 auto;
    text-align: center;
    line-height: 2.2em;
    font-weight: 600;

}
.callback:hover,
.about_more:hover,
.news_slide .news_more:hover,
.price-button:hover,
.additional-category-list li a:hover {
    border: 2px solid #69bd43;
    transition: 0.7s;
    background: #66CC33;
    color:#fff;
}
.about, .adv_block {
    width: 49%;
    margin: 50px 0 50px 0;
    display: inline-block;
    vertical-align: top;
}

.adv_block {
    text-align: center;
}
.about_more {
    display: block;
    text-decoration: none;
    width:158px;
    height:25px;
    text-align: center;
    border:2px solid #339900;
    color:#339900;
    margin-top: 15px;
    line-height: 1.6em;
    cursor: pointer;
}
.show_off_title {
    font-size: 16px;
    color:#000;
    font-weight: 600;
}
.show_off_title:after {
    content: '';
    display: block;
    width: 82px;
    height: 3px;
    background: #00a32d;
    margin: 9px 0;
    position: absolute;
}
.about_description {
    margin-top:30px;
    line-height: 1.7em;
}
.adv_description {
    margin-top:30px;
    line-height: 1.7em;
}
/*start here*/
.adv_description_small {
    display: none;
    margin-top: 20px;
}
.panel-collapse.collapse {
    display: none;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: #fff;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body { 
  border: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #63aa43;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
/*end here*/
.about_description {
    text-overflow: ellipsis;
    overflow: hidden;
}
.adv_tile {
    width: 254px;
    height: 181px;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
    display: inline-block;
    margin: 7px 14px;
    background-repeat: no-repeat !important;
    background-position: 3px 50% !important;
    background-color: #fff !important;
    cursor: pointer;
}
.adv_tile:nth-child(2n+1) {
    margin-left:0;
}
.adv_tile span {
    text-transform: uppercase;
    font-size: 17px;
    color: #999;
    width: 155px;
    display: block;
    text-align: center;
    float: right;
    padding-top: 70px;
    padding-right: 10px;
}
.adv_tile .tile_outer span {
    float: none;
    padding: 10px;
    text-align: center;
    margin: 0 auto;
}
.adv_description .prices {
    background: url("../img/promos/promo_8.png");  
}
.adv_description .quality {
    background: url("../img/promos/promo_9.png");  
}
.adv_description .delivery {
    background: url("../img/promos/promo_10.png");  
}
.adv_description .installers {
    background: url("../img/promos/promo_11.png");  
}
.news_container {
    overflow: hidden;
    background: #fbfbfb;
}
.news_container .title_container span {
    background-color: #fbfbfb; 
}
.news_slider {
    margin-top:60px;
    text-align: center;
}
.news_slide:first-child {
    margin-left: 0;
}
.news_slide:last-child {
    margin-left: 0;
}
.news_slide {
    display: inline-block;
    margin: 0 7px 0 7px;
    vertical-align: top;
    margin-bottom: 20px;
}
.news_slide .news_titles {
    width:270px;
    height:60px;
}
.news_slide .news_titles .news_date {
    width:44px;
    height:47px;
    color:#fff;
    background: #63aa43;
    display: inline-block;
    text-align: center;
    line-height: 1em;
}
.news_slide .news_titles .news_date p {
    font-size: 15px;
    font-weight: 600;
    margin-top: 2px;
}
.news_slide .news_titles .news_title {
    display: inline-block;
    vertical-align: top;
    padding-left: 5px;
    width: 200px;
}
.news_slide .news_titles .news_title a {
    color:#669933;
    font-weight: 600;
    font-size: 17px;
    text-decoration: none;
}
.news_slide .news_body {
    width:270px;
}
.news_slide .news_body img {
    width:270px;
    height:144px;
    border-top: 1px solid #f2f2f2;
    margin-top:5px;
}
.news_slide .news_short {
    line-height: 1.7em;
    height: 70px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_slide .news_more {
    margin-top: 10px;
    display: block;
    width:93px;
    height:25px;
    border:2px solid #339900;
    text-align: center;
    color:#339900;
    line-height: 1.7em;
    text-decoration: none;
}
.news_slider .control, .services_container .control {
    margin:30px auto 60px;
    text-align: center;
}
.control_arrow {
    width:28px;
    height:28px;
    border:1px solid #999999;
    display: inline-block;
    margin:0 2px 0 2px;
    background-repeat: no-repeat;
    background-position: 8px;
}
.control_arrow a {
    display: block;
    height: 100%;
    text-indent: -9999px;
}
.control_arrow:hover {
    background-color: rgba(0,0,0,0.1);
    cursor: pointer;
}
.news_slider .control .prev, .services_container .control .prev {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAACJSURBVHjabNHbDoIwEIThz8ZXRkGQGA8oGh+AlyXelKRZu3ed/NPszO6WZVGZN5qg3VIFfFXAB8YITzgG7YkBSviOLoAzTttjg6/oA/hBWwoJF5wD+MUhhklhlW3WWkUJY05bTpNb+YPltNFwjIZyhSHXFA1TDZZrmoPW5VrtKzna/El5xR7rbwAK9RjPDbd6PQAAAABJRU5ErkJggg==");
}
.news_slider .control .next, .services_container .control .next {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAACESURBVHjabNFZDsJADAPQR8WNUaFsFYLSBU7QyyJ+BqkN8adjJ2PPZp7nO67WeGMfOBVaPANfY8zEcMEQZgf0mRhOmILhiC4TQ5MYzj/D1j+asqQOhk8lR8an4hd2gXvgFsVjOK/U2sZzfalriaHUunpbV2paYip1roLcS9r43U0M8x0AgPgZTZCC5s0AAAAASUVORK5CYII=");
}
.services_container .title_container span {
    background-color: #fff; 
}
.service_promo {
    width: 260px;
    height: 286px;
    display: inline-block;
    margin-top: 50px;
    vertical-align: top;
    border-radius: 6px;
    overflow: hidden;
    margin: 60px 11px 0 11px;
}
.service_promo .promo_img {
    background: #333;
    height:186px;
}
.service_promo .promo_desc {
    background: #69bd43;
    color: #fff;
    text-align: center;
    height: 100px;
    font-size: 16px;
    padding: 0 30px 0 30px;
    vertical-align: middle;
    display: table-cell;
    width: 260px;
}
footer {
    height:263px;
    background: url('../img/footer.png');
    overflow: hidden;
}
.copy {
    height:54px;
    background:#353535;
    color:#666;
    line-height: 3.5em;
    padding-left: 10px;
}
.footer_container {
    display: inline-block;
    vertical-align: top;
    width: 24%; 
}
.footer_container:last-child {
    float: right;
}
.footer_logo {
    background: url('../img/footer_logo.png');
    width: 222px;
    height:56px;
    margin-top: 40px;
    margin-left: 10px;
}
.footer_about {
    margin-top:15px;
    padding-left: 10px;
    color:#acacac;
    line-height: 1.8em;
}
.footer_menu {
    margin-top:40px;
    color:#999; 
    font-size: 17px;
    padding-left: 50px;
}
.footer_menu ul, .footer_contacts ul {
    margin-top: 25px;
}
.footer_menu li {
    font-size: 14px;
    color:#ccc;
    line-height: 1.5em;
    list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAICAYAAAA1BOUGAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAB8SURBVHjaVM+hCsJQAIXhb3c2o1gMgtWiIPgWJg22gUbFKj6BdlcMC3aTZcWnsssM3gvzpP/ww4GTzW4uOPrlgTU+kA8WXuhjjjGGeCYJNUaYYIoe6k6ca7BBF0vs8Q7+07Q4JJmhwir2Eqckrygi33GAgDN2rSvbNP8dAIaNE87hOqLrAAAAAElFTkSuQmCC");
}
.footer_menu li a {
    text-decoration: none;
    color:#ccc;
}
.footer_menu li a:hover {
    text-decoration: underline;
}
.footer_contacts {
    margin-top:40px;
    color:#999; 
    font-size: 17px;
    padding-left: 50px;
}
.footer_contacts li {
    font-size: 14px;
    color:#ccc;
    line-height: 2.5em;
}
.footer_contacts li a {
    text-decoration: none;
    color:#ccc;
}
.footer_contacts li a:hover {
    text-decoration: underline;
}
.footer_mail {
    list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAKCAYAAACE2W/HAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAADdSURBVHjajNI7SkMBEIXhL5cswEILbWxSpMgOdB0WCj6iTJ8iVgopUhlBSXcHhSzC0lIL95DCSkHiYwexuYEgMWTgNGfmH4bh1MqynOIJ71arTezW8YIvnEfE6zIiM7cxxGOBCdq4yczGEqiBW5zio4CI+MQJrjKzuQBq4hrtiJhAMWtGxA+O0c/M1hzUQh+HEfE98+t/lk8r9TJzUHndRacXc5vXMMIl9rFX6QAXGFUzoFaW5QOOcIduRIyXPGeAMwwLrOMenf+g6gdjdKrZjVoVgGe8rRiALez8DgDAy0k0pj8odAAAAABJRU5ErkJggg==");
}
.footer_adress {
    list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAPCAYAAADQ4S5JAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAACKSURBVHja7JIxCsMwDEWfSgYZfCgb4s0+bQ6QI2UxWJs6hFAKKWk6V4tA+v+/5UtKybkxU4yReZ4JIVyKxxg8AETkq3QR2Q0AZsa6rmzbdrrNbDfVWr2UgqpeEszsT/iNcCR9uk/HQ1XJOWNmLMtC750YI6UUcs7v1bhVPgD3V2FVldbaqdjdeQ4Ao+6dryBsCoUAAAAASUVORK5CYII=");
}
.footer_number {
    list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAALCAYAAACgR9dcAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAEJSURBVHjadNG/K8RxHMfxh/MtEVJXEheDRVkopCgKA2WycCu6f8H/YDBguDLZZGKwSLJYjqKEhJnN4EwOy/vq6+RV7z6vPj3fn/ePT12xWGzABMbQj150oDniPeIFT7jBOc4S7GPeb33hDc9oQ3s8OICFYA4ymKpJXIlK2egiizKWa7iZBB9owiduMYxWHKfAFozgOkZLUE4wh/qITRQiYbqmUgEXmEQFlQxKGMcpBlPwDhbjrGoIJxhFKUEe6/jGPfpwhNVI2EMXZvEYe9jAawbdAW0FKGZP6y7OXWyH78mkgDIuw+eRC5/DUvir+Alia1WtpXwnHlJjNMb9YbqdxP9qrFngH/0MANzLNdxtGhU8AAAAAElFTkSuQmCC");
}
.footer_contacts .social {
    text-decoration: none;
    border: 1px solid #999;
    border-radius: 3px;
    color:#ccc;
    font-size: 14px;
    padding: 5px 7px 5px 6px;
    margin:10px 5px;
    display: inline-block;
}
.footer_contacts .social:hover {
    color:#5C5C5C;
    border: 1px solid #525252;
    background: #ccc;
}
.text-block iframe {
    margin: 30px auto;
    display: block;
}
#contact-form input,
#contact-form textarea {
    vertical-align: top;
    margin-top: 15px;
}
#contact-form label {
    font-weight: 600;
	display: block;
}
#contact-form .help-block-error {
    color:#E40F0F;
}
#contact-form .alert-success {
    font-size: 20px;
    margin-top: 20px;
    color: #390;
}
.contact_submit {
    margin-left: 0;
    cursor: pointer;
    background: none;
    width: 170px;
}
.view_list li {
    display: inline-block;
    list-style: none;
}
.view_list li a {
    text-decoration: none;
}
.view_list .service_promo:hover {
    -webkit-box-shadow: 0px 0px 9px 0px rgba(105, 189, 67, 0.75);
    -moz-box-shadow:    0px 0px 9px 0px rgba(105, 189, 67, 0.75);
    box-shadow:         0px 0px 9px 0px rgba(105, 189, 67, 0.75);
}
.view_list .promo_img {
    background-size: contain !important;
    background-repeat: no-repeat !important;
}
.view_list .service_promo {
    width: 220px;
    height: 228px;
}
.view_list .promo_img {
    height: 158px;
}
.view_list .service_promo .promo_desc {
    height: 70px;
}
.service_slider .service_promo {
    margin:0;
}
.services_container .bx-wrapper {
    margin: 50px auto;
}
.reviews-wrapper .reviews-img{
    background: #66CC33;
}
.reviews-wrapper .reviews-name {
    font-size: 16px;
}
.reviews-wrapper p {
  font-style: normal;
  font-size: 14px;
}

.bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus {
    background-position: 0 0 !important;
}

.fancy_inline_review {
  width: 500px;
  font-style: normal;
  font-size: 16px;
  line-height: 25px;
  padding: 15px;
}

.section_center {
      text-align: center;
}

.promo_desc_mini {
    background: #69bd43;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 10px 30px 10px 30px;
    width: 70%;
    margin: 10px auto;
    display: none;
}

.form-group.required label:after {
    content: " *";
    color: red;
}
.form-group.has-error input, .form-group.has-error textarea, .form-group.has-error select{
    border: 1px solid red;
}


.text-block {
    font-weight: normal;
    padding: 10px 20px;
}

img { pointer-events: none; }

.small_nav {
  display: block;
  color: #fff;
  background: #69bd43;
  cursor: pointer;
  -webkit-transition-property: background;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  padding: 5px 20px;
  display: none;
    position: fixed;
    right: 0px;
    top: 45px;
}
.small_nav img {
    width: 16px;
    margin-left: 15px;
}

.site-error {
    text-align: center;
    margin-top: 5px;
}

.site-error span {
    font-size: 100px;
    display: block;
}

.button-container {
    cursor: pointer;
    width: 280px;
}

.button-container a:link,
.button-container a:visited {
    font-size: 12px;
    color: #339900;
    text-decoration: none;
}

.button-container:hover a:link,
.button-container:hover a:visited {
    color: #fff;
}





@media only screen and (max-width: 999px) {
    #map_canvas {
        width: 90% !important;
    }
    .wrap {
        width: 100%;
    }

    .about, .adv_block {
        width: 90%;
        padding: 0 20px 0 20px;
    }
    .contact_container {
        width:100%;
    }
    
    /*
    .main-section {
        width: 768px;
    }

    .main-section-2 {
        width: 768px;
    }
*/

    .news-block-inner {
        padding: 5px 10px 15px 10px;
        width: 220px;
        margin-left: 19px;
    }

    .footer-nav-2 {
        left: 420px;
    }

    .footer-contacts {
        left: 200px;
    }

    .footer-social {
        left: 420px;
    }

    .news-category-article-text-block {
        width: 460px;
        font-size: 12px;
    }

    .news-category-article .news-title {
        font-size: 14px;
    }

    .news-category-article .news-date {
        padding: 0 0px 0px 0;
    }

    .reviews-list {
        list-style-type: none;
        width: 728px;
    }

    .reviews-list li {
        width: 728px;
        display: inline-block;
        overflow: hidden;
    }

    /*slider-2 */
    .slider-2 .bx-wrapper {
        max-width: 728px !important;
    }

    .slider-2 .bx-wrapper .bx-viewport {
        max-width: 662px !important;
        position: relative;
        left: 32px;
    }

    /*
    .slider-2  .bx-next,  .bx-prev {
        display: inline;
    }
    */

    .reviews-wrapper {
        width: 660px;
    }

/*
    html, body {
        background: url('../img/content-bg.png') no-repeat center 190px;
    }
*/

}

@media only screen and (max-width: 769px) {
    
    .adv_description {
        display: none;
    }
    .adv_description_small {
        display: block;
    }
    
    /*
    .main-section {
        width: 680px;
    }
    .main-section-2 {
        width: 680px;
    }
    */
    
    .small_nav {
        display: block;
    }
    .header-nav .nav {
        display: none;
        background: #fff;
        position: absolute;
        top: 76px;
        right: 0;
        z-index: 100;
    }
    .promo_tile {
        width: 160px;
        height: 150px;
        margin: 20px 5px 28px 5px;
    }
    .promo_tile span {
        font-size: 15px;
        width: 160px;
        float: right;
        padding-top: 50px;
        padding-right: 0px;
    }
    .tile_3, .tile_4, .tile_5, .tile_6, .tile_7, .tile_8, .tile_9 {
        background: initial;
    }
    .news_slide {
        margin: 0 3px 0 3px;
        border: 1px solid #f1f1f1;
        padding: 10px 0;
    }
    .news_slide .news_titles {
        width: 170px;
        height: 110px;
    }
    .news_slide .news_titles .news_title {
        width: 160px;
    }
    .news_slide .news_titles .news_title a {
        font-size: 14px;
    }
    .news_slide .news_body img {
        display: none;
    }
    .news_slide .news_short {
        display: none;
    }
    .news_slide .news_body {
        width: 160px;
    }



    .content-slider .slider-button {
        width: 70%;
        font-size: 120%;
        line-height: 2em;
    }
    
    .contact_container {
      width: 100%;
    }

    header {
        height: 260px;
    }

    .lang-nav {
        right: 0px;
        top: 164px;
    }

    .header-nav {
        right: auto;
        left: 20px;
        top: 155px;
    }

    .header-nav > ul > li {
        display: block;
        text-align: left;
        padding: 0 0px 7px 0px;
    }

    .header-nav > ul > li > a {
        font-size: 12px;
        text-transform: uppercase;
    }

    #nav {
        display: none;
    }

    .tinynav {
        display: block;
        width: 480px;
        position: relative;
        top: 7px;
    }

    .page-nav {
        padding: 20px 0 20px 0px;
    }

    .page-nav-title {
        display: block;
    }

    .page-nav > .tinynav {
        margin-bottom: 30px;
    }

    .goods-category > .tinynav {
        margin-bottom: 20px;
    }

    #nav-2, #nav-3, #nav-4, #nav-5, #nav-6, #nav-7, #nav-8   {
        display: none;
    }

    .news-block-inner {
        margin-left: 124px;
        margin-bottom: 20px;
    }

    .news-block > .news-block-inner:first-child {
        margin-left: 124px
    }

    footer {
        height: 400px;
    }

    .footer-inner {
        height: 400px;
    }

    .footer-nav {
        left: 0;
        margin-left: 0px;
    }

    .footer-nav-2 {
        top: 50px;
    }

    .footer-contacts {
        left: 20px;
        top: 100px;
    }

    .footer-social {
        left: 210px;
        top: 100px;
    }

    /*inner*/

    .news-img {
        float: none;
        padding: 20px 0px 20px 0;
    }

    .news-category-article {
        min-height: 190px;
    }

    .news-category-article-text-block {
        width: 440px;
        float: none;
    }

    .news-category-article-img-block {
        display: none;
    }

    .text-block-3 > .tinynav {
        margin-bottom: 20px;
        margin-left: -20px;
    }


    .advantages-list > li {
        width: 440px;
        margin: 0 0px 15px 0px;
    }

    .reviews-list {
        list-style-type: none;
        width: 300px;
    }

    .reviews-list li {
        width: 300px;
        display: inline-block;
        overflow: hidden;
    }

    /*slider-2 */
    .slider-2 .bx-wrapper {
        max-width: 300px !important;
    }

    .slider-2 .bx-wrapper .bx-viewport {
        max-width: 216px !important;
        position: relative;
        left: 32px;
    }

    /*
    .slider-2  .bx-next,  .bx-prev {
        display: inline;
    }
    */

    .reviews-wrapper {
        width: 214px;
    }

    /*goods-card*/

    .goods-card-list {
        list-style-type: none;
        width: 284px;
    }

    .goods-card-list li {
        width: 284px;
        display: inline-block;
        overflow: hidden;
    }

    /*slider-1 */
    .slider-1 .bx-wrapper {
        max-width: 284px !important;
    }

    .slider-1 .bx-wrapper .bx-viewport {
        max-width: 220px !important;
        position: relative;
        left: 37px;
    }

    .goods-card-img-block-wrapper {
        width: 284px;
        float: none;
        margin: 0 00px 20px 0;
    }

    .slider-1 .bx-wrapper .bx-next, .slider-1 .bx-wrapper .bx-prev {
        width: 32px;
        height: 66px;
        position: absolute;
        top: -140px;
        cursor: pointer;
        font-size: 0;
        line-height: 0;
        text-indent: -999px;
        overflow: hidden;
        z-index: 100;
    }

    .goods-card-img-block {
        text-align: center;
        width: 210px;
        height: 195px;
        line-height: 195px;
        background: url('../img/goods-card-2.png') no-repeat center center;
    }

    .goods-card-img-block img {
        vertical-align: middle;
        max-width: 205px;
    }

    .goods-card-title {
        color: #006666;
        font-size: 24px;
        font-weight: 700;
        text-align: center;
        background: url('../img/news-block-inner-top.png') no-repeat center bottom;
        padding: 0 0 25px 0;
        margin: 0 0 20px 0;
    }

    .additional-category-title {
        display: block;
    }

}

@media only screen and (max-width: 481px) {

    .footer_container {
        width: 100%;
    }
    .footer_about_container {
        display: none;
    }
    /*
    .main-section {
        width: 320px;
    }
    .main-section-2 {
        width: 320px;
    }
    */
    .promo_desc_mini {
        display: block;
    }
    .service_slider, .services_container .control, .services_container .bx-wrapper{
        display: none;
    }
    .adv_tile{
        margin: 0;
    }

    header {
        height: 290px;
        background: url('../img/header-bg-2.png') no-repeat;
    }

    .logo {
        left: 50px;
        top: 24px;
    }

    .header-contacts {
        left: 50px;
    }

    .lang-nav {
        right: 0px;
        top: 204px;
    }

    .header-nav {
        right: 0px;
        top: 155px;
    }

    .tinynav {
        display: block;
        width: 320px;
        position: relative;
        top: 7px;
    }

    .news-block-inner {
        margin-left: 45px;
        margin-bottom: 20px;
    }

    .news-block > .news-block-inner:first-child {
        margin-left: 45px
    }

    footer {
        height: 450px;
    }

    .footer-inner {
        height: 350px;
    }

    .footer-contacts {
        font-size: 13px;
        left: 20px;
    }

    .footer-contacts-phone {
        font-size: 12px;
    }

    .footer-contacts-mail {
        font-size: 12px;
    }

    .footer-social {
        left: 160px;
        font-size: 12px;
    }

    /*inner*/

    .news-category-article-img-block {
        width: 280px;
    }

    .news-category-article-text-block {
        width: 280px;
    }

    .order-form {
        width: 260px;
    }

    .order-input {
        width: 250px;
    }

    .order-textarea {
        width: 250px;
    }

    .order-select {
        width: 260px;
    }

    .order-button-block-2 div {
        float: none;
    }

    .advantages-list > li {
        width: 280px;
        margin: 0 0px 15px 0px;
    }


}
@media only screen and (max-width: 321px){
    
    .content-slider .slider-button {
        height: 98px;
    }
    .menu-header .logo {
        width: 100%;
    }
    .about, .adv_block {
        width: 85%;
    }
}

@media only screen and (max-width: 550px) {
	table{
		display: inline-block;
		max-width: 90%;
		overflow: auto;
	}
}


@-webkit-keyframes swing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
       transform: translateX(-5px);
    }
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes swing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}