/* Stance  CSS */

body {
   background-color: #f7f7f7;
   font-size: 15px;
}


.content-wrapper {
    background-color: #f7f7f7;
    margin-bottom: 20px;
}

.card {
    border: none;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
}

.btn-primary:hover {
    color: #ffffff;
    background-color: #0a3abf;
    border-color: #0a3abf;
}

.btn-primary {
    color: #ffffff;
    background-color: #002ca8;
    border-color: #002ca8;
}

#search_results_list .media-body em {
    color: #000000;
    background: yellow;
    font-style: normal;
}

.nav-item.edit svg { fill: blue; }
.nav-item.delete svg { fill: red; }
.nav-item.basket_put svg { fill: orange; }

.img-fluid {
    border-radius: 0.45rem;
}

/* Right Invisible Block */
#widget_wrapper_170 {
    display: none;
}

.wiki .card {
    background: transparent;
    border: none;
    box-shadow: none;
}

.wiki .content_list_item {
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    border-radius: 0.45rem;
    padding: 1rem;
}

.wiki h3, .wiki .h3 {
    font-size: 1.1rem;
    font-weight: bold;
}

.wiki .f_teaser {
    font-size: 0.8rem;
    opacity: 0.7;
}

.edit_wlinks .edit {
    background: darkblue;
    border: none;
}
.edit_wlinks .delete {
    background: red;
    border: none;
}

