/*!
Theme Name: midpo
Theme URI: https://moinst.ru/
Author: midpo
Author URI: https://moinst.ru/
Description: midpo
Version: 1.0.0
Text Domain: midpo
*/

/*--------------------------------------------------------------
# Импорт шрифтов
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@600;700&family=Roboto+Condensed:ital,wght@0,400;0,700;1,400;1,700&display=swap");

/*--------------------------------------------------------------
# Основные стили
--------------------------------------------------------------*/
body {
	background-color: #ffffff;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1em;
	line-height: 1.5;
	color: #333333;
	font-weight: 400;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: "Oswald", sans-serif;
	font-weight: 600;
}

h1 {
	margin-bottom: 0.5em;
	padding: 10px;
}

h3 {
	display: block;
	font-size: 1.17em;
	-webkit-margin-before: 1em;
	margin-block-start: 1em;
	-webkit-margin-after: 1em;
	margin-block-end: 1em;
	-webkit-margin-start: 0px;
	margin-inline-start: 0px;
	-webkit-margin-end: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
}

p {
	text-align: justify;
	font-size: 1em;
	margin-bottom: 1em;
	line-height: 23px;
}

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

section {
	padding-top: 50px;
	padding-bottom: 50px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.top-header {
	background-color: #ffffff;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	z-index: 9;
}

/*----------------------------
	# Тopbar
------------------------------*/
/* .site-header {
	position: relative;
} */

.topbar {
	color: #ffffff;
	background-color: #1c2331;
}

.topbar-inner {
	line-height: 49px;
}

.moinst-wrap {
	display: table;
	width: 100%;
}

.moinst-wrap-cell {
	display: table-cell;
	vertical-align: middle;
}

.moinst-wrap-cell div {
	display: inline-block;
}

.moinst-wrap-cell div {
	position: relative;
	padding-left: 15px;
	padding-top: 5px;
}

.moinst-wrap-cell div:before {
	right: auto;
	left: 0;
}

.top-contact {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 16px;
	display: inline-block;
	position: relative;
	line-height: 50px;
	vertical-align: top;
}

.top-contact li {
	position: relative;
	display: inline-block;
	z-index: 1;
	padding-left: 15px;
	padding-right: 15px;
}

.top-contact li a {
	color: #ffffff;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.top-contact li:first-child {
	padding-left: 0;
}

.top-contact li:last-child {
	padding-right: 20px;
}

.top-contact i {
	margin-right: 5px;
	display: inline-block;
	width: 15px;
	height: 15px;
	border: none;
	border-radius: 50%;
	text-align: center;
	line-height: 24px;
	font-size: 16px;
}

.top-contact .moinst-hightlight-left {
	margin-right: 15px;
	padding-right: 5px;
}

.top-contact.moinst-hightlight-left:after {
	content: "";
	width: 5000px;
	height: 101%;
	right: 0;
	top: 0;
	position: absolute;
	z-index: 0;
	background-color: #ff3c00;
}

.topbar-content .moinst-wrap-cell div:before,
.top-contact li:not(:last-child):first-child:before {
	content: "";
	height: 18px;
	width: 1px;
	background-color: rgba(255, 255, 255, 0.18);
	display: block;
	position: absolute;
	right: 0;
	top: 17px;
}

.topbar-social-links {
	padding-right: 0;
}

.social-icons {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 15px;
	padding-top: 0;
	padding-bottom: 0;
}

.social-icons li a {
	border: none;
	width: 16px;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
}

.topbar-social-links .social-icons li {
	position: relative;
	min-width: auto;
	padding: 0;
	margin: 0 3px;
}

.social-icons li {
	display: inline-block !important;
	padding-left: 0;
	min-width: 23px;
	border: none;
}

.site-branding {
	float: right;
}

/*----------------------------
	# Логотип
------------------------------*/
.logo img {
	/* max-width: 100%; */
	height: auto;
	margin: 0 auto;
	/* width: 200px; */
}

/*----------------------------
	# Контакты
------------------------------*/
.top-contact {
	padding-top: 5px;
	margin: 0 auto;
}

.top-contact a {
	color: #0b0c26;
	font-size: 14px;
}

.top-contact a:hover {
	color: #ff3c00;
	text-decoration: none;
}

.phone a:before {
	font-family: "FontAwesome";
	content: "\f095";
	display: inline-block;
	padding-right: 5px;
	vertical-align: middle;
	font-size: 1.1em;
}

.mobile a:before {
	font-family: "FontAwesome";
	content: "\f10b";
	display: inline-block;
	padding-right: 5px;
	vertical-align: middle;
	font-size: 1.1em;
}

.envelope a:before {
	font-family: "FontAwesome";
	content: "\f003";
	display: inline-block;
	padding-right: 5px;
	vertical-align: middle;
	font-size: 1.1em;
}

/*--------------------------------------------------------------
	# Меню
--------------------------------------------------------------*/
.main-menu {
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.main-menu a {
	color: #0b0c26;
	text-decoration: none;
}

.main-navigation {
	clear: both;
	display: inline-block;
	vertical-align: middle;
}

/* .main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
} */

.main-navigation ul ul {
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	background-color: #ffffff;
	border-top: 3px solid #ff3c00;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
	padding: 0;
}

.main-navigation li {
	float: left;
	position: relative;
	padding: 1.5em 1em;
}

.red a {
	color: #ff3c00 !important;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #0b0c26;
	font-size: 0.9em;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 0.13px;
}

.sub-menu li {
	text-align: left;
	padding: 0.8em;
	border-bottom: 1px solid #3333;
}

.sub-menu li:hover {
	background: #cccccc;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.toggle-mnu {
	display: none;
	width: 28px;
	height: 28px;
	margin: 1.5em;
	color: #ffffff;
	text-align: center;
	float: right;
	/* align-items: center; */
}

.toggle-mnu span:after,
.toggle-mnu span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
}

.toggle-mnu span:after {
	top: 18px;
}

.toggle-mnu span {
	position: relative;
	display: block;
}

.toggle-mnu span,
.toggle-mnu span:after,
.toggle-mnu span:before {
	width: 100%;
	height: 2px;
	background-color: #0b0c26;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 2px;
}

.toggle-mnu.on span {
	background-color: transparent;
}

.toggle-mnu.on span:before {
	-webkit-transform: rotate(45deg) translate(-1px, 0px);
	transform: rotate(45deg) translate(-1px, 0px);
}

.toggle-mnu.on span:after {
	-webkit-transform: rotate(-45deg) translate(6px, -7px);
	transform: rotate(-45deg) translate(6px, -7px);
}

.toggle-mnu a:hover {
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}

.toggle-mnu a:visited {
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}

.toggle-mnu a:active {
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}

/*--------------------------------------------------------------
# Слайдер
--------------------------------------------------------------*/
.home-slider {
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
	background-color: #1c2431;
}

.slider-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-image: url("./img/logo-bsk-grey.png");
	background-repeat: no-repeat;
	background-position: top left;
	text-align: center;
	color: #ffffff;
	text-shadow: 3px 4px 5px rgba(0, 0, 0, 0.6);
	padding: 20px;
	min-height: 400px;
}

