/*
Theme Name: Ulaizer Theme
Theme URI: http://pixelgrow.com/
Author:  Pixelgrow
Author URI:  http://pixelgrow.com/
Description: Тема для Юрияфарм
Version: 1.0.0

Tags: Юлайзер, ЮрияФарм

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
html, body {
    width: 100%;
    /*  height: 100%;*/
    font-family: 'Roboto', sans-serif;

    overflow-x: hidden;
}

body {
    margin: 0;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #282828;
    background: #fff;
    -webkit-text-size-adjust: none;

}

div, p, a, span, em, strong, img, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, td, tr, form, fieldset, label, select, input, textarea {
    padding: 0;
    margin: 0;
    outline: none !important;
    list-style: none;
}

select, input, textarea {
    font-size: 15px;
    color: #4b7589;
}

textarea {
    vertical-align: top;
}

:focus {
    outline: none;
}

input[type=submit] {
    cursor: pointer;
}

img, fieldset {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    font: 'Roboto', sans-serif;
    text-decoration: none;
}

a:hover {
    color: #23527c;
    text-decoration: none !important;
}

/*старые браузеры*/
.mob-version {
    display: none;
}

.logo-mob {
    display: none;
}

.promobuklet-mob {
    display: none;
}

/*
.head-menu{
	float: left;
}


			.block-left-oldbr{
					float: left;
				}*/

/* DEFAULT CLASSES */
.floatright {
    float: right !important;
}

.floatleft {
    float: left !important;
}

.no-float {
    float: none !important;
}

.no-border {
    border: 0 !important;
    padding-right: 0 !important;
}

.no-bg {
    background: none !important;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-display {
    display: none !important;
}

.display {
    display: block !important;
}

.inline {
    display: inline !important;
}

.overflow {
    overflow: hidden !important;
}

.alignright {
    text-align: right !important;
}

.alignleft {
    text-align: left !important;
}

.aligncenter {
    text-align: center !important;
}

.clear {
    clear: both;
}

/*
Base options
*/
.site {
    background: #fff;
    overflow-x: hidden;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.site-main {
    padding-top: 1px;
}

.castbtn {
    position: relative;
    display: block;
    margin: 15px 0 25px 0;
}

.castbtn a {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    padding: 12px 10px;
    color: #fff;
    background: #0090c3;
    border: 1px solid #0090c3;
    border-radius: 4px;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.castbtn a:hover {
    background-color: #fff;
    color: #0090c3;
}

@media screen and (max-width: 768px) {
    .castbtn a {
        font-size: 8px;
        text-transform: uppercase;
        padding: 12px 0px;
        letter-spacing: -0.3px;
    }
}

/*--------------------------------------------------------------
## PageStile
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## header
--------------------------------------------------------------*/
.site-inner {
    margin-top: 76px;
}

.site-header {
    height: 76px;
    box-shadow: 0px 4px 4px -4px #96a1a9;
}

.site-branding {
    margin-top: 14px;
    padding: 0px;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.head-menu {
    padding: 30px 0px 0px 60px;
}

.site-header-menu .current_page_item > a, .site-header-menu .current-menu-item > a {
    color: #008265;
}

/*#008265*/

.site-header-menu a {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #2c4253;
    font-weight: 500;
}

.main-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
}

.main-navigation ul li {
    float: left;
    margin: 0 0 0 44px;
}

@media screen and (min-width: 768px) {
    .menu-toggle {
        display: none;
    }

    .container {
        width: 1140px;
        margin: 0 auto;

        /*padding-left: 15px;
    padding-right: 15px;*/
    }

}

#menu-headmenu .menu-item {
    position: relative;
}

header li.dropdown {
    position: static;
    padding: 13px 35px !important;
}

header li.dropdown:hover {

    background: #fff;
    border: 1px solid #EEEEEE;
}

.sub-menu {
    float: none;
    background: #fff;
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.15);
    min-width: 100%;
    max-width: 400px;
    top: 47px;
    position: absolute;
    left: -9999px; /* Скрываем за экраном, когда не нужно (данный метод, лучше чем display:none;) */
    display: none;
    -webkit-transition: 0.25s linear opacity; /* В Webkit выпадающие пункты будут проявляться */
}

.sub-menu li {
    float: none !important;
    text-align: left !important;
    width: 100%;
    border-top: 1px solid #EEEEEE !important;
    margin: 0;
    padding: 15px 15px !important;
    white-space: nowrap;
}

.sub-menu li:first-child {
    border-top: 0px solid #EEEEEE !important;
}

.sub-menu li:last-child {
    border-radius: 5px;
}

.sub-menu li a {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #2C4253;
    max-width: 400px;
    width: 100% !important;
    overflow: hidden;
    position: relative;
    display: inline-block !important;
    /* white-space: initial !important; */
    text-transform: capitalize;
    text-transform: none !important;
}

.main-navigation .sub-menu li {
    margin: 0px;
}

.site-header li:hover .sub-menu {
    left: 0; /* Приносим его обратно на экран, когда нужно */
    opacity: 1; /* Делаем непрозрачным */
}

.site-header li .sub-menu {
    min-width: auto;
}

.site-header li.menu-item {
    position: relative;
}

.menu-top ul li {
    float: left;
    text-align: center;
}

.menu-top {
    padding: 14px 0 0 0;
    background: #fff;
}

.site-header-menu {
    padding: 2px 0 0 0 !important;
}

.site-header-menu li {
    padding: 13px 6px;
    border: 1px solid #fff;
}

.widget-right {
    margin-top: 9px;
}

.site-header-menu a:hover {
    /*color: #BE301C;*/
    color: #008265;
}

.widget_search {
    background-color: transparent !important;
}

.header--fixed {
    position: fixed;
    z-index: 10;
    right: 0;
    left: 0;
    top: 0;
    background-color: #fff;
}

.headroom--pinned {
    transform: translateY(0);
}

.headroom--unpinned {
    transform: translateY(-100%);
}

#masthead {
    transition: transform .25s ease-in-out;
    will-change: transform;
    z-index: 1050;
}


.header-fixed-block {
    height: 76px;
    width: 100%;
    display: block;
}

/*----------------------------------------
 search
--------------------------------------------------------------*/
.widget-right {
    margin-top: 9px;
}

.widget_search {

    background-color: #fff;

}

@media screen and (max-width: 576px) {
    .widget_search {
        margin-top: 0;
    }
}


.site-header .search-field {
    background-color: transparent;
    background-image: url(images/search-icon.png);
    background-position: 8px 6px;
    background-size: 17px 17px;
    background-repeat: no-repeat;
    padding: 0 0 0 34px;
    position: relative;
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    border: 1px solid #C8C8C8;
    border-radius: 4px;
    width: 500px;
    height: 30px;
    font-weight: 400;
    background-color: #fff;
    z-index: 5;
    cursor: pointer;
    font-size: 12px;
}

/*.site-header .search-field:focus {*/
/*	background-color: #fff;*/
/*	border: 1px solid #0090c3;*/
/*	cursor: text;*/
/*	margin-left: 0px;*/
/*	width: 190px;*/
/*	z-index: 5;*/
/*}*/
.search-form
.search-submit {
    display: none;
}

@media screen and (max-width: 769px) {
    .search-form {
        margin-top: 15px;
    }

    .search-form label {
        width: 100%;
    }

    .search-form label input {
        width: 100% !important;
    }
}

.screen-reader-text {
    display: none;
}

.owl-stage {
    line-height: 100%;
    height: 100%;
    display: table;
}

.owl-stage .owl-item {
    line-height: 100%;
    height: 100%;
    display: table;
}

.owl-stage .carousel-slider__item {
    display: table-cell;
    vertical-align: middle;
    line-height: 100%;
    height: 100%;
}

.owl-stage .carousel-slider__item img {
    display: table-cell;
    vertical-align: middle;
}

/*--------------------------------------------------------------
## Laguage block
--------------------------------------------------------------*/
.qtranxs_widget {
    float: left;
    margin-left: 40px;
}

.language-chooser {
    float: left;

    list-style: none;
    overflow: hidden;
    display: inline-block;
    opacity: 0.5;
    border: 1px solid #2c4253;
    border-radius: 4px 4px 4px 0px 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    height: 30px;
    padding: 0;
}

.language-chooser li {
    float: left;
    width: 34px;
    height: 30px;
    background: transparent;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -ms-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    text-align: center;
    padding: 4px 0px;
}

.language-chooser span {
    margin-top: 4px;
    color: #2c4253;
    font-size: 12px;
}

.language-chooser .active span {
    background-color: #2c4253;
    color: #ffffff;
}

.language-chooser .active {
    background-color: #2c4253;
}


/*--------------------------------------------------------------
## slider
--------------------------------------------------------------*/
.slider-container {
    position: absolute;
    width: 45%;
    height: 100%;
    left: 55%;
    top: 0;
    background: rgba(255, 255, 255, 0.8);

}

.slider-text {
    padding: 20% 0 0;
}

.slider-head {
    padding: 0 60px;
    font-family: Roboto;
    font-weight: 900;
    font-size: 49px;
    color: #2c4253;
    letter-spacing: 0px;
    line-height: 59px;
    text-align: left;
}

.sliderimg {
    background-position: center;
}

.slider-decor {
    width: 34px;
    margin: 20px 0;
    border-bottom: 3px solid #be301c;
}

.flex-direction-nav {
    display: none;
}

.slider-description {
    padding: 0 60px;
    font-family: Roboto;
    font-weight: 300;
    text-align: left;
    font-size: 24px;
    color: #2c4253;
}

.flexslider .slides > li {
    position: relative;
}

/*--------------------------------------------------------------
## block
--------------------------------------------------------------*/
.block-clintent-top {
    border-bottom: 1px solid #e7e7e7;
    position: relative;
}

.block-clintent-top #arrow-block {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -7px;
    background-image: url(images/arrow-dwn.png);
    background-repeat: no-repeat;
    width: 19px;
    height: 14px;
    cursor: pointer;
}

#arrow-block1 {
    background-image: url(images/arrow-dwn.png);
    background-repeat: no-repeat;
    width: 19px;
    height: 14px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.arrowB1 {
    background: #fff;
    height: 58px;
    position: relative;
}

.block-clintent-top .phone-free {
    height: 76px;
}

.block-clintent-top .widget-title {
    margin: auto;
    float: left;
    font-family: Roboto;
    font-weight: 300;
    font-size: 20px;
    color: #2c4253;
    width: 193px;
    line-height: 76px;
}

.block-clintent-top .textwidget {
    font-family: Roboto;
    font-size: 10px;
    color: #2c4253;
    text-align: left;
    width: 200px;
    float: left;
    margin-top: 25px;
}

.phone-free .freephoneukr .textwidget {
    font-size: 10px !important;
}

.block-clintent-top .ask-specialist {
    color: #0090c3;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #0090c3;
    border-radius: 4px;
    /*width:222px;*/
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 18px 15px 18px 0px;
    float: right;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -ms-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    cursor: pointer;
}

.block-clintent-top .ask-specialist:hover {
    color: #fff;
    background-color: #0090c3;
}

/*--------------------------------------------------------------
## block Ulaizer
--------------------------------------------------------------*/
.home-record-page .bignameh2 {
    font-weight: 900;
    font-size: 75px;
    color: #00759f;
    text-align: left;
    text-transform: uppercase;
    margin-top: 73px;
}

.home-record-page .bignameh2 span {
    font-weight: 300;
    font-size: 75px;
    color: #00759f;
    text-align: left;
    text-transform: uppercase;
    margin-top: 80px;
}

.home-record-page .bignameh3 {
    font-weight: 300;
    font-size: 35px;
    color: #00759f;
    line-height: 41px;
    text-transform: uppercase;
}

.home-record-page p {
    margin-top: 35px;
    margin-bottom: 35px;
    line-height: 29px;
    font-size: 16px;
    font-weight: 300;
}

.home-record-page .all-ulaizer {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    color: #0090c3;
    border: 1px solid #0090c3;
    border-radius: 4px;
    display: inline-block !important;
    height: 45px;
    padding: 15px 30px;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -ms-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    cursor: pointer;
}

.home-record-page .all-ulaizer:hover {
    color: #fff;
    background-color: #0090c3;
}

.block-cintent-top {
    margin-top: 50px;
}

.product-head-block .product-head-block-img {
    overflow: hidden;
    height: 255px;
}

.product-head-block {
    margin-bottom: 3px;
    box-shadow: 0px 1px 3px 0px #ccc;
    border-radius: 4px;
    overflow: hidden;
    -webkit-transition-duration: all 400ms ease-out;
    -moz-transition-duration: all 400ms ease-out;
    -ms-transition-duration: all 400ms ease-out;
    -o-transition-duration: all 400ms ease-out;
    transition-duration: all 400ms ease-out;
}

.product-head-block:hover {
    box-shadow: 0px 1px 6px 0px #a3a3a3;
    padding: -5px;
    overflow: hidden;
}

.product-head-block img {
    width: 100%;
    height: 100%;

}

.product-head-block .name-block {
    font-weight: 500;
    line-height: 87px;
    font-size: 19px;
    text-transform: uppercase;
    color: #2c4253;
    letter-spacing: 0px;
    text-align: center;
    border-top: 3px solid #be301c;
    z-index: 100;
}

/*--------------------------------------------------------------
## block home news
--------------------------------------------------------------*/
.block-cintent-full {
    background-color: #f8f8f8;
    margin-top: 56px;
    padding-top: 67px;
    padding-bottom: 86px;
}

