@font-face {
    font-family: 'FuturaDemiC';
    src: url('../fonts/FuturaDemiC.ttf') format('truetype');
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased
}

body {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    height: 100%;
    height: 100vh;
    color: #00509e
}

body.active {
    overflow: hidden
}

.banners_for_products {
    margin-bottom: 30px
}

a {
    text-decoration: none;
    color: inherit
}

a:hover, a:active {
    text-decoration: none
}


.tab_container a {
    outline: none;
    text-decoration: none;
    padding: 2px 1px 0;
    color: blue!important;
  }
  
  .tab_container a:link {
    color: blue!important;
  }
  
  .tab_container a:visited {
    color: purple!important;
  }
  
  .tab_container a:focus,
  .tab_container a:hover {
    border-bottom: 1px solid;
  }
  
  .tab_container a:active {
    color: red!important;
  }


.header {
    height: 90px;
    position: relative;
    z-index: 20;
}

.page__text {
    font-size: 13px;
    margin-bottom: 0px;
    color: #5f7285;
    margin-top: 30px;
    line-height: 1.6;
}

.page__text h2, .page__text h1 {
    font-size: 16px;
}

.center-block {
    max-width: 1340px;
    width: 96%;
    margin: 0 auto
}
.about-product-block .one-click-block{
    position: relative;
    top:0;
}
.logoblock {
    width: 105px;
    height: 90px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    /*margin-top: 10px;*/
    float: left
}

.clear {
    clear: both
}

.topblock {
    position: absolute;
    top: 13px;
    right: 0;
    left: 109px;
    display: flex;
    justify-content: space-between;
}

.lang-block, .smalmenu {
    float: right
}

.smalmenu {
    margin-right: 57px;
    float: left
}

.lang a.active, .lang span.active {
    color: #00509e;
    position: relative
}

.lang a, .lang span {
    display: block;
    padding-left: 7px;
    float: left;
    text-decoration: none;
    position: relative
}

/*.item_lang.ua:before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    width: 1px;*/
/*    height: 10px;*/
/*    top: 50%;*/
/*    margin-top: -5px;*/
/*    background-color: #5f7285;*/
/*    left: 3px*/
/*}*/

.topblock {
    font-weight: 600;
    font-size: 11px;
    line-height: 30px;
    text-transform: uppercase;
    text-decoration: none;
    color: #5f7285
}

.small_menu_item {
    display: block;
    float: left;
    margin-right: 30px
}

.small_menu_link:hover {
    color: #00509e
}

.small_menu_link {
    text-decoration: none;
    white-space: nowrap;
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

#fn_content .h1, #fn_content .like_header {
    padding-top: 20px
}

.main_menu_item {
    float: left;
    margin: 0 20px;
}

.main-menu {
    margin-top: 55px;
    float: left;
    font-weight: 700;
    font-size: 14px;
    height: 18px;
    line-height: 18px;
    text-align: left;
    color: #00509e;
    margin-left: 19px;
    text-transform: uppercase
}
.cart_title{
    display: none!important;
}
.phone-numb:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 14px;
    left: 9px;
    top: 50%;
    margin-top: -7px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/phone-svg.svg)
}

.phone-numb:after {
    position: absolute;
    content: '';
    width: 14px;
    height: 10px;
    right: 11px;
    top: 50%;
    margin-top: -5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/down-arr-svg.svg)
}

.phone-numb {
    float: left;
    background-color: rgba(95, 114, 133, 0.1);
    Font-Size: 12px;
    display: block;
    padding: 9px 32px;
    line-height: 1;
    position: relative
}.frame_one_click_popup

.cursor {
    cursor: pointer
}

#cart_informer {
    float: right;
    margin-top: 48px
}

.login {
    float: right;
    margin-right: 30px;
    margin-top: 57px
}

.login.no-margin-right {
    margin-right: 0
}

