html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	color: #1a1919;
	background-color: #171926;
	/*overflow-x: hidden;*/
}

body.mcwork-pages{
	background-color: #fff;
}

html body.cbc-page{
	background-position: center center!important;
    background-attachment: fixed;
}

#page{
	/*overflow-x: hidden;*/
}

.row{
	margin-left: -10px;
	margin-right: -10px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 10px;
    padding-left: 10px;
}

.wp-caption.aligncenter{
	margin: 0 auto;
}

iframe{
	max-width: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background: transparent;
	color: #1a1919;
	text-decoration: none;
}

.post-content a:not(.out-link1){
	border-bottom: 2px solid #E85F63;
}

.post-content .wp-caption a{
	border-bottom: none;
}

a:active,
a:hover, a:hover span {
	outline: 0;
	color: #E85F63;
	text-decoration: none;
}

:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

.clear{
	clear:both;
}

mark {
	background: #ffff00;
	color: #000000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

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

svg:not(:root) {
	overflow: visible;
}

.ie9 svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;

	-webkit-appearance: button;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	box-sizing: content-box;

	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

.padding-lr{
	padding-left: 2rem!important;
	padding-right: 2rem!important;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin: 30px 0!important;
	table-layout: fixed;
}

td,
th {
    border: 1px solid #ccc;
    padding: 10px!important;
	font-family: 'Roboto',sans-serif;
	width: 100%;
	vertical-align: top;
}

table.code td{
	word-break: break-all;
}

td h3{
	font-size: 24px!important; 
}

td ol{
	list-style-type: decimal!important;
}

.post-content td ol li {
    margin-bottom: 0;
    margin-left: 15px;
    min-height: auto;
    position: relative;
    line-height: 1.3;
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
}

.post-content td ol li:before {
	display: none;
}	

td p{
	font-family: Roboto!important;
	font-size: 16px!important;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dd,
ol,
ul,
form,
fieldset,
legend,
table,
th,
td,
caption,
hr {
	margin: 0;
	padding: 0;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

abbr[title],
dfn[title] {
	cursor: help;
}

u,
ins {
	text-decoration: none;
}

ins {
	border-bottom: none;
}

.highlight {
    background: #E85F63;
    padding: 3px 6px;
	color: #fff;
}

#page{
    
}

#content{
	width: 100%;
    margin: 0 auto;
	padding: 0;
	float: left;
}

.single-format-status #content{
	background-color: inherit;
}

.search.search-results, .search.search-no-results{
	background: #fff!important;
}

header{
    width: 100%;
	font-size: 12px;
    line-height: 14px;
}

header.mobile-head{
	height: 60px;
    padding: 0px;
    float: left;
	display: none;
}

#logo{
	float: left;
	width: 230px;
	margin-top: 12px;
}

header.mobile-head #logo{
	width: auto;
	padding: 5px 0 0 0;
}

header.mobile-head #logo img{
	height: 20px;
	position: relative;
	top: 5px;
}	

#head-content{
	float: left;
    width: 100%;
}

.head-top{
    padding: 5px 0 0;
    height: 60px;
    background: #0F111D;
}	

.head-inner{
	max-width: 1110px;
	margin: 0 auto;
}

.head-search{
	float: left;
	padding-top: 7px;
    margin-left: 20px;
}

.head-social-desktop{
    float: right;
    margin-top: 7px;
    margin-left: 15px;
}

footer .head-social-desktop{
	position: absolute;
	right: 0;
	top: -12px;
}

footer .head-social-desktop a.email-white:hover img, footer .head-social-desktop a.telegram-white:hover img, footer .head-social-desktop a.facebook-white:hover img, footer .head-social-desktop a.linkedin-white:hover img{
	filter: invert(1);
}

.head-social-desktop a{
    display: inline-block;
    height: 32px;
    width: 32px;
    background: #282B3E;
    position: relative;
    margin-right: 5px;
    border-radius: 50%;
}

.head-social-desktop a.telegram-white:hover{
    background: #34AADF;
}

.head-social-desktop a.facebook-white:hover{
    background: #3C5A9A;
}

.head-social-desktop a.linkedin-white:hover{
    background: #005dc9;
}

.head-social-desktop a img{
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.head-social{
	background: #282B3E;
	color: #fff;
	border-radius: 5px;
	padding: 10px 25px 20px;
}

#mobile-navigation .head-social{
	width: 100%;
	margin: 0 -20px;
	bottom: 0;
	border-radius: 0;
}

.head-social p{
	padding-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
	white-space: nowrap;
}

.head-social label{
	color: #767676;
}

.head-social-list{
	position: relative;
	top: 3px;
}

.head-social-list li{
	padding-right: 8px;
}

.head-bottom{
	height: 48px;
}

footer{
    /*max-width: 1200px;*/
    width: 100%;
    background-color: #000;
    margin: 0 auto;
	padding: 18px 20px;
	clear: both;
	position: relative;
}

footer .center-block-1200{
	max-width: 1120px;
}

.footer-menu{
	border-bottom: 1px solid #282B3E;
    margin-bottom: 10px;
}

.copyrate{
	color: #E85F63;
	font-size: 12px;
	
}

.design{
	color: #9a9a9a;
	font-size: 12px;
	position: absolute;
	right: 40px;
	top: 35px;	
}

.post-content-before{
	clear: both;
}

.promotion{

}

.promotion img{
	margin-left: 15px;
}

.promotion p{
	color: #7F8298;
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
	text-align: left;
}

.promotion.col-3{
	text-align: center;
}

/* 1 Поиск */
form.search-form{
	position:relative;
	margin: 0;
}

form.search-form img{
	position: absolute;
    right: 20px;
    top: 8px;
}

.search-field{
	border: none;
    width: 200px;
    height: 36px;
    background-color: #282B3E!important;
    padding: 0 46px 0 20px;
	border-radius: 5px;
	color: #fff;
}

.row-not-found{
	padding: 0 20px;
}

.comment-count{
	display: inline-block;
	width: 100%;
	color: #000;
	font-size: 12px;
}

.comment-count:before{
	color: #000;
	content: "\f27a";
	font-weight: 400;
	font-family: "Font Awesome 5 Free";
	margin-right: 5px;
	font-size: 12px;
	vertical-align: bottom;
}

@supports (-webkit-overflow-scrolling: touch) {
	.search-field{
		color: #000!important;
	}
}

/* 1 end Поиск */

/* 2 Меню*/
#site-navigation{
    padding-top: 17px;
	float: right;
}

ul.nav{
	list-style: none;
	display: inline-block;
}

ul.nav li{
	display: inline-block;
    padding-bottom: 9px;
}

.nav--main{
	margin-bottom: 10px;
}

.sidebar-left, .sidebar-right{

}

.sidebar-center{
	/*z-index: 1;*/
}

.sidebar-left .nav--main{
	padding: 15px 5px;
    background: #fff;
    border-radius: 5px;	
}

.nav--main li{
	width: 100%;
	font-size: 15px;
	line-height: 1.4;	
}

.vacancy-menu .nav--main li{
	text-transform: uppercase;
	width: auto;
}

.nav--main li:before{
    content: '\25CF';
    color: #E85F63;
    font-size: 21px;
    line-height: 1;
    vertical-align: text-bottom;
	visibility: hidden;
}

.nav--main li:hover:before, .nav--main li.current-menu-item:before{
	visibility: visible;
}

.nav--main li:hover, .nav--main li.current-menu-item{
	font-weight: 700;
}

.nav--main li:hover a, .nav--main li.current-menu-item a{
	color: #000;
}

.nav--main li a{
	padding: 0 0 0 7px;
    display: inline-block;
    max-width: calc(100% - 13px);
    line-height: 1.3;
}

.nav--two{
	margin-bottom: 20px;
}

.nav--two li{
	width: 100%;
	font-size: 15px;
	line-height: 1.4;	
}

.nav--two li:before{
    content: '\25CF';
    color: #c8cdd0;
    font-size: 21px;
    line-height: 1;
    vertical-align: top;
}

.nav--two li a{
	padding: 0 0 0 7px;
    display: inline-block;
    max-width: calc(100% - 13px);
    line-height: 1.3;
}

.headroom--unpinned nav#mobile-navigation{
	top: 60px;
}

nav#mobile-navigation{
    max-width: 100%;
    position: absolute;
    z-index: 100000;
    background: #eceff1;
    padding: 20px;
    top: 0px;
	display: none;
	height: calc(100vh - 150px);
	overflow: auto;
}

nav#mobile-navigation ul li.red-menu{
	margin-bottom: 10px;
}

.vacancy-menu{
    float: left;
    background: #000;
    width: 100%;
    padding: 21px 40px;	
}

.vacancy-menu #site-navigation {
    margin-left: 0;
    padding-top: 0;
    float: left;
}

.vacancy-menu .nav--main li a{
	color: #fff;
    font-size: 12px;	
}

.vacancy-menu .nav--main li a:hover, .vacancy-menu .nav--main li.current-menu-item a, .vacancy-menu .nav--main li.current-page-ancestor a{
	border-bottom: none;
	color: #E85F63;
}

.nav-trigger, .search-trigger{
	/* critical styles - hide the checkbox input */
	position: absolute;
	clip: rect(0, 0, 0, 0);
}

label[for="nav-trigger"],label[for="search-trigger"] {
	/* critical positioning styles */
	float: left;
	z-index: 2;
	margin: 24px 15px 18px;
	/* non-critical apperance styles */
	height: 15px;
	width: 21px;
	cursor: pointer;
	background-image: url('images/svg/burger_icon.svg');
	background-repeat: no-repeat;
	background-position: right center;
}	

label[for="search-trigger"]{
	background-image: url('images/svg/search_icon.svg');
	float: right;
	height: 18px;
}

.mobile-head .login-link{
	margin: 7px 15px 4px 0;
}

.mobile-head .head-search{
	width: 100%;
    padding: 30px 0;
    background: #E85F63;
    z-index: 100000;
    position: relative;
    text-align: center;	
	display: none;
    margin-left: 0;
}	

.mobile-head form.search-form {
    display: inline-block;
	margin-left: 0;
}

p.mobile-title{
	font-size: 32px!important;
	font-family:'Roboto',sans-serif!important;
	line-height:1!important;
	font-weight: bold!important;	
	padding-top: 30px;
}

/* Make the Magic Happen */
.nav-trigger + label, nav#mobile-navigation{
	transition: left 0.2s;
}
.search-trigger:checked +label {
	background-image: url('images/close.svg');
}
.nav-trigger:checked + label{
	background-image: url('images/closemenu.svg');
	z-index: 1000000000;
	position: absolute;
	right: 20px;
}

.headroom--unpinned .nav-trigger:checked + label{
	top: 60px;
}

.nav-trigger:checked ~ nav#mobile-navigation, .search-trigger:checked ~ .mobile-head-search{
	display: block;
}

.nav--footer li a{
	color: #fff;
    font-size: 14px;
    padding: 0 15px 0 0;
    letter-spacing: -0.02em;	
}

.nav--footer li a:hover{
	color: #E85F63;
}
	
/* 2 end Меню*/

/* 3 Колонки */
article{
	position: relative;
    display: block;
    width: 100%;
    float: left;
}

.last-news{
	margin-bottom: 10px;
    background: #FBEDED;
    padding: 20px;
    border-radius: 5px;
}

.last-news-new{
	background: #FFFDEC;
	padding: 20px;
	margin-bottom: 10px;
	clear: both;
}

.last-news-new.theme-day{
	padding: 10px 20px;
	background: #F1FDE8;
}

.last-news-new.theme-day p{
	font-family: 'Roboto',sans-serif;
}

.last-news-new.theme-day .widget-title{
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.05em;
	color: #00711F;
	padding-bottom: 7px;
}

.last-news-new div:not(#all-news-row) .col-12 {
	min-height: 70px;
}

.last-news-new .news-little {
	width: calc(100% - 105px);
	float: left;
	margin-bottom: 0;
}

.last-news-new .image-left{
	width: 90px;
	float: left;
	margin-right: 15px;
}

.last-news-new h2{
	font-size: 16px;
	padding: 0;
}

.last-news-new p{
	font-size: 16px;
	padding: 0;
	font-weight: 600;
}

.last-news-new .news-little-center p{
	font-size: 16px;
	padding: 0;
	font-weight: 600;
}

.last-news-new a{
	border-bottom: none;
}

.last-news-new .meta-datetime{
	padding-top: 0px;
}

.mobile-show{
	display: none!important;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
    font-size: 16px!important;
    line-height: 22px;
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img, #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post span {
    padding: 10px;
}

#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
    padding: 10px;
}
#jp-relatedposts .jp-relatedposts-items p {
    padding-left: 10px;
}

/* 3 end Колонки */

/* 4 Заголовки */

h1.row-title, h2.row-title, h3.row-title{
    text-transform: uppercase;
    font-size: 20px;
    border-left: 3px solid #E85F63;
    padding: 2px 0 2px 10px!important;
	margin-bottom: 20px!important;
	font-weight: 700!important;
}

.border-gradient h2.row-title{
	border-left: 40px solid #E85F63;
	margin-left: -40px;
}

.row-more{
	position: absolute;
    right: 40px;
    top: 5px;
}

.button, .mc-button{
	text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    padding: 16px 20px;
	font-family: 'Roboto',sans-serif;
	display: inline-block;
}

.yellow, .mc-button{
    border: solid 1px #E85F63!important;
    box-shadow: 5px 5px 0px #E85F63;
    -moz-box-shadow: 5px 5px 0px #E85F63;
    -webkit-box-shadow: 5px 5px 0px #E85F63;
    background: #fff!important;
    color: #000!important;
    font-size: 12px!important;	
}

.club-button{
    border: solid 1px #22948D;
    box-shadow: 5px 5px 0px #22948D;
    -moz-box-shadow: 5px 5px 0px #22948D;
    -webkit-box-shadow: 5px 5px 0px #22948D;
    background: #fff;
    color: #000!important;
    font-size: 16px;
	font-weight: 700;
    padding: 14px 30px;
	font-family: 'Roboto',sans-serif;
	display: inline-block;	
}

.yellow-button{
	font-size: 16px;
	text-transform: none;
	color: #fff;
	font-family: 'Roboto',sans-serif;
	background: #e85f63;
	padding: 16px 42px;
	text-align: center;
	display: inline-block;
	font-weight: 400;
	border: none;
	border-radius: 5px;
}

.yellow-button:hover{
	color: #E85F63;
	background: #000;
}

.club-button:hover{
	color: #fff!important;
	background: #22948D;
	box-shadow: 5px 5px 0px #fff;
    -moz-box-shadow: 5px 5px 0px #fff;
    -webkit-box-shadow: 5px 5px 0px #fff;
}	

.yellow-inv{
    border: solid 1px #fff!important;
    box-shadow: 5px 5px 0px #E85F63;
    -moz-box-shadow: 5px 5px 0px #E85F63;
    -webkit-box-shadow: 5px 5px 0px #E85F63;
    background: #E85F63!important;
    color: #000!important;
    font-size: 12px!important;	
}

.yellow-inv:hover{
	background: #fff!important;
	border: solid 1px #E85F63!important;
}

.green{
    border: solid 1px #12834A!important;
    box-shadow: 5px 5px 0px #12834A;
    -moz-box-shadow: 5px 5px 0px #12834A;
    -webkit-box-shadow: 5px 5px 0px #12834A;
    background: #fff!important;
    color: #12834A;
    font-size: 12px!important;	
	font-weight: 700;
}

.green:hover{
	border: solid 1px #fff!important;
	color: #fff;
	background-color: #12834A!important;	
}

.button.big{
	padding: 16px 45px;
    font-size: 13px!important;	
}

.yellow:hover, .mc-button:hover{
	border: solid 1px #fff!important;
	color: #000;
	background-color: #E85F63!important;
}

.orange{
    border: solid 1px #f76d1d!important;
    box-shadow: 5px 5px 0px #f76d1d;
    -moz-box-shadow: 5px 5px 0px #f76d1d;
    -webkit-box-shadow: 5px 5px 0px #f76d1d;
    background: #fff!important;
    color: #000!important;
    font-size: 12px!important;	
}

.orange:hover{
	border: solid 1px #fff!important;
	color: #000;
	background-color: #f76d1d!important;
}

input[type="text"]{
	border: none;
    margin-right: 0px;
    padding: 10px 20px;
}

form .orange, form .yellow{
	padding: 10px 20px;
    position: relative;
    top: -3px;
}

.red{
	border-bottom: 3px solid #f76d1d;
	color: #f76d1d;
	padding: 10px 20px;	
}

/* 4 end Заголовки */

/* 5 Новости */
.meta-datetime{
    font-size: 12px;
    color: #9a9a9a;
    padding-top: 10px;
	white-space: nowrap;
}

.meta-info{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #767676;
}

.meta-eye{
	font-size: 12px;
    padding-left: 15px;
    color: #9a9a9a;
}

body:not(.spec-project) .meta-eye{
	display: none;
}

.meta-eye img{
	vertical-align: middle;
	position: relative;
    top: -1px;	
}

.news-little{
    margin-bottom: 15px;
}

.news-middle{
	margin-bottom: 20px;
}

.border-gradient .news-middle{
	margin-bottom: 0;
}

.news-middle .news-title{
	font-size: 18px;
	line-height: 25px;
	padding: 20px 0;
	display: inline-block;
	min-height: 110px;
}

.border-gradient .news-middle .news-title{
	font-size: 18px;
	line-height: 24px;
}

.category-label{
	font-size: 10px;
    font-weight: 700;
    background-color: #E85F63;
    padding: 10px;
    text-transform: uppercase;
}

.row .col:first-child .news-little{
	border:none;
}	

hr{
	background-color: #f3f3f3;
    position: relative;
    top: 20px;
    border: none;
    height: 1px;
}	

.dotted-line{
	width: 100%;
	margin: 40px 0;
	height: 10px;
	background: url(images/line.svg);
	background-repeat: no-repeat;
	background-position: center;
}

.news-little-image div.image-left img{
	border-right: 9px solid #E85F63;
    border-bottom: 9px solid #E85F63;
    width: 100%;	
}

.news-little h2{
	font-size: 16px;
    font-weight: 600;
    display: inline;
	padding-right: 10px;
}

.news-little .meta-eye{
	padding-left: 0;
	white-space: nowrap;
}

.news-little .meta-eye img {
    margin-right: 5px;
}

.news-little.news-little-image h2{
	font-size: 20px;
}	

.news-little-image div.image-left{
	margin-left: -20px;
}

.inpost .news-little-image a img{
	width: 100px;
}	

.news-little-image a:hover img{

}

.news-little-image .news-title{
    height: 100px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    font-size: 18px;
	flex-wrap: wrap;	
}

.news-little-image .news-title h2{
    font-size: 18px;
    font-weight: 400;
    max-height: 96px;
    overflow: hidden;
	padding: 0;
	width: 100%;
}