.block-cintent-full2 {
    background-color: #fff;
    margin-top: 10px;
    padding-top: 67px;
    padding-bottom: 86px;
}

.block-news-header {
    height: 35px;
    margin-bottom: 30px;
    padding-left: 15px;
}

.block-news-header-promo {
    height: 35px;
    margin-bottom: 30px;
    padding-left: 0px;
}

.block-news-home {
    padding: 0px;
}

.block-news-title {
    font-weight: 900;
    font-size: 25px;
    color: #2c4253;
    text-align: left;
    text-transform: uppercase;
    float: left;
    line-height: 35px;
}

.block-news-home .button-allnews {
    height: 33px;
    width: 102px;
    margin-left: 30px;
    float: left;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 11px;
    /* color: #94248C; */
    /* border: 1px solid #94248C; */
    border-radius: 4px;
    text-align: center;
    line-height: 35px;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -ms-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
}

/* .block-news-home .button-allnews:hover{
	color: #fff;
	background-color:  #0090c3;
} */

.news-head-block {
    padding: 0px 15px;

}

.news-head-block .block {
    background-color: #fff;
    padding: 0px;
    box-shadow: 0px 1px 4px 0px #ccc;
    border-radius: 4px;
    overflow: hidden;
    height: 500px;
    position: relative;
}

.news-head-block .block img {
    max-width: 100%;
    height: auto;

}

.navbar-header {
    float: none;
    display: flex;
    gap: 0 15px;
    position: relative;
}

@media screen and (max-width: 993px)  {
    .navbar-header {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 0;
    }
}

@media screen and (max-width: 767px)  {
    .navbar-header {
        display: block;
    }
}

.navbar-header:after,
.navbar-header:before {
    display: none;
}

.news-head-block .header-content {
    font-weight: 500;
    font-size: 20px;
    color: #2c4253;
    letter-spacing: 0px;
    padding: 25px 30px 0px 30px;
    line-height: 24px;
}

.news-head-block .litl-content {
    padding: 25px 30px 0px 30px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}

.block-footer {
    position: absolute;
    bottom: 0px;
    padding: 15px 30px;
    background-color: #fff;
    width: 100%;
    height: 67px;
    font-size: 12px;
    color: #cacfd3;
    text-align: left;
    border-radius: 4px;
}

.block-footer a {
    font-size: 12px;
    color: #cacfd3;
    text-align: left;
}

.block-footer a:hover {
    color: #a3abb1;
}