.slider-text ul {
	text-align: left;
}

.slider-image img {
	width: 100%;
}

.thumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	bottom: 0;
	right: 30px;
}

.thumbs-item {
	background-color: #1c2431;
	width: 191px;
	height: 156px;
	margin-left: 20px;
	padding: 30px;
	color: #ffffff;
	font-family: "Oswald", sans-serif;
	text-align: left;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.thumbs-item:hover {
	background-color: #ff3c00;
}

.thumbs-icon i {
	font-size: 24px;
	margin-bottom: 20px;
}

.cascading-service-card .service-up {
	margin-left: 4%;
	margin-right: 4%;
	margin-top: -1.25rem;
}

.cascading-service-card .service-up .fa {
	padding: 1.7rem;
	font-size: 2rem;
	color: #fff;
	text-align: left;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.slider-title {
	font-size: 22px;
	margin: 0 auto;
}

/*--------------------------------------------------------------
# О компании
--------------------------------------------------------------*/
.about {
	background-image: url("./img/bg/bg-1.png");
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #f1f3f5;
	padding-top: 50px;
	padding-bottom: 200px;
}

.about-text {
	background-color: #f1f3f5;
	padding: 20px;
}

.about-image img {
	width: 400px;
	height: auto;
	margin: 0 auto;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/*--------------------------------------------------------------
# Сервис
--------------------------------------------------------------*/
.services {
	background-image: url("./img/bg/service-bg.png");
}

.services-group {
	padding-top: 50px;
}

.services__item {
	padding: 10px;
	margin-bottom: 40px;
	position: relative;
	background-color: #1c2431;
	color: #ffffff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}


.services__item:hover {
	background-color: #ff3c00;
}

.services__item:hover .number {
	color: #1c2431;
}

.services__item .number {
	color: #ff3c00;
	position: absolute;
	top: -60px;
	left: 10px;
	font-size: 60px;
	font-family: "Oswald", sans-serif;
	text-shadow: 3px 4px 5px rgba(0, 0, 0, 0.6);
}

/* Footer color for sake of consistency with Navbar */
.page-footer {
	background-color: #1c2331;
	padding: 30px 0 0;
}

.navbar {
	background-color: rgba(0, 0, 0, 0.2);
}

.navbar-1 {
	background-color: #486996;
}

.custom-logo-link {
	display: inline-block;
	padding-top: 0.3125rem;
	padding-bottom: 0.3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap;
}

.content-area {
	padding-top: 50px;
	background-image: url("./img/bg/service-bg.png");
}

.page-footer,
.top-nav-collapse {
	background-color: rgba(0, 0, 0, 0.65);
}

.hr-light {
	width: 50%;
}

.rgba-black-strong,
.rgba-black-strong:after {
	background-color: rgba(0, 0, 0, 0);
}

.card {
	margin-bottom: 30px;
}

.team {
	background: linear-gradient(rgb(0, 0, 0), rgba(0, 0, 0, 0.85)), url(img/sample.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0;
}

.partners {
	background-color: #f1f4fa;
	padding-bottom: 50px;
}

.magazine-section {
	padding-bottom: 50px;
	background-image: url("./img/bg/service-bg.png");
	background-repeat: ;
}

.style-01 {
	position: relative;
}

.style-01::before,
.style-01::after {
	content: "";
	position: absolute;
	top: 80%;
	bottom: 13px;
	display: block;
	width: 50%;
	-webkit-box-shadow: 0 15px 10px #777;
	box-shadow: 0 15px 10px #777;
	z-index: -1;
	left: 10px;
}

.style-01::before {
	background: transparent;
	right: 10px;
	left: auto;
	-webkit-transform: rotate(4deg);
	transform: rotate(4deg);
}

.style-01::after {
	background: transparent;
	-webkit-transform: rotate(-4deg);
	transform: rotate(-4deg);
}

/* -. Owl Carousel -*/
.owl-controls .owl-nav>div {
	position: absolute;
	top: 50%;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	background-color: #444;
	color: #fff;
	transform: translateY(-50%);
	font-size: 22px;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.owl-controls .owl-nav>div:hover {
	background-color: #ff3115;
}

.owl-controls .owl-nav .owl-prev {
	left: -60px;
}

.owl-controls .owl-nav .owl-next {
	right: -60px;
}

.rs-carousel:hover .owl-controls .owl-nav>div {
	opacity: 1;
}

.rs-navigation-2 {
	padding-bottom: 80px;
}

.rs-navigation-2 .owl-controls .owl-nav {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.rs-navigation-2 .owl-controls .owl-nav>div {
	position: initial;
	display: inline-block;
	transform: none;
	opacity: 1 !important;
}

.rs-navigation-2 .owl-controls .owl-nav .owl-next {
	margin-left: 12px;
}

.rs-navigation-2 .owl-stage-outer {
	padding-bottom: 0 !important;
}

footer.page-footer {
	bottom: 0;
	color: #fff;
	line-height: 2em;
}

footer ul {
	padding-left: 0;
}

.menu-item {
	text-transform: uppercase;
	list-style: none;
}

.entry-content p {
	text-align: justify;
	color: #000000;
}

.page-header {
	margin-bottom: 100px;
}

/* a {
    display: inline-block;
} */

.service-sidbar {
	margin-bottom: 20px;
}

aside section {
	padding: 0;
}

#responsive-form {
	max-width: 600px
		/*-- измените это значение для установки необходимой ширины вашей формы --*/
	;
	margin: 0 auto;
	width: 100%;
}

.form-row {
	width: 100%;
}

.column-half,
.column-full {
	float: left;
	position: relative;
	padding: 0.65rem;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/**---------------- Media query ----------------**/
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.wpcf7 input[type="file"] {
	cursor: pointer;
	font-size: 12px;
	padding-top: 8px;
}

.wpcf7 input[type="text"]:focus {
	background: #fff;
}

.wpcf7-submit {
	float: right;
	background: #ca0002;
	color: #fff;
	text-transform: uppercase;
	border: none;
	padding: 8px 20px;
	cursor: pointer;
}

.wpcf7-submit:hover {
	background: #ff0000;
}

span.wpcf7-not-valid-tip {
	text-shadow: none;
	font-size: 12px;
	color: #fff;
	background: #ff0000;
	padding: 5px;
}

div.wpcf7-validation-errors {
	text-shadow: none;
	border: transparent;
	background: #f9cd00;
	padding: 5px;
	color: #9c6533;
	text-align: center;
	margin: 0;
	font-size: 12px;
}

div.wpcf7-mail-sent-ok {
	text-align: center;
	text-shadow: none;
	padding: 5px;
	font-size: 12px;
	background: #59a80f;
	border-color: #59a80f;
	color: #fff;
	margin: 0;
}

ul.pdf-list {
	list-style: none;
	padding: 0;
	text-align: justify;
}

.pdf-list li {
	padding-left: 1.3em;
	padding-bottom: 0.8em;
	text-align: left;
}

.pdf-list li:before {
	content: "\f1c1";
	/* FontAwesome Unicode */
	font-family: FontAwesome;
	float: left;
	margin-left: -1.5em;
	color: #0074d9;
}

.entry-content {
	text-align: justify;
}

.entry-content h3 {
	margin: 0 0 15px;
}

.entry-title {
	margin-bottom: 30px;
	text-align: left;
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee;
}

.wrapper {
	width: 980px;
	margin: 0 auto;
	background-color: #bdd3de;
	/* hoverflow: hidden; */
}

/* .panel {
	margin: 0 auto;
	/* 	height: 130px;   */
position: relative;
-webkit-perspective: 600px;
-moz-perspective: 600px;
}

.panel .front,
.panel .back {
	text-align: center;
}

.panel .front {
	height: inherit;
	position: absolute;
	top: 0;
	z-index: 900;
	text-align: center;
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform: rotateX(0deg) rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.panel .back {
	height: inherit;
	top: 0;
	z-index: 1000;
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.panel.flip .front {
	z-index: 900;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
}

.panel.flip .back {
	z-index: 1000;
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform: rotateX(0deg) rotateY(0deg);
}

*/ .pageform {
	border-top: 3px solid #486996;
	margin: 30px 0;
	padding: 20px;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.table {
	margin: 0 0 40px 0;
	width: 100%;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	display: table;
}

.roww {
	display: table-row;
	background: #f6f6f6;
}

.roww:nth-of-type(odd) {
	background: #e9e9e9;
}

.roww.header {
	font-weight: 900;
	color: #ffffff;
	background: #486996;
}

.cell {
	padding: 6px 12px;
	display: table-cell;
	text-align: center;
}

.owl-carousel .owl-item {
	text-align: center;
}

.smallphone .fa,
.smallmail .fa {
	color: #fff;
	font-size: 2em;
}

.widget_recent_entries ul {
	list-style-type: none;
}

.widget_recent_entries ul li {
	margin-bottom: 15px;
}

.widget_recent_entries ul li:before {
	content: "\f1ea";
	font-family: "FontAwesome";
	float: left;
	margin-left: -1.5em;
	color: #111;
}

.widget_recent_entries a {
	text-align: justify;
	color: #111;
}

.menu-dokumenty-container ul {
	list-style-type: none;
}

.menu-dokumenty-container ul li {
	margin-bottom: 15px;
}

.menu-dokumenty-container a {
	text-align: justify;
	color: #ffffff;
	display: block;
	padding: 22px 10px;
	margin-bottom: 40px;
	background-color: #1c2431;
	border: 1px solid #1c2431;
	transition: all .5s linear;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	-webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.menu-dokumenty-container a:hover {
	border: 1px solid #ff3c00;
	background-color: #ff3c00;
	-webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 90%), 0 2px 10px 0 rgb(0 0 0 / 12%);
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 90%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.menu-dokumenty-container ul li:before {
	content: "\f15c";
	font-family: "FontAwesome";
	float: left;
	left: 10px;
	position: relative;
	top: -22px;
	color: #a5a5a5;
	font-size: 35px;
	text-shadow: 1px 1px 2px #1c2431;
}

.post-thumbnail {
	margin-bottom: 20px;
}

.prokrutka {
	height: 300px;
	/* высота нашего блока */
	background: #fff;
	/* цвет фона, белый */
	border: 1px solid #c1c1c1;
	/* размер и цвет границы блока */
	overflow-y: scroll;
}


/*Profile card 4*/
.profile-card-4 .card-img-block {
	float: left;
	width: 100%;
	height: 150px;
	overflow: hidden;
}

.profile-card-4 .card-body {
	position: relative;
	background: #486996;
}

.profile-card-4 .profile {
	/*     border-radius: 50%; */
	position: absolute;
	top: -62px;
	left: 50%;
	width: 100px;
	border: 3px solid #a5c9ff;
	margin-left: -50px;
	background: #ffffff;
}

.profile-card-4 .card-img-block {
	position: relative;
}

.profile-card-4 .card-img-block>.info-box {
	position: absolute;
	background: rgba(217, 11, 225, 0.6);
	width: 100%;
	height: 100%;
	color: #fff;
	padding: 20px;
	text-align: center;
	font-size: 14px;
	-webkit-transition: 1s ease;
	transition: 1s ease;
	opacity: 0;
}

.profile-card-4 .card-img-block:hover>.info-box {
	opacity: 1;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

.profile-card-4 h5 {
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
}

.profile-card-4 .card-text {
	font-weight: 300;
	font-size: 15px;
}

.card .card-body .card-text {
	color: #333333;
	font-size: 1.1rem;
	font-weight: 700;
}

.profile-card-4 .icon-block {
	float: left;
	width: 100%;
}

.profile-card-4 .icon-block a {
	text-decoration: none;
}

.profile-card-4 i {
	display: inline-block;
	font-size: 16px;
	color: #d90be1;
	text-align: center;
	border: 1px solid #d90be1;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	margin: 0 5px;
}

.profile-card-4 i:hover {
	background-color: #d90be1;
	color: #fff;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

a.bvi-link {
	font-size: 9px !important;
}

.leftimg {
	float: left;
	/* Выравнивание по левому краю */
	margin: 7px 7px 7px 0;
	/* Отступы вокруг картинки */
}

.wp-block-image figcaption {
	text-align: center;
}

.newyear {
	background-image: url(https://moinst.ru/wp-content/uploads/2019/12/newyear2020.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 69vh;
}

.widget-title {
	margin-bottom: 50px;
	font-size: 30px;
}

.wp-block-table {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	margin-top: 15px;
	margin-bottom: 15px;
}

figure {
	margin: 0px;
}

table {
	width: 100%;
	background-color: #fff;
	box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
}

table tr:hover {
	background: #eae9ef;
}

table tr {
	padding: 5px;
}

table th,
table td {
	padding: 10px;
	text-align: center;
}

table th {
	color: #fff;
	font-family: "Oswald", sans-serif;
	background-color: #486996;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
}

@media screen and (max-width: 600px) {
	table {
		border: 0;
	}

	table thead {
		display: none;
	}

	table tr {
		margin-bottom: 10px;
		display: block;
		padding: 0;
	}

	table td {
		display: block;
		text-align: center;
		font-size: 13px;
		border-bottom: 1px dotted #ccc;
		border-right: 1px solid transparent;
		color: #fff;
		background-color: #486996;
	}

	table td:last-child {
		border-bottom: 0;
		color: #5a5a68;
		font-weight: bold;
		font-size: 20px;
		background-color: #ffffff;
	}

	table td:before {
		content: attr(data-label);
		float: left;
		text-transform: uppercase;
		font-weight: bold;
	}

	table td a {
		color: #fff;
	}
}

.view .wp-post-image {
	height: 200px;
}

.title {
	font-size: 30px;
	text-align: center;
}

.pageform {
	background: #ffffff;
	box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
	padding: 10px;
}

.pageform h3 {
	text-align: left;
}

.mobile-nav {
	position: fixed;
	bottom: 10px;
	width: 90%;
	left: 5%;
	margin: 0 auto;
	z-index: 901;
	background-color: #fff;
	padding: 5px 0;
	text-align: center;
	border-radius: 50px;
	/* border-bottom: 1px solid; */
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.mobile-nav .mob-btn {
	font-size: 24px;
	padding: 0 20px;
}

.mobile-nav .mob-btn a {
	color: #5a5a68;
}

.mobile-nav .mob-btn span {
	display: block;
	font-size: 11px;
	line-height: 11px;
	font-weight: 900;
}

.mobile-nav-wrapper {
	display: flex;
	justify-content: space-between;
}

.button_5fdd,
.button_1be3 {
	display: none !important;
}

[type=checkbox]:checked,
[type=checkbox]:not(:checked) {
	position: relative;
	opacity: 1;
	pointer-events: none;
}

.certs-img {
	border: 1px solid #111;
}
}