.border-gradient{
	background-color: #fafafa;
	border-style: solid;
	border-width: 5px;
	border-image-source: linear-gradient(120deg, #E85F63, #f76d1d);
	border-image-slice: 1;
    margin: 60px 0 95px;
    padding: 85px 20px;  
}
.border-gradient a img{
	background-color: #fafafa;
	border-style: solid;
	border-width: 0px;
	border-color: #fff;
	border-image-slice: 1;	
	margin: 0px;
	width: 100%;
}

.over-300{
    width: calc( 100% - 10px );
    height: 100%;
	/*background-image: linear-gradient(124deg, #E85F63, #f76b1c);*/
	position: absolute;
	top: 0;
	opacity: 0.8;
	display: none;
}

.over-620{
	width: 300px;
	height: 620px;
	background-color: #000;
	position: absolute;
	top: 0;
	opacity: 0.6;
}

.over-980{
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	opacity: 0.6;
}

a:hover .over-300{
	display: block;
}

.border-gradient a:hover img, .no-gradient a:hover img{
	/*background-color: #fafafa;
	border-style: solid;
	border-width: 10px;
	border-image-source: linear-gradient(120deg, #E85F63, #f76d1d);
	border-image-slice: 1;	*/
}

.news-banner{
	position: absolute;
	z-index: 10000;
}

.news-banner .banner-title{
	font-size: 24px;
	font-weight: bold;
	line-height: 34px;
	color: #ffffff;	
    position: absolute;
    bottom: 100px;
    width: 260px;
    left: 40px;	
}

.news-banner .banner-link{
    text-transform: uppercase;
    position: absolute;
    bottom: 40px;
    left: 40px;
    font-size: 12px;
    font-weight: 700;	
}

.banner-link{
	color: #fff;
	letter-spacing: 1px;
}

.banner-link i{
	background-color: #E85F63;
    padding: 7px 8px;
    color: #1a1919;
    margin-right: 10px;
    font-size: initial;
}

.banner-link:hover i{
	background-color: #fff;
}

.banner-link:hover{
	color: #E85F63;
}

.news-banner .category-label{
    top: 40px;
    left: 40px;
}

.news-banner-big .banner-title{
	font-size: 24px;
    font-weight: bold;
    line-height: 34px;
    color: #ffffff;
    position: absolute;
    bottom: 120px;
    width: 85%;
    left: 60px;
}

.news-banner-big .banner-link{
    text-transform: uppercase;
    position: absolute;
    bottom: 40px;
    left: 60px;
    font-size: 12px;
    font-weight: 700;	
}

.news-banner-big .category-label{
    top: 40px;
    left: 60px;
}

.news-banner-big{
	position: relative;
}

.news-banner-big img{
	width: 100%;
}
/* 5 end Новости */

/* 6 Содержимое новости */
	
h1.main-title{
	font-size: 30px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: normal;
	text-align: left;
	color: #1a1919;	
	padding: 0 0 20px;	
}

.single-format-aside h1.main-title{
	max-width: 860px;
	margin: 0 auto;
}

.single-format-aside ol, .single-format-aside .post-content ul{
	max-width: 860px;
	margin: 0 auto;
}

.single-format-aside .wq-quiz, .single-format-status .wq-quiz{
	max-width: 860px;
	margin: 0 auto;
}

.post-content{
	padding-bottom: 20px;
	border-radius: 5px;
}

.post-content h2{
	font-size: 24px;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.3;
	letter-spacing: normal;
	text-align: left;
	color: #000000;	
	padding: 20px 0 30px;
}

.single-format-standard .post-content h2{
	float: left;
	width: 100%;	
}

.post-content h3{
	font-size: 21px;
	font-weight: 700;
	margin-bottom: 20px;
}

.breadcrumbs{
	font-size: 12px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: left;
	color: #9a9a9a;
	padding-bottom: 20px;
}
.breadcrumbs a{
	color: #9a9a9a;
}

.post-content .category-label{
	position: initial;
	margin-right: 20px;
	display: inline-block;
}

.post-content .mnenie .category-label{
	position: absolute;
}

.meta-author{
	font-size: 12px;
}

.post-content p, .post-content li{
	font-family: 'Roboto',sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: #3d3e40;	
	padding-bottom: 30px;
	word-break: break-word;
}

.post-content p.wp-caption-text{
	font-family: arial;
}

.post-content li p{
	padding: 10px 0 0 0!important;
}

.post-content li{
	padding-bottom: 10px;
}	

.post-content hr{
    position: initial;
    border: none;
	height: 3px;
	background: #e85f63;
	margin: 20px 0 40px;
	clear: both;
}

.post-content ul{
	clear: both;
	padding-bottom: 30px;
}

.post-content ul li {
    /*list-style-type: none;*/ /* Прячем исходные маркеры */
	margin-left: 24px;
}
   
.post-content ul li:before {
	/*color: #e85f63;
    content: "\2022 ";
    padding-right: 24px;
    font-size: 35px;
    line-height: 0;
    display: inline-block;
    position: relative;
    top: 5px;
    margin-left: -36px;*/
}

.post-content ul li::marker{
	color: #e85f63;
	font-size: 24px;
}

.post-content table ul li {
    list-style-type: inherit;
	margin-left: 30px;
}
   
.post-content table ul li:before {
	display: none;
	content: '';
}

.post-content blockquote:not(.twitter-tweet):not(.tiktok-embed),.post-content blockquote:not(.twitter-tweet):not(.tiktok-embed) p{
	font-family: 'Roboto';
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: normal;
	text-align: left;
	color: #1a1919;
	position: relative;
}

.post-content blockquote:not(.twitter-tweet):not(.tiktok-embed){
	max-width: 860px;
	margin: 0 auto;
	clear: both;
	background: #fbeded;
	padding: 40px 0;
	margin-bottom: 20px;
}

.post-content blockquote:not(.twitter-tweet):not(.tiktok-embed):before{
	content: '“';
	font-family: 'Roboto';
	font-size: 48px;
	font-weight: bold;
	color: #e85f63;
	width: 140px;
	padding: 0;
	margin: 0;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}

.post-content blockquote:not(.twitter-tweet):not(.tiktok-embed) p {
	margin-bottom: 0;
	display: inline-block!important;
	width: calc(100% - 200px)!important;
	padding: 0;
}

.post-content ol {
	list-style-type: none; 
	counter-reset: listStyle;
}

.post-content ol li:before {
	content: counter(listStyle,decimal)".";
    counter-increment: listStyle;
    color: #e85f63;
    font-size: 45px;
    position: absolute;
    top: 0px;
    display: inline-block;
    padding-right: 29px;
    float: left;
    line-height: 50px;
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
    margin-left: -95px;
    width: 115px;
    text-align: right;
}

.post-content ol.lower-alpha li:before {
	content: counter(listStyle, lower-alpha) ".";
}

.post-content ol.lower-roman li:before {
	content: counter(listStyle, lower-roman) ".";
}

.post-content ol li::marker {
	color: #fff;
}

.single-format-status .post-content ol li:before{
	position: relative;
	width: auto;
	padding-right: 5px;
	margin-left: 0px;
}

.single-format-status .post-content ol li {
    margin-left: 0;
}	

.post-content ol[start="2"]{
   counter-reset: listStyle 1;
}

.post-content ol[start="3"]{
   counter-reset: listStyle 2;
}

.post-content ol[start="4"]{
   counter-reset: listStyle 3;
}

.post-content ol[start="5"]{
   counter-reset: listStyle 4;
}

.post-content ol[start="6"]{
   counter-reset: listStyle 5;
}

.post-content ol[start="7"]{
   counter-reset: listStyle 6;
}

.post-content ol[start="8"]{
   counter-reset: listStyle 7;
}

.post-content ol[start="9"]{
   counter-reset: listStyle 8;
}

.post-content ol[start="10"]{
   counter-reset: listStyle 9;
}

.post-content ol[start="11"]{
   counter-reset: listStyle 10;
}

.post-content ol[start="12"]{
   counter-reset: listStyle 11;
}

.post-content ol[start="13"]{
   counter-reset: listStyle 12;
}

.post-content ol[start="14"]{
   counter-reset: listStyle 13;
}

.post-content ol[start="15"]{
   counter-reset: listStyle 14;
}

.post-content ol[start="16"]{
   counter-reset: listStyle 15;
}

.post-content ol[start="17"]{
   counter-reset: listStyle 16;
}

.post-content ol[start="18"]{
   counter-reset: listStyle 17;
}

.post-content ol[start="19"]{
   counter-reset: listStyle 18;
}

.post-content ol[start="20"]{
   counter-reset: listStyle 19;
}

.post-content ol[start="21"]{
   counter-reset: listStyle 20;
}

.post-content ol[start="22"]{
   counter-reset: listStyle 21;
}

.post-content ol[start="23"]{
   counter-reset: listStyle 22;
}

.post-content ol[start="24"]{
   counter-reset: listStyle 23;
}

.post-content ol[start="25"]{
   counter-reset: listStyle 24;
}

.post-content ol[start="26"]{
   counter-reset: listStyle 25;
}

.post-content ol[start="27"]{
   counter-reset: listStyle 26;
}

.post-content ol[start="28"]{
   counter-reset: listStyle 27;
}

.post-content ol[start="29"]{
   counter-reset: listStyle 28;
}

.post-content ol[start="30"]{
   counter-reset: listStyle 29;
}

.post-content ol[start="31"]{
   counter-reset: listStyle 30;
}

.post-content ol[start="32"]{
   counter-reset: listStyle 31;
}

.post-content ol[start="33"]{
   counter-reset: listStyle 32;
}

.post-content ol[start="34"]{
   counter-reset: listStyle 33;
}

.post-content ol[start="35"]{
   counter-reset: listStyle 34;
}

.post-content ol[start="36"]{
   counter-reset: listStyle 35;
}

.post-content ol[start="37"]{
   counter-reset: listStyle 36;
}

.post-content ol[start="38"]{
   counter-reset: listStyle 37;
}

.post-content ol[start="39"]{
   counter-reset: listStyle 38;
}

.post-content ol[start="40"]{
   counter-reset: listStyle 39;
}

.post-content ol[start="41"]{
   counter-reset: listStyle 40;
}

.post-content ol[start="42"]{
   counter-reset: listStyle 41;
}

.post-content ol[start="43"]{
   counter-reset: listStyle 42;
}

.post-content ol[start="44"]{
   counter-reset: listStyle 43;
}

.post-content ol[start="45"]{
   counter-reset: listStyle 44;
}

.post-content ol[start="46"]{
   counter-reset: listStyle 45;
}

.post-content ol[start="47"]{
   counter-reset: listStyle 46;
}

.post-content ol[start="48"]{
   counter-reset: listStyle 47;
}

.post-content ol[start="49"]{
   counter-reset: listStyle 48;
}

.post-content ol[start="50"]{
   counter-reset: listStyle 49;
}

.post-content ol[start="51"]{
   counter-reset: listStyle 50;
}

.post-content ol[start="52"]{
   counter-reset: listStyle 51;
}

.post-content ol[start="53"]{
   counter-reset: listStyle 52;
}

.post-content ol[start="54"]{
   counter-reset: listStyle 53;
}

.post-content ol[start="55"]{
   counter-reset: listStyle 54;
}

.post-content ol[start="56"]{
   counter-reset: listStyle 55;
}

.post-content ol[start="57"]{
   counter-reset: listStyle 56;
}

.post-content ol[start="58"]{
   counter-reset: listStyle 57;
}

.post-content ol[start="59"]{
   counter-reset: listStyle 58;
}

.post-content ol[start="60"]{
   counter-reset: listStyle 59;
}

.post-content ol[start="61"]{
   counter-reset: listStyle 60;
}

.post-content ol[start="62"]{
   counter-reset: listStyle 61;
}

.post-content ol[start="63"]{
   counter-reset: listStyle 62;
}

.post-content ol[start="64"]{
   counter-reset: listStyle 63;
}

.post-content ol[start="65"]{
   counter-reset: listStyle 64;
}

.post-content ol[start="66"]{
   counter-reset: listStyle 65;
}

.post-content ol[start="67"]{
   counter-reset: listStyle 66;
}

.post-content ol[start="68"]{
   counter-reset: listStyle 67;
}

.post-content ol[start="69"]{
   counter-reset: listStyle 68;
}

.post-content ol[start="70"]{
   counter-reset: listStyle 69;
}

.post-content ol[start="71"]{
   counter-reset: listStyle 70;
}

.post-content ol[start="72"]{
   counter-reset: listStyle 71;
}

.post-content ol[start="73"]{
   counter-reset: listStyle 72;
}

.post-content ol[start="74"]{
   counter-reset: listStyle 73;
}

.post-content ol[start="75"]{
   counter-reset: listStyle 74;
}

.post-content ol[start="76"]{
   counter-reset: listStyle 75;
}

.post-content ol[start="77"]{
   counter-reset: listStyle 76;
}

.post-content ol[start="78"]{
   counter-reset: listStyle 77;
}

.post-content ol[start="79"]{
   counter-reset: listStyle 78;
}

.post-content ol[start="80"]{
   counter-reset: listStyle 79;
}

.post-content ol[start="81"]{
   counter-reset: listStyle 80;
}

.post-content ol[start="82"]{
   counter-reset: listStyle 81;
}

.post-content ol[start="83"]{
   counter-reset: listStyle 82;
}

.post-content ol[start="84"]{
   counter-reset: listStyle 83;
}

.post-content ol[start="85"]{
   counter-reset: listStyle 84;
}

.post-content ol[start="86"]{
   counter-reset: listStyle 85;
}

.post-content ol[start="87"]{
   counter-reset: listStyle 86;
}

.post-content ol[start="88"]{
   counter-reset: listStyle 87;
}

.post-content ol[start="89"]{
   counter-reset: listStyle 88;
}

.post-content ol[start="90"]{
   counter-reset: listStyle 89;
}

.post-content ol[start="91"]{
   counter-reset: listStyle 90;
}

.post-content ol[start="92"]{
   counter-reset: listStyle 91;
}

.post-content ol[start="93"]{
   counter-reset: listStyle 92;
}

.post-content ol[start="94"]{
   counter-reset: listStyle 93;
}

.post-content ol[start="95"]{
   counter-reset: listStyle 94;
}

.post-content ol[start="96"]{
   counter-reset: listStyle 95;
}

.post-content ol[start="97"]{
   counter-reset: listStyle 96;
}

.post-content ol[start="98"]{
   counter-reset: listStyle 97;
}

.post-content ol[start="99"]{
   counter-reset: listStyle 98;
}

.post-content ol[start="100"]{
   counter-reset: listStyle 99;
}

.post-content ol[start="100"] li h2{
	margin-left: 30px;
}

.post-content ol li{
    margin-bottom: 25px;
    margin-left: 70px;
    min-height: 65px;
    position: relative;
} 

@media only screen and (max-width: 400px){
   .post-content ol li{
    margin-left: 0px;
   }
   .post-content ol li::before {
	   margin-left: 0px;
	   width: 100%;
	   margin-bottom: 15px;
	   text-align: center;
	   position: relative;
   }
}

@font-face {
    font-family: Linotype;
    src: url(Linotype.otf);
}

.partners{    
	width: 100%;
    text-align: center;
    background: url(y.png);
	background-repeat: repeat-x;
	background-position: center center;
    margin: 20px auto 35px;
	font-family:Linotype;
}

.mcwork-pages .partners{    
	max-width: 860px;
	clear: both;
}	

.partners div{
	display: inline-block;
    margin: 0 20px;
    font-size: 17px;
    position: relative;
    background: #fff;
    padding: 0 12px;
}

.partners.small div{
    margin: 0 5px;
}	
	
.partners img{
	height: auto;
	width:auto;
	max-width: 178px;
	vertical-align: middle;
}

.partners a{
	border-bottom: none;
}

.partners a.faq-link{
    background: #e85f63;
    color: #fff;
    padding: 1px 4px;
    font-size: 12px;
    position: relative;
    top: -12px;
    left: 5px;	
}


.wp-pagenavi a{
	padding: 7px 12px;
	display: inline-block;
}

.wp-pagenavi .current{
    color: #fff;
    background: #E85F63;
    padding: 7px 12px;	
}

.wp-pagenavi a:hover{
    background: #E85F63;
	color: #000;
}
	
/* 6 end Содержимое новости */

/* 7 Спецпроеты */
.special{
	text-align: center;
	color: #fff;
}

.special hr{
	width: 40px;
	height: 3px;
	background-color: #E85F63;
	top:0;
	margin: 20px 0;
}

.spec-cat{
	width: 100%;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.spec-title{
	color: #fff;
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	line-height: 34px;	
}

.special img{
	width: 100%;
}

.special .text{
	display: flex!important;
	background:none;
    align-items: flex-end;
    text-align: left;
	opacity: 1;
}

.no-gradient .dark{
	display: block;
	background:#000;
	opacity: 0.3;
	left: 0px;
	width: 100%;
	height: calc( 100% - 4px );
}

.no-gradient .orange{
	width: 100%;
}

.border-gradient .dark{
	display: block;
	background:#000;
	opacity: 0.3;
	left: 0;
	width: 100%;
	height: calc( 100% - 4px );
}
/* 7 end Спецпроеты*/

/* 8 Формы подписки */
.border-1{
	border: 1px dotted #1a1919;;
	padding: 3px;
	width: 100%;
	height: 100%;
	float: left;
}

.email-orange{
	background: url(images/email-back.jpg) no-repeat, #E85F63;
	background-position: center center;
	padding: 55px 25% 75px;
	text-align: center;
}

.email-white .email-social img{	
    height: 28px;
    display: inline-block;
    vertical-align: bottom;
    padding-right: 10px;
}

.email-white .col-12{
	padding: 55px 15% 75px;
	text-align: center!important;
}

.email-white p{
	text-align: center!important;
}

.email-white a{
	text-decoration: none!important;
	border-bottom: none!important;
}

.email-title{
	font-size: 48px;
	font-weight: bold;
	line-height: 1.25;
	padding-bottom: 25px;
}

.email-white .email-title{
	background-image: linear-gradient(to bottom, #E85F63, #f76b1c);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.42;
	text-align: center;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;	
}

.email-desc{
	font-size: 20px;
	font-weight: 500;
	line-height: 1.38;
	padding-bottom: 25px;	
}

.email-form{
	padding: 0 20% 35px;
}

.email-social{
	font-size: 20px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.38;	
}

.email-social a.telegram-link{
	font-weight: bold;
	color: #0088cc;	
}

.email-social a.facebook-link{
	font-weight: bold;
	color: #475993;	
}
/* end 8 Формы подписки */
.post-content header{
    width: 100%;
    height: auto;
    padding: 0;
    border-bottom: none;
    font-size: inherit;
    line-height: inherit;	
}

#disqus_thread{
	margin-top: 90px;
}

.alignright{
	float: right;
	margin-left: 20px;
}

.alignleft{
	float: left;
	margin-right: 20px;
}

.alignleft, .aligncenter, .alignright, .alignnone{
	max-width: 100%!important;
}

img.aligncenter{
	float: none;
	display: block;
	margin: 0 auto;
}

.mcwork-pages .wp-caption.aligncenter{
	margin: 0 auto;
}

.wp-caption-text{
    text-align: center!important;
    font-style: italic!important;
    font-size: 16px!important;	
}

.news-middle a:hover img {
    box-shadow: 5px 5px 0px #E85F63;
    -moz-box-shadow: 5px 5px 0px #E85F63;
    -webkit-box-shadow: 5px 5px 0px #E85F63;
}

.no-gradient .news-middle a:hover img, .border-gradient .news-middle a:hover img{
    /*box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;	*/
}

.intro, #buddypress .intro, .intro2, .intro3{
    background: #fbeded;
    padding: 15px!important;
    margin-bottom: 20px;
    border-left: 5px solid #e85f63;
    font-family: 'Roboto',sans-serif;
    font-size: 17px;
    float: none!important;
    text-align: left!important;
    line-height: inherit;
    border-radius: 5px;
	clear: both;
}

.mobile-ad{
	width: 100%;
	float: left;
	text-align: center;
}

.mobile-ad>div{
	width: 300px;
	display: inline-block;
}	

.slideshow-window{
	overflow: visible!important;
    background-color: inherit!important;
    border: none!important;
	margin-bottom: 90px!important;
}

.slideshow-slide-caption {
    color: #000000!important;
    text-shadow: none!important;
    position: relative!important;
    bottom: 0!important;
}	

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    margin: 15% auto; /* 15% from the top and centered */
    width: 80%; /* Could be more or less, depending on screen size */
	max-width: 700px;
	position: relative;
}

/* The Close Button */
.close {
    color: #aaa;
    font-size: 30px;
    position: absolute;
    top: 0px;
    right: 10px;
    z-index: 100;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal-content input.email{
	border: 1px solid #ddd;
}

.email-social-title{
    font-size: 21px;
    color: #f76d1d;
    padding-bottom: 20px;
}

.modal .email-white .col-12 {
    padding: 40px 15% 40px;
    text-align: center!important;
}

.wsp-posts-list li:before{
	content: ''!important;
}

.post-content .pull-left, #buddypress .pull-left{
    padding: 100px;
    background: #E85F63;
    margin-bottom: 20px;
    font-size: 25px;	
	position: relative;
	float: left;
	width: 100%;
	color: #fff;
}

.post-content .pull-left:before, #buddypress .pull-left:before{
	content: url('images/cit.png');
	position: absolute;
    top: -20px;
    left: 100px;
}

.post-content ol li.intro{
	margin: 0;
	padding: 5px 15px;
}

.post-content ol li.intro:before{
	content: counter(num) ".";
	color: inherit;
    font-size: inherit;
    position: inherit;
    float: none;
    line-height: inherit;
    font-weight: normal;
    top: 0;
    padding-right: 0;
	margin-right: 5px;
}

.rsDefaultInv, .rsDefaultInv .rsOverflow, .rsDefaultInv .rsSlide, .rsDefaultInv .rsVideoFrameHolder, .rsDefaultInv .rsThumbs{
	background: none!important;
}

.rsDefaultInv .rsGCaption {
    left: 0!important;
    text-align: center!important;
    width: 100%!important;
    font-size: 16px!important;
}

.link-moneyclub{
	/*display: none!important;*/
}

.link-vacancy a{
	color: #e84c3d;
}

.logged-in .link-moneyclub{
	display: inherit!important;
}

.link-moneyclub a{
    border: 1px solid #333;
    padding: 4px 7px!important;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 10px;
    border-radius: 3px;
    margin-left: 10px;
	margin-right: 10px;
}

