/* CSS STYLE SOEKS.ENG */
html {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
body {

    position: relative;
    font-family: 'Helvetica', 'Arial', 'sans-serif';
}

body {
    height: 100%;
}

.container {
    width: 100%;
    min-height: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .container {
        max-width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

@media(max-width: 1366px) {
    .wrap_37b {
        margin-right: 20px;
        margin-bottom: 60px;
    }
}

h1,
h2,
h3 h4 {
    color: #455560;
}

h3 {
    font-size: 20px;
}

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

/* ---------  Header  --------- */

.fixed-header {
    top: 0;
    left: 0;
    right: 0;
    z-index: 98;
}

.buffer {
    height: 137px;
    height: 7.4rem;
}

.fixed-header__topbar {
    position: relative;
    background: #3E8736;
    color: #fff;
    padding: 4px;
    border-bottom: 4px solid #a7a9ac;
    border-bottom-width: 4px;
    border-bottom-width: 0.25rem;
    overflow: hidden;
}

.fixed-header__topbar a {
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
}

.lang {
    color: #fff;
    position: absolute;
    z-index: 1000;
    top: 0;
    width: 100%;
    height: 0px;
    text-align: center;
}

.lang select {
    background-color: #3e8736;
    padding: 3px 7px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-color: #6ea268;
    box-shadow: 1px 2px 2px 1px rgba(58, 103, 53, 0.52);
    outline: none;
    font-size: 15px;
}

.fixed-header__topbar_info {
    font-family: 'PT Sans Narrow', Helvetica, sans-serif;
    letter-spacing: 1px;
    line-height: 21px;
    font-size: 18px;
    /*font-size: 1rem;*/
}

.made-in-russia {
    display: block;
    width: 100%;
    text-transform: initial;
}

.fixed-header__topbar_phone {
    font-weight: bold;
    font-family: 'PT Sans Narrow', Helvetica, sans-serif;
    letter-spacing: 1px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 18px;
}

.fixed-header__topbar__button {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 3px 15px;
    color: rgba(255, 255, 255, 0.57);
}

.fixed-header__login {
    font-size: 18px;
    text-transform: lowercase;
    font-family: 'PT Sans Narrow', Helvetica, sans-serif;
    line-height: 18px;
    padding: 5px 0px;
}

.fixed-header__login a:hover {
    text-decoration: underline;
    cursor: pointer;
}

/* ---------  Top Menu  --------- */

#header {
    background-color: #eae6df;
    padding: 0;
}

span.icon-bar {
    background: #000;
}

img.logo {
    max-width: 125px;
}

.navbar-toggle .icon-bar {
    height: 3px;
    width: 27px;
    width: 1.7rem;
}

.navbar-brand {
    float: left;
    height: 100%;
    padding-bottom: 9px;
    padding: 10px 15px 9px 15px;
}

#navbar a {
    color: #387930;
    font-weight: bold;
}

.home-btn {
    max-height: 59px;
}

.menu__item {
    text-transform: uppercase;
}

ul.dropdown-menu {
    background: #EAE6DF;
    padding: 0;
    border-radius: 0px;
}

.menu__item__drop {
    padding: 10px !important;
}

/* ------- CART BUTTON ---------- */

#navbar a.cart__btn {
    border: 2px solid #A7A9AC;
    border-radius: 27px;
    padding: 8px;
    margin-top: 8px;
    text-align: center;
    background: #238C37;
    min-width: 110px;
    color: #fff;
}

.cart__info {
    margin-left: 5px;
}

.cart_btn {
    border: 2px solid #238C37;
    border-radius: 29px;
    padding: 10px 20px !important;
    margin: 5px 10px 10px 0px;
}

.cart__btn2 {
    display: block;
    padding-top: 10px;
}

.cart__btn2 .btn-secondary {
    /* border-radius: 20px; */
    font-size: 1rem;
    padding: 5px;
}

/*-------- ALL SECTION -------------*/

h2.sectton_title {
    font-size: 23px;
    text-transform: lowercase;
}

.celeb-block,
.video-block,
.news-block,
.anonce {
    padding: 15px 0;
    background: #EAE6DF;
}

.tagline-block {
    padding: 15px 0;
    margin-top: 30px;
    margin-bottom: 30px;
}

.tagline__title {
    padding: 15px;
}

.celeb-block a,
.news-block a,
.anonce a {
    color: #455560;
}

.celeb-block a:hover,
.news-block a:hover,
.anonce a:hover {
    text-decoration: underline;
}

/* ------- SOEKS BIG BANNER ---------- */

