@font-face {
    font-family: 'lobster';
    src: url('fonts/lobster.ttf');
}
.news_btm_list row .new_btm_name {
line-height: 15px;
height: 40px;
}
.news_btm_list row .new_btm_name a {
font-size: 15px;
}
.border_gray_shadow {
  margin-top: 10px;
}

.maininfo__bottom {
    font-stretch: condensed;
    position: absolute;
    z-index: 2;
}
.counters-citron {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.slider__container {
    width: 100%;
    height: 370px;
    position: relative;
}

.slider__mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 60%;
	min-width: 430px;
    height: 370px;
    background: url(images/mask.png) 0 0 no-repeat;
    z-index: 2;
}

.slider__infoouter {
    width: 262px;
    position: absolute;
    top: 27px;
    left: 97px;
    text-align: justify;
    z-index: 3;
    line-height: 1.2;
    font-size: 14px;
    font-stretch: condensed;
}

.slider__btn {
    background-image: -moz-linear-gradient(90deg, rgb(16, 153, 187) 0%, rgb(17, 161, 193) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(16, 153, 187) 0%, rgb(17, 161, 193) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(16, 153, 187) 0%, rgb(17, 161, 193) 100%);
    box-shadow: 0.5px 0.866px 0px 0px rgba(0, 0, 0, 0.25), inset 0.105px -1.997px 0px 0px rgba(0, 0, 0, 0.32);
    padding: 4px 30px;
    display: inline-block;
    color: white;
    margin: 0 65px;
}

.top__slider {
    width: 100%;
    min-height: 114px;
    background: url("images/drop-top.png") no-repeat 513px 45px;
    position: relative;
}

.bottom__slider {
    width: 100%;
    min-height: 119px;
    background: url("images/drop-bottom.png") no-repeat 461px -3px;
    position: relative;
}

.container__slider-menu {
    margin-right: auto;
    margin-left: auto;
    height: 580px;
    background: url("images/drop-right.png");
    background-repeat: no-repeat;
    background-position: center -8px;
    margin-top: -65px;
}

.gotoshop {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: url("images/cart-ico.png") no-repeat;
    height: 32px;
    padding-left: 36px;
    padding-top: 4px;
}

.gotoshop > a {
    font-size: 18px;
    color: #00497f;
    text-decoration: underline;
}

.thick-divider {
    width: 100%;
    height: 2px;
    background: #00497f;
    margin-bottom: 10px;
}

.border_gray_shadow {
    border: 1px solid lightgray;
    box-shadow: 1px 1px 6px -3px black;
    background: url("images/bg-pattern.jpg");
}

.news-item {
    text-align: justify;
    padding: 10px 0 10px 0;
    font-stretch: condensed;
    margin: 0;
    line-height: 18px;
}

.news-item:not(:last-child) {

}

.news__h3 {
    text-align: center;
    font-size: 24px;
    color: #00497f;
    text-decoration: underline;
    margin-top: 10px;
    height: 50px;
}
/*.col-def-6 .new-left-menu .seltd {
  background: #119ebf url(images/menu-left-left.png) no-repeat;
  margin:-10px -3px -11px -2px !important;
  padding: 0px !important;
}
.col-def-6 .new-left-menu .seltd:hover {
  background: #119ebf;
}
.col-def-6 .new-left-menu .seltd a {
  color: #fff !important;
  display: block;
  padding: 10px 0px 11px 20px;
}*/




.novinki__outer {
	/*display: table;*/
	width: 100%;
}

.div__one {
    height: 30px;
	width: 8%;
    /*width: 70px;*/
    background-color: red;
    /*float: left;*/
    position: relative;
    border-left: 1px solid white;
    border-right: 1px solid white;
	display: inline-block;
	/*display: table-cell;*/
	vertical-align: bottom;
}

.div__one:before {
    content: url("images/triangle.png");
    position: absolute;
    top: 9px;
    left: calc(50% - 16px);
    transition: 0.5s ease 0s;
    opacity: 1;
}

.div__one.div__hover:before {
    top: -16px;
    opacity: 0;
}

.div__hover {
    height: 40px;
	/*width: auto; padding: 0 30px;
    width: 425px;
	width: 50%;
	*/
	width: 44%;
}

.div__one > span {
    position: relative;
    text-align: center;
    display: block;
    top: 30px;
    opacity: 0;
    transition: 0.5s ease 0s;
    color: white;
}

.div__one.div__hover > span {
    top: 10px;
    opacity: 1;
}

.color__brown {
    background: #77562d;
}

.color__orange {
    background: #f1b247;
}

.color__green {
    background: #26a756;
}