.link-moneyclub a:hover, .link-moneyclub.current-menu-item a{
	color: #a9080e;
	border-color: #a9080e!important;
	border-width: 1px!important;
}

.form-pumb{
	background: #f4f4f4;
	padding: 30px 20px;
	float: left;
	margin-bottom: 30px;
}

.form-pumb label{
	width: 100%;
    display: inline-block;
    color: #000;
    font-family: 'Roboto',sans-serif;
	
}

.form-pumb span{
	color: #ff0000;
}	

.form-pumb p{
    font-size: 14px;
}

.form-pumb input[type="text"],.form-pumb input[type="tel"],.form-pumb input[type="email"],.form-pumb select{
	border: 1px solid #000;
    padding: 5px;
    width: 100%;
    margin: 10px 0 20px;	
}

.form-pumb select{
	width: 50%;
}

.category-pumb{
	background-image: url("images/pumb-big2.png"); 
	background-attachment: fixed; 
	background-repeat: no-repeat; 
	background-position: top center;
}

.category-all{
	background-attachment: fixed; 
	background-repeat: no-repeat; 
	background-position: top center;
}

/* Верстка разделов вакансий */

.mcwork-pages:not(.single-format-status):not(.single-format-aside){
	background: #ffffff;
	background-image: none!important;
}

.mcwork-pages:not(.page-template-company-main) #content .container{
	max-width: 100%!important;
	padding: 0!important;
}

.vacancy-header{
	width: 100%;
}

.vacancy-header.big{
	min-height: 600px;
}

.vacancy-header.maxbig{
	min-height: 800px;
}

.mcwork-pages .post-content table{
    max-width: 1200px;
    margin: 0 auto!important;
}

.mcwork-pages .post-content>div>p:not(.pull-left){
    padding-bottom: 20px;
    max-width: 1200px;
    display: inline-block;
    text-align: left;
    width: 100%;
}

.mcwork-pages .post-content>div>p.full-width{
    width: calc(100% + 80px);
    margin: 0 -40px;
    max-width: inherit;
}

.mcwork-pages .post-content>div>p.full-width img{
    width: 100%;
}

.mcwork-pages #content{
	max-width: 100%;
	overflow: hidden;
	background: none;
}

.mcwork-pages header{
    max-width: 100%;
    margin: 0 auto;
}

.mcwork-pages .row {
    max-width: 100%;
    margin: 0 auto;
	width: 100%;
}

.mcwork-pages .center-block-1200 .row{
	float: left;
}

.mcwork-pages .vacancy-menu{
    background: #000;
    width: 100%;
    padding: 21px 0px;
    max-width: 100%;
    margin: 0;
    position: relative;
    z-index: 999;	
}

.mcwork-pages .vacancy-menu #site-navigation{
    margin-left: 0;
    padding-top: 0;
    float: none;
    padding: 0 40px;
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    width: 100%;
}

.mcwork-pages .vacancy-header{
    max-width: 100%;
	margin-bottom: 35px;
}

.mcwork-pages .vacancy-header .col-12{
    max-width: 1200px;
    float: none;
    margin: 0 auto;
}

.mcwork-pages .golosovanie .col-12{
	float: none;
}	

.peoples.center-block-1200{
	max-width: 1200px!important;
}

.center-block-1200{
	max-width: 1200px;
	width: 100%!important;
	float: none!important;
	margin-left: auto!important;
	margin-right: auto!important;
	display: block;
	clear: both;
}

.mcwork-pages h2{
	max-width: 1200px;
}

.mcwork-pages .post-content h3, .mcwork-pages .post-content h4{
	text-align: left;
}

.mcwork-pages .post-content{
	text-align: center;
}

.mcwork-pages .post-content .pull-left {
    width: calc( 100% + 80px );
    margin: 80px -40px 80px;
	padding: 100px;
	/*float: none;*/
}

.mcwork-pages .royalSlider{
    max-width: 1200px;
    margin: 40px auto;
}	

.mcwork-pages .royalSlider.rsFullscreen{
	max-width: 100%;
	margin: 0;
}

/* Конец верстки разделов вакансий */

@media only screen and (max-width: 1599px){
	.category-pumb{
		background-image: url("images/pumb-small3.png"); 
	}	
}

.category-pumb #page{
	cursor: pointer;
}

.category-pumb #page #content{
	cursor: auto;
}

#mobile-navigation .link-moneyclub a{
	display: inline-block!important;
    line-height: 1.3!important;
    margin: 0!important;
}

#mobile-navigation .link-moneyclub:before, #mobile-navigation .link-moneyclub:after{
	content: ""!important;
}

#results img, .results img{
	width: 75px;
}

.email-pumb{
    float: left;
    position: relative;
    margin-bottom: 30px;
	width: 100%;	
	z-index: 0;
}

.form-pumb.form-yellow{
	background-color: #ffffff;
    border: solid 15px #E85F63;
	margin-bottom: 0;
	z-index: 10000;
    position: relative;
	background: url("images/email-pumb-back.png");
    background-repeat: no-repeat;
    background-position-x: 100px;
    background-position-y: bottom;
	width: 100%;
}

.form-pumb.form-red{
    margin-bottom: 0;
    background: #fff;
    border: 15px solid #d23038;
    position: relative;
	width: 100%;
}	

.email-pumb .border-black{
    border: 2px solid #000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 10px;
    left: 10px;
    z-index: 0;
}	

.email-pumb .border-red{
	border: 2px solid #d23038;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 10px;
    left: 10px;
    z-index: 0;	
}

.email-pumb .border-orange{
	border: 2px solid #F9AF4B;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 10px;
    left: 10px;
    z-index: 0;	
}

.form-pumb.form-orange{
    margin-bottom: 0;
    background: #fff;
    border: 15px solid #F9AF4B;
    position: relative;
	width: 100%;
}	

.email-pumb .border-pravex{
	border: 2px solid #F1712E;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 10px;
    left: 10px;
    z-index: 0;	
}

.form-pumb.form-pravex{
    margin-bottom: 0;
    background: #fff;
    border: 15px solid #F1712E;
    position: relative;
	width: 100%;
	padding: 10px;
}

.form-pravex h2{
	font-size: 26px;
	text-align: center;
	padding-bottom: 15px;
}

.form-pravex .form-red-desc{
    font-size: 18px;
    text-align: center;
    font-family: 'Roboto',sans-serif;
	padding-bottom: 15px;
}

.form-pravex .row{
	max-width: 480px;
    margin: 0 auto;
    float: none;	
}

.form-pravex .place_holder, .form-pumb.form-yellow .place_holder{
    left: 0px!important;
}

.email-pumb .form-pravex input[type=radio]:checked~.check:before {
    background: #f1712e;
}

.email-pumb .form-pravex input[type=radio]:checked~.check{
	border: 1px solid #f1712e!important;
}

.yes-show{
	display: none;
}

.row.form-sendpulse{
	margin: 0;
}

.form-sendpulse{
    background-color: #fff;
    border: solid 10px #E85F63;
    margin-bottom: 40px;
    position: relative;
    background: url(images/email-pumb-back.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    width: 100%;
	padding: 20px 0 0;
}

.form-sendpulse .col-12{
    max-width: 700px;
    margin: 0 auto;
    float: none;
}

.form-sendpulse .email-title{
	font-size: 24px;
    font-weight: 700;
    font-family: 'Roboto',sans-serif;
    display: inline-block;
    padding-left: 25px;
    width: 520px;
    line-height: 1.2;
    padding-bottom: 10px;
}

.form-sendpulse .email-desc{
	display: inline-block;
    padding-left: 25px;
    font-size: 16px;
    font-family: 'Roboto',sans-serif;
    width: 520px;
}

.form-sendpulse img{
    float: left;
    width: 90px;
}
	
.form-pumb.form-yellow h2{
	padding: 0 0 14px;
}

.form-pumb.form-yellow p{
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    line-height: normal;
    max-width: 475px;
    font-family: "Roboto", sans-serif;
    padding: 0 0 27px;
}

.form-pumb.form-red p, .form-pumb.form-orange p{
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    line-height: normal;
    font-family: "Roboto", sans-serif;
    padding: 0 0 27px;
}

.form-pumb.form-yellow .yellow{
	width: 100%;
    font-size: 14px!important;
    padding: 16px;
}

.place_holder {
	z-index: 100;
    left: 15px!important;
    top: 15px;
    cursor: text;
    position: absolute;
    width: 100%;
    display: none;
    color: #000;
    font-family: "Roboto",sans-serif;
	white-space: nowrap;
}

.form-red .place_holder, .form-orange .place_holder{
    left: 0px !important;
}	

.placeinput input:placeholder-shown + .place_holder {
     display: inline;
}

.placeinput input:focus + .place_holder {
     display: none!important;
}

.email-pumb .form-pumb input[type="text"], .email-pumb .form-pumb input[type="tel"], .email-pumb .form-pumb input[type="email"], .email-pumb .form-pumb select{
    padding: 15px;
    font-size: 16px;
    line-height: 1;
    font-family: "Roboto", sans-serif;
	margin: 0 0 5px;
}

.email-pumb .form-red.form-pumb input[type="text"], .email-pumb .form-red.form-pumb input[type="tel"], .email-pumb .form-red.form-pumb input[type="email"],
.email-pumb .form-orange.form-pumb input[type="text"], .email-pumb .form-orange.form-pumb input[type="tel"], .email-pumb .form-orange.form-pumb input[type="email"],
.email-pumb .form-pravex.form-pumb input[type="text"], .email-pumb .form-pravex.form-pumb input[type="tel"], .email-pumb .form-pravex.form-pumb input[type="email"]{
	padding: 15px 0;
	border: none;
	border-bottom: 2px solid #d1d1d1;
	font-weight: 500;
	color: #000000;
}

.email-pumb .form-red.form-pumb input[type="text"]:focus, .email-pumb .form-red.form-pumb input[type="tel"]:focus, .email-pumb .form-red.form-pumb input[type="email"]:focus,
.email-pumb .form-orange.form-pumb input[type="text"]:focus, .email-pumb .form-orange.form-pumb input[type="tel"]:focus, .email-pumb .form-orange.form-pumb input[type="email"]:focus{
	border-bottom: 2px solid #000;
}	

.email-pumb .form-pumb label{
	font-family: "Roboto", sans-serif;
	margin-bottom: 10px;
}

.placeinput {
    position: relative;
    overflow: hidden;
}

.place_holder span {
    color: #cbcbcb;
}

.darkred.yellow{
	width: 100%;
    font-size: 14px!important;
    border: solid 1px #d23038!important;
    box-shadow: 5px 5px 0 #d23038;
    -moz-box-shadow: 5px 5px 0 #d23038;
    -webkit-box-shadow: 5px 5px 0 #d23038;	
	padding: 16px;
}

.darkred.yellow:hover{
	background: #d23038!important;
	border: solid 1px #fff !important;
	color: #fff!important;
}

.form-orange .darkred.yellow{
	width: 100%;
    font-size: 14px!important;
    border: solid 1px #f9af4b!important;
    box-shadow: 5px 5px 0 #f9af4b;
    -moz-box-shadow: 5px 5px 0 #f9af4b;
    -webkit-box-shadow: 5px 5px 0 #f9af4b;	
	padding: 16px;
	color: #f9af4b!important;
	background: #fff!important;
}

.form-orange .darkred.yellow:hover{
	background: #f9af4b!important;
	border: solid 1px #fff!important;
	color: #fff!important;
}

.logo-book, .logo-book .col{
	position: initial;
}	

.logo-pumb{
    position: absolute;
    top: 50px;
    right: 35px;	
}

.book-pumb{
    position: absolute;
    right: -15px;
    bottom: -15px;	
}

.logo-pivden{
    position: absolute;
    right: -300px;
    top: 0;
}

.form-pumb .sp-field-nolabel .sp-field>.sp-control-label>strong {
    bottom: 30%;
}

@media screen and (max-width:768px){
	.form-pumb.form-red h2, .form-pumb.form-red p, .form-pumb.form-orange h2, .form-pumb.form-orange p, .form-pumb.form-red .sp-radio-options, 
	.form-pumb.form-yellow h2, .form-pumb.form-yellow p, .form-pumb.form-yellow .sp-radio-options{
		text-align: center;
	}
	
	.logo-pumb{
		float: left;
		max-width: 30%;
		margin-top: 50px;
		position: initial;
	}
	
	.logo-pivden{
		position: static;
		display: block;
		margin: 20px auto;
	}	
	
	.book-pumb{
		float: right;
		max-width: 60%;
		position: initial;
	}	
	
	.logo-book{
		padding-bottom: 20px;
	}
	
	.form-pumb.form-red .col-8, .form-pumb.form-red .col-6, .form-pumb.form-orange .col-8, .form-pumb.form-orange .col-6{
		width: 100%;
	}
}

/*радио баттоны*/

.email-pumb div.checks{
    display: inline-block;
    position: relative;	
}
	
.email-pumb div.checks div.check-list{
  display: inline-block;
  position: relative;
  margin-right: 15px;
}

.email-pumb div.checks div.check-list input[type=radio]{
  position: absolute;
  height: 1px;
  bottom: 10px;
  left: -4px;
}

.email-pumb div.checks div.check-list label{
	display: block;
    position: relative;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all .25s linear;
    width: auto;
    padding-left: 34px;
}

.email-pumb div.checks div.check-list:hover label{
	color: #000;
}

.email-pumb div.checks div.check-list .check{
    display: block;
    border: 1px solid #d1d1d1;
    height: 24px;
    width: 24px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
    margin-right: 10px;
    position: absolute;
    top: 0;
    left: 0;
}

.email-pumb div.checks div.check-list:hover .check {
  border: 1px solid #000;
}

.email-pumb div.checks div.check-list .check::before {
	display: block;
    position: absolute;
    content: '';
    height: 14px;
    width: 14px;
    top: 4px;
    left: 4px;
    margin: auto;
    transition: background .25s linear;
    -webkit-transition: background .25s linear;
}

.email-pumb input[type=radio]:checked ~ .check {
  border: 1px solid #d1d1d1;
}

.email-pumb input[type=radio]:checked ~ .check::before{
  background: #E85F63;
}	

.email-pumb .form-red input[type=radio]:checked ~ .check::before{
  background: #d23038;
}	

.wpcf7-form input[type="checkbox"] {
	cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    background: #ffffff;
    height: 24px;
    width: 24px;
    border: 1px solid #D1D1D1;
}

.wpcf7-form input[type="checkbox"]:checked {
    background: #ffffff;
    border: 1px solid #E85F63;
}

.wpcf7-form input[type="checkbox"]:hover {
  filter: brightness(95%);
}

.wpcf7-form input[type="checkbox"]:disabled {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.wpcf7-form input[type="checkbox"]:after {
    content: '';
    position: relative;
    left: 3px;
    top: 3px;
    width: 16px;
    height: 16px;
    border-width: 0 2px 2px 0;
    display: none;
    background: #E85F63;
}

.wpcf7-form input[type="checkbox"]:checked:after {
  display: block;
}

.wpcf7-form input[type="checkbox"]:disabled:after {
  border-color: #7b7b7b;
}	

.wpcf7-list-item .wpcf7-list-item-label{
    vertical-align: super;
    padding-left: 5px;	
}

.wpcf7-form input[type="radio"]:checked, 
.wpcf7-form input[type="radio"]:not(:checked){
    position: absolute;
    left: -9999px;
}

.wpcf7-form input[type="radio"]:checked + .wpcf7-list-item-label, 
.wpcf7-form input[type="radio"]:not(:checked) + .wpcf7-list-item-label {
    display: inline-block;
    position: relative;
    padding-left: 32px;
    line-height: 24px;
    cursor: pointer;
}

.wpcf7-form input[type="radio"]:checked + .wpcf7-list-item-label:before, 
.wpcf7-form input[type="radio"]:not(:checked) + .wpcf7-list-item-label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 24px;
    height: 24px;
    border: 1px solid #dddddd;
    background-color: #ffffff;
}

.wpcf7-form input[type="radio"]:checked + .wpcf7-list-item-label:before{
	border: 1px solid #E85F63;
}

.wpcf7-form input[type="radio"]:checked + .wpcf7-list-item-label:before, 
.wpcf7-form input[type="radio"]:not(:checked) + .wpcf7-list-item-label:before {
    border-radius: 100%;
}

.wpcf7-form input[type="radio"]:checked + .wpcf7-list-item-label:after, 
.wpcf7-form input[type="radio"]:not(:checked) + .wpcf7-list-item-label:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.wpcf7-form input[type="radio"]:checked + .wpcf7-list-item-label:after, 
.wpcf7-form input[type="radio"]:not(:checked) + .wpcf7-list-item-label:after {
    left: 4px;
    top: 4px;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background-color: #E85F63;
}

.wpcf7-form input[type="radio"]:not(:checked) + .wpcf7-list-item-label:after {
    opacity: 0;
}

.wpcf7-form input[type="radio"]:checked + .wpcf7-list-item-label:after {
    opacity: 1;
}

.wpcf7-list-item label{
	font-weight: 400!important;
}

/*Браун подписка*/
.page-id-1338 .braun-email{ /*рассылка*/
	margin: 0;
}

.page-id-1338 p.braun-speak {
    padding: 20px 400px 0 0;
}	

.braun-email{
	background: url(/wp-content/themes/supermc/images/back-braun2.jpg);
	background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
	margin: 50px 0 0;
}

.braun-email #results{
	color: #fff;
    padding: 0 0 20px;
    font-size: 21px;
}	
	
p.braun-speak{
    text-align: right;
    padding: 20px 220px 0 0;
    color: #fff;
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 14px;
}

p.braun-speak span{
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 10px 0;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
}	

p.braun-title{
    font-family: 'Roboto',sans-serif;
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    line-height: 1.1;
    letter-spacing: 2px;
    padding: 20px 0;
}

.braun-form{
	width: 75%;
    text-align: center;
    padding: 0px 50px;	
}

.braun-form input[type="email"]{
    width: 70%;
    text-align: center;
    background: none;
    border: 1px solid #fff;
    color: #fff;
    padding: 2px;
    font-size: 20px;
    margin-bottom: 10px;
}