.promobuklet {
    position: relative;
    width: 350px;
    height: 450px;
    background-image: url(images/promobuklet.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
}

.labelbuklet {

    position: absolute;
    margin: 100px 130px 0px 80px;;
    font-weight: 300;
    font-size: 13px;
    color: #333333;
    text-align: left;
    text-transform: uppercase;
}

.logo-buklet {
    position: absolute;
    top: 53px;
    left: 72px;
}

.logo-buklet img {
    width: 140px;
    height: 33px;
}

/*--------------------------------------------------------------
## footer
--------------------------------------------------------------*/
.wrapper-social li {
    float: left;
}

.wrapper-social li a, .wrapper-social li > span {
    display: block;
    height: 60px;
    margin: 0 2px;
    outline: none;
    text-indent: -9000px;
    position: relative;
}

.wrapper-social li .uf-logo {
    margin: 0 138px 0 15px;
    background: transparent url(images/uf-logo.png) no-repeat center left; /*top left*/
    background-size: 245px 31px;
    width: 245px;
}

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

.wrapper-social li .tivortin-logo {
    margin: 0 133px 0 0;
    background: transparent url(images/tivorin.png) no-repeat -12px -17px;
    background-size: 182px 72px;
    width: 154px;
}

.wrapper-social li .lorde {
    margin: 0 103px 0 0;
    background: transparent url(images/Lorde_hyal_logo.png) no-repeat 0% 50%;
    background-size: 182px auto;
    width: 184px;
}

@media (max-width: 767px) and (min-width: 320px) {
    .wrapper-social li .lorde {
        margin: 0;

    }
}

.wrapper-social li .lactuvit-logo {
    margin: 0 133px 0 0;
    background: transparent url(images/laktuvit.png) no-repeat -10px -16px;
    background-size: 154px 72px;
    width: 144px;
}

.wrapper-social li .nasisoft {
    margin: 0 93px 0 0;
    background: transparent url(images/nasisoft_logo.png) no-repeat 0% 50%;
    background-size: 184px auto;
    width: 184px;
}

@media (max-width: 767px) and (min-width: 320px) {
    .wrapper-social li .nasisoft {
        margin: 0;

    }

}

.wrapper-social li .aquila-logo {
    background: transparent url(images/aquila_logo.png) no-repeat -7px -16px;
    width: 130px;
    background-size: 154px 72px;
}

.wrapper-social li .dekasan {
    background: transparent url(images/dekasan_logo.png) no-repeat 0% 50%;
    width: 140px;
    background-size: 140px auto;
}

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

.wrapper-social li a span {
    display: block;
    width: 270px;
    height: auto;
    line-height: 24px;
    padding: 10px;
    left: 50%;
    margin-left: -135px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #2c4253;
    text-align: center;
    border: 4px solid #fff;
    background: rgba(255, 255, 255, 1);
    text-indent: 0;
    border-radius: 4px;
    position: absolute;
    pointer-events: none;
    bottom: 100px;
    opacity: 0;
    box-shadow: 0 1px 6px 0 #ccc;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wrapper-social li a span:before,
.wrapper-social li a span:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -9px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(0, 0, 0, 0.1);
}

.wrapper-social li a span:after {
    bottom: -14px;
    margin-left: -10px;
    border-top: 10px solid #fff;
}

.wrapper-social li a:hover span {
    opacity: 1;
    bottom: 80px;
}


.brand-uf-full {
    padding: 0px;
    border-top: 1px solid #e7e7e7;
}

.brand-uf {
    margin-top: 57px;
    margin-bottom: 57px;
}

.brand-uf .uflogo img {
    width: 245px;
}

.brand-uf .columns {
    float: left;
}

.site-footer {
    background-color: #2c4253;
    padding-top: 49px;
    padding-bottom: 238px;
}

.site-footer.close-w {
    padding-bottom: 131px;
}

.footer-phone {
    font-family: 'Roboto', sans-serif;

}

.footer-phone .widget-title {
    font-weight: 300;
    font-size: 23px;
    color: #ffffff;
}

.footer-phone .textwidget {
    margin-top: 8px;
    font-size: 11px;
    line-height: 15px;
    color: #86939c;
}

.footer-menu-light .menu li {
    margin-bottom: 10px;

}

.footer-menu-light {
    margin-left: 30px;
}

.footer-menu-light .menu a {
    font-weight: 300;
    font-size: 13px;
    color: #ffffff;
}

.footer-menu-obscure {
    margin-left: 30px;
    margin-top: 32px;
}

.footer-menu-obscure .menu li {
    margin-bottom: 4px;
}

.footer-menu-obscure .menu a {
    font-size: 12px;
    color: #798792;
    text-decoration: underline;
}

.footer-menu-obscure .menu a:hover {
    color: #9da8b0;
    text-decoration: underline;
}

.footer-menu-socisl li {
    padding: 0;
    margin-left: 7px;
    background-size: 42px 42px;
    float: left;
    width: 42px;
    height: 42px;
    overflow: hidden;
    background-repeat: no-repeat;
    -webkit-transition-duration: .1s;
    -moz-transition-duration: .1s;
    -ms-transition-duration: .1s;
    -o-transition-duration: .1s;
    transition-duration: .1s;
}

.footer-menu-socisl li:hover {
    opacity: 0.7;
}

.footer-menu-socisl a {
    display: block;
    color: transparent;
    width: 100%;
    height: 100%;
}

.footer-menu-socisl .youtube {
    background-image: url(images/youtube_soc.png);
}

.footer-menu-socisl .vk {
    background-image: url(images/vk_soc.png);
}

.footer-menu-socisl .facebook {
    background-image: url(images/facebook_soc.png);
}

.footer-menu-socisl .linkedin {
    background-image: url(images/linkedin_soc.png);
}

.footer-menu-socisl .google_plus {
    background-image: url(images/gplus_soc.png);
}

.footer-button-ask .ask-spec {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    border: 1px solid #fff;
    border-radius: 4px;
    /*width: 222px;*/
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 70px 0px 18px 0px;
    float: right;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -ms-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    cursor: pointer;
}

.footer-button-ask .ask-spec:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

/*--------------------------------------------------------------
##  Nibulaizers
--------------------------------------------------------------*/
.product-header {
    text-align: center;

}

.product-block {
    margin-top: 50px;
    border-bottom: 1px solid #f7f8f9;
    padding: 0px 0px 40px 0px;
}

.products-block {
    padding-top: 80px;
    border-bottom: 1px solid #f7f8f9;
    padding: 80px 0px 90px 0px;
}

.product-header h1 {
    font-weight: 700;
    font-size: 30px;
    color: #2c4253;
    text-align: center;
}

.tab-carusel {
    display: inline-block;
    margin-left: 3px;
}

.product-tabs {
    margin-top: 50px;
    /*margin-left: 1px;*/
    border: 1px solid #ccc;
    padding: 13px 19px 13px 19px;
    display: inline-block;
    font-weight: 300;
    font-size: 14px;
    color: #2c4253;
    line-height: 24px;
    text-align: center;
    border-right: none;
    border-left: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    border-radius: 4px;
}

.product-tabs:hover {
    background-color: #eaeaea;
    color: #2c4253;
}

.product-tabs:last-child {
    border-right: 1px solid #eaeaea;

}

.slick-arrow {
    height: 52px;
    width: 50px;
}

.slick-arrow:hover {
    opacity: 0.6;
}

.slick-prev {
    left: -49px;
    top: 76px;
    background: url('images/sl-left.png') no-repeat center center;
}

.slick-next {
    right: -49px;
    top: 76px;
    background: url('images/sl-right.png') no-repeat center center;
}

.slick-disabled {
    opacity: 0.3;
}

.slick-disabled:hover {
    opacity: 0.3;
}

.products-info {
    font-size: 16px;
    color: #333333;
    font-weight: 300;
    line-height: 28px;
}

.products-info .floatleft h2 {
    font-weight: 900;
    font-size: 63px;
    color: #00759f;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.products-info .floatleft {
    width: 43%;
    display: block;
    float: left;
    font-weight: 300;
    font-size: 27px;
    color: #00759f;
    padding-right: 50px;
    line-height: 35px;
    text-transform: uppercase;
}

.products-info .product-smal-head {
    display: block;
    width: 100%;
    float: left;
    font-weight: 300;
    font-size: 50px;
    color: #00759f;
    padding-right: 10px;
    line-height: 44px;
    text-transform: uppercase;
}

.products-info .product-smal-head-b {
    display: block;
    float: left;
    font-weight: 900;
    font-size: 44px;
    color: #00759f;
    padding-right: 10px;
    line-height: 44px;
    text-transform: uppercase;
}

.products-info .float-wrap {
    display: flex;
}

.products-info .float-left {
    flex: 0 0 43%;
    padding-right: 50px;
}

.products-info .float-right {
    flex: 1;
}

.products-info .product-small-head-b {
    display: block;
    font-weight: 900;
    font-size: 44px;
    color: #92278f;
    line-height: 44px;
    text-transform: uppercase;
}

.product-content .preparat-type {
    font-weight: 500;
    font-size: 20px;
}

.product-content .preparat-forma {
    font-weight: 300;
    font-style: italic;
    font-size: 14px;
    margin: 15px 0px;
}

.section-content .preparat-type {
    color: #333333;
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;

}

.section-content .preparat-forma {
    font-weight: 300;
    font-style: italic;
    font-size: 14px;
    margin: 15px 0px;
}

.preparat-title {
    font-weight: 700;
    font-size: 30px;
    color: #2c4253;
    text-align: left;
}

.flleft {
    float: left;
    padding: 0 50px 0 0;
}

.flright {
    float: right;
}

.product-list {
    width: 100%;
    display: inline-block;
}

.product-img {
    width: 50%;
}

.product-info {
    width: 50%;
    font-weight: 300;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0px;
    line-height: 26px;
    text-align: left;
}

.product-title {
    font-weight: 500;
    font-size: 35px;
    line-height: 35px;
    color: #008164;
    text-align: left;
}

.product-title span {
    margin-left: 10px;
    padding-left: 10px;
    height: 37px;
    font-style: italic;
    font-weight: 400;
    font-size: 25px;
    color: #be301c;
    line-height: 0px;
    border-left: 2px solid #e0e0e0;
}

.product-info h3 {
    font-weight: 400;
    font-size: 20px;
    color: #2c4253;
    letter-spacing: 0px;
}

.product-content {
    margin-top: 38px;
}

.product-content ul {
    margin-left: 20px;
    margin-top: 20px;
}

.product-content li {
    list-style-type: disc;
}

.block-icons {
    width: 100%;
    padding-top: 34px;
    padding-bottom: 1px;
    display: flex;
}

.block-icons-preparat {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 1px;
    display: flex;
}

.preparat-button-buy {
    font-weight: 500;
    margin-right: 52px;
    font-size: 12px;
    text-transform: uppercase;
    padding: 6px 0;
    color: #fff;
    background: #0090c3;
    border: 1px solid #0090c3;
    border-radius: 4px;
    height: 40px;
    width: 125px;
    text-align: center;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.preparat-more {
    margin-top: 20px;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    color: #0090c3;
}

.preparat-more:hover {
    color: #006386;
}

.preparat-button-buy:hover {
    color: #0090c3;
    background-color: #fff;

}

.block-icons-preparat .ulaizer-icons {
    margin-top: 6px;
}

.ulaizer-icons {
    list-style: none;
}

.ulaizer-icons li {
    float: left;
    margin-right: 27px;
}


.ulaizer-icons li:last-child {
    float: left;
    margin-right: 0 !important;
}

.ulaizer-icons li a {
    display: block;
    height: 38px;
    padding: 7px 11px 0px 32px;
    color: #0090C3;
    font-size: 12px;
    font-weight: 400;
}

.ulaizer-icons li.instructions-ico a {
    background: url('images/ico_neb_instructions.png') no-repeat 0 center;
}

.ulaizer-icons li.certificate-ico a {
    background: url('images/ico_neb_certificate.png') no-repeat 0 center;
}

.ulaizer-icons li.booklet-ico a {
    background: url('images/ico_neb_booklet.png') no-repeat 0 center;
}

.ulaizer-icons li.video-ico a {
    background: url('images/ico_neb_video.png') no-repeat 0 center;
    padding-left: 38px;
}

.button-buy {
    margin-top: 56px;
}

.button-buy a {
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    padding: 12px 39px;
    color: #fff;
    background: #0090c3;
    border: 1px solid #0090c3;
    border-radius: 4px;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.button-buy a:hover {
    background-color: #fff;
    color: #0090c3;
}

.right-menu-preparats {
    margin: 52px 0 0;
    padding: 0 0 0 65px;
}

.right-menu-block {
    padding: 39px 0px;
    background: #ffffff;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.12);
    border-radius: 4px 4px 4px 0px 4px;
}

.right-menu-block-buy {
    padding: 0 0 40px 0px;
    text-align: center;
    width: 100%;
}

.right-menu-button-buy {
    font-weight: 500;
    font-size: 12px;

    background: #0090c3;
    border: 1px solid #0090c3;
    border-radius: 4px;
    width: 190px;
    height: 40px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    padding-top: 12px;
    margin: auto;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;

}

.right-menu-button-buy {
    background: #0090c3;
    color: #fff;
}

.right-menu-button-buy:hover {
    color: #0090c3;
    background: #fff;
}

.right-menu-block-icon {
    text-align: center;
    width: 100%;
    display: flex;
    padding-top: 32px;
    border-top: 1px solid #eee;
}

div.ulaizer-icons {
    margin: auto;
}

.right-menu-block-icon .icons {
    padding: 7px 0 0 35px;
    display: inline-block;
    height: 32px;

}

.btn-block-bottom {
    margin-top: 72px;
}

.preparat-ico-but {
    float: left;
}

.preparat-ico {
    float: left;
    margin-left: 50px;
    padding: 12px 0 0 36px;
    height: 40px;
}

div.instructions-ico {
    background: url(images/ico_neb_instructions.png) no-repeat 0 center;
}

div.booklet-ico {
    background: url(images/ico_neb_booklet.png) no-repeat 0 center;
    margin-left: 20px;
}

.menu-products {
    margin-top: 35px;
    padding: 43px 0 67px 0;
    background: #ffffff;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.12);
    border-radius: 4px 4px 4px 0px 4px;

}

.other-preparats-title {
    font-weight: 500;
    font-size: 20px;
    color: #2c4253;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
}

.other-preparats {
    margin-top: 73px;
    text-align: center;
}

.other-preparats img {
    width: 226px;
    height: auto;
}

.other-preparat-title {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    letter-spacing: 0px;
    text-align: center;
    margin-top: 20px;
}

/*--------------------------------------------------------------
## kontact
--------------------------------------------------------------*/
.contact-baner {
    background: url('images/kontact-baner.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 627px;
	height: auto;
    border-bottom: 3px solid #be301c;
    padding: 0px;
	position: relative;
}

.contact-baner .blue-stile {
    background: rgba(0, 116, 158, 0.85);
    width: 50%;
    height: 100%;
    position: absolute;
    margin: 0px;
    padding: 0px;
}


.head-contact {
    margin-top: 99px;
    font-weight: 700;
    font-size: 50px;
    color: #ffffff;
    line-height: 60px;
    text-align: left;
}

.wpcf7 .contact-form-base .wpcf7-recaptcha[data-align="center"] > div {
	margin-left: 0 !important;
}

.contact-text {
    margin-top: 50px;
    font-weight: 300;
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 0px;
    line-height: 35px;
    text-align: left;
    margin-bottom: 50px;
}

.contact-mail {
    background: url('images/mail-ico.png') no-repeat 0;
    background-size: 23px 17px;
    float: left;
    padding-left: 38px;
    font-weight: 400;
    font-size: 20px;
    color: #ffffff !important;
}

.contact-mail a {
    border-bottom: 1px solid #4c99b6;
    height: 32px;
    display: block;
    color: #fff;
}

.contact-www a {
    color: #fff;
    border-bottom: 1px solid #4c99b6;
    height: 32px;
    display: block;
}


.contact-www {
    background: url('images/www-ico.png') no-repeat 0;
    background-size: 21px 21px;
    float: left;
    margin-left: 30px;
    padding-left: 38px;
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
}

.contact-form {
    padding-top: 99px;
    padding-left: 139px;
    padding-left: 139px;
}

.contact-form .entry-title {
    font-weight: 500;
    font-size: 30px;
    color: #ffffff;
}

.field-input {
    margin-top: 36px;
    width: 431px;
    background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    height: 32px;
}

.field-message {
    margin-top: 36px;
    width: 431px;
    height: 27px;
    background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}

.field-message {
    min-height: 27px;
    padding: 0px;
    resize: none;
    overflow: hidden;
    word-wrap: break-word;
    /*-webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -ms-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;*/
}

.necessarily-info {
    color: #fff;
    font-style: italic;
    font-weight: 300;
    font-size: 11px;
    margin-top: 17px;
}

.acceptance {
    margin-top: 28px;
	margin-bottom: 16px;
}

.acceptance input {
    margin-right: 20px;
}

.field-input::-webkit-input-placeholder {
    color: #fff;
}

/* Firefox 19+ */
.field-input::-moz-placeholder {
    color: #fff;
}

/* Firefox 18- */
.field-input:-moz-placeholder {
    color: #fff;
}

.field-input:-ms-input-placeholder {
    color: #fff;
}

.field-input:focus::-webkit-input-placeholder {
    color: transparent;
}

.field-input:focus::-moz-placeholder {
    color: transparent
}

.field-input:focus::-moz-placeholder {
    color: transparent
}

.field-input:focus:-ms-input-placeholder {
    color: transparent
}

.field-message::-webkit-input-placeholder {
    color: #fff;
}

.field-message::-moz-placeholder {
    color: #fff;
}

/* Firefox 19+ */
.field-message:-moz-placeholder {
    color: #fff;
}

/* Firefox 18- */
.field-message:-ms-input-placeholder {
    color: #fff;
}

.field-message:focus::-webkit-input-placeholder {
    color: transparent;
}

.field-message:focus::-moz-placeholder {
    color: transparent
}

.field-message:focus::-moz-placeholder {
    color: transparent
}

.field-message:focus:-ms-input-placeholder {
    color: transparent
}

.btn-submit-message {
    margin-top: 35px;
}

.btn-submit {
    border: 1px solid #fff;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    padding: 0px 22px;
    text-transform: uppercase;
    line-height: 46px;
    color: #fff;
    text-transform: uppercase;
    background-color: transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-submit:disabled {
    opacity: 0.4;
    background: none !important;
}

.btn-submit:hover {
    background: rgba(255, 255, 255, 0.2)
}

.acceptance {

}

.acceptance-label {
    color: #fff;
    font-style: italic;
    font-weight: 300;
    display: inline-block;
    margin-left: 30px;
    position: relative;
	margin-bottom: 16px;

}

.acceptance-label:hover:before {
    background-color: rgba(255, 255, 255, 0.1);
}

.acceptance-label.cheked:before {
    background: url("images/chek-sprite.png") no-repeat 50%;
}

.acceptance-label:before {
    position: absolute;
    content: "";
    border: 1px solid #fff;
    background-position: 0;
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 1px;
    text-align: center;
    left: -30px;
    cursor: pointer;
}

.acceptance-url {
    color: #fff;
    text-decoration: underline;
}


.acceptance-url:hover {
    color: #fff;
    text-decoration: none;

}

.question-form .acceptance-url {
    color: #0090c3;
}

.question-form .acceptance-url:hover {
    color: #0090c3;
    text-decoration: none;

}

.field-acceptance {
    vertical-align: top;
    margin: 0 3px 0 0;
    width: 17px;
    height: 17px;
    background-image: url(http://uniformjs.com/images/sprite.png);
    background-repeat: no-repeat;
}

.acceptance input[type="checkbox"], input[type="radio"] {
    display: none;
}

.wpcf7-validation-errors {
    display: none !important;
}

.wpcf7-not-valid-tip {
    display: none !important;
}

.allcontact {
    height: 300px;
}

.contact-all-block {
    padding-bottom: 70px;
    margin-top: 69px;
}

.contact-form-base2 {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.wpcf7-mail-sent-ok {
    width: 100%;
    opacity: 0;
    border: none !important;
    padding: 0px !important;
    margin: 52px 0px 0px 0px !important;
    font-weight: 300;
    font-size: 20px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.btn-msgsnt-ok {
    display: none;
    opacity: 0;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    padding: 12px 53px;
    text-transform: uppercase;
    border: 1px solid #fff;
    display: inline-flex;
    border-radius: 4px;
    margin-top: 52px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

.btn-msgsnt-ok:hover {
    background: rgba(255, 255, 255, 0.2)
}

.allcontact .title {
    /*margin-top: 69px;*/
    font-weight: 500;
    font-size: 30px;
    color: #2c4253;
    text-align: left;
}

.allcontact .content {
    margin-top: 16px;
}

.allcontact .content p {
    margin-top: 7px;
    font-weight: 300;
    font-size: 14px;
    color: #2c4253;
    letter-spacing: 0px;
    line-height: 24px;
    text-align: left;
}

.allcontact .content strong {
    margin-top: 12px;
    font-weight: 500;
    font-size: 14px;
    color: #2c4253;
    letter-spacing: 0px;
    line-height: 24px;
    text-align: left;
}

.allcontact .content .email {
    margin-top: 12px;
    font-weight: 500;
    font-size: 14px;
    color: #0090c3;
    letter-spacing: 0px;
    line-height: 24px;
    text-align: left;
    border-bottom: 1px solid #0090c3;
    height: 24px;
    display: inline-flex;
}

.allcontact .content .email:hover {
    border-bottom: none;
}

/*--------------------------------------------------------------
##  search
--------------------------------------------------------------*/

.search-baner {
    background: url('images/kontact-baner.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 383px;
    /*border-bottom: 3px solid #be301c;*/
    padding: 0px;
}

.search-baner:before {
    background: rgba(0, 116, 158, 0.85);
    width: 100%;
    height: 383px;
    position: absolute;
    margin: 0px;
    padding: 0px;
}

.rowserch {
    text-align: center;
}

.search-page-header {
    margin-top: 91px;
    font-weight: 700;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    position: relative;
}

.form-search {
    margin-top: 50px;
    text-align: center;
    position: relative;
}

.form-search form {
    display: table;
    margin: auto;
    display: flex;
    justify-content: center;
}

.search-page-header .page-title {
    font-weight: 700;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
}

.form-search .search-field {
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0px;
    line-height: 24px;
    width: 401px;
    height: 50px;
    padding: 0px 56px;
    background: url('images/search.png') no-repeat 20px center;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 4px 0px 0px 4px;
}

.style-kyo2 {
    background: rgba(0, 116, 158, 0.85);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: auto;
    z-index: 999;
    opacity: 0;
}

#background_seach {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.form-search {
    z-index: 1000;
    opacity: 0.8;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.form-search .search-submit {
    display: -webkit-inline-box;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 0px 4px 4px 0px;
    color: transparent;
    background: url('images/arrow-srch.png') no-repeat center center;
    background-color: transparent;
    padding: 19px;
    border-left: none;
}

.search-count {
    margin-top: 38px;
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 0px;
    line-height: 24px;
    text-align: center;
}

.seachresult {
    margin-top: 63px;
}

.seachresult h2 {
    font-weight: 700;
    font-size: 30px;
    color: #2c4253;
    text-align: left;
}

.seachresult a:hover {
    color: #2c699c;
}

.seachresult p {
    margin-top: 20px;
    font-weight: 300;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0px;
    line-height: 29px;
    text-align: left;
}

.readmo {
    margin-top: 30px;
}

.readmo a {
    opacity: 0.4;
    font-size: 12px;
    color: #2c4253;
    text-align: left;
}

.readmo a:hover {
    opacity: 0.8;
}


/*--------------------------------------------------------------
## pagonation
--------------------------------------------------------------*/
/*pagination style*/
.nav-links {
    display: flex;
}

.rowpagination {
    text-align: center;
    padding: 90px 0 50px 0;
}

.rowpagination .page-numbers {
    font-weight: 300;
    font-size: 18px;
    color: #455868;
    float: left;
    height: 50px;
    line-height: 42px;
    padding: 4px 19px;
    border-right: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.rowpagination .current {
    font-weight: 400;
}

.rowpagination .page-numbers:hover {
    background: #d9d9d9
}

.rowpagination .page-numbers a {
    text-decoration: none;
}

.rowpagination .page-numbers a:hover {
    text-decoration: none;
}

.rowpagination .page-numbers:first-child {
    border: 1px solid #eaeaea;
    border-radius: 4px 0px 0px 4px;

}

.rowpagination .page-numbers:last-child {
    border-right: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    border-radius: 0px 4px 4px 0px;
}

.rowpagination .prev_text {
    background: url('images/pag_first.png') no-repeat center;
    color: transparent;
}

.rowpagination .next_text {
    background: url('images/pag_last.png') no-repeat center;
    color: transparent;
}

.pagination {
    margin: 0px;
}

/*--------------------------------------------------------------
## Записи (новости, мультимедиа)
--------------------------------------------------------------*/
.content-area .page-header {
    margin: 0 0 20px;
    text-align: center;
    border: none;
}

.content-area .category-records {
    margin-top: 20px;
}

.content-area .main-title {
    font-weight: 700;
    font-size: 30px;
    color: #2c4253;
}

.content-area .item-record {
    margin-top: 22px;
    /*padding: 0 0 67px 0px;*/
    height: 450px;
    /*border: 1px silid
	*/
}

.content-area .item-record .entry-header img {
    max-width: 100%;
    height: auto;
}

.category-records .records-content {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;

}

.category-records .category-news {
    height: 100%;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    position: relative;
    padding-bottom: 67px;
}

.category-records .type-news {
    height: 100%;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    position: relative;
    padding-bottom: 67px;
}

.category-records .type-medialibrary {
    height: 100%;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    position: relative;
    padding-bottom: 67px;
}

.category-records .category-medialibrary {
    height: 450px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    position: relative;
    padding-bottom: 67px;
}

.category-records .entry-content {
    padding: 26px 32px 0 32px;
    position: relative;


}

.category-records .entry-content .entry-title {
    font-size: 20px;
    padding-bottom: 25px;
}

.category-records .entry-content .entry-title a {
    font-weight: 500;
    font-size: 20px;
    color: #2c4253;
    letter-spacing: 0px;
    text-align: left;
    line-height: 24px;
}

.category-records .entry-footer {
    position: absolute;
    bottom: 0px;
    padding: 15px 32px 15px 32px;
    background-color: #fff;
    width: 100%;
    height: 67px;
    font-size: 12px;
    color: #cacfd3;

    border-radius: 4px;
}

.category-records .entry-footer-in {
    padding: 0 32px 15px 32px;
    background-color: #fff;
    border-radius: 4px;

}

.category-records .entry-footer .morelink {
    float: right;
}

.category-records .entry-footer .morelink a {
    opacity: 0.5;
    font-weight: 400;
    font-size: 12px;
    color: #2c4253;
}

.label-youtube {
    /*width: 350px;
	height: 172px;*/
    background: url('images/youtube_ico.png') no-repeat center center;
    position: absolute;
    z-index: 30;
    width: 350px;
    height: 172px;
}

.label-youtube :hover {
    background: url('images/youtube_ico.png') no-repeat center center;
}


.block-youtube-media {
    z-index: 5;
    height: 172px;
    overflow: hidden;
}


/*--------------------------------------------------------------
## задать вопрос специалисту
--------------------------------------------------------------*/
#modal_form {

    border-radius: 4px;
    background: #fff;
    position: fixed; /* чтoбы oкнo былo в видимoй зoне в любoм месте */
    top: 36% !important; /* oтступaем сверху 45%, oстaльные 5% пoдвинет скрипт */
    left: 50%; /* пoлoвинa экрaнa слевa */
    margin-top: -150px;
    margin-left: -350px; /* тут вся мaгия центрoвки css, oтступaем влевo и вверх минус пoлoвину ширины и высoты сooтветственнo =) */
    display: none; /* в oбычнoм сoстoянии oкнa не дoлжнo быть */
    opacity: 0; /* пoлнoстью прoзрaчнo для aнимирoвaния */
    z-index: 10001; /* oкнo дoлжнo быть нaибoлее бoльшем слoе */
    padding: 50px 135px 70px;
}

/* Кнoпкa зaкрыть для тех ктo в тaнке) */
#modal_form #modal_close {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 19px;
    right: 20px;
    cursor: pointer;
    display: block;
    color: transparent;
    background: url("images/close.png") 16px 16px;
}

/* Пoдлoжкa */
#overlay {
    z-index: 10000; /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */
    position: fixed; /* всегдa перекрывaет весь сaйт */
    background-color: #000; /* чернaя */
    opacity: 0.8; /* нo немнoгo прoзрaчнa */
    -moz-opacity: 0.8; /* фикс прозрачности для старых браузеров */
    filter: alpha(opacity=80);
    width: 100%;
    height: 100%; /* рaзмерoм вo весь экрaн */
    top: 0; /* сверху и слевa 0, oбязaтельные свoйствa! */
    left: 0;
    cursor: pointer;
    display: none; /* в oбычнoм сoстoянии её нет) */
}

/*--------------------------------------------------------------
 Форма задать вопрос специалисту
--------------------------------------------------------------*/
.form-title {
    margin: 0 0 8px 6px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
    color: #00759F;
}

.form-input {
    margin-top: 34px;
    width: 430px;
    background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #D8D8D8;
    color: #000;
    font-weight: 300;
    font-size: 15px;
    height: 32px;
}

.form-age {
    float: left;
    margin-top: 36px;
    width: 120px;
    background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #D8D8D8;
    color: #000;
    font-weight: 300;
    font-size: 15px;
    height: 32px;
}

.form-sex {
    margin-top: 36px;
    width: 160px;
    background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #D8D8D8;
    color: #D8D8D8;
    font-weight: 300;
    font-size: 15px;
    height: 32px;
}

.form-message {
    margin-top: 36px;
    width: 430px;
    height: 27px;
    background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #D8D8D8;
    color: #000;
    font-size: 15px;
    font-weight: 300;
}

.form-message {
    min-height: 27px;
    padding: 0px;
    resize: none;
    overflow: hidden;
    word-wrap: break-word;
    /*-webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -ms-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;*/
}

.sex-patient {
    margin: 28px 0 0;
}

.question-form .necessarily-info {
    color: #9A9A9A;
    margin-top: 12px;
}

.question-form .btn-submit {
    color: #0090C3;
    line-height: 38px;
    border: 1px solid #0090C3;
}

.question-form .acceptance-label {
    color: #9A9A9A;
    font-size: 11px;
    line-height: 21px;
}

.question-form .acceptance-label:before {
    border: 1px solid #D8D8D8;
}

.question-form .acceptance-label:hover:before {
    background-color: rgba(255, 255, 255, 0.1);
}

.question-form .acceptance-label.cheked:before {
    background: url("images/chek-sprite-blue.png") no-repeat 50%;
}

.wrap-sex-patient {
    /*margin: 0 0 0 40px;*/
    float: right;
    /*border: 1px solid #ccc;*/
    border-radius: 4px;
}

.sex-patient label {
    position: relative;
    top: 12px;
    left: 15px;
    color: #9A9A9A;
    font-weight: 300;
    font-size: 15px;
    margin-top: 0 !important;
}

.question-form input[type="radio"] {
    vertical-align: top;
    width: 17px;
    height: 17px;
    margin: 0 3px 0 0;
}

.question-form input[type="radio"] + span {
    cursor: pointer;
}

.question-form input[type="radio"]:not(checked) {
    position: absolute;
    opacity: 0;
}

.question-form input[type="radio"]:not(checked) + span {
    position: relative;
    color: #ccc;
    font-weight: 400;
    font-size: 12px;
}

.sex_patient .wpcf7-list-item {
    position: relative;
    top: -12px;
    left: -15px;
    margin: 0;
    display: block;
    float: left;
    padding: 7px 3px 8px 0px;
}

.sex_patient .last {
    border-left: none;
    border-radius: 0px 4px 4px 0px;
}

.question-form input[type="radio"] + span {
    padding: 9px 11px;
}

.question-form input[type="radio"]:checked + span {
    opacity: 1;
    z-index: 100;
    background: #0090C3;
    color: #fff;
    border-radius: 4px;
    font-weight: 400;
    font-size: 12px;
}

.ask-btn-msgsnt-ok {
    opacity: 0;
    font-weight: 500;
    font-size: 14px;
    color: #0090C3;
    padding: 12px 0;
    width: 134px;
    height: 46px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #0090C3;
    display: inline-flex;
    border-radius: 4px;
    margin: 52px auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    display: none;
}

#modal_form .wpcf7-mail-sent-ok {
    color: #596a78;
}

/*--------------------------------------------------------------
## Видео
--------------------------------------------------------------*/
.video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*--------------------------------------------------------------
## slick-theme
--------------------------------------------------------------*/
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/*--------------------------------------------------------------
## приоритетные
--------------------------------------------------------------*/
.showscrol {
    overflow: visible;
}

.wpcf7-not-valid {
    border-bottom: 1px solid #ff0000;
}

.wrapper-social li a span {
    z-index: 10;
}


/*--------------------------------------------------------------
## page about
--------------------------------------------------------------*/
.container-about-page {
    margin: 0 !important;
}

.page-about {
    padding: 0 !important;
}

.banner-about-page {
    height: 624px;
    background: url("images/banner-about.png") no-repeat;
    background-size: cover;
}

.icon-banner {
    width: 204px;
    margin: 0 auto;
    padding: 64px 0 25px;
}

.banner-text {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 30px;
    line-height: 46px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

.content-about p {
    padding: 0 !important;
}

.banner-text h1 {
    font-size: 56px;
    font-weight: 500;
}

.banner-text h1 span {
    font-size: 30px;
    font-weight: 300;
    vertical-align: 11px;
}

.value-of-earth {
    padding: 90px 0;
    border-top: 3px solid #BE301C;
}

.collective {
    padding: 90px 0;
    background: #F8F8F8;
}

.collective h5 {
    margin: 0 auto 30px;
    text-align: center;
    width: 750px;
    font-size: 23px;
    font-weight: 500;
    line-height: 31px;
    color: #333333;
}

.collective p {
    margin: 0 auto;
    text-align: center;
    width: 750px;
    font-size: 16px;
    font-weight: 300;
    line-height: 29px;
    color: #2C4253;
}

.everyday-work {
    margin: 90px 0 0;
    background: url("images/o-proizvoditele.png") no-repeat center bottom;
    background-size: contain;
}

.everyday-work div {
    text-align: center;
}

.everyday-work span {
    font-size: 26px;
    font-weight: 400;
    line-height: 30px;
    color: #333;
    text-transform: uppercase;
}

.everyday-work .number {
    font-size: 145px;
    font-weight: 900;
    line-height: normal;
    color: #339A83;
    letter-spacing: -9px;
}

.everyday-work .discription {
    font-size: 27px;
    font-weight: 600;
    line-height: 32px;
    color: #333;
}

.everyday-work .all-discription {
    width: 750px;
    margin: 80px auto 35px;
    font-size: 23px;
    font-weight: 500;
    line-height: 31px;
    color: #333;
}

.everyday-work .little-discription {
    width: 750px;
    margin: 0 auto;
    padding: 0 0 268px;
    font-size: 16px;
    font-weight: 300;
    line-height: 29px;
    color: #333;
}

.logo-preparates {
    padding: 90px 0 87px;
    text-align: center;
}

.logo-preparates p.title-block-logo {
    margin: 0 auto 54px;
    width: 750px;
    font-size: 23px;
    font-weight: 500;
    line-height: 31px;
    color: #333;
    text-align: center;
}

.logo-preparates .logo-preparates-img img {
    height: 72px;
    width: auto;
}

.logo-preparates .logo-preparates-img {
    display: inline-block;
    padding: 27px 12px;
}

.divider {
    border-bottom: 1px solid #D8D8D8;
}

.sertificate {
    padding: 90px 0 124px;
}

.sertificate .sertificate-title {
    margin: 0 auto 82px;
    width: 750px;
    font-size: 23px;
    font-weight: 500;
    line-height: 31px;
    color: #333;
    text-align: center;
}


.sertificate p {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    color: #333;
}

.img-sertificate {
    text-align: center;
    margin-right: 15px;
}

.unit-of-production {
    padding: 118px 0 108px;
    margin: auto;
    height: 589px;
    background: url("images/unit-of-production.png") no-repeat;
    background-size: cover;
}

.unit-of-production h2 {
    margin: 0 0 45px;
    text-align: center;
    font-size: 180px;
    font-weight: 900;
    line-height: 138px;
    color: #fff;
    letter-spacing: -12px;
}

.unit-of-production h3 {
    margin: 0 0 43px;
    text-align: center;
    font-size: 70px;
    font-weight: 300;
    line-height: 38px;
    color: #fff;
}

.unit-of-production p {
    margin: 0 auto;
    width: 605px;
    text-align: center;
    font-size: 23px;
    font-weight: 300;
    line-height: 31px;
    color: #fff;
}

.map {
    position: relative;
    padding: 60px 0;
    height: 800px;
    background: url("images/map.png") no-repeat right 60px;
}

.text-wrap {
    position: absolute;
    left: 0;
    bottom: 130px;
    width: 400px;
    text-align: left;
}


.text-wrap p {
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 28px;
}

.innovation-wrap {
    padding: 90px 0;
    background: #F8F8F8;
    border-top: 1px solid #D8D8D8;
}

.innovation-wrap p {
    padding: 0 40px 0 0 !important;
    font-size: 23px;
    font-weight: 500;
    line-height: 31px;
    color: #333333;
}

.innovation-wrap li {
    color: #008164;
}

.innovation-wrap li p {
    padding: 0 !important;
    margin: 13px 0;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    color: #333333;
}


.corporation {
    padding: 90px 0 268px;
    background: url("images/bg-bootle.png") no-repeat center bottom;
    background-size: contain;
}


.corporation h2 {
    margin-bottom: 80px;
    text-align: center;
    font-size: 50px;
    font-weight: 300;
    line-height: 55px;
    color: #333333;
}

.corporation h2 span {
    font-weight: 500;
}

.corporation .number {
    font-size: 200px;
    font-weight: 900;
    line-height: 200px;
    color: #008164;
    letter-spacing: -31px;
}


.corporation .title {
    margin: 24px 0 19px;
    font-size: 65px;
    font-weight: 300;
    color: #333;
    text-align: left;
    text-transform: uppercase;
}

.corporation .discription {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
}

.corporation ul li {
    margin: 0 18px 50px;
    color: #008164;
}

.corporation ul li p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    color: #333;
}


/*
* Sitemap
*/
.section-content .sitemap_lev_1 li {
    position: relative;
    padding: 0px;
    list-style-type: none;
}

.section-content .sitemap_lev_2 li {
    position: relative;
    padding: 0px;
    margin: 0px 10px 8px;
    list-style-type: none;
}

.sitemap_lev_1 .sitemap {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}

.sitemap_lev_2 .sitemap {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
}

.sitemap_lev_2 li:before {
    content: '>';
    position: absolute;
    left: -15px;
    color: transparent;
    background: url(images/level_2.gif) no-repeat scroll 2px 12px transparent;
}

.sitemap_lev_2 .product-nameh {
    height: 37px;
    font-weight: 400;
    font-size: 16px;

}

.sitemap_lev_2 .product-index {
    margin-left: 5px;
    padding-left: 5px;
    height: 37px;
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    color: #be301c;
    line-height: 0px;
    border-left: 2px solid #e0e0e0;
}

.sitemap {
    color: #337ab7;
}

a.sitemap:hover {
    color: #1f4e77;
}

/*
* news details page
*/
.alignleft {
    float: left;
    margin: 0 20px;
}

.alignright {
    float: right;
    margin: 0 20px;
}

.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 100%;
    height: auto;
}

h1.header-title {
    margin: 0 0 19px;
}

h1.header-title a {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    color: #2C4253;
}

.date {
    margin: 0 0 5px;
}

.date span {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 24px;
    color: #9B9B9B;
    text-transform: uppercase;
}

.section-content {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 29px;
    color: #333333;

}

.section-content h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    color: #333333;
}

.section-content h4 strong {
    font-weight: 400;
}

.section-content p {
    padding: 15px 0;
}

#post-83 p {
    padding: 0px;
    padding-bottom: 25px;
}

#post-83 h3 {
    padding-bottom: 10px;
    padding-top: 10px;
}


.section-content p strong {
    font-weight: 400;
}

.section-content ul, .section-content ol {
    padding: 15px 0;
    color: #333;
}

.section-content li {
    position: relative;
    margin: 2px 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 29px;
    list-style-type: disc;
}

.section-content ol li {
    list-style-type: decimal;
}

.section-content.simple-text ul {
    padding-left: 20px;
}

.section-content.simple-text ol {
    padding-left: 20px;
    list-style: decimal;
}

.block-with-green-line {
    border-left: 3px solid #008164;
}

.block-with-green-line p {
    margin: 17px 0;
    padding: 20px 40px;
}

.container-article {
    margin: 0 auto 100px;
}


.right-menu {
    padding: 0 0 0 75px;
}

.right-menu h5 {
    margin: 0 0 41px;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #2C4253;
}

.title-article {
    margin: 18px 0;
}

.title-article a {
    margin: 18px 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #748897;
}

/*
* breadcrumbs
*/
.breadcrumbs {
    margin: 18px 0 50px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 24px;
    font-weight: 300;
}

.breadcrumbs li {
    display: inline-block;
}

.breadcrumbs .category span {
    color: #0090C3;
}

.breadcrumbs .item-home {
    background: url(images/home.png) no-repeat 32px 4px;
}

.breadcrumbs .item-home a {
    color: transparent;
}

.breadcrumbs .home, .breadcrumbs .trail-begin a {
    /*background: url(images/home.png) no-repeat 32px 0px;
	color: transparent;*/
}

.breadcrumbs .home {
    /*padding-left: 15px;*/
}

.breadcrumbs .trail-begin a {
    padding: 1px 30px;
    font-size: 13px;
}

.breadcrumbs .trail-begin a span {
    font-size: 0;
}


.breadcrumbs .item-home span {
    margin: 0 0 0 -15px;
    color: transparent;
}

.breadcrumbs > span:not(.current) {
    padding-right: 20px;
    margin-right: 15px;
    position: relative;
}

.breadcrumbs > span:not(.current):after {
    content: "";
    color: transparent;
    background: no-repeat center / cover url(images/breadcrumbs-arrow.svg);
    width: 6px;
    height: 10px;
    position: absolute;
    right: 0px;
    top: 3px;
}

.bread-current {
    font-weight: 300;
}

.brcr {
    padding: 0 12px;
    color: transparent;
    background: url(images/breadcrumbs-arrow.svg) no-repeat 13px 7px;
}

.sep {
    padding: 0 9px;
    color: transparent;
    background: url(images/breadcrumbs-arrow.svg) no-repeat 10px 3px;
}

.trail-items li::after {
    padding: 0 9px;
    color: transparent !important;
    background: url(images/breadcrumbs-arrow.svg) no-repeat 10px 3px;
    content: inherit !important;
    margin: 0 5px;
}

/**
 * Headroom
 */
.headroom--pinned {
    display: block;
}

.headroom--unpinned {
    display: none;
}

.headroom {
    will-change: transform;
    transition: transform 200ms linear;
}

.headroom--pinned {
    transform: translateY(0%);
}

.headroom--unpinned {
    transform: translateY(-100%);
}


/*--------------------------------------------------------------
## приоритетные/* на главной кнопка купить
--------------------------------------------------------------*/
#wpfront-scroll-top-container {
    bottom: 50px !important;
}

#buy_head {
    width: 94px;
    height: 94px;
    margin-top: 12px;
    margin-left: 12px;
    border-radius: 50%;
    /* border: 2px solid #BF3019;*/
    position: absolute;

}

.buy_head {
    width: 94px;
    height: 94px;
    margin-top: 12px;
    margin-left: 12px;
    background: #008164;
    border-radius: 50%;
    /* border: 2px solid #008164;/*#BF3019;*/
    color: #fff;
    font-size: 14px;
    text-align: center;
    position: absolute;
    transition: 0.5s;
}

.buy_head2 {
    background: #BF3019;
    /*border: 2px solid #BF3019;*//*#BF3019;*/
    transition: 0.5s;
    box-shadow: 0px 0px 4px 6px #bf311a;
}

.buy_head_shadow {

    box-shadow: 0px 0px 4px 6px #bf311a;
}

.buy_head span {
    /*	margin-top: 24px;*/
    position: absolute;
    /*margin-left: -45px;*/
    font-size: 18px;
    line-height: 1.1;
    color: aliceblue;
    text-align: center;
    display: block;
    width: 84px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 40px;
}

.buy_head:hover {
    /*background: #D12907;
	border: 2px solid #D12907;*/
    opacity: 0.8;
}

.round_buy {
    position: absolute;
    width: 120px;
    height: 120px;
    margin-top: 20px;
    margin-left: 20px;
    /* background: #Ccc;   */
}


.value-of-earth h4 {
    font-size: 30px;
    font-weight: 500;
    line-height: 46px;
    color: #2C4253;
    text-align: center;
}


.sertificate h4 {
    margin-bottom: 11px;
    font-size: 30px;
    font-weight: 900;
    line-height: 37px;
    color: #008164;
}


.corporation ul {
    padding: 85px 0 0;
}

.menu-footermemu1-container {
    margin: 0 0 0 40px;
}

/* кнопка купить на главной*/

/* -_- */
.hentry-cast {
    position: relative;
    display: block;
    padding: 0;
    margin: 40px 0 40px 0;
}

.hentry-cast p {
    margin-top: 15px;
    margin-bottom: 15px;
}

.hentry-cast h2 {
    margin-bottom: 20px !important;
    font-weight: 300 !important;
    line-height: 38px !important;
}

.entry-content ul, .entry-content ol {

}

.entry-content ul li {

}

.entry-content li {
    position: relative;
    margin: 2px 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 29px;
    list-style-type: disc;
}


/* CUSTOM STYLES */
.diseases_wrap {
    padding: 40px 15px;
    font-family: 'Roboto', sans-serif;
}

.diseases_wrap .diseases_sidebar ul {
    margin: 0;
    padding: 0;
}

.diseases_wrap .diseases_sidebar ul li {
    display: table;
    width: 305px;
    margin: 0 0 15px 0;
}

.diseases_wrap .diseases_sidebar ul li a {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    border: 1px solid #eaeaea;
    padding: 10px 25px;
    color: #000;
    text-align: center;
    height: 65px;
    line-height: 18px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
}

.diseases_wrap .diseases_sidebar ul li a:hover {
    background: #eaeaea;
}

.diseases_wrap .diseases_sidebar ul li:last-of-type {
    margin: 0;
}

.diseases_wrap .diseases_content .content_block {
    padding: 30px 0;
    border-bottom: 1px solid #d1d1d1;
}

.diseases_wrap .diseases_content .content_block:first-of-type {
    padding: 0 0 30px 0;
}

.diseases_wrap .diseases_content .content_block:last-of-type {
    border: none;
    padding: 30px 0 0 0;
}

.diseases_wrap .diseases_content .content_block .block_title {
    text-transform: uppercase;
    color: #008265;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
}

.diseases_wrap .diseases_content .content_block img {
    margin: 20px 0;
    display: block;
    height: auto;
}

.diseases_wrap .diseases_content .content_block a {
    font-weight: 400;
    border-bottom: 1px solid #135dd8;
    color: #135dd8;
}

.diseases_wrap .diseases_content .content_block a:hover {
    border: none;
}

.diseases_wrap .diseases_content .content_block p {
    color: #333;
    line-height: 30px;
    margin: 0 0 25px 0;
    font-weight: 300;
}

.diseases_wrap .diseases_content .content_block p:last-of-type {
    margin: 0;
}

.diseases_wrap .diseases_content .content_block p.red {
    font-weight: 400;
    color: #bf311a;
}

.diseases_wrap .diseases_content .content_block ul {
    padding: 0;
    margin: 0 0 25px 15px;
    list-style: initial;
    list-style-position: outside;
}

.diseases_wrap .diseases_content .content_block ul li {
    margin: 0;
    color: #333;
    line-height: 30px;
    list-style: initial;
    list-style-position: outside;
}

@media (max-width: 1200px) {
    .diseases_wrap .diseases_sidebar ul li {
        width: 100%;
    }

    .diseases_wrap .diseases_content .content_block img {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .diseases_wrap .diseases_sidebar_wrap {
        padding: 0;
    }

    .diseases_wrap .diseases_sidebar {
        margin: 0 0 30px 0;
    }

    .diseases_wrap .diseases_sidebar ul {
        display: table;
        content: '';
        clear: both;
        width: 100%;
    }

    .diseases_wrap .diseases_sidebar ul li {
        width: 50%;
        padding: 0 15px;
        float: left;
    }

    .diseases_wrap .diseases_content .content_block img {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .diseases_wrap .diseases_sidebar ul li {
        float: none;
        width: 100%;
    }
}

.products_menu_wrap ul {
    display: table;
    width: 100%;
    content: '';
    clear: both;
    margin: 20px 0 0 0;
}

.products_menu_wrap ul li {
    float: left;
    width: 20%;
    padding: 0 5px;
}

.products_menu_wrap ul li .item {
    margin: 20px 0;
}

.products_menu_wrap ul li .item .item_thumb img {
    height: 125px;
    width: auto;
    display: block;
    margin: 0 auto;
}

.products_menu_wrap ul li .item .item_link {
    display: table;
    width: 100%;
    margin: 20px 0 0 0;
}

.products_menu_wrap ul li .item .item_link a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 50px;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    color: #2c4253;
    text-decoration: none;
    font-weight: 300;
    padding: 0 15px;
}

.products_menu_wrap ul li .item .item_link a i {
    padding: 0 0 0 10px;
}

.products_menu_wrap ul li .item .item_link a:hover {
    background: #eaeaea;
}

.products_menu_wrap ul li .item .nebulaizer_link a {
    display: inline-block;
    width: auto;
    padding: 0 15px;
    border: none;
    background: #008265;
    line-height: 35px;
    height: auto;
    color: #fff;
    margin: 0 1px;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.3s;
}

.products_menu_wrap ul li .item .nebulaizer_link a:last-of-type {
    background: #bf311a;
    font-weight: 400;
    font-style: italic;
}

.products_menu_wrap ul li .item .nebulaizer_link a:hover {
    background: #008265;
}

.assesuars_menu_wrap ul {
    width: 820px;
    margin: 0 auto;
}

.assesuars_menu_wrap ul li {
    width: 33.333333%;
}

.products_menu_nebulaizers ul li {
    width: 25%;
}

.products_menu_nebulaizers ul li .item .item_thumb img {
    height: 175px;
}


@media (max-width: 992px) {
    .products_menu_wrap ul li {
        width: 25%;
    }

    .assesuars_menu_wrap ul {
        width: 100%;
    }

    .assesuars_menu_wrap ul li {
        width: 33.333333%;
    }
}

@media (max-width: 768px) {
    .products_menu_wrap ul {
        margin: 40px 0 0 0;
    }

    .products_menu_wrap ul li {
        float: left;
        width: auto;
    }

    .products_menu_wrap ul li .item {
        margin: 5px 0;
    }

    .products_menu_wrap ul li .item .item_thumb {
        display: none;
    }

    .products_menu_wrap ul li .item .item_link {
        margin: 0;
        min-height: 76px;
    }

    .assesuars_menu_wrap ul {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    #modal_form {
        padding: 40px 24px 40px !important;
        max-width: 100% !important;
    }
}


.filter_block_wrap {
    width: 970px;
    margin: 0 auto;
}

.filter_block_wrap .filter_block_head {
    text-align: center;
    font-weight: 300;
    color: #000;
    padding: 0 0 15px 0;
}

.filter_block_wrap .filter_block_body {
    background: #008265;
    border-radius: 4px;
    padding: 15px 20px;
    display: table;
    content: '';
    clear: both;
    width: 100%;
}

.filter_block_wrap .filter_block_body .body_item {
    width: 50%;
    float: left;
    padding: 0 20px;
}

.filter_block_wrap .filter_block_body .body_item .item_text {
    width: 40%;
    float: left;
    color: #fff;
    font-weight: 700;
    line-height: 45px;
}

.filter_block_wrap .filter_block_body .body_item .select {
    width: 60%;
    float: left;
    position: relative;
    cursor: pointer;
}

.filter_block_wrap .filter_block_body .body_item .select select {
    display: block;
    width: 100%;
    height: 45px;
    background: #fff;
    border-radius: 4px;
    font-size: 14px;
    color: #848484;
    border: none;
    padding: 0 60px 0 15px;
    cursor: pointer;
    background: #fff url("images/select_bg.png") no-repeat 100% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    -o-text-overflow: '';
    text-overflow: '';
}

.filter_block_wrap .filter_block_prefooter {
    display: none;
    width: 100%;
}

.filter_block_wrap .filter_block_prefooter .item {
    display: table-cell;
    width: 16.66666666666%;
    height: 40px;
    background: #eee;
    padding: 5px 10px;
    vertical-align: middle;
    font-weight: 700;
}

.filter_block_wrap .filter_block_prefooter_active {
    display: table;
}

.filter_block_wrap .filter_block_footer .item {
    display: none;
    width: 100%;
}

.filter_block_wrap .filter_block_footer .item .item_col {
    display: table-cell;
    width: 16.66666666666%;
    height: 40px;
    background: #eee;
    padding: 5px 10px;
    vertical-align: middle;
    line-height: 18px;
    font-size: 15px;
}

.filter_block_wrap .filter_block_footer .active {
    display: table;
}

.pharmacy_link {
    width: 610px;
    height: 410px;
    margin: 50px auto;
    background: url("images/pharmacy_link_bg.jpg") no-repeat 50% 50%;
    background-size: cover;
    display: table;
    content: '';
    clear: both;
}

.pharmacy_link .text {
    width: 50%;
    float: right;
    padding: 60px 0 80px 0;
    position: relative;
}

.pharmacy_link .text p {
    color: #0090c3;
    font-weight: 300;
    font-size: 45px;
    font-family: 'Roboto', sans-serif;
    line-height: 50px;
    margin: 0;
    padding: 0;
}

.pharmacy_link .text a {
    display: block;
    background: #bf311a;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    line-height: 50px;
    border-radius: 4px;
    width: 370px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
}

.pharmacy_link .text a i {
    padding: 0 0 0 15px;
}


.ulazers_table {
    font-family: 'Roboto', sans-serif;
    margin: 0 0 80px 0;
}

.ulazers_table .table_title {
    color: #0090c3;
    font-size: 24px;
    line-height: 1;
    margin: 0 0 40px 0;
    text-align: center;
}

.ulazers_table .table_note {
    color: #0090c3;
    font-size: 14px;
    font-style: italic;
}

.ulazers_table table {
    width: 100%;
    border: none;
    font-size: 14px;
    color: #010101;
    line-height: 16px;
    margin: 0 0 20px 0;
}

.ulazers_table table tr td {
    padding: 20px 25px;
    vertical-align: top;
    border: 1px solid #fff;
    width: 20%;
}

.ulazers_table table tr td .col_head {
    display: table;
    content: '';
    clear: both;
    width: 100%;
}

.ulazers_table table tr td .col_head .item {
    width: 50%;
    float: left;
    padding: 0 1px;
}

.ulazers_table table tr td .col_head .item span {
    display: block;
    color: #fff;
    font-size: 16px;
    background: #008265;
    line-height: 35px;
    text-align: center;
    border-radius: 4px;
    font-weight: 700;
}

.ulazers_table table tr td .col_head .item:last-of-type span {
    background: #bf311a;
    font-weight: 400;
    font-style: italic;
}

.ulazers_table table tr td:nth-of-type(odd) {
    background: #f5f5f5;
}

.ulazers_table table tr td:first-of-type {
    color: #fff;
    font-style: italic;
    background: #0090c3;
}

.ulazers_table table tr .center {
    text-align: center;
}

.ulazers_table_link {
    margin: 40px 0 0 0;
}

.ulazers_table_link a {
    padding: 0 40px;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #0090c3;
    color: #0090c3;
    border-radius: 4px;
    line-height: 50px;
    font-size: 16px;
    transition: all 0.3s;
}

.ulazers_table_link a i {
    padding: 0 15px 0 0;
}

.ulazers_table_link a:hover {
    background: #0090c3;
    color: #fff;
}

@media (max-width: 992px) {
    .ulazers_table table tr td:first-of-type,
    .ulazers_table table tr td .col_head .item:first-of-type {
        display: none;
    }

    .ulazers_table table tr td .col_head .item {
        width: 100%;
    }

    .filter_block_wrap {
        width: 100%;
    }

    .filter_block_wrap .filter_block_body .body_item .item_text {
        display: none;
    }

    .filter_block_wrap .filter_block_body .body_item .select {
        width: 100%;
    }
}

@media (max-width: 820px) {
    .pharmacy_link {
        width: 100%;
        background: #eee;
        height: auto;
        padding: 40px 15px;
    }

    .pharmacy_link .text {
        width: 100%;
        padding: 0;
    }

    .pharmacy_link .text a {
        position: relative;
        margin: 20px 0 0 0;
    }
}

@media (max-width: 768px) {
    .ulazers_table,
    .ulazers_table_link,
    .filter_block_wrap {
        display: none;
    }

    .filter_block_wrap .filter_block_body .body_item {
        width: 100%;
        margin: 5px 0;
    }

    .filter_block_wrap .filter_block_prefooter .item:nth-of-type(1),
    .filter_block_wrap .filter_block_prefooter .item:nth-of-type(2),
    .filter_block_wrap .filter_block_footer .item .item_col:nth-of-type(1),
    .filter_block_wrap .filter_block_footer .item .item_col:nth-of-type(2) {
        display: none;
    }
}

@media (max-width: 480px) {
    .pharmacy_link .text a {
        position: relative;
        margin: 20px 0 0 0;
        width: 100%;
        line-height: 1;
        padding: 15px 10px;
    }
}

.diseases_wrap .fq_content .content_block .block_title {
    text-transform: none;
}

.block_faq_content {
    margin-top: 20px;
}

.block_faq_buts > div {
    padding-left: 19px;
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
    color: #505050;
    cursor: pointer;
    background-position: left center;
    background-repeat: no-repeat;
}

.block_faq_buts > div.block_faq_show_all {
    background-image: url('images/eye.png');
}

.block_faq_buts > div.block_faq_hide_all {
    background-image: url('images/hideall.png');
}

.block_faq_buts > div:hover {
    text-decoration: underline;
}

.block_faq_part {
    margin-top: 30px;
}

.block_faq_part ol {
    /*list-style-type: decimal !important;*/
    list-style: decimal outside !important;
    /*list-style-position: inside;*/
    color: #0090c3;
    font-size: 16px;
    font-weight: bold;
    padding-left: 25px;
}

.block_faq_part ol li {
    list-style: decimal outside !important;
    margin-bottom: 20px;
}

.block_faq_part ol li:last-child {
    margin-bottom: 0px;
}

.faq_title {
    text-decoration: underline;
    cursor: pointer;
}

.faq_cont {
    overflow: hidden;
    max-height: 0px;
    transition: all 0.25s ease-out;
    margin-top: 0px;
}

.faq_cont.show {
    max-height: 1500px;
    transition: all 0.25s ease-in;
    margin-top: 20px;
}

.faq_cont p {
    font-size: 16px;
    line-height: 1.2;
}

.faq_cont ul, .faq_cont ul li {
    list-style-position: inside !important;
    list-style: disc inside !important;
    font-weight: 300;
}

.bottom-info {
    height: 163px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, .27);
    z-index: 99;
    opacity: 1;
    max-height: 200px;
    overflow: hidden
}

.bi-hide {
    max-height: 51px;
    transition: all .25s ease-in;
    opacity: 1
}

.bi-hide .close-text {
    display: none
}

.bi-hide .bi-text {
    margin-top: 10px
}

.bi-hide .bi-text span {
    font-size: 24px;
    transform: scaleY(1);
    display: block
}

.close-text {
    margin-top: 11px;
    line-height: 20px;
    cursor: pointer;
    background-image: url(images/bi-close.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 27px;
    font-size: 13px;
    color: #c01e2e;
    position: relative;
    z-index: 2
}

.bi-text {
    margin-top: 34px;
    color: #c8c8c8;
    text-align: center
}

.bi-text span {
    font-size: 32px;
    transform: scaleY(3);
    display: block
}

@media (max-width: 767px) {
    .close-text {
        line-height: 14px;
        font-size: 11px;
    }

    .bi-text {
        margin-top: 18px;
    }

    .bi-text span {
        font-size: 20px;
        transform: scaleY(1);
    }

    .bi-hide {
        bottom: 49px;
    }

    .bi-hide .bi-text span {
        font-size: 13px;
    }
}

@media (min-width: 768px) and (max-width: 1140px) {
    .bi-text span {
        font-size: 22px;
    }

    .bi-hide {
        bottom: 49px;
    }

    .bi-hide .bi-text span {
        font-size: 20px;
    }
}

/*Доработка gloom*/
.home_green {
    /*margin-top: 57px;*/
    background: #008164;
    padding: 36px 0 31px 0;
    text-align: center;
}

.home_green_padding {
    padding: 0 9%;
}

.home_green_title {
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 900;
    letter-spacing: 1.4px;
}

.home_green_tmin {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    margin-top: 4px;
    letter-spacing: 1px;
}

.home_green_rlable {
    background: #bf311a;
    color: #fff;
    /* font-weight: bold; */
    font-style: italic;
    margin: 30px auto 0 auto;
    max-width: 342px;
    border-radius: 5px;
    padding: 15px 0;
    font-size: 13px;
}

.home_green_blueb {
    background: #80c0b2;
    border-radius: 5px;
    font-size: 19px;
    padding: 21px 11%;
    line-height: 1.6;
}

.home_green_list {
    margin-top: 18px;
    padding-bottom: 28px;
    background: #b3d9d1;
    border-radius: 5px;
}

.home_green_list_labl {
    position: relative;
    margin: 32px auto 16px auto;
    height: 127px;
    width: 127px;
    background: #5fb09e;
    border-radius: 100%;
}

.home_green_list_labl > div {
    position: absolute;
    top: 7%;
    left: 7%;
    width: 86%;
    height: 86%;
    background: #d7ebe7;
    border-radius: 100%;
}

.home_green_list_labl img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.home_green_list p {
    font-size: 16px;
    color: #000000;
    padding: 0 13%;
    line-height: 1.2;
}

.home_green_list_labl_red .home_green_list_labl {
    margin: 20px auto 0 auto;
    background: #b98a7b;
}

.home_green_list .home_green_list_labl_red p {
    margin-top: 47px;
    font-size: 18px;
    font-weight: bold;
    color: #bf311a;
    line-height: 1.2;
    padding: 0 10%;
}

.home_green_p_white p:first-child {
    font-size: 18px;
    color: #fff;
    display: block;
    margin: 33px auto 0 auto;
    max-width: 760px;
}

.home_green_p_white p:nth-child(2) {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-top: 16px;
}

.white_circle_list {
    font-size: 0;
    text-align: justify;
    padding: 37px 0 0;
}

.white_circle_list li {
    display: inline-block;
    width: 20%;
    position: relative;
    vertical-align: top;
    height: 226px;
    /*padding: 10px 10% 0;*/
}

.white_circle_list li:after {
    content: '';
    display: block;
    position: absolute;
    height: 105%;
    width: calc(226px + 5%);
    background: #fff;
    opacity: 0.9;
    top: 0;
    left: -2.5%;
    bottom: 0;
    right: 0;
    margin: auto;
    border-radius: 100%;
}

.white_circle_list li > div {
    font-size: 18px;
    position: relative;
    z-index: 1;
    color: #008164;
    text-align: center;
}

.white_circle_list li > div img {
    margin: 33px 0 0;
}

.white_circle_list li > div p {
    padding: 29px 10% 0;
    line-height: 1.25;
}

.home_green_wb_grl {
    margin-top: 32px;
    border-radius: 5px;
    padding: 56px 47% 74px 37px;
    background: url('images/new/wb_girl.png') right bottom #eeeeee;
    background: url(images/new/wb_girl.png) no-repeat right bottom #eeeeee;
    background-position-x: 91%;
}

.home_green_wb_grl p {
    font-size: 18px;
    color: #000000;
    text-align: left;
    line-height: 1.25;
}

.home_green_wb_grl div {
    font-size: 14px;
    font-weight: bold;
    color: #008164;
    margin-top: 29px;
    line-height: 1.25;
    padding-left: 20px;
    border-left: 1px solid #008164;
    -ms-text-align-last: auto;
    text-align-last: auto;
}

.home_white {
    background: #fff;
    padding: 0;
    text-align: center;
}

.home_white_title {
    font-size: 30px;
    font-weight: 900;
    color: #008164;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.home_white_tmin {
    font-size: 20px;
    font-weight: 300;
    color: #008164;
    margin-top: 4px;
    letter-spacing: 1px;
}

.home_white_duble {
    background: url('images/new/circle.png') no-repeat bottom left #008164;
    margin-top: 32px;
    border-radius: 5px;
    padding: 4px;
    font-size: 0;
    text-align: justify;
}

.home_white_duble_list1, .home_white_duble_white {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
}

.home_white_duble_white {
    background: #fff;
    width: 51%;
    font-size: 18px;
    font-weight: bold;
    color: #008164;
    padding-top: 34px;
    padding-left: 21px;
    padding-bottom: 8px;
}

.home_white_duble_list1 {
    padding: 41px 4% 11px 29px;
    width: 49%;
}

.home_white_duble_list1 li {
    text-align: left;
    padding-left: 30px;
    position: relative;
    margin-bottom: 32px;
    line-height: 1.25;
    color: #fff;
}

.home_white_duble_list1 li:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    height: 17px;
    width: 10px;
    background: url('images/new/arr.png') no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.home_white_duble_white > p {
    padding-right: 8%;
    margin-bottom: 22px;
}

.home_white_duble_list2 li {
    text-align: left;
    padding-left: 30px;
    position: relative;
    margin-bottom: 16px;
    line-height: 1.25;
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

.home_white_duble_list2 li:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    height: 10px;
    width: 12px;
    background: url('images/new/arr_gr.png') no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.home_white_line {
    font-size: 21px;
    line-height: 1.25;
    display: block;
    margin: 51px auto 0 auto;
    max-width: 776px;
}

.home_white_justify {
    text-align: justify;
    font-size: 0;
}

.home_white_mod, .home_white_list {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}

.home_white_mod {
    width: 27%;
    margin-top: 24px;
}

.home_white_list {
    width: 73%;
    padding-left: 4.7%;
}

.home_white_mod img {
    display: block;
    margin: 0 auto;
}

.home_white_btn {
    text-align: center;
    margin-top: 24px;
}

.home_white_btn li {
    display: inline-block;
}

.home_white_btn li:nth-child(1) {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 6px 10px;
    border-radius: 5px;
    background: #008265;
    border: 1px solid #008265;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -ms-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    cursor: pointer;
}

.home_white_btn li a {
    color: #fff;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -ms-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
}

.home_white_btn li:nth-child(1):hover a {
    color: #008265;
}

.home_white_btn li:nth-child(1):hover {
    background: #fff;
    color: #008265;
}

.home_white_btn li:nth-child(2) {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 7px 17px;
    border-radius: 5px;
    background: #bf311a;
    border: 1px solid #bf311a;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -ms-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    cursor: pointer;
}

.home_white_btn li:nth-child(2):hover {
    background: #fff;
    color: #bf311a;
}

.home_white_btn li:nth-child(2):hover a {
    color: #bf311a;
}

.home_white_list > p {
    margin-top: 66px;
    font-weight: bold;
}

.home_white_list ul {
    text-align: left;
    font-size: 0;
    padding-top: 24px;
}

/*.home_white_list ul:after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 0;
}*/
.home_white_list li {
    display: inline-block;
    vertical-align: top;
    width: 20%;
}

.home_white_list_border {
    width: 90px;
    height: 90px;
    position: relative;
    background: #baddd5;
    border-radius: 100%;
    margin: 0 auto;
}

.home_white_list_border > div {
    position: absolute;
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px;
    background: #fff;
    border: 1px solid #008265;
    border-radius: 100%;
}

.home_white_list_border > div img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: block;
    padding: 0 15px;
}

.home_white_list li p {
    font-size: 12px;
    margin-top: 12px;
    color: #000;
    text-align: center;
}

.home_white_bord {
    padding-bottom: 30px;
    border-bottom: 1px solid #c0e3db;
    margin-bottom: 20px;
}


.nebs-block {
    width: 100%;
    font-size: 0;
    text-align: left;
    margin-top: 30px;
}

.nebs-item {
    font-size: 0;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
}

.nebs-item:last-child {
    padding-bottom: 0px;
    border-bottom: 0px solid #efefef;
}

.nebs-img {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    box-sizing: border-box;
}

.nebs-img img {
    width: 100%;
    height: auto;
}

.nebs-about {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    box-sizing: border-box;
    padding: 0px 20px;
}

.nebs-title {
    font-weight: 500;
    font-size: 35px;
    line-height: 35px;
    color: #008164;
    text-align: left;
}

.nebs-title a {
    color: #008164;
    text-decoration: none;
}

.nebs-title span {
    margin-left: 10px;
    padding-left: 10px;
    height: 37px;
    font-style: italic;
    font-weight: 400;
    font-size: 25px;
    color: #be301c;
    line-height: 0px;
    border-left: 2px solid #e0e0e0;
}

.nebs-text {
    /*margin-top: 15px;*/
    font-weight: 300;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0px;
    line-height: 26px;
    text-align: left;
}

.nebs-text ul {
    margin-left: 10px;
    margin-top: 20px;
}

.nebs-text p {
    margin-top: 20px;
}

.nebs-info {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    box-sizing: border-box;
}

.nebs-text .product-content {
    margin-top: 25px;
}

.nebs-prices {
    width: 100%;
    text-align: right;
    padding-top: 44px;
}

.nebs-new-price {
    font-size: 32px;
    color: #008164;
    font-weight: bold;
}

.nebs-new-price span {
    font-size: 14px;
    font-weight: normal;
}

.nebs-new-price span.ppcc {
    font-size: 16px;
    font-weight: normal;
}

.nebs-old-price {
    font-size: 16px;
    text-decoration: line-through;
    color: #999;
}

.nebs-old-price span {
    font-size: 14px;
}

.nebs-old-price span.ppcc {
    font-size: 14px;
}

.nebs-but {
    width: 100%;
    margin-top: 20px;
    text-align: right;
}

.nebs-but a {
    display: inline-block;
    background: #bf311a;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    line-height: 50px;
    border-radius: 4px;
    width: 100%;
    text-align: center;
    max-width: 190px;
    transition: all 0.25s ease-out;
}

.nebs-but a:hover {
    background: #9f1f0a;
    transition: all 0.25s ease-in;
}

.modal-block {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 30px;
    padding-left: 50px;
    padding-right: 50px;
    width: 100%;
    max-width: 450px;
}

.modal-block .form-input {
    width: 100%;
}

.question-form2 .acceptance-label::before {
    border: 1px solid #D8D8D8;
}

.question-form2 .acceptance-label.cheked::before {
    background: url("images/chek-sprite-blue.png") no-repeat 50%;
}

.question-form2 .acceptance-label {
    color: #9A9A9A;
    font-size: 11px;
    line-height: 21px;
}

.all-cost-f {
    margin-top: 20px;
}

.all-cost-f input {
    display: none;
}

.all-cost-f span {
    font-size: 18px;
    color: #008164;
    font-weight: bold;
}

.fff .btn-submit {
    color: #0090C3;
    line-height: 38px;
    border: 1px solid #0090C3;
}

#fancybox-overlay {
    background-color: rgb(0, 0, 0) !important;
    opacity: 0.8 !important;
}

#fancybox-close {
    width: 16px !important;
    height: 16px !important;
    position: absolute !important;
    top: 19px !important;
    right: 20px !important;
    cursor: pointer !important;
    display: block !important;
    color: transparent !important;
    background: url("images/close.png") 16px 16px !important;
}

