@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300&display=swap');
@font-face {
    font-family: "Montserrat";
    font-weight: 300;
    font-style: normal;
    font-display: fallback;
    src: url("../fonts/Montserrat-Light.woff2?v1.0.0") format("woff2"), url("../fonts/Montserrat-Light.woff?v1.0.0") format("woff");
}
@font-face {
    font-family: "Montserrat";
    font-weight: 300;
    font-style: italic;
    font-display: fallback;
    src: url("../fonts/Montserrat-LightItalic.woff2?v1.0.0") format("woff2"), url("../fonts/Montserrat-LightItalic.woff?v1.0.0") format("woff");
}
@font-face {
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
    font-display: fallback;
    src: url("../fonts/Montserrat-Regular.woff2?v1.0.0") format("woff2"), url("../fonts/Montserrat-Regular.woff?v1.0.0") format("woff");
}
@font-face {
    font-family: "Montserrat";
    font-weight: 400;
    font-style: italic;
    font-display: fallback;
    src: url("../fonts/Montserrat-Italic.woff2?v1.0.0") format("woff2"), url("../fonts/Montserrat-Italic.woff?v1.0.0") format("woff");
}
@font-face {
    font-family: "Montserrat";
    font-weight: 500;
    font-style: normal;
    font-display: fallback;
    src: url("../fonts/Montserrat-Medium.woff2?v1.0.0") format("woff2"), url("../fonts/Montserrat-Medium.woff?v1.0.0") format("woff");
}
@font-face {
    font-family: "Montserrat";
    font-weight: 500;
    font-style: italic;
    font-display: fallback;
    src: url("../fonts/Montserrat-MediumItalic.woff2?v1.0.0") format("woff2"), url("../fonts/Montserrat-MediumItalic.woff?v1.0.0") format("woff");
}
@font-face {
    font-family: "Montserrat";
    font-weight: 600;
    font-style: normal;
    font-display: fallback;
    src: url("../fonts/Montserrat-SemiBold.woff2?v1.0.0") format("woff2"), url("../fonts/Montserrat-SemiBold.woff?v1.0.0") format("woff");
}
@font-face {
    font-family: "Montserrat";
    font-weight: 600;
    font-style: italic;
    font-display: fallback;
    src: url("../fonts/Montserrat-SemiBoldItalic.woff2?v1.0.0") format("woff2"), url("../fonts/Montserrat-SemiBoldItalic.woff?v1.0.0") format("woff");
}
@font-face {
    font-family: "Montserrat";
    font-weight: 700;
    font-style: normal;
    font-display: fallback;
    src: url("../fonts/Montserrat-Bold.woff2?v1.0.0") format("woff2"), url("../fonts/Montserrat-Bold.woff?v1.0.0") format("woff");
}
@font-face {
    font-family: "Montserrat";
    font-weight: 700;
    font-style: italic;
    font-display: fallback;
    src: url("../fonts/Montserrat-BoldItalic.woff2?v1.0.0") format("woff2"), url("../fonts/Montserrat-BoldItalic.woff?v1.0.0") format("woff");
}


body {
    /*font-family: Montserrat, Arial, "Helvetica Neue", Helvetica, sans-serif;*/
	font-family: "Montserrat", sans-serif;
    background: #eee;
    background: #fff;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-family: Rubik, sans-serif; 
    font-weight: 300;
    margin-bottom: 121px;
    min-height: 100%;
	font-size: 1.1rem;
	font-size: 1.2rem;
	line-height: 1.6;
	margin: 0 auto;
	color: #111;
	max-width: 1600px;
	border-left: 1px solid rgba(0,0,0,.1);
	border-right: 1px solid rgba(0,0,0,.1);
}

@media (min-width: 576px){
.container, .container-sm {
    max-width: 98%;
}
}

@media (min-width: 768px){
.container, .container-sm, .container-md {
    max-width: 96%;
}
}

@media (min-width: 1200px){
.container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 94%;
}
}