.braun-form input[type="email"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.braun-form input[type="email"]::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.braun-form input[type="email"]:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.braun-form input[type="email"]:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.braun-form input::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
.braun-form input::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
.braun-form input:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
.braun-form input:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
.braun-form input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.braun-form input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
.braun-form input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
.braun-form input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

.braun-form input[type="submit"]{
    width: 70%;
    text-align: center;
    background: #fff;
    border: 1px solid #fff;
    color: #6c3e1b;
    font-size: 20px;
    margin-bottom: 10px;
	border-radius: 5px;
}

.braun-social{
	text-align: center!important;
}

.braun-social a{
    color: #fff;
    font-family: 'Roboto',sans-serif;
    border: none;
    font-weight: 400;
    font-size: 17px;	
}

.braun-social img{
    vertical-align: middle;
    margin-right: 10px;
	width: 40px;
}

.braun-face{
	display: none;
}	

.modal p.braun-speak{
	padding-right: 200px;
	padding-bottom: 20px;
}

.modal p.braun-speak span{
	font-size: 16px;
}

.modal p.braun-title{
	font-size: 37px;
	padding-bottom: 20px;
}

.modal .braun-social a{
	font-size: 14px;
}

.modal .braun-social a:first-child{
	padding-right: 25px!important;
}

.modal .braun-social img{
	width: 40px;
}

.modal-content{
	width: 90%;
}

/*headroom*/

.headroom {
    will-change: transform;
    transition: transform 200ms linear;
}
.headroom--pinned {
    transform: translateY(0%);
}
.headroom--unpinned {
    transform: translateY(-100%);
}

/*end headroom*/

.title-links{
	padding: 20px 0;
	color: #E85F63;
	font-size: 18px;
	font-weight: 700;
}

.single-format-aside .title-links{
    max-width: 1200px;
    margin: 0 auto;
    float: none;	
}	

.title-links a{
	padding-bottom: 7px;
	border-bottom: none;
	color: #000;
    font-size: 16px;
    display: inline-block;
    width: calc( 100% - 40px );
    vertical-align: text-top;
}

.title-links a:hover{
	color: #E85F63;
}	

/* vacancy-single */

.vacancy-header{
	background-position: top center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
	min-height: 400px;
}

.vacancy-header.vacancy-header-yellow{
	background: #E85F63!important;
}

.vacancy-header.vacancy-header-yellow .link-back, .vacancy-header.vacancy-header-yellow .vacancy-title, .vacancy-header.vacancy-header-yellow .vacancy-desc{
	color: #000;
}

.single-company .vacancy-header{
	min-height: 500px;	
}

.vacancy-header .vacancy-header-meta{
	color: #000;
	font-size: 14px;
	padding: 10px;
	background: #E85F63; 
	display: inline-block; 
	margin: 0 5px;
}	

.vacancy-header.vacancy-header-yellow .vacancy-header-meta{
	background: #fff; 
}

.vacancy-header .link-back{
    border-bottom: none;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 57px;
    display: inline-block;
	width: 49%;
	color: #fff;
}

.vacancy-header .vacancy-title{
    font-size: 48px;
    text-align: center;
    padding: 70px 0 25px;
	color: #fff;
}

.vacancy-header .vacancy-desc{
    text-align: center;
    width: 100%;	
	color: #fff;
    font-size: 24px;
    margin-bottom: 40px;	
}

.vacancy-header .vacancy-desc p{
	font-size: 20px;
    line-height: 27px;
    font-weight: 500;
    text-align: center;
    max-width: 520px;
    display: inline-block;	
	padding-bottom: 75px;
	font-family: 'Roboto', sans-serif;
}

.mcwork-pages .row.vacancy-content-single{
	margin-top: 0px;
	/*max-width: 1200px;*/
	float: none;
}

.vacancy-content h2, .page-template-tarif h2.text-center-block{
    text-transform: uppercase;
    border-left: 3px solid #E85F63;
    padding: 2px 0 2px 10px!important;
    margin-bottom: 50px!important;
    font-weight: 700!important;
    margin-top: 50px;
    display: inline-block;
    width: 100%;	
	clear: both;
	font-size: 20px;
}

.vacancy-content .col-12 h3{
	max-width: 860px;
	margin: 0 auto 20px;
}

.vacancy-content h2 span{
	text-transform: none;
	font-weight: 500!important;
}

.vacancy-content ol, .vacancy-content ul{
    max-width: 1200px;
    margin: 0 auto;	
}	

.know{
	margin-bottom: 35px;
	text-align: left;
}

.know ul li:before {
    display: none!important;
}	

.post-content .know ul li {
    list-style-type: none;
    margin: 0 10px 10px 0;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px 12px;
    line-height: 1;
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
}

a.company_logo{
    width: 49%;
    text-align: right;
    display: inline-block;	
}

a.company_logo img{
	max-width: 100px;
}

.digits{
	width: 100%;
	float: left;
	padding: 0 0 30px;
	margin: 0 -20px;
}

p.digits-title{
    font-size: 48px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #E85F63;
    font-family: 'Roboto',sans-serif;
    padding-bottom: 21px;
}

p.digits-desc{
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #1a1919;
    font-family: 'Roboto',sans-serif;
	line-height: 1.4;
}

.digits-content{
	display: inline-block;
}

.digits .col-4{
	text-align: left;
}

.hot-vacancy{
    margin-bottom: 40px;
    width: 100%;
    float: left;
	position: relative;
}

.hot-vacancy img.company-logo{
	margin-bottom: 24px;
	max-width: 30%;
}

.hot-title{
	font-size: 22px;
    margin-bottom: 10px;
    font-weight: 700;	
}
	
.hot-company{
    font-size: 16px;
    margin-bottom: 20px;	
}

.hot-company a{
	text-decoration: underline;
}	

.hot-desc p{
    font-size: 14px!important;
    margin-bottom: 7px!important;
	color: #767676;	
	padding: 0!important;
}	

.size-16.hot-desc p{
	font-size: 16px!important;
}

.widget-vacancy .hot-desc p{
	font-size: 16px!important;
}

.hot-link{
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 0.67;
	letter-spacing: 1px;
	color: #1a1919;
	text-decoration: underline;
}
/* end vacancy-single */

/* company-single */

.vacancy-header.company-header a, .vacancy-header.company-header p, .vacancy-header.company-header{
	color: #fff;
}

.vacancy-header.company-header .vacancy-desc p{
	padding-bottom: 38px;
}

.company-header-vacancy-title{
	width: 100%;
    text-align: center;
    font-size: 23px;	
	padding-bottom: 45px;
}

.company-header-vacancy-list{
	list-style: none;
	width: 100%;
	text-align: center;
	padding-bottom: 120px;
}

.company-header-vacancy-list li{
	display: inline-block;
	margin: 0 10px;
}

.company-header-vacancy-list li:not(:first-child){
	/*margin-left: 20px;*/
}

.company-header-vacancy-list li a{
	color: #1a1919!important;
	text-transform: uppercase;
	font-size: 12px;
	padding: 10px 35px;
	font-weight: 700;
	background-color: #E85F63;
	display: inline-block;
	margin-bottom: 30px;
}

.peoples{
    float: left;
    margin: 0 -20px;
    display: flex;
    justify-content: center;	
}

.peoples .people{
	padding: 0 20px;
}

.peoples .people-img{
    width: 100%;
    text-align: center;
    max-height: 228px;
    overflow: hidden;
    line-height: 200px;
	margin-bottom: 20px;	
}
.peoples .people-img a{
	border-bottom: none;
}

.peoples .people-img img{
    width: auto;
    height: auto;
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
}

.post-content .people-name{
    font-family: 'Roboto',sans-serif;
    font-size: 24px;
    font-weight: 700;
    padding: 0px 0 8px;
}

.post-content .people-prof{
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #1a1919;	
  padding-bottom: 19px;
  font-family: 'Roboto',sans-serif;
}

.post-content .people-text{
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: normal;
  color: #767676;
  padding-bottom: 19px;
}

.post-content .people-name a{
	text-decoration: none;
	border-bottom: none;
}

.post-content .people-position{
    font-family: 'Roboto',sans-serif;
    padding-bottom: 19px;
	line-height: 1.4;
}

.post-content .people-info, .people p{
    line-height: 1.4;
    font-family: 'Roboto',sans-serif;
}

.icons{
    float: left;
    margin: 0 0 25px;
}

.icons .icon{
	padding: 0 20px;
}

.icons .icon-img{
    width: 100%;
    text-align: center;
    height: 120px;
    overflow: hidden;
    line-height: 120px;
}

.icons .icon-img img{
    width: auto;
    height: auto;
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
}

.post-content .icon-img{
    padding-bottom: 0px;
}

.post-content .icon-title{
    font-family: 'Roboto',sans-serif;
    line-height: 1.4;
    text-align: center;
}

/* end company-single */

/* mc-main */
.vacancy-search{
	text-align: center;
    margin-bottom: 50px;
}

.vacancy-search .select2-container{
	width: 190px!important;
	text-align: initial;
	margin-bottom: 15px;
}

.vacancy-search .select2-container:nth-child(2n+2){
	
}	

.vacancy-search .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent;
}

.vacancy-search .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none;
    border-radius: 0;
}

.vacancy-search .select2-container .select2-selection--single{
	height: 40px;
}

.vacancy-search .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 38px;
}

.vacancy-search .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 20px;
}	

.vacancy-search .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
	right: 10px;
}
	
.vacancy-search .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000;
    font-weight: 700;
}	

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #E85F63!important;
	color: #000!important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    right: 10px;
}

.select2-hidden-accessible{
	top: 0;
	left: 0;
	display: none!important;
}

.vacancy-search .button.yellow{
    background-color: #E85F63!important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
	top: 0;
    font-size: 12px!important;
    height: 40px;
    width: 190px;
    margin-bottom: 15px;
    vertical-align: middle;
}

.hot-vacancy.vacancy-block{
    background: #f3f3f3;
    padding: 50px 20px 45px;
	min-height: 250px;	
}

.hot-vacancy.vacancy-block a.company_logo{
    position: absolute;
    top: 14px;
    right: 14px;
}

.hot-vacancy.vacancy-block .vacancy-flag{
    background-color: #E85F63;
    position: absolute;
    top: 0;
    padding: 8px 22px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
}

.company-flag{
    position: absolute;
    top: 20px;
    left: 40px;
    background-color: #E85F63;
    padding: 8px 20px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
}

.company-content p{
	padding-bottom: 10px;
}

.company-content .company-title{
	font-size: 24px;
	font-weight: 700;
}

.company-content .company-logo img{
	max-height: 70px;
	width: auto;
}

.company-content .company-desc {
    font-size: 16px;
    line-height: 24px;
    color: #1a1919;
}

.company-content .company-want{
    color: #9a9a9a;
    font-size: 14px;	
}

.company-content .company-want img{
    vertical-align: middle;
    padding-right: 20px;
    padding-bottom: 30px;
    float: left;
}

.email-vacancy{
	background: url(images/illustration-2.jpg) no-repeat, #E85F63;
	background-position: center center;
	padding: 80px 30% 80px;
	text-align: center;
	width: 100%;
	float: left;
}

.email-vacancy label.sp-control-label{
	display: none!important;
}

.col-8 .email-vacancy{
	padding: 80px 20%;
}	

.resume-vacancy.email-vacancy{
	background: url(images/email-back.jpg), #E85F63;
	margin-bottom: 40px;
}

.email-vacancy .email-title{
	font-size: 26px;
	width: 100%;
	padding-bottom: 38px;
}

.email-vacancy input[type="text"], .email-vacancy input[type="email"]{
	border: none;
    margin: 0 0 20px;
    padding: 10px 20px;
	width: 100%;
}

.email-vacancy .yellow{
    border: solid 1px #fff!important;
    box-shadow: 5px 5px 0px #fff;
    -moz-box-shadow: 5px 5px 0px #fff;
    -webkit-box-shadow: 5px 5px 0px #fff;
    background: #E85F63!important;
    color: #000!important;
    font-size: 13px!important;
	padding: 10px 40px;
}

.email-vacancy .yellow:hover, .mc-button:hover {
    border: solid 1px #E85F63!important;
    background: #fff!important;
}

.resume-vacancy.email-vacancy .select2-container{
	width: 100%!important;
	text-align: left;
	margin: 0 0 20px;
}

.resume-vacancy.email-vacancy .select2-container--default .select2-selection--single{
    background-color: #fff;
    border: none;
    border-radius: 0;
    padding: 5px 10px;
    height: 40px;
}

.resume-vacancy.email-vacancy .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    right: 10px;
}

.resume-vacancy.email-vacancy .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #757575;
}

.resume-vacancy.email-vacancy textarea{
    width: 100%;
    padding: 10px 20px;
    border: none;
    margin: 0 0 20px;
    height: 100px;
}

.resume-vacancy.email-vacancy .email-title{
    font-family: 'Roboto',sans-serif;
    text-align: center;
    margin: 0;
    padding: 0;
    font-weight: 700;
}

.company-header-title{
    font-size: 48px;
    text-align: center;
    padding: 80px 0;	
}

a.link-vacancy-company{
    position: absolute;
    right: 20px;
    border-bottom: 1px solid;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}	

.vacancy-company{
    margin: 0 -20px!important;
    width: calc( 100% + 40px );	
}

.post-content .hot-vacancy a, .post-content article.company_news a{
	border: none;
}

.post-content .hot-vacancy p.hot-title{
    font-family: 'Roboto',sans-serif;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: #3d3e40;
    padding: 0px;
	font-size: 22px;
    margin-bottom: 10px;
    font-weight: 700;	
}

.post-content .hot-vacancy p.hot-company{
    font-family: 'Roboto',sans-serif;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: #3d3e40;
    padding: 0px;
    text-decoration: underline;	
	font-size: 16px;
    margin-bottom: 20px;
    font-weight: 400;
}
 
.post-content .hot-vacancy p.hot-desc{
    font-family: 'Roboto',sans-serif;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: #767676;
    padding: 0px;
	font-size: 14px;
    margin-bottom: 22px;
    font-weight: 400;
}

.post-content article.company_news{
	margin: 0 -20px;
    width: calc( 100% + 40px );
}	
 
/*end mc-main*/

.talant-desc{
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;	
  padding-bottom: 26px;
}

.talant-prof{
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.71;
  letter-spacing: 0.5px;
  text-align: center;
  color: #1a1919!important;	
  padding-bottom: 25px;
  text-transform: uppercase;
}

.talant-title, .talant-info{
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  padding-bottom: 5px;  
}

.talant-info{
	padding-bottom: 69px;
}


#accordion{
	
}

.accordion-item{
	padding-bottom: 20px;
}

.accordion-item-header {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33;
  color: #1a1919;
  cursor: pointer;
  padding-bottom: 20px;
  padding-left: 55px;
  position: relative;
}
.accordion-item-content {
  font-family: 'Roboto',sans-serif;
  font-size: 15px;
  line-height: 1.57;
  color: #767676;
  transition: opacity .4s ease;
  visibility: hidden;
  height: 0;
  opacity: 0;  
}
.accordion-item.show .accordion-item-content {
  padding: 0px 15px 10px 55px;
  visibility: visible;
  height: auto;
  opacity: 1;
}
.accordion-item-header span .fas{
    background-color: #E85F63;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    padding: 7px 8px;
    margin-right: 20px;	
}
.accordion-item-header span{
	position: absolute;
	left: 0;
}
.accordion-item-header span .fa-long-arrow-alt-down{
	display: none;
}

.accordion-item.show .accordion-item-header span .fa-long-arrow-alt-down{
	display: inline-block;
}

.accordion-item.show .accordion-item-header span .fa-long-arrow-alt-right{
	display: none;
}

.vacancy-search a.faq-link{
	color: #E85F63!important;	
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;	
	text-decoration: underline;
	float: right;
	width: 50%;
	text-align: right;
}

a.add-vacancy-link{
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;	
	text-decoration: underline;
	float: left;
	width: 50%;
	text-align: left;
}

.golosovanie p{
	text-align: center;
	font-family: 'Roboto',sans-serif;
}

.golosovanie p.title{
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.42;
  letter-spacing: normal;
  text-align: center;
  color: #1a1919;
  padding-bottom: 18px;
}

.golosovanie p.desc{
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #9a9a9a;
  padding-bottom: 35px;
}

.golosovanie p.company-want{
	padding-top: 27px;
}

.golosovanie input{
	padding: 16px 72px;
}

.golosovanie{
	background: url('images/dotted-back.png') repeat;
	border-style: solid;
	border-width: 5px;
	border-image-source: linear-gradient(120deg, #E85F63, #f76d1d);
	border-image-slice: 1;
	margin-top: 30px;
	margin-bottom: 30px;
	float: left!important;
}

.golosovanie form{
    text-align: center;
    display: block;
    width: 50%;
    margin: 45px auto;
    background: #fff;
    padding: 30px 0;
}

.otziv{
	margin: 30px 0 50px!important;
    float: none;
    display: inline-block;	
}

.vacancy-content .otziv.no-image{
	margin: 30px -40px 40px!important;
	width: calc(100% + 80px);
	max-width: initial;
}

.otziv img{
	float: left;
    padding-right: 54px;
	max-width: 385px;
}

.otziv p.name{
    padding-top: 35px;
    font-size: 24px;
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
    color: #1a1919;	
}

.otziv p.text{
	background: url('images/kavichki.png'), #E85F63;
    padding: 41px 61px 75px 61px;	
	margin-left: 40px;
	margin-right: 40px;
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: 88%;	
}

.sp-spacer-container{
    height: 0!important;
    min-height: 0!important;
}

.sp-checkbox-option label{
	text-align: center;
}

.form-sendpulse .sp-checkbox-option label{
	text-align: left;
}

.form-sendpulse .sp-form, .form-sendpulse .sp-form .sp-field{
	padding-left: 0!important;
	padding-right: 0!important;
}

.flex-block{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
 
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;	
}

.flex-elem{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;	
}

.jetpack-video-wrapper{
	margin: 0 auto;
    display: block;
    margin-bottom: 25px;
	max-width: 640px;	
}


.mcwork-pages .rsImg.rsMainSlideImage{
	margin-left: 0!important;
}

.single-format-standard .rsImg.rsMainSlideImage{

}

.col-4 .bsaProContainer{
	display: inline-block;
	margin-bottom: 50px;
}

.content-inner .after2{
	display: none;
}

.mcwork-pages .playbuzz{
	max-width: 1200px;
	margin: 0 auto;
}

#ajax-load-more{
    width: 100%;
    float: left;	
}

.fire{
	margin-bottom: 30px;
}

.fire-title{
    display: inline-block;
    padding: 7px 20px;
    background: #FEDE38;
    font-size: 16px;
    font-weight: 700;	
}

.fire-text{
    padding: 10px 20px;
    border: 2px solid #fede38;
    background: #FFFAE1;	
}

.fire-text a{
	color: #1A1919;
    border-bottom: none;
	font-size: 18px;
}

.fire-text a:hover{
    text-decoration: underline;	
}

.new-vacancy{
	margin-bottom: 20px;
}

.single-format-status .new-vacancy.mini-vacancy{
    margin-bottom: 20px;
    max-width: 860px;
    text-align: left;
    clear: both;
    float: none;
    margin: 0 auto;
}

.new-vacancy .add-vacancy{
	position: absolute;
    right: 0;
    background: #e33636;
    color: #fff;
    padding: 7px 15px;
    border: none;	
}

.new-vacancy-elem{
	margin-bottom: 15px;
}

.new-vacancy-title{
	display: inline-block;
    padding: 7px 15px;
    background: #A8F0FF;
    font-weight: 700;	
}

.new-vacancy-list{
	padding: 15px;
	background: #E1FAFF;
	/*display: table;*/
	border-spacing: 0px 5px;
	width: 100%;
}

.new-vacancy-list p{
	font-family: Roboto!important;
    line-height: 150%!important;
	font-size: 14px;
	display: inline-block;
	padding: 0;
}	

.new-vacancy-list .new-vacancy-company{
	padding-right: 15px;
}

.new-vacancy-list .new-vacancy-meta{
	display: inline-block;
}

.new-vacancy-list img{
	max-height: 20px;
	max-width: 50px;
	vertical-align: middle;
	width: auto;
}

.new-vacancy-list .new-vacancy-name{
	font-weight: 700;
	padding-right: 15px;
	font-size: 16px;
}

.new-vacancy-list .new-vacancy-company{
	font-weight: 700;
}

.new-vacancy-list .new-vacancy-logo{

}	

.new-vacancy-name a{
	border: none;
}

.all-vacancy-button{
    background: #E85F63;
    border: none;
    padding: 8px 15px;
	margin-bottom: 20px;
}


/* Редизайн */

.comname{
	padding: 5px 15px; 
	border-radius: 15px; 
	font-weight: 700; 
	display: inline-block; 
	position: relative; 
	z-index: 10;
	font-size: 14px;
	color: #000;
}