.color__blue {
    background: #0698b9;
}

.color__darkblue {
    background: #3b429e;
}

.color__purple {
    background: #444cc5;
}

.novinki__display-outer {
    /*width: 775px;*/
	width: 100%;
    height: 315px;
    margin: 1px 0 10px 0;
    padding: 25px 0 0 0;
}

.display__img {
    width: 252px;
    height: 252px;
    margin: auto;
}

.display__img > img {
    border: 1px solid #20a5c3;
}

.dispaly__title {
    font-size: 19px;
    color: rgb(0, 73, 127);
}

.arrow_more {
	position: relative;
    display: inline-block;
    padding-left: 1em;
    color: #00b2c5;
}

.arrow_more:before {
content: "» ";
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
    text-decoration: none;
}

.display__btn {
    background-image: -moz-linear-gradient(90deg, rgb(16, 153, 187) 0%, rgb(17, 161, 193) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(16, 153, 187) 0%, rgb(17, 161, 193) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(16, 153, 187) 0%, rgb(17, 161, 193) 100%);
    box-shadow: 0.5px 0.866px 0px 0px rgba(0, 0, 0, 0.25), inset 0.105px -1.997px 0px 0px rgba(0, 0, 0, 0.32);
    color: white;
    display: inline-block;
    padding: 4px 30px;
    margin-left: 120px;
}

.display__btn:hover {
    text-shadow: 0px 0px 6px white;
}

.display__btn:active {

    background-image: -moz-linear-gradient( 90deg, rgb(5,101,148) 0%, rgb(14,144,180) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(5,101,148) 0%, rgb(14,144,180) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(5,101,148) 0%, rgb(14,144,180) 100%);
    box-shadow: inset 0.5px 0.866px 0px 0px rgba(255, 255, 255, 0.5);

}
.display__text {
    margin: 10px 0 20px 0;
    /*height: 180px;*/
    overflow-y: auto;
    text-align: justify;
}

.div__display {
    /*display: none;*/
    transition: 0.3s ease 0s;
    opacity: 0;
    position: absolute;
    width: 100%; /*width: 775px;*/
}

.div__visible {
    /*display: block;*/
    opacity: 1;
    z-index: 1;
}

.thin-divider {
    width: 100%;
    height: 1px;
    background: #00497f;
    margin: 35px 0 45px 0;
}

.cat__left {
    float: left;
}

.cat__right {
    float: right;
}

.cat__outer span {
    padding: 15px 10px;
}

.cat__info {
    padding: 15px 10px;
    text-align: justify;
}

.elect-news__info {
    padding: 15px 10px;
    text-align: justify;
}

.elect-news__all {
    display: block;
    text-align: center;
    /*padding-bottom: 13px;*/
}

.elect-news__img > img {
    max-height: 273px;
}

.margin-btn {
    margin-bottom: 20px;
}

footer {
    margin: 0px 0 20px 0;
    padding: 0 0 0 0;
}

.border-left {
    border-left: 1px solid #555555;
}

.footer-companyname {
    color: #555555;
    font-size: 24px;
    padding: 0 0 7px;
}

.footer-block2 {
    margin-top: 30px;
    font-size: 12px;
    padding-left: 60px;
}

.footer-block2 > div {
    margin: 8px 0;
}

.footer-block2 a {
    text-decoration: underline;
}

.counters-citron {
    padding-top: 80px;
}

.footer-shadow {
    position: relative;
}

.footer-shadow:after {
    pointer-events: none;
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background-repeat: no-repeat;
    height: 32.3px;
    top: 100%;
    /* background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 70%); */
    background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 70%);
}

.footer-block1 {
    padding-top: 20px;
}

.search-place {
    top: 10px;
    width: 425px;
    position: absolute;
}

.container_fix_main {
    margin-top: -50px;
    position: relative;
}

.bx_search_container .bx_field {
    position: relative;
    margin-top: 15px;
    height: 32px;
    border-radius: 3px;
    background: #fff;
    line-height: 32px;
    border: 1px solid #e4e4e4;
    box-shadow: none;
}

.slider-top-menu {
    position: absolute;
    right: 70px;
    bottom: 0px;
}

.slider-bottom-menu {
    position: absolute;
    right: 47px;
    top: 0px;
}

.news2__h3 {
    font-size: 24px;
    font-family: "Arial";
    color: rgb(137, 137, 137);
    text-align: center;
    margin-top: 10px;
}

.top-menu-two-up {
    position: relative;
    height: 82px;
}

.top-menu-two-bottom {
    position: relative;
    height: 107px;
}