.buy-but-all {
    position: fixed;
    top: 90px;
    right: 20px;
    z-index: 15;
    width: 60px;
    height: 60px;
    display: none;
    animation: pulse 2s infinite;
}

.buy-but-all span {
    font-size: 11px;
    width: 60px;
    top: 5px;
    height: 40px;
}



.wpcf7-form label {
    margin-top: 34px;
    text-align: left;
    font-weight: 300;
}

#kolen, #kolru, #kolua {
    margin-top: 10px;

}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(191, 49, 26, 0.6);
    }
    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(191, 49, 26, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(191, 49, 26, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(191, 49, 26, 0.6);
        box-shadow: 0 0 0 0 rgba(191, 49, 26, 0.6);
    }
    70% {
        -moz-box-shadow: 0 0 0 30px rgba(191, 49, 26, 0);
        box-shadow: 0 0 0 30px rgba(191, 49, 26, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(191, 49, 26, 0);
        box-shadow: 0 0 0 0 rgba(191, 49, 26, 0);
    }
}

.show-faq {
    border-bottom: 0px !important;
    padding-left: 15px;
    text-decoration: none;
}

.dop-info {
    margin-top: 30px;
    width: 100%;
    text-align: center;
}

.dop-info h3 {
    margin-bottom: 15px;
    color: #008164;
}

.dop-info h4 {
    margin-bottom: 20px;
    color: #748897;
}

.dop-items-box {
    font-size: 0;
    width: 100%;
}

.dop-items {
    margin-bottom: 25px;
}

.dop-item-neb {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.itemm-img {
    width: 100%;
    min-height: 180px;
    box-sizing: border-box;
    padding: 15px;
    display: block;
}

.itemm-img > span {
    width: 100%;
    height: 150px;
    display: table;
}

.itemm-img > span > span {
    width: 100%;
    height: 150px;
    display: table-cell;
    vertical-align: middle;
}

.itemm-img img {
    width: 100%;
    height: auto;
}

.itemm-title {
    font-size: 14px;
}

.dop-prep .item_thumb {
    min-height: 88px;
}

.dop-prep .item_thumb img {
    width: 100% !important;
    height: auto !important;
}

.dop-prep .item_link {
    font-size: 13px;
}

.dop-prep .item_link a {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.dop-prep .item_link a i {
    display: none;
}

.prep-bx {
    margin-top: 25px;
    border-top: 1px solid #efefef;
    padding-top: 25px;
}

.block-clintent-top.bu-item .ask-specialist {
    float: none;
}

.block-clintent-top.bu-item {
    border-bottom: 0px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
}


@media (max-width: 1199px) {

}

@media (max-width: 991px) {
    .home_green_list p, .home_green_list .home_green_list_labl_red p {
        padding: 0;
    }

    .white_circle_list li {
        width: 50%;
        margin-bottom: 22px;
    }

    .white_circle_list {
        text-align: center;
    }

    .white_circle_list li > div p {
        display: block;
        max-width: 170px;
        padding: 0;
        margin: 29px auto 0 auto;
    }

    .home_white_duble_list1 li {
        font-size: 15px;
    }

    .home_green_padding {
        padding: 0;
    }

    .dop-prep .item_thumb {
        min-height: 131px;
    }
}

@media (max-width: 767px) {
    .home_white_mod {
        width: 100%;
    }

    .home_white_list {
        width: 100%;
        padding-left: 0;
    }

    .dop-item-neb {
        width: 50%;
    }
}

@media (max-width: 575px) {
    .white_circle_list li {
        width: 100%;
    }

    .home_green_wb_grl {
        padding: 2%;
        background: #eeeeee;
    }

    .home_white_duble_list1 {
        width: 100%;
    }

    .home_white_duble_white {
        width: 100%;
        text-align: left;
    }

    .home_white_list li {
        width: auto;
        max-width: 50%;
        margin-bottom: 20px;
    }

    .home_white_list ul {
        text-align: center;
    }

    .nebs-img {
        width: 100%;
    }

    .nebs-about {
        width: 100%;
        padding: 0px 0px;
        margin-top: 20px;
    }

    .nebs-title {
        font-size: 28px;
        text-align: center;
    }

    .nebs-info {
        width: 100%;
    }

    .nebs-prices {
        text-align: center;
        padding-top: 20px;
    }

    .nebs-but {
        text-align: center;
    }

    .modal-block {
        padding-left: 20px;
        padding-right: 20px;
    }

}

.zab-preparat-more0 {
    margin-top: 15px;
    height: 46px;
    position: relative;
    display: block;
}

.zab-preparat-more {
    font-weight: 500 !important;
    font-size: 14px;
    text-transform: uppercase;
    padding: 12px 35px;
    color: #fff !important;
    background: #0090c3;
    border: 1px solid #0090c3 !important;
    border-radius: 4px;
    float: right;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.zab-preparat-more:hover {
    background-color: #fff !important;
    color: #0090c3 !important;
}

.nebul-h1 {
    font-size: 34px;
}

.products-info .floatleft h2 {
    font-weight: 900;
    font-size: 40px;
}

.headroom--pinned {
    transform: translateY(0%) !important;
    display: block !important;
}

.sliderimg {
    background-size: contain !important;
}

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

.instr-box {
}

.instr-box h1 {
}

.instr-box-text {
    font-weight: 300;
    font-size: 15px !important;
    color: #333333;
    letter-spacing: 0px;
    line-height: 26px;
    text-align: left;
}

.section-content .instr-box-text p {
    padding: 0px 0;
}

.instr-box-text:after, .instr-box-text p:after {
    content: "";
    display: table;
    clear: both;
}

.instr-box-text p, .instr-box-text ol, .instr-box-text ul, .instr-box-text table, .instr-box-text h2, .instr-box-text h3, .instr-box-text h4, .instr-box-text h5, .instr-box-text h6 {
    margin-top: 15px;
}

.instr-box-text ol li, .instr-box-text ul li {
    font-size: 15px !important;
}

.instr-box-text p strong {
    font-weight: bold;
}

.instr-box-text p.inst-pr {
    padding-left: 55px;
    background-image: url('images/instr_att.png');
    background-position: left top;
    background-repeat: no-repeat;
}

.instr-box-text p.instr-warning {
    padding: 6px 0px;
    padding-left: 55px;
    background-image: url('images/instr_warning.png');
    background-position: left top;
    background-repeat: no-repeat;
}

.instr-box-text img {
    max-width: 100%;
    height: auto;
}

.instr-box-text img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

.instr-box-text img.alignright {
    float: right;
    margin: 0 0 1em 1em
}

.instr-box-text img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.instr-box-text table {
    width: 100%;
    border-collapse: collapse
}

.instr-box-text table td {
    padding: 5px 10px;
    border: 1px solid #e1e1e1;
}

.instr-box-text p.instr-symbol1 {
    padding: 7px 0px;
    padding-left: 55px;
    background-image: url('images/sb1.jpg');
    background-position: left center;
    background-repeat: no-repeat;
}

.instr-box-text p.instr-symbol2 {
    padding: 7px 0px;
    padding-left: 55px;
    background-image: url('images/sb2.jpg');
    background-position: left center;
    background-repeat: no-repeat;
}

.instr-box-text p.instr-symbol3 {
    padding: 7px 0px;
    padding-left: 55px;
    background-image: url('images/sb3.jpg');
    background-position: left center;
    background-repeat: no-repeat;
}

.instr-box-text p.instr-symbol4 {
    padding: 7px 0px;
    padding-left: 55px;
    background-image: url('images/sb4.jpg');
    background-position: left center;
    background-repeat: no-repeat;
}

.instr-box-text p.instr-symbol5 {
    padding: 7px 0px;
    padding-left: 55px;
    background-image: url('images/sb5.jpg');
    background-position: left center;
    background-repeat: no-repeat;
}

.instr-box-text p.instr-asterisk {
    font-style: italic;
}

.instr-box-text p.instr-symbol {
    padding: 7px 0px;
    padding-left: 55px;
    background-position: left center;
    background-repeat: no-repeat;
}

.instr-box-text p.instr-symbol1_1 {
    background-image: url('images/sb1_1.jpg');
}

.instr-box-text p.instr-symbol1_2 {
    background-image: url('images/sb1_2.jpg');
}

.instr-box-text p.instr-symbol1_3 {
    background-image: url('images/sb1_3.jpg');
}

.instr-box-text p.instr-symbol1_4 {
    background-image: url('images/sb1_4.jpg');
}

.instr-box-text p.instr-symbol1_5 {
    background-image: url('images/sb1_5.jpg');
}


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


/*Footer*/
.futer-block-ie .footer-menu-light .widget_nav_menu .menu-header-menu-ru-container,
.futer-block-ie .footer-menu-light .widget_nav_menu .menu-header-menu-eng-container {
    margin-left: 40px;
}

.site-header .menu-footermemu1-container {
    margin: 0 0 0 0px;
}

.mobile {
    display: none;
}


@media (max-width: 768px) {
    .ticks_block {
        order: -1;
    }

    .mobile {
        display: block;
    }

    .desctop {
        display: none;
    }

    .page-template-template-akk .nasisoft_block1 .nasisoft_bl1_img1 p,
    .page-template-template_nasisoft .nasisoft_block1 .nasisoft_bl1_img1 p,
    .page-template-template-okistar .nasisoft_block1 .nasisoft_bl1_img1 p {
        text-align: right;
    }

    .page-template-template-okistar .nasisoft_block1 .nasisoft_bl1_img1 p {
        color: #fff;
    }

    .nasisoft_bl6 .container .nasisoft_bl6_text {
        margin-top: 30px;
    }

    .nasisoft_bl6 .container .mobile .nasisoft_bl6_title {
        padding: 20px 0 50px 0;
    }

    .nasisoft_bl6 .container .nasisoft_bl6_flex {
        flex-direction: column;
        align-items: center;
    }

    .nasisoft_bl6 .container .nasisoft_bl6_flex a {
        margin-bottom: 20px;
    }

    .nasisoft_bl6 .container .nasisoft_bl6_flex a:last-child {
        margin-bottom: 0;;
    }

    .nasisoft_bl4 .container .nasisoft_bl4_0 .nasisoft_bl4_center {
        order: -1
    }

    .nasisoft_bl4 .container .nasisoft_bl4_0 .nasisoft_bl4_left .nasisoft_bl4_2,
    .nasisoft_bl4 .container .nasisoft_bl4_0 .nasisoft_bl4_right .nasisoft_bl4_3 {
        border-left: 5px solid #8B5BA1;
        padding-left: 16px;
        text-align: left;
    }

    .nasisoft_bl4 .container .nasisoft_bl4_0 .nasisoft_bl4_left {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .page-template-template-lorde .nasisoft_block1 .nasisoft_bl1_img1 {
        display: flex;
        flex-direction: column;
    }

    .page-template-template-lorde .nasisoft_block1 .nasisoft_bl1_img1 p {
        order: 1;
        padding-left: 0;
        text-align: right;
    }

    .page-template-template_nasisoft .nasisoft_bl4 .container .nasisoft_bl4_right .nasisoft_bl4_3,
    .page-template-template_nasisoft .nasisoft_bl4 .container .nasisoft_bl4_left .nasisoft_bl4_2 {
        border-color: #24B2EE;
    }

    .page-template-template-okistar .nasisoft_block0 .nasisoft_block1 {
        position: relative;
        overflow: hidden;
    }

    .page-template-template-okistar .nasisoft_block0 .nasisoft_block1::after {
        background-image: url('/wp-content/themes/ulaizer_theme/images/new2/okistar_bl1_2.png');
        content: "";
        width: 300px;
        height: 295px;
        position: absolute;
        top: -60px;
        right: -60px;
        background-size: contain;
        z-index: -1;
    }

    .page-template-template-okistar .nasisoft_block0 .nasisoft_block1 .nasisoft_block1_txt1 {
        background-size: contain;
        background-position-y: center;
        background-position-x: -10px;
        padding: 35px 10px 40px 10px;
        top: 140px;
    }

    .page-template-template_nasisoft .nasisoft_block0 .nasisoft_block1 .nasisoft_block1_txt1 {
        background-size: cover;
        background-position-x: -140px;
        top: 190px;
        background-position-y: center;
        padding: 19px 10px 51px 30px;
    }

    .page-template-template_nasisoft .nasisoft_block0 .nasisoft_block1 {
        position: relative;
        overflow: hidden;
    }

    .page-template-template_nasisoft .nasisoft_block0 .nasisoft_block1::after {
        background-image: url('/wp-content/themes/ulaizer_theme/images/Group 33.png');
        content: "";
        width: 300px;
        height: 295px;
        position: absolute;
        top: -60px;
        right: 0px;
        background-size: contain;
        z-index: 1;
        background-size: cover;
    }

    .page-template-template_nasisoft .nasisoft_block0 .nasisoft_block1_txt1 {
        z-index: 2;
    }

    .page-template-template_nasisoft .nasisoft_block0 .nasisoft_bl1_img1 {
        z-index: 3;
    }

    .page-template-template-lorde .nasisoft_block0 .nasisoft_block1 .nasisoft_block1_txt1 {
        background-size: contain;
        background-position-x: -120px;
        top: 190px;
        background-position-y: center;
        padding: 45px 21px 37px 21px;
        font-size: 26px;
    }

    .page-template-template-lorde .nasisoft_block0 .nasisoft_block1::after {
        background-image: url('/wp-content/themes/ulaizer_theme/images/new2/lorde_bl1_6.png');
        content: "";
        width: 300px;
        height: 295px;
        position: absolute;
        top: 0px;
        right: 0px;
        background-size: contain;
        z-index: -1;
        background-size: cover;
    }

    @media (min-width: 560px) {
        .page-template-template_nasisoft .nasisoft_block0 .nasisoft_block1 .nasisoft_block1_txt1 {
            background-size: contain;
        }
    }
    @media (max-width: 390px) {
        .page-template-template-lorde .nasisoft_block0 .nasisoft_block1 .nasisoft_block1_txt1 {
            background-size: cover;
            padding: 30px 6px 20px 21px;
        }
    }
    @media (max-width: 340px) {
        .page-template-template_nasisoft .nasisoft_block0 .nasisoft_block1 .nasisoft_block1_txt1 {
            top: 150px;
        }

        .page-template-template-lorde .nasisoft_block0 .nasisoft_block1 .nasisoft_block1_txt1 {
            top: 170px;
            background-position-x: -10px;
        }
    }
}

.header__menu--col {
    display: flex;
    flex-direction: column;
}
#text-14{
    display: none;
}

.fancy-ico span {
    top: 0 !important;
    left: -5px !important;
}

.xoo-wsc-sc-cont {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    height: 46.15px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 993px) {
    .xoo-wsc-sc-cont {
        height: 33px;
        position: unset;
    }
}

@media screen and (max-width: 767px) {
    .xoo-wsc-sc-cont {
        position: absolute;
        right: 50px;
    }
}

.xoo-wsc-sc-cont .xoo-wsc-cart-trigger {
    width: auto;
    min-width: 92px;
    height: 30px;
    background: #92278F;
    border-radius: 4px;
    padding: 10px 7px;
    display: flex;
}

@media screen and (max-width: 1200px) {
    .xoo-wsc-sc-cont .xoo-wsc-cart-trigger {
        min-width: 0;
    }
}

.xoo-wsc-sc-cont .xoo-wsc-sc-count {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    background-color: #fdbd34;
    color: #ffffff;
}

.xoo-wsc-sc-cont span.woocommerce-Price-amount.amount {
    margin-right: 0;
}

.xoo-wsc-sc-bkcont span.xoo-wsc-sc-count {
    position: absolute;
    top: -17px;
    right: -22px;
}

@media screen and (max-width: 1200px) {
    .xoo-wsc-sc-bkcont span.xoo-wsc-sc-count {
        top: -14px;
        right: -19px;
    }
}

.xoo-wsc-sc-cont .xoo-wsc-sc-subt {
    display: flex;
    margin-right: 0;
    padding-right: 8px;
    position: relative;
}

@media screen and (max-width: 1200px) {
    .xoo-wsc-sc-cont .xoo-wsc-sc-subt {
        display: none;
    }
}

.xoo-wsc-sc-cont .xoo-wsc-sc-subt:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 3px;
    width: 1px;
    height: 20px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    transform: translateY(-50%);
    ;
}

.xoo-wsc-sc-bkcont .xoo-wsc-icon-cart1 {
    display: flex;
}

.xoo-wsc-sc-bkcont .xoo-wsc-icon-cart1:before {
    font-size: 22px;
}

.xoo-wsc-basket:before{
    content: ' ';
    width: 1px;
    height: 20px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    left: 50%;
}

.woocommerce-product-gallery {
   position: relative;
}

a.woocommerce-product-gallery__trigger {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.woocommerce-product-gallery .flex-control-thumbs {
    position: sticky;
    z-index: 10;
}

.search  .search-form {
    display: flex;
    align-items: center;
    justify-content: center;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    z-index: 4;
    top: 0%;
}
.quantity-resault {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 5px;
	font-size: 14px;
	white-space: nowrap;
}
.quantity-resault span {
	margin: 0 !important;
}
.order_qty {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
}
@media(max-width: 460px) {
	.order_qty {
		flex-direction: column;
		align-items: flex-start;
		gap: 5px;
	}
	.shop_table .product-rev {
		margin-top: 5px;
	}
	.quantity-resault {
		font-size: 12px;
	}
}

.button.posts-shop-link {
	display: block;
	max-width: fit-content;
	margin: 0 auto 20px;
	padding: 0 20px;
}
.summary.entry-summary div.ul_quantity div {
	display: flex;
}
.scroll-top-arow {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 50px;
}
.scroll-top-arow img {
    max-width: 47px;
    max-height: 47px;
}
.scroll-top-arow.active {
    display: block;
}
@media (any-hover: hover) {
    .scroll-top-arow {
        opacity: 0.7;
    }
    .scroll-top-arow:hover {
        opacity: 1;
    }
}
@media (max-width: 767px) {
	.copyright {
		color: #FFF;
		text-align: center;
		font-family: Roboto;
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: 140%; /* 16.8px */
	}	
}
@media (min-width: 767px) {
    .sub-menu.active {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 5px;
        left: -50%;
        z-index: 20;
		min-width: 400px !important;
    }
	.sub-menu li {
		display: flex;
		flex-direction: row-reverse;
		gap: 5px;
		align-items: center;
		justify-content: start;
	}
	.submenu-logo {
		max-width: 50px !important;
	}
	.logo-active {
		max-width: 120px !important;
		white-space: pre-line !important;
	}
}
.nebulizer-models .page_1_block_button a {
	font-size: 12px !important;
}
.buy-flex .page_1_block_button:last-child a {
	font-size: 12px !important;
}
@media (max-width: 768px) {
	.site-footer .col-sm-3 {
		max-width: 100% !important;
	}
}
.site-footer .ask-spec.ask-specialista {
	min-height: 40px;
	height: auto;
	line-height: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 40px;
}
.xoo-wsc-footer-txt {
    display: none !important;
}

ul.page-numbers {
    text-align: center;
    margin-bottom: 32px;
}