.black-back{
	position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, #333333, transparent);
	background: -webkit-linear-gradient(90deg, #333333, transparent);
	background: -moz-linear-gradient(0deg, #333333, transparent);
	background: -o-linear-gradient(0deg, #333333, transparent);
    top: 0;
	left: 0;
    z-index: 1;	
}	

.widget-vacancy-new a{
	color: #fff;
}

.widget-vacancy-new p{
	z-index: 10;
    position: absolute;
	font-size: 18px;
	bottom: 30px;
	padding-right: 15px;
}	

.widget-vacancy-new{
	padding: 15px;
	margin-bottom: 10px;
    min-height: 200px;
    overflow: hidden;	
}

.widget-vacancy-new div:not(.comname), .widget-vacancy-new p, .widget-company div, .widget-company-new p{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}  

.widget-vacancy-new .black-back{
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}	

.widget-vacancy-new:hover p.hot-title{
	transform: translate(0,-80px);
    -webkit-transform: translate(0,-80px);
    -o-transform: translate(0,-80px);
    -moz-transform: translate(0,-80px);
}

.widget-vacancy-new:hover .comname{
	z-index: 0;
}	

.widget-vacancy-new:hover .black-back{
    background: linear-gradient(0deg,#333333d1,#333333d1);
    background: -webkit-linear-gradient(90deg,#333333d1,#333333d1);
    background: -moz-linear-gradient(0deg,#333333d1,#333333d1);
    background: -o-linear-gradient(0deg,#333333d1,#333333d1);
}

.widget-vacancy-new .vacancy-meta{
	z-index: 10;
	color: #fff;
	font-size: 14px;
	position: absolute;
	bottom: 15px;
	opacity: 1;
	width: 100%;
    padding: 0 35px 0 0;	
}

.vaccity{
	float: left;
}

.vacsalary{
	float: right;
}

.widget-vacancy-new:hover .vacancy-meta{
	opacity: 1;
}

hr.new{
	float: left;
    top: 0;
    margin: 20px 0 30px;
    width: 100%;
    background: #C8C8C8;
    height: 1px;	
}

.single-format-status .post-content hr{
	max-width: 860px;
    margin: 40px auto 40px;
}

.widget-company-new{
	border: 1px solid #c8c8c8;
	margin-bottom: 20px;
}

.widget-company-new .image-back{
	position: relative;
	padding: 15px;
}

.widget-company-new a{
	color: #fff;
}

.widget-company-new:hover .black-back{
	background: #000000b5;
}

.widget-company-new .image-back{
	min-height: 180px;
}

.widget-company-new .image-back p{
	position: absolute;
    z-index: 10;
	bottom: 15px;
	font-size: 18px;
}

.no-actual .post-content h2, .no-actual .post-content p, .no-actual .post-content li,.no-actual .post-content h3{
	color: #d2d2d2!important;
}

.no-actual form{
	display: none!important;
}

.no-actual h1.vacancy-title{
	text-decoration: line-through;	
}

.no-actual-text{
	display: none;
	padding: 10px 15px;
	margin: 10px auto;
	background: #ff0000;
	color: #fff;
}

.no-actual .no-actual-text{
	display: inline-block;
}

.fresh-posts{
	width: 100%;
	margin-bottom: 50px;	
}

.under-post h2{
	width: 100%;
	border-bottom: 5px solid #FCDF53;
	text-transform: uppercase;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.fresh-elem{
	border-bottom: 1px solid #eceff1;
	padding: 5px 0;
	float: left;
	width: 100%;
}

.fresh-elem .widget-company-vacancy-link{
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 7px 12px;
    background: #E85F63;
    margin-top: 10px;
}

.fresh-elem .widget-company-vacancy-link:hover{
	color: #E85F63;
	background: #000;
}

.fresh-posts .fresh-elem:last-child{
	border-bottom: none;
	padding-bottom: 0;
}

.fresh-posts .widget-title{
	margin-bottom: 0;
}

.fresh-elem a{
	display: inline-block;
	border: none;
}

.fresh-title{
	width: 80%;
	float: left;
}

.fresh-desc{
	width: 45%;
	float: left;
}

.fresh-image{
	width: 20%;
	float: left;
}

.widget-company-item .fresh-title{
	width: 75%;
	padding-right: 20px;
}

.widget-company-item .fresh-image{
	width: 25%;
}

.fresh-title a{
	margin-right: 15px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}

.fresh-desc a{
	margin-left: 15px;
	margin-right: 15px;
	font-size: 18px;
}

.fresh-image a{
	margin-left: 15px;
}

.company-slider .row{
	margin: 20px -10px 0px;
	width: calc(100% + 20px);
}

.company-slider .row .col-4{
	padding: 0 10px;
	width: 11.111111%;
}

.company-slider .widget-company-new{
	margin: 0;
	height: 100%;
}

.carousel-wrapper {
	overflow: hidden;
	position:relative;
}

.carousel-items {
	position: relative;
	display: flex;
}

.slider-top{
	padding: 20px;
	background: #fff;
	margin-bottom: 10px;
	border-radius: 5px;
}

.arrow-slider{
	position: absolute;
	right: 10px;
	top: -50px;
}

.arrow-slider a{
	color: #000;
	font-size: 21px;
	border-bottom: none;
}

.arrow-slider a:hover{
	color: #000;
}

.carousel-button-left, .carousel-button-right{
	display: inline-block;
}

.carousel-button-left{
	padding-right: 25px;
}

.slider-top .widget-company-new{
	border: none;
}

.slider-top a.slider-elem-title{
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	color: #000000;
	display: inline-block;
	margin-top: 10px;
	letter-spacing: -0.02em;
}

.slider-top a.slider-elem-title div{
	text-align: left!important;
}

.slider-top a.slider-elem-title div br{
	display: none;
}

#fixed-main{
	position: sticky;
	top: 10px;	
	float: left;
	width: 100%;	
}

#fixed1{
	float: left;
	width: 100%;
}

#fixed2{
	position: sticky;
	top: 10px;
	float: left;
	width: 100%;
}

/* Конец редизайн */

/* Форма заявки вакансии */

.vacancy-content .wpcf7{
    z-index: 1;
    position: relative;
    background: #fff;
}	
	
.vacancy-content .wpcf7 form{
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	border: 8px solid #E85F63;
}

.vacancy-content .wpcf7 .liqpay-button form{
	border: none;
}

.vacancy-content .wpcf7 p, .vacancy-content .wpcf7 input{
	font-family: "Roboto", serif;
	font-size: 14px;
}	

.vacancy-content .wpcf7 form .wpcf7-form-control-wrap{
	padding-bottom: 20px;
	display: block;
	float: left;
	width: 100%;
}

.vacancy-content .wpcf7 form input[type="text"], .vacancy-content .wpcf7 form input[type="email"]{
	width: 100%;
	padding: 0 0 15px 0;
	border: none;
	border-bottom: 1px solid #D1D1D1;
}	

.vacancy-content .wpcf7 form textarea, .vacancy-content .wpcf7 form select{
	border: 1px solid #D1D1D1;
	padding: 15px;
	width: 100%;
}

.vacancy-content .wpcf7 form select{
	padding: 7px 15px;
}

.vacancy-content .wpcf7 .form-border{
	max-width: 320px;
    margin: 40px auto;
}	

.wpcf7 .idorder, .wpcf7 .payment{
	display: none;
}

/*.vacancy-content .wpcf7-form.sent{
    display:none;
}*/

.liqpay-button{
	text-align: center;
    margin: 150px 0;
    width: 100%;
	/*position: absolute;
	top: 0;
	z-index: 0;*/
}

#wpcf7-f69891-o2, #wpcf7-f69918-o3{
	display: none;
}

.message-vacancy{
	text-align: center;
	margin: 150px 50px;
}

.message-vacancy p{
	font-size: 21px;
	margin-bottom: 25px;
}	

.vacancy-content .wpcf7 span.wpcf7-list-item {
    display: inline-block;
    margin: 0;
    width: 50%;
    float: left;
	margin-bottom: 5px;
}

.vacancy-content .wpcf7 label{
	display: block;
	font-weight: 700;
}

.vacancy-content .wpcf7 .button{
	width: 100%;
}

.vacancy-content .wpcf7 .button.yellow-inv{
	margin-bottom: 0;
}

.vacancy-content .wpcf7 h3{
	margin-bottom: 25px;
}

.vacancy-content .wpcf7 .qbutton{
	font-size: 12px;
	margin-bottom: 20px;
}

.vacancy-content .wpcf7 h2{
    border: none;
    text-transform: none;
    text-align: center;
    margin: 0!important;
}

.vacancy-content .wpcf7 input:-internal-autofill-selected{
	background: inherit;
}
	
/* Конец Форма заявки вакансии */

.translate-link{
    text-align: right;
    padding-bottom: 30px;
}

.translate-link.ru a,.translate-link.rus a{
	background: #2c68b2;
	padding: 5px 10px;
	color: #fff;
	border-bottom: 5px solid #ffe043;
}	

.ru-lang .uk{
	display: none;
}

.uk-lang .ru{
	display: none;
}

.mcwork-pages .inpost .row, .mcwork-pages .fire .row{
	float: none;
	max-width: 860px;
}

.center-block-1200 .inpost{
	padding: 0 40px;
}

.fire{
	text-align: left;
}

.red-menu{
    background: #E33636;
    padding: 7px 2px!important;
    border-radius: 15px;
    color: #fff;
}

.blue-menu{
    background: #7af9f2;
    padding: 7px 2px!important;
    border-radius: 15px;
    color: #000;
}

.main-navigation .red-menu, .main-navigation .blue-menu{
	margin-left: 5px;
}

.red-menu a{
	color: #fff;
}

.blue-menu a{
	color: #000;
}

.red-menu a:hover, .current-menu-item.red-menu a, .blue-menu a:hover, .current-menu-item.blue-menu a{
	border: none!important;
}

.red-menu:before, .red-menu:after, .blue-menu:before, .blue-menu:after{
	display: none!important;
}

a.add-vacancy:hover span{
	color: #fff;
}

.medok-info{
	display: block;
    width: 50%;
    float: right;
    position: relative;
    top: -23px;
    font-size: 12px;	
}

.wq_quizCtr.listquiz_quiz .card:not(.no-image) .desc{
    display: block!important;
    align-items: left;
    justify-content: left;
	position: relative!important;
	padding: 25px 0!important;
}

.wq_quizCtr.listquiz_quiz .card:not(.no-image) .desc div{
    font-size: 18px;
	text-align: left;
	text-shadow: none;
	color: #000;
	font-family: 'Roboto',sans-serif;
	line-height: 1.4;
}

.wq_quizCtr.listquiz_quiz .wq-question-number{
	background-color: #FCE045!important;
}

.wq_quizCtr.listquiz_quiz img{
	width: auto!important;
	/*max-width: 500px;*/
}

.wq_singleAnswerCtr .wq_answerTxtCtr{
	font-weight: 400!important;
	font-family: 'Roboto',sans-serif;
}

.wq-trivia-question-explanation.wq_triviaQuestionExplanation{
	display: none!important;
}

.wq-result-quiz-title.wq_quizTitle{
	text-transform: uppercase;
    font-size: 20px;
    border-left: 3px solid #E85F63;
    padding: 2px 0 2px 10px!important;
    margin: 25px 0;
    font-weight: 700!important;	
}

.wq-share.wq_shareCtr p{
	font-size: 18px!important;
    font-family: Roboto,serif;
    padding: 10px 0 0;
    font-weight: 700;
}

.first-number{
    background: #E85F63;
    color: #fff;
    padding: 10px 15px;
    margin-right: 15px;
    float: left;
}

.category-all.short-header .header-wraper{
	max-width: 1200px;
	margin: 0 auto;
	cursor: auto;
}

.category-all.short-header #page{
	cursor: pointer;
}

.category-all.short-header #content, .category-all.short-header footer{
	cursor: auto;
}

/* Донаты */

.page-template-tarif{
	text-align: center;
}

.donation-block{
	width: 850px;
	max-width: calc(100% - 40px);
	height: 530px;
	border: 5px solid #E85F63;
	box-sizing: border-box;
	display: inline-block;
	margin: 15px;
	padding: 25px;
	text-align: center;
	position: relative;
	vertical-align: text-top;
}

.donation-block-big{
	height: auto;
    padding-bottom: 90px;
}

.donation-block-big .row{
	max-width: 700px;
}

.donation-block-big ul{
	max-width: 300px;
	margin: 0 auto;
}

.donation-block h3{
	font-size: 20px;
	line-height: 26px;
	color: #231400;
	font-weight: 500;
	margin-bottom: 11px;
	text-align: center!important;
}

.donation-block h4{
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 16px;
	text-align: center!important;
}

.donation-block h5{
	font-size: 16px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 12px;
	color: #838383;
}

.donation-block ul{
	text-align: left;
	margin-bottom: 15px;
}

.donation-block ul li{
	font-family: 'Roboto',sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #231400;
	margin-bottom: 10px;
	padding-bottom: 0;
	margin-left: 17px;
}

.donation-block ul li:before{
	font-size: 27px;
	top: 4px;
    left: 4px;
    margin-left: -24px;
	padding-right: 10px;
}

.donation-footer{
	position: absolute;
	width: 100%;
	bottom: 25px;
    left: 0;
}

.donation-block div.checks{
    display: inline-block;
    position: relative;	
	margin-bottom: 25px;
}
	
.donation-block div.checks div.check-list{
  display: inline-block;
  position: relative;
  margin-right: 15px;
}

.donation-block div.checks div.check-list input[type=radio]{
  position: absolute;
  height: 1px;
  bottom: -4px;
  left: -4px;
}

.donation-block div.checks div.check-list label{
	display: block;
    position: relative;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all .25s linear;
    width: auto;
    padding-left: 34px;
}

.donation-block div.checks div.check-list:hover label{
	color: #000;
}

.donation-block div.checks div.check-list .check{
    display: block;
    border: 1px solid #d1d1d1;
    height: 24px;
    width: 24px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
    margin-right: 10px;
    position: absolute;
    top: 0;
    left: 0;
	border-radius: 50%;
}

.donation-block div.checks div.check-list:hover .check {
  border: 1px solid #000;
}

.donation-block div.checks div.check-list .check::before {
	display: block;
    position: absolute;
    content: '';
    height: 14px;
    width: 14px;
    top: 4px;
    left: 4px;
    margin: auto;
    transition: background .25s linear;
    -webkit-transition: background .25s linear;
	border-radius: 50%;
}

.donation-block div.checks div.check-list input[type=radio]:checked ~ .check {
  border: 1px solid #E85F63;
}

.donation-block input[type=radio]:checked ~ .check::before{
  background: #E85F63;
}	

.page-template-donate footer{
	/*display: none;*/
}

.woocommerce-notices-wrapper, #order_review_heading, .optional, .woocommerce-checkout #payment ul.payment_methods, .product-quantity{
	display: none!important;
}

.woocommerce .woocommerce-checkout .col2-set .col-1,
.woocommerce .woocommerce-checkout .col2-set .col-2 {
    width: 100% !important;
}

.woocommerce .woocommerce-checkout .col2-set .col-1 {
    margin-bottom: 30px;
}

.woocommerce-input-wrapper input{
	padding: 10px;
	border: 1px solid #ccc;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
	background: none!important;
}

.wc_payment_method.payment_method_liqpay-webplus{
	text-align: center!important;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
	background-color: #E85F63;
    color: #000;
	padding: 20px 60px;	
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #5ea600;
    color: #fff;
}

#share-image img{
	max-width: 800px;
	width: 100%;
}

.woocommerce-checkout .woocommerce{
	max-width: 750px;
    margin: 0 auto;
    border: 3px solid #E85F63;
    padding: 30px;
    width: 100%;
}	

.woocommerce-checkout .woocommerce p, .woocommerce-checkout .woocommerce input{
	font-family: 'Roboto'!important;
}

.thwcfd-field-radio .woocommerce-input-wrapper label{
	display: inline-block!important;
	width: auto!important;
	padding-left: 10px;
}

.woocommerce-checkout .woocommerce-input-wrapper{
	display: inline-block;
	width: 100%;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
	float: none!important;
}

.form-row.place-order{
	text-align: center;
}

.blue-button{
    margin: 50px 0;
    padding: 15px 20px;
    background: #2c68b2;
    border-bottom: none!important;
    font-family: 'Roboto',sans-serif;
    color: #fff;
    border-radius: 5px;
    display: inline-block;	
}

.blue-button img{
	vertical-align: top;
}

.donation-count{
    text-align: center!important;
    padding: 50px 0 50px!important;
    background: #E85F63;
    margin: 0 -20px 0;
    font-size: 30px;
}

.donation-count span{
	font-size: 50px;
	font-weight: 700;
}

.full-image-header img{
	width: 100%!important;
}

.full-image-header{
	background: #E85F63;
	margin-bottom: 50px;
}
.full-image-header h1{
	padding: 100px 20px;
	text-align: center;
	color: #000;
	font-size: 40px;
	font-weight: 700;
}	

.page-template-tarif .post-content p{
	color: #000;
}

.page-template-tarif .post-content p.digits-title {
    color: #E85F63;
}

.page-template-tarif .post-content .icon-img{
	padding-bottom: 10px;
}

.page-template-tarif .post-content .pull-left:before{
	display: none;
}

.page-template-tarif h2{
    text-transform: uppercase;
    margin-bottom: 0px!important;
    font-weight: 700!important;
    margin-top: 50px;
    display: inline-block;
    width: 100%;	
	clear: both;
	max-width: 100%;
}

.page-template-tarif .pull-left a{
	border-bottom: 1px solid #000;
}

.page-template-tarif .pull-left{
	margin-bottom: 0!important;
}

.page-template-tarif .post-content{
	padding-bottom: 0;
}

.page-template-tarif p.full-width{
    width: calc(100% + 40px);
    margin: 0 -20px;
    max-width: inherit;
}

.page-template-tarif p.full-width img{
    width: 100%;
}
/* Конец Донаты */

/* Брендирование */
.short-header #main{
    float: left;
    background: #fff;
	width: 100%;
	max-width: 1200px;
}

.short-header.category-all{
	background-color: #fde046;
}
/* Конец Брендирование */

/*Попап*/

.popup-inner{
	max-width: 1200px;
	margin: 0 auto;
}

.popup-title{
	font-size: 24px; 
	line-height: 32px; 
	padding-bottom: 19px;
}

.pum-theme-tema-po-umolchaniyu .pum-container{
	background: url('/wp-content/themes/supermc/images/trapeciya.png');
	background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;	
}

.sky-button{
	background: #79F9F1;
	min-width: 150px;
	padding: 12px;
	color: #000;
	font-weight: 700;
	display: inline-block;
	font-size: 11px;
    text-align: center;
	position: relative;
}

.sky-button:hover{
	text-decoration: none;
	color: #fff;
	background: #000;
}

.sky-button:before{
	content: " ";
	display: block;
	position: absolute;
	top: 7px;
	left: 6px;
	bottom: -7px;
	right: -6px;
	border: 1px solid #000;
	z-index: -1;
}

/*Конец Попап*/

.cat-label{
	font-size: 12px;
	font-weight: 700;
}

.cat-label:before{
    content: " ";
    display: inline-block;
    background: #e85f63;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: inherit;
}

.lenta-item{
	background: #fff;
	padding: 20px;
	margin-bottom: 10px;
	border-radius: 5px;
	clear: both;
}

.lenta-item h2{
	font-size: 28px;
    font-weight: 700;
	padding-top: 15px;
	padding-bottom: 10px;
}

.home-page .lenta-item h2{
	padding-bottom: 0px;
}	

.lenta-item p{
    font-size: 18px;
    line-height: 1.3;
    padding-bottom: 10px;
}	

.lenta-image{
	margin: 20px -20px;
    background-size: contain!important;
    /*height: 350px;
	border-bottom: 9px solid #E85F63;
    border-right: 9px solid #E85F63;
	padding-bottom: 62%;*/
}

.blogs-item .lenta-image {
    margin: 20px -20px 20px;
    border-bottom: none;
    border-right: none;
}

.lenta-item .lenta-image img{
	border-bottom: 9px solid #E85F63;
    border-right: 9px solid #E85F63;
	width: 100%;
}

.load-more-main{
	display: block;
    width: 100%;
    text-align: center;
    background: #E85F63;
    font-size: 12px;
    font-weight: 700;
    padding: 15px 0;
	margin-bottom: 40px;
	border-radius: 5px;
    color: #fff;
}

.load-more-main:hover{
	color: #fff;
	background: #000;
}

.widget{
	background: #ffffff;
	width: 100%;
	padding: 15px;
	border-radius: 5px;
}

.widget.widget-popular{
	column-width: 220px;
	-webkit-column-width: 220px;
	overflow: hidden;
}

h3.widget-title, div.widget-title{
    font-weight: 400;
    font-size: 20px;
    padding-bottom: 15px;
    letter-spacing: -0.02em;
}

.widget-vacancy-title{
	line-height: 1;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 3px;
}

.widget-vacancy-title:before{
    content: '\25CF';
    color: #acb1b5;
    font-size: 21px;
    line-height: 0;
    vertical-align: top;
	position: relative;
    top: 7px;
}

.widget-vacancy-title a{
    padding: 0 0 0 7px;
    display: inline-block;
    max-width: calc(100% - 13px);
}

.widget-vacancy-meta{
	padding-left: 20px;
	line-height: 1;
	font-size: 13px;
}

.widget-vacancy-item{
	margin-bottom: 15px;
}

.new-vacancy-link{
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	background: #E85F63;
	width: 100%;
	display: block;
	margin-bottom: 15px;
	padding: 10px 15px;
}

.col-lg-7 .new-vacancy-link{
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    background: #E85F63;
    display: block;
    margin-bottom: 15px;
    padding: 10px 20px;
    margin: 0 -20px 15px;
	width: auto;
}	

.new-vacancy-link:hover{
	color: #fff;
	background: #000;
}

.new-vacancy-link span{
	font-size: 12px;
	font-weight: 400;
}

.widget.widget-spec-project{
	background: #E85F63;
}

.widget.widget-spec-project .spec-p-title{
	color: #000;
    width: 100%;
    font-size: 17px;
    font-weight: bold;
    line-height: 22px;
    padding: 15px 0;
}

.widget.widget-spec-project .spec-p-image{
	margin: 0 -15px;
}

.mc-after-post ul, .mc-after-post p.intro{
	float: left!important;
}

.mc-after-post ul{
	width: 100%;
}

.mc-after-post{
	max-width: 860px;
	margin: 0 auto;
}

.single-format-status #content .mc-after-post ul{
	margin-left: 0!important;
}

.text-center-block .place_holder{
	text-align: center;
}

.post-content ol.text-center-block{
	clear: none;
}	

ol.text-center-block{
	clear: both;
}

.widget-popular{}

.widget-popular .widget-popular-item{}

.widget-popular .widget-popular-num{
	font-size: 28px;
	line-height: 40px;
	color: #E85F63;
}

.widget-popular .widget-popular-title{
	line-height: 1.2;
	font-size: 15px;
}

.widget-popular .widget-popular-title .meta-eye{
	padding-left: 0;
	white-space: nowrap;
}