/*.top-banner .owl-theme {
    background: url('../image/bg_ny_banner.jpg');
    margin: 0;
    padding: 0;
}*/
.top-banner .owl-theme {
    /*background-image: url(../image/banner_left.jpg), url(../image/banner_right.jpg), url(../image/banner_centre.jpg);*/
    /*background-image: url(../image/bg_slide3.jpg);*/
    background-image: url(../image/banner_fon_8_03_2018.jpg);
    background-repeat: no-repeat, no-repeat, repeat-x;
    background-position: 0px 0px, 100% 0px;
    margin: 0;
    padding: 0;
}

@media (max-width: 1100px) {
    .top-banner .owl-theme {
        /*background: url('../image/bg_slide_mobile.jpg');*/
        background: url('../image/banner_fon_mob_8_03_2018.jpg');
        background-size: 100%;
    }
}

.top-banner .banner-front {
    background: rgba(0, 0, 0, 0.32);
    overflow: hidden;
    position: relative;
    padding: 0;
}

.top-banner .owl-wrapper-outer {
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
}

.slide img {
    width: 100%;
}

.top-banner .wrap-text {
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
    color: #fff;
}

.top-banner .banner-front span {
    overflow: hidden;
    max-height: 100px;
    margin-bottom: 5px;
}

.buy-btn-wrap {
    min-height: 3.5em;
    padding-right: 4em;
    padding-top: 1em;
}

.btn-buy-now,
.btn-buy-now:hover {
    background: #5dbb5d;
    color: #fff;
    border: 1px solid;
    min-width: 145px;
    font-size: 20px;
    padding: 2px;
}

.wrap-text .big {
    font-size: 1.98rem;
    padding-top: 10px;

}

.wrap-text .normal {
    padding-left: 3em;
}

.wrap-text .minimal {
    padding-left: 5em;
}

/* ------- SOEKS CAROUSEL ---------- */

.soeks-carousel-block .owl-carousel {
    margin: 0;
}

.soeks-carousel-block {
    position: relative;
    overflow: hidden;
    background: url("/../../../../image/soeks/bg_slider.png");
}

.carousel_wrap {
    background: none !important;
}

.soeks-carousel-block .owl-wrapper-outer {
    margin: 0 auto;
    border: 0;
    box-shadow: none;
    max-width: 1170px;
}

.soeks-carousel-block_buttons {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    font-size: 35px;
    color: #fff;
    margin: -35px 0 0;
    z-index: 99;
    top: 50%;
    opacity: 0;
}

.soeks_next,
.soeks_prev {
    position: absolute;
    height: 70px;
    line-height: 80px;
    letter-spacing: 0;
    color: #EFEFEF;
}

.soeks_next {
    right: 0;
    cursor: pointer;
}

.soeks_prev {
    left: 0;
    cursor: pointer;
}

.soeks_prev:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    z-index: -99;
    left: -37px;
    width: 75px;
    height: 75px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #3E8736;
}

.soeks_next:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    z-index: -99;
    left: -13px;
    width: 75px;
    height: 75px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #3E8736;
}

.soeks-carousel-block:hover .soeks-carousel-block_buttons {
    opacity: 1;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    transition: all .3s ease;
}

.soeks-carousel-block img {
    margin: 0 auto;
}

.icons_line li {

    margin-bottom: 25px;
}

.icons_line a,
.icons_line a:hover {
    color: inherit;
}

.product_top h1 {
    font-size: 29px;
    color: #3E8736;
}

.product_icon {
    width: 40px;
    height: 40px;
    overflow: hidden;
    background-image: url('../image/soeks_icons.png');
    background-size: cover;
    margin-right: 10px;
}

.different_price {
    background-position: -394px;
}

.latest {
    background-position: -15px;
}

.support {
    background-position: -63px;
}

.garantie {
    background-position: -523px;
}

.deliv {
    background-position: -159px;
}

.inter {
    background-position: -523px;
}

.hitpoint_inner {
    font-size: 1.05rem;
}

.inner_price {
    font-size: 2rem;
    font-weight: bold;
    color: #3E8736;
}

.inner_stock {
    line-height: 2.7rem;
}



.inner_product_tabs {
    padding-bottom: 30px;
}


.carousel__product_info {
    max-width: 300px;
}

.carousel__product_name {
    font-family: 'PT Sans Narrow', Helvetica, sans-serif;
    letter-spacing: 0.05rem;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    color: #595560;
    display: block;
    height: 65px;
    overflow: hidden;
}

