/*   
Theme Name: gines2
Version: 2.0
Author: GinesUfa
*/

body {
	background-color: #cce4df;
}

header {
	padding: 1rem;
	background-color: #f2f4f9;
}

img {
	max-width: 100%;
	height: auto;
}

aside.sidebar {
	position: relative;
	z-index: 1;
}

.bt-telegram {
	background: #328fec;
	color: #fff;
}

.bt-vk {
	background: #0077ff;
	color: #fff;
}

.bt-odnoklassniki {
	background: #f7931e;
	color: #fff;
}

.btn, .badge, .card, .form-control, .dropdown-menu {
	border-radius: 0;
}

.btn-soc:hover {
	color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-primary {
	background-color: #2196f3;
	border-color: #1887df;
}

.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	background-color: #1587e1;
	border-color: #1181da;
}

.btn-secondary {
	background-color: #5881a1;
	border-color: #4c7799;

}

/*.btn-light {
	background-color: #fbfff7;
	border-color: #f5f5f5;
}

.btn-light:hover {
	background-color: #fafff1;
	border-color: #cde599;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
	background-color: #dcefb6;
	border-color: #c7e190;
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgb(199 224 143 / 25%);
}*/

.btn-round {
	border-radius: 150px;
	padding-left: 1rem;
	padding-right: 1rem;
}

.badge-gines {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid transparent;
	border-radius: 4px;
}

.badge-gines+.badge-gines {
	margin-left: .25rem;
}

.badge-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid transparent;
	font-size: 10px;
	width: 20px;
	height: 20px;
	margin: -1px;
	border-radius: 4px;
}

.badge-gray {
	border-color: #d7d7d7;
	background-color: #f4f4f4;
	color: #6c6c6c
}

.badge-gray .badge-icon {
	background-color: #a9a9a9;
	border-color: #8d8d8d;
	color: white;
}

.badge-blue {
	border-color: #b6ddef;
	background-color: #e7f8ff;
	color: #004f72;
}

.badge-blue .badge-icon {
	border-color: #008bc9;
	background-color: #03A9F4;
	color: white;
}

.badge-green {
	border-color: #beda9d;
	background-color: #eafad7;
	color: #0f4612;
}

.badge-green .badge-icon {
	border-color: #6e9343;
	background-color: #8bc34a;
	color: white;
}

.badge-red {
	border-color: #e8cdc3;
	background-color: #faf2f0;
	color: #791d00;
}

.badge-red .badge-icon {
	border-color: #ca3d10;
	background-color: #ff5722;
	color: white;
}

.badge-orange {
	border-color: #f3debd;
	background-color: #fff6e8;
	color: #7c4a00;
}

.badge-orange .badge-icon {
	border-color: #d17e04;
	background-color: #ff9800;
	color: white;
}

.badge-text {
	padding: 0 5px;
	font-size: 12px;
}

.dropdown-toggle::after {
	content: '\f107';
	font-family: fag;
	border: none;
	vertical-align: unset;
	font-size: 10px;
	margin-left: 6px;
	margin-right: 2px;
}

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

h1, .h1 {
	font-size: 1.75rem;
}

h2, .h2 {
	font-size: 1.5rem;
}

h3, .h3 {
	font-size: 1.25rem;
}

h4, .h4,
h5, .h5,
h6, .h6 {
	font-size: 1rem;
}

.nav-container {
	background: #2196f3;
}


.children-list {
	list-style: none;
	padding: 0;
}

.children-list li {
	border: 1px solid #dfe4f0;
}

.children-list a {
	display: block;
	padding: 7px 15px;
	color: #495057;
	text-decoration: none;
}

.children-list a:hover {
	background: #f2f4f9;
}

.children-list li+li {
	border-top-width: 0;
}


.gallery img {
	border: 1px solid #dadada !important;
	border-radius: 4px;
}

.sitename {
	margin: 0;
	font-size: 21px;
}

.sitename>* {
	display: inline-block;
	padding: 2px 8px;
	margin: 0;
	color: #612d18;
	font-weight: 100;
	font-size: 26px;
}

.sitename .h1 {
	text-transform: uppercase;
	font-weight: bold;
}