.login-link{
	float: right;
    padding: 16px 0;
    font-size: 14px;
    font-weight: 700;
	margin-left: 40px;
} 

.login-link a{
    color: #fff;
    background: #e85f63;
    padding: 11px 20px;
    border-radius: 5px;
}

.login-link img{
	vertical-align: sub;
}

.modal-backdrop{
	z-index: -1;
}

.author-blog-header{
	position: relative;
    float: left;
    width: 100%;
    min-height: 300px;
    background: linear-gradient(-180deg, #E85F63 0 135px, #fff 135px 100%);
	border-radius: 5px;
}

.author-blog-header .author-avatar img{
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    margin: -75px;
	width: 150px;
	height: auto;
}

.author-blog-header .author-avatar{
	position: relative;
    height: 150px;
    width: 100%;
    margin: 50px 0;
}

.author-blog-header .author-name{
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}

.author-blog-header .author-info{
	font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.author-blog-header .author-bio{
	padding: 30px 20px;
	white-space: break-spaces;
    font-family: 'Roboto',sans-serif;
}

.author-block{
	width: 100%;
	float: left;
	margin: 15px 0 0;
}

.author-block .author-left{
	width: 55px;
	float: left;
	padding-right: 10px;
}

.author-block .author-left img{
	width: 100%;
	border-radius: 50%;
}

.author-block .author-left a{
	border: none;
}

.author-block .author-right{
	width: calc( 100% - 70px );
	float: left;
}

.author-block .author-right p{
	padding-left: 0px;
    font-size: 1rem;
    font-family: 'Roboto',sans-serif;
	padding-bottom: 0;
}

.author-block .author-right a{
	border: none;
}

.author-block .author-right .author-info{
	font-size: 12px;
}

.content-inner ol{
	float: left;
	width: 100%;
}

.social-share-yellow a{
	text-decoration: none;
	border-bottom: none;
}

.spec-p-title a:hover{
	color: #000;
	text-decoration: underline;
}

.login-link a:hover{
	color: #000;
}

.vacancy-menu .nav--main li a{
	max-width: none;
}

.vacancy-menu .nav--main li:before{
	display: none;
}

.vacancy-menu .nav--main li:not(:first-child):before {
    content: '\25A0';
    color: #E85F63;
    font-size: 9px;
    position: relative;
    top: -2px;
	display: inline-block;
	vertical-align: middle;
    padding-left: 8px;
}

.vacancy-menu ul.nav{
	margin-bottom: 0;
}

.page-template-add-vacancy #content .container, .page-template-add-vacancy #content {
    background: #ffffff;
}

.page-template-add-vacancy .vacancy-content ol, .page-template-add-vacancy .vacancy-content ul{
	max-width: 860px;
}

.lenta-item h2.row-title {
    font-size: 20px;
    margin-bottom: 20px!important;
}	

.flag-post span{	
	font-size: 12px;
    font-weight: 400;
    position: relative;
    display: inline-block;
	color: #fff;
}

.flag-post{
    font-size: 12px;
    font-weight: 400;
    position: relative;
    padding: 2px 10px;
    display: inline-block;
    margin-left: 10px;
	border-radius: 15px;	
}

.top-blog{
	background: #9ffcf4;
}

.standart-blog{
	background: #E85F63;
}

.editorial-post{
	background: #E85F63;
}



/*формы для входа и регистрации*/

.bsui .card{
	background: #fff;
	border-radius: 5px!important;
}

.bsui .modal-title{
	text-align: center;
    width: 100%;
    font-weight: 700;
    padding: 20px 0 0;	
}

.bsui .modal-header{
	border-bottom: none!important;
	padding-bottom: 0!important;
}

.bsui .uwp_form{
	width: 100%;
	max-width: 285px;
	margin: 0 auto;
}

.bsui .btn-primary, .bsui .btn-primary:not(:disabled):not(.disabled):active, .bsui .btn-primary:not(:disabled):not(.disabled).active, .show>.bsui .btn-primary.dropdown-toggle {
	color: #fff!important;
	background-color: #E85F63!important;
	border-color: #E85F63!important;
	border-radius: 5px!important;
	position: relative;
	text-transform: none!important;
	font-size: 14px;
}

.form-group .bsui .auth-modal__auth-by-service{
	background: #FFFFFF!important;
	border: 1px solid #F1F1F1!important;
	box-sizing: border-box;
	box-shadow: 0px 10px 20px rgb(0 0 0 / 10%)!important;
	border-radius: 5px!important;
}

.bsui .btn-primary:after{
	/*content: " ";
	position: absolute;
	border: 1px solid #000;
	top: 7px;
	left: 7px;
	display: block;
	width: 100%;
	height: 100%;*/
}

.bsui .uwp-footer-links{
	margin-top: 10px;
}

.bsui .uwp-footer-links .d-inline-block{
	border-right: 1px solid #777;
}

.bsui .uwp-footer-link{
	width: 50%;
	float: left;
}

.bsui .uwp-footer-link a{
	color: #000;
	text-decoration: underline;
}

.bsui .form-control{
	border-radius: 0!important;
}

.tags a{
	text-decoration: none;
	border-bottom: none;
	font-size: 16px;
	margin-right: 15px;
	margin-bottom: 10px;
	display: inline-block;
	color: #e85f63;
	font-weight: 600;
}

.tags a:before{
	content: "#";
}

.tags a:hover{
    text-decoration: underline;
}

#bsa-html h3, #bsa-html a, #bsa-html img, #bsa-html span, #bsa-html p {
	display: block; 
	margin: 0 auto!important;
}

/* зеленая форма арсенала */

.text-center-block .form-green .place_holder{
	text-align: left;
	top: 10px;
	font-size: 14px;
}

.text-center-block .form-green .place_holder span{
	color: red;
}

.form-pumb.form-green input[type=text], .form-pumb.form-green input[type=tel], .form-pumb.form-green input[type=email], .form-pumb.form-green select {
    border: none;
	border-bottom: 1px solid #d1d1d1;
	padding: 10px 0;
	font-size: 14px;
}	

.form-pumb.form-yellow.form-green {
    border: solid 10px #E85F63;
	background: none;
}	

.form-green a{
	color: #12834A;
	text-decoration: underline;
	border-bottom: none;
}

.green{
    border: solid 1px #12834A!important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background: #12834A!important;
    color: #fff;
    font-size: 12px!important;	
	font-weight: 700;
	position: relative;
	padding: 15px 40px;
}

.green:after{
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	border: solid 1px #12834A!important;
	top: 7px;
	left: 7px;
	display: block;
	z-index: -1;
}

.green:hover{
	color: #12834A;
	background-color: #fff!important;	
}

.col-child{
	float: left;
}

.col-parent-12 .col-child{
	width: 100%;
}

.col-parent-9 .col-child{
	width: 75%;
}

.col-parent-8 .col-child{
	width: 66.6%;
}

.col-parent-6 .col-child{
	width: 50%;
}

.col-parent-4 .col-child{
	width: 33.3%;
}

.col-parent-3 .col-child{
	width: 25%;
}

.uwp_page .uwp-login-form{
	display: none!important;
}

.uwp_widget_reset .uwp_page .uwp-login-form{
	display: block!important;
}

.uwp_page .modal-content .uwp-login-form{
	display: block!important;
}

.eli5-survey-option-secription br{
	content: " ";
	display: block;
	padding-bottom: 10px;
}

body.brand-yes{
	background: #fce045;
}

#content .container{
}

.search.search-results #content .container, .search.search-no-results #content .container{
	background: #fff;
}

.single-format-aside #content .container, .single-format-status #content .container, .mcwork-pages #content .container{
	background: inherit;
}

.woocommerce-checkout .col-1{
	width: 100%!important;
	max-width: 100%!important;
}

.woocommerce form.woocommerce-checkout .form-row label{
	width: 100%;
}

#mistape_dialog .mistape_action {
    color: #000!important;
}

.inpost-one{
	border: 3px solid #FEE500;
	padding: 20px;
}

.inpost-one h2{
	margin-bottom: 5px!important;
    border-left: 20px solid #FEE500;
    text-transform: none;
    margin-left: -20px;
    font-size: 18px;
    padding: 0 0 0 10px!important;	
}

.inpost-one p{
	font-family: 'Roboto', serif;
	margin-bottom: 0;
	padding-bottom: 0;
}

.inpost-one img, .inpost-two img{
	max-width: 150px!important;
	margin-bottom: 0!important;
}

.inpost-two h2{
	border-left: 8px solid #FEE500;
	text-transform: none;
	font-size: 18px;
}

.inpost-two p{
	font-family: 'Roboto', serif;
	margin-bottom: 0;
	padding-bottom: 0;
	font-weight: 700;
}

.menu-underline a{
	color: #000;
	font-weight: 700;
}

.menu-underline.font-weight-normal a{
	font-weight: 400;
}

li.menu-underline:before {
    color: #dc1d99!important;
}	

li.menu-yellow:before {
    color: #E85F63!important;
}

.logo-company{
	height: 80px; 
	width: calc(50% - 10px); 
	float: left; 
	border: 1px solid #f0f0f0;
	margin: 5px; 
	text-align: center;
	position: relative;
	background: #fff;
}

.logo-company img{
	width: auto;
	max-height: 67px;
	max-width: 80%;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.mctoday-people-block{
	background: #E85F63;
	width: calc(100% + 30px);
	margin:0 -15px 40px;
	float: left;
	padding: 65px 0;
}

.mctoday-people-block h2{
	text-align: center;
	padding-bottom: 50px;
	padding-top: 0px;
	text-transform: none;
	font-size: 30px;
}

.mctoday-people-block .col-6{
	background: #FFFFFF;
	text-align: center;
	border: 10px solid #E85F63;
}	

.mctoday-people-block .col-6 img{
	width: 120px;
	border-radius: 50%;
	margin-bottom: 15px;
	margin-top: 20px;
}

.mctoday-people-block .col-6 h3{
	font-size: 16px;
	line-height: 21px;
	padding-bottom: 8px;
	margin-bottom: 0;
	text-align: center;
}

.mctoday-people-block .col-6 p{
	color: #231400;
	font-size: 14px;
	line-height: 18px;
	font-family: 'Roboto',sans-serif;
	text-align: center;
}

.mctoday-partners-block h2{
	text-align: center;
	padding-bottom: 50px;
	padding-top: 0px;
	text-transform: none;
	font-size: 30px;
}

.mctoday-partners-block{
	margin-bottom: 65px;
}

.mctoday-partners-block img{
	width: 100%;
	max-width: 150px;
}

.mctoday-partners-block .col-md-2{
	padding-top: 20px;
	padding-bottom: 20px;
}

.read-after-post-block{
    background: rgba(254, 229, 0, 0.1);
    padding: 20px 25px;
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.read-after-post-block p{
	font-family: 'Roboto',sans-serif;
	padding-bottom: 15px;
}

.read-after-post-block ul a{
	font-family: 'Roboto',sans-serif;
	border-bottom: none;
}

.read-after-post-block ul li{
	line-height: 1.4;
	padding-bottom: 5px;
}

.read-after-post-block ul li:before {
    color: #E85F63;
    content: "■ ";
    padding-right: 15px;
    font-size: 25px;
    line-height: 0;
    display: inline-block;
    position: relative;
    top: 0;
    margin-left: -30px;
}

#front-personal-li, #profile-personal-li, #data-personal-li, .field-visibility-settings-toggle, .field-visibility-settings-notoggle,
#wp-admin-bar-my-account-xprofile-public, #wp-admin-bar-my-account-settings-data, #wp-admin-bar-my-account-settings-profile,#bp-avatar-camera, .change-avatar .bp-feedback.info{
	display: none!important;
}
.js .tmce-active .wp-editor-area{
	color: #000!important;
}

.field_type_textbox .data a{
	white-space: break-spaces;
    word-break: break-all;
}

#buddypress p, #buddypress li{
	font-family: 'Roboto'!important;
}

#buddypress ul li:before{
	content: ''!important;
	display: none!important;
}

.new-blog-button{
	display: inline-block;
    background: #fff;
    color: #E85F63;
    font-size: 30px;
    padding: 11px 30px;
    margin: 7px 10px 0;
    font-weight: 700;
}
.new-blog-button span{
	color: #000;
    font-size: 14px;
    vertical-align: bottom;
}

.blog-menu{
	float: right;
	position: relative;
	padding-bottom: 5px;
}

.blog-menu:after{
	content: url('/wp-content/themes/supermc/images/svg/arrow-down.svg');
	padding-left: 10px;
	width: 9px;
	display: inline-block;
}

.blog-menu:hover:after{
	transform: scale(1,-1);
}	

.blog-menu img{
	border-radius: 50%;
	width: 50px;
}	

.blog-menu ul{
	display: none;
    list-style: none;
    background: #fff;
    padding: 15px 20px 5px;
    position: absolute;
    font-size: 14px;
	margin-top: 5px;
	z-index: 100000;
	
}	

.blog-menu ul li{
	padding-bottom: 10px;
	white-space: nowrap;
}

.blog-menu:hover ul{
	display: block;
	box-shadow: 0px 0px 5px 0px #0f111d;
}

.buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) nav:not(.tabbed-links):not(.bp-subnavs){
	border: none!important;
	background: #F2F2F6;
	margin: 0 -24px;
	box-shadow: none;
	padding: 0 20px;
}

.buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) nav.bp-subnavs:not(.tabbed-links){
	border: none!important;
	background: none
	box-shadow: none;
}

.bp-navs ul li.current a{
	border-bottom: 2px solid #E85F63;
}

.buddypress-wrap .bp-navs li{
	padding-bottom: 0;
}

.buddypress-wrap .bp-navs li:not(.current) a:focus, .buddypress-wrap .bp-navs li:not(.current) a:hover, .buddypress-wrap .bp-navs li:not(.selected) a:focus, .buddypress-wrap .bp-navs li:not(.selected) a:hover{
	background: none!important;
	color: #000!important;
	border-bottom: 2px solid #e85f63;
}

.bp-navs.bp-subnavs ul li.current a, .buddypress-wrap .bp-navs.bp-subnavs li:not(.current) a:focus, .buddypress-wrap .bp-navs.bp-subnavs li:not(.current) a:hover, .buddypress-wrap .bp-navs.bp-subnavs li:not(.selected) a:focus, .buddypress-wrap .bp-navs.bp-subnavs li:not(.selected) a:hover{
	background: #F2F2F6!important;
	color: #000!important;
	border-bottom: none;
	border-radius: 5px;
}

.buddypress-wrap .bp-subnavs ul li{
	margin-right: 20px;
}

.buddypress-wrap .main-navs:not(.dir-navs) li.current a, .buddypress-wrap .main-navs:not(.dir-navs) li.selected a{
	background: none!important;
}

.single-headers #item-header-avatar a{
	border: none;
}

.single-headers #item-header-avatar a img{
    width: 150px!important;
    float: none!important;
    border-radius: 50%;
	margin: 0 15px 19px 24px;
}

#item-header{
    background: linear-gradient(180deg,#e85f63 0 50%,#fff 50% 100%);
    padding: 50px 0;
	margin: 0 -24px;
}

#item-header-content{
	display: none;
}

.bp-avatar-nav a{
	border: none;
}

.wq-question .card{
	border: none!important;
}
.sd-lable-shortcode-inserter{
	display: none!important;
}

#buddyforms_form_content_ifr{
	min-height: 400px;
}

.mce-toolbar .mce-ico {
    color: #000000!important;
}	

.buddypress .buddypress-wrap .activity-read-more a, .buddypress .buddypress-wrap .comment-reply-link, .buddypress .buddypress-wrap .generic-button a, .buddypress .buddypress-wrap a.bp-title-button, .buddypress .buddypress-wrap a.button, .buddypress .buddypress-wrap button, .buddypress .buddypress-wrap input[type=button], .buddypress .buddypress-wrap input[type=reset], .buddypress .buddypress-wrap input[type=submit], .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a {
	border: none!important;
}	

.the_buddyforms_form .buddyforms-blog .form-actions button.bf-submit{
	border: 2px solid #E85F63!important;
    color: #000;
    font-weight: 700;
}

.the_buddyforms_form .buddyforms-blog .form-actions button.bf-submit#awaiting-review{
	background: #E85F63!important;
    color: #000;
    font-weight: 700;
}

.buddypress .buddypress-wrap input[type=submit]{
	border: 2px solid #E85F63!important;
	color: #000;
    font-weight: 700;
}

.post-content .buddypress-wrap .profile.edit .editfield {
	background: none;
	border: none;
	margin: 15px 0;
	padding: 0;
}

.post-content .buddypress-wrap .standard-form input:not(.small), .post-content .buddypress-wrap .standard-form textarea {
	width: 100%;
	background: #F2F2F6;
	border: none;
	border-radius: 5px!important;
}
.post-content .buddypress-wrap .standard-form input[type=checkbox]{
	width: auto;
}

body .post-content #buddypress input[type=submit]{
	background: #e85f63;
	color: #fff;
	width: auto;
}

h2.screen-heading, .profile .bp-feedback.info{
	display: none;
}

.postid-110512 .vacancy-title{
	padding: 0!important;
	position: relative;
	bottom: -100px;
}

.postid-114439 .vacancy-title, .single-format-status .vacancy-title{
	padding: 0 10px!important;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translate(-50%, 0%);
	width: 860px;
}

.uwp-footer-links{
	width: 100%;
	float: left;
}

.bsui .text-muted, .bsui hr{
	display: none;
}

.center-white-back{
	position: fixed;
	background: white;
	width: 1100px;
	max-width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1000000000;
	top: 0;
}	

.bigmoney-wide{
	padding: 35px 40px;
    background: url('images/rectangle-light.png') top right, #E85F63;
	background-repeat: no-repeat;
	margin-bottom: 10px!important;
}

.bigmoney-wide h2{
	padding: 0 0 10px;
}

.bigmoney-wide h2 img{
	margin-bottom: 5px;
}

.bigmoney-wide img{
	margin-bottom: 10px;
}

.bigmoney-wide p{
	font-weight: 700;
	font-size: 16px;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	font-family: 'Roboto', serif;
}

.bigmoney-widget{
	padding: 15px 10px;
    background: url('images/rectangle-light2.png') bottom right, #E85F63;
	background-repeat: no-repeat;
	max-width: 278px;
}

.bigmoney-widget h2{
	font-size: 22px;
    line-height: 1;
    padding: 5px 0 0px;
}

.bigmoney-widget p{
	font-weight: 700;
	font-size: 14px;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	font-family: 'Roboto', serif;
}

.bigmoney-widget .col-7, .bigmoney-widget .col-12, .bigmoney-widget .col-5{
	margin-bottom: 10px;
	padding: 0 5px;
}

.bigmoney-widget .row {
    margin-right: -5px;
    margin-left: -5px;
}

.bigmoney-wide a:hover, .bigmoney-widget a:hover{
	color: #000;
	text-decoration: underline;
}

iframe.instagram-media{
	margin: 0 auto 12px!important;
}

.wpulike.wpulike-default{
	text-align: right;
	float: right;
}

.home-page .wpulike.wpulike-default, .lenta-item .wpulike.wpulike-default{
	float: none;
}

.wpulike-default .wp_ulike_btn {
    background-color: #eceff1!important;
}

.wpulike-default .wp_ulike_put_image.wp_ulike_btn_is_active:after {
    filter: brightness(0.7) sepia(1) hue-rotate(430deg) saturate(6)!important;
}

p.underline{
    text-align: center;
    font-size: 24px;
    padding: 0px 20px 20px;
}

p.underline:after{
	content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #e85f63;
    margin: 25px auto;
}

.backlinks a{
	font-weight: 700;
	color: #1a1919;
}

.backlinks {
	background: #fff;
	border-radius: 5px;
	padding: 20px;
	margin-bottom: 10px;
}

.backlinks .row{
	border-bottom: 1px solid #eceff1;
	margin-bottom: 20px;
}

.backlinks .row:last-child{
	border-bottom: none;
	margin-bottom: 0px;
}

.backlinks-block{
	margin-bottom: 20px;
}

.oldpost-info{
	background: #fbeded;
	color: #e85f63;
	display: inline-block;
	border-radius: 17px;
	padding: 5px 10px;
	font-weight: 700;
	margin: 15px 0;
}

.oldpost-info img{
	position: relative;
	top: -2px;
}

.post-content .enlighter span {
	line-height: 1.5;
	font-size: 16px;
}

