.arrow-open, .arrow-close{
    color: rgb(238, 245, 170);
    display: none;
}

.alignleft {
    display: inline;
    float: left;
}

.alignright {
    display: inline;
    float: right;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
    margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
    margin-bottom: 1.2em;
}
p {
    margin: 0 0 1.75em;
}

:focus{
    outline:none;
}
table{
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	word-wrap: break-word;
        margin-bottom: 25px;
}
td{
	border:1px solid black;
	text-align: center;
	padding: 5px;
}
td p{
	margin:0;
}
 @font-face {
    font-family: Arimo;
    src: url('fonts/Arimo/Arimo-Regular.ttf');
    /*src: url('../fonts/Arimo/Arimo-Bold.ttf');
    src: url('../fonts/Arimo/Arimo-Bolditalic.ttf');
    src: url('../fonts/Arimo/Arimo-italic.ttf');*/
 }

*{
    padding: 0;
    margin:0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
ul, ol{
    margin-left: 30px;
    margin-top: 5px;
    margin-bottom: 15px;
}
.page-title{
    margin-top: 15px;
    margin-bottom: 15px;
}
img{
    max-width: 100%;
    height: auto;
}
.main-menu ul{
    list-style: none;
}

.home img{
    width: 254px;
    height: 254px;
    object-fit: cover;
}

/*.inner-item-block ul{
        padding-left: 18px;
    margin-bottom: 20px;
    list-style: disc;
}*/


.readmore{
        text-align: right;
      border-bottom: 1px solid #1b803c;
    margin-bottom: 22px;
    padding-bottom: 12px;
}

.inner-item-block table{
        margin-bottom: 35px;
    margin-top: 25px;
}

.photo_news{
        width: 190px;
    padding-top: 18px;
    margin-right: 10px;
}
.photo_prew{
    display: flex;
    flex-wrap: wrap;
        flex: 1 1;
}

.desc_news{
    max-width: 530px;
        flex: 1 1;
}

a{
    color: #1b803c;
    -webkit-text-decoration: none;
            text-decoration: none;

}
h1{
    margin: 0.47em;
}
 body{
    font-family: 'Arimo';
    background:url(images/background_vn.png) repeat;
 }
 header{
    
 }
 .main-container{
    overflow:hidden;
    position: relative;
 }
 header .header-content{
    padding: 10px 0 10px 0px;
    max-width: 1200px;
    width:100%;
    margin:0 auto;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    -ms-flex-flow: wrap;
        flex-flow: wrap;    
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: normal;
                -ms-flex-align: normal;
                    align-items: normal;


 }
 .logo{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 340px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
                    -webkit-box-align: center;
                        -ms-flex-align: center;
                            align-items: center;
 }
 .logo span{
    color:#1b803c;
    line-height: 28px;
 }
 .header_phone,.header_email,.header_social{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
            
 }
 .header_phone span:before{
    content:'\f409';
    font-family: 'Font Awesome 5 Brands';
    font-weight: 500;
    margin-right: 10px;
    color:#1b803c;
    font-size: 18px;
 }
 .header_email span:before{
    content:'\f0e0';
    font-family: 'Font Awesome 5 Free';
    font-weight: 500;
    margin-right: 10px;
    color:#1b803c;
    font-size: 18px;
 }
 .header_social{
    color:#3b5998;
    font-size: 30px;
    margin-top: -5px;
 }
  .lang-block{
    margin-top: -10px;
  }
 .lang-block ul{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: baseline;
        align-self: baseline;
        list-style: none;
    
 }
 .lang-block ul li a{
    padding:10px 8px;
    display: block;
    text-transform: uppercase;
    font-weight: 900;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color:#1b803c;
 }
 .lang-block ul li a:hover{
    color:#fff;
    background-color:#1b803c;
 }
 .lang-block ul li.active{
    opacity: 1 !important;
 }
  .lang-block ul li.active a{
    background-color:#1b803c;
    color:#fff;
    
 }
 nav.main-menu{
    width:100%;
  }
  nav.main-menu ul{
    margin:10px 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  nav.main-menu ul li a{
    padding: 10px 15px;
    color:white;
    background-color: #1b803c;
    margin: 0 0 0 20px;
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    }
   nav.main-menu ul li.current_page_item a, nav.main-menu ul li.current-menu-item a ,nav.main-menu ul li a:hover {
        color:#fde940;
    }

    main{
        position: relative;
        background: url(images/bioglovit_background.jpg) no-repeat center;
        width:100%;
        
    }
    .slider{
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .site-content,.footer-content{
        max-width: 1200px;
        width:100%;
        /*height: 100vh;*/
        margin:0 auto;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        
    }
    .site-content .left-sidebar{
        max-width: 340px;
        width:100%;
        background: #1b803c;
        height: 100%;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column

        
    }
    .left-sidebar .slider-title{
    	display: block;
        color: #feffd3;
        font-size: 30px;
        font-weight: 100;
        text-align: center;
        padding-top: 24px;
        margin-bottom: 40px;
    }
    .sidebar-menu{

    }
    .knopka_slider:hover{    
color: #000;
    border-color: #fff;
    background-color: #fff;
}
    nav.sidebar-menu{
        width:100%;
        padding: 0 40px;
        margin: 10px auto 100px; 
/*      overflow-y: auto;
        max-height: 65%;*/
        

    }
    .sidebar-menu ul, ul.catalog-item{
        list-style: none;
        margin-left:0;
    }
    .sidebar-menu ul,.sidebar-menu ul li{
         outline:none;
             
    }
    .sidebar-menu ul a{
        color:#fde940;
        display: block;
        padding: 10px 0;
        border-bottom: 1px solid #209045;
        font-size: 15px;
        line-height: 21px;
        outline:none;

    }
    .banka{
        display: block;
        text-align: center;
        margin-top: auto; 
        margin-bottom: 20px;
    }
    nav .banka{
        display: none;
    }
    .sidebar-menu::-webkit-scrollbar { width: 3px; height: 3px;}
.sidebar-menu::-webkit-scrollbar-button {  background-color: #666; }
.sidebar-menu::-webkit-scrollbar-track {  background-color: #999;}
.sidebar-menu::-webkit-scrollbar-track-piece { background-color: #ffffff;}
.sidebar-menu::-webkit-scrollbar-thumb { height: 50px; background-color: #666; border-radius: 3px;}
.sidebar-menu::-webkit-scrollbar-corner { background-color: #999;}
.sidebar-menu::-webkit-resizer { background-color: #666;}

    footer{
        background-color: #1d1c1c;
    }
    .footer-content{
        height: inherit;
        padding:28px 0 15px;
        color:#494747;
    }
    .logo_and_copyright{
        max-width: 340px;
        width: 100%;
        text-align: center;
    }
    .copyright{
        margin-top: 15px;
    }
    .copyright > a{
        color:inherit;
        display: block;
        margin-top: 10px;
    }
    nav.footer-menu ul{
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    nav.footer-menu ul li a{
        background-color:inherit;
        color:inherit;
        position: relative;
    }
    nav.footer-menu ul li a:before{
        content:'';
        position: absolute;
        bottom: 8px;
        height: 2px;
        width: 88%;
        background-color: #fde940;
        right: 0;
        left: 0;
        margin: 0 auto;
        text-align: center;
        opacity: 0;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        -webkit-box-shadow: 0px -17px 11px 0px #fde940;
                box-shadow: 0px -17px 11px 0px #fde940;
    }

     nav.footer-menu ul li.current_page_item a:before,nav.footer-menu ul li.current-menu-item a:before,nav.footer-menu ul li a:hover:before{
        bottom:0;
        opacity: 1

    }

    .catalog main{
        background:none;
    }
    .catalog .site-content{
        height: inherit;
    }
    .site-content-catalog{
        width:100%;
        padding: 0 15px;
        border-top:2px solid green;
    }
    .page-title{
        text-align: center;
        overflow: hidden;
       
    }
    .page-title span{
         position: relative;

    }
   /* .page-title span:before{
        content:'';
        height: 2px;
        background:#e7e940;
        position: absolute;
        left: -106%;
        width:90%;
        top:50%;
    }
    .page-title span:after{
        content:'';
        height: 2px;
        background:#e7e940;
        position: absolute;
        right: -106%;
        width:90%;
        top:50%;
    }*/
    .catalog-item li{
        display: block;
        margin: 15px auto;
        width:30%;
        border: 1px solid #ccc;
        -webkit-box-shadow: 2px 4px 14px 0px #ccc;
                box-shadow: 2px 4px 14px 0px #ccc;
    }

    .item-product {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
            -ms-flex-direction:column;
                flex-direction:column;
        height: 100%;
    }
    .item-product span{
        display: block;
    }
   .item-product .item-title{
        text-align: center;
        padding: 20px 0;
        color:#1b803c;
        font-weight: 600;
    }
    .item-product .read-more{
        text-align: center;
        background:#1b803c;
        color:#fde940;
        padding: 10px 0;
        text-transform: uppercase;
        font-size: 14px;
        margin-top: auto;
    }
    .catalog-item{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

.slider-text-right{
    max-width: calc(100% - 340px);
}
.slide{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
            text-align: center;
    background-color: #1b803ca1;
    margin-top: 101px;
    margin-left: 14px;
    color: #eef5aa;
    padding: 30px;
}
.sidebar-menu .slick-prev, .sidebar-menu .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 0;
    right:0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: rgba(0, 0, 0, 0);
    border: none;
    outline: none;
    background: rgba(0, 0, 0, 0); 
    margin: auto;
}
.sidebar-menu .slick-prev {
    top: -25px;
}
.sidebar-menu .slick-next {
    top: 105%;
}
.sidebar-menu .slick-prev:before {
    content: "\f106";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 45px;
    top: -60px;
    left: 10px;
    height: 10px;
    width: 10px;
    z-index: 1;
    color: rgb(206, 221, 151);
    outline: none;
} 
.sidebar-menu .slick-next:before {
    content: "\f107";    
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 45px;
    top: -60px;
    right: 10px;
    height: 10px;
    width: 10px;
    color: rgb(206, 221, 151);
    outline: none;
}
.sidebar-menu .slick-vertical .slick-slide{
    min-height: 57px;
}

.podzagolovok {
    color: #fff;
    padding-top: 22px;
    font-size: 20px;
    padding-bottom: 10px;
}
/*Страница товара*/

.inner-item-block{
    margin-top: 25px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
}
.inner-item-block .main-img{
    max-width: 400px;
    width: 44.2%;
    margin-right: 20px;
}
.item-content{
	width: 42.77%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
}

.item-content-text:before,.item-content-text:after,.discr-block:before{
    content:'';
    background-image: url(images/border_vn1.png);
    height: 24px;
    background-repeat: no-repeat;
    position: absolute;
    top: -24px;
    left: 0;
    right: 0;
    background-position: center;
}
.discr-block:before{
    background-image: url(images/border_vn.png);
    background-size: cover;
}
.item-content-text:after{
    background-image: url(images/border_vn2.png);
    bottom:-24px;
    top: inherit;
}
.item-content-text,.discr-block{
    max-width: 345px;
    width:100%;
    position: relative;
    margin: 24px 5px;
    background-color: #f8f3e7;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
}
.item-content-text h1{
    color: #1b803c;
font-size: 20px;
text-align: center;
border-bottom: 7px double #d2d53f;
margin: 0.67em 20px;
padding-bottom: 10px;
}
.item-content-text > span{
    text-align:center;
    display: block;
    margin-top: inherit;
}
.discr-block{
    max-width: 100%;
    padding: 25px;
    margin:0;
    max-height: 666px;
    overflow-y: auto;
}
/*modal*/
.content-modal-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 10, 10, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    visibility: hidden;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: 0;
}
.content-modal-block{
    display: none;
}
.visible-item{
    visibility: visible;
    opacity: 1;
}
.visible-item-overflow{
    overflow-y: hidden;
}
.content-modal-display{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-width: 450px;
    height: 100%;
    max-height: 350px;
    margin: auto;
    padding: 24px;
    background-color: rgb(249, 249, 249);
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    visibility: visible;
    overflow-y: auto;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: 1;

}
.cross{
    margin-left: auto;
    cursor:pointer;
    border: none;
    padding: 9px;
    background-color: rgba(27, 128, 60, 0.97);
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-family: "Times New Roman";
    -webkit-box-shadow: rgba(2, 2, 2, 0.23) 0px 0px 0px 0px;
            box-shadow: rgba(2, 2, 2, 0.23) 0px 0px 0px 0px;
    text-shadow: rgba(0, 0, 0, 0.23) 0px 0px 0px;
    top: 0px;
    right: 0;
    position: absolute;
}
 input,textarea{
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10px;
    border-radius: 5px;
    outline: none;
    border: 1px solid #494747;
    resize: none;
}
 input[type='submit']{
    width: 100%;
    max-width: 230px;
    margin: 0 auto;
    margin-top: 10px;
    border: 1px solid rgb(83, 160, 71); 
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .15);
            box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .15);
    background-color: rgb(27, 128, 60);
    color: rgb(253, 226, 61);
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 0;
    cursor: pointer;
}
.price-know{
    color: rgb(0, 0, 0);
    font-size: 32px;
    font-family: Tahoma;
    text-align: center;
    text-shadow: rgba(2, 2, 2, 0.23) 0px 0px 0px;
    margin-bottom: 20px;
}
.content-modal-block form>p{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
}
.content-modal-block form div.wpcf7-response-output {
    margin-top: 0;
}
/*modal*/
.content_404{
text-align:center;
line-height: 25px;
}
/* Базовый контейнер табов */
.tabs {
    min-width: 320px;
    max-width: 860px;
    padding: 0px;
    margin: 50px auto 25px;
    width: 100%;
}
/* Стили секций с содержанием */
.tabs>section {
    display: none;
    padding: 20px 0;
    background-color: #f8f3e7;
    
}
.tabs>section>p {
    margin: 0 0 5px;
    line-height: 1.5;
    color: #383838;
    /* прикрутим анимацию */
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
/* Описываем анимацию свойства opacity */
 
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/* Прячем чекбоксы */
.tabs>input {
    display: none;
    position: absolute;
}
/* Стили переключателей вкладок (табов) */
.tabs>label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 15px 25px;
    font-weight: 600;
    text-align: center;
    color: #aaa;
    border: 0px solid #ddd;
    border-width: 1px 1px 1px 1px;
    background: #f1f1f1;
    border-radius: 3px 3px 0 0;
}
/* Шрифт-иконки от Font Awesome в формате Unicode */
.tabs>label:before {
    font-family: fontawesome;
    font-weight: normal;
    margin-right: 10px;
}
.tabs>label[for*="1"]:before {
    content: "\f15c";
    font-family: 'Font Awesome 5 Free';

}
.tabs>label[for*="2"]:before {
    content: "\f15c";
     font-family: 'Font Awesome 5 Free';
}
.tabs>label[for*="3"]:before {
    content: "\f080";
     font-family: 'Font Awesome 5 Free';
}

/* Изменения стиля переключателей вкладок при наведении */
 
.tabs>label:hover {
    color: #888;
    cursor: pointer;
}
/* Стили для активной вкладки */
.tabs>input:checked+label {
    color: #555;
    border-top: 1px solid #009933;
    border-bottom: 1px solid #fff;
    background: #fff;
}
/* Активация секций с помощью псевдокласса :checked */
#tab1:checked~#content-tab1, #tab2:checked~#content-tab2, #tab3:checked~#content-tab3, #tab4:checked~#content-tab4 {
    display: block;
}
/* Убираем текст с переключателей 
* и оставляем иконки на малых экранах
*/
 
@media screen and (max-width: 680px) {
    .tabs>label {
        font-size: 0;
    }
    .tabs>label:before {
        margin: 0;
        font-size: 18px;
    }
    .tabs>label:nth-of-type(3){
        font-size: 12px;
       
    }
    .tabs>label:nth-of-type(3):before {
        margin-left:5px;
        margin-right: 10px;
    }
}
/* Изменяем внутренние отступы 
*  переключателей для малых экранов
*/
@media screen and (max-width: 400px) {
    .tabs>label {
        padding: 15px;
    }
}
.screen-reader-text{display:none}

/*Точки слайдера*/
.slick-dots li.slick-active button:before {
    color: #e5de3f;
    opacity: 1;
}

.slick-dots li button:before{
    color: #cdd043;   
}
.slider-text-right .slick-dots li button:before{
    font-size: 12px;
}
.slider-text-right .slick-dots{
        bottom: -30px;
}
/*Точки слайдера*/

.price p {
    margin-right:100px;
    margin-left:100px;
    padding-left:15px;
    position:relative;
    font-size:18px;
    color:rgb(27, 128, 60);
    text-decoration:underline;
    cursor:pointer;
}
.price p:before {
    width:100px;
    height:1px;
    position:absolute;
    bottom:0;
    left:-100px;
    background:rgb(231, 233, 64);
    content:'';
}
.price p:after {
    width:100px;
    height:1px;
    position:absolute;
    right:-100px;
    bottom:0;
    background:rgb(231, 233, 64);
    content:'';
}

.nav-links{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 15px;
}
.nav-links span, .nav-links a{
    padding: 5px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 5px;
    border: 1px solid rgb(27, 128, 60);
}
.nav-links span{
    background-color: rgb(27, 128, 60);
    color: rgb(253, 233, 64);
}
.title_news{
    font-size: 24px;
}
.desc_news{
    margin-top: 14px;

}
.desc_category{
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 25px;
    text-align: justify;
    background: #f8f3e7;
    padding: 35px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom:5px;
    margin-top: 60px;
    position: relative;
}
.desc_category:before{
    position: absolute;
    top:-25px;
    content:url(images/border_vn_seo_text.png);
    left:0;
    right:0;

}
.knopka_slider{
    color: #eef5aa;
    border: 1px solid #eef5aa;
    max-width: 200px;
    margin: 0 auto;
    padding: 5px 30px;
    border-width: 2px;
    border-radius: 4px;
}
/*Мобильная версия*/
header .header-content.mobile-menu,.menu-btn{
    display: none;
}
header .header-content.mobile-menu {
    position: fixed;
    
    -webkit-transform:translateX(100%);
        -ms-transform:translateX(100%);
            transform:translateX(100%);
    z-index: 99;
    background: white;
    -webkit-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
    height: 100%;
    overflow-y: scroll;
    padding-bottom: 80px;
}
header .header-content.mobile-menu.transition-left{
 -webkit-transform: translateX(0%);
     -ms-transform: translateX(0%);
         transform: translateX(0%);
}
.mobile-line{
    display: none;
}
.menu-btn{
    z-index: 9;
    width:50px;
    height: 50px;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.menu-btn span,.menu-btn span:before,.menu-btn span:after{
    content:'';
    height: 2px;
    width: 30px;
    color: white;
    background-color: #1b803c;
    position: absolute;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.menu-btn span:before{
    content:'';
    -webkit-transform: translatey(-8px);
    -ms-transform: translatey(-8px);
    transform: translatey(-8px);
   
}          
.menu-btn span:after{
    content:'';
    -webkit-transform: translatey(8px);
    -ms-transform: translatey(8px);
    transform: translatey(8px);
   
}
.menu-btn-active span{
    height: 0;
}
.menu-btn-active span:before{
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu-btn-active span:after{
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.arrow-sidebar{
	display: none;
	position: absolute;
	left: 20px;
	top: 10px;
	width: 2px;
	background-color: #feffd3;
	height: 28px;
	-webkit-transition:0.1s;
	-o-transition:0.1s;
	transition:0.1s;

}
.arrow-sidebar:before,.arrow-sidebar:after{
	content:'';
	position: absolute;
	height: 14px;
	width: 2px;
	background-color: #feffd3;
	bottom: 0;
	-webkit-transition:0.1s;
	-o-transition:0.1s;
	transition:0.1s;

}
.arrow-sidebar:before{
	left: -4px;
	-webkit-transform: rotate(-34deg);
	    -ms-transform: rotate(-34deg);
	        transform: rotate(-34deg);

}
.arrow-sidebar:after{
	right:-4px;
	-webkit-transform: rotate(34deg);
	    -ms-transform: rotate(34deg);
	        transform: rotate(34deg);
}
.arrow-sidebar-active:before,.arrow-sidebar-active:after{
	top:0;
	

}
.arrow-sidebar-active:before{
	 -webkit-transform: rotate(-149deg);
	     -ms-transform: rotate(-149deg);
	         transform: rotate(-149deg);
}
.arrow-sidebar-active:after{
	 -webkit-transform: rotate(149deg);
	     -ms-transform: rotate(149deg);
	         transform: rotate(149deg);
}

.slide-text ol, .discr-block ol{
    padding-left: 18px;
    margin-bottom: 20px;
}
.slide-text p, .discr-block p{
    margin-bottom: 20px;
    line-height: 1.2;
}
.slide-text h2, .discr-block h2{
    margin-bottom: 20px;
}
.item-content .price{
    margin-top: 20px;
}
.front-page-item.catalog-item {
    display: flex;
    justify-content: space-between;
    margin-left: 15px;
    margin-top: 85px;
        margin-bottom: 25px;
}
.front-page-item.catalog-item li{
    background-color: rgb(255, 255, 255);
    box-shadow: none;
    margin: 0;
    position: relative;
    border:none;
        flex: initial;
}

.front-page-item.catalog-item .front-card-name{
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    position: absolute;
    top: -33px;
    left: 0;
    right: 0;
    margin: auto;
    color: rgb(255, 255, 255);
    font-size: 20px;
    background: rgb(27, 128, 60);
}


.page-contacts{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.page-contacts .contacts-fabrik{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}
.page-contacts .contacts-fabrik>div{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 5px 15px;
        font-size: 15px;
}
.page-contacts .contacts-fabrik img {
    max-height: 30px;
    margin-bottom: 10px;
}
.page-contacts>div {
    margin-bottom: 30px;
    width: 100%;
    line-height:25px;
}
.page-contacts h2{
    margin-bottom: 25px;
    text-align: center;
    font-size: 20px;
}
.page-contacts .contacts-fabrik>div>span,
.page-contacts .contacts-fabrik>div>a{
  
}
.page-contacts .discr-block{
    min-height: 200px;
}

.front-page-item span.item-img {
    display: flex;
/*    max-height: 253px;
    height: 100%;*/
    max-width: 100%;
}
.front-page-item span.item-img img{
    max-width: 100%;
    height: 100%;
    width: 100%;
   	object-fit: contain;
}
.text_news h2{
    line-height: 1;
}
/*Мобильная версия*/

/*mediaqueries*/
@media (max-width: 1120px){
	.item-content{
		width: 51.77%;
		text-align: center;
	}
	.item-content-text{
		margin:24px auto;
		padding: 10px;
	}
   /* .front-page-item.catalog-item{
        display: none;
    }*/
}
@media (max-width: 960px){
	.page-title span:before, .page-title span:after{
		content:none;
	}
    .arrow-open.arrow-display, .arrow-close.arrow-display{
        display: block;
    }
    .arrow-text{
        position: absolute;
        left: 45px;
        top: 13px;
    }
    iframe{width: 100%}

    body{
        background:0;
    }
    table{
    	font-size: 14px;
    }
    .arrow-sidebar{
    	display: block;
    }
   	.site-content-catalog{
   		margin-top: 46px;
   	}
    .site-content, .footer-content{
    	-webkit-box-orient: vertical;
    	-webkit-box-direction: normal;
    	    -ms-flex-direction: column;
    	        flex-direction: column;
    	-webkit-box-align: center;
    	    -ms-flex-align: center;
    	        align-items: center;
    }
    .slider-text-right {

    	max-width: 100%;

    }
    .slide{
    	margin-top: 46px;
    	margin-left: 0;
    }
    nav.footer-menu{
    	display: none;
    }
	.catalog-item li{
		-webkit-box-flex:0;
		    -ms-flex:0 1 350px;
		        flex:0 1 350px;
	}
    .mobile-line{
            padding: 10px 0;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .mobile-line .header_phone{
        line-height: 22px;
        font-size: 16px;
    }
    header .header-content{
        display: none;
    }
     .logo{
        max-width: 200px;
        padding:5px 0 5px 5px;
     }
    
    .menu-btn{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
    }
    header .header-content.mobile-menu{
    display: block;
    }
    header .header-content.mobile-menu .lang-block ul{
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    header .header-content.mobile-menu .lang-block ul li{
        width:100%;
        margin: 0;
        text-align: center;
        font-size: 20px;

    }
    .mobile-menu .main-menu ul{
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
            -ms-flex-direction:column;
                flex-direction:column;
    }
    .mobile-menu .main-menu ul li{
        font-size: 20px;
        text-transform: uppercase;
        line-height: 30px;
    }
    .header_phone, .header_email, .header_social{
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    line-height: 50px;
    font-size: 20px;
    }
    .header_social{
        font-size: 50px;
        margin-top: 15px;
    }
    .banka{
		display: none;
	}
    nav .banka{
        display: flex;
    }
	.site-content .left-sidebar{
	    position: absolute;
    	z-index: 5;
    	height: auto;
    	max-width: initial;
            padding-top: 0;
	}
	.left-sidebar{
		-ms-flex-flow: wrap;
		    flex-flow: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		    -ms-flex-direction:row;
		        flex-direction:row;
		        padding:10px 0;
	}
	.left-sidebar .slider-title{
		position: relative;
		padding:0;
		margin:0;
		font-size: 24px;
        padding-top: 10px;
        padding-bottom: 10px;
	}
	
	.left-sidebar nav.sidebar-menu{
		display: none;
	}
	.left-sidebar nav.sidebar-menu.sidebar-display{
		display: block;
		height: 350px;
		margin-bottom: 10px;
		overflow-y: scroll;
        margin-top: 0;
	}

}
@media (max-width: 768px){
	main {
	    background: url(images/bioglovit_background-tablet.jpg) no-repeat center;
	    background-size: cover;
	}
}
@media (max-width: 720px){
	.catalog-item li{
		-ms-flex-preferred-size: 320px;
		    flex-basis: 320px;
	}
    .front-page-item.catalog-item {
        flex-wrap: wrap;
        justify-content: center;
    }
    .front-page-item.catalog-item li {
        width: auto;
        max-width: 250px;
        margin: 20px;
    }
}
@media (max-width: 620px){
	.catalog-item li{
		-webkit-box-flex: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
	}
	.inner-item-block .main-img{
		width:100%;
		margin:0 auto;
	}
	.item-content{
		width:100%;
	}
	.item-content-text{
		max-width: inherit;
		padding: 10px;
	}
	.item-content-text:before,.item-content-text:after,.price p:before,.price p:after{
		display: none;
	}
	.price p{
		margin: inherit;
	}

	.tabs{
		order:3;
	}
	.item-content{
		order:1;
		margin-bottom: 25px;
	}
	.inner-item-block .main-img{
		order:2;
	}
	.item-content .price {
	    margin-top: 0;
	}
	
}
@media (max-width: 500px){
    .mobile-line{
        flex-wrap: wrap;
    }
    .mobile-line .header_phone{
        order: 3;
        margin: auto;
        margin-top: 10px;
    }
    .mobile-line .logo{
        margin-right: 78px;
    }
    header .header-content.mobile-menu{
        padding-bottom: 130px;
    }
    .photo_prew{
        flex-direction: column;
    }
    h1.page-title.news{
        font-size:1.2em;
    }
}

@media (max-width: 430px){
    .arrow-open.arrow-display, .arrow-close.arrow-display {
        display: block;
        font-size: 14px;
    }
}
@media (max-width: 350px){
    .arrow-text {
        position: absolute;
        left: 35px;
    }
    .arrow-open.arrow-display, .arrow-close.arrow-display {
        font-size: 12px;
    }
    .mobile-line .logo {
        margin-right: 0;
    }
}
@media (max-width: 350px){
    .slider-title{
        margin-left: 20px;
    }
}

@media (max-width: 425px){
	main {
	    background: url(images/bioglovit_background-mobile.jpg) no-repeat center;
	    background-size: cover;
	}
}