@media (max-width: 768px){
    .shop_item {
        text-align: center;
    }
    .shop_item .item_buttons{display:none}
    .block_title {
        margin-bottom: 15px;
        font-weight: 700;
        font-size: 1.25em !important;
        line-height: 1.2;
    }
    .site-header {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .detail_btn{
        font-size: 16px;
        height: auto;
        /* padding: 0.5rem 1rem !important; */
        font-weight: 400;
        padding: 0.6rem 1.5rem !important;
    }
    blockquote {
        padding: .2em 1em !important;
    }
}

/*
@media (min-width: 576px){
.container, .container-sm {
    max-width: 100%;
}
}
*/
a {text-decoration:none}
.site-content a{
	/*
	border-bottom: 1px solid #dedede;
	text-decoration:none;
	color: #1a8fe9;
	color:#4154f1;
	color:#106eea;
	color:#4154f1;
	color:#0b66c3;
	*/
	text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
	color: #0060a0;
    border-bottom-color: rgb(0 96 160 / 15%);
    -webkit-transition-property: border-bottom,border-color,background,color,fill;
    transition-property: border-bottom,border-color,background,color,fill;
    -webkit-transition-duration: .33s;
    transition-duration: .33s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.site-content a:hover{
	    border-bottom-color: #1a8fe9;
		color:#4154f1;
		color:#146ab3;
		color:#084d7e;
}
.icons_color{color:#227bda}
.site-content ul {
    margin-top: 1em;
    margin-bottom: 1em;
	padding:0;
}
.site-content li {
    list-style-type: none;
}
.site-content li:before {
    content: "\2014\0020";
}
.section-block{
	padding-top: 50px;
    padding-bottom: 50px;
}
.grey{background: #edefda;}
.site-content h1,
.site-content h2,
.site-content h3,
.site-content h4,
.site-content h5,
.site-content h6,
.site-content .h1,
.site-content .h2,
.site-content .h3,
.site-content .h4,
.site-content .h5,
.site-content .h6
{font-weight:500}
b,
strong {font-weight:500}
img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
blockquote{
	padding: 1em 2em;
    padding-bottom: 1em;
    background-color: #fcf8e3;
    margin: 0;
	font-size: 1.1rem;
    line-height: 1.5;
    background: rgb(245, 245, 245);
}

/*header*/
.current a{color:#111;opacity: .6;}
.top-menu_c ul li a:hover{color: #146ab3}
.navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
}
.navbar-toggler {
    /* float: right; */
    border: none;
    /* padding-right: 0; */
    position: absolute;
    right: 10px;
        top: 24px;
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
/*    border: 1px solid transparent;*/
    border-radius: .25rem;
}
/*.navbar-toggler-icon {
    width: 24px;
    height: 18px;
    background-image: none;
    position: relative;
    border-bottom: 2px solid #333;
    transition: all 300ms linear;
}
.navbar-toggler-icon:after, 
.navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
height: 2px;
    background: #333;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}
.navbar-toggler-icon:after {
    top: 8px;
}
*/
.navbar-toggler-icon {
    width: 24px;
    height: 18px;
    background-image: none;
    position: relative;
    border-bottom: 2px solid #000;
    transition: all 300ms linear;
}
.navbar-toggler-icon:after,
.navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 2px;
    background-color: #000;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}
.navbar-toggler-icon:after {
    top: 7px;
}
a.logo_link{
	text-decoration:none;
	color:#111;
	    font-weight: 700;
}
.lukey, .lukey a {
    padding: 6px 5px 5px 10px;
    background-color: #227bda;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
/*    display: inline-block;*/
    text-decoration: none;
/*    float: left;*/
    letter-spacing: 6px;
    text-transform: uppercase;
    font-family: Verdana,Arial,sans-serif;
    margin:-1px;
}
.lukey-end, .lukey-end a {
    font-size: 20px;
    padding: 6px 5px 5px 10px;
    font-weight: bold;
/*    float: left;*/
    letter-spacing: 3px;
/*    display: inline-block;*/
    color: #000;
    font-family: Verdana,Arial,sans-serif;
    margin:-1px;
}
.logo, .logo a {
  font-size: 20px;
  font-weight: bold;
  display: flex;

  padding: 0px;
  letter-spacing: 6px;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  border:2px solid #fff;

  -moz-transition: color 0.1s,border-color 0.1s,opacity 0.1s;
  -o-transition: color 0.1s,border-color 0.1s,opacity 0.1s;
  -webkit-transition: color 0.1s,border-color 0.1s,opacity 0.1s;
  transition: color 0.1s,border-color 0.1s,opacity 0.1s;
  

}
.logo a:hover{border:2px solid #3960ff !important;

}
.super-header {
    color: #fff;
    background: #3960ff;
    padding: 0.5em 0;
    font-size: 0.9em;
	background: #227bda;
	font-size: 0.85em;
}
.super-header a{
	color:#fff;border-bottom: 1px solid #eee;
	
	color: #fff;
    border: 1.5px solid #fff;
    padding: 3px 5px;
    padding: 0.15em .75em;
    border-radius: 1.5em;
    line-height: 1.3;
}
.site-header {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff;
    /* margin-bottom: 30px; */
    z-index: 30;
	border-bottom: 1px solid #eee;
}
.site-branding {
    /* -webkit-box-flex: 1; */
    /* -ms-flex-positive: 1; */
    /* flex-grow: 1; */
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.site-branding {
    padding-left: 15px;
	padding-right: 0;
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}


.site-logotype {
    /* max-width: 125px; */
    margin-right: 1.3rem;
}
.site-logotype img {
    max-height: 100px;
}
.top-menu {
		-webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;


}
.top-menu ul, .top-menu_c ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.top-menu ul li, .top-menu_c ul li {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}
.top-menu ul li > a, .top-menu ul li > span, .top-menu_c ul li a {
    text-decoration: none;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    color: #111;
		font-size: 0.85em;
    font-weight: 500;
}
.header-phone {
    justify-content: flex-end;
}
.header-phone a{color:#111;text-decoration:none}

@media (max-width: 1024px){
.header-phone {
display:none
}
.navbar-expand-md .navbar-nav{margin-left:auto}
}

.phone_item{
	font-weight:600;
line-height: 1.3;
    white-space: nowrap;
}
@media (min-width: 992px){
.mobile-menu-placeholder {
    display: none;
}

}
.mobile-menu-placeholder {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


@media (max-width: 767px){
/*ul.navbar-nav {
    border-top: 1px solid #eee;
    margin: 0 !important;
}*/
#collapsingNavbar .navbar-nav li {
    padding: 0;
	padding-left:10px;
    padding-left: 20px;
	padding-left: 35px;
}
#collapsingNavbar .navbar-nav li a {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.navbar-expand-md .navbar-nav {
    margin-left: auto;
    margin-left: -15px;
    margin-right: -15px;
}
}


/*buy grid*/
.dark_grid{background: #edefda;background: #F2F2F4;}
.offset_50{padding-top:50px;padding-bottom:50px;}
.block_title{
margin-bottom: 15px;
font-weight: 700;	
font-size: 1.65em;
line-height: 1.2;
}

.block_title_mini{
margin-bottom: 15px;
font-weight: 700;	
font-size: 1.2em;
line-height: 1.4;
}

.lite_grid{position:relative}
.shop_item{
	/*
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    padding: 10px;
	*/
    background: #fff;
padding: 15px;	
/* margin-bottom: 30px; */
height: 100%;
position:relative;
    border: 1px solid rgba(0,0,0,.1);
}

.shop_item:hover {
    -webkit-box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.3);
}
.shop_item a{text-decoration:none}
.shop_item:hover .item_title{color:#146ab3}
.shop_item .item_title{
font-weight: 500;
    margin-bottom: 0.35em;
    line-height: 1.4;
    color: #111;
    font-size: .95em;
    color: #333333;
	
}
.shop_item .item_price{
font-weight: 600;
color: #111;
	
}
.shop_item .item_image{
position: relative;
    overflow: hidden;	
}
.shop_item img {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 100%;
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.shop_item:hover img {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}
.shop_item .label
{
	border-radius: .125rem;
    color: #fff;
    float: left;
    font-weight: 500;
    margin: 0 .125rem .125rem 0;
    min-width: 3.5rem;
    padding: .0625rem .4375rem;
    text-align: center;
	position: absolute;
	background: #ff0462;
	z-index: 100;
	    font-size: .75em;
	right: 5px;
	top:5px;
	border: none;
}
.shop_item .label.hit{
	background: #FFAD00;
}
.shop_item .label.new
{
	background: #55C0B6;
	background: #f91155;
}
@media (min-width: 768px){
.shop_item .item_buttons {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    -webkit-transform: translate3d(0, 80px, 0);
    transform: translate3d(0, 80px, 0);
    text-align: center;
	transition: all 0.4s;
    z-index: 5;
	
}
}
.shop_item:hover .item_buttons {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
	   
}

.item_buttons .element,
a.element
{
border-radius: 1.5em;
    font-size: 0.9em;
    line-height: 1.3;
    background: #1777ca;
	color:#fff;
	padding: 0.5em 1.5em;
	border: none;
	
	
	padding: 0.5em 1.5em;
    display: inline-block;
	
	font-size: 16px;
	
	line-height: 34px;
    padding: 4px 18px;
    /*height: 34px;*/
    font-size: 1rem;
    line-height: 1.5;
}
.item_buttons .element:hover,
a.element:hover
{
/*background: #146ab3;*/
    background: #2271b1;
color:#fff;
}

.blog_item_body a.element{
    background-color: rgba(51,94,234,.15);
    color: #335eea;
    font-weight: 400;
}
.blog_item_body:hover a.element{
    background-color: #2271b1;
    color:#fff
}
/* .item_buttons{display:inline-flex} */
.border {
    border: 1px solid #d3d3d3!important;
}
.border_bottom {
    border-bottom: 1px solid #d3d3d3!important;
}
.border_top {
    border-top: 1px solid #d3d3d3!important;
}
.detail_item_price .price {
    font-size: 1.5em;
	font-weight: 600;
}

.detail_item_price.product {
    padding: 30px;
    background: rgb(245, 245, 245);
    border-radius: 15px;
    margin-bottom: 24px;
}

.detail_item_price .item_properties {
    clear: both;
    display: block;
    margin: 0;
    overflow: hidden;
	position: relative;
}


.detail_item_price .item_properties>dt {
    color: #999;
	color:#79798d;
    margin-right: 1rem;
	clear: both;
    font-size: .875rem;
    font-weight: 400;
    display: inline;
}

.detail_item_price .item_properties>dt {
    background-color: #fff;
    clear: both;
    float: left;
    padding-right: 4px;
}

.detail_item_price .item_properties>dd {
    margin: 0 0 1rem 1rem;
	display: inline;
    font-size: .875rem;
	background-color: #fff;
    float: right;
    padding-left: 4px;
}


.detail_item_price .item_properties>dd:after {
    content: '';
    display: block;
}

.detail_item_price .item_properties>dd:after {
    background-image: -webkit-gradient(linear,left top,right top,from(#d3d3d3),color-stop(49%,#d3d3d3),color-stop(50%,transparent),to(transparent));
    background-image: -o-linear-gradient(left,#d3d3d3,#d3d3d3 49%,transparent 50%,transparent 100%);
    background-image: linear-gradient(90deg,#d3d3d3,#d3d3d3 49%,transparent 50%,transparent 100%);
    background-size: 6px 1px;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    margin-top: -6px;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: -1;
}

.specialist_consultation{
	    /*color: #79798d!important;*/
    /* color: rgb(45, 177, 84) !important; */
    border: 1px solid rgb(45, 177, 84);
    border: 1px solid #2db154;
    border-radius: 15px;
    padding: 15px;
    font-weight: 400;
}


.company{
/* background: #F8F8F8; */
    background: #F2F2F4;
}
@media only screen and (max-width: 1200px){
.company .cols {
    width: 100%;
    /* margin-left: 0; */
    /* margin-right: 0; */
    /* padding: 0; */
	flex: 0 0 100%;
    max-width: 100%;
}
}
.company .icon_c{
	    width: 80px;
    margin: 0 auto;
    display: block;
}
.company .block-bg {
    /* background: #227bda; */
	background: #eee;
    border-radius: 5px;
    padding: 40px 30px;
	padding: 15px 15px;
    /* margin: 0 0 22px; */
    min-height: 266px;
	min-height: 200px;
    max-height: 245px;
	height:100%;
	border: 3px solid #E1E6EB;
	
	box-shadow: 0 0.15rem 1.75rem 0 rgb(31 45 65 / 15%);
    -webkit-transition: box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    /* background-image: radial-gradient(50% 50%, #00722c 0%, #009138 100%); */
    /* border: 2px solid #146ab3; */
	background: #fff;
	box-shadow: 0 0.15rem 1.75rem 0 rgb(33 40 50 / 15%);
}


/*footer*/
@media (max-width: 992px){
footer .text-right{text-align: left !important;}
}
.developer {
	font-weight: 500;
    /* font-style: italic; */
	font-weight: 600;
	}
.developer sup{
font-weight: 400;
font-size: .75em;
	}
footer{
	padding-top:35px;
	padding-bottom:30px;
	font-size: 1rem;
	background: #f8f8f8;
    font-size: .9em;

}
footer a{color:#004ed6;text-decoration:none;border-bottom:1px solid #004ed6;color:#024986}
footer ul{
	padding:0;
	margin:0;
}

footer li {
    list-style-type: none;
}

@media (max-width: 768px){
footer .text-right{text-align:left!important}	
}
a.detail_btn{
    color: #fff;
    border-radius: 40px;
    padding: 6px 16px;
    /* height: 44px; */
    font-size: 1.1rem;
    line-height: 1.5;
    font-weight: 400;
}
.detail_btn{
	position: relative;
    padding: 0.6rem 1.5rem;
	    padding: 0.5rem 2rem;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	display: inline-block;
  /*  height: 45px;*/
	/* height: 46px; */
    /* font-weight: 400; */
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    /* padding: 0.375rem 0.75rem; */
    line-height: 1.5;
    background: #3960ff;
	background: #1777ca;
   /* background-color: #335eea;*/
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
	cursor:pointer;
}

.detail_btn:hover{
	/*
	-webkit-box-shadow: inset 0 -4em 0 0 #fff;
    box-shadow: inset 0 -4em 0 0 #fff;
    color: #3960ff;
	*/
/*		-webkit-box-shadow: inset 0 -4em 0 0 #146ab3;
    box-shadow: inset 0 -4em 0 0 #146ab3;*/
	/*background: #146ab3;*/
    background: #2271b1;
	color:#fff !important;
	}
	
.button_view {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
}	

.very_strong{font-weight:600}
.font_weight_500{font-weight:500}
.font_weight_400{font-weight:400}
.currency_symbol{margin-left:7px}
.item_description h2,
.item_description h3,
.item_description h4,
.item_description h5,
.item_description h6
{
	/* margin-bottom: 15px; */
    font-weight: 700;
    font-size: 1.2em;
}

.pay-block {
margin: 7px;
}

.pay-block img{
border: 1px solid #eee;
    padding: 5px;
	background: #fff;
    padding: 10px;
    margin: 0 0 18px 0;
    box-shadow: 0 2px 2px rgb(0 0 0 / 24%);
    position: relative;
    transition: top .2s linear;
    cursor: pointer;
    display: inline-block;
    border-top: 1px solid #eee;
}

.pagination .page-numbers.current{
color: #ffffff;
    background-color: #005bff;
    border-color: #005bff;
}

.pagination .page-numbers {
position: relative;
    display: block;
    min-width: 2.625rem;
    padding: .5em;
    /* margin-left: -1px; */
    line-height: 1.25;
    color: #000;
    background-color: #fff;
    border: 1px solid #dee2e6;
    margin-right: .5em;
    text-align: center;
	font-size: .9em;
}

.pagination a.page-numbers:hover {
    color: #005bff;
    border-color: #005bff;
}

.pagination a.next,
.pagination a.prev
{
	border:none;
}

/*articles*/
.blog_item_body {
    padding: 1.75rem 1.25rem 1.875rem;
	background: #fff;

	/*
    border-radius: 0 0 2px 2px;
    border-right: 1px solid rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(0,0,0,.1);
    border-left: 1px solid rgba(0,0,0,.1);
	*/
}
.block_height{
min-height: 70px;
    max-height: 100px;
}
.blog_item {
border: 1px solid rgba(0,0,0,.1);
height: 100%;
background: #fff;	
}
.blog_item_anons{
font-size: 1.1rem;
    line-height: 1.4;
display: inline-block;
    overflow: hidden;
}
.blog_item_title{    line-height: 1.4;}
/*
.blog_item img{border-bottom: 1px solid rgba(0,0,0,.1);	}
*/
.blog_item:hover {
    -webkit-box-shadow: 0 10px 30px -20px rgba(0,0,0,.5);
    box-shadow: 0 10px 30px -20px rgba(0,0,0,.5);
}

.blog_item_title a{
	    color: #146ab3;
	font-size: 1em;
    font-weight: 500;
}

.share a{border-bottom:none}
.share li:before {content:""}

.images_sert img {
    border: 4px solid #ddd;
	cursor:pointer;
}

.images_sert img:hover {
    border: 4px solid #0077CB;
}


.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.breadcrumbs span{
    font-size: 16px;
    line-height: 17px;
    color: rgb(157, 157, 157);
}

.breadcrumbs span a{
    border:none;
    /*text-decoration:underline;*/
}


a.back_top {
    text-align: center;
    position: fixed;
    bottom: 15px;
    height: 35px;
    width: 35px;
    background-color: #1777ca;
    color: #fff;
    display: none;
    z-index: 10000;
    border-radius: 3px;
    right: 20px;
    transition: all 0.5s;
    border-radius: 50%;
}

a.back_top svg {
    margin-top: 7px;
}

.buy_bottom_block{
    text-align: center;
    position: fixed;
    bottom: 0;
    /* height: 35px; */
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #eee;
    display: none;
    z-index: 1000;
    padding:8px;
}