.popup-bottom{
	position: fixed;
	z-index: 999999;
	width: 100%;
	bottom: 0;
	left: 0;
	background: url('images/popup/back-popup.jpg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	display: none;
}

.popup-bottom .container{
	position: relative;
	padding: 25px 15px;
}

.popup-bottom img.popup-bottom-close{
	position: absolute;
	right: 0;
	top: -12px;
	cursor: pointer;
}

.popup-bottom p{
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	text-align: left;
}

.popup-bottom .col-12{
	text-align: center;
}

.slideUp{
	animation-name: slideUp;
	-webkit-animation-name: slideUp;

	animation-duration: 1s;
	-webkit-animation-duration: 1s;

	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;

	visibility: visible !important;
}

.company-slider h3{
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
}

.slider-r h3 a, .widget-title a{
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #79858C;
	border-bottom: none;
	display: inline-block;
	padding-left: 10px;
}

.slider-r .col-8 a{
	border-bottom: none;
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	display: inline-block;
}

.slider-r{
	background: #fff;
	padding: 20px;
	margin-bottom: 10px;
	border-radius: 5px;
}

.slider-r h3 {
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
}

@keyframes slideUp {
	0% {
		transform: translateY(100%);
	}
	50%{
		transform: translateY(-8%);
	}
	65%{
		transform: translateY(4%);
	}
	80%{
		transform: translateY(-4%);
	}
	95%{
		transform: translateY(2%);
	}
	100% {
		transform: translateY(0%);
	}
}

@-webkit-keyframes slideUp {
	0% {
		-webkit-transform: translateY(100%);
	}
	50%{
		-webkit-transform: translateY(-8%);
	}
	65%{
		-webkit-transform: translateY(4%);
	}
	80%{
		-webkit-transform: translateY(-4%);
	}
	95%{
		-webkit-transform: translateY(2%);
	}
	100% {
		-webkit-transform: translateY(0%);
	}
}

.eli5-survey-option-number {
	background-color: #e85f63!important;
}

.form-quiz div.checks{
	display: inline-block;
	position: relative;
	margin-bottom: 25px;
	width: 100%;
}

.form-quiz div.checks div.check-list{
	display: inline-block;
	position: relative;
	width: 100%;
	border: 1px solid #FAFAFB;
	border-radius: 5px;
	margin-bottom: 5px;
	background: #FAFAFB;
}

.form-quiz div.checks div.check-list input[type=radio]{
	position: absolute;
	height: 1px;
	bottom: 3px;
	left: 3px;
	z-index: -1000;
}

.form-quiz div.checks div.check-list label{
	display: block;
	position: relative;
	z-index: 9;
	cursor: pointer;
	-webkit-transition: all .25s linear;
	width: auto;
	padding: 11px 0 11px 65px;
	margin: 0;
	text-align: left;
}

.form-quiz div.checks div.check-list label span{
	color: #E85F63;
	position: absolute;
	right: 10px;
}

.form-quiz div.checks div.check-list label div{
	background: #E85F63;
	height: 5px;
	margin-bottom: -5px;
	margin-right: 10px;
}

.form-quiz div.checks div.check-list:hover label{
	color: #000;
}

.form-quiz div.checks div.check-list .check{
	display: block;
	border: 2px solid #E85F63;
	height: 18px;
	width: 18px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
	margin-right: 10px;
	position: absolute;
	top: 14px;
	left: 30px;
	border-radius: 50%;
}

.form-quiz div.checks div.check-list:hover .check {
	border: 2px solid #E85F63;
}

.form-quiz div.checks div.check-list .check::before {
	display: block;
	position: absolute;
	content: '';
	height: 8px;
	width: 8px;
	top: 3px;
	left: 3px;
	margin: auto;
	transition: background .25s linear;
	-webkit-transition: background .25s linear;
	border-radius: 50%;
}

.form-quiz div.checks div.check-list input[type=radio]:checked ~ .check {
	border: 2px solid #E85F63;
}

.form-quiz input[type=radio]:checked ~ .check::before{
	background: #E85F63;
}

.form-quiz div.checks div.check-list.select-check{
	border-color: #FBEDED;
	background: #FBEDED;
}

.form-quiz div.checks div.check-list.select-check label{
	font-weight: 600;
}

.form-quiz h2{
	font-family: 'Roboto',serif;
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	line-height: 39px;
	color: #111111;
	padding: 0px 0 10px;
}

.form-quiz p {
	font-family: 'Roboto',serif;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 23px;
	color: #000000;
	padding-bottom: 40px;
}

.select-show-input{
	display: none;
}

.select-check .select-show-input{
	display: inline-block;
	width: 100%;
	border: 1px solid #e85f63;
	border-radius: 5px;
}

.load-more-main img{
	margin-right: 8px;
}

#comments_wrapper{
	float: left;
	width: 100%;
}

.help-block{
	display: inline-block;
	position: relative;
	top: -7px;
}

.help-text{
	display: none;
	position: absolute;
	background: rgba(0, 0, 0, 0.9);
	box-shadow: 0px 10px 20px rgb(0 0 0 / 10%);
	border-radius: 10px;
	color: #fff;
	font-size: 16px;
	padding: 10px 15px;
	width: 255px;
	top: 35px;
	left: -30px;
	z-index: 1;
}

.help-v{
	display: none;
	position: absolute;
	top: 27px;
	left: 2px;
}

.help-block:hover .help-text,.help-block:hover .help-v{
	display: block;
}

.switch {
	position: relative;
	display: inline-block;
	margin: 0 10px 0 5px;
	top: 12px;
	float: right;
}

.switch > span {
	position: absolute;
	top: 6px;
	pointer-events: none;
	font-family: 'Helvetica', Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .06);
	width: 50%;
	text-align: center;
}

input.check-toggle-round-flat:checked ~ .off {
	color: #000;
}

input.check-toggle-round-flat:checked ~ .on {
	color: #000;
}

.switch > span.on {
	left: 0;
	padding-left: 2px;
	color: #000;
}

.switch > span.off {
	right: 0;
	padding-right: 4px;
	color: #000;
}

.check-toggle {
	position: absolute;
	margin-left: -9999px;
	visibility: hidden;
}
.check-toggle + label {
	display: block;
	position: relative;
	cursor: pointer;
	outline: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input.check-toggle-round-flat + label {
	padding: 2px;
	width: 60px;
	height: 26px;
	background-color: #fff;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	-ms-border-radius: 60px;
	-o-border-radius: 60px;
	border-radius: 60px;
}
input.check-toggle-round-flat + label:before, input.check-toggle-round-flat + label:after {
	display: block;
	position: absolute;
	content: "";
}

input.check-toggle-round-flat + label:before {
	top: 2px;
	left: 2px;
	bottom: 2px;
	right: 2px;
	background-color: #fff;
	-webkit-

	-moz-border-radius: 60px;
	-ms-border-radius: 60px;
	-o-border-radius: 60px;
	border-radius: 60px;
}
input.check-toggle-round-flat + label:after {
	top: 4px;
	left: 4px;
	bottom: 4px;
	width: 25px;
	background-color: #e85f63;
	-webkit-border-radius: 52px;
	-moz-border-radius: 52px;
	-ms-border-radius: 52px;
	-o-border-radius: 52px;
	border-radius: 52px;
	-webkit-transition: margin 0.2s;
	-moz-transition: margin 0.2s;
	-o-transition: margin 0.2s;
	transition: margin 0.2s;
}

input.check-toggle-round-flat:checked + label {
}

input.check-toggle-round-flat:checked + label:after {
	margin-left: 26px;
}

.switch > span a{
	color: inherit;
	text-decoration: none;
}

.modal-lang-inner.fancybox-content{
	padding: 50px 15px 40px;
	text-align: center;
	font-weight: 600;
	border: 5px solid #e85f63;
	width: 700px;
	max-width: 100%;
}

.modal-lang-inner.fancybox-content a:hover{
	color: #000;
}

#lang_right{
	float: right;
}

#lang_left{
	float: left;
}

#lang_right a{
	padding: 10px 20px;
	background: #e85f63;
	width: 140px;
	display: inline-block;
}

#lang_left a{
	padding: 10px 20px;
	background: #ccc;
	width: 140px;
	display: inline-block;
}

.modal-lang-inner p{
	display: block;
	padding: 0;
	margin: 20px auto;
	width: 300px;
}

@media screen and (max-width: 768px){
	.last-news-new.theme-day{
		margin-top: 10px;
	}

	.last-news-new .news-little {
		width: calc(100% - 85px);
	}

	.last-news-new .image-left{
		width: 70px;
	}

	.last-news-new .col-12 {
		margin-bottom: 12px;
	}

	#lang_right{
		float: left;
		margin-bottom: 20px;
		width: 100%;
	}

	#lang_left{
		width: 100%;
	}

	.modal-lang-inner p{
		width: 100%;
	}


	#lang_right a{
		width: 100%;
	}

	#lang_left a{
		width: 100%;
	}
}

.command-list .col-12{
	margin-bottom: 10px;
}

.command-item{
	float: left;
	width: 100%;
	border-radius: 5px;
	background: #FAFAFB;
}

.command-item:hover{
	background: #FFFFFF;
	border: 1px solid #F2F2F6;
	box-sizing: border-box;
	box-shadow: 0px 5px 8px #E7E7EC;
}

.command-ava{
	float: left;
}

.command-ava img{
	width: 100px;
	border-radius: 5px 0px 0px 5px;
}

.command-info{
	float: left;
	padding: 0 20px;
	width: calc(100% - 100px);
	height: 100px;
}

.command-info .command-text{
	float: left;
	width: calc(100% - 130px);
}

.command-info .social-share-yellow{
	float: right;
	width: 130px;
	text-align: right;
}

.social-lenta-white a{
	background: none!important;
}

.social-lenta-white a img{
	filter: none!important
}

.social-lenta .head-social-desktop a {
	background: #ffffff26;
}

@media (min-width: 769px) {
	.command-info > div {
		display: flex;
		justify-content: center;
		align-content: center;
		flex-direction: column;
		height: 100px;
	}
}

.command-name{
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: -0.02em;
	color: #0F111D;
	margin-bottom: 5px;
}

.command-bio{
	font-size: 13px;
	line-height: 120%;
	letter-spacing: -0.02em;
	color: #7F8298;
}

.post-content .command-name a{
	border-bottom: none;
}

.widget.widget-popular-comment{
	background: none;
	padding: 0;
	float: none;
}

.widget.widget-popular-comment .widget-popular-item{
	background: #fff;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 5px;
}

.widget.widget-popular-comment .widget-popular-image {
	float: left;
	width: 80px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.widget.widget-popular-comment .widget-popular-title{
	display: inline-block;
	width: calc(100% - 90px);
	font-size: 15px;
	line-height: 140%;
}

.widget.widget-popular-comment .widget-title{
	font-size: 18px;
	line-height: 100%;
	letter-spacing: -0.02em;
	color: #FFFFFF;
	border-left: 3px solid #E85F63;
	padding: 5px 0 5px 10px;
	margin: 30px 0 15px;
	display: block;
}

.social-blue{
	font-family: 'Roboto',serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: #2E434D;
	padding: 26px 40px;
	background: #DAF0FB;
	width: 100%;
	margin-bottom: 10px;
	clear: both;
}

.social-blue a{
	text-decoration: underline;
	color: #1C72F2;
	border-bottom: none!important;
}

@media screen and (max-width: 768px){
	.social-blue{
		padding: 20px 25px;
	}
}

.home .bloggers_rating_page.--widget {
	margin: 0px 0 10px;
	border-radius: 5px;
}

@media (max-width: 768px) {
	.social-lenta{
		padding: 20px 0;
	}
	.social-lenta.social-lenta-white{
		padding: 20px 0 10px;
	}
	.command-ava img{
		width: 80px;
		border-radius: 5px;
	}
	.command-info{
		padding: 0 15px;
		width: calc(100% - 80px);
		height: auto;
	}
	.command-info .command-text, .command-info .social-share-yellow{
		float: none;
		width: 100%;
		text-align: left;
	}
	.command-info .command-text{
		padding: 15px 0;
	}
	.sidebar-center{
		margin-bottom: 10px;
	}
	.form-quiz h2 {
		font-size: 24px;
		line-height: 31px;
	}

	.form-quiz p {
		font-size: 16px;
		line-height: 21px;
		padding-bottom: 30px;
	}

	.form-quiz div.checks div.check-list label {
		padding: 11px 0 11px 50px;
	}

	.form-quiz div.checks div.check-list .check {
		left: 20px;
	}

	.post-content .enlighter span {
		word-break: break-all;
	}

	.blog-menu:after {
		padding-left: 0px;
	}

	.blog-menu ul {
		right: 0;
	}
}

.sidebar-left .sticky-top::-webkit-scrollbar {width: 4px; height: 0; margin-left: 5px;}
.sidebar-left .sticky-top::-webkit-scrollbar-track {margin: 0;background: #DEE4EB;}
.sidebar-left .sticky-top::-webkit-scrollbar-thumb {
	background: #BEC9D7;
	border-radius: 5px;
	box-shadow: #DEE4EB 0 0 0 1px;
}

.sidebar-left .sticky-top{
	overflow-y: auto;
	height: calc(100vh - 100px);
}

@media (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1300px;
	}
	.head-inner {
		max-width: 1265px;
	}

	footer .center-block-1200 {
		max-width: 1300px;
	}
}

@media screen and (min-width: 768px){
	.col-lg-7 .widget-vacancy-item{
		width: 50%;
		float: left;
	}
	
	.col-lg-7 .widget-vacancy-item .widget-vacancy-title:before{
		display: none;
	}
	
	.col-lg-7 .widget-vacancy-item .widget-vacancy-title a{
		padding: 0;
		max-width: 100%;
	}
	
	.col-lg-7 .widget-vacancy .new-vacancy-link br{
		display: none;
	}
	
	.col-lg-7 .widget-vacancy .new-vacancy-link span{
		font-size: 16px;
		padding-left: 5px;
	}
	
	.col-lg-7 .widget-vacancy{
		padding: 20px;
	}
	
	.col-lg-7 .widget-vacancy .widget-vacancy-meta{
		padding-left: 0;
	}
}

@media (min-width: 1921px){
	.vacancy-header{
		min-height: 500px;
		background-position: top center!important;
	}
	.vacancy-header.big{
		min-height: 600px;
	}
	.vacancy-header.maxbig{
		min-height: 800px;
	}
}

@media (min-width: 1600px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1500px;
	}
	
	.head-inner {
		max-width: 1470px;
	}
	
	footer .center-block-1200 {
		max-width: 1470px;
	}
	
	.center-block-1400{
		max-width: 1050px;
	}
	
	.mcwork-pages .vacancy-menu #site-navigation {
		max-width: 1460px;	
	}

}

@media only screen and (max-width: 1599px){
	.single-format-status .center-block-1200, .single-format-status .royalSlider{
		max-width: 1000px;
	}	
	
	.single-format-status .full-width img.aligncenter{
		max-width: 100%!important;
	}
	
	.single-format-status img.aligncenter{
		/*max-width: 1000px!important;*/
	}	
	
	.widget-company-item .fresh-image{
		margin: 20px 0;
	}
	
	.center-white-back{
		width: 890px;
	}

	.show-728{
		display: block!important;
	}
	.hide-728{
		display: none!important;
	}
}
.hide-728{
	clear: both;
}
@media only screen and (max-width: 1439px){
	.single-format-status .center-block-1200{
		max-width: 1000px;
	}
	
	.single-format-status img.aligncenter{
		/*max-width: 1000px!important;*/
	}	
}

@media only screen and (max-width: 1366px) and (min-width: 980px){
	.short-header .red-menu{
		display: none;
	}
}

@media (max-width: 1366px){
	.vacancy-header{
		min-height: 400px;
	}
	.vacancy-header.big{
		min-height: 500px;
	}
	.vacancy-header.maxbig{
		min-height: 550px;
	}
}

@media only screen and (max-width: 1199px){
	.head-inner{
		padding: 0 40px;
	}
	
	.sticky-top .nav--main li a, .sticky-top .nav--two li a{
		font-size: 13px;
	}
	
	.sticky-top .nav--main li, .sticky-top .nav--two li{
		padding-bottom: 5px!important;
	}

	footer .head-social-desktop {
		position: initial;
		margin: 0;
		width: 100%;
		text-align: center;
	}
}

@media only screen and (min-width: 1120px){
	.single-format-status #content ul{
		margin-left: 60px;
		margin-bottom: 20px;
	}
	
	.post-content p.text-center-block, .text-center-block, .single-format-status ol{
		max-width: 860px!important;
		margin: 0 auto;
		width: 100%!important;
		margin-left: auto!important;
		margin-right: auto!important;
		float: none!important;		
	}	
	
	.post-content p.text-center-block, .single-format-status ol{
		display: block!important;
	}
	
	.peoples{
		width: 1160px;
	}	
	
	.icons{
		width: 1160px;
	}	
	.mcwork-pages .post-content .pull-left {
		padding: 100px;
		padding: 100px calc((100% - 1120px) / 2);	
	}

	.mcwork-pages .post-content .pull-left.text-center-block{
		padding: 100px;
	}		
	
	.vacancy-content-single .otziv p.text{
		margin-right: 0;
	}
	
	.inpost .news-little-image .news-title h2{
		font-size: 17px;
		line-height: 1.3;
	}	
	
	.page-template-donate .otziv p.text{
		padding-left: 345px;
	}
}	

@media only screen and (max-width: 1024px){
	.hot-vacancy.vacancy-block {
		min-height: 300px;
	}
	
	.golosovanie form{
		width: 80%;
	}	
	
	.single-format-status img.aligncenter, img.aligncenter{
		max-width: 100%!important;
	}

}	

@media only screen and (max-width: 800px){
	.braun-face{
		display: inline-block;
	}
	
	.braun-email{
		background: url(/wp-content/themes/supermc/images/braun-gray.png);
	}

	p.braun-speak, .modal p.braun-speak{
		text-align: center;
		padding-right: 0px;
	}
	
	.braun-form{
		width: 100%;
		padding: 0 20px;
	}
	
	.braun-social span{
		display: none;
	}
	
	p.braun-speak, p.braun-speak span{
		color: #000;
		font-size: 18px;
	}
	
	p.braun-speak span{
		font-size: 16px;
	}
	
	p.braun-title{
		color: #000;
		font-size: 37px;
		padding: 20px 0;
	}
	
	.braun-email #results{
		color: #000;
	}	
}

@media only screen and (max-width: 450px){
	.braun-face img{
		width: 100px;
	}
	
	.modal p.braun-title{
		font-size: 27px!important;
	}
	
	p.braun-title{
		font-size: 21px!important;
	}	
	
	p.braun-speak{
		font-size: 15px;
		padding: 16px;
	}
	
	.braun-form input[type="email"]{
		font-size: 15px;
		width: 100%;
	}

	.braun-form input[type="submit"]{
		font-size: 13px;
		width: 100%;
	}	
}
/*конец Браун подписка*/

@media screen and (min-width:1025px){
	#content {
		/*min-width: 1060px!important;*/
		min-height: calc(100vh - 179px);
	}
}

@media screen and (min-width:980px) and (max-width: 1059px){
	#head-content{
		
	}
}	

@media screen and (min-width:860px){
	.mcwork-pages .jetpack-video-wrapper{
		max-width: 860px;
	}

	.mcwork-pages .jetpack-video-wrapper iframe{
		width: 100%!important;
		height: 460px!important;
	}
}

@media screen and (max-width:979px){
	.sidebar{
		display: none;
	}
	
	.mobile-show{
		display: inline-block!important;
	}
	
	img.aligncenter.mobile-show{
		display: block!important;
	}
	
	.mobile-hide, .content-inner .after-hide{
		display: none!important;
	}
	
	.col-8.post-content, .col-9{
		width: 100%;
	}
	
	.mnenie{
		display: none;
	}
	
	#content{
		float: left;
	}
	
	.col-4,.col-3, .col-parent-3 .col-child, .col-parent-4 .col-child{
		width: 50%;
	}
	
	.col-10{
		width: 100%;
	}
	
	body:not(.mcwork-pages) .row .col-4:nth-child(3){
		display: none;
	}	
	
	.row-more {
		position: initial!important;
		display: block;
		width: 100%;
		text-align: center;
		padding-top: 30px;
		float: left;
	}

	header.mobile-head{
		display: block;
		position: relative;
		background: #0f111d;
		z-index: 1000;
		top: 0;
	}
	
	#primary{
		padding-top: 0px;
	}
	
	header{
		display: none;
	}
	
	#content{
		padding: 0;
	}
	
	.copyrate{
		width: 100%;
		text-align: center;
		padding: 0;
		top: auto;	
	}

	.design{
		position: initial;
		padding: 40px 40px 20px 0;
		float: right;
	}

	.promotion{
		position: initial;
		padding: 15px;
		float: left;		
	}
	
	.row .col-3.promotion:first-child p{
		text-align: center;
	}	
	
	footer{
		float: left;
	}
	
	footer article.center-block-1200{
		float: left!important;
	}

	.inpost .news-little-image a img, .news-little-image a img {
		width: 100%!important;
		max-width: 300px;
		margin-bottom: 20px;
	}	
	
	.news-little-image .news-title{
		width: 100%;
	}
	
	.email-orange{
		padding: 55px 10% 75px!important;
	}
	
	.email-white .col-12{
		padding: 55px 10% 75px!important;
	}

	.email-white input{
		max-width: 160px;
	}	
	
	.row.no-gradient .col:first-child{
		margin-bottom: 30px;
	}
	
	.news-little-image .news-title {
		height: auto!important;
	}
	
	.post-content-before a.mc-button{
		display: none;
	}	
	
	.vacancy-menu{
		margin-top: 60px!important;
		padding: 21px 10px;
	}
	
	#content>.container{
		/*float: left;*/
	}
	
	/*.mcwork-pages #primary{
		padding-top: 0;
	}*/
	
	.footer-menu{
		text-align: center;
	}	
	
	.news-little-image div.image-left{
		float: left;
		margin-right: 20px;
	}

	.login-link a{
		background: none;
	}
}