.razdelitel-submenu {
    background-image: -moz-linear-gradient(90deg, rgb(128, 125, 124) 0%, rgb(174, 174, 174) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(128, 125, 124) 0%, rgb(174, 174, 174) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(128, 125, 124) 0%, rgb(174, 174, 174) 100%);
    box-shadow: 0.5px 0.866px 0px 0px rgba(0, 0, 0, 0.25), inset 0.105px -1.997px 0px 0px rgba(0, 0, 0, 0.32);
    height: 6px;
}

.search-place2 {
    width: 425px;
    position: absolute;
}

.background-two {
    background: url(images/bg-two.png) no-repeat center -96px;
    margin-top: -40px;
}

.slider-bottom-menu2 {
    position: absolute;
    right: 63px;
    top: 8px;
}

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

.menu__bg {
    background: url(images/menu-bg.png) repeat-x;
    height: 45px;
}

.menu__search {
    top: -5px;
    position: relative;
    width: 240px;
    float: right;
}

.menu__menu {
    float: left;
}

.left__menu {
    background: #fbf8f1;

    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.22);

}

.close {
    float: none;
    font-size: 14px;
    font-weight: normal;
    line-height: 21px;
    color: #000;
    text-shadow: 0 1px 0 #fff;

    opacity: 1;
}

.close:hover, .close:focus {
    opacity: 1;
}

.cat-h1 {
    text-transform: uppercase;
    color: #47a877;
    font-size: 16px;
    font-weight: bold;
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    text-align: center;
    background-color: rgb(238, 233, 227);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.22);
    width: 195px;
    height: 32px;
    left: -15px;
    position: relative;
    padding: 6px 0 0 0;
    margin-bottom: 10px;
}

.close .folder::before {
background: none;
content: "►";
color: #1498d3;
width: 20px;
height: 20px;
position: absolute;
right: 7px;
top: 11px;
z-index: 1;
font-size: 16px;
}
.oppen .folder::before {
background: none;
content: "▼";
color: #fff;
position: absolute;
right: 7px;
top: 9px;
z-index: 1;
font-size: 16px;
}

.open .folder::before {
content: "▼";
color: #fff;
position: absolute;
right: 7px;
top: 17px;
z-index: 1;
}

.folder::before {
	background: url('images/arr_btm.png') no-repeat no-repeat;
	width: 20px;
	height: 20px;
    content: ' ';
	/*
    content: '⏷';
    color: white;
	*/
    position: absolute;
    right: 7px;
    top: 17px;
    z-index: 1;
	font-size: 20px;
}

.item-text > a {
    color: black;
}

.list-menu > li {
    position: relative;
}

.list-menu > li:not(:last-child) {

    border-bottom: 1px solid #115588;
}

.list-menu .item-text {
position: relative;
top: -9px;
left: 0px;
margin-left: 20px;
word-wrap: break-word;
padding-right: 30px;
}

.list-menu > li:hover::after {
    position: absolute;
    content: url(images/menu-left-bg.png);
    top: 2px;
    left: 0px;
}

.oppen .ddiv {
    position: absolute;
    width: 254px;
    height: 43px;
    background-color: #119ebf;
    top: -1px;
    left: 0px;
}

.ddiv {
    position: absolute;
    width: 254px;
    height: 43px;
    background-color: #119ebf;
    top: -1px;
    left: 0px;
    background-image: url(images/menu-left-left.png);
    background-repeat: no-repeat;
    background-position: 0px 2px;
}

.close .ddiv {
    position: absolute;
    width: 100%;
    height: 0px;
    background-color: #02b87e;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.22), inset 0px -2px 0px 0px rgba(0, 0, 0, 0.2);
    top: -1px;
    left: 0px;
}

.oppen > .item-text > a {
    color: #fff;
    position: relative;
    /*top: -9px;*/
}
.oppen .oppen .item-text a {
    color: #000;
}
.oppen .oppen .item-text a:hover {
    color: #11a1c1;
}
.close > .item-text > a {
    color: black;
    position: relative;
    /*top: -9px;*/
}

.oppen > ul > li > div > a:hover {
    color: #11a1c1;
    text-decoration: underline;
}

.seltd a {
    color: #11a1c1;
}

.close > .seltd > a {
    color: #11a1c1;
}

.list-menu {
    list-style-type: none !important;
}

.list-menu .item-text > a {
    text-transform: none;
    font-size: 14px;
    font-stretch: condensed;
    text-decoration: none;
}

.item-text > a:hover {
    color: #11a1c1;
    text-decoration: underline;
}

.oppen > .item-text > a:hover {
    color: #fff;
    text-decoration: underline;
}

