@import url('https://fonts.googleapis.com/css2?family=Kreon:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=STIX+Two+Math&display=swap');

body{
    font-family: 'Roboto', sans-serif;
}
a {
    outline: none;
}
/*---------------------------header--------------------------*/
header .navbar-brand {
    color: #00A1FD;
    padding: 0 1rem;
/*    font-family: 'Josefin Sans', sans-serif;*/
    font-size: 1.5rem;
    line-height: 1.8rem;
    font-weight: normal;    
}
.navbar-brand-img {
    margin-right: .5rem;
    display: inline-block;
    bottom: 6px;
    position: relative;
    padding: 0 5px;
}
.navbar-brand-img img {
    width: 50px;
}
.navbar-brand-f {
    font-family: 'Kreon', sans-serif;
    font-weight: bold;
    font-size: 2.3rem;
}
.navbar-brand-s {
    display: inline-block;
    bottom: 4px;
    position: relative;
    font-family: 'Kreon', sans-serif;
}
header .form-inline {
    background: #fff;
    display: inline-block;
    border: 2px solid #00A1FB;
    border-radius: .2rem;
}
header .form-inline input {
    border: 0;
}
.user-line .dropdown-toggle::after {
	display: none;
}
.user-line > #user-line-dropdown {
    margin-right: 1.5rem;
}
.user-line > #user-line-dropdown > button {
    padding: .3rem .5rem;
    display: block;
    z-index: 999;
    background: none;
    border: 0;
}
.user-line > #user-line-dropdown > button:active, 
.user-line > #user-line-dropdown > button:focus, 
.user-line > #user-line-dropdown > button:hover {
    background: #ddd;
    text-decoration: none;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none; 
    box-shadow: none;
}
.auth-link {
    color: #000;
    margin-right: 1.5rem;
    font-size: 1.4rem;
    text-decoration: none;
    padding: .4rem 1rem;
}
.auth-link:hover,
.auth-link:active,
.auth-link:focus {
    color: #000;
    text-decoration: none;
    background: #fbfbfb;
}
.auth-link i {
    color: #333;
    margin-right: .3rem;
}
#modal-reg {
    margin-left: 2rem;
    color: #000;
    text-decoration: underline;
    font-size: .9rem;
}
#modal-reg:hover,
#modal-reg:active,
#modal-reg:focus {
	color: #444;
}
.user-icon {
    display: block;
    width: 40px;
    overflow: hidden;
    text-align: center;
    border-radius: 30px;
    height: 40px;
    background-color: #fff;
    margin: auto;
}
.user-icon img {
    width: 100%;
}
.user-name {
    color: #000;
    font-size: .9rem;
    margin-top: .3rem;
    display: block;    
    position: relative;    
}
.nav-block ul.navbar-nav {
    float: none;
}
.top_profile img {
    height: 20px;
}
.top_profile.navbar-nav > li > a {
    padding: 5px 10px;
    color: #333;
    background-color: #fff;
    font-size: 14px;
}
.top_profile.navbar-nav > li > a:focus, 
.top_profile.navbar-nav > li > a:active,
.top_profile.navbar-nav > li > a:hover  {
    color: #333;
    transition: background-color .3s;
    background-color: #f1f1f1 !important;
} 
#modal-login > i {
    font-size: 10px;
}
#modal-login {
    background-color: #fff !important; 
}
#modal_login_toggle {
    padding: 5px 25px;
    color: #fff;
    cursor: pointer;    
    display: block;
    background-color: #f1f1f1;
}
#modal_login_toggle:hover, #modal_login_toggle:focus, #modal_login_toggle:active   {
    background-color: #f1f1f1;
}
.header-background {
    background: url('/asset/img/template/background_header_min.jpg') no-repeat center; 
    background-size: cover;
    position: absolute;
    height: 200px;
    width: 100%;
}
/*---------------------------header-end-------------------------*/
/*---------------------------content--------------------------*/
.section-content-block {
    background: #fff;
}
.content-block {
    min-height: 600px;
}
.full-content {
    margin-bottom: 4rem;
}
.breadcrumb li > a {
    color: #111;
}
.breadcrumb-item.active a {
    color: #999;
}
/*full news*/
.full_story h1 {
    font-size: 22px;
    padding: 20px 20px 2px 20px;
    font-weight: bold;
    margin: 0;
}
.image-left {
    width: 30%;
    float: left;
    padding: 0 15px 15px 0;
}
img[data-preview-img] {
    cursor: pointer;
}
#preview-image {
    cursor: pointer;
}
#preview-image-cover {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 52;
    text-align: center;
}
#preview-image-block {
    position: fixed;
    height:100%;
    width:100%;
    top:0;
    left:0;
    z-index:51;
    text-align:center;
}
#preview-image-bg {
    background:rgba(0,0,0,0.4);
    position:absolute;
    z-index:51;
    height:100%;
    width:100%;
}
#preview-image {
    border: 5px solid #fff;
    bottom: 30px;
    left: 0;
    margin: auto;
    max-height: 90%;
    max-width: 95%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 53;
    background-color: #fff;
}
#preview-image-bar > i {
    color: #FFF;
    cursor: pointer;
    font-size: 20px;
    padding: 5px 15px;
    z-index: 66;
    float: right;
}
#preview-image-bar > i:hover {
    background: rgba(0,0,0,0.5);
}
#preview-image-bar{
    width: 100%;
    height: 30px;
    background: rgba(0,0,0,0.4);
}
#preview-image-bottom {
    position: absolute;
    z-index: 60;
    width: 100%;
    bottom: 0px;
    color: rgb(255, 255, 255);
    background: rgb(51, 51, 51) none repeat scroll 0% 0%;
    height: 30px;
    padding: 5px;
}
#preview-image-left {
    position: absolute;
    z-index: 65;
    width: 10%;
    bottom: 0px;
    color: #cecece;
    height: 100%;
    padding: 5px;
    max-width: 100px;
    font-size: 30px;
    left: 0;
}
#preview-image-left:hover, #preview-image-right:hover {
    background: rgba(0, 0, 0,0.4) none repeat scroll 0% 0%;
    transition: background-color .3s;
    cursor: pointer;
}
#preview-image-left > i, #preview-image-right > i {
    top:50%;
}
#preview-image-right {
    position: absolute;
    z-index: 65;
    width: 10%;
    bottom: 0px;
    color: #cecece;
    height: 100%;
    padding: 5px;
    max-width: 100px;
    font-size: 30px;
    right: 0;
}
.preview_img_description {
    left: 0;
    background: #333;
    color: #fff;
    padding: 5px 15px;
    z-index: 65;
    position: absolute;
    text-align: left;
    top: 0;
}