@media screen and (max-width: 768px){
	.post-content blockquote:not(.twitter-tweet):not(.tiktok-embed),.post-content blockquote:not(.twitter-tweet):not(.tiktok-embed) p{
		font-size: 18px;
		line-height: 28px;
	}
	.post-content blockquote:not(.twitter-tweet):not(.tiktok-embed){
		padding: 30px 40px 40px;
	}
	.post-content blockquote:not(.twitter-tweet):not(.tiktok-embed):before{
		width: 100%;
		text-align: left;
	}
	.post-content blockquote:not(.twitter-tweet):not(.tiktok-embed) p{
		width: 100%!important;
	}
	.post-content table:not(.text-center-block){
		overflow-x: auto;
		display: block;
		width: fit-content;
		max-width: 100%;
		border: none;
	}
	.post-content table:not(.text-center-block) td{
		white-space: nowrap;
	}
	.backlinks .row{
		border-bottom: none;
		margin-bottom: 0;
	}

	.padding-lr{
		padding-left: 1rem!important;
		padding-right: 1rem!important;
	}

	#content .container{
		padding-right: 0px;
		padding-left: 0px;
	}
	.alignright, .alignleft, .alignnone{
		margin: 0 auto!important;
		float: none!important;
		clear: both;
		display: block;
	}
	
	.sidebar-left, .sidebar-right{
		max-width: 100%;
	}
	
	.col-8, .col-parent-8 .col-child{
		width: 100%;
	}
	
	p.mobile-title{
		font-size: 27px!important;
	}
	
	.company-header-title{
		font-size: 36px;
	}
	
	.email-vacancy{
		padding: 80px 20% 80px;
	}

	.otziv p.text{
		padding: 20px 30px 30px 30px;	
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		display: inline-block;
	}	
	
	.mcwork-pages table:not(.text-center-block) td{
		display: block;
	}
	
	.peoples{
		display: block;
	}

	.peoples .people{
		width: 100%;
	}
	
	.digits .col-4{
		text-align: center;
	}	
	
	.form-sendpulse{
		padding: 20px 0 0;
	}

	.form-sendpulse .email-title{
		padding-left: 20px;
		width: calc(100% - 60px);
		padding-bottom: 10px;
		font-size: 20px;
	}

	.form-sendpulse .email-desc{
		padding-left: 0;
		width: 100%;
	}

	.form-sendpulse img{
		width: 60px;
	}	
	
	.email-vacancy {
		padding: 60px 20px!important;
	}

	.author-share .col-6{
		text-align: center!important;
	}
	
	.under-post h2{
		font-size: 18px;
	}
	
	.fresh-title{
		width: 70%;
	}

	.fresh-desc{
		display: none;
	}

	.fresh-image{
		width: 30%;
	}

	.fresh-title a{
		font-size: 18px;
	}
	
	.carousel-items {
		left: 0px;
		width: 100%;
	}

	.company-slider .row .col-4 {
		width: 100%;
		margin-bottom: 20px;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.slider-r .arrow-slider {
		top: -70px!important;
		right: 0;
	}

	.slider-r h3 a {
		padding-left: 0;
		width: 100%;
	}

	.slider-r .col-6 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.new-vacancy-list{
		display: block;
		float: left;
	}
	
	.new-vacancy-elem {
		display: block;
		float: left;
		width: 100%;
	}
	
	.new-vacancy-list p {
		display: block;
		float: left;
	}
	
	.new-vacancy-list p.new-vacancy-name {
	    padding: 0;
		width: 100%;
		text-align: left;
		max-width: 100%;
	}
	
	.new-vacancy-list p.new-vacancy-logo {
		padding: 0 10px 0 0;
	}	
	
	.new-vacancy-list p.new-vacancy-company{
		width: auto;
		padding-right: 10px;
	}

	.new-vacancy-list p.new-vacancy-meta{
		width: auto;
		max-width: inherit;
	}
	
	.inpost .news-little-image .news-title h2{
		font-size: 17px!important;
	}
	
	td, th{
		word-break: break-all;
	}
	
	td, th, td span, td li{
		font-size: 12px!important;
		line-height: 1.2!important;
	}
	
	.popup-title{
		font-size: 21px; 
		line-height: 27px; 
		padding-bottom: 15px;
	}
	
	.col-12.col-lg-7{
		padding-left: 0!important;
		padding-right: 0!important;
	}
	
	.postid-110512 .vacancy-title, .postid-114439 .vacancy-title, .single-format-status .vacancy-title{
		padding: 0 10px!important;
		position: absolute!important;
		bottom: 30px!important;
		left: 0;
		width: 100%;
		transform: inherit;
		font-size: 30px;
	}

	.partners {
		margin: 20px auto 10px;
	}
}

@media screen and (max-width: 576px){
	body {
		overflow-x: hidden;
	}

	#page{
		overflow-x: hidden;
	}	
	
	.post-content .pull-left{
		padding: 50px!important;
		font-size: 21px!important;
	}
	
	.post-content .pull-left:before{
		left: 50px!important;
	}	
	
	p.mobile-title{
		font-size: 20px!important;
	}	
	
	.hot-vacancy.vacancy-block {
		min-height: auto;
	}	

	.otziv img {
		padding: 0!important;
		max-width: 100%;
		float: none!important;
	}
	
	.vacancy-content{
		padding: 0;
	}
	
	.vacancy-content .otziv.no-image{
		margin: 30px -20px 40px;
		width: calc(100% + 40px);
		max-width: initial;
	}

	.mcwork-pages .post-content .pull-left {
		width: calc(100% + 40px);
		margin: 40px -20px;
		padding: 100px;
	}
	
	.mcwork-pages .post-content>div>p.full-width {
		width: calc(100% + 40px)!important;
		margin: 0 -20px!important;
		max-width: inherit;
	}	
	
	.golosovanie input {
		padding: 16px 45px;
	}	
	
	p.digits-title{
		text-align: center;
	}
	
	.post-content .know ul li {
		width: 100%;
	}
	
	.mcwork-pages .row {
		max-width: none;
	}	
	
	.form-orange .hide-load .col{
		padding: 0;
	}
	
	.form-pumb.form-orange {
		width: calc( 100% + 40px );
		margin: 0 -20px;
	}	
	
	.border-orange{
		display: none!important;
	}
	
	.email-pumb .col-inner-20{
		padding: 0!important;
	}
	
	.email-pumb {
		width: calc( 100% + 40px );
		margin: 30px -20px;
	}	
	
	.vacancy-header .vacancy-title{
		font-size: 27px;
	}

	.vacancy-header, .vacancy-header.big, .vacancy-header.maxbig{
		min-height: 400px;
	}

	body:not(.mcwork-pages) .row .col-4:nth-child(3){
		display: inherit;
	}

	.vacancy-meta{
		width: 100%!important;
		position: static!important;
		text-align: left!important;
		float: none!important;
	}
	
	#main>.row.col-inner-20{
		padding: 0;
	}
	
	.donation-count span{
		width: 100%;
		display: inline-block;
	}
	
	.donation-block{
		height: auto!important;
	}
	
	.donation-footer{
		position: initial;
	}
	
	.news-little-image div.image-left{
		float: none;
		margin-right: 0px;
		margin-left: 0px;
		width: 100%;
	}

	.news-little-image div.image-left img{
		max-width: 100%;
		margin-bottom: 0;
	}

	.lenta-item h2 {
		font-size: 21px;
	}
	
	.lenta-image{
		margin: 5px -20px;
	}
	
	.lenta-item p{
		font-size: 16px;
	}
	
	.bottom-social img{
		max-width: 145px!important;
	}
	
	.inpost-one p, .inpost-two p{
		line-height: 1.4;
		font-size: 18px;
	}
	
	.inpost-one, .inpost-two{
		margin: 0 -15px 35px!important;
		width: calc(100% + 30px);
	}	
	
	.inpost-one .col-7, .inpost-two .col-7{
		padding: 10px!important;
	}
	
	.inpost-one .col-5, .inpost-two .col-5{
		padding: 10px!important;
	}
}

@media screen and (max-width:480px){
	.email-orange{
		padding: 55px 0 75px!important;
	}
	
	.email-orange .email-title{
		font-size: 40px!important;
	}
	
	.email-orange input{
		max-width: 200px;
	}
	
	.email-form {
		padding: 0 0 35px!important;
	}
	
	.email-white .col-12 {
		padding: 55px 10px 75px!important;
	}
	
	.modal .email-white .col-12 {
		padding: 40px 10px 25px!important;
	}	
	
	.email-white input{
		max-width: 160px;
	}

	.email-white .email-social a{
		display: inline-block;
		padding: 0!important;
		width: 100%;
		margin-bottom: 10px;
	}
	
	#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
		width: 100%!important;
	}

	.spec-cat {	
		font-size: 14px!important;
	}
	
	.spec-title{
		/*font-size: 14px!important;
		line-height: 17px!important;*/
	}
	
	.border-gradient{
		padding: 0!important;
		border: none;
		margin: 30px 0;		
	}
	
	.border-gradient .col:first-child {
		margin-bottom: 30px;
	}	
	
	/*.copyrate{
		position: initial;
		padding: 40px 0 20px 20px;
		float: left;
		
	}*/

	.design{
		position: initial;
		padding: 37px 20px 20px 0;
		float: right;
	}
	
	.promotion{
		position: initial;
		padding: 15px;
		float: left;
	}	

	.email-white{
		padding: 0!important;
	}
	
	.no-gradient .col-6, .no-gradient .col-6 .news-middle, .border-gradient .col-6, .border-gradient .col-6 .news-middle{
		padding: 0!important;
	}

	h1.main-title{
		font-size: 24px!important;
		padding-bottom: 20px!important;
	}
	
	.post-content{
		padding-top: 20px!important;
		padding-bottom: 0px!important;
	}
	
	.mobile-ad{
		margin-top: 50px;
	}

	.post-content .pull-left{
		font-size: 18px!important;
	}	
	
	.email-vacancy{
		padding: 80px 10% 80px;
	}		
	
	.wq_questionTextCtr h4 {
		font-size: 20px!important;
	}	
}

@media screen and (max-width:420px){
	.promotion br{
		display: none;
	}
	.promotion img{
		margin-top: 10px;
		margin-left: 10px;
		max-width: 120px;
	}
	.promotion p{
		width: 100%;
		text-align: center;
	}	
	
	.vacancy-content .wpcf7 form{
		border: none;
	}

	.red-menu a, .blue-menu a{
		line-height: 27px;
		text-transform: none;
		font-size: 18px!important;
	}

	header.mobile-head #logo img{
		height: auto;
		width: 150px;
	}	

	header.mobile-head #logo {
		padding: 5px 0 0 20px;
	}
	
	label[for=nav-trigger] {
		margin: 24px 10px;	
	}

	label[for=search-trigger]{
		margin: 24px 0 0;
	}

	form.search-form {
		margin: 0;
	}
}

#web3-link img{
	width: 100%;
	height: auto;
}

@media screen and (max-height: 780px){
	.mobile-head .login-link{
		margin-right: 0;
	}
	.header-wraper.sticky-top{
		/*position: inherit;*/
	}
	
	.col-2 .sticky-top{
		top: 40px!important;
	}
}

@media (min-width: 992px) {
	.sidebar-left.col-lg-3{
		flex: 0 0 260px;
		z-index: 0;
	}
  .sidebar-right.col-lg-3 {
	  flex: 0 0 320px;
	  z-index: 0;
  }
	.sidebar-center{
		max-width: calc(100% - 571px)!important;
	}
	.archive.author .sidebar-center{
		max-width: calc(100% - 320px)!important;
	}

}

.course-widget{
	border: 5px solid #e85f63;
	background: #fff;
	clear: both;
	margin-bottom: 20px!important;
	padding: 30px;
	overflow: hidden;
	text-align: left!important;
}

.course-widget .row {
	margin: 0 -15px;
	width: auto;
	max-width: initial;
}

.course-flag{
	background: #e85f6338;
	display: inline-block;
	font-weight: 600;
	font-size: 20px;
	padding: 4px 16px;
	border-radius: 19px;
	margin-bottom: 7px;
}

.course-title{
	font-size: 26px;
	font-weight: 600;
	line-height: 34px;
	margin-bottom: 18px;
	max-width: 380px;
}

.course-content{
	font-family: 'Roboto', serif;
	font-size: 16px;
	margin-bottom: 15px;
}

.course-content ul{
	margin-left: 0!important;
}

.course-content ul li{
	font-family: 'Roboto', serif;
	margin-left: 20px;
}

.course-content ul li:before {
	color: #000;
	content: "■ ";
	padding-right: 10px;
	font-size: 18px;
	line-height: 0px;
	display: inline-block;
	position: relative;
	top: 0;
	margin-left: -20px;
}

.course-widget .yellow-button{
	width: auto;
	font-size: 12px;
	padding: 15px 20px;
}

.course-widget .col-4 img{
	position: absolute;
	bottom: -30px;
	right: -15px;
	clip-path: polygon(0 25%, 100% 0%, 100% 100%, 0 100%);
	max-height: 200%;
	width: auto;
}

.course-widget .col-4.crop-no img{
	clip-path: none;
}

@media screen and (max-width: 768px){
	.course-widget{
		padding: 25px 20px;
	}

	.course-widget .col-8{
		z-index: 1;
	}

	.course-flag{
		font-size: 15px;
		padding: 4px 12px;
		border-radius: 14px;
		margin-bottom: 0;
	}

	.course-content{
		font-family: 'Roboto', serif;
		font-size: 14px;
		margin-bottom: 15px;
		margin-top: 10px;
	}

	.course-content ul li{
		font-size: 14px;
	}

	.course-content ul li:before {
		font-size: 16px;
	}

	.course-widget .yellow-button{
		font-size: 12px;
	}

	.course-widget .col-4 img{
		position: absolute;
		top: auto;
		right: auto;
		min-width: 180px;
		bottom: -25px;
		z-index: 0;
		left: -20px;
	}
}

div[data-google-query-id] {
	position: relative;
	margin: 16px 0 0;
}

.course-widget>div{
	position: relative;
}

div[data-google-query-id]:before, .course-widget>div:before, .course-widget-new>div:before, .banner-agency:before{
	content: "Реклама";
	position: absolute;
	top: -16px;
	left: 0;
	text-align: center;
	font-size: 10px;
	font-family: Arial,sans-serif;
	color: #93a4ac;
	letter-spacing: .05em;
	white-space: nowrap;
}

.course-widget-new>div{
	position: relative;
}
.course-widget-new>div:before {
	top: 5px;
	left: 25px;
}

.course-widget-new{
	margin-bottom: 10px;
	width: 100%;
	border-radius: 10px;
	clear: both;
	font-family: 'Source Sans Pro', sans-serif;
}

.course-widget-style1{
	background-position: top right!important;
	background-size: contain!important;
	background-repeat: no-repeat!important;
}

.course-widget-style1 .course-content{
	width: 87%;
	background: #282B3E;
	clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
	padding: 25px;
	border-radius: 10px;
}

.course-widget-new .course-title{
	font-weight: 600;
	font-size: 20px;
	line-height: 120%;
	letter-spacing: -0.02em;
	color: #FFFFFF;
	margin-bottom: 13px;
}

.course-widget-new .course-info{
	font-size: 14px;
	line-height: 130%;
	letter-spacing: -0.02em;
	color: rgba(255, 255, 255, 0.7);
	max-width: calc(100% - 240px);
	display: inline-block;
}

.course-widget-style1 a{
	background: #E85F63;
	border-radius: 5px;
	padding: 12px 16px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
}

.course-widget-style4{
	background: #FFDFDF;
	border-radius: 0;
}

.course-widget-style4 .course-content{
	max-width: 100%;
	padding: 20px;
	display: block;
}

.course-widget-style4 .course-title{
	font-size: 18px;
	color: #000;
	display: inline;
}

.course-widget-style4 .course-info{
	display: inline;
	font-size: 18px;
	color: #000;
}

.course-widget-style4 a{
	font-size: 18px;
	color: #000;
	border-bottom: 3px solid #E85F63;
	font-weight: 600;
}

.course-widget-style5{
	background: #fff;
	border-radius: 0;
	border: 4px solid #E85F63;
}

.course-widget-style5 .course-content{
	max-width: 100%;
	padding: 20px;
	display: block;
	margin-bottom: 0;
}

.course-widget-style5 .course-title{
	font-size: 18px;
	color: #000;
	display: inline;
}

.course-widget-style5 .course-info{
	display: inline;
	font-size: 18px;
	color: #000;
}

.course-widget-style5 a{
	font-size: 18px;
	color: #000;
	border-bottom: 3px solid #E85F63;
	font-weight: 600;
}

@media (max-width: 768px){
	.course-widget-style1 .course-content{
		padding: 20px;
		width: 60%;
		clip-path: polygon(0 0, 80% 0, 100% 50%, 80% 100%, 0 100%);
	}
	.course-widget-style1 .course-title{
		font-size: 18px;
	}
	.course-widget-style1 .course-info{
		max-width: 100%;
	}
	.course-widget-style1 a{
		display: inline-block;
		margin-top: 10px;
	}
	.course-widget-style1 {
		background-size: cover!important;
	}
}

.widget.widget-spec-project{
	padding: 12px 15px 0;
}

.widget.widget-spec-project p.widget-title {
	font-weight: 700;
	font-size: 18px;
	padding-bottom: 15px;
	color: #fff;
}

.widget.widget-spec-project h3 {
	padding-bottom: 12px;
}

.widget.widget-spec-project .spec-p-title a{
	color: #fff;
	font-size: 16px;
	line-height: 21px;
	position: absolute;
	bottom: 20px;
	right: 15px;
	left: 29px;
}

.widget.widget-spec-project .spec-p-title a:before{
	content: '';
	display: block;
	height: 7px;
	width: 7px;
	background: #e85f63;
	position: absolute;
	top: 7px;
	left: -15px;
}

.widget.widget-spec-project .spec-p-title{
	color: #000;
	width: 100%;
	font-size: 17px;
	font-weight: bold;
	line-height: 22px;
	padding: 15px 0;
}

.widget.widget-spec-project .spec-p-image{
	margin: 0 -5px 5px;
	height: 160px;
	background-size: cover!important;
	position: relative;
	padding: 15px;
	background-position: center center!important;
}

.banner-agency{
	padding: 20px;
	background: url("/wp-content/themes/supermc/templates/banner-agency/back3.png") top right no-repeat, #FAF3D1;
	position: relative;
	margin-bottom: 20px;
}
.agency-title{
	font-weight: bold;
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 10px;
}
.agency-leader{
	position: absolute;
	bottom: 0;
	right: 30px;
}
.agency-check{
	display: flex;
	align-items: center;
}
.agency-check img{
	flex: 0 0 32px;
	margin-right: 10px;
}
.agency-check span{
	font-weight: bold;
	font-size: 13px;
	line-height: 1.2;
}
.button-agency{
	display: inline-block;
	padding: 15px 20px;
	color: #fff;
	border-radius: 100px;
	font-weight: bold;
	font-size: 14px;
	background: #000;
	border-bottom: none!important;
	position: absolute;
	bottom: 0;
	z-index: 10;
	right: 0;
}
.button-agency img{margin-left: 10px;}
@media (max-width: 768px){
	.button-agency{
		position: relative;
		padding: 10px 15px;
	}
	.button-agency img{width: 9px;}
	.banner-agency {
		background: url("/wp-content/themes/supermc/templates/banner-agency/back-m.png") bottom right / contain no-repeat, #FAF3D1;
	}
	.agency-checks{
		margin-bottom: 10px;
	}
}

.partners-all .col-12{
	display: flex;
	align-items: center;
	gap: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	flex-wrap: wrap;
}
.partner-logo{max-width: 120px;}
.partner-logo img{max-width: 100%;height: auto;}