.carousel__product_price {
    padding: 10px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.7rem;
    font-weight: bold;
    color: #238C37;
}

.carousel__product_price>div {
    padding-top: 3px;
}

.slider-buy-now {
    font-size: 1rem;
    padding-top: 2px;
    padding-bottom: 2px;
}

/* SLIDER */
.col-md-5.slide {
    padding-left: 0;
    padding-right: 0;
}

/* ------- SOEKS VIDEO ---------- */
#video_slider {
    padding: 0;
    margin: 0;
}

.video-block {
    padding-top: 20px;
}

.video-block .owl-item {
    background: #EAE6DF;
}

.video_wrapper {
    position: relative;
    display: block !important;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video_wrapper iframe {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-block .owl-wrapper-outer {
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
}

.video-block i {
    color: #FFF;
}

/*********************/
.soeks_cam {
    transform: rotate(-15deg);
    padding-top: 25%;
}

.soeks_cam img {
    width: 100px;
}

.soeks_cam a {
    color: #595560;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 19px;
    font-weight: 800;
}

.soeks_cam a:hover>span {
    text-decoration: underline;
    color: #3E8736;
}

.video-info {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 3em;
    line-height: 2em;
    color: #595560;
}

/* ------- SOEKS NEWS ---------- */

.news-block .news-img {
    float: left;
    margin: 5px 10px 5px 0px;
}

.news-title {
    padding: 10px 0px;
    font-size: 18px;
    font-weight: bold;
}

/* -------- SOEKS QUICK NEWS (anonce) ------------- */
.anonce h2 {
    padding: 10px;
}

.anonce__body {
    overflow: auto;
    margin-bottom: 20px;
    padding: 10px 0px;
    border: 2px solid rgba(167, 169, 172, 0.46);
    min-height: 125px;
}

.anonce__title {
    color: #455567;
    font-size: 1.2rem;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(167, 169, 172, 0.46);
}

.anonce__content {
    max-height: 3.6rem;
    overflow: hidden;
}

/* ------- SOEKS CELEBRITY ---------- */
.celeb-block {
    border-bottom: 3px solid #fff;
    background: #EAE6DF;
}

.celeb-block a:hover {
    text-decoration: none;
}

.celeb-list {
    width: 100%;
    max-height: 195px;
    overflow: hidden;
}

.celeb-list li {
    max-width: 158px;
    margin: 10px 0px;
    padding-left: 4px;
    padding-right: 4px;
}

.celeb-list li:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    transition: all 0.4s ease;
}

img.celeb-img {
    width: 100%;
    border: 2px solid #fff;
}

.celeb-list span {

    font-weight: bold;
    font-size: 12px;
    color: #909090;
    max-height: 16px;
    display: block;
    overflow: hidden;
}

/* ------- FOOTER ---------- */

footer.footer {
    background: #3E8736;
    padding: 0px;
    margin: 0px;
    overflow: auto;
}

.footer .container {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 45px 0px 0px 0px;
    background: rgba(0, 0, 0, 0.31);
    color: #fff;
}

.footer__menu li {
    margin: 10px 0px;
    padding-bottom: 10px;
}

.footer__menu a {
    text-decoration: none;
    border-top: 2px solid;
    text-transform: uppercase;
    margin: 0 5px;
    padding-top: 5px;
    padding-bottom: 10px;
    color: #fff;
}

.bigger:hover,
.footer__menu li:hover {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    transition: all 0.4s ease;
}

.footer__social a {
    color: #fff;
    display: block;
    border: 2px solid;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    line-height: 53px;
    text-align: center;
}

.footer__copyright {
    border-top: 1px solid;
    margin-top: 10px;
    padding: 10px;
    font-size: 12px;
}

/*------------- CUSTOM PAGES ------------------*/

.celebrity__title,
.video__title,
.newslist__title {
    background: #3E8736;
    color: #fff;
    font-size: 1.2rem;
    padding: 0.3rem 1.3rem;
    margin: 0;
}

.celebrity>div,
.video>div,
.newsline>div,
.newscompany>div {
    padding: 1em;
}

.celebrity,
.video,
.newslist {
    border: 1px solid #E2E2E2;
    margin-bottom: 20px;
}

.celebrity {
    border: 1px solid #E2E2E2;
    margin-bottom: 20px;
}


.soeks__pagination {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #2B5D25;
}

/*----- video page --------*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

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

.modal-content {
    border-radius: 0;
}

/*----- NEWS STYLE -----*/
.newslist__content {
    padding: 15px;
}

.news_inner_title {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 15px;
    margin: 0;
}

.news_inner_title h1 {
    color: #3E8736;
}

.news_content {
    overflow: auto;
    background: rgba(62, 135, 54, 0.09);
    margin: 11px 0px;
}

.news_inner_content {
    padding: 15px;
}

.news_inner_img {
    margin: 10px 15px;
}

/*INFORMATION SOEKS*/
ul.inf_menu {
    list-style: none;
    display: block;
    margin: 0 auto;
}

.inf_menu li {
    margin-bottom: 7px;
    border-bottom: 1px solid #EAEAEA;
}

.inf_menu a {
    display: block;
    color: #387930;
    font-weight: 700;
    line-height: 15px;
    padding: 5px 0px;
}

.inf_content {
    padding-bottom: 25px;
}

/* MAGNIFIC POPUP */
.container a {
    outline: none;
}

/* PRODUCT PAGE */
.green-list ul,
.inner_product_tabs ul {
    padding-left: 0;
}

.green-list ul li {
    list-style: none;
    padding: 0 0 0 16px;
    background: url('../image/sep.gif') no-repeat 0 6px;
}

ul>li:first-child a.thumbnail>img {
    /*max-width: 500px;*/
    max-height: 500px;
}

/* SEO */
.dozimetr_low h2,
.dozimetr_low h4 {
    font-size: 14px;
    color: #333;
    display: inline;
}

#vk_comments,
#vk_comments iframe {
    width: 100% !important;
    max-width: 555px;
}