.user-panel .image img, .user-panel .image .icms-profile-avatar__default, .widget-user-2 .widget-user-image>.icms-profile-avatar__default{
	border-radius: 50%;
	box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23)!important;
}
.nav-sidebar .nav-link>p>.right{top: 0.5rem;}
.nav-sidebar .menu-open>.nav-link i.right{top: 0.6rem;}
.navbar-search-block.navbar-search-open .form-control-navbar:focus{box-shadow:none}
.form-control, .btn { transition: all 0.15s!important; }
.breadcrumb:after{content: none}
.widget-user-2 .widget-user-image>.icms-profile-avatar__default {
    float: left;
    height: 65px;
    width: 65px;
}
.widget-user-2 {margin-bottom:0}
.widget-user-2 .nav-link>.counter.badge{float:right;margin-top: 4px;}
.widget-user-2 .dropdown-toggle::after{right: 19px;top: 19px;position: absolute;}
.widget-user-2 .dropdown-menu.show{width:100%}
.lte_right_bar .icms-widget__compact .nav.flex-column li a{background: #fff;}
.brand-link {
    text-align: center;
    display: flex;
    justify-content: center;
}
.icms-frontpage .content-wrapper > .col-sm > section.content:nth-child(1){padding-top:20px}
.modal-content {
    background-color: transparent;
    box-shadow: none;
    border: none;
}
.modal-header {padding: 0.25rem 0;}

.brand-link {min-height: 56px;}
.brand-link img{object-fit: contain;max-height: 40px;}
.sidebar-mini.sidebar-collapse .lte_small_logo {
    display: block !important;
}
.sidebar-mini.sidebar-collapse .lte_big_logo {
    display: none !important;
}
.layout-navbar-fixed{display:block !important}
.layout-navbar-fixed:not(.layout-fixed) .main-sidebar{top:-1px}

/*.sidebar-collapse .form-control-sidebar, .sidebar-collapse .form-control-sidebar~.input-group-append, .sidebar-collapse .sidebar-search-results {
    display: none;
} */

.sidebar-collapse .form-control-sidebar, .sidebar-collapse .form-control-sidebar~.input-group-append, .sidebar-collapse .sidebar-search-results {
    display: flex;
}

footer ul.navbar-nav li a{padding-top: 0;padding-bottom: 0;}
body .wd_scl_footer{margin:0 -20px -20px}
body .scs_slider .scs_owl_selector .item-cat a span.scs_icon{line-height: 60px;}
.main-header .sc_style_icon{height:40px}
.navbar-light .sc_style_icon .wd_sc_cart_icon .fa{color:#000 !important;}
#pm_contact .bg-gray, #user_search_panel{background-color: #eeeeee !important;color: #1f2d3d !important;}
body #sms_code_btn {margin-left: -63px;}
.gifts_list_item_meta {
    min-height: 50px;
}
a.info-box{text-decoration:none}
a.info-box .info-box-text, a.info-box .info-box-number{color:#444}


.navbar-search-block .input-group {
    width: 100% !important;
}	
.navbar-search-block .input-group input{
	z-index: 3;
	background-color: #d3d9df;
    border-color: #c7ced5!important;
    color: #ced4da;
}
.main-header .icms-user-menu {background: transparent;}
.main-header .icms-user-menu .icms-user-menu__summary{padding-top: 0 !important;padding-bottom: 0 !important;}
.main-header.navbar-light .icms-user-menu .icms-user-menu__summary .text-white, .navbar-dark .navbar-nav .icms-user-menu .nav-link{color: #444 !important}

h1, .h1 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
}
h2, .h2 {
    font-size: 1.5rem;
}
h3, .h3 {
    font-size: 1.3rem;
}
h4, .h4 {
    font-size: 1.2rem;
}
h5, .h5 {
    font-size: 1.03rem;
    font-weight: bold;
}

a {
    color: #000;
}

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


.icms-widget__transparent.card, .icms-widget__square.card {
    border: none;
    background-color: transparent;
    box-shadow: none;
}

.carousel-inner {
    border-radius: 10px;
}

.lte_list_box{display: flex;}
.lte_list_box .lte_photo_box{
	min-width: 295px;
    margin-right: 20px;
    max-width: 295px;
    overflow: hidden;
	-webkit-border-radius: 5px;
    border-radius: 5px;
	position: relative;
}
.lte_list_box .lte_photo_box a{
	-webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
	display: block;
    overflow: hidden;
	-webkit-border-radius: 5px;
    border-radius: 5px;
	height: 100%;
}
.lte_list_box .lte_photo_box a img{
	width: 100%;
    object-fit: cover;
    height: 100%;
	max-width: 100%;
    border: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
	transition: 0.5s;
	vertical-align: middle;
}
.lte_list_box:hover .lte_photo_box a img {
    transform: scale(1.1);
}
.lte_list_box .icms-content-fields{
	border: 1px solid #eee;
	padding: 18px 20px;
	flex-grow: 1;
	transition: 0.5s;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: flex;
	flex-flow: column wrap;
}
.lte_list_box .icms-content-fields .info_bar{margin: auto -20px -18px;}
.lte_list_box .lte_author_box{
	position: absolute;
    top: 10px;
    left: 10px;
	background: #e74c3c;
    width: 40px;
    height: 40px;
    padding: 4px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.lte_list_box .lte_author_box img{border-radius: 50%;}
.lte_list_box .lte_author_box span{
	position: absolute;
    background: #e74c3c;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    border-radius: 0px 3px 3px 0px;
    top: 10px;
    padding: 1px 8px 3px;
    line-height: 16px;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.3s linear;
}
.lte_list_box:hover .lte_author_box span{
	visibility: visible;
	opacity: 1;
}
.lte_list_box .icms-content-fields .lte_cat{margin-bottom: 10px;color: #e74c3c;font-weight: bold;letter-spacing: 1px;}
.lte_list_box .icms-content-fields .f_title h3 a{
	position: relative;
    display: inline;
    background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
    background-image: -webkit-linear-gradient(left, currentColor 0%, currentColor 100%);
    background-image: -o-linear-gradient(left, currentColor 0%, currentColor 100%);
    background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
    background-size: 0px 2px;
    background-position: 0px 95%;
    -webkit-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    -o-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    background-repeat: no-repeat;
    color: #222;
	font-size:22px
}
.lte_list_box:hover .icms-content-fields .f_title h3 a{background-size: 100% 2px}
.lte_list_box:hover .icms-content-fields {
	box-shadow: 0px 3px 8px rgba(37, 47, 63, 0.1);
    background: #fff;
    border: 1px solid #fff;
}
.lte_list_box .icms-content-fields .field:not(.form-group){display:flex}

.info_bar {
    background-color: #f8f9fa00;
}
.count-subscribers:after {
    left: -6px!important; }

.alert-info {
    color: #ababab;
    background-color: #f7f7f7;
    border-color: #dedede;
}

.modal-header .modal-close>svg {
    fill: #f04124;
    width: 0.8rem;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #fbfbfb;
    color: #000000;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .10);
}

.nav-treeview svg {
    height: 0.9rem;
    margin-bottom: 2px;
}

@media (max-width: 1366px) {
	.lte_list_box .lte_photo_box{min-width: 223px;}
	.lte_list_box .icms-content-fields .f_title h3 a{font-size:18px}
}
@media (max-width: 1024px) {
	.lte_list_box{flex-wrap: wrap;}
	.lte_list_box .lte_photo_box{
		flex-basis: 100%;
		padding-right: 0;
		border-radius: 5px 5px 0 0;
		min-width: 100%;
	}
	.lte_list_box .lte_photo_box a, .lte_list_box .lte_photo_box a img{border-radius: 5px 5px 0 0;}
	.lte_list_box .icms-content-fields{
		flex-basis: 100%;
		border-radius: 0 0 5px 5px;
	}
	.lte_list_box .icms-content-fields .f_title h3 a{font-size:20px}
	.lte_list_box .icms-content-fields .slick-slider .slick-track{width:auto !important}
}
@media (max-width: 580px) {
        .col-sm {
         padding-right: 6px;
         padding-left: 6px;
        }
	.main-header .navbar-nav + .nav.navbar-nav{display: none;}
	.lte_right_bar{margin-top:20px}
	.lte_list_box .icms-content-fields .f_title h3 a{font-size:18px}
	.lte_list_box .lte_photo_box{margin:0!important}

.float-sm-right  {
    position: absolute;
    right: 10px;
    top: -28px;
}


}

@media (max-width: 980px) {

.top-left-search {
    display: none;
}

}

@media (min-width: 980px) {

.s-search, .f_list  {
    display: none;
}

.card-header {
    background-color: transparent;
    font-size: 1.2rem;
}

}


#scroll-top svg {
    width: 0.7em;
    height: 0.75em;
}
#scroll-top {
    color: #7e7e7e;
    background-color: #fbfbfb5c;
    box-shadow: 0 0 6px #ccc;
    border: none;
    padding: 0px 9px 3px 9px!important;
}

.top-left-search {
    width: 40%;
    margin-left: 20px;
}

.top-left-search form {
    min-width: 100%;
    background: #5c5c5c;
    border-radius: 8px;
}

.top-left-search .form-control {
    box-shadow: none;
    color: #ccc;
}

.top-left-search .form-control:focus {
    color: #000;
    background: #efefef;
    border-radius: 8px;
}
.top-left-search .form-control:focus~.input-group-append .btn {
    color: #000;
    background: #efefef;
    border-radius: 0 8px 8px 0;
}

.top-left-search .form-control:focus {
    box-shadow: none;
}

/*
.nav-item i.nav-icon svg {
    display: none;
}

.mi-book i.nav-icon:before {
    background-color: green;
    color: red;
    content: "";
    -webkit-mask-image: url(https://cdn.club.dns-shop.ru/_nuxt/img/activity.7674063.svg);
    mask-image: url(/templates/stance/images/icons/book.svg);
    display: inline-flex;
    width: 30px;
    height: 30px;
} */

.sidebar .nav-icon {
    opacity: 0.5;
}
.sidebar .icms-svg-icon {
    vertical-align: -0.2em;
}

.sidebar i.right svg {
    width: 12px;
    height: 12px;
    opacity: 0.4;
}



.po-three .content_list {
    grid-gap: 28px;
    display: grid;
    gap: 28px;
    grid-template-columns: 40% 60%;
    grid-template-rows: minmax(min-content, max-content) 1fr;
    list-style: none;
    margin: 0;
    padding: 0;
}
.po-three .content_list .content_list_item:first-child {
    grid-row: 1 / 3;
}

.po-three .img-fluid {
    aspect-ratio: 1.47 / 1;
    object-fit: cover;
}

.po-three .content_list_item+.content_list_item { margin-top:0px }

.po-three .f_photo:not(:first-child) {
    display: inline-flex;
    width: 40%;
}

/* .po-three .content_list .content_list_item:not(:first-child) {
    display: flex;
    gap: 0 12px;
    width: 100%;
} */