.ssilki {
	columns: 3;
}

.ssilki a img {
	width: 100%;
	height: auto;
	border-radius: 4px;
	margin-bottom: 1rem;
}

/* WordPress Core */

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.label a {
	color: #fff;
}

.copyright {
	line-height: 50px;
	color: #fff;
}

/*=============================================*/
.vertical ul.lSPager.lSpg {
	position: absolute;
	top: 30%;
	right: 6px;
	margin: 0 !important;
	display: grid;
}

.lSSlideOuter ul {
	list-style: none !important;
}

.news-thumb {
	max-width: 117px;
	border-radius: 50% !important;
}

.news-thumb img {
	max-width: 107px;
	max-height: 107px;
	border-radius: 50% !important;
}

.contentblock {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.show-grid {
	margin-bottom: 15px;
}

.navblock {
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	display: table;
	width: 100%;
	height: 43px;
	font-size: 1.35em;
}

.navblock span {
	display: table-cell;
	vertical-align: middle;
}

.nivo-lightbox-close {
	top: 4% !important;
}

footer {
	margin: 20px -15px 0;
	padding: 0 15px;
	background: linear-gradient(#52ace0, #2686bd 60%, #105c88);
}

footer .h1 {
	color: #fff;
}
.footer_banners {
	-webkit-columns: 3;
	-moz-columns: 3;
	columns: 3;
}

.footer_banners>a {
	overflow: hidden;
	/* Fix for firefox and IE 10-11  */
	-webkit-column-break-inside: avoid;
	/* Chrome, Safari, Opera */
	page-break-inside: avoid;
	/* Firefox */
	break-inside: avoid;
	/* IE 10+ */
	break-inside: avoid-column;
}
@media (min-width: 992px) {

	.footer_banners {
		-webkit-columns: 4;
		-moz-columns: 4;
		columns: 4;
	}
}
@media (min-width: 1450px) {
	.footer_banners {
		-webkit-columns: 6;
		-moz-columns: 6;
		columns: 6;
	}
}

#sliderblock {
	list-style: none;
}

.slider {
	position: relative;
	margin-bottom: 20px;
}

.slider .s-img {
	width: 100%;
	border-radius: 4px;
}

.slider .s-info {
	position: absolute;
	top: 0;
	left: 0;
}

.slider .s-info .s-info-down {
	padding: 48px 60px;
	color: #fff !important;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.slider .s-info .s-info-down .h1 {
	font-size: 2.2em;
}

.slider .s-info .s-info-down p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200;
}

footer .post-edit-link {
	color: #fff;
}

.slider-content {
	background: rgba(0, 0, 0, 0.25);
	padding: 10px 15px;
	border-radius: 4px;
}

.slider-content1 p {
	font-size: 1em !important;
}

.tab-pane {
	background: #fff;
	padding: .5em 1em;
	border: 1px solid #ddd;
	border-top: 0;
}

.site-container {
	background: white;
	margin: 2rem auto;
	padding-top: 1rem;
	box-shadow: 0 2px 1rem rgba(0, 0, 0, 0.15);
	overflow: hidden;
}

#totop {
	cursor: pointer;
	position: fixed;
	left: 50%;
	margin: auto;
	width: 40px;
	margin-left: -20px;
	bottom: 10px;
	display: none;
	outline: none;
}

.sub-menu {
	list-style: none;
	padding: 0;
}

.mobile-block {
	display: block;
}

.mobile-block .mobile-btn {
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 45px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px 15px;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color: white;
	text-shadow: 1px 1px 1px #0000004a;
	background: rgb(255 255 255 / 25%);
	-webkit-box-shadow: 2px 2px 5px -2px #0000004a;
	box-shadow: 2px 2px 5px -2px #0000004a;
}

.mobile-block .mobile-btn .mobile-btn-bar_icon {
	position: relative;
	width: 28px;
	height: 18px;
	margin-right: 10px;
}

.mobile-block .mobile-btn .mobile-btn-bar_icon span {
	position: absolute;
	width: 100%;
	height: 2px;
	background: white;
	-webkit-box-shadow: 1px 1px 1px #0000004a;
	box-shadow: 1px 1px 1px #0000004a;
	border-radius: 2px;
	-webkit-transition: .5s transform, .25s opacity;
	-o-transition: .5s transform, .25s opacity;
	transition: .5s transform, .25s opacity;
}