.wcomments_head,
._wcomments_head {
    background: #3e8736 !important;
}

/* ulogin */

.ulogin_form {
    margin-top: 15px;
    margin-bottom: 20px;
}

#stars-counter .fa-star-o {
    color: #bfbfbf;
}

/* ЗВЕЗДЫ в ОЗЫВАХ */
.soeks-fa-stack {
    position: relative;
    display: inline-block;
    width: 1.1em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

#review .soeks-fa-stack {
    height: 1em;
    line-height: 1em;
}

img.review_net_icon {
    width: 15px;
    margin: 0px 5px;
}

.soeks-response-review {
    padding-left: 0;
    border-left: 15px solid #e8e8e8;
}

.stars_review_block {
    padding: 0px 10px;
    max-width: 150px;
    float: left;
}

@media (max-width: 767px) {

    .stars_review_block {
        padding: 5px 5px;
        width: 100%;
        max-width: 100%;
    }

    .date_review {
        width: 100%;
        padding: 0px 7px;
    }
}

.wrap_text_review {
    overflow: auto;
    padding: 10px 0px;
}

.categories_menu a {
    color: #387930;
    padding-right: 15px;
}

.categories_menu a:hover {
    text-decoration: underline;
}

/*  SOEKS LANDING PRODUCT  NEW YEAR / SERTIFICAT */
.ny_stiker>div {
    max-width: 300px;
    position: relative;
    margin: 0 auto;
}

.ny_stiker span {
    display: none;
    background: rgba(255, 255, 255, 0.61);
    font-weight: bold;
    position: absolute;
    bottom: 0;
    padding: 5px 10px;
}

.ny_stiker>div:hover span {
    display: block;
}

@media (max-width: 767px) {
    .ny_stiker span {
        display: block;
        position: relative;
        padding: 0px 10px;
    }

}

/* CSS 3 EFFECTS */

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.map_geiger div {
    margin-top: 30px;
}

.map_geiger {
    margin: 40px 0;
}

.special_price {
    color: #ff0000;
}

.strikethrough {
    position: relative;
    font-size: 100%;
}

.strikethrough:before {
    border-bottom: 3px solid red;
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    transform: rotate(-7deg);
    margin-top: 10px;
}

.strikethrough_2 {
    position: relative;
    font-size: 100%;
}

.strikethrough_2:before {
    border-bottom: 3px solid red;
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    transform: rotate(-7deg);
    margin-top: 5px;
}

.carusel_special {
    display: block;
}

.carusel_special li {
    font-size: 90%;
    margin-bottom: -10px;
    list-style-type: none;
}


.price_catalog {
    font-weight: bold;
    font-size: 180%;
    margin: 20px 5px;
}

.green {
    color: #387930;
}

.title-name h2 {
    font-size: 230%;
    font-weight: bold;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.title-name p {
    font-size: 130%;
}

.title-name p strong {
    color: #99d420;
}

#products_menu {
    color: #ff0000 !important;
}

.colorgraph {
    height: 5px;
    border-top: 0;
    background: #c4e17f;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}