.edit-field-one {
    border: 1px solid lightgray;
    box-shadow: 1px 1px 6px -3px black;
    margin-top: 45px;
}

.news-one {
    margin-top: 45px;
    margin-bottom: 45px;
    padding: 0 10px;
}

.news-one__head-text {
    font-size: 18px;
    text-transform: uppercase;
    font-style: italic;
    text-decoration: underline;
    color: #00497f;
    text-align: center;
    padding: 10px 0 0 0;
}

.razdel__description {
    font-size: 13px;
    margin: 18px 0 40px 0;
}

.razdel__li {
}

.razdel__ul {
}

.razdel__li:nth-child(2n+1) {
    margin-right: 30px;
}

.razdel__li:nth-child(2n) {
    margin-left: 50px;
}

.razdel__li_inner {
    border: 1px solid lightgray;
    box-shadow: 1px 1px 6px -3px black;
}

.razdel__descript {
    float: left;
    padding: 10px;

}

.razdel__des {
    width: 170px;
    height: 141px;
    text-align: justify;
    overflow: hidden;
    font-size: 13px;
    line-height: 14px;
}

.razdel_foto {
    float: left;
    padding: 10px 0;
}

.razdel__gotoproduct {
    padding-top: 13px;
}

.razdel__gotoproduct a {
    color: #11a1c1;
    text-decoration: underline;
    font-size: 14px;
}

.container_fix_nomain {
    margin-top: -30px;
    position: relative;
}

.decor-triangle {
    position: absolute;
    border: 13px solid transparent;
    border-top: 10px solid green;
    top: 40px;
    left: calc(50% - 14px);
    display: none;
}

.div__hover .decor-triangle {
    display: block;
}




.section-item {

}

.section-item__left {
    float: left;
    width: 490px;
}

.section-item__left__name {
    padding: 2px 12px;
    margin-bottom: 1px;
}

.section-item__left__name > a{
    color: white;
    text-decoration: none;
}

.section-item__left__info-block {
    border: 1px solid lightgray;
    box-shadow: 1px 1px 6px -3px black;
}

.section-item__left__info-block__articul {
    font-size: 13px;
    color: #7c7c7c;
    padding: 0px 10px;
}

.section-item__left__info-block__img {
    width: 175px;
    height: 175px;
    float: left;
    margin: 5px;
}