.full-content h4 {
    margin-bottom: 2rem;
}
.head-news-info {
    padding: 7px 0;
    font-size: 13px;
    border-bottom: 1px solid #f6f6f6;
    margin: 0 20px;
    color: #999;
    font-family: sans-serif;
}
.head-news-info > span {
    padding: 2px;
    display: inline-block;
}
.product-code {
    font-size: .8rem;
    color: #999;
    padding-left: 20px;
}
.product-text {
    padding: 10px 20px;
}
.product-text p {
    margin-bottom: .5rem;
}
.product-price {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 0px;
    line-height: 46px;
    text-decoration: none;
    text-transform: none;
    margin: 2rem 0;
}
.variants {
    width: 100%;
    padding: .8rem 0;
}
.variants .variants_option {
    background: #ddecfd;
    color: #0072ff;
    display: inline-block;
    padding: .2rem 1.5rem;
    border-radius: .3rem;
    margin-right: .5rem;
    font-size: 1.1rem;
}
.variants_option.active {
    background: #0f7bff;
    color: #fff;
}
.variants .variants_option:active,
.variants .variants_option:focus,
.variants .variants_option:hover {
    background: #0f7bff;
    color: #fff;   
    cursor: pointer;
}
.breadcrumb-block {
    margin: .5rem 0;
}
.breadcrumb-block .breadcrumb {
    border: none;
    border-radius: 0;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    background: initial;
}
.download_link_block {
    color: #333;
    background: #eee;
    overflow: auto;
    padding: 10px;
    line-height: 24px;
    display: block;
}
.download_link_block:hover, .download_link_block:active, .download_link_block:focus {
    text-decoration: none;
    background: #E6E6E6;
    color: #333;
}
.download_link_block::before {
    content: "Скачать";
    background: #51AF54;
    color: #fff;
    padding: 5px 10px 5px 20px;
    margin-right: 15px;
    text-decoration: none !important;
    display: inline-block;
    margin: -10px;
    margin-right: 10px;
    line-height: 18px;
}
/*full news end*/
/*short news*/
.short-story-block img {
    width: 100%;
}
.short-story-block h3 {
    font-size: 25px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0px;
}
.short-story-block a {
    color: #000;
    text-decoration: none;
}
.short-story-block a:hover,
.short-story-block a:active,
.short-story-block a:focus {
    text-decoration: none;
    color: #555;
    transition: .3s;
    opacity: .9;
}
.short-story-block span {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0px;
}
.short-story-block span a {
    text-decoration: underline;
}
.short-story-block span a:hover,
.short-story-block span a:focus,
.short-story-block span a:active {
    color: #000;
    text-decoration: underline;
}
.short-story-block div {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 0px;
}
/*short news end*/
/*login form*/
.login-block {
    margin-top: 0;
    padding: 15px;
    color: #555;
}
.login-block-page {
    padding: 15px;
    color: #555;
    display: block;
    width: 280px;
}
.login-block-page > span, .login-block > span {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: bold;
    color: #999;
}
.login-input-block {
    margin-bottom: 15px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    height: 40px;
    width: 250px;
    display: inline-block;
}
.checkbox-login {
    position: relative;
    display: block;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 10px;
}
.checkbox-login > label{
    font-weight: 400;
}
.login-input-img-user {
    background: url(/asset/img/template/login/login-image-user.png) no-repeat 8px center;
    width: 40px;
    height: 40px;
    display: inline-block;
    float: left;
    border: none;
}
.login-input-img-pass {
    background: url(/asset/img/template/login/login-image-pass.png) no-repeat 8px center;
    width: 40px;
    height: 40px;
    display: inline-block;
    float: left;
    border: none;
}
.login-input {
    height: 38px;
    padding-left: 12px;
    padding-right: 40px;
    border: none;
    border-left: 1px solid #e5e5e5;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    width: 205px;
    display: inline-block;
}
.login-form form button {
    background-color: #3F95F5;
    border: 0;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: .4rem 3rem;
    border-radius: 4px;
}
.wrong-value {
    border-color: #F55A52;
}
/*login form end*/
/*registration form*/
.reg_form {
    padding: 25px;
}
.reg_form > span {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: bold;
    color: #999;
}
.reg-form input{
    margin-bottom: 15px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    height: 40px;
    width: 100%;
    display: block;
    padding-left: 12px;
    padding-right: 40px;
}
.reg-form form button {
    background-color: #3F95F5;
    border: 0;
    color: #fff;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    padding: 8px;
    border-radius: 4px;
    box-shadow: 0 3px 6px rgba(56, 122, 255, 0.35);
}
.reg-form label {
    color: #999;
    font-weight: normal;
    font-size: 13px;
}
/*registration form end*/
.success-block {
    border: 4px solid #dff0d4;
    color: #349837;
    display: block;
    font-size: 23px;
    margin: 20px auto;
    padding: 15px;
    text-align: center;
    width: 80%;
}
/*full news*/
.category-title {
    font-size: 20px;
    color: #666;
    padding: 0px 20px;
}
.category-desc {
    padding: 5px 20px;
    color: #999;
}
.static-content-block {
    min-height: 600px;
    padding-top: 2rem;
}
.static-content-block h1 {
    font-size: 4rem;
}
.gallery-single {
    width: 100%;
}
.gallery-single img {
    width: 100%;
}
.gallery-single img:hover,
.gallery-single img:focus,
.gallery-single img:active {
    border: none;
    outline: none;
}
.gallery-single .slick-slide:hover,
.gallery-single .slick-slide:focus,
.gallery-single .slick-slide:active {
    border: none;
    outline: none;
}
.gallery-nav {
    width: 100%;
}
.gallery-nav img {
    width: 100%;
    opacity: .7;
    border: 1px solid #fff;
    cursor: pointer;
}
.gallery-nav .slick-slide:hover,
.gallery-nav .slick-slide:focus,
.gallery-nav .slick-slide:active {
    border: none;
    outline: none;
}
.gallery-nav img:hover,
.gallery-nav img:focus,
.gallery-nav img:active {
    outline: none;
    opacity: 1;
}
.gallery-nav .slick-current img {
    opacity: 1;
}
.product-buy {
    background-color: #FEF138;
    border: none;
    padding: .8rem 1.5rem;
    color: #000;
    font-weight: 700;
    font-size: 1.1rem;
    margin-right: .5rem;
}
.product-buy:hover,
.product-buy:active,
.product-buy:focus {
    background-color: #FEF56A;
    outline: none;
}
/*.product-remove {
    background-color: #eee;
    border: none;
    padding: .8rem 1.5rem;
    color: #333;
    font-weight: 700;
    font-size: 1.1rem;
    display: none;
}*/
.product-remove:hover,
.product-remove:active,
.product-remove:focus {
    background-color: #ddd;
    outline: none;
}
.amount-control {
    border: 1px solid #ddd;
    border-radius: .5rem;
    display: none;
    top: 0.2rem;
    position: relative;
    margin-right: .5rem;
}
.product_button,
.product_amount {
    border: 0;
    background: 0;
    padding: .1rem 1.5rem;
    color: #333;
    font-size: 2rem;
    font-weight: normal;
}
.product_amount {
    background-color: #eee;
    font-weight: 700;
    display: inline-block;
    border: 1px solid #ddd;
    border-top: 0;
    border-bottom: 0;
}
.product-curt {
    background-color: #fff;
    padding: .8rem 1.5rem;
    color: #000;
    font-weight: 700;
    font-size: 1.1rem;
    border: 3px solid #FEF138;
    margin: .5rem 0;
    display: inline-block;
}
.product-curt:hover,
.product-curt:active,
.product-curt:focus {
    border-color: #f7ec53;
    color: #222;
    outline: none;
    text-decoration: none;    
}
.single-slide img {
    background-color: #fff;
}
/*full news end*/
/*comments*/
.comm-title {
    border-bottom: 2px solid #333;
    display: inline-block;
    font-size: 11pt;
    margin: 10px;
    width: auto;
}
.comment_form {
    display: block;
    padding: 10px;
    width: 100%;
}
#comment_text {
    border: 1px solid #eee;
    min-height: 80px;
    resize: vertical;
    width: 100%;
    padding: 10px;
}
.spec-btn {
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none; 
    cursor: pointer;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);
    color: #fff;
    border: 1px solid #009688;
    padding: 2px 15px;
    font-weight: 500;
    border-width: 0;
    display: inline-block;
    font-size: 12px;
    line-height: 1.6666667;
    border-radius: 2px;
    margin: 0 10px;
    text-align: center;
}
.spec-btn:hover, .spec-btn:active, .spec-btn:focus {
    text-decoration: none;
    color: #fff;
}
#comment_send {
    background-color: #546E7A;
    border-color: #546E7A;
    float: right;
    margin: 10px 0;
}
#comment_send:hover, #comment_send:active, #comment_send:focus {
    background-color: #46606C;
}
#comment_send:hover {
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.14);
}
.comment-content {
    height: auto;
    padding: 15px;
    width: 100%;
}   
.comment-image {
    border-radius: 4px;
    float: left;
    height: 32px;
    width: 32px;
    margin: 0 5px 5px 0;
    overflow: hidden;
}
.comment-option-top > a {
    color: #6C757D;
    font-weight: bold;
    font-size: 13px;
}
.comment-image > img{
    height: 100%;
}
.comment-option-top {
    color: #a3a3a3;
}
.comment-message {
    padding: 10px;
    margin-left: 28px;
    padding-top: 2px;
}
.comment-option-bottom {
    display: block;
    text-align: right;
    width: 100%;
}
.comment-rating {
    display: inline-block;
    margin: 5px;
    cursor: pointer;
    color: #666;
    font-size: 16px;
}
.rating-like:hover, .activelike {
    color: #00FF00;
}
.rating-dislike:hover, .activedislike {
    color: #FF0000;
}
/*comments-end*/
/*tags*/
.tags-block {
    margin: 15px 20px;
}
.tag {
    display: inline-block;
    color: #000;
    position: relative;
    margin: .5rem .8rem 0 0;
    font-size: 13px;
    text-decoration: underline;
}
.tag:active,
.tag:hover,
.tag:focus {
    color: #555;
}
.tags-block-short-news {
    margin: 5px 10px;
}
.tags-block-short-news > .tag {
    color: #555;
    background: initial;
    margin: 5px 10px 0 0;
}
.tags-block-short-news > .tag:before {
    color: #555;
}
.tags-block-short-news > .tag:after {
    display: none;
}
.tags-block-short-news > .tag:hover, .tags-block-short-news > .tag:focus {
    background-color: #eee;
    text-decoration: none;
    color: #555;
    transition: .3s;
}
/*tags-end*/
/*----------------user-profile -----------------*/
.top_profile .dropdown-toggle > img {
    border-radius: 30px;
    margin: 0 5px;
    width: 20px;
}
.user_page {
    padding: 10px;
    min-height: 600px;
}
.user_page_wrapper {
    padding: 1.5rem 1rem;
    min-height: 400px;
}
.user_page_avatar {
    text-align: center;
}
/*.user_page_rating {
    position: absolute;
    color: #818181;
    height: 22px;
    line-height: 22px;
    padding: 0 4px;
    background: rgba(129,129,129,.1);
    border-radius: 2px;
    min-width: 32px;
    text-align: center;
    right: 25px;
    top: 20px;
}*/
.user_page_rating-plus {
    color: #07A13B;
    background: rgba(7,162,59,.1);
}
.user_page_rating-minus { 
    color: #FA4C49;
    background: rgba(254,77,74,.1);
}
.user_page_login {
    padding: 0px;
    font-size: 18px;
    font-weight: 700;
    display: block;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 5px;
}
.user_page_avatar > img {
    width: 150px;
    margin: 0 auto;
    display: inline-block;
    margin-bottom: 2rem;
}
/*.user_page_avatar > a {
    display: inline-block;
    color: #222;
    text-decoration: none;
    margin: 1.5rem 0;
    border: 1px solid #eee;
    padding: .3rem 1.5rem;
}*/
/*.user_page_left > a {
    color: #333;
}
.user_page_left a:hover {
    text-decoration: none;
}
.user_page_left a:focus{
    text-decoration: none;
}
.user_page_left a:activ {
    text-decoration: none;
}*/
.user_page_date {
    font-size: .8rem;
    display: inline-block;
    color: #999;
    margin-bottom: 1.5rem;
}
.user_page_header {
    color: #555;
    display: block;
    font-size: .9rem;
}
.user_page_wrapper p {
    margin: .5rem 0;
    color: #222;
    font-size: 1.1rem;
}
.user_page_feed_comment {
    padding: 10px 0;
    margin-bottom: 5px;
}
.user_page_feed_comment_link {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    display: block;
}
.user_page_feed_comment_link:hover {
    text-decoration: none;
}
.user_page_feed_comment_link:active {
    text-decoration: none;
}
.user_page_feed_comment_link:focus {
    text-decoration: none;
}
.user_page_feed_comment_info {
    display: block;
    position: relative;
    padding: 5px 0;
}
.user_page_feed_comment_text {
    color: #333;
    font-size: 14px;
    display: block;
}
.user_page_feed_comment_date {
    display: inline-block;
    color: #666;
}
.user_page_feed_comment_vote {
    color: #818181;
    text-align: center;
    white-space: nowrap;
    padding: 1px 5px;
    min-width: 40px;
    background: rgba(129,129,129,.08);
    position: absolute;
    right: 25px;
    top: 0;
}
/*.user_page_feed_comment span {
    margin-top: 10px;
    display: block;
}
.user_page_feed_comment a {
    display: block;
}*/
.user_page_right ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.user_page_right ul li{
    float: left;
    padding: 5px;
}
.user_page_right span{
    color: #333;
    display: block;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}   