.cart_info::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 58%;
    width: 22px;
    height: 18px;
    margin-top: -10px;
    background-image: url(../images/cart-new.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.cart_info {
    color: #fff;
    /*background-color: #00509e;*/
    padding: 14px 10px 14px 46px;
    /*border: 1px solid #00509e*/
}

.main-butstyle {
    display: block;
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    border-radius: 50px
}

.partners-page form {
    display: flex;
    flex-wrap: wrap
}

.partners-page form .form_group {
    width: 23%;
    margin: 0 1%;
    margin-bottom: 10px
}

.partners-page form .form_group:nth-child(5), .partners-page form .form_group:nth-child(6) {
    width: 100%
}

.partners-page form .form_group:nth-child(6) {
    margin-top: 10px;
    margin-bottom: 0
}

.partners-page form .form_group input.form_input, .partners-page form .form_group select {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 26px
}

.partners-page .form_input.form_textarea {
    height: 100px;
    padding-left: 26px
}

.login .main-butstyle {
    color: #00509e;
    background-color: #fff;
    padding: 15px 18px 14px 38px;
    border: 1px solid #00509e
}

.login .main-butstyle:hover {
    color: #ec1e25;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

span.cart_title, .cart_total {
    display: inline-block;
    line-height: 1;
    vertical-align: middle
}

.cart_counter {
    position: absolute;
    top: 0;
    left: 0px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 100%;
    background-color: #d80027;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-align: center
}

.account_link::before {
    content: "";
    position: absolute;
    width: 17px;
    height: 18px;
    top: 50%;
    margin-top: -9px;
    left: 16px;
    background-image: url(../images/account.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.formblock {
    position: relative;
    width: 90%;
    max-width: 500px;
    margin: 0 auto
}

.center-block-insearch {
    padding-top: 220px;
    position: relative;
    max-width: 700px;
    margin: 0 auto
}

.search-butt {
    float: right;
    width: 17px;
    height: 17px;
    background-image: url(../images/searchnew-but.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 57px;
    margin-right: 19px;
    cursor: pointer
}

.search {
    background-color: transparent;
    border-bottom: 2px solid #ec1d24
}

.styleclosebutt:hover {
    opacity: .7;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.search_input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 0;
    padding: 0 40px 0 0;
    Font-weight: 700;
    Font-Size: 14px;
    background-color: #fff;
    color: #00509e;
    text-align: left;
    text-transform: uppercase;
    border: 0;
    background: 0;
    font-family: 'Open Sans', sans-serif
}

input.search_input::-webkit-input-placeholder {
    color: #00509e;
    opacity: 1
}

input.search_input::-moz-placeholder {
    color: #00509e;
    opacity: 1
}

input.search_input:-moz-placeholder {
    color: #00509e;
    opacity: 1
}

input.search_input:-ms-input-placeholder {
    color: #00509e;
    opacity: 1
}

.styleclosebutt {
    width: 24px;
    height: 24px;
    background-image: url(../images/closebut.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 25px;
    top: 25px;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 2;
}

.search-popup .center-block {
    position: relative
}

.search-butt.deactive {
    display: none
}
.captcha-code{
    width: 100%;
    padding-top:20px;
}
.g-recaptcha{
    display: flex;
    justify-content: center;
}
.search_buttonnew {
    width: 22px;
    height: 22px;
    background-image: url(../images/searchnew-but.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    background-color: transparent;
    -webkit-appearance: none;
    border: 0;
    margin-top: -13px
}
body .owl-carousel .owl-item img{
    width: auto;
    margin: 0 auto;
}
.search_icon {
    width: 16px;
    height: 18px;
    vertical-align: middle
}

.to_top {
    width: 42px;
    height: 42px;
    border-radius: 100%;
    position: fixed;
    bottom: 50px;
    right: 10px;
    z-index: 99;
    display: none;
    background-color: #00509e;
    background-image: url(../images/up-arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer
}

.to_top:hover {
    background-color: #5f7285
}

.page__text__container {
    margin-bottom: 50px;
}

.page__text__show:hover {
    background-color: #00509e;
}

.page__text__show {
    display: inline-block;
    Font-Size: 11px;
    Line-Height: 1;
    font-weight: 600;
    color: #fff;
    padding: 9px 22px;
    border-radius: 50px;
    background-color: #5f7285;
    margin-top: 15px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.page__text__hidden {
    height: 100px;
    overflow: hidden;
    position: relative;
}

.page__text__hidden::after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.94) 93%, rgba(255, 255, 255, 1) 99%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.94) 93%, rgba(255, 255, 255, 1) 99%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.94) 93%, rgba(255, 255, 255, 1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.footer {
    width: 100%;
    background-image: url(../images/footer-mountains.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 40px 0
}

.footer-block {
    width: 30%;
    float: left
}

.center-foot {
    margin: 0 9%;
    width: 22%
}
.fixed-top .main{
    padding-top:120px;
}
.fixed-top.fixed-top-timeout .header-out {
    top:0;
}
.fixed-top .header-out {
    position: fixed;
    top:-120px;
    left:0;
    z-index: 9999;
    width: 100%;
    background: white;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.foot-name {
    font-weight: 400;
    font-size: 14px;
    color: #00509e;
    line-height: 1.38;
    margin-bottom: 21px
}

.foot_social.foot-name {
    margin-top: -10px
}

.zaglav:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120px;
    height: 1px;
    background-color: #00509e
}

.first-block .zaglav:before {
    left: 90px
}

.zaglav {
    line-height: 1.16;
    font-weight: 600;
    padding-bottom: 16px;
    margin-bottom: 40px
}

.foot-name strong {
    font-weight: 600
}

.foot-name {
    position: relative
}

.foot-name.zaglav {
    font-family: 'FuturaDemiC';
    text-transform: uppercase;
    font-size: 14px
}

.first-block .foot-name {
    padding-left: 87px
}

.origin:after {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -35px;
    width: 69px;
    height: 69px;
    background-image: url(../images/origin.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.foot-name:after {
    position: absolute;
    content: '';
    left: 0;
    width: 69px;
    top: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.garant:after {
    margin-top: -15px;
    height: 30px;
    background-image: url(../images/garant.svg)
}

.switz:after {
    margin-top: -12px;
    height: 24px;
    background-image: url(../images/switz.svg)
}

.standart:after {
    margin-top: -12px;
    height: 24px;
    background-image: url(../images/standart.svg)
}

.one-click:after {
    margin-top: -12px;
    height: 24px;
    background-image: url(../images/one-click.svg)
}

.select2-results__option{
    font-size: 13px;
}

.select2-container--default .select2-selection--single {
    background-color: #eff1f3;
    border: 0;
    height: 40px;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    color: #607185;
    font-size: 13px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    font-size: 13px;
    line-height: 24px;
}

.select2-dropdown {
    border: 1px solid #eff1f3;
}

.delivery_description li {
    margin-bottom: 8px;
}

.adress-ico:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 28px;
    height: 22px;
    background-image: url(../images/adress-ico.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.adress-ico, .teleph-ico, .email-ico {
    padding-left: 38px
}

.foot-name.teleph-ico a {
    margin-bottom: -15px;
    display: block
}

.foot-name.email-ico {
    margin-top: 30px;
    display: block
}

.teleph-ico:after {
    position: absolute;
    content: '';
    left: 0;
    top: 21px;
    width: 21px;
    height: 16px;
    background-image: url(../images/teleph-ico.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.email-ico:after {
    position: absolute;
    content: '';
    left: 1px;
    top: 50%;
    margin-top: -8px;
    width: 18px;
    height: 16px;
    background-image: url(../images/email-ico.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.foot_social a {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 15px
}

.foot_social a:hover {
    opacity: .7
}

.mapblock {
    width: 100%;
    max-width: 340px;
    height: 90px;
    margin-bottom: 12px;
    margin-top: 27px
}

.center-foot .zaglav {
    margin-bottom: 40px
}

.center-foot .foot-name {
    margin-bottom: 17px
}

.lastfoter .zaglav {
    margin-bottom: 12px
}

.you {
    background-image: url(../images/you.svg)
}

.vk {
    background-image: url(../images/vk.svg)
}

.tw {
    background-image: url(../images/tw.svg)
}

.telegram {
    background-image: url(../images/telegram.svg)
}

.linked {
    background-image: url(../images/linked.svg)
}

.ins {
    background-image: url(../images/ins.svg)
}

.goog-plus {
    background-image: url(../images/goog-plus.svg)
}

.fb {
    background-image: url(../images/fb.svg)
}

.Linkedin-icon {
    background-image: url(../images/Linkedin-icon.png)
}

.img-bottom img {
    max-width: 100%
}

.img-bottom {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    margin-top: 45px
}

.zaglav-text {
    font-family: 'FuturaDemiC';
    font-size: 32px;
    line-height: 1.17;
    text-align: center;
    color: #5f7285;
    margin-top: 68px;
    margin-bottom: 25px
}

.zaglav-text.zaglav-mt{
    margin-top:30px;
}

.hitprodazh {
    max-width: 486px;
    height: 203px;
    margin: 0 auto;
    background-image: url(../images/hitprodazh.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: -12px;
    margin-bottom: 40px
}

.zaglav-text .bluecolor {
    color: #00509e
}

.history-block {
    position: relative;
    max-width: 1240px;
    margin: 0 auto;
    margin-bottom: 110px
}

.img-hist:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0)
}

.img-hist {
    width: 75%;
    height: 520px;
    background-image: url(../images/img-hist.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    float: right;
    z-index: 1
}

.text-info {
    font-weight: 400;
    font-size: 14px;
    line-height: 2;
    text-align: left;
    color: #5f7285
}

.inhist:before {
    content: '';
    position: absolute;
    right: -20px;
    top: 0;
    bottom: -20px;
    background-color: white;
    width: 10px
}

.inhist:after {
    content: '';
    position: absolute;
    left: 10px;
    right: -20px;
    bottom: -20px;
    background-color: white;
    width: 100%;
    height: 10px
}

.inhist {
    position: absolute;
    top: 0;
    left: 50px;
    width: 37%;
    background-color: white;
    border: 10px solid #e5e5e5;
    padding: 50px 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2
}

.more-text {
    color: #00509e;
    float: right;
    line-height: 1.1;
    border-bottom: 1px solid #00509e;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px
}

.more-text:hover {
    color: #ec1d24;
    border-bottom: 1px solid #ec1d24
}

.bluecolor {
    position: relative
}

.kropivaimg .bluecolor:before {
    content: '';
    width: 210px;
    height: 120px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/kropivaimg.jpg);
    position: absolute;
    right: -220px;
    top: 50%;
    margin-top: -60px
}

.post-image {
    display: block;
    width: 100%;
    height: 270px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 15px
}

.post-item {
    width: 100%;
    text-align: left;
    padding: 0 20px
}

.name-post {
    min-height: 47px;
    font-weight: 700;
    Font-Size: 14px;
    Line-Height: 1.4;
    color: #00509e;
    display: block;
    text-transform: uppercase
}

.post_annotation {
    color: #00509e;
    font-weight: 400;
    Font-Size: 14px;
    Line-Height: 1.6
}

.more-button {
    display: inline-block;
    Font-Size: 12px;
    Line-Height: 1;
    font-weight: 600;
    color: #fff;
    padding: 12px 28px;
    border-radius: 50px;
    background-color: #00509e;
    margin-top: 15px;
    text-transform: uppercase;
    cursor: pointer;
}

.more-button:hover {
    background: #ec1d24;
    color: white !important;
}

.more-button.hit {
    position: absolute;
    bottom: -18px;
    left: 0
}

.post-block {
    margin-top: 50px;
    text-align: center
}

.look_all-post {
    width: 100%;
    margin: 0 auto;
    text-align: center
}

.all-posts-but {
    display: inline-block;
    color: #00509e;
    font-weight: 700;
    Font-Size: 14px;
    Line-Height: 1;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid #00509e;
    margin-top: 40px
}

.all-posts-but:hover {
    color: #ec1d24;
    border-bottom: 1px solid #ec1d24
}

.text-specialist {
    border: 10px solid #e5e5e5;
    padding: 36px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #00509e;
    max-width: 420px
}

.partners-page .text-specialist {
    width: 94%;
    top: 30px;
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    max-width: 100%;
    padding: 0;
    z-index: 10;
    left: 3%
}

.partners-page .preimusch {
    text-align: center
}

.partners-page .list-preim {
    display: flex
}

.partners-page .list-preim p {
    width: 25%;
    text-align: center;
    padding: 0 20px;
    padding-top: 70px
}

.partners-page #be-specialist {
    position: relative
}

.partners-page .list-preim p:before {
    left: 50%
}

.partners-page .forma-block-prisoed {
    top: auto;
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    bottom: 0;
    right: auto;
    left: 0;
    width: 100%;
    border-radius: 0;
    background: -moz-linear-gradient(top, rgba(0, 80, 158, 0) 0, rgba(0, 80, 158, 0.4) 58%, rgba(0, 80, 158, 0.4) 61%);
    background: -webkit-linear-gradient(top, rgba(0, 80, 158, 0) 0, rgba(0, 80, 158, 0.4) 58%, rgba(0, 80, 158, 0.4) 61%);
    background: linear-gradient(to bottom, rgba(0, 80, 158, 0) 0, rgba(0, 80, 158, 0.4) 58%, rgba(0, 80, 158, 0.4) 61%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000509e', endColorstr='#9900509e', GradientType=0);
    z-index: 1;
    margin: 0
}

.partners-page .forma-block-prisoed .send-butt {
    background-color: white;
    border-color: white;
    color: #00509e
}

.partners-page .forma-block-prisoed .send-butt:hover {
    color: white;
    background-color: #d80027;
    border-color: #d80027
}

.preimusch {
    Font-Size: 38px;
    Line-Height: 1.4;
    font-weight: 700;
    margin-bottom: 35px
}

.list-preim p {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px
}

.partners-page .list-preim p:nth-child(1):before, .partners-page .list-preim p:nth-child(2):before, .partners-page .list-preim p:nth-child(3):before, .partners-page .list-preim p:nth-child(4):before {
    width: 60px;
    height: 60px;
    background-size: auto 100%;
    background-position: center center;
    left: 50%;
    margin-left: -30px
}

.partners-page .list-preim p:nth-child(1):before {
    background-image: url(/files/uploads/leaf-2.svg)
}

.partners-page .list-preim p:nth-child(2):before {
    background-image: url(/files/uploads/sweden.svg)
}

.partners-page .list-preim p:nth-child(3):before {
    background-image: url(/files/uploads/win.svg)
}

.partners-page .list-preim p:nth-child(4):before {
    background-image: url(/files/uploads/profit.svg)
}

.list-preim p:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../images/galka.svg)
}

.list-preim {
    Font-Size: 16px;
    Line-Height: 1.6;
    font-weight: 400
}

.specialist-block {
    position: relative;
    margin-top: 30px
}

.image-spec:before {
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(69%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 69%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0)
}

.image-spec {
    position: absolute;
    left: 0;
    right: 400px;
    top: 0;
    bottom: 0;
    mix-blend-mode: soft-light;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(77%, rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 1)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 77%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    background-image: url(../images/image-spec2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.image-spec-but-block .more-button {
    font-size: 14px;
    letter-spacing: .05em;
    padding: 13px 28px
}

.image-spec-but-block {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 25px;
    left: 0;
    z-index: 2
}

.featured-prod-block {
    width: 100%;
    text-align: center
}

.feature-item {
    width: 100%;
    position: relative;
    padding: 0 9px;
    height: 300px;
    max-width: 440px;
    margin: 0 auto
}

.feature-item .product_name {
    text-align: left;
    margin-bottom: 9px
}

.feature-item .price_container, .feature-item .preview_form {
    display: none
}

.feature-item .product_name {
    Font-Size: 18px;
    font-weight: 700;
    display: block;
    width: 350px;
    margin-top: 8px
}

.product_name {
    Line-Height: 1.25;
    color: #00509e
}

.feature-item .product-info {
    text-align: left;
    width: 205px;
    position: absolute;
    top: 18px;
    left: 15px;
    height: 239px;
    z-index: 1;
    background-color: white
}

.anotation-product {
    Font-Size: 14px;
    Line-Height: 2;
    font-weight: 400;
    color: #5f7285
}

.productimg:before {
    content: '';
    position: absolute;
    width: 275px;
    right: 20px;
    top: -30px;
    height: 275px;
    border: 10px solid #e5e5e5
}

.productimg {
    width: 190px;
    height: 265px;
    position: absolute;
    right: 20px;
    top: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom
}

.textbanner {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 100px;
    -webkit-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%)
}

.zaglav-textbanner {
    Font-Size: 48px;
    Line-Height: 2;
    font-weight: 700;
    color: #00509e;
    margin-bottom: 45px
}

.main-textbanner {
    text-align: left;
    Font-Size: 33px;
    Line-Height: 1.6;
    font-weight: 700;
    color: #fff
}

.slider-item {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.categories_nav {
    display: none;
    font-weight: bold;
    font-size: 13px;
    color: #fff;
    position: absolute;
    z-index: 999;
    top: 70px;
    left: 0;
    width: 100%;
    padding-top: 20px;
}

ul.level_1.categories_menu {
    margin-top: 14px;
    -webkit-box-shadow: 0 0 50px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 50px -5px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding:20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.categories_nav::after {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #fff transparent;
    content: '';
    top: 20px;
    left: 250px;
    margin-left: -10px
}
.arr_img:before{
    position: absolute;
    content: '';
    right:-20px;
    width: 5px;
    height: 8px;
    margin-top: 5px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    background-image: url(../images/leftarr.svg);
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}
.arr_img{
    position: relative;
}

.category_item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 20%;
    padding: 10px 0;
    width: 80%;
    text-align: left;
}
.heder_fone{
    display: block;
    float: right;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    color: #00509e;
    margin-right: 19px;
    margin-top: 55px;
    text-transform: uppercase;
}
.level_1.categories_menu  .category_item {
    width: auto;
    margin-right: 40px;

}
.level_2.subcategory   .category_item {
    width: auto;
    display: block;
}
.category_item:last-child {
    border-bottom: 0
}

nav ul {
    text-align: center
}

.category_link {
    position: relative;
    color: #00509e
}

.category_link:before {
    position: absolute;
    content: '';
    left: 0;
    right: 100%;
    bottom: -3px;
    width: 0;
    height: 2px;
    background-color: transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.category_link:hover:before {
    background-color: #ec1d24;
    width: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.category_link:hover, .category_link:hover .arrow_right {
    color: #ec1d24
}

a.main_menu_link:hover {
    color: #ec1d24
}

.left-cat-block {
    width: 17%;
    float: left
}

.product-block {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 220px
}

.boc {
    margin-bottom: 50px
}

.zaglav-left {
    font-weight: 600;
    Font-Size: 18px;
    Line-Height: 1.16;
    color: #5f7285;
    text-transform: uppercase;
    padding-bottom: 21px;
    border-bottom: 1px solid #afb8c2;
    display: inline-block;
    font-family: 'FuturaDemiC'
}

.catlist {
    padding-top: 30px
}
.cat-name{
    display: flex;
    align-items: center;
    gap: 5px;
}
.cat-item-left a.active:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.cat-item-left a:before {
    width: 5px;
    height: 8px;
    content: '';
    position: absolute;
    left: 0;
    margin-top: 5px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    background-image: url(../images/leftarr.svg)
}

.cat-item-left a {
    display: block;
    position: relative;
    padding-left: 13px
}

.subcat a {
    margin-bottom: 10px
}

.cat-item-left.subcat {
    padding-left: 20px;
    margin-top: 10px
}

.cat-item-left {
    font-weight: 400;
    Font-Size: 14px;
    Line-Height: 1.35;
    color: #5f7285;
    margin-bottom: 17px
}

.cat-item-left:hover {
    color: #ec1d24
}

.cat-item-left a.active {
    color: #00509e
}

.back-brad {
    width: 100%;
    background-color: #00509e
}

.breadcrumbs {
    padding: 12px 0;
    list-style: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    margin-bottom: 20px
}

.breadcrumbs li {
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase
}

.breadcrumbs li + li:before {
    padding: 0 5px;
    content: "/\00a0";
    opacity: .7
}

.photo-block-product {
    width: 39%;
    float: left
}

.product_image {
    position: relative;
    /*float: left;*/
    height: 430px;
    text-align: center;
}

.product_img {
    max-width: 100%;
    max-height: 100%;
    position: relative;
    /*top: 50%;*/
    /*-webkit-transform: translateY(-50%);*/
    /*transform: translateY(-50%);*/
    text-align: center;
    margin: 0 auto;
    margin-right: 0;
}
.zoom_main_image{
    position: relative;
    max-width: 100%;
    max-height: 100%;
}

.about-product-block {
    width: 58%;
    float: right
}
.about-product-block .one-click-block{
    position:relative;
    top: 0;
}
.product_heading {
    font-size: 22px;
    color: #00509e;
    font-family: 'FuturaDemiC';
    line-height: 1.18;
    text-transform: uppercase;
    margin-bottom: 45px
}

.lable-block {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #d80027;
    border-radius: 10px;
    Opacity: .8;
    padding: 5px 15px;
    z-index: 1;
}

.feature-block span {
    color: #00509e
}
.feature-block span.no-stock{
    color:#ec1d24;
}
.feature-block {
    font-size: 14px;
    font-weight: 600;
    color: #5f7285;
    line-height: 1;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 50px;
    margin-bottom: 10px;
    position: relative
}

.feature-block:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -9px;
    height: 18px;
    /*border-radius: 50px;*/
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain
}

.obemimg:before {
    background-image: url(../images/obemimg.svg);
    width: 10px
}

.skuimg:before {
    background-image: url(../images/skuimg.svg);
    width: 20px
}

.nalich:before {
    background-image: url(../images/nalich.svg);
    width: 18px
}

.obemimg {
    padding-left: 15px
}

.skuimg {
    padding-left: 24px
}

.nalich {
    padding-left: 22px
}

.dop-info-fetures-block {
    margin-bottom: 20px
}

.short-descritp-prod {
    font-weight: 400;
    margin-bottom: 15px
}

.preimusch-block {
    font-size: 14px;
    color: #5f7285;
    line-height: 2;
    margin-bottom: 10px
}
.preimusch-block li,.preimusch-block li span{
    font-size: 14px!important;
    color: #5f7285;
    line-height: 2;
}
.preimusch-one:before {
    position: absolute;
    left: 0;
    width: 11px;
    height: 8px;
    content: '';
    top: 10px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/listgalblue.svg)
}

.preimusch-one {
    font-weight: 600;
    padding-left: 20px;
    position: relative
}

.hidden {
    display: none !important
}

.dopimages {
    width: 100%;
    margin-bottom: 15px
}

.dop-images_item {
    float: left;
    width: 24%;
    margin-right: 1%;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.images_link img {
    max-width: 100%;
    max-height: 100%;
    text-align: center;
    vertical-align: middle
}

.images_link {
    display: block;
    border: 0;
    height: 75px;
    line-height: 75px;
    width: 100%;
    text-align: center;
    vertical-align: middle
}

.textshare {
    display: inline-block;
    Font-Size: 14px;
    Line-Height: 1;
    color: #5f7285;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 17px;
    margin-bottom: 10px;
    font-family: 'FuturaDemiC'
}

.sharebut:hover {
    opacity: .8
}

.sharebut {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
    cursor: pointer
}

.faceshare {
    background-image: url(../images/faceshare.svg)
}

.twittshare {
    background-image: url(../images/twittshare.svg)
}

.gplusshare {
    background-image: url(../images/gplusshare.svg)
}

.telegashare {
    background-image: url(../images/telegashare.svg)
}

.sharesoc {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 4px
}
.variant_select_name, .product .variant_select, .products_item .variant_select, .select-sort{
    width: auto;
    height: 40px;
    line-height: 40px;
    padding: 0 25px 0 15px;
    border: 1px solid rgba(95, 114, 133, 0.3);
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    margin-bottom: 15px;
    color: #5f7285;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}
.variant_select_name{
    display:inline-block;
    padding: 0 15px;
    margin-top: 15px;
    margin-bottom:0;
}
.product .variant_select, .products_item .variant_select, .select-sort {
    background-image: url(../images/select_arrow.png);
    background-size: 12px 8px;
    background-position: right 8px center;
    background-repeat: no-repeat;
}
.product-block .product .variant_select{
}
.select-sort {
    min-width: 186px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 0;
    position: relative;
    background-image: url(../images/select_arrownew.svg);
    background-position: right center;
    background-size: contain;
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    color: #5f7285;
    font-weight: 600
}

.price-block-all {
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    color: #00509e;
    line-height: 19px;
    margin-right: 10px;
    vertical-align: middle;
    margin-bottom: 10px
}

.cursign {
    font-size: 12px;
    line-height: 19px
}

.pricebutstyle {
    border-radius: 50px;
    background-color: #f0f0f0;
    padding: 8px;
    min-width: 100px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    color: #00509e
}

.fn_old_price {
    text-decoration: line-through
}

.dopclass-price .pricebutstyle.old_price, .old_price {
    color: #ec1d24;
    text-decoration: line-through;
}

.old_price.old_price_visual{
    text-decoration: none;
}

.old_price.old_price_visual span{
    text-decoration: line-through;
}

.old_price_percent {
    display: inline-block;
    font-size: 75%;
    background: #ed1d23;
    color: white;
    margin-left: 2px;
    padding: 0 5px;
    border-radius: 10px;
}

.product_buttons {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px
}

.buybutmu:before {
    position: absolute;
    left: 21px;
    content: '';
    top: 50%;
    width: 28px;
    height: 22px;
    margin-top: -11px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/buybutmu.svg)
}

.buybutmu:hover {
    background-color: #00509e
}

.buybutmu {
    font-size: 14px;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    border-radius: 100px;
    background-color: #00509e;
    text-transform: uppercase;
    border: 0;
    padding: 13px 40px 13px 60px;
    min-width: auto;
    position: relative;
    margin-right: 10px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.varblock {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 10px;
}

.one-click-block {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 10px;
}

.one-click-group .form_input {
    height: 40px;
    line-height: 40px;
    border: 1px solid #e5e7e8;
    background-color: #fff;
    border-radius: 10px;
    padding: 0 70px 0 10px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 300;
    color: rgba(95, 114, 133, 0.5);
    text-align: left
}

.one-click-group input.form_input::-webkit-input-placeholder {
    color: rgba(95, 114, 133, 0.5)
}

.one-click-group input.form_input::-moz-placeholder {
    color: rgba(95, 114, 133, 0.5)
}

.one-click-group input.form_input:-moz-placeholder {
    color: rgba(95, 114, 133, 0.5)
}

.one-click-group input.form_input:-ms-input-placeholder {
    color: rgba(95, 114, 133, 0.5)
}

.fn_one_click input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #fff !important;
    -webkit-text-fill-color: #6b6b6b !important;
    color: #6b6b6b !important
}

.one-click-buy:hover {
    background-color: #e03352;
    color: white
}

.one-click-buy {
    position: absolute;
    right: -1px;
    top: 0;
    width: 96px;
    bottom: 0;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .1em;
    text-align: center;
    font-weight: 600;
    color: #5f7285;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #eff1f3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.one-click-group {
    width: 100%;
    position: relative;
    margin-bottom: 1px;
}

.tabs-block {
    margin-top: 60px;
    margin-bottom: 35px
}

.tab_container {
    border-left: 1px solid rgba(95, 114, 133, 0.1);
    border-right: 1px solid rgba(95, 114, 133, 0.1);
    border-bottom: 1px solid rgba(95, 114, 133, 0.1);
    padding: 30px 20px
}

.tab_navigation a:first-child {
    border-left: 1px solid rgba(95, 114, 133, 0.1)
}

.tab_navigation a {
    display: table-cell;
    padding: 11px;
    background-color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    border-top: 1px solid rgba(95, 114, 133, 0.1);
    border-bottom: 1px solid rgba(95, 114, 133, 0.1);
    border-right: 1px solid rgba(95, 114, 133, 0.1);
    text-align: center;
    text-transform: uppercase;
    color: #5f7285;
    border-radius: 0;
    font-family: 'FuturaDemiC'
}

.tab_navigation {
    overflow: hidden;
    z-index: 1;
    padding: 0;
    table-layout: fixed;
    width: 100%;
    display: table
}

.tab_navigation a.selected {
    background-color: #205091;
    color: #fff;
    border-bottom: 1px solid #205091
}

.tab span {
    Font-Size: 14px!important;
    color: #5f7285!important;
}
.tab {
    display: none;
    Font-Size: 14px;
    color: #5f7285;
    font-weight: 400;
    Line-Height: 2
}

.zaglav-inprod {
    Font-Size: 21px;
    color: #00509e;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
}

.related-item:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.related-item .overlay_buttons, .related-item .anotation-product, .related-item .more-button, .related-item .preview .price_container, .related-item .preview_form {
    display: none
}

.related-item .preview {
    padding: 0
}

.related-item {
    width: 24%;
    display: inline-block;
    vertical-align: top;
    border: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto;
    margin-bottom: 50px
}

.related {
    margin-bottom: 20px
}

.related-item .product-info {
    position: relative;
    width: auto;
    height: auto;
    background-color: transparent;
    left: 0;
    top: 0;
    display: block
}

.related-item .product_name {
    Font-Size: 14px;
    color: #00509e;
    font-weight: 700;
    line-height: 1.33;
    text-transform: uppercase;
    text-align: center;
    max-width: 200px;
    width: 94%;
    height: auto;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.related-item .product_name:hover {
    color: #e03352
}

.feature-item .product-info .product_name:hover {
    color: #e03352
}

.post-item a:hover {
    color: #e03352
}

.related-item .preview_image img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    text-align: left
}

.related-item .preview_image {
    max-width: 200px;
    height: 200px;
    padding: 0;
    margin-bottom: 10px
}

body .preview_image {
    padding: 0;
}

.features {
    list-style: none;
    margin: 0;
    padding: 0
}

.features li {
    padding: 0;
    margin-bottom: 7px;
    overflow: hidden;
    background-color: #fff
}

.features_name, .features_value {
    display: block;
    float: left;
    padding-left: 7px
}

.features_value {
    width: 50%;
    padding-right: 15px
}

.features_name {
    width: 50%;
    position: relative
}

.features_name span {
    position: relative;
    padding-right: 10px;
    z-index: 1;
    background-color: #fff
}

.features_name::before {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted #e1e8ed
}

.form_group {
    margin-bottom: 20px
}

.form_input {
    height: 40px;
    background-color: #fff;
    border: 1px solid rgba(95, 114, 133, 0.1);
    border-radius: 10px;
    padding: 0 10px;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    color: #5f7285;
    font-family: 'Open Sans', sans-serif
}

.form_textarea {
    display: block;
    width: 100%;
    border: 1px solid rgba(95, 114, 133, 0.1);
    border-radius: 10px;
    background-color: #fff;
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #5f7285;
    font-weight: 400
}

input.form_input::-webkit-input-placeholder {
    color: #5f7285
}

input.form_input::-moz-placeholder {
    color: #5f7285
}

input.form_input:-moz-placeholder {
    color: #5f7285
}

input.form_input:-ms-input-placeholder {
    color: #5f7285
}

.captcha {
    display: inline-block;
    vertical-align: top;
    margin: 0 17px 10px 0
}

.input_captcha {
    width: 130px;
    line-height: 38px;
    vertical-align: top;
    height: 40px;
    margin: 0 0 0 17px
}

.secret_number {
    border: 1px solid #e8e8e1;
    padding: 9px;
    border-radius: 2px;
    background: #f5f8f9;
    display: inline-block;
    position: relative;
    text-shadow: 1px 1px #38c0f3, -1px 1px mediumturquoise, -1px -1px mediumturquoise, 1px -1px mediumturquoise;
    color: white;
    font-weight: bold;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    cursor: pointer
}

.secret_number:before {
    content: "";
    position: absolute;
    top: 10px;
    right: -15px;
    bottom: -15px;
    left: 0;
    z-index: -1;
    background: linear-gradient(-45deg, rgba(72, 209, 204, 0) 2px, mediumturquoise 3px, rgba(72, 209, 204, 0) 3px) repeat;
    background-size: 4px 4px
}

.secret_number:after {
    content: attr(data-name);
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: -2;
    text-shadow: 1px 1px white, 2px 2px white, 3px 3px white, 4px 4px white;
    color: white;
    -webkit-transition: all 1s;
    transition: all 1s
}

.message_error {
    clear: both;
    padding: 10px 20px;
    margin-bottom: 20px;
    color: #ec1d24;
    background-color: #ffcaca;
    border: 1px dotted #ff4545
}

.partners-page .message_success {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    color: #00509e;
    text-transform: none;
    margin-bottom: 0;
    padding: 20px 0
}

.message_success {
    padding: 11px 23px;
    margin-bottom: 25px;
    color: #fff;
    background-color: #f60;
    text-transform: uppercase
}

.error {
    color: #ec1d24;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600
}
.error.error-attantion{
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    background-color: rgba(236, 29, 36, 0.8);
    text-align:center;
    width:300px;
    margin:0 auto;
    padding:10px 0;
    margin-top: 20px;
    color: white;
    border-radius:3px;
}
.button, .disable_button {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: inherit;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    border-radius: 50px;
    color: #fff;
    background-color: #00509e;
    padding: 14px 24px 13px 24px;
    border: 1px solid #00509e;
    font-family: 'Open Sans', sans-serif
}

.button {
    cursor: pointer
}

.button:hover {
    background-color: #ec1d24;
    color: #fff;
    border-color: #ec1d24
}

.prodtovar .product_name {
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    color: #00509e;
    height: 70px
}

.topban-cat {
    margin-bottom: 50px
}

.topban-cat img {
    width: 100%
}

.float-left {
    float: left;
    margin-bottom: 35px
}

.float-right {
    float: right;
    margin-bottom: 35px
}

.sort_title {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    color: #5f7285;
    text-align: left;
    margin-right: 15px;
    margin-bottom: 1px;
}

.sort {
    text-align: left
}

.sort_link.active_up, .sort_link.active_down {
    color: #f2bd0b;
    font-weight: bold
}

.sort_link span {
    display: inline-block;
    position: relative;
    padding-right: 21px
}

.sort_link span::after {
    content: "";
    width: 16px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -5px;
    background: url(../images/sprite.png) no-repeat -1px -303px
}

.sort_link.no_after span::after {
    content: none
}

.doppag {
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle
}

.bottom-pag {
    width: 100%
}

.dop-product-block {
    width: 100%
}

.paginat-title {
    font-weight: 400;
    text-transform: none;
    margin-right: 10px;
    margin-left: 20px
}

.pagination {
    list-style: none;
    text-align: center
}

body .page_item {
    display: inline-block;
    margin-right: 0;
    margin-bottom: 0;
    vertical-align: middle;
    padding-left: 0
}

body .page_item::before {
    display: none
}

.page_link {
    display: block;
    padding: 0;
    margin-right: 5px;
    text-align: center;
    text-decoration: none;
    border: 0;
    color: #00509e
}

.page_link:hover, .active .page_link {
    color: #5f7285
}

.nextpagelink.prevclass:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.nextpagelink:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 14px;
    left: 50%;
    top: 50%;
    margin-left: -4px;
    margin-top: -7px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/leftarrnew.svg)
}

.nextpagelink:hover {
    background-color: #f3f3f3
}

.nextpagelink {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid #5f7285;
    margin-left: 20px;
    position: relative;
    background-color: #fff
}

.bigproducts-block {
    width: 98%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}

.bigproducts-block .products_item {
    width: 25%;
    margin: 10px 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    position:relative;
}
.post-conteiner .blogproducts-block .products_item{
    width: 33.3%;
}
.bigproducts-block .products_item:before{
    position:absolute;
    background-color:transparent;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    top:0;
    left:0;
    width:100%;
    height:100%;
    content:'';
    transform:scale(0.8);
    opacity:0;
    transition: all .2s ease;
    border-radius: 10px;
}
.bigproducts-block .products_item:hover:before{
    opacity:1;
    transform:scale(1)
}
.bigproducts-block .products_item:hover {
}

.bigproducts-block .hit-slide .products_item{
    width: 90%;
}

.bigproducts-block .products_item.inproducts-page.wp .preview {
    padding-top: 0;
    padding-bottom: 0
}

.preview {
    position: relative
}

.bigproducts-block .preview {
    padding: 5px 0;
    width: 100%;
    max-width: 100%;
    padding-bottom: 15px;
    position: relative;
}

.bigproducts-block .more-button, .bigproducts-block .overlay_buttons {
    display: none
}

.inproducts.lable-block {
    position: relative;
    z-index: 5;
    font-size: 12px;
    background-color: #d80027;
    color: white;
    padding: 5px 8px;
    width: 110px;
    margin: 0 auto;
    text-align: center;
    margin-bottom:10px
}
.inproducts.lable-block.violet{
    background-color:#5f27cd;
}
.inproducts.lable-block.green{
    background-color:#10ac84;
}
.product-info {
    display: none
}

.feature-item .product-info {
    display: block
}

.bigproducts-block .product_name, .wish_products .product_name {
    Font-Size: 14px;
    font-weight: 700;
    padding-bottom: 15px;
    width: 90%;
    max-width: 250px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin: 0 auto;
    min-height: 68px;
}

.bigproducts-block .product_name:hover, .wish_products .product_name:hover {
    color: #e03352
}

.bigproducts-block .product-info {
    display: block
}

.price_container.dopclass-price {
    position: relative;
    bottom: 0px;
    width: 100%;
    text-align: center;
}

.dopclass-price .cursign {
    font-size: 8px
}

.dopclass-price .pricebutstyle strike, .cprice {
    font-size:80%
}

.dopclass-price .pricebutstyle {
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    padding: 9px 18px;
    min-width: 60px;
    margin-right: 0;
    color: #5f7285;
    position: relative;
    top: 3px
}

.newbuybut {
    display: inline-block;
    Font-Size: 12px;
    Line-Height: 1;
    font-weight: 600;
    color: #fff;
    padding: 12px 30px;
    border-radius: 50px;
    background-color: #00509e;
    margin-top: 14px;
    text-transform: uppercase;
    border: 0;
}



.preview_form {
    position: relative;
    bottom: -20px;
    right: 0;
    text-align: center;
    opacity: 0;
    transition: all .2s ease;
}
.bigproducts-block .products_item:hover .preview_form{
    opacity:1;
    bottom:0;
}
.allprod img {
    max-width: 100%;
    text-align: center;
    margin: 0 auto
}

.allprod {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 2
}

.zaglav-post-tema {
    font-weight: 600;
    Font-Size: 18px;
    Line-Height: 1.4;
    margin-bottom: 20px
}

.tema-post-body {
    Font-Size: 14px;
    font-weight: 400;
    color: #5f7285;
    Line-Height: 1.35;
    margin-bottom: 35px
}

.tema-post:before {
    position: absolute;
    width: 206px;
    height: 147px;
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/cropivanew.jpg);
    top: -76px;
    right: 0
}

.tema-post {
    position: relative;
    z-index: 1
}

.script-filter:before {
    position: absolute;
    content: '';
    top: 50%;
    right: 10px;
    margin-top: -3px;
    width: 12px;
    height: 6px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/script-filter.svg)
}

.script-filter {
    position: relative
}

.filter_name {
    font-weight: 600;
    Font-Size: 14px;
    color: #5f7285;
    text-transform: uppercase;
    width: 100%;
    background-color: rgba(95, 114, 133, 0.1);
    padding: 9px 10px;
    line-height: 1;
    margin-bottom: 10px;
    cursor: pointer
}

.filter-price {
    margin-bottom: 20px;
    background-color: transparent;
    padding: 0;
    cursor: default
}

.text-povz {
    font-weight: 400;
    Font-Size: 14px;
    color: #5f7285;
    display: inline-block
}

.trans-leter {
    text-transform: none
}

.sidebar_top {
    max-width: 182px;
    margin-top: 40px;
}

.sidebar .h2 {
    padding-bottom: 10px;
    padding-top: 12px
}

.filter_group {
    padding: 0;
    margin-bottom: 12px
}

.filters_heading {
    position: relative;
    font-weight: bold;
    font-size: 18px;
    padding: 9px 15px;
    cursor: pointer
}

.filters_heading .angle_icon {
    position: absolute;
    right: 20px;
    top: 18px
}

.filter_item {
    line-height: 24px;
    padding: 0;
    padding-bottom: 12px
}

.filter_link {
    display: block;
    position: relative;
    padding-left: 29px;
    font-size: 14px;
    min-height: 20px;
    line-height: 20px;
    text-decoration: none;
    cursor: pointer;
    font-weight: 400;
    color: #5f7285
}

.filter_link.checked {
    color: #00509e
}

.filter_indicator {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    border: 1px solid rgba(95, 114, 133, 0.5);
    border-radius: 5px
}

.checked .filter_indicator {
    background-image: url(../images/filter-indicator.svg);
    background-position: center;
    background-repeat: no-repeat
}

.price_range {
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 25px
}

.price_label {
    width: 65px;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block
}

.max_price {
    text-align: right
}

.max_input, .min_input {
    max-width: 100%;
    padding: 0 5px;
    height: 25px;
    border: 1px solid #afb8c2;
    font-weight: 400;
    Font-Size: 14px;
    color: #5f7285
}

.price-otstup {
    margin-bottom: 50px
}

.main-filter-block.deactive .filter_group {
    display: none
}

.main-filter-block.deactive .script-filter:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.buy-oneclick-popup {
    opacity: 0;
    Font-weight: 400;
    Font-Size: 11px;
    Line-Height: 11px;
    text-transform: uppercase;
    position: absolute;
    color: #5f7285;
    cursor: pointer;
    text-decoration: underline;
    bottom: -17px;
    left: 0;
    width: 100%;
    font-weight: 600;
}

.buy-oneclick-popup:hover {
    color: #e03352
}

.bigproducts-block .products_item:hover .buy-oneclick-popup {
    opacity: 1
}

.top-soc-butt.foot_social a {
    width: 22px;
    height: 30px;
    margin-right: 16px
}

.top-soc-butt.foot_social a:hover {
    opacity: .3
}

.top-soc-butt {
    float: right;
    /* margin-right: 115px*/
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.partners-page .more-know {
    background-color: white;
    color: #00509e;
    font-size: 12px;
    font-weight: 700;
    padding: 13px 21px;
    padding-top: 14px
}

.partners-page .more-know:hover {
    background-color: #00509e;
    color: white;
    border-color: #00509e
}

.partners-page .main-textbanner {
    font-size: 38px
}

.more-know {
    display: inline-block;
    Font-Size: 14px;
    Letter-Spacing: .1em;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
    padding: 13px 18px;
    text-align: center;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 50px;
    margin-top: 20px
}

.more-know:hover {
    background-color: white;
    color: #00509e
}

.more-text:before, .read_more:before {
    position: absolute;
    content: '';
    width: 11px;
    height: 14px;
    right: -20px;
    top: 50%;
    margin-top: -7px;
    background-image: url(../images/more-textafter.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.read_more:before {
    width: 10px;
    height: 12px;
    margin-top: -4px;
    right: -15px
}

.more-text {
    position: relative
}

.preimusch-block-one:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 50px;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.unik-prod:before {
    background-image: url(../images/unik-prod.svg)
}

.gib-graf:before {
    background-image: url(../images/gib-graf.svg)
}

.prof-poderzh:before {
    background-image: url(../images/prof-poderzh.svg)
}

.spraedl-vhod:before {
    background-image: url(../images/spraedl-vhod.svg)
}

.bonus-prog:before {
    background-image: url(../images/bonus-prog.svg)
}

.comand:before {
    background-image: url(../images/comand.svg)
}

.preimusch-block-one {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    Font-Size: 14px;
    Line-Height: 1.16;
    font-weight: 600;
    color: #00509e;
    margin-bottom: 30px;
    padding-top: 60px;
    position: relative
}

.prisoed-form-block {
    width: 100%;
    position: relative
}

.forma-block-prisoed {
    width: 400px;
    float: right;
    padding: 29px 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    margin-right: 15px
}

.form-zaglav {
    font-Size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
    font-family: 'FuturaDemiC'
}

.form_group label.error {
    position: absolute;
    bottom: -20px;
    left: 0;
    font-size: 10px
}

.form_group {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    position: relative
}

.form_input {
    line-height: 1;
    height: 40px;
    background-color: #fff;
    border: 1px solid #e5e7e8;
    border-radius: 0;
    padding: 0 10px;
    width: 100%;
    font-size: 14px;
    color: #afb8c2;
    font-weight: 400;
    text-align: center;
    border-radius: 10px
}

.send-butt {
    display: inline-block;
    margin: 0 auto;
    Letter-Spacing: .05em;
    font-size: 14px;
    padding: 12px 25px 12px 25px
}

.form_group.send {
    margin-bottom: 0
}

input.form_input::-webkit-input-placeholder {
    color: #afb8c2
}

input.form_input::-moz-placeholder {
    color: #afb8c2
}

input.form_input:-moz-placeholder {
    color: #afb8c2
}

input.form_input:-ms-input-placeholder {
    color: #afb8c2
}

.forma-block-prisoed input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #fff !important;
    -webkit-text-fill-color: #afb8c2 !important;
    color: #afb8c2 !important
}

input.form_input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #fff !important;
    -webkit-text-fill-color: #6b6b6b !important;
    color: #6b6b6b !important
}

.feedback-form {
    max-width: 550px;
    width: 96%;
    margin: 0 auto;
    margin-top: 30px
}

.feedback-form .one-click-group .form_input {
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    padding: 0 200px 0 26px;
    Font-weight: 400;
    Font-Size: 14px;
    letter-spacing: .05em
}

.feedback-form .one-click-buy {
    width: 200px;
    border-radius: 0;
    Font-Size: 14px;
    letter-spacing: .05em;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    font-weight: 600;
    background: #00509e;
    border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    -webkit-border-radius: 0 10px 10px 0;
    border: 0 solid #000;
    color: white
}

.feedback-form .one-click-buy:hover {
    background-color: #ec1d24
}

.dopposit {
    position: relative
}

.copy {
    width: 100%;
    height: 20px;
    background: url(../images/adcore-logo.svg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    margin-top: 63px;
    display: block
}

.copy:hover {
    opacity: .7
}

.posechaem {
    position: absolute;
    bottom: 21px;
    left: 0;
    Font-Size: 18px;
    color: #fff;
    Font-weight: 400
}

.sitemname:before {
    content: '';
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg);
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #00509e;
    z-index: -1
}

.count-of-people:after {
    content: '';
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg);
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #5f7285;
    z-index: -1
}

.sitemname {
    padding: 0 14px;
    float: left;
    height: 40px;
    line-height: 40px;
    position: relative;
    z-index: 1;
    font-size: 14px
}

.count-of-people:before {
    position: absolute;
    content: '';
    width: 14px;
    height: 15px;
    left: 31px;
    top: 50%;
    margin-top: -8px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/count-of-people.svg);
    z-index: 1
}

.count-of-people {
    padding-left: 51px;
    padding-right: 26px;
    float: left;
    height: 40px;
    line-height: 40px;
    position: relative;
    z-index: 1;
    font-size: 14px
}

.pager {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    overflow: hidden
}

.pager li {
    padding-top: 0;
    padding-bottom: 0
}

.pager a, .pager a:hover span {
    text-decoration: none
}

.pager a span {
    text-transform: uppercase;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.pager a span:hover {
    color: #ec1d24
}

.text-block-pages {
    padding-top: 0;
    padding-bottom: 80px;
    line-height: 29px;
    font-size: 14px;
    color: #5f7285;
    text-align: justify
}

.just_in_ua_content {
    display: flex
}

.inpages-block {
    text-align: left
}

.in-ua-left {
    width: 100%
}

.text-block-eror {
    text-align: center;
    margin-bottom: 60px
}

.error-text {
    font-size: 194px;
    color: #00509e;
    text-align: center;
    line-height: .846;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 40px
}

.maintextstyle {
    color: #00509e;
    text-transform: uppercase;
    line-height: 2.083;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 40px
}

.login-block {
    max-width: 600px;
    width: 90%;
    margin: 60px auto;
    margin-bottom: 80px
}

.login-button {
    min-width: 138px;
    margin-left: 10px;
    margin-right: 10px
}

.text-center {
    text-align: center
}

.face-login {
    font-size: 12px;
    color: #00509e;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    margin: 0 auto;
    padding-left: 20px;
    cursor: pointer;
    margin-bottom: 15px;
    display: inline-block;
    letter-spacing: 1px
}

.password_remind:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    background-image: url(../images/password_remind.svg)
}

a {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.foot_link:hover {
    color: #ec1d24
}

.img-inherb {
    width: 100%;
    text-align: center;
    margin: 0 auto
}

.search-popup.active, .one_popup.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.search-popup, .one_popup {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: rgba(255, 255, 255, 0.95);
    left: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.hamburger {
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased;
    -webkit-filter: blur(0);
    position: absolute;
    z-index: 9999999999;
    cursor: pointer;
    height: 18px;
    top: 50%;
    margin-top: -9px;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    width: 35px;
    left: 0;
    outline: none !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

.hamburger .bar1, .hamburger .bar2, .hamburger .bar3 {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    outline: none !important;
    position: absolute;
    z-index: 1;
    width: 35px;
    height: 2px;
    top: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #5f7285
}

.bar1 {
    transform: translate(0, 0) translate3d(0, 2px, 0);
    -webkit-transform: translate(0, 0) translate3d(0, 2px, 0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.bar2 {
    transform: translate(0, 0) translate3d(0, 8px, 0);
    -webkit-transform: translate(0, 0) translate3d(0, 8px, 0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.bar3 {
    transform: translate(0, 0) translate3d(0, 14px, 0);
    -webkit-transform: translate(0, 0) translate3d(0, 14px, 0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.mob-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 35px;
    z-index: 2
}

.mob-menu-block.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.mob-menu-block {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100px;
    background-color: #fff;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.mob-menu-item {
    font-weight: 700;
    font-size: 14px;
    height: 18px;
    line-height: 18px;
    text-align: left;
    color: #00509e;
    text-transform: uppercase;
    margin-bottom: 20px
}

.userinfo {
    width: 50%;
    float: left;
    max-width: 400px
}

.floatright {
    float: right
}

.buybutmu:hover {
    background-color: #ec1d24
}

.sharelinks.inpost-share {
    margin-top: 0
}

.login-input textarea {
    font-size: 14px;
    color: #afb8c2;
    font-weight: 400
}

.descript-kontact {
    line-height: 29px;
    font-size: 14px;
    color: #5f7285
}

.descript-kontact a {
    color: #00509e
}

.descript-kontact a:hover {
    color: #ec1d24
}

.contact-table {
    border: 0 !important;
    border-color: transparent !important
}

.contact-table td {
    padding-right: 20px
}

#fn_content .page-block ul {
    list-style-type: none
}

#fn_content .page-block ul li {
    position: relative;
    padding-left: 20px
}

#fn_content .page-block ul li:before {
    position: absolute;
    left: 0;
    width: 11px;
    height: 8px;
    content: '';
    top: 11px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/listgalblue.svg);
    background-color: white
}
#fn_content .page-block ul.sotrud_list li:before{
    top: 10px;
}
.maps {
    width: 56%;
    float: left
}

.maps {
    width: 54%;
    float: left
}

.ya_map {
    margin-top: 30px;
    margin-bottom: 40px
}

.feedback {
    width: 40%;
    margin-left: 4%;
    float: right
}

.descript-kontact h1, .descript-kontact .like_header {
    color: #00509e
}

.flex-conteiner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.one_popup {
    z-index: 99;
    top: 0;
    padding-top: 140px
}

.frame {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    background-color: rgba(255, 255, 255, 0.5)
}

.frame .panel {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 5px
}

.main_menu_item-new:hover .categories_nav {
    display: block
}

.main_menu_item-new {
    float: left;
}

.floatright-cart {
    float: right
}

.cart-input input {
    color: #2c2f31
}

.cart-input textarea {
    font-size: 14px;
    color: #2c2f31
}

.delivery_label {
    padding-left: 5px
}

.topcomentotstup .zaglav-inprod {
    font-size: 18px;
    color: #00509e
}

.topcomentotstup {
    margin-top: 50px
}

.comment_author {
    font-weight: 700;
    font-size: 18px;
    color: #00509e
}

.comment_date {
    opacity: 1;
    color: #00509e;
    font-size: 16px;
    padding-left: 5px
}

.comment_content {
    padding-left: 0;
    Font-Size: 14px;
    color: #5f7285;
    font-weight: 400;
    Line-Height: 2
}

.comment_item {
    margin-bottom: 25px
}

.after-popup.frame_one_click_popup .one-click-popup {
    max-width: 450px
}

.company-page {
    background-color: #f8f9fc
}

.history-into .center-block {
    padding: 70px 40px;
    background-color: white;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
    text-align: justify;
    margin-bottom: 50px
}

.after-popup .menedzh-text {
    font-size: 16px;
    max-width: 100%;
    margin: 0 auto;
    color: #5f7285
}

.after-popup .one-click-popup-content {
    padding: 60px 40px
}

.one-click-popup-content .form_group{
    width:90%;
    margin-left: auto;
    margin-right: auto;
}

.select_otdelenie {
    color: #2c2f31
}

.menedzh-text .zaglav-text {
    margin-top: 0;
    font-size: 38px;
    color: #00509e;
    margin-bottom: 10px
}

.annotation-text {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.annotation-description img {
    width: 400px;
    float: right;
    margin-left: 20px;
    margin-bottom: 10px
}

.annotation-description {
    -webkit-box-flex: 5;
    -ms-flex: 5;
    flex: 5;
    padding-right: 0;
    font-weight: 400;
    line-height: 29px;
    font-size: 14px;
    color: #5f7285
}

.annotation-image img {
    width: 100%
}

.annotation-image {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3
}

.annotation-description h1, .annotation-description .like_header {
    color: #00509e
}

.annotation-description h2 {
    color: #5f7285;
    font-weight: 400;
    line-height: 1.6;
    font-size: 21px
}

input.form_input, .login-input select {
    color: #5f7285 !important
}

textarea.form_textarea {
    color: #5f7285 !important
}

input.form_input::-webkit-input-placeholder {
    color: #5f7285 !important
}

input.form_input::-moz-placeholder {
    color: #5f7285 !important
}

input.form_input:-moz-placeholder {
    color: #5f7285 !important
}

input.form_input:-ms-input-placeholder {
    color: #5f7285 !important
}
.d, .owl-carousel.owl-loaded.banners_mobile{
    display: none!important;
}
.inpartnership .main-textbanner {
    text-align: center
}

.inpartnership {
    width: 80%;
    left: 10%;
    text-align: center
}

.photo-text-specialist {
    position: relative
}

.image-photo-new {
    position: absolute;
    left: 420px;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../images/image-photo-new.jpg)
}

.kit img {
    max-width: 100%
}

.kit {
    margin-top: 20px;
    padding-left: 28px
}

.after-sendtext {
    text-align: center
}

.oneclick_prod_button {
    height: 40px;
    position: static;
    width: auto;
    min-width: 96px;
    border-radius: 100px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    margin-top: 0px;
    /* top: -10px;*/
    position: relative;
}

.add-tovar-link a {
    color: #fff
}

.add-tovar-link {
    float: left
}

.totaltext-block {
    float: right;
    line-height: 40px
}

.switch {
    width: 22px;
    height: 22px;
    border: 1px solid #00509e;
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    padding: 0;
    -webkit-transition: background-color .1s .3s ease-out, -webkit-box-shadow .1s .3s ease-out;
    transition: background-color .1s .3s ease-out, -webkit-box-shadow .1s .3s ease-out;
    transition: background-color .1s .3s ease-out, box-shadow .1s .3s ease-out;
    transition: background-color .1s .3s ease-out, box-shadow .1s .3s ease-out, -webkit-box-shadow .1s .3s ease-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-right: 10px;
    vertical-align: middle;
    border-radius: 2px;
    line-height: 1;
    background-color: transparent;
    font-size: 14px;
    color: #6b6b6b;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    margin-left: 0;
}
.switch_radio {
    width: 22px;
    height: 22px;
    border: 1px solid #00509e;
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    padding: 0;
    -webkit-transition: background-color .1s .3s ease-out, -webkit-box-shadow .1s .3s ease-out;
    transition: background-color .1s .3s ease-out, -webkit-box-shadow .1s .3s ease-out;
    transition: background-color .1s .3s ease-out, box-shadow .1s .3s ease-out;
    transition: background-color .1s .3s ease-out, box-shadow .1s .3s ease-out, -webkit-box-shadow .1s .3s ease-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-right: 10px;
    vertical-align: middle;
    border-radius: 100px;
    line-height: 1;
    background-color: transparent;
    font-size: 14px;
    color: #6b6b6b;
    font-weight: 600;
    cursor: pointer;
    position: relative
}

.formtext {
    display: inline-block;
    vertical-align: middle
}

.switch_radio:before {
    width: 14px;
    height: 14px;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7px;
    margin-top: -7px;
    background: 0
}
.switch:before {
    width: 14px;
    height: 14px;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7px;
    margin-top: -7px;
    background: 0
}

.switch:checked:before {
    background-image: url(../images/check.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}
.switch_radio:checked:before {
    background-image: url(../images/check.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.switchblock {
    text-align: left;
}
.switchblock {
    text-align: left;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.switchblock input{
    flex-shrink: 0;
}
.slider-item img {
    width: 100%
}

.post_content a {
    text-decoration: underline
}

ul.level_2.subcategory {
    font-size: 10px
}

.main_menu_item-new .category_item .arrow_right {
    display: none
}

.level_1.categories_menu .category_link {
    display: block
}

.level_2.subcategory .category_link {
    padding-right: 0
}

.cat_switch::after {
    width: 5px;
    height: 8px;
    content: '';
    position: absolute;
    right: 0;
    margin-top: 5px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    background-image: url(../images/leftarr.svg);
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg)
}

.cat_switch {
    width: 20px;
    height: 31px
}

.active.cat_switch::after {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.content-popup {
    max-width: 420px;
    width: 90%;
    font-size: 13px;
    margin: 0 auto
}

.switchotstup {
    margin-bottom: 10px
}

.text-popup-desc {
    text-align: center
}

.zaglav-text-popup-desc {
    color: #5f7285;
    font-weight: bold;
    line-height: 2;
    font-size: 14px;
    text-align: center
}

.topotstupnewmy {
    padding-top: 30px
}

.botomotstupnewmy {
    padding-bottom: 10px
}

.popup_podpis {
    z-index: 999999999;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    min-height: 100vh;
    background-color: rgba(53, 53, 53, 0.6)
}

.confidentialnew {
    width: 100%;
    font-size: 12px;
    text-align: center;
    line-height: 1.4;
    color: #5f7285
}

.back-container {
    width: 540px;
    height: 487px;
    background-color: #fff;
    padding: 40px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}
.comment_button a:hover{
    color: #00509e;
}
.comment_button a{
    font-size:12px;
    text-decoration: underline;
    color:#5f7285;
}
#subscribe_error {
    text-align: center;
    padding: 60px 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 340px
}
.oform-zakaz.more-button.return-button{
    color: #5f7285;
    background-color: #f0f0f0;
    float: right;
}
.cart-products-popup .cart-product-item{
    margin-right: 0;
    width: 100%;
    display: flex;
    align-items:flex-start;
    justify-content: center;
    padding: 20px 0;
}
.oform-butblock .cart-value{
    color:#00509e;
}
.oform-butblock .subtotal{
    margin-bottom: 20px;
    margin-top:20px;
    text-align: right;
}
.oform-butblock .subtotal .old_price, .cart-products-popup .old_price{
    font-size: 90%;
}
.oform-zakaz.more-button.return-button:hover{
    opacity: 0.7;
    color: #5f7285!important;
    cursor:pointer;
}
.gift-image{
    display:inline-block;
    width: 14px;
    height: 14px;
    background-image:url(../images/gift.svg);
    background-size:100% 100%;
}
.gift-text{
    color:#ec1d24;
    display: inline-block;
    margin-left: 2px;
    position: relative;
    top: -2px;
    font-weight: bold;
    font-size: 11px;
}
.gift{
    position:relative;
    top:-2px
}
.gift{
    text-transform: uppercase;
    font-size:12px;
}
.cart-products-popup .textobsh{
    font-size: 14px;
    font-weight: 600;
}
.cart-products-popup .img_prod{
    width: 100%;
    padding: 0;
}
.cart-products-popup .cart-product-item .prod_info{
    flex:1;
    padding: 0 20px;
}
.cart-products-popup .new_price{
    color: #00509e
}
.cart-products-popup .cart-product-item .remove{
    width:50px;
    position: relative;
    right: 0;
    top: 0px;
    margin-top: 5px;
}
.cart-products-popup .cart-product-item .cart-value.price-prod{
    width: 100px;
    flex-shrink: 0;
    text-align: right;
}
.cart-products-popup .cart-product-item .prod-image{
    width: 50px;
    flex-shrink: 0;
}
.zaglavcart{
    font-size: 38px;
    color: #00509e;
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 1.1;
    font-weight: 600;
    font-family: inherit;
    color: inherit;
    font-family: 'FuturaDemiC';
}
#subscribe_error span {
    font-family: 'FuturaDemiC';
    font-size: 21px;
    line-height: 1.17;
    text-align: center;
    color: #00509e
}

.fancybox-close-small {
    right: 25px !important;
    top: 16px !important;
    width: 35px !important;
    height: 35px !important;
    outline: none !important
}

.fancybox-close-small:after {
    width: 35px !important;
    height: 35px !important;
    background-image: url(../images/closebut.svg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    cursor: pointer !important;
    -webkit-transition: all .2s ease !important;
    transition: all .2s ease !important;
    font-size: 0 !important
}


.delivery_input {
    font-size: 90%;
    margin-bottom: 5px;
}

.fancybox-close-small:hover {
    outline: none !important
}

.fancybox-close-small:hover:after {
    color: transparent !important;
    background-color: transparent !important;
    outline: none !important
}
.photo-all-block-product.photo-block-product{
    position: relative;
    float: left;
    width: auto;
}
.block_images{
    max-width: 350px;
}

.subscribe_div{}
.subscribe_div .subscribe_input{
    max-width: 30%;
}
.subscribe_div .login-inputs{
    text-align: center;
}
@media all and (max-width: 1024px) {
    .subscribe_div .subscribe_input{
        max-width: 50%;
        margin-bottom: 20px;
    }
    .like_header{
        font-size: 24px;
    }
}
@media (max-width: 768px) {
    .banners_desktop, .owl-carousel.owl-loaded.banners_desktop{
        display: none!important;
    }
    .banners_mobile, .owl-carousel.owl-loaded.banners_mobile{
        display: block!important;
    }
}
@media all and (max-width: 550px) {

    .subscribe_div .subscribe_input{
        max-width: 100%;
        margin-bottom: 20px;
    }
    .like_header{
        font-size: 21px;
    }
}

.cartpopup,.frame_all, .popup_style{
    position: fixed;
    width:100%;
    left:0;
    top:0;
    bottom:0;
    /*height:600px;*/
    min-height: 100vh;
    background-color: rgba(53, 53, 53, 0.6);
    z-index: 11111;
    display: none;
}
.scriptclick{
    cursor: pointer;
}
.cartpopup.active-block,.frame_all.active-block{
    display: block;
}

.positblock{
    position: relative;
    height: auto;
    min-height: 100vh;
    /*overflow-y: auto;
    overflow-x: hidden;*/
}
.mCSB_inside > .mCSB_container{
    margin-right: 28px!important;
}
.fn_panel .mCSB_inside > .mCSB_container{
    padding-right: 30px;
    margin-right: 0px!important;
}
.mCSB_scrollTools{
    width: 10px!important;
}
.cart-inform-block{
    position: fixed;
    /* width:310px; */
    min-height: 50%;
    max-height: 90vh;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: white;
    border-radius:50px;
    /*bottom:20px;*/
    padding: 20px 0 20px 30px;
    box-sizing: border-box;
    width: 96%;
    max-width: 750px;
}
.qty-button {
    float: left;
    height:26px;
    line-height:26px;
    width:23px;
    text-align: center;
    color: rgb(176, 176, 176);
}
.cartminus, .cartplus{
    color: rgb(107, 107, 107);
    font-size: 18px;
    cursor: pointer;
    font-weight: 400;
}
.plusminus{
    border: 1px solid #bdbdc1;
    float: left;
}
.otstupheight {
    width: 100%;
    height: 10px;
}
.cart-product-item {
    position: relative;
    padding-top: 20px;
    padding-bottom: 43px;
    border-bottom: 1px solid #dfdfdf;
    width: 90%;
}
.cart-value {
    color: #040404;
    font-weight: 700;
}
.price-prod {
    float: right;
    line-height: 19px;
    font-weight: 700;
}
#delivery_id-error,#payment_method_id-error {
    position: absolute;
    left: 44px;
    bottom: 10px;
}
.delivery.block.padding{
    padding: 20px 15px 20px 15px;
}
.cart-delivery,.delivery.block {
    position: relative;
}
.closestyle {
    background-image: url(../images/delete-button.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    cursor: pointer;
    width: 14px;
    height: 14px;
}
.old_price.no-strike{
    text-decoration: none;
}
.remove {
    position: absolute;
    right: 0;
    top: 15px;
}
.closestyle:hover {
    opacity: .5;
}
.prod_info {
    width: 62%;
    display: inline-block;
    vertical-align: bottom;
    padding-left: 5px;
    padding-top: 15px;
}
.img_prod {
    width: 36%;
    display: inline-block;
    vertical-align: bottom;
    padding: 0 23px;
}
.img_prod img {
    max-width: 100%;
    max-height: 90px;
    vertical-align: bottom;
}
.subtotal {
    margin-bottom: 50px;
}
.product_rating_all{
    position: relative;
    display: flex;
    justify-content: space-around;
    margin: 20px auto;
    padding: 0 10px;
    z-index: 2;
    width: 80%;
}
.preview .variant_select{
    margin-top: 15px;
    margin-bottom: 0;
}
.variant_select_product{
    margin-right: 10px;
    height: 100%;
    font-size: 14px;
    line-height: 37px;
    top: -4px;
    position: relative;
    margin-bottom: 0;
}
.close_cart.closestyle {
    position: absolute;
    top: 10px;
    right: 20px;
    /* width: 20px; */
    /* height: 20px; */
}

.insta_flex{
    position: absolute;
    top: 50%;
    left:50%;
    margin-top: -200px;
    margin-left: -350px;
    width: 700px;
    height: 400px;
    background-color: #fff;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    overflow: hidden;
}
.image_left{
    width: 55%;
    height: 100%;
    background-image: url(../images/face.jpg);
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
}
.text_right_insta:before{
    content: '';
    right: 0;
    left: -12px;
    bottom: -13px;
    height:200px;
    background-image: url(../images/img-bottom_new.png);
    background-position: left bottom;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
}
.text_right_insta{
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.text_insta{
    text-align: center;
    max-width: 250px;
    margin-bottom: 100px;
}

.zaglav_insta_big{
    font-family: 'FuturaDemiC';
    font-size: 30px;
    line-height: 1.17;
    text-align: center;
    color: #5f7285;
}
.zaglav_insta_small{
    font-weight: 600;
    font-size: 11px;
    line-height: 1.17;
    color: #5f7285;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.alresdy_podpis,.insta_button {
    line-height: 1.17;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    Font-Size: 14px;
    letter-spacing: .05em;
    color: #00509e;
    cursor: pointer;
    position: relative;
}
.alresdy_podpis:hover {
    text-decoration: underline;
}
.autocomplete-suggestions strong{
    color: #0181ff;
}
.spinner.active {
    display: flex;
}
.spinner {
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display:none;
}
.autocomplete-suggestion {
    font-size: 14px;
    padding: 5px 10px;
    display: block;
}
.spinner::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: white;
    content: '';
    opacity: .5;
}

.spinner img {
    height: 48px;
    position: relative;
    z-index: 10;
}
.insta_button:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/instagram.svg);
    left: 15px;
}
.insta_button{
    position: relative;
    background-color: #00509e;
    color: #fff;
    /*width: 200px;*/
    border-radius:10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    padding: 0 15px 0 55px;
    margin-bottom: 10px;
}
.delivery_info:before{
    content: '';
    position: absolute;
    width: 96%;
    top: 0;
    height: 1px;
    background: #eff1f3;
    left: 2%;
}
.delivery_info{
    padding: 20px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center ;
    /* border: 2px solid #00509e;*/
    background-color: #fff;
    /*margin-top: 5px;
    margin-bottom: 5px;*/
    position: relative;
}

.del_text span{
    color: #ec1d24;
    font-size: 13px;
    font-weight: 800;
    font-family: 'FuturaDemiC';
}
.del_text{
    font-weight: 700;
    font-size: 11px;
    color: #ec1d24;
    line-height: 1.2;
    text-transform: uppercase;
}
.related{
    width: 100%;
}
.cart-row.top-bottom.cart-delivery{
    flex-wrap: wrap;
}
.cart-delivery .cart-label{
    width: 100%;
    display: block;
}

.cart-row.top-bottom.cart-delivery .cart-input{
    display: block;
    width: 100%;
    flex: none;
    padding: 20px 15px 0 15px;
}
label#np_address-error {
    display: block;
    margin: 0 0 5px 0;
}
.flex_tovar_block{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.photo-block-product.photo-all-block-product{
    width: 350px;
    flex-shrink: 0;
    margin-right: 30px;
}

.short-descritp-prod ul,.tab ul{
    padding-left: 15px;
    list-style: none;
}

.short-descritp-prod li,.tab li{
    position: relative;
    padding-left: 15px;
}
.short-descritp-prod li:before,.tab li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    background-color: #00509e;
    height: 1px;
    width: 10px;
}
.visible_block.overlay_buttons{
    display: block;
}
.comparison_button{
    display: none;
}
.visible_block .wishlist_button{
    top: 30px;
}
.wish_inprod .wishlist_button{
    top: 10px;
    right: 0;
}
.wish_inprod{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.wish_list_flex .product-info{
    display: block;
}
.wish_list_flex .more-button{
    display: none;
}
.wish_list_flex{
    width: 25%;
}
.wish_products{
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.remove_link{
    color: #e03352;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    font-size: 11px;
}
.wishlist_button{
    background: none!important;
    width: 26px;
    height: 26px;
}
.wishlist_button:before,.wishlist_button:after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 26px;
    height: 26px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.wishlist_button:before{
    background-image: url(../images/whish.svg);
}
.wishlist_button:after{
    background-image: url(../images/whish_act.svg);
    opacity: 0;
}
.wishlist_button.selected:after{
    opacity: 1;
}

.wish_list_url{
    float: right;
    width: 17px;
    height: 17px;
    background-image: url(../images/wish_url.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 57px;
    margin-right: 19px;
    display: block;
    cursor: pointer;
}
.podar_text{
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
    text-decoration: underline;
    cursor: pointer;
}
.popup_style.active{
    display: block;
}
.panel_upacovka{
    position: fixed;
    height: 450px;
    width: 680px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: white;
    border-radius: 5px;
    padding: 30px 30px;
    box-sizing: border-box;
}
.close_podarok.closestyle{
    position: absolute;
    top: 20px;
    right: 20px;
}
.cart-products-popup .cart-product-item .prod-image.podarok_image .img_prod img {
    max-height: 120px;
}
.cart-products-popup .cart-product-item .prod-image.podarok_image{
    width: 100px;
}
.cart-products-popup .cart-product-item .cart-value.price-prod.new_podarok_style{
    width: auto;
}
.popup_height{
    height: 330px;
}
.popup_height .cart-products-popup .cart-product-item:last-child{
    border-bottom: none;
}
.class_41 .price_container.dopclass-price{
    display: none;
}
.class_41 .product_rating_all{
    display: none;
}
.class_41 .newbuybut{
    display: none;
}
.class_41 .wishlist_button{
    display: none;
}
.short_podarok{
    display: none;
}
.class_41 .short_podarok,.class_41 .short_podarok p{
    display: block;
    font-size: 13px;
    color: #000;
    text-align: center;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.4;
    padding-bottom: 5px;
}
.class_41 .short_podarok strong{
    white-space: nowrap;
    font-size: 14px;
}
.class_41_inproduct .one_hide_clice, .class_41_inproduct .varblock,.class_41_inproduct .wish_inprod{
    display: none;
}
.flex_menu{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.small_menu_item{
    order: 0;
}
.podarki_id{
    order:1;
}
.page_id_20{
    order:2;
}
.city_row .cart-label{
    flex-shrink: 0;
    flex: none;
    width: 150px;
}
.city_row {
    width: 100%;
}
.np_row .cart-input{
    width: 100%;
    flex-shrink: 1;

}
.ulogin-button-instagram{
    width: 25px!important;
    height: 25px!important;
    margin-left: 10px!important;
    margin-right: 0!important;
    background: url(https://ulogin.ru/version/3.0/img/providers-32-classic.png?version=img.3.0.1) 0px -559px / 25px no-repeat!important;
}
.flex_block_user{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;

}
.left_text_part{
    width:75%;
    text-align: left;
    padding-right: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.user_image{
    width: 200px;
    height: 200px;
    margin-right: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
    margin-bottom: 0;
}
.right_text_part img{
    max-width: 100%;
}
.right_text_part{
    width: 35%;
    text-align: center;
}
.name_user{
    font-family: 'FuturaDemiC';
    font-size: 38px;
    line-height: 1.17;
    text-align: left;
    color: #5f7285;
}
.user_descript{
    font-weight: 400;
    font-size: 14px;
    line-height: 2;
    text-align: left;
    color: #5f7285;
}
.name_user .bluecolor {
    color: #00509e;
}

.tabs_user{
    display: table-cell;
    padding: 11px 10px;
    background-color: #fff;
    font-weight: 700;
    font-size: 12px;
    text-decoration: none;
    border-top: 1px solid rgba(95, 114, 133, 0.1);
    border-bottom: 1px solid rgba(95, 114, 133, 0.1);
    border-right: 1px solid rgba(95, 114, 133, 0.1);
    border-left: 1px solid rgba(95, 114, 133, 0.1);
    text-align: center;
    text-transform: uppercase;
    color: #5f7285;
    border-radius: 0;
    font-family: 'FuturaDemiC';
    /*  min-width: 200px;*/
    cursor: pointer;
    white-space: nowrap;
}
.tabs_user.active{
    background-color: #205091;
    color: #fff;
    border-bottom: 1px solid #205091;
    cursor: default;
}
.tabs_block{
    display: table;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px;
    width: 100%;
}
.history_user.cart-column-right.active {
    display: block;
}
.history_user.cart-column-right {
    float: left;
    display: none;
}
.user_block_info.active{
    display: block;
}
.user_block_info{
    display: none;
}
.secur_text{
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #00509e;
    font-weight: 600;
    position: relative;
    margin-right: 10px;
    margin-top: 4px;
}
.security_policy{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px;
}
.register_block_otst{
    margin-bottom: 20px;
}
.dop_zakaz_block{
    width: 100%;
}
.full_width,.full_width.cart-column-right,.full_width.cart-column-left{
    width: 100%;
}
.blog_in_user,.sales_products{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
}
.hide_text_url:before{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    /* bottom: 0; */
    height: 19px;
    width: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/ref_link.svg);
}
.ref_link{
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    color: #00509e;
}
.hide_text_url{
    padding-right: 20px;
    position: relative;
    cursor: pointer;
    display: inline-block;
}
.comment_item_block .post_comment_status{
    Font-Size: 12px;
}
.comment_item_block .comment_date{
    Font-Size: 12px;
    Line-Height: 1.25;
    color: #00509e;
}
.comment_item_block .comment_author{
    Font-Size: 16px;
    font-weight: 700;
    Line-Height: 1.25;
    color: #00509e;
}

.comment_item_block .comment_content{
    font-weight: 400;
    Font-Size: 13px;
    color: #5f7285;
    Line-Height: 2;
}
.comment_item_block .image{
    width: 200px;
    flex-shrink: 0;
    margin-right: 15px;
}
.comment_item_block .comment_header{
    margin-bottom: 20px;
}
.comment_item_block .preview_image{
    height: auto;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.comment_item_block{
    width: 49%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-right: 1%;
    margin-bottom: 50px;
}
.edit_button .login-button{
    margin: 0;
}
.edit_button{
    width: 100%;
    margin-top: 15px;
    display: flex;
    justify-content: flex-start;
}
.user_discount{
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #205091;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 25px;
    border-radius: 100%;
    font-weight: 700;
    right: -15px;
    top: -15px;
}
.user_image{
    position: relative;
}
.ref_color{
    color:#5f7285;
    font-weight: 600;
}
.podpiska_class{
    justify-content: flex-start ;
    align-items: flex-start;
}
.podpiska_class label{
    color: #00509e;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    margin-top: 3px;
}
.chek_class .switch{
    flex-shrink: 0;
}
.chek_class{
    margin-bottom: 5px;
    display: flex;
    align-items: flex-start;
}
.podpiska_button_block .login-button{
    margin-left: 0;
}
.podpiska_button_block{
    margin-top: 20px;
}
.flex_yes_no_butt{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.dop_popup_flex{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 350px;
}
.top-soc-butt.foot_social a.user_icon{
    background-size: 70%;
    background-image: url(../images/user.svg);
    background-color: #00509e;
    border-radius: 50%;
    height: 22px;
}
.system_message {
    text-align: center;
    padding: 16px 15px;
    background: #4caf50;
    color: white;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
}
.order_text p{
    line-height: 1.5;
}
.login{
    display: none;
}
.red_button:hover{
    background-color: #c10024;
}
.red_button{
    background-color: #e03352;
    color: white;
}
.flex_button_block{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.lastfoter .more-button{
    margin-top: 0;
    margin-bottom: 15px;
    white-space: nowrap;
    text-align: center;
}

.upc__name{
    color: #00509E;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.7;
    text-transform: uppercase;
    padding-bottom: 10px;
    padding-top: 30px;
}
.upc__products{
    display: table;
    width: 100%;
}
.upc__product{
    display: table-row;
}
.upc__product.active{
    background: rgba(188, 188, 188, 0.29);
}
.upc_checkbox{
    width: 30px;
}
.upc__name_prod{
    font-size: 14px;
    font-weight: 600;
    color: #00509e;
}
.upc_amount input{
    width: 100%;
    border-radius: 0;
    padding: 10px;
    color: #5f7285 !important;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid rgba(95, 114, 133, 0.55);
    outline: none;
}
.upc_amount,.upc_price,.upc__name_prod,.upc_checkbox{
    display: table-cell;
    padding: 10px;
    border-bottom: 1px solid rgba(188, 188, 188, 0.29);
}
.upc_amount{
    width: 100px;
}
.upc__additional{
    display: flex;
    font-size: 10px;
    text-transform: uppercase;
    margin-top: 8px;
    margin-bottom: 3px;
    color: #5f7285;
}
.upc_code{
    margin-right:20px;
}
.upc_price {
    width: 200px;
    font-weight: 700;
    font-size: 14px;
    padding-left: 20px;
}
.upc{
    position: relative;
}
.referral div{
    background: #215090;
    color: white;
    font-weight: 700;
    display: inline-block;
    margin-top: 7px;
    text-transform: uppercase;
    padding: 5px 10px;
    font-size: 9px;
    letter-spacing: 1px;
    border-radius: 3px;
}
.upc__total{
    position: fixed;
    bottom:0;
    left:0;
    width: 100%;
    padding: 20px 0;
    background: white;
    text-align: center;
    z-index: 999;
    display: none;
}
.upc__total.active{
    display: block;
}
.upc__total .pricebutstyle{
    position: relative;
    top:4px;
}
.user_partner_banner{
    margin-bottom: 50px;
}
.order_popup_heading{
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
}
.order_popup_text{
    font-size: 15px;
    text-align: center;
}
.opt_order{
    display:none;
}
.active_order_popup{
    display: block;
}
.order-back-container{
    max-width: 540px;
    width: 92%;
    height: 280px;
    background-color: #fff;
    padding: 40px 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.lazyl{
    background-image: none!important;
}
.distribut_table thead td{
    font-size: 10px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.8);
    background-color: #eff1f3;
    border: 1px solid #bfc1c3;  
}
.distribut_table tbody td{
    font-size: 13px;
    font-weight: normal;
    color: rgba(0, 0, 0,1);
}
.distribut_table td{
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px;
    border-collapse: collapse;

}
.distribut_table{
    width: 100%;
}
.scrol_table{
    width: 100%;
    overflow: auto;
}
.user_block_info{
    position: relative;
}
.scroll_mob{
    position: absolute;
    height: 100%;
    width: 102%;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.7);
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    cursor: pointer;
}
.scroll_mob img{
    width: 40px;
    padding-top: 40px;
    -webkit-animation: updown 1s infinite;
    -moz-animation: updown 1s infinite;
    -o-animation: updown 1s infinite;
    animation: updown 1s infinite;
    cursor: pointer;
}
.scroll_mob.active{
    opacity: 0;
    visibility: hidden;
}
.scrol_table.active{
    width: 100%;
    overflow-y: auto;

}
@keyframes updown {
    0%{
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50%{
        -webkit-transform: translate(15px, 0);
        transform: translate(15px, 0);
    }
    100%{
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
.scrol_table.active::-webkit-scrollbar { width: 3px; height: 10px;}
.scrol_table.active::-webkit-scrollbar-button {  background-color:#5f7285}

.scrol_table.active::-webkit-scrollbar-track-piece { background-color:#5f7285}
.scrol_table.active::-webkit-scrollbar-thumb { height:10px; background-color: #205091 ; border-radius: 3px;
    cursor: pointer; }
@media (max-width: 1024px) {
    .scroll_mob{
        opacity: 1;
        visibility: visible;
    }
    .distribut_table{
        width: 850px;
        transform: rotateX(180deg);
        -webkit-transform: rotateX(180deg);
    }
    .user_block_info  .scrol_table{
        transform: rotateX(180deg);
        -webkit-transform: rotateX(180deg);
    }
}

.breadcrumbs li a{
    opacity: 0.8;
}
.breadcrumbs li a:hover{
    opacity: 1;
}
.bread-bg{
    background: #5f728517;
}
.bread-bg .breadcrumbs li{
    color: #5f7285;
}
.product_image .owl-theme .owl-nav.disabled+.owl-dots{
    margin-top: 0;
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
}
.product_image{
    margin-bottom: 10px;
}
.tab_container iframe{
    width: 100%;
    max-width: 550px;
}
.instashare{
    background-image: url("../images/instagram2.svg");
    border-radius: 50%;
    border: 1px solid;
    background-size: 70%;
    background-position: center;
}
.vibershare{
    background-image: url("../images/viber_share.svg");
    border-radius: 50%;
}


.form_input{
    box-sizing: border-box;
    -webkit-appearance: none;
}
.product_image .slider_item{
    height: 430px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.slider_item img{
    height: 100%!important;
    object-fit: cover;
}
@media (max-width:550px) {
    .cart-column-left,.form_input{
        font-size: 16px;
    }
}
.preview_image span{
    display: block;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.inproducts.lable-block{
    position: absolute;
    top: auto;bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.add-tovar-link{
    display: none;
}
.fn_validate_cart .nowrap,.totaltext-block{
    font-weight: 700!important;
}
.page_id_20{
    margin-right: 0!important;
}
.product-block .preview_form{
    height: 0;
    position: absolute;
    top: 105%;
    left: 0;
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 110;
    padding-bottom: 10px;
 bottom: auto!important;
    border-radius: 10px;
    opacity: 0;
    box-shadow: 0px 10px 10px rgb(0 0 0 / 15%);
    visibility: hidden;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
}
.product-block .products_item:hover .preview_form{
    opacity: 1;
    visibility: visible;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
    height: auto;
}
.fn_is_stock.fix{
    margin-bottom: 20px;
}
.quontity_label{
    margin-top: 24px;
}
.product .amount{
    margin-top: 12px;
}
.catzalav_mob{
    display: none;
}
.delivery_description span,.delivery_description p,.delivery_description div,.delivery_description strong,.delivery_description a{
    font-size: 13px!important;
}
.back_popup_new{
   /* height: 50vh;*/
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width:600px;
    padding: 0 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50px;
    /*padding-top: 50px;*/
    max-height: 90vh;
    overflow: hidden;
}
.instagram_image img{
    width: 100%;
    max-height: 80vh;
}
.instagram_image{
    width: 250px ;
    flex-shrink: 0;
    padding-top: 50px;
}
.content_flex{
    display: flex;
    align-items: center;
}
.instagram_podpis{
    line-height: 1.3;
    font-weight: 600;
    color: #00509e;
    font-family: 'FuturaDemiC';
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
}
.instagram_image{
    margin-right: 25px;
}
.instagram_podpis strong{
    font-size: 37px;
    line-height: 1.3;
    font-weight: 600;
    color: #00509e;
    font-family: 'FuturaDemiC';
    text-transform: uppercase;
}
.insta_line{
    width: 100px;
    height: 2px;
    background-color: #00509e;
    margin: 20px auto;
}
.insta_name:hover{
    transition: 200ms linear;
    background-color: #4caf50;
    color: white;
}
.insta_name{
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
    color: white;
    font-family: 'FuturaDemiC';
    background-color: #00509e;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    text-align: center;
    margin: 10px auto;
    display: block;
    white-space: nowrap;
    transition: 200ms linear;
}
.instagram_discount em{
    font-size: 30px;
}
.instagram_discount{
    line-height: 1;
    font-weight: 600;
    color: #00509e;
    font-family: 'FuturaDemiC';
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
}
.content-popup-insta {
    flex-shrink: 0;
}
.flex-top{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
    color: white;
    font-family: 'FuturaDemiC';
    color: #00509e;
    text-transform: uppercase;
    white-space: nowrap;
}
.ref_logo img{
    height: 60px;
    margin-top: 20px;
    margin-right: 10px;
}
.ref_text_center{
    line-height: 1;
    font-weight: 400;
    color: #00509e;
    font-family: 'FuturaDemiC';
    font-size: 18px;
    text-align: center;
    max-width: 440px;
    margin: 20px auto;
}
.ref_button .more-button{
    margin: 0;
}
.ref_button{
    justify-content: center;
    width: 100%;
    display: flex;
}
.new-flex-content{
    padding-bottom: 35px;
}
.ref_image img{
    max-width: 100%;
    max-height: 100%;
}
.ref_image {
    max-width:450px;
    max-height: 40vh;
    width:100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.telegram{
    background-image: url("../images/teleg.svg");
}
.subsribe_button:hover{
    background: #e03352;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.subsribe_button{
    Font-Size: 14px;
    letter-spacing: .05em;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    font-weight: 700;
    background: #00509e;
    border-radius: 10px ;
    -moz-border-radius: 10px;
    -webkit-border-radius:  10px ;
    border: 0 solid #000;
    color: white;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    padding:0 30px;
}
.feedback-form-flex{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.page_block{
    padding: 20px 0;
}
.page_image{
    width: 50%;
    margin: 0 auto;
}
.flex_referal{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 50px;
}
.zaglav_referal{
    color: #5f7285;
    font-size: 38px;
    line-height: 1.17;
    margin-bottom: 15px;
    text-align: center;
    position: relative;
    font-weight: 600;
    font-family: 'FuturaDemiC';
}
.ref_page_text{
    margin-top: 5px;
    margin-bottom: 50px;
    font-family: 'Open Sans', sans-serif;
    color: #00509e;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}
.referal_item{
    width: 30%;
    padding: 0 20px;
}
.referal_text{
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color: #00509e;
    font-size: 14px;
    font-weight: 400;
}
.referal_image img{
    width: 100%;
}
.referal_image{
    width:200px;
    margin: 0 auto;
}
.bottom_button_flex{
    width: 100%;
    bottom: 0;
    left: 0;
    height: 70px;
    background-color: #00509e;
    position: fixed;
    z-index: 111;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.button_text{
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'FuturaDemiC';
    letter-spacing: 0.1em;
}
.flex_center{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.button_referal{
    Font-Size: 12px;
    Line-Height: 1;
    font-weight: 600;
    color: #fff;
    height: 40px;
    border-radius: 50px;
    background-color: #00509e;
    border: 1px solid #fff;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right:25px;
    padding-left: 25px;
}
.faq_name:before{
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
    width: 15px;
    height: 14px;
    background-image: url("../images/ar3.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: 200ms linear;
}
.faq_name{
    font-size: 14px;
    line-height: 1.7;
    text-align: Left;
    font-weight: 700;
    text-transform: uppercase;
    color: #00509e;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    background-color: #d8d8d86e;
    padding: 10px;
    position: relative;
}
.faq_descript{
    height: auto;
    max-height: 0;
    overflow: hidden;
    width: 100%;
    font-weight: 400;
    line-height: 2;
    font-size: 14px;
    color: #5f7285;
    font-family: 'Open Sans', sans-serif;
    transition: max-height 0.4s ease;
}
.faq_descript_inner{
    padding: 10px 15px;
}
.faq_item{
    margin-bottom: 20px;
}
.faq_item.active .faq_descript{
}
.faqs_block{
    width: 100%;
    margin-bottom: 30px;
}
.faq_review_btn_wrap{
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
}
.faq_item.active .faq_name:before{
    transform: rotate(90deg);
    transition: 200ms linear;
}
.referal_scroll{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 50px;
    margin-bottom: 70px;
}
.small_text_ref{
    position: absolute;
    left: 0;

}
.top_ref{
    top: 0;
}
.bottom_ref{
    bottom: -50px;
}
.small_text_ref{
    text-align: center;
    font-size: 13px;
    color:#5f7285;
    font-weight: 600;
}
.referal_line_block{
    position: relative;
    margin-top: 40px;
}
.referal_scroll{
    border-bottom: 3px solid #000;
}
.referal_number{
    font-size: 30px;
    color:#ffffff;
    font-weight: 600;
    font-family: 'FuturaDemiC';
    background-color:#00509e;
    height: 45px;
    width: 45px;
    border-radius: 100%;
    text-align: center;
    line-height: 45px;
    margin-bottom: 20px;
    position: relative;
}
.referal_gift{
    position: absolute;
    top: 100%;
    font-size: 14px;
    color:#00509e;
    margin-top: 30px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1.4;
    white-space: nowrap;
}
.referal_item_number{
    width: 200px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product_video{
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: max-content;
    opacity: 0;
    animation: fadeIn 1s ease-in-out 1s forwards;
}
@keyframes fadeIn {
    from {
      opacity: 0;
      transform: scale(0.9);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }
.product_video__btn{
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    background: none;
    opacity: 0.6;
    transition: .3s all;
}
.product_video__btn svg path{
    fill: #e03352;
}
.product_video:hover .product_video__btn{
    opacity: 1;
}

.agreement_form .message_success {
    padding: 11px 23px;
    margin-bottom: 25px;
    color: #236e19;
    background-color: #26d910b5;
    text-transform: none;
    border: 1px solid #236e19;
}

.disclaimer-popup {
    display: none;
    position: fixed;
    inset: 0;
    padding: 10px;
    background: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.article_disclaimer{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    margin-top: 20px;
}
.article_disclaimer{
    color: #666;
    font-size: 14px;
    line-height: 20px;
}
.article_disclaimer__title{
    color: #666;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}
.disclaimer-title{
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #333333;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.popup-content {
    background: #fff;
    padding: 30px;
    max-width: 600px;
    border-radius: 10px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    background: none;
    font-size: 20px;
    cursor: pointer;
}

.read-more{
    cursor: pointer;
    color: #00509e;
    box-shadow: none;
    border: none;
    background: none;
    text-decoration: underline;
}
.read-more:hover{
    color: #ec1d24;
}