.section-item__left__info-block__img__container {
    position: relative;
    display: block;
    padding-top: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.section-item__left__info-block__description {
    float: left;
    width: 300px;
}

.section-item__left__info-block__description__text {
    padding: 0 10px;
    text-align: justify;
    font-size: 13px;
    line-height: 16px;
    height: 130px;
    overflow: hidden;
}

.section-item__left__info-block__description__price {
    padding: 0px 10px;
    font-size: 17px;
}
.section-item__left__info-block__description__price > span{
    font-weight: bold;
}
.section-item__left__info-block__description__goto-product {

}.section-item__left__info-block__description__goto-product > a{
     color: #11a1c1;
     text-decoration: underline;
     font-size: 14px;
     padding: 0 10px;
}

.section-item__right {
    float: left;
    width: 310px;
    margin-left: 25px;
    font-size: 13px;
}

.section-item__right__name {
    background: brown;
    color: white;
    font-size: 14px;
    padding: 2px 10px;
    margin-bottom: 1px;
    position: relative;
}

.section-item__right__info-block {
    border: 1px solid lightgray;
    box-shadow: 1px 1px 6px -3px black;
    padding: 5px;
    min-height: 205px;
}

.section-item__right__info-block_td {
    border: 1px solid lightgray;
    box-shadow: 1px 1px 6px -3px black;
    padding: 5px;
}

.section-item__right__info-block__line {
    padding: 4px 1px;
}
.section-item__right__info-block__line:not(:last-child) {
    border-bottom: 1px solid #858585;
}

.section-item__right__info-block__line__left {
    float: left;
}

.section-item__right__info-block__line__right {
    float: right;
}
.divider-line{
    width: 100%;
    height: 1px;
    background: #00497f;
    margin: 25px 0 33px 0;
}
.kartinka-tovara{
    max-width: 220px;
    max-height: 206px;
    border: 2px solid #2dacc8;
}
.double-name{
    width: 100%;
    float: left;
    font-weight: bold;
    margin: 15px 0 0 0;
    font-size: 16px;
}
.double-name-articul{
    width: 100%;
    float: left;
    color: #7c7c7c;
    font-size: 13px;
}
.section-item__right__info-block_tovar{
    padding: 0 30px;

}
.info-produkt{
    border: 1px solid lightgray;
    box-shadow: 1px 1px 6px -3px black;
    min-height: 260px;
    padding: 10px;
    text-align: justify;
}
.youtube-container{
    text-align: center;
    margin: 20px 0;
}
.otkryvashka{
    -webkit-transition:  0.2s ease-out;
    -moz-transition:  0.2s ease-out;
    -ms-transition:  0.2s ease-out;
    -o-transition:  0.2s ease-out;
    transition:  0.2s ease-out;
    position: absolute;
    right: 7px;
    top: 2px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    cursor: pointer;
}
.otkryvashka-toggle{
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
.otkryvashka-div{
    padding: 2px;
}
.section-item__right__info-block_datail{
    padding: 5px;
}

/*POH товары*/

.item-block{
    width: 200px;
    /*height: 220px !important;*/
    text-align: center;
}
.item-block__id{

}
.item-block__img{
    height: 150px;
    max-width: 150px;
    border: 2px solid #11a1c1;
    text-align: center;
    margin: 0 auto !important;
}
.item-block__name{
    text-transform: uppercase;
    font-stretch: condensed;
    margin-top: 5px;
    margin-bottom: 2px;
}
.item-block__price{
    font-size: 16px;
    color: #11a1c1;
    margin-bottom: 0px;
  }
.item-block__pict{
 text-align: center;
}
.item-block__info{
    margin-bottom: 0px;
}
.tov-item-container{
    padding: 10px 40px;
    border-top: 1px solid #00497f;
    border-bottom: 1px solid #00497f;
}

.tov-item__title {
    margin-top: 30px;
    font-size: 17px;
    font-family: "Arial";
    color: rgb(0, 73, 127);
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
    text-transform: uppercase;
    text-align: center;

}
.tov-item-container2{
    padding: 10px 40px;
    border-top: 1px solid #00497f;
    border-bottom: 1px solid #00497f;
}
.top-container{
    margin-top: 10px;
}
.top-container img { width: 100%; }
.list-menu li{
    list-style-type: none;
}

.oppen li a::before{
content: "●";
background-color: none;
width: 7px;
height: 7px;
border-radius: 0px;
position: absolute;
top: 0px;
left: -18px;
font-size: 15px;
color: #1498d3;
}
.bx-newsdetail-title {
    font-family: lobster;
    font-size: 27px;
    color: #11a1c1;
    font-weight: normal;
}

.news__h3_cat {
    text-align: center;
    font-size: 24px;
    color: #00497f;
    margin-top: 10px;
}
.cat__gray>a{
    font-size: 24px;
    font-family: "Arial";
    color: rgb(137, 137, 137);
    text-align: center;
    margin-top: 10px;
}
.cat__gray>a:hover{
    text-decoration: underline;
    color: #00497F;
}
.slider-bottom-menu2> #horizontal-multilevel-menu li a.root-item {
    color: #11a1c1;
    font-weight: bold;
    padding: 7px 10px;
}







.maininfo__h1 { font-size: 28px; color: #0b687f; font-weight: bold; font-family: "Bookman Old Style"; margin-bottom: 10px;}
.maininfo__phone {   font-size: 20px; color: #383838; display: inline-block;  /*-webkit-inline-box*/}
.maininfo__phone span { color: #0b687f; }
.maininfo__email { font-size: 18px; color: #383838; display: -webkit-inline-box;}
.maininfo__email span { color: #0b687f; }
.zakaz_zvonka{ position: inherit; display: inline-block; top: -3px; z-index:100;}



@media (max-width: 600px) {
.maininfo__h1 { font-size: 20px; margin-bottom: 0px;}
    .search-place {
        width: 100%;
     }
    .bx_search_container .bx_field{
        height: 27px;
    }
}

@media (max-width: 500px) {
.maininfo__phone {   font-size: 18px; }
}

@media (max-width: 450px) {
	.maininfo__phone {   font-size: 14px; }
	.maininfo__email { font-size: 14px; }
}


@media (min-width: 767px) {
.maininfo__h1 { font-size: 18px; margin-bottom: 0px;}
.maininfo__phone {   font-size: 14px;}
.maininfo__phone span { font-size: 14px;}
.maininfo__email { font-size: 20px; }
.maininfo__email a {color: #11a1c1;}
.maininfo__email span { color: #0b687f; }
.zakaz_zvonka{ position: absolute; top: 34px; right: 15px;}
}/*768px*/


@media (min-width: 992px) {

.top-container img {width: auto;}
.maininfo__h1 {font-size: 24px;}
.maininfo__phone {   font-size: 18px;}
.maininfo__phone span { font-size: 23px;color: #11a1c1;}
/*.maininfo__email { fon*/