.mobile-block .mobile-btn .mobile-btn-bar_icon span:nth-child(1) {
	top: 0;
}

.mobile-block .mobile-btn .mobile-btn-bar_icon span:nth-child(2) {
	top: calc(50% - 1px);
}

.mobile-block .mobile-btn .mobile-btn-bar_icon span:nth-child(3) {
	bottom: 0px;
}

.mobile-block .mobile-btn.active .mobile-btn-bar_icon span:nth-child(1) {
	top: calc(50% - 1px);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mobile-block .mobile-btn.active .mobile-btn-bar_icon span:nth-child(2) {
	opacity: 0;
}

.mobile-block .mobile-btn.active .mobile-btn-bar_icon span:nth-child(3) {
	top: calc(50% - 1px);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mobile-block .mobile-btn .mobile-btn-text {
	width: 150px;
	text-align: center;
}

#top-menu {
	position: relative;
	z-index: 2;
}

.header_nav {
	position: relative;
	display: none;
	list-style: none;
	z-index: 1;
	padding: 0;
	margin: 0;
}

.header_nav.show {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.header_nav>ul {
	padding: 0 15px;
}

.header_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

li.menu-item-has-children>a {
	margin-right: 60px;
}

ul:not(#footer-menu) li.menu-item-has-children>span.opihc {
	position: absolute;
	right: 7px;
	top: 7px;
	width: 40px;
	height: 40px;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.25);
	color: white;
}

ul:not(#footer-menu) li.menu-item-has-children li.menu-item-has-children>span.opihc {
	top: 4px;
	right: 4px;
	background: white;
	width: 30px;
	height: 30px;
}

.left_menu li.menu-item-has-children>a {
	margin-right: 40px;
}

ul.left_menu:not(#footer-menu) li.menu-item-has-children>span.opihc {
	top: 0;
	right: 0;
	width: 37px;
	height: 37px;
	background: unset;
	color: unset;
	border: 1px solid #dfe4f0;
	border-radius: 2px;
}

.header_nav .sub-menu {
	display: none;
	background: white;
}

.header_nav>li {
	position: relative;
	display: inline-block;
}

.header_nav li.show>ul.sub-menu {
	display: block;
}

.header_nav a {
	position: relative;
	text-decoration: none;
	font-size: 16px;
}

.header_nav>li>a {
	position: relative;
	z-index: 2;
	display: block;
	padding: 15px 18px;
	color: white;
	text-shadow: 0px 1px 3px #00000059;
}

.header_nav>li.current-menu-item, .header_nav>li.current-menu-ancestor {
	background: rgb(255 255 255 / 4%);
}

.header_nav li>a:only-child:after,
.header_nav li.show a:only-child:after {
	content: '';
	margin: 0;
}

.header_nav>li.menu-item>a::before {
	font-family: 'fag';
	margin-right: 5px;
}

.header_nav li a:after {
	display: none;
	position: absolute;
	right: 1rem;
	top: calc(50% - 12px);
	font-family: 'fag';
	font-weight: 300;
	content: '\f107';
}

.header_nav li.show>a:after {
	content: '\f106';
}

.header_nav>li>a i {
	margin-right: 5px;
}

.header_nav .sub-menu li {
	position: relative;
}

.header_nav .sub-menu li a {
	color: #333;
	display: block;
	padding: 10px 15px;
	font-size: 14px;
	border-top: 1px solid #f5f5f5;
}

.header_nav li>.sub-menu .sub-menu>li a:before {
	content: '- ';
}

.left_menu {
	display: none;
	list-style: none;
	padding: 0;
	margin: 0;
	/* background: #fff; */
	border-radius: 2px;
}

.left_menu.show {
	display: block;
}

.left_menu .sub-menu {
	display: none;
}

.left_menu li.show>ul.sub-menu {
	display: block;
	background: #bee5fc;
}

.left_menu ul.sub-menu li.show ul.sub-menu {
	display: block;
	background: #ffffff75;
}

.left_menu li.show ul li a {
	border-color: white;
}

.left_menu li {
	position: relative;
}

.left_menu li a {
	display: block;
	text-decoration: none;
	padding: 7px 9px;
	color: #525252;
	position: relative;
	z-index: 1;
}

.left_menu>li>a {
	background-color: #f2f4f9;

	border-bottom: 1px solid #cfd1d7;
	border-radius: 2px;
}

.left_menu>li:first-child>a {
	border-top: none;
}

.left_menu li a i {
	float: left;
	display: block;
	text-align: center;
	width: 20px !important;
	margin-right: 5px;
	margin-top: 3px;
}

.left_menu li a.bold i {
	background: white;
	min-width: 22px;
	height: 22px;
	padding: 4px;
	color: #333;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: -2px;
	margin-left: -4px;
	border-radius: 13px;
}

.left_menu li a p {
	float: left;
	margin: 0;
}

.left_menu>li>a>span.menu-title {
	display: block;
	font-weight: 400;
	text-transform: uppercase;
}

.left_menu li a small {
	display: block;
	font-style: italic;
}

.left_menu li.active>a,
.left_menu li.current-menu-ancestor>a {
	background-color: #ffffff;


	border-color: #e3e3e3;
}

.left_menu li.active ul:before {
	display: none;
}

.left_menu li ul li a {
	border-bottom: 1px solid #dfe4f0;
}

.left_menu li ul li:first-child a {
	border-radius: 2px 2px 0 0;
}

.left_menu li ul li:last-child a {
	border-bottom: 0;
}

.left_menu li ul li:hover>ul {
	top: 0px;
	left: 100%;
}

.left_menu li ul.sub-menu ul.sub-menu>li>a>span:before {
	content: '- ';
}

.left_menu li ul.sub-menu ul.sub-menu ul.sub-menu>li>a>span:before {
	content: '- - ';
}

.left_menu li a.search {
	padding: 10px 10px 15px 10px;
	clear: both;
}

.left_menu li a.search i {
	margin: 0;
	display: inline-block;
	font-size: 18px;
}

.left_menu li a.search input {
	border: 1px solid #eee;
	padding: 10px;
	background: #fff;
	outline: none;
	color: #777;
	width: 170px;
	float: left;
}

.left_menu li>a:only-child:after {
	content: "";
}

.widgets_block {
	display: none;
}

.loop-news {
	border-bottom: 1px solid #dfe4f0;
}

.loop-news .loop-title {
	font-size: 18px;
	font-family: roboto;
	text-transform: uppercase;
}

.loop-news .loop-title>a {
	color: #113861;
	text-decoration: none !important;
}

.breadcrumb {
	padding: 5px 1rem;
	border-radius: 0;
	background: white;
	border: 1px solid #dfdfdf;
}

.table thead th {
	vertical-align: middle;
}

.container-xl {
	max-width: 100%;
}

.badge {
	border: 1px solid transparent;
	font-weight: 400;
	font-size: 12px;
}

.badge-light {
	border-color: #aaaaaa;
}

.badge-primary {
	border-color: #0069da;
}

.badge-success {
	border-color: #198431;
}

.doc-item {
	position: relative;
	z-index: 0;
	padding: 10px 0;
	border-bottom: 1px solid #ececec;
}

.doc-item:hover {
	border-color: transparent;
}

.doc-item>a {
	text-decoration: none;
	display: block;
}

.doc-item:after {
	content: '';
	position: absolute;
	z-index: -1;
	left: -21px;
	top: -1px;
	width: calc(100% + 42px);
	height: calc(100% + 2px);
	border: 1px solid transparent;
	transition: .1s ease-in-out;
}

.doc-item:hover:after {
	background-color: rgb(33 150 243 / 0.15);
	border-color: rgb(33 150 243 / 0.25)
}

.loop-news-img {
	margin: -1.25rem;
	margin-right: 1rem;
}

.loop-news-img a {
	display: block;
}

.py-20 {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.ml--2 {
	margin-left: -0.5rem !important;
}

@media (min-width: 576px) {
	.doc-loop .doc-info {
		width: 32%;
	}
}

@media (min-width: 768px) {
	.ml-md--2 {
		margin-left: -0.5rem !important;
	}

	.doc-loop .doc-info {
		width: 23%;
	}
}

@media (min-width: 992px) {
	.mobile-block {
		display: none;
	}

	.header_nav,
	.header_nav.show {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}


	.header_nav>li:hover>a {
		background: #f2f4f9;
		color: #333;
		text-shadow: none;
	}

	.header_nav .sub-menu .sub-menu {
		position: absolute;
		top: 0;
		left: calc(100% - 1px);
		left: -webkit-calc(100% - 1px);
	}

	.header_nav>li>a:after {
		position: relative;
		right: unset;
		margin-left: 10px;
	}

	.header_nav li.show>a:after {
		content: '\f107';
	}

	.header_nav li:hover>.sub-menu {
		padding: 0;
		visibility: visible;
		opacity: 1;
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
	}

	.header_nav li>.sub-menu .sub-menu>li a:before {
		content: '';
	}

	.header_nav .sub-menu {
		width: 240px;
		visibility: hidden;
		opacity: 0;
		position: absolute;
		left: 0;
		z-index: 1;
		box-shadow: 8px 8px 20px -10px rgba(0, 0, 0, .5);
		display: block;
	}

	.header_nav .sub-menu li a {
		border: 1px solid #f5f5f5;
		border-bottom: 0;
	}

	.header_nav ul.sub-menu li a:only-child:after {
		content: '';
	}

	.header_nav ul.sub-menu li a:after {
		content: '\f105';
	}

	.header_nav>li.current-menu-item,
	.header_nav>li.current-menu-ancestor {
		background: unset;
	}

	.header_nav>li.current-menu-item>a,
	.header_nav>li.current-menu-ancestor>a {
		background: #f2f4f9;
		color: #612d18;
		text-shadow: none;
	}

	li.menu-item-has-children>a {
		margin-right: unset !important;
	}

	ul:not(#footer-menu) li.menu-item-has-children>span.opihc {
		display: none;
	}

	.header_nav li a:after {
		display: unset;
	}

	.left_menu,
	.left_menu.show,
	.left_menu .sub-menu {
		display: block;
	}

	.left_menu li ul,
	.left_menu li ul li ul {
		position: absolute;
		height: auto;
		min-width: 250px;
		padding: 0;
		margin: 0;
		opacity: 0;
		visibility: hidden;
		z-index: 1000;
		left: 110%;
		top: 0px;
		border-left: 7px solid transparent;
	}

	.left_menu li ul:after {
		content: "";
		position: absolute;
		top: -1px;
		left: -1px;
		background: white;
		width: calc(100% + 2px);
		height: calc(100% + 2px);
		border: 1px solid #dfe4f0;
		-webkit-box-shadow: 8px 8px 20px -10px rgba(0, 0, 0, 0.5);
		box-shadow: 8px 8px 20px -10px rgba(0, 0, 0, 0.5);
		border-radius: 2px;
		z-index: -1;
	}

	.left_menu li:hover>ul,
	.left_menu li ul li:hover>ul {
		display: block;
		opacity: 1;
		visibility: visible;
		left: 100%;
		top: 1px;
	}

	.left_menu li>a:after {
		content: '\f105';
	}

	.left_menu li:hover>a.bold {
		background-color: #425ea9;
		border-color: #425ea9;
	}

	.left_menu li:hover>a {
		background-color: #ffffff;
	}

	.left_menu li>a:after {
		position: absolute;
		right: 1rem;
		top: 0.5rem;
		content: "\f105";
		font-family: 'fag';
		font-weight: 300;
	}

	.left_menu li ul.sub-menu ul.sub-menu>li>a>span:before,
	.left_menu li ul.sub-menu ul.sub-menu ul.sub-menu>li>a>span:before {
		content: '';
	}

	.widgets_block {
		display: block;
	}

	.doc-loop .doc-info {
		width: 23%;
	}
}

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

	.doc-loop .doc-info {
		width: 19%;
	}
}

@media (min-width: 1400px) {
	.doc-loop .doc-info {
		width: 18%;
	}
}