.user_page_right span a{
    color: #337AB7;
    font-size: 12px;
    font-weight: normal;
    text-transform: initial;
    float: right;
}

.user_settings {
    min-height: 400px;
}
.user_settings .nav-tabs > li > button {
    background-color: #CFD8DC;
    font-weight: 700;
    border-radius: 0;
    color: #78909c;
    border-left: 0 none;
    border-top: 0 none;
    border:0;
    border-right: 1px solid #b0bec5;
    margin-right: 0;
}
.user_settings .nav-tabs > li {
    margin-bottom: -2px;
    border: 0;
}
.user_settings .nav-tabs > li > button:hover {
    background-color: #78909c;
    color: #fff;
    border-right: 1px solid #b0bec5;
    transition: 0.3s;
}
.user_settings .nav-tabs > li.active > button {
    background-color: #fff;
    border-radius: 0;
    color: #333;
}
.user_page h1 {
    text-align: center;
    font-weight: 400;
}
.profile-tabs {
    text-align: center;
    margin: 2rem 0;
}
.profile-tabs a {
    display: inline-block;
    background: #eee;
    color: #000;
    padding: .5rem 1rem;
    position: relative;
    border: 0;
    text-decoration: none;
    outline: none;
    margin: 0px;
    font-size: 1.2rem;
}
.profile-tabs a:hover,
.profile-tabs a:focus,
.profile-tabs a:active {
    background: #DBDBDB;
    color: #000;
    text-decoration: none;
}
.profile-tabs a.active {
    background: #00A2FF;
    color: #fff;
}
.user-photo-list img {
    width: 100%;
    padding: .8rem;
}
.user-photo-list img.active {
    background: #598fe68c;
}
.user-photo-list img:hover,
.user-photo-list img:focus,
.user-photo-list img:active {
    background: #598fe68c;
    cursor: pointer;
}
.user-photo-list input[type="radio"] {
    display: none;
}
.user-photo-list .wrapper-button {
    display: block;
    text-align: right;
    margin-bottom: 1rem;
}
.user-photo-wrapper {
    position: relative;
}
.user-photo-wrapper span {
    font-weight: bold;
    position: absolute;
    right: 1rem;
    color: #fff;
    top: .5rem;
}
.profile-button {
    background: #598FE6;
    border: 0;
    padding: .5rem 1.5rem;
    font-size: .9rem;
    color: #fff;
    border-radius: .2rem;
    text-decoration: none;
}
.profile-button:hover,
.profile-button:focus,
.profile-button:active {
    background: #4F7FCC;
    text-decoration: none;
    color: #fff;    
}
#user_settings_profile, #user_settings_password {
    padding: 10px;
}
#user_settings_profile input, #user_settings_password input {
    border: 1px solid #e6e6e6;
    border-radius: 0; 
    margin-bottom: 15px;
    width: 300px;
}
.user_messages_block {
    height: 500px;
    overflow: scroll;
}
.user_messages_block a{
    text-decoration:none;
    color: #333;
}
.user_messages_dialog {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    min-height: 60px;
    padding: 5px;
    width: 100%;
    margin-bottom: 5px;
}
.user_messages_dialog img {
    display: block;
    float: left;
    margin-right: 10px;
}
.user_messages_dialog ul {
    padding: 0;
    margin:  0;
    list-style: none;
    word-wrap: break-word;
}
.user_messages_dialog ul li:first-child{
    font-weight: 700;
}
.user-menu-wrapper {
    padding: 0;
}
.user-menu-canvas {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 3rem;
}
.user-menu-canvas a {
    padding: 1rem;
    font-size: 1.5rem;
}
.user-menu-canvas a:hover,
.user-menu-canvas a:active,
.user-menu-canvas a:focus {
    background: #00A2FF;
    color: #fff;
    text-decoration: none;
}
.user-menu-canvas a i {
    margin-right: .5rem;
}
.user-menu-orders {
    background: #FEF138;
}
a.user-menu-orders:hover,
a.user-menu-orders:active,
a.user-menu-orders:focus {
    background: #FFFF00;
    color: #333;
}
.order-wrapper {
    border: 1px solid #F7F7F7;
    margin-bottom: 2rem;
}
.order-head {
    background: #F7F7F7;
    padding: 1rem 1.5rem;
}
.order-body {
    padding: 1.5rem;
}
.order-head-number {
    display: inline-block;
    color: #333;
    font-size: .9rem; 
}
.order-head-status {
    display: inline-block;
    margin-left: 1rem;
}
.order-head-status span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: .3rem;
    background-color: #898f97;
}
.order-head-status h5 {
    display: inline-block;
}
span.order-status-payment {
    background-color: #FFC107;
}
span.order-status-processing {
    background-color: #0DCAF0;
}
span.order-status-delivery {
    background-color: #0D6EFD;
}
span.order-status-delivered {
    background-color: #198754;
}
span.order-status-canceling {
    background-color: #45637D;
}
span.order-status-canceled {
    background-color: #6C757D;
}
.order-product {
    margin-bottom: 1rem;
    overflow: hidden;
}
.order-product img {
    width: 50px;
    margin: 0 1rem 0 0;
    float: left;
    margin-bottom: 3rem;
}
.order-product a {
    text-decoration: none;
    font-size: .9rem;
    line-height: 1.2rem;
    display: inherit;
    margin-bottom: .4rem;
    color: #04b;
}
.order-product div {
    word-break: break-word;
    line-height: 1rem;
    margin-bottom: .2rem;
}
.order-info span {
    color: #79808a;
    margin-bottom: .5rem;
    display: block;
}
.order-info strong {
    margin-top: .5rem;
    display: block;
}
.buttons-order-wrapper {
    text-align: right;
}
.button-order {
    padding: .5rem 1rem;
    color: #333;
    cursor: pointer;
    margin: 1rem 0;
    display: inline-block;
    margin-right: 1rem;
}
.confirm-order {
    background-color: #00A2FF;
    text-decoration: none;
    color: #fff;
}
.confirm-order:focus,
.confirm-order:active,
.confirm-order:hover {
    background-color: #008DDE;    
    color: #fff;
}
.cancel-order {
    background-color: #d8d8d8;
    text-decoration: none;
}
.cancel-order:focus,
.cancel-order:active,
.cancel-order:hover {
    background-color: #BDBDBD; 
    color: #333;   
}
.pay-order {
    background-color: #FF9019;
    text-decoration: none;
    color: #fff;
}
.pay-order:focus,
.pay-order:active,
.pay-order:hover {
    background-color: #FF8400; 
    color: #fff;   
}
.cart-page h1 {
    text-align: center;
    font-weight: 400;
}
.cart-tabs {
    margin: 3.5rem 0 2rem 0;
}
.cart-tabs .nav i {
    padding: .1rem 1.5rem;
    line-height: 1rem;
    font-size: 1rem;
    display: inline-block;
}
.cart-tabs .nav a {
    color: #999;
    border-bottom: 1px solid #ccc;
    padding: .1rem 0;
    line-height: 1rem;
}
.cart-tabs .nav a.active {
    border: 0;
    background: #eee;
    padding: .5rem 1.5rem;
    font-size: 1.1rem;
    color: #000;
    margin-top: -.4rem;
    border-radius: .2rem;
}
.cart-tabs .nav li {
    color: #111;
    padding: .1rem 0;
}
/* user-profile-end */
.message {
    color: #333;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    position: fixed;
    z-index: 20;
    min-width: 200px;
    right: 20px;
    top: 20px;
    min-height: 50px;
    border-left: 40px solid transparent;
    background-color: #fff;
    display: none;
}
.message:after {
    font-family: 'Glyphicons Halflings';
    color: #fff;
    width: 44px;
    left: -44px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.message > span {
    border-bottom: 1px solid #ddd;
    background-color: #f6f6f6;
    width: 100%;
    display: block;
    padding: 3px 10px;
    font-size: 12px;
    color: #666;
}
.message-body {
    padding: 15px 20px;
    display: block;
}
.message-success {
    border-color: #4CAF50;
}
.message.message-success:after {
    content: '\e013';
}
.message-error {
    border-color: #FF5722;
}
.message.message-error:after {
    content: '\e090';
}
.message-info {
    border-color: #00BCD4;
}
.message.message-info:after {
    content: '\e086';
}
.notfound_block_cover > div {
    background: #fff;
    padding-bottom: 40px;
    min-height: 600px;
}
.notfound_block span {
    font-size: 20vh;
    font-family: sans-serif;
    position: relative;
    background: white;
    color: black;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.notfound_block span:before {
    content: '';
    display: block;
    position: absolute;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: screen;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 1em, #9E2053 1em, orange 50%), repeating-linear-gradient(45deg, #111626, #111626 1em, pink 1em, #571B3D 50%);
    background-size: 3em 3em, 2em 2em;
    animation-name: ani;
    animation-duration: 8s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
@keyframes ani {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 400% 0;
    }
}
.notfound_block {
    font-size: 70px;
    color: #ccc;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 60px;
}
.notfound_block_info {
    font-weight: bold;
    color: #444;
    font-size: 20px;
}
.notfound_block_helper {
    margin-top: 60px;
    font-size: 15px;
}
.no-marker-list {
    list-style: none;
    padding: 0;
    padding-left: 10px;
}
.main-search-block {
	margin-left: 8rem;
    position: relative;
    z-index: 52;
}
.main-search-block span.btn {
    background: #00A1FB;
    border-radius: 0;
    padding: 0.4rem 2rem;
    color: #fff;
    line-height: 1.5rem;
    height: 40px;
}
.main-search-block input.form-control {
    width: 440px;
    font-size: 1rem;
    float: left;
    line-height: 1.5rem;
    padding: 0.6rem .5rem;
    height: 40px;
}
.main-search-block input.form-control:focus {
    border: 0;
    box-shadow: none;
}
.main-search-block button {
	border: 0;
    color: #333;
    font-size: 1.1rem;
}
.main-search-block button:active,
.main-search-block button:focus,
.main-search-block button:hover {
	box-shadow: none;
    color: #777 !important;
}
.main-search-list {
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 99;
    margin-top: .4rem;
    border: 1px solid #ddd;
    display: none;
    left: 0;
}
.main-search-progressbar {
    text-align: center;
    display: none;
}
.main-search-progressbar .spinner-grow {
    width: .4rem;
    height: .4rem;
}
.main-search-help {
    color: #777;
    font-size: .9rem;
    text-align: center;
    padding: .5rem 0;
}
.main-search-result-notfound {
    padding: .5rem 1rem;
    color: #555;
    font-size: .9rem;
    text-align: center;
}
.main-search-result-item a {
    font-size: 1.4rem;
    color: #333;
    font-family: 'STIX Two Math', serif;
    display: block;
    border-bottom: 1px solid #eee;
    padding: .2rem .8rem;
}
.main-search-result-item a:focus,
.main-search-result-item a:hover,
.main-search-result-item a:active {
    background: #eee;
    text-decoration: none;
}
.main-search-result-item a span {
    font-size: .9rem;
    word-break: break-all;
    color: #777;
}
.main-search-result-item:last-child a {
    border-bottom: 0;
}
.main-search-bg {
    background: rgba(0,0,0,0.1);
    position: absolute;
    z-index: 51;
    height: 100%;
    width: 100%;
    display: none;
}
.main-search-bg-close {
    position: absolute;
    right: 1.5rem;
    font-size: 4rem;
    color: #fff;
    opacity: .8;
    z-index: 53;
    cursor: pointer;
    top: 1.5rem;
    line-height: 2rem;
}
.shopping-cart-link {
    padding: .3rem 1rem;
    color: #fff;
    font-size: 1rem;
    display: inline-block;
    background: #00A2FF;
    border-radius: .4rem;
    position: fixed;
    right: 2rem;
    bottom: 1.5rem;
    z-index: 40;
    text-decoration: none;
}
.shopping-cart-link:active,
.shopping-cart-link:focus,
.shopping-cart-link:hover {
    background: #0094EA;
    cursor: pointer;
    text-decoration: none;
}
.shopping-cart-block svg {
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    bottom: 2px;
    position: relative;
    margin-right: .5rem;
}
.shopping-cart-info {
    display: inline-block;
    color: #fff;
    font-size: .9rem;
    line-height: 1.4rem;
}
.shopping-cart-info span {
    font-size: .9rem;
    line-height: 1.4rem;
}
.static_full_story {
    margin-top: 2rem;
    margin-bottom: 6rem;
    color: #000;
    min-height: 400px;
}
.static_full_story h1 {
    font-size: 3.5rem;
    margin-bottom: 2.5rem;
    font-weight: bold;
}
.static_full_story h3,
.static_full_story h2 {
    margin-bottom: 1.5rem;
}
.footer-title {
    font-size: 1rem;
    margin-bottom: .7rem;
    display: block;
    font-weight: bold;
}
.common-form-subscribe {
    margin-bottom: 2rem;
}
.common-form-subscribe input.invalid {
    border: 2px solid #ef8888;
}
.common-form-subscribe input {
    border: 2px solid #FEF138;
    padding: 0 1.2rem;
    width: 100%;
    line-height: 1.2rem;
    height: 56px;
}
.common-form-subscribe input:focus {
    outline: none;
}
.common-form-subscribe input::-moz-focus-inner {
  border: 0;
}
.common-form-subscribe button {
    background-color: #FEF138;
    padding: 0 .5rem;
    border: 2px solid #FEF138;
    width: 100%;
    font-weight: 500;
    line-height: 1.2rem;
    height: 56px;
    letter-spacing: 1px;
}
.common-form-subscribe button:hover, .common-form-subscribe button:active, .common-form-subscribe button:focus {
    background-color: #FEF56A;
    outline: none;
    text-decoration: none;
    color: #000;
}
.section-cart-block {
    min-height: 400px;
    margin-bottom: 4rem;
}
.sales-link {
    background-color: #FEF138;
    border: none;
    padding: .8rem 1.5rem;
    color: #000;
    font-size: 1.1rem;
    margin-top: 1.5rem;
    display: inline-block;
    text-decoration: none;
}
.sales-link:hover, 
.sales-link:active, 
.sales-link:focus {
    background-color: #FEF56A;
    outline: none;
    text-decoration: none;
    color: #000;
}
.empty-cart {
    margin-top: 5rem;
}
.list-cart {
    margin-top: 4rem;
}
.list-cart-item {
    border: 1px solid #eee;
    padding: 2rem 2.5rem;
    margin-bottom: 1rem;
}
.cart-image {
    width: 100%;
}
.cart-url {
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #333;
}
.cart-url:focus,
.cart-url:hover,
.cart-url:active {
    color: #898f97;
    text-decoration: none;
}
.cart-options {
    font-size: .9rem;
    color: #555;
}
.cart-number-group {
    display: inline-block;
    text-align: center;
    float: left;
    width: 130px;
}
.cart-number-group button {
    border-color: #ddd;
    font-size: .9rem;
}
.cart-number-group button:focus,
.cart-number-group button:hover,
.cart-number-group button:active {
    color: #555;
    background-color: #fff;
    border-color: #6c757d;
    box-shadow: none;
}
.cart-number-group input {
    text-align: center;
}
.cart-price-item {
    margin-top: .5rem;
    display: block;
    font-size: .9rem;
    color: #000;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none; 
}
.cart-price-sum {
    font-size: 1.3rem;
    display: inline-block;
    margin-left: 1.5rem;
    color: #000;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none; 
}
.cart-item-remove {
    width: 2rem;
    float: right;
    background-color: #eee;
    border-radius: 50%;
    height: 2rem;
    text-align: center;
    padding: .3rem;
    color: #666;
    font-size: .9rem;
    line-height: 1.5rem;
}
.cart-item-remove:focus,
.cart-item-remove:hover,
.cart-item-remove:active {
    background-color: #c4e9ff;
    color: #00a2ff;
    cursor: pointer;
}
.cart-submit-wrapper {
    text-align: right;
}
.cart-button-submit {
    padding: .8rem 1.5rem;
    color: #fff;
    font-size: 1.2rem;
    display: inline-block;
    background-color: #00A2FF;
    border-radius: .2rem;
    text-decoration: none;
    margin-left: 3rem;
}
.cart-button-submit:focus,
.cart-button-submit:hover,
.cart-button-submit:active {
    background: #0094EA;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
}
.cart-price {
    margin-bottom: 1rem;
    font-size: 1.1rem;
    font-weight: bold;
}
.cart-total-price.discount {
    text-decoration: line-through;
    font-weight: normal;
    color: #666;
}
.cart-coupon-price {
    font-size: 1.2rem;
}
.wrapper-field {
    position: relative;
    min-height: 45px;
    transition: all 0.15s ease-in-out 0s;
    background: #fff;
    padding: 0;
    margin: 0;
    display: inline-block;
    border-radius: .2rem;
    border: 1px solid #cecece;
}
.wrapper-field label {
    color: #666;
    font-size: 1rem;
    transform: none;
    top: .6rem;
    display: block;
    padding: 0 0 0 .5rem;
    margin-bottom: 0;
    transition: .2s;
    pointer-events: none;
    position: absolute;
}
.wrapper-field input {
    font-size: 1rem;
    background-color: #fff;
    border: none;
    box-shadow: none;
    outline: none;
    width: 100%;
    color: #333;
    padding-top: 1rem;
    padding-left: .5rem;
}
.wrapper-field input:focus {
    box-shadow: none;
}
.wrapper-field.input--filled input~label,
.wrapper-field input:focus~label,
.input--filled~label {
    top: -.2rem;
    font-size: .8rem;
    color: #999;
    line-height: 1.5rem;
}
/*-----------------content-end--------------------*/
/* footer */
footer {
    height: 100px;
    padding: 20px 0;
    margin-top: 40px;
}
footer ul {
    text-decoration: none;
    list-style: none;  
    margin: 0;
    padding: 0;
}
footer ul li > a {
    font-size: 1.2rem;
    color: #000;
    padding: 5px;
    transition: .1s;
    display: inline-block;
    font-weight: bold;
}
footer ul li > a:hover, footer ul li > a:active, footer ul li > a:focus {
    color: #00A1FD;
    text-decoration: none;
}
.adven-info-block {
    margin-bottom: 1rem;
}
.adven-info h5 {
    font-size: 1rem;
}
.adven-info img {
    display: inline-block;
    width: 25px;
    margin-right: .3rem;
}
.adven-info h5 {
    font-weight: bold;
}
.adven-info span {
    font-size: .9rem;
    line-height: 1.2rem;
    color: #444;
    display: block;
}
.copyright-block {
    font-size: .8rem;
    margin: 1rem 0;
}
/* footer-end */
/*---------------------------content-end-------------------------*/
@media (min-width: 768px) {
    .nav-block .navbar-collapse {
        padding-left: 0px;
        padding-right: 0px;
    }   
    .nav-block .container-fluid {
        padding-left: 0px;
    }
}