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

body {
	margin: 0;
	font-weight: 500;
	font-family: 'PT Sans', sans-serif;
	color: #1a1919;
	background-color: #eceff1;
	/*overflow-x: hidden;*/
}

body.mcwork-pages, body.post-type-archive-vacancy, body.post-type-archive-vacancy #content .container, body.page-template-vacancy-all, body.page-template-vacancy-all #content .container{
	background-color: #fff;
}

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

.for-amp{
	display: none;
}

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

.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{
	border-bottom: 2px solid #ffdf17;
}

a:active,
a:hover, a:hover span {
	outline: 0;
	color: #efce01;
	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;
}

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;
}

img.full-width{
	max-width: calc(100% + 80px);
	margin: 0 -40px;
}

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;
}

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

td,
th {
    border: none;
    padding: 10px!important;
	font-family: PT Sans;
	width: 100%;
	vertical-align: top;
}

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: PT Sans;
    font-size: 16px;
}

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

td p{
	font-family: PT Sans!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: #ffde00;
    padding: 3px 6px;
}

#page{

}

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

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

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


body {
	*height: 500px;
}



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;
}

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

header.mobile-head #logo img{
	height: 50px;
}

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

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

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

.head-search{
	float: right;
	padding-top: 7px;
}

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

.head-social-desktop a{
	display: inline-block;
	height: 36px;
	width: 36px;
	background: #FFF281;
	position: relative;
	margin-right: 5px;
}

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

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

.head-social-desktop a.youtube-black:hover{
	background: #C00000;
}

.head-social-desktop a.email-black:hover{
	background: #fff;
}

.head-social-desktop a.telegram-black:hover img, .head-social-desktop a.facebook-black:hover img, .head-social-desktop a.youtube-black:hover img{
	filter: invert(1);
}

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

.head-social p{
	padding-bottom: 10px;
    font-weight: 600;
    font-size: 12px;
	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: 1260px;
}

.footer-menu{

}

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

}

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

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

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

.promotion .footer-social-desktop img{
	height: 42px;
	margin-left: 0;
	margin-right: 10px;
}

.promotion .col-lg-4{
	max-width: 245px;
}

.promotion p{
	color: #9a9a9a;
    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: 11px;
}

.search-field{
	border: none;
    width: 234px;
    height: 36px;
    background-color: #ffffff;
    padding: 0 46px 0 20px;
}

/* 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: 5px;
}

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

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

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

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

.nav--main li.orange-menu:before {
	color: #FF7E06;
}

.nav--main li.red-item-menu:before {
	color: #ff0606;
}

.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;
}

nav#mobile-navigation{
    max-width: 300px;
    position: absolute;
    z-index: 100000;
    background: #eceff1;
    padding: 20px;
    top: 60px;
	display: none;
	height: 100vh;
	overflow: auto;
}

nav#mobile-navigation .head-social img{
	max-width: 175px;
	padding-bottom: 5px;
}

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: #ffdf17;
}

.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: 21px 15px;
	/* non-critical apperance styles */
	height: 15px;
	width: 21px;
	cursor: pointer;
	background-image: url('images/svg/burger.svg');
	background-repeat: no-repeat;
	background-position: right center;
}

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

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

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

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

p.mobile-title{
	font-size: 32px!important;
	font-family:'PT Sans',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;
}

.nav-trigger:checked + label, .search-trigger:checked +label {
	background-image: url('images/close.svg');
}

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

.nav--footer li a{
	color: #fff;
    font-size: 12px;
    padding: 0 15px 0 0;
}

.nav--footer li a:hover{
	color: #ffdf17;
}

/* 2 end Меню*/

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

.last-news{
	margin-bottom: 10px;
    background: #fff;
    padding: 20px;
}

.show-728{
	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: 18px;
    border-left: 3px solid #ffdf17;
    padding: 2px 0 2px 10px!important;
	margin-bottom: 20px!important;
	font-weight: 700!important;
}

.border-gradient h2.row-title{
	border-left: 40px solid #ffdf17;
	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: 'PT Sans';
	display: inline-block;
}

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

.club-button{
    background: #fff;
    color: #000!important;
    font-size: 16px;
	font-weight: 700;
    padding: 14px 30px;
	font-family: 'PT Sans';
	display: inline-block;
}

.yellow-button{
	font-size: 12px;
	text-transform: uppercase;
	color: #000;
	font-family: 'PT Sans';
	background: #FFE043;
	width: 220px;
	padding: 16px 0;
	text-align: center;
	display: inline-block;
    font-weight: 700;
	border: none!important;
}

.yellow-button:hover{
	color: #FFE043;
	background: #000;
	border-bottom: none;
}

.club-button:hover{
	color: #fff!important;
	background: #000;
}

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

.yellow-inv:hover{
	background: #fff!important;
	border: solid 1px #ffdf17!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: 600;
}

.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: #ffdf17!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: 13px;
    color: #9a9a9a;
    padding-top: 10px;
}

.meta-info{
	font-family: Georgia;
	font-size: 14px;
	line-height: 22px;
	color: #767676;
}

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

.col-4.text-right .meta-eye{
	display: none;
}

.single-format-status .col-4.text-right .meta-eye{
	display: initial;
}

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

.front-views-count img{
	display: inline-block;
}

.front-views-count{
	font-size: 12px;
	color: #9a9a9a!important;
	font-weight: 400;
	display: inline-block;
}

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

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

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

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

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

.category-label{
	font-size: 10px;
    font-weight: 700;
    background-color: #ffdf17;
    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 #ffe043;
    border-bottom: 9px solid #ffe043;
    width: 100%;
}

.news-little h2{
	font-size: 15px;
    font-weight: 600;
	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: 18px;
}

.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: 16px;
	flex-wrap: wrap;
}

.news-little-image .news-title h2{
    font-size: 16px;
    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, #ffdf17, #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, #ffdf17, #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, #ffdf17, #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: #ffdf17;
    padding: 7px 8px;
    color: #1a1919;
    margin-right: 10px;
    font-size: initial;
}

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

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

.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;
}

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

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

.post-content h3{
	font-size: 19px;
	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: Georgia;
	font-size: 17px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.75;
	letter-spacing: normal;
	text-align: left;
	color: #3d3e40;
	padding-bottom: 20px;
}

.top-info .post-content.tag-content p{
	font-size: 17px;
	line-height: 1.75;
	padding-bottom: 20px;
}

.top-info .post-content.tag-content h1 {
	font-weight: bold;
	font-size: 30px;
	line-height: 34px;
	color: #1A1919;
	margin-bottom: 30px;
}

.top-info .post-content.tag-content h2 {
	font-size: 22px;
	line-height: 34px;
	border-left: 3px solid #ffdf17;
	padding: 2px 0 2px 15px !important;
	margin-bottom: 15px !important;
	margin-top: 20px !important;
	font-weight: 600 !important;
}

.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-image: linear-gradient(to right, #ffde17, #f76d1d);
	margin: 20px 0 40px;
	clear: both;
}

.post-content ul{
	clear: both;
}

.post-content ul li {
    list-style-type: none; /* Прячем исходные маркеры */
	margin-left: 30px;
}

.post-content ul:not(.toc_list) li:before {
    color: #fde044; /* Цвет маркера */
    content: "\2022 "; /* Сам маркер */
    padding-right: 10px; /* Расстояние от маркера до текста */
	font-size: 64px;
	line-height: 0px;
    display: inline-block;
    position: relative;
    top: 12px;
	margin-left: -36px;
}

.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),.post-content blockquote:not(.twitter-tweet) p{
	font-family: 'PT Sans';
	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){
	max-width: 860px;
	margin: 0 auto;
	clear: both;
	background: #FFFDEC;
	padding: 40px 0;
	margin-bottom: 20px;
}

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

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

body:not(.page-id-195155) .post-content ol {
	list-style-type: none;
	counter-reset: list;
}

body:not(.page-id-195155) .post-content ol li:before {
	content: counter(list);
    counter-increment: list;
    color: #FDE044;
    font-size: 85px;
    position: absolute;
    top: 4px;
    display: inline-block;
    padding-right: 29px;
    float: left;
    line-height: 75px;
    font-family: Marmelad;
    font-weight: 600;
    margin-left: -100px;
    width: 114px;
    text-align: right;
}

body.page-id-195155 .post-content ol li {
	margin-left: 20px;
	min-height: auto;
}

body.page-id-195155 .post-content ul{
	margin-left: 25px;
	margin-bottom: 25px;
}

body.page-id-195155 .form-pumb {
	padding: 30px 30px;
}

.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="1"]{
	counter-reset: list 0!important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.post-content ol[start="42"]{
   counter-reset: list 42!important;
}

.post-content ol[start="43"]{
   counter-reset: list 43!important;
}

.post-content ol[start="44"]{
   counter-reset: list 44!important;
}

.post-content ol[start="45"]{
   counter-reset: list 45!important;
}

.post-content ol[start="46"]{
   counter-reset: list 46!important;
}

.post-content ol[start="47"]{
   counter-reset: list 47!important;
}

.post-content ol[start="48"]{
   counter-reset: list 48!important;
}

.post-content ol[start="49"]{
   counter-reset: list 49!important;
}

.post-content ol[start="50"]{
   counter-reset: list 50!important;
}

.post-content ol[start="51"]{
   counter-reset: list 51!important;
}

.post-content ol[start="52"]{
   counter-reset: list 52!important;
}

.post-content ol[start="53"]{
   counter-reset: list 53!important;
}

.post-content ol[start="54"]{
   counter-reset: list 54!important;
}

.post-content ol[start="55"]{
   counter-reset: list 55!important;
}

.post-content ol[start="56"]{
   counter-reset: list 56!important;
}

.post-content ol[start="57"]{
   counter-reset: list 57!important;
}

.post-content ol[start="58"]{
   counter-reset: list 58!important;
}

.post-content ol[start="59"]{
   counter-reset: list 59!important;
}

.post-content ol[start="60"]{
   counter-reset: list 60!important;
}

.post-content ol[start="61"]{
   counter-reset: list 61!important;
}

.post-content ol[start="62"]{
   counter-reset: list 62!important;
}

.post-content ol[start="63"]{
   counter-reset: list 63!important;
}

.post-content ol[start="64"]{
   counter-reset: list 64!important;
}

.post-content ol[start="65"]{
   counter-reset: list 65!important;
}

.post-content ol[start="66"]{
   counter-reset: list 66!important;
}

.post-content ol[start="67"]{
   counter-reset: list 67!important;
}

.post-content ol[start="68"]{
   counter-reset: list 68!important;
}

.post-content ol[start="69"]{
   counter-reset: list 69!important;
}

.post-content ol[start="70"]{
   counter-reset: list 70!important;
}

.post-content ol[start="71"]{
   counter-reset: list 71!important;
}

.post-content ol[start="72"]{
   counter-reset: list 72!important;
}

.post-content ol[start="73"]{
   counter-reset: list 73!important;
}

.post-content ol[start="74"]{
   counter-reset: list 74!important;
}

.post-content ol[start="75"]{
   counter-reset: list 75!important;
}

.post-content ol[start="76"]{
   counter-reset: list 76!important;
}

.post-content ol[start="77"]{
   counter-reset: list 77!important;
}

.post-content ol[start="78"]{
   counter-reset: list 78!important;
}

.post-content ol[start="79"]{
   counter-reset: list 79!important;
}

.post-content ol[start="80"]{
   counter-reset: list 80!important;
}

.post-content ol[start="81"]{
   counter-reset: list 81!important;
}

.post-content ol[start="82"]{
   counter-reset: list 82!important;
}

.post-content ol[start="83"]{
   counter-reset: list 83!important;
}

.post-content ol[start="84"]{
   counter-reset: list 84!important;
}

.post-content ol[start="85"]{
   counter-reset: list 85!important;
}

.post-content ol[start="86"]{
   counter-reset: list 86!important;
}

.post-content ol[start="87"]{
   counter-reset: list 87!important;
}

.post-content ol[start="88"]{
   counter-reset: list 88!important;
}

.post-content ol[start="89"]{
   counter-reset: list 89!important;
}

.post-content ol[start="90"]{
   counter-reset: list 90!important;
}

.post-content ol[start="91"]{
   counter-reset: list 91!important;
}

.post-content ol[start="92"]{
   counter-reset: list 92!important;
}

.post-content ol[start="93"]{
   counter-reset: list 93!important;
}

.post-content ol[start="94"]{
   counter-reset: list 94!important;
}

.post-content ol[start="95"]{
   counter-reset: list 95!important;
}

.post-content ol[start="96"]{
   counter-reset: list 96!important;
}

.post-content ol[start="97"]{
   counter-reset: list 97!important;
}

.post-content ol[start="98"]{
   counter-reset: list 98!important;
}

.post-content ol[start="99"]{
   counter-reset: list 99!important;
}

.post-content ol[start="100"]{
   counter-reset: list 100!important;
}

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

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

@media only screen and (max-width: 400px){
   .post-content ol li{
    margin-left: 0px;
   }

	.post-content .content-inner ol li{
		margin-left: 0px;
	}

	body.page-id-195155 .post-content ol li{
		margin-left: 20px;
	}

   .post-content ol li::before {
	   margin-left: 0px!important;
	   width: 100%!important;
	   margin-bottom: 15px!important;
	   text-align: center!important;
	   position: relative!important;
   }
}

@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: #ffe12b;
    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: #ffdf17;
    padding: 7px 12px;
}

.wp-pagenavi a:hover{
    background: #ffdf17;
	color: #000;
}

/* 6 end Содержимое новости */

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

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

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

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

.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, #ffdf17;
	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, #ffdf17, #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 #ffdf17;
    -moz-box-shadow: 5px 5px 0px #ffdf17;
    -webkit-box-shadow: 5px 5px 0px #ffdf17;
}

.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;	*/
}

p.intro, #buddypress .intro{
    background: #fcfcde;
    padding: 15px;
    border-left: 5px solid #fde044;
    float: none!important;
    text-align: left!important;
	margin-bottom: 20px;
	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: 100000; /* 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: #fde044;
    margin-bottom: 20px;
    font-size: 25px;
	position: relative;
	float: left;
	width: 100%;
}

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

.pull-left a{
	text-decoration: underline;
}

.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: Georgia;

}

.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%;
}

.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: block;
    text-align: left;
    width: 100%;
	/*clear: both;*/
	margin: 0 auto;
}

.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 .wpvqgr-wrapper .row{
	width: auto;
	max-width: inherit;
}

.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: 100%;
    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;
}

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

.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 #ffde00;
	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: PT Sans;
	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 #ffde00;
    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: 600;
    font-family: PT Sans;
    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: PT Sans;
    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: "PT Sans", 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: "PT Sans", 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: "PT Sans",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: "PT Sans", 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: "PT Sans", 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: #ffde00;
}

.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 #ffe043;
}

.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: #ffe043;
}

.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 #ffe043;
}

.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: #ffe043;
}

.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: Georgia;
    font-weight: 600;
    font-style: italic;
    font-size: 14px;
}

p.braun-speak span{
    font-family: 'PT Sans',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: 'PT Sans',sans-serif;
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    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: 'PT Sans',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: #ffdf17;
	font-size: 16px;
	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: #ffdf17;
}

/* vacancy-single */

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

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

.vacancy-header.vacancy-header-yellow{
	background: #ffe043!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: #ffdf17;
	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: 'PT Sans', 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 #ffdf17;
    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;
}

.page-template-tarif h2.text-center-block{
	border-left: none!important;
}

span.hr{
    display: block;
    width: 150px;
    height: 3px;
    background: #000;
    margin: 40px auto 0;
}

.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: PT Sans;
    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: #ffdf17;
    font-family: PT Sans;
    padding-bottom: 21px;
	text-align: center;
}

p.digits-desc{
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #1a1919;
    font-family: PT Sans;
	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: #ffdf17;
	display: inline-block;
	margin-bottom: 30px;
}

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

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

.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: PT Sans;
    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: Open sans;
}

.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;
}

.post-content .people-position{
    font-family: PT Sans;
    padding-bottom: 19px;
	line-height: 1.4;
}

.post-content .people-info, .people p{
    line-height: 1.4;
    font-family: PT Sans;
}

.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: PT Sans;
    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: #ffdf17!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: #ffdf17!important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
	top: 0;
    font-size: 12px!important;
    height: 40px;
    width: 190px;
    margin-bottom: 10px;
    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: #ffdf17;
    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: #ffdf17;
    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;
	max-width: 250px;
}

.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, #ffdf17;
	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), #ffdf17;
	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: #ffdf17!important;
    color: #000!important;
    font-size: 13px!important;
	padding: 10px 40px;
}

.email-vacancy .yellow:hover, .mc-button:hover {
    border: solid 1px #ffdf17!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: PT Sans;
    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: PT Sans;
    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: PT Sans;
    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: PT Sans;
    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: 600;
  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: Georgia;
  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: #ffdf17;
    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: #ffdf17!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: PT Sans;
}

.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, #ffdf17, #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.otziv-right img{
	float: right;
    padding-right: 0;
    padding-left: 54px;
}

.otziv p.name{
    padding-top: 35px;
    font-size: 24px;
    font-family: PT Sans;
    font-weight: 600;
    color: #1a1919;
}

.otziv.otziv-right p.name{
    text-align: right;
}

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

.otziv.otziv-right p.text{
    background-position-x: 3%;
	text-align: right;
}

.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: 600;
}

.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: 600;
}

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

.new-vacancy-list p{
	font-family: PT Sans!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: 600;
	padding-right: 15px;
	font-size: 16px;
}

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

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

}

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

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


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

.comname{
	padding: 5px 15px;
	border-radius: 15px;
	font-weight: 600;
	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:not(.wpvqgr-clear){
	max-width: 860px;
    margin: 40px auto 40px;
}

.single-format-status .post-content hr.wpvqgr-clear{
	margin: 0;
}

.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;
}

.single-format-status .fresh-posts, .single-format-aside .fresh-posts{
	text-align: left;
	padding: 0!important;
}

.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: 20px 0;
	float: left;
	width: 100%;
}

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

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

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

.fresh-posts .widget-title{
	border-bottom: 1px solid #eceff1;
}

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

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

.fresh-title div{
	text-align: left!important;
}
.fresh-title br{
	display: none;
}


.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: 20px;
    font-weight: 600;
    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;
}

.single .slider-top{
	max-width: 870px;
	margin: 0 auto 10px;
}

.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: 10px;
}

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

.slider-top a.slider-elem-title{
	font-weight: bold;
	font-size: 15px;
	line-height: 1.4;
	color: #000000;
	display: inline-block;
	margin-top: 10px;
}

.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 #FFE043;
}

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

.vacancy-content .wpcf7 p, .vacancy-content .wpcf7 input{
	font-family: "PT Sans", 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: 600;
}

.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: Georgia;
	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: Georgia;
}

.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 #ffdf17;
    padding: 2px 0 2px 10px!important;
    margin: 25px 0;
    font-weight: 700!important;
}

.wq-share.wq_shareCtr p{
	font-size: 18px!important;
    font-family: PT Sans,serif;
    padding: 10px 0 0;
    font-weight: 600;
}

.first-number{
    background: #ffdf17;
    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 #FFE043;
	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: PT Sans;
	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 #ffde00;
}

.donation-block input[type=radio]:checked ~ .check::before{
  background: #ffde00;
}

.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: #ffe043;
    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 #ffe043;
    padding: 30px;
    width: 100%;
}

.woocommerce-checkout .woocommerce p, .woocommerce-checkout .woocommerce input{
	font-family: 'PT Sans'!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: PT Sans;
    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: #ffe043;
    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: #fde044;
	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: #ffdf17;
}

.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 .vacancy-header h2 {
    text-transform: none;
    margin-bottom: 50px!important;
    font-weight: 700!important;
    margin-top: 50px;
    display: inline-block;
    width: 100%;
    clear: both;
    max-width: 100%;
    color: #000;
    font-size: 50px;
}

.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% + 30px);
    margin: 0 -15px;
    max-width: none;
}

.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: 600;
	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: 14px;
	font-weight: 600;
}

.cat-label:before{
	content: " ";
	display: inline-block;
	background: #ffe043;
	height: 15px;
    width: 15px;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: text-top;
}

.lenta-item{
	background: #fff;
	padding: 20px;
	margin-bottom: 10px;
	box-shadow: 0px 5px 5px #D6DCE0;
}

.lenta-item h2{
	font-size: 22px;
    font-weight: 700;
	padding-top: 10px;
	padding-bottom: 10px;
}

.home-page .lenta-item h2{

}

.lenta-item p{
    font-size: 16px;
    line-height: 1.3;
    padding-bottom: 10px;
}

.lenta-image{
    background-size: contain!important;
    /*height: 350px;
	border-bottom: 9px solid #ffe043;
    border-right: 9px solid #ffe043;
	padding-bottom: 62%;*/
}

.blogs-item .lenta-image {
    border-bottom: none;
    border-right: none;
}

.lenta-item .lenta-image img{
	width: 100%;
}

.load-more-main{
	display: block;
    width: 100%;
    text-align: center;
    background: #ffe043;
    font-size: 12px;
    font-weight: 600;
    padding: 15px 0;
	margin-bottom: 40px;
}

.load-more-main:hover{
	color: #fff;
	background: #000;
}

.widget{
	background: #dde1e4;
	width: 100%;
	padding: 15px;
	float: left;
	clear: both;
}

.mobile-show .widget-popular{
	column-width: auto!important;
	-webkit-column-width: auto!important;
	overflow: visible!important;
	height: auto!important;
	clear: both!important;
	margin-bottom: 20px!important;
}

h3.widget-title, p.widget-title, .last-news-new p.widget-title{
	font-weight: 700;
	font-size: 18px;
	padding-bottom: 15px;
}

.widget-vacancy-title{
	line-height: 1;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 3px;
}

.widget-vacancy-title:before{
    content: '\25CF';
    color: #FFE043;
    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: 600;
	line-height: 1;
	background: #ffe043;
	width: 100%;
	display: block;
	margin-bottom: 15px;
	padding: 10px 15px;
}

.col-lg-7 .new-vacancy-link{
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	background: #ffe043;
	display: block;
	margin-bottom: 15px;
	padding: 10px 20px;
	margin: 0;
	width: auto;
	position: absolute;
	top: 14px;
	right: 20px;
}

.new-vacancy-link:hover{
	color: #fff;
	background: #000;
}

.new-vacancy-link span{
	font-size: 12px;
	font-weight: 400;
}

.widget.widget-spec-project{
	background: #ffe043;
	padding: 12px 15px 0;
}

.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: #FFE043;
	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;
}

.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, article.text-center-block{
	clear: both;
}

.widget-popular{
	column-width: 150px;
	-webkit-column-width: 150px;
	overflow: hidden;
	height: calc(100vh - 100px);
}

.widget-popular .widget-popular-item{
	clear: both;
}

.widget-popular .widget-popular-num{
    font-size: 25px;
    line-height: 40px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #ffe043;
    text-align: center;
	font-weight: 600;
}

.widget-popular .widget-popular-title{
	line-height: 1.2;
	font-size: 14px;
}

.widget-popular-title div{
	text-align: left!important;
}

.widget-popular-title br{
	display: none!important;
}

.widget-popular .widget-popular-title .meta-eye{
	padding-left: 0;
	white-space: nowrap;
}

.login-link{
	float: right;
    padding: 16px 0;
    font-size: 13px;
    font-weight: 600;
	margin-left: 0px;
}

.login-link img{
	vertical-align: sub;
}

.login-link:hover{
	color: #000;
}

.modal-backdrop{
	z-index: -1;
}

.author-blog-header{
	position: relative;
    float: left;
    width: 100%;
    min-height: 300px;
    background: linear-gradient(174deg, #ffe043 0 33%, #fff 33% 100%);
}

.author-blog-header .author-avatar img{
    position: absolute;
    top: 50%;
    left: 50%;
    clip-path: polygon(20px 0px, 140px 20px, 150px 150px, 0px 145px);
    margin: -75px;
	width: 150px;
	height: auto;
}

.author-blog-header a {
	border-bottom: 2px solid #ffdf17;
}

.author-blog-header .author-avatar{
	position: relative;
    height: 150px;
    width: 100%;
    margin: 50px 0;
}

.author-blog-header .author-name{
    font-size: 32px;
    font-weight: 600;
    text-align: center;
}

.author-blog-header .author-info{
	font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.author-blog-header .author-bio{
	padding: 30px 20px;
	white-space: break-spaces;
    font-family: 'PT Sans';
}

.author-block{
	width: 100%;
	float: left;
	margin: 15px 0 0;
}

.lenta-item .author-block{
	margin: 0;
}

.author-block .author-left{
	width: 50px;
	float: left;
	margin-right: 10px;
}

.author-block .author-left img{
	width: 100%;
	border-radius: 50%;
}

.author-block .author-right{
	width: calc( 100% - 70px );
	float: left;
}

.author-block .author-right p{
    font-size: 1rem;
    font-family: PT Sans;
	padding-bottom: 0;
}

.author-block .author-right a{
	border: none;
}

.author-block .author-right .author-info{
	font-size: 12px;
	line-height: 1;
}

.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: #ffdf17;
    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: 14px;
    font-weight: 400;
    position: relative;
    display: inline-block;
}

.flag-post{
    font-size: 14px;
    font-weight: 400;
    position: relative;
    padding: 0px 10px;
    display: inline-block;
    margin-left: 10px;
	vertical-align: text-bottom;
}

.top-blog{
	background: #9ffcf4;
}

.standart-blog{
	background: #ffe043;
}

.editorial-post{
	background: #fce043;
}



/*формы для входа и регистрации*/

.bsui .card{
	background: #ffe043;
	border-radius: 0!important;
}

.bsui .modal-title{
	text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    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: #000!important;
    border-color: #000!important;
	border-radius: 0!important;
	position: relative;
}

.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:empty{
	display: none;
}

.tags a{
    text-decoration: none;
    border-bottom: none;
    background: #ffe043;
    padding: 7px 13px;
    text-transform: uppercase;
    font-size: 12px;
    margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
}

.tags a:hover{
    color: #ffe043;
	background: #000;
}

#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 #ffde00;
	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: 600;
	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: linear-gradient(to right, #272a41, #272a41 50%, #dc4f53 51%, #dc4f53 75%)
}

#content .container{
	background: none;
	cursor: initial;
}

.search.search-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: 'PT Sans', 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: 'PT Sans', serif;
	margin-bottom: 0;
	padding-bottom: 0;
	font-weight: 600;
}

.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: #ffdf17!important;
}

li.menu-blue:before {
	color: #79F9F1 !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: #FFE043;
	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 #ffe043;
}

.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: PT Sans;
	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: PT Sans;
	padding-bottom: 15px;
}

.read-after-post-block ul a{
	font-family: PT Sans;
	border-bottom: none;
}

.read-after-post-block ul li{
	line-height: 1.4;
	padding-bottom: 5px;
}

.read-after-post-block ul li:before {
    color: #fde044;
    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: 'PT Sans'!important;
}

#buddypress ul li:before{
	content: ''!important;
	display: none!important;
}

.new-blog-button{
	display: inline-block;
    background: #fff;
    color: #ffe503;
    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/arrow-down.png');
	padding-left: 10px;
	width: 9px;
	display: inline-block;
}

.mobile-head .blog-menu:after {
	padding-left: 0px;
}

.mobile-head .blog-menu ul{
	right: 0;
}

.blog-menu:hover:after{
	content: url('/wp-content/themes/supermc/images/arrow-up.png');
}

.blog-menu img{
	border-radius: 50%;
	width: 50px;
}

.mobile-head .blog-menu img{
	border-radius: 50%;
	width: 30px;
}

.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;
}

.buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) nav:not(.tabbed-links){
	border: none!important;
}

.bp-navs ul li.current a{
	border-bottom: 2px solid #ffdf17;
}

.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: #ffdf17!important;
	color: #000!important;
}

.single-headers #item-header-avatar a{
	text-align: center!important;
	border: none;
}

.single-headers #item-header-avatar a img{
    width: 150px!important;
    float: none!important;
    clip-path: polygon(20px 0px, 140px 20px, 150px 150px, 0px 145px);
}

#item-header{
    background: linear-gradient(174deg, #ffe043 0 43%, #fff 43% 100%);
    padding: 50px 0;
}

#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 #ffe043!important;
    color: #000;
    font-weight: 700;
}

.the_buddyforms_form .buddyforms-blog .form-actions button.bf-submit#awaiting-review{
	background: #ffe043!important;
    color: #000;
    font-weight: 700;
}

.buddypress .buddypress-wrap input[type=submit]{
	border: 2px solid #ffe043!important;
	color: #000;
    font-weight: 700;
}

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, #ffe043;
	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: 'PT Sans', serif;
}

.bigmoney-widget{
	padding: 15px 10px;
    background: url('images/rectangle-light2.png') bottom right, #ffe043;
	background-repeat: no-repeat;
}

.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: 'PT Sans', 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;
}

.youtube-widget{
	border: 5px solid #FEE500;
	padding: 20px 30px;
	background: url(images/youtube-back.png) bottom right no-repeat, #fff;
    margin-bottom: 20px;
}

.youtube-widget p{
	font-weight: bold;
	font-size: 21px;
	font-family: 'PT Sans';
	padding-bottom: 10px;
}

.youtube-widget .jetpack-video-wrapper{
	max-width: 100%;
}

.youtube-widget .jetpack-video-wrapper iframe{
	width: 100%!important;
}

.nice-button.button.yellow{
    background-color: #ffdf17!important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    top: 0;
    font-size: 12px!important;
}

.backlinks a{
	font-weight: 600;
}

.backlinks {
	background: #fff;
	padding: 20px;
	margin-bottom: 20px;
}

.backlinks-block{
	margin-bottom: 20px;
}

.books-widget{
	border: 8px solid #FCE045;
	padding: 25px 45px;
	margin-bottom: 20px!important;
	clear: both;
}

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

.books-widget .books-img{
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

.books-widget h3{
	text-align: center!important;
	font-size: 18px;
}

.books-widget p{
	font-size: 14px;
	padding-bottom: 5px;
	font-family: 'PT Sans',serif;
	line-height: 17px;
}

.books-widget p.books-title{
	font-weight: 600;
}

.books-author{
	color: #1A1919;
}

.books-widget2{
	background: url("images/books-back.png"),#FFFFFF;
	background-position: left bottom;
	background-repeat: no-repeat;
	border: 8px solid #FCE045;
	margin-bottom: 20px!important;
	padding: 20px;
	text-align: left;
	clear: both;
}

.books-widget2 .books-title {
	font-size: 30px;
	font-weight: 700;
	padding: 10px 0;
}

.books-widget2 .books-author {
	font-size: 20px;
	font-weight: 700;
	padding: 0 0 30px;
}

.books-widget2 .books-content {
	font-size: 24px;
	font-weight: 400;
	padding: 0 0 30px;
}

.books-widget2 .yellow-button {
	font-size: 16px;
}

.books-widget2 .col-4 img {
	border: 20px solid #EAEAEA;
}

.course-widget{
	border: 5px solid #FCE043;
	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: rgba(254, 229, 0, 0.2);
	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: 'PT SANS', serif;
	font-size: 16px;
	margin-bottom: 15px;
}

.course-content ul{
	margin-left: 0!important;
}

.course-content ul li{
	font-family: 'PT SANS', 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%;
}

.course-widget .col-4.crop-no img{
	clip-path: none;
}

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

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

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

.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 a{
	border-bottom: none;
}

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

div.mobile-hide:empty{
	display: none;
}

.company-slider h3, .company-slider p{
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
	font-family: 'PT Sans', sans-serif;
	padding: 0;
}

.slider-r h3 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: 600;
	font-size: 16px;
	line-height: 21px;
	display: inline-block;
}

.slider-r{
	background: #fff;
	padding: 20px;
	margin-bottom: 10px;
	border: 3px solid #FFE043;
}

.slider-r h3 {
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
}

.best-week{
    background: #F1FDE8;
    padding: 20px 20px 5px;
    margin-bottom: 10px;
}

.best-week .widget-title{
    margin-bottom: 0px;
}

.best-week .image-right{
    width: 100px;
    margin-right: 20px;
    float: left;
}

.best-week .news-little {
    width: calc(100% - 120px);
    margin: 0;
}

.best-week .col-12{
    margin-bottom: 15px;
}

.best-week .news-little, .best-week .news-little h2{
    display: inline-block;
    font-size: 16px;
    line-height: 21px;
    padding: 0;
}

.best-week .news-little h2 div{
	text-align: left!important;
}

.best-week a{
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	height: 67px;
}

.news-little-center{
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	height: 60px;
}

.widget-popular-image{
	float: left;
	width: 80px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.widget-popular .widget-popular-title:not(.full-width){
	display: inline-block;
	width: calc(100% - 90px);
}

.col-2 .sticky-top {
	top: 80px!important;
	height: calc(100vh - 100px);
	overflow-y: auto;
	padding-right: 10px;
	margin-right: -20px;
}

.sticky-top::-webkit-scrollbar {width: 4px; height: 0;}
.sticky-top::-webkit-scrollbar-track {margin: 0;background: #DEE4EB;}
.sticky-top::-webkit-scrollbar-thumb {
	background: #BEC9D7;
	border-radius: 5px;
	box-shadow: #DEE4EB 0 0 0 1px;
}

body:not(.checkout-ticket) #billing_q_field{
	display: none;
}

body.checkout-ticket #billing_list_field{
	display: none;
}

i.scc-icon {
	background-image: url('images/clean-text-style-icon.png');
}

/* Required for Dashicons to work properly */
i.mce-i-icon {
	font: 400 20px/1 dashicons;
	padding: 0;
	vertical-align: top;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-left: -2px;
	padding-right: 2px
}

.wq_questionTextCtr{
	background: none!important;
	padding: 0!important;
}

body .post-content .wq_questionTextCtr h4{
	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-bottom: 5px;
}

.wq-answer{
	text-align: left;
}

.wq-continue-btn{
	color: #000!important;
}

.wq-continue-btn:focus {
	outline: none!important;
}

.home .text-center-block.promo-banner{
	max-width: 100%!important;
}

.home .text-center-block.promo-banner img{
	width: 100%;
}

#bsa-html.bsaProContainer-10 img{
	width: 100%;
	margin-bottom: 10px!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 #DDE1E5;
	border-radius: 5px;
	margin-bottom: 5px;
}

.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: #000;
	position: absolute;
	right: 10px;
}

.form-quiz div.checks div.check-list label div{
	background: #ffe043;
	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 #BABCBD;
	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 #ffe043;
}

.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 #ffde00;
}

.form-quiz input[type=radio]:checked ~ .check::before{
	background: #ffde00;
}

.form-quiz div.checks div.check-list.select-check{
	border-color: #FDF9DA;
	background: #FDF9DA;
}

.form-quiz div.checks div.check-list.select-check label{
	font-weight: 600;
}

.form-quiz h2{
	font-family: 'PT Sans',serif;
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	line-height: 39px;
	color: #111111;
	padding: 0px 0 10px;
}

.form-quiz p {
	font-family: 'PT Sans',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 #ffe043;
	border-radius: 5px;
}
.title-links a, .toc_list a{
	padding-left: 20px;
}
.title-links a:before, .toc_list a:before{
	color: #fde044;
	content: "\2022 ";
	padding-right: 10px;
	font-size: 36px;
	line-height: 0px;
	display: inline-block;
	position: relative;
	top: 7px;
	margin-left: -20px;
}

@media (max-width: 768px){
	.last-news-new.theme-day{
		margin-top: 10px;
	}
	.post-content table:not(.text-center-block){
		overflow-x: auto;
		display: block;
		width: fit-content;
		max-width: 100%!important;
		border: none;
	}
	.post-content table:not(.text-center-block) td{
		white-space: nowrap;
	}
	.post-content table.text-center-block td {
		width: 100%!important;
		padding: 0 10px!important;
		display: block;
	}
	.post-content table.text-center-block td  .title-links{
		padding: 0;
	}
	.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;
	}
}

@media only screen and (max-width: 1599px){
	body:not(.mcwork-pages) .books-widget2 .books-title {
		font-size: 16px;
	}

	body:not(.mcwork-pages) .books-widget2 .books-author {
		font-size: 14px;
		padding-bottom: 10px;
	}

	body:not(.mcwork-pages) .books-widget2 .books-content {
		font-size: 14px;
	}

	body:not(.mcwork-pages) .books-widget2 .yellow-button {
		font-size: 12px;
	}

	.category-pumb{
		background-image: url("images/pumb-small3.png");
	}

	.course-widget .col-4{
		display: block!important;
	}
}


/* COMMENTS */
.comment-block .comment a {
	border-bottom: none;
}

.comment-block {
	padding: 25px 25px 1px;
	position: relative;
	background: #FFFDEC;
	margin: 0 -25px;
}

#comments_wrapper {
	position: relative;
	margin-bottom: 30px;
}

#comments_wrapper::before,
#comments_wrapper::after {
	content: '';
	display: block;
	width: calc(100% + 3rem);
	margin-left: -1.5rem;
	height: 10px;
	background-color: #eceff1;
}

.single-format-status #comments_wrapper::before, .single-format-aside #comments_wrapper::after,
.single-format-status #comments_wrapper::after, .single-format-aside #comments_wrapper::before{
	background-color: #fff;
}

.comment-block__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	/*padding: 27px 2px 19px;*/
	padding: 0 2px 19px;
}
.comment-block__content {
	margin-bottom: 35px;
	display: none;
}
.comment-block__header-left {
	font-weight: bold;
	font-size: 20px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.comment-block__header-center {
	display: none;
	text-align: center;
}
.comment-block__header-center.--no-comments {
	display: block;
}
.comment-block__total {
	/*padding: 0 7px;*/
	/*height: 30px;*/
	display: inline-block;
	background-color: #ECEFF2;
	color: #79858C;
	font-weight: bold;
	font-size: 14px;
	/*line-height: 30px;*/
	line-height: 0px;
	text-align: center;
	border-radius: 50%;
	margin-left: 9px;
}

.comment-block__total span {
	display: inline-block;
	padding-top: 50%;
	padding-bottom: 50%;
	margin-left: 8px;
	margin-right: 8px;
}

.comment-block__visibility-toggle {
	font-size: 16px;
	margin-left: -19px;
	line-height: 20px;
	vertical-align: middle;
	cursor: pointer;
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}
.comment-block__visibility-toggle:hover {
	color: #79858C;
}
.comment-block__visibility-toggle:after {
	content: "\f077";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	font-size: 15px;
	margin-left: 5px;
	line-height: 20px;
	vertical-align: middle;
	display: inline-block;
}
.comment-block__show-comments {
	margin-bottom: 27px;
	text-align: center;
}
.comment-block__show-comments .comment-block__visibility-toggle:after {
	vertical-align: baseline;
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}
.comment-block__show-form {
	font-weight: bold;
	font-size: 16px;
	border-bottom: 3px solid #FFE503;
	cursor: pointer;
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}
.comment-block__show-form:hover {
	color: #79858C;
}
.comment-block__area {
	margin: 5px 0 40px;
	display: none;
}

.comment-block__notice {
	padding-bottom: 19px;
}

.comment-block__content .comment-respond {
 padding: 0 23px 15px;
}

.comment {
	-webkit-box-shadow: 0 6px 15px #eeeeee;
	box-shadow: 0 6px 15px #eeeeee;
	border: 1px solid #EDEBEB;
	padding: 19px 25px 19px;
	margin-bottom: 9px;
}
.comment.--main {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-top: none;
	border-bottom: none;
	border-right: none;
	border-left: 5px solid #FFE043;
	margin-bottom: 20px;
	background: #fffdec;
}
.comment.--main .comment__content {
	padding: 14px 0 15px;
}
.comment__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.comment__author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.comment__author-avatar {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #eceff1;
	margin-right: 9px;
	font-size: 0;
	line-height: 0;
}
.comment__author-avatar img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.comment__author-name {
	font-weight: bold;
	margin-right: 19px;
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}
.comment__author-to {
	font-size: 14px;
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}
.comment__author-to:before {
	content: '';
	width: 16px;
	height: 13px;
	display: inline-block;
	margin-right: 6px;
	background-image: url("/wp-content/themes/supermc/images/svg/reply-arrow.svg");
}
.comment__author-position-info {
	color: #79858C;
	font-size: 14px;
}
.comment__author-company {
	position: relative;
	display: inline-block;
	color: black;
	border-bottom: 2px solid #FFE043;
	margin-left: 20px;
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}
.comment__author-company:hover {
	color: #79858C;
}
.comment__author-company:before {
	content: '@';
	margin-right: 4px;
	color: #79858C;
	position: absolute;
	left: -20px;
}
.comment__rating-btn {
	color: #9B9B9B;
	cursor: pointer;
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}
.comment__rating-btn:hover,
.comment__rating-btn.voted {
	color: black;
}
.comment__rating-sum {
	color: #9B9B9B;
	font-weight: bold;
	margin: 0 5px;
	min-width: 37px;
	display: inline-block;
	text-align: center;
}
.comment__rating-sum.--negative {
	color: #E85F63;
}
.comment__rating-sum.--positive {
	color: #00A92F;
}
.comment__content {
	font-size: 16px;
	letter-spacing: -0.02em;
	padding: 14px 0 21px;
	overflow-wrap: break-word;
	text-align: left;
}

.comment  .comment__content p {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.02em;
	padding-bottom: 15px;
	overflow-wrap: break-word;
	text-align: left;
	font-family: 'PT Sans', sans-serif;
}

.comment  .comment__content p:last-child {
	padding-bottom: 0;
}

.comment__footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-right: 9px;
	color: #79858C;
}
.comment__footer .comment__rating {
	display: none;
}
.comment__date {
	margin-left: auto;
	font-size: 14px;
}
.comment__rating {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.comment__rating > form {
	padding: 6px 10px;
	background: #FAFAFA;
}

.comment.--main .comment__rating > form {
	background: #fff;
}

.comment__reply {
	margin-right: 28px;
	cursor: pointer;
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}
.comment__reply:hover {
	color: black;
}
.comment__reply:before {
	content: "\f27a";
	font-weight: 400;
	font-family: "Font Awesome 5 Free";
	margin-right: 9px;
}
.comment__complain {
	display: inline-block;
	position: relative;
	margin-right: 24px;
	cursor: pointer;
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}
.comment__complain:hover {
	color: black;
}
.comment__complain:hover .comment__complain-dropdown {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}
.comment__complain-dropdown {
	position: absolute;
	color: black;
	-webkit-box-shadow: 0px 20px 30px rgb(0 0 0 / 20%);
	box-shadow: 0px 20px 30px rgb(0 0 0 / 20%);
	top: 28px;
	background-color: white;
	left: 0;
	min-width: 230px;
	z-index: 2;
	padding: 14px 0;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.comment__complain-dropdown-item {
	padding: 5px 20px;
	font-size: 14px;
	line-height: 1.3;
	-webkit-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}
.comment__complain-dropdown-item:hover {
	background-color: #eceff1;
}
.comment__complain-dropdown-item.active {
	background-color: #eceff1;
	pointer-events: none;
}


.complain_modal {
	display: none;
	position: fixed;
	right: 30px;
	top: 100px;
	background-color: #fff;
	box-shadow: 0 0 16px 4px rgb(0 0 0 / 20%);
	height: auto;
	max-width: 280px;
	min-height: 60px;
	vertical-align: middle;
	width: 60%;
	border-radius: 0;
	border-left: 2px solid #228b22;
	z-index: 9999;
}

.complain_modal__content {
	padding: 10px 15px;
	font-family: Georgia;
	font-size: 16px;
	line-height: 1.5;
	display: flex;
	align-items: center;
}

.complain_modal__content i {
	font-size: 37px;
	color: #228b22;
	margin-right: 20px;
}

.comment__answers {
	padding: 29px 0 0 7px;
}

.comment__answers.--children {
	padding: 0;
	margin-bottom: 20px;
}

.comment__answers .comment__answers.--children:last-child {
	margin-bottom: 0;
}

.comment__answers .comment {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-top: none;
	border-bottom: none;
	border-right: none;
	border-left: 2px solid #AAB0B4;
	padding: 8px 0 9px 19px;
	margin-bottom: 20px;
}
.comment__answers .comment:last-of-type {
	margin-bottom: 0;
}

.comment + .comment-respond {
	margin-bottom: 15px;
}

.comment-area {
	border: 2px solid #EDEBEB;
	background: #fff;
}
.comment-area__field {
	color: #79858C;
	height: 120px;
	width: 100%;
	padding: 16px 18px;
	font-size: 16px;
	letter-spacing: -0.02em;
	border: none;
	outline: 0;
	resize: none;
}
.comment-area__field::-webkit-input-placeholder { color: #79858C; }
.comment-area__field::-moz-placeholder { color: #79858C; }
.comment-area__field:-ms-input-placeholder { color: #79858C; }
.comment-area__field::-ms-input-placeholder { color: #79858C; }
.comment-area__field::placeholder { color: #79858C; }
.comment-area__field::-webkit-input-placeholder { color: #79858C; }
.comment-area__field:-moz-placeholder { color: #79858C; }
.comment-area__field::-moz-placeholder { color: #79858C; }
.comment-area__field:-ms-input-placeholder { color: #79858C; }
.comment-area__footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 6px 25px 17px;
}

.comment-area__right .form-submit {
	padding: 0;
}

.comment-area__btn {
	-webkit-appearance: none;
	outline: 0 !important;
	border: none !important;
	background-color: transparent;
	padding: 0;
}
.comment-area__btn svg path {
	-webkit-transition: fill .3s ease;
	-o-transition: fill .3s ease;
	transition: fill .3s ease;
}
.comment-area__btn:hover svg path {
	fill: black;
}
.comment-area__send-btn {
	-webkit-appearance: none;
	outline: 0 !important;
	border: none !important;
	background-color: #FFE503;
	font-weight: bold;
	font-size: 16px;
	padding: 11px 26px;
	text-align: center;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	font-family: "PT Sans", sans-serif
}
.comment-area__send-btn:hover {
	background-color: black;
	color: #FFE503;
}
.comment-area__btn-wrap {
	display: inline-block;
	margin-right: 19px;
}
.comment-area__btn-wrap [type="file"] {
	display: none;
}
.comment-area__left .comment-area__btn-wrap:last-of-type {
	margin-right: 0;
}

.commenting-disabled {
	text-align: center;
	padding: 25px 0 0;
	margin-bottom: -20px;
}
.commenting-disabled__text {
	font-size: 18px;
	color: #79858C;
	margin-bottom: 20px;
}
.commenting-disabled__btn {
	-webkit-appearance: none;
	outline: 0 !important;
	border: none !important;
	background-color: #FFE503;
	font-weight: bold;
	font-size: 16px;
	padding: 11px 26px;
	margin-bottom: 10px;
	text-align: center;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.commenting-disabled__btn:hover {
	background-color: black;
	color: #FFE503;
}

.loading {
	position: relative;
	height: 40px;
	margin: 20px 0;
}
.loading::after {
	content: '';
	display: block;
	position: absolute;
	height: 40px;
	width: 60px;
	background-image: url('./images/loading.gif');
	z-index: 2;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin: auto;
	left: 0;
	right: 0;
}

.auth-modal .modal-lg {
	max-width: 626px;
}
.auth-modal .modal-content {
	max-width: 626px;
	-webkit-box-shadow: 0 20px 50px rgb(0 0 0 / 25%);
	box-shadow: 0 20px 50px rgb(0 0 0 / 25%);
	border-radius: 0;
}
.auth-modal__header {
	position: relative;
	text-align: center;
	padding: 51px 30px 25px;
}
.auth-modal__title {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 21px;
}
.auth-modal button.close {
	color: #79858C;
	font-weight: 100;
	opacity: 1;
	top: 7px;
	right: 12px;
	outline: 0;
	border: none;
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}
.auth-modal button.close:hover {
	color: #FFE503;
}
.auth-modal__label {
	font-size: 18px;
}
.auth-modal__content {
	padding: 0 105px 50px;
}

.auth-form__field {
	margin-bottom: 17px;
}
.auth-form__label {
	font-weight: bold;
	margin-bottom: 0;
	display: block;
}
.auth-form__label input {
	width: 100%;
	background-color: #F1F1F1;
	font-weight: normal;
	display: block;
	margin-top: 5px;
	padding: 14px 16px;
	border: 1px solid transparent;
	outline: 0;
	-webkit-transition: border-color .3s ease-in-out;
	-o-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out;
}
.auth-form__label input:focus {
	border-color: #FFE503;
}
.auth-form__btn {
	margin: 21px 0 0;
}
.auth-form__btn button {
	width: 100%;
	-webkit-appearance: none;
	outline: 0 !important;
	border: none !important;
	background-color: #FFE503;
	font-weight: bold;
	font-size: 16px;
	padding: 11px 26px;
	text-align: center;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.auth-form__btn button:hover {
	background-color: black;
	color: #FFE503;
}
.auth-modal__tip {
	text-align: center;
	font-size: 14px;
	margin: 29px 0 7px;
}
.auth-modal__auth-by-services {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.form-group .bsui .auth-modal__auth-by-service {
	border: 1px solid #D7D6D6;
	background-color: white;
	display: inline-block;
	width: 49%;
	padding: 8px 10px 5px;
	text-align: center;
	font-size: 0;
	line-height: 0;
	outline: 0;
	-webkit-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}
.form-group .bsui .auth-modal__auth-by-service:hover {
	background-color: #f1f1f1;
}
.form-group .bsui .auth-modal__auth-by-service:focus {
	outline: 0;
}
.form-group .bsui .auth-modal__auth-by-service img {
	height: 25px;
}
.auth-modal__link {
	text-align: center;
}
.auth-modal__link span {
	font-weight: bold;
	cursor: pointer;
	border-bottom: 3px solid #FFE503;
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}
.auth-modal__link span:hover {
	color: #79858C;
}

.form-group .bsui {
	max-width: 285px;
	margin: 70px auto 0;
}

.uwp-social-class::before {
	content: "";
	clear: both;
	display: table;
}

.form-group .bsui {
	margin-top: 30px;
}

.form-group .bsui hr {
	display: none;	
}

.form-group .bsui .text-muted {
	display: block;
	font-size: 14px;
	line-height: 18px;
	color: #000000 !important;
	margin-bottom: 15px !important;
}

.clearfix{
	clear: both;
}

html body.cbc-page.single-format-image{
	background-position-y: 60px!important;
	background-position-x: center!important;
}

.text-center-block.brand-content{
	background: #fff;
	padding: 0 120px;
	max-width: 1110px!important;
	margin-top: 480px;
}

.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: #FFE043;
	-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 #FFE043;
	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: #FFE043;
	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){
	#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%;
	}
}

@media screen and (max-width: 1599px){
	.comment-block__header-center {
		width: 100%;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		margin-top: 15px;
	}
	.comment-block__header-left {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.comment-block__header-right {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.text-center-block.brand-content{
		background: #fff;
		padding: 0 50px;
		max-width: 900px!important;
		margin-top: 420px;
	}
}

@media screen and (max-width: 768px){
	html body.cbc-page.single-format-image{
		background-size: cover;
	}

	.text-center-block.brand-content{
		margin-top: 0px;
		padding: 0 15px;
	}
	body.cbc-page.single-format-image #content>.container{
		padding: 0;
	}

	.author-block .author-right p{
		line-height: 1;
	}
}

.command-list>.row{
	border-bottom: 1px solid #DCDCDC;
}

.command-list>.row:last-child{
	border-bottom: none;
}

.command-item{
	border-right: 1px solid #DCDCDC;
	padding-top: 20px;
	padding-bottom: 50px;
}

.command-item:hover{
	background: #FCE045;
}

.row .command-item:first-child{

}

.row .command-item:nth-child(3){
	border-right: none;
}

.command-ava{
	width: 100%;
	margin-bottom: 15px;
	text-align: center;
}

.command-ava img{
	width: 80px;
	height: 80px;
	border-radius: 50%;
}

.command-info{
	width: 100%;
	text-align: center;
}

.command-info p.command-name, .command-info p.command-name a{
	font-family: PT Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 21px;
	color: #000000;
	margin-bottom: 5px;
	padding: 0;
	text-align: center;
	border-bottom: none;
	text-decoration: none;
}

.command-info p.command-bio{
	font-family: PT Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 19px;
	color: #000000;
	margin-bottom: 15px;
	padding: 0;
	text-align: center;
}

.command-info .social-share-yellow img{
	width: 28px;
	height: 28px;
}

.command-info .social-share-yellow{
	position: absolute;
	bottom: 20px;
	width: calc(100% - 30px);
}

@media screen and (max-width: 768px){
	.command-item {
		border-bottom: 1px solid #DCDCDC;
		border-left: none;
		border-right: none;
		padding-bottom: 20px;
	}

	.command-info .social-share-yellow{
		position: inherit;;
		bottom: 0px;
		width: 100%;
	}

	.command-list>.row{
		border-bottom: none;
	}

	.command-info p{
		text-align: left!important;
	}

	.command-info .social-share-yellow.text-center{
		text-align: left!important
	}

	.command-ava {
		width: 80px;
		margin-bottom: 15px;
		text-align: center;
		float: left;
	}

	.command-info {
		width: calc(100% - 100px);
		text-align: center;
		float: right;
	}
}

@media screen and (max-width: 1250px) {
	.comment__header {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.comment__author {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.comment__author-name {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.comment__author-to {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.comment__author-position-info {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.comment__author-info-top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media screen and (max-width: 1199px){
	.comment__reply {
		margin-right: 17px;
		font-size: 14px;
	}
	.comment__complain {
		font-size: 14px;
		margin-right: 10px;
	}
	.comment__date {
		font-size: 12px;
	}
}

@media screen and (max-width: 991px){
	.comment__header {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.comment__author {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.comment__author-info-top {
		display: block;
		-webkit-box-orient: initial;
		-webkit-box-direction: initial;
		-ms-flex-direction: initial;
		flex-direction: initial;
	}
	.comment-block__header-center {
		width: auto;
		margin-top: 0;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.comment-block__header-left {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.comment-block__header-right {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
}

@media screen and (max-width: 767px){
	#comments_wrapper::before,
	#comments_wrapper::after {
		width: calc(100% + 2rem);
		margin-left: -1rem;
	}
	.comment-block {
		padding: 25px 25px 0;
	}
	.comment-block__header {
		padding: 0 0 20px;
	}
	.comment-block__header-left {
		font-size: 18px;
		width: 50%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.comment-block__header-center {
		width: 100%;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		text-align: center;
		margin-top: 9px;
	}
	.comment-block__header-right {
		width: 50%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		text-align: right;
	}
	.comment-block__total {
		padding: 3px;
		height: auto;
		font-size: 13px;
		/*line-height: 1;*/
	}
	.comment-block__content {
		margin: 0 -23px 31px;
	}
	.comment-block__show-form {
		font-size: 14px;
	}
	.comment {
		padding: 16px 17px 18px;
	}
	.comment.--main .comment__content {
		padding: 9px 0 15px;
	}
	.comment.--main {
		margin: 0 -16px 18px;
		padding: 18px 8px 15px;
	}
	.comment__author-avatar {
		width: 40px;
		height: 40px;
	}
	.comment__header .comment__rating {
		display: none;
	}
	.comment__content {
		padding: 8px 0 15px;
	}
	.comment__footer {
		padding-right: 15px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.comment__date {
		margin-left: 0;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 50%;
		margin-bottom: 15px;
	}
	.comment__reply {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		margin-right: 34px;
		font-size: 14px;
	}
	.comment__reply:before {
		margin-right: 9px;
		font-size: 13px;
	}
	.comment__complain {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
		margin-right: 0;
		font-size: 14px;
	}
	.comment__complain-dropdown {
		left: -18px;
	}
	.comment__footer .comment__rating {
		display: flex;
		flex-shrink: 0;
		-ms-flex-negative: 0;
		justify-content: flex-end;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 50%;
		text-align: right;
	}
	.comment__answers {
		padding: 31px 0 0;
	}
	.comment__answers .comment {
		padding: 0 0 5px 15px;
		margin-bottom: 35px;
	}
	.comment__answers .comment__author {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.comment__author-info-top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.comment__author-name {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.comment__author-to {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.comment__author-position-info {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.comment-area__field {
		padding: 11px 14px;
	}
	.comment-area__footer {
		padding: 11px 12px 12px;
	}
	.commenting-disabled {
		padding: 15px 0 15px;
	}

	.auth-modal .modal-content {
		width: 95%;
	}
	.auth-modal__header {
		padding: 32px 18px 18px;
	}
	.auth-modal__title {
		font-size: 18px;
		margin-bottom: 16px;
	}
	.auth-modal__label {
		font-size: 16px;
	}
	.auth-modal button.close {
		top: -2px;
		right: 3px;
	}
	.auth-modal__content {
		padding: 0 19px 40px;
	}
	.auth-modal__tip {
		margin: 20px 0 10px;
	}

	.auth-form__field {
		margin-bottom: 14px;
	}
	.auth-form__label {
		font-size: 14px;
	}
	.auth-form__btn {
		margin: 18px 0 0;
	}
}

@media screen and (max-width: 374px){
	.comment-block__header-left {
		font-size: 14px;
	}
	.comment-block__header-right {
		font-size: 14px;
	}
}
/* comments end */

.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-text a{
	color: #ffdf17;
}

.help-v{
	display: none;
	position: absolute;
	top: 27px;
	left: 2px;
}

.help-block:hover .help-text,.help-block:hover .help-v{
	display: block;
}

#toc_container p.toc_title {
	font-family: 'PT Sans';
	text-align: left!important;
}

#toc_container a {
	text-decoration: none;
	font-weight: 600;
	border-bottom: 0;
	font-family: PT Sans;
}

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

#toc_container.toc_white{
	background: none!important;
	border: none;
}

#toc_container{
	padding: 0 0 30px 0!important;
}

.mc_mobile_undermenu{
	margin-bottom: -25px;
}

.single-format-status .mc_mobile_undermenu{
	margin-bottom: 0px;
}

.social-lenta-white a{
	background: none!important;
}

.social-lenta-white a img{
	filter: none!important
}

.social-blue{
	font-family: 'PT Sans',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;
}

.email-telegram{
	border: 4px solid #FCE045;
	clear: both;
	background: #FFFFFF;
	padding: 25px 40px;
	margin-bottom: 10px;
}

.email-telegram.email-telegram-blue{
	border: 4px solid #6BC9F3;
}

@media screen and (max-width: 768px){
	.social-blue{
		padding: 20px 25px;
	}
}

@media screen and (min-width: 768px){
	.apix_drive_integration .apix_drive_system_box{
		width: 50%!important;
		float: left!important;
	}
	.apix_drive_integration .apix_drive_header{
		font-size: 32px!important;
		line-height: 1.3!important;
	}
	.col-lg-7 .widget-vacancy-item{

	}

	.col-lg-7 .widget-vacancy-item .widget-vacancy-title:before{
	}

	.col-lg-7 .widget-vacancy-item .widget-vacancy-title a{
	}

	.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: 400px;
		background-position: top center!important;
	}
	.vacancy-header.big{
		min-height: 600px;
	}
}

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

@media (max-width: 1600px){
	.wide-show{
		display: none!important;
	}
}

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

	.head-inner {
		max-width: 1450px;
	}

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

	.center-block-1400{
		max-width: 1400px;
	}

	.site-main>.row>.col-lg-7{
		max-width: 63%;
		flex: 0 0 63%;
	}

	.site-main>.row>.col-lg-3{
		flex: 0 0 20%;
	}

	.mcwork-pages .vacancy-menu #site-navigation {
		max-width: 1540px;
	}
	.mcwork-pages .post-content .pull-left {
		padding: 100px calc((100% - 1120px) / 2);
	}
}

@media (min-width: 992px) {
	.site-main > .row > .col-lg-3, .row.author-blog-lenta > .col-lg-3{
		-ms-flex: 0 0 330px;
		flex: 0 0 330px;
		max-width: 330px;
	}

	.site-main > .row > .col-2{
		flex: 0 0 250px;
	}

	.site-main > .row > .col-lg-7 {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		min-width: 0;
		max-width: 100%;
	}
}

@media (max-width: 1365px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 100%!important;
	}
}

@media only screen and (max-width: 1599px){
	.note-hide{
		display: none!important;
	}
	.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: 900px;
	}

	.course-widget .course-title{
		max-width: 100%;
	}

	.course-widget .col-4 img {
		top: auto;
		bottom: -115px;
		right: -15px;
	}

	.course-content{
		font-size: 14px;
	}

	.course-content ul li{
		font-size: 14px;
	}
	.author-blog-header .author-avatar{
		background-repeat: no-repeat!important;
		background-size: contain!important;
	}

	.show-728{
		display: block!important;
	}
	.hide-728{
		display: none!important;
	}
}

@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;*/
	}
	.mcwork-pages .post-content .pull-left {
		padding: 100px;
	}
}

@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;
	}
}

@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;
	}
}

@media only screen and (min-width: 861px){
	.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;
	}
	.vacancy-title.text-center-block{
		max-width: 1000px!important;
	}
	.books-widget .col{
		padding: 0 25px;
	}
}

@media only screen and (min-width: 1120px){
	.single-format-status #content ul{
		margin-left: 60px;
		margin-bottom: 20px;
	}

	.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.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 (min-width:980px){
	.mobile-show{
		display: none!important;
	}
}

@media screen and (max-width:979px){
	.books-widget2 .col-4 img {
		border: none;
	}

	.books-widget2 .books-title {
		font-size: 16px;
	}

	.books-widget2 .books-author {
		font-size: 14px;
		padding-bottom: 10px;
	}

	.books-widget2 .books-content {
		font-size: 14px;
	}

	.books-widget2 .yellow-button {
		font-size: 16px;
	}

	.books-widget {
		padding: 25px;
	}
	.sidebar{
		display: none;
	}

	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{
		width: 50%;
	}

	.col-parent-4 .col-child{
		width: 100%;
		margin-bottom: 15px;
	}

	.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: fixed;
		background: #FFE043;
		z-index: 1000;
		top: 0;
	}

	#primary{
		padding-top: 60px;
	}

	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;
	}

	.promotion .col-lg-4{
		max-width: 100%!important;
		text-align: center;
		margin-bottom: 20px;
	}

	.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;
	}
}

@media screen and (max-width: 991px) {
	.course-title {
		display: inline;
		font-size: 22px;
		line-height: 26px;
		margin-bottom: 18px;
	}
}

@media screen and (max-width: 768px){
	.post-content blockquote:not(.twitter-tweet),.post-content blockquote:not(.twitter-tweet) p{
		font-size: 18px;
		line-height: 28px;
	}
	.post-content blockquote:not(.twitter-tweet){
		padding: 30px 40px 40px;
	}
	.post-content blockquote:not(.twitter-tweet):before{
		width: 100%;
		text-align: left;
	}
	.post-content blockquote:not(.twitter-tweet) p{
		width: 100%!important;
	}
	.email-telegram{
		padding: 25px 20px;
	}
	.social-lenta{
		padding: 20px 0;
	}
	.social-lenta.social-lenta-white{
		padding: 20px 0 10px;
	}
	.author-blog-header .author-avatar{
		background-repeat: no-repeat;
		background-size: cover!important;
	}
	.wq_singleAnswerCtr .wq_answerTxtCtr{
		font-size: 16px!important;
	}
	.breadcrumbs{
		padding: 0 15px 15px;
	}
	.col-lg-7 .new-vacancy-link{
		top: 8px;
		right: 5px;
	}

	.col-lg-7 .widget-vacancy-title span{
		display: inline-block;
	}

	.best-week a {
		display: inline-block;
		height: auto;
	}

	.news-little-center{
		display: block;
		height: auto;
	}

	.post-content .rsDefaultInv.rsHor .rsArrowLeft{
		left: -15px;
	}

	.post-content .rsDefaultInv.rsHor .rsArrowRight {
		right: -15px;
	}

	.slider-r .col-6{
		flex: 0 0 100%;
		max-width: 100%;
	}

	.mb-pt-0{
		padding-top: 0!important;
	}

	.last-news-new .news-little {
		width: calc(100% - 85px);
	}

	.last-news-new .image-left{
		width: 70px;
	}

    .best-week .image-right{
        width: 80px;
    }

    .best-week .news-little {
        width: calc(100% - 100px);
    }

	.last-news-new .col-12 {
		margin-bottom: 12px;
	}

	.padding-lr{
		padding-left: 1rem!important;
		padding-right: 1rem!important;
	}
	.vacancy-header, .vacancy-header.big{
		min-height: 400px;
	}
	.social-share-yellow iframe{
		height: 20px;
	}
	.pocket-btn iframe{
		height: 22px;
	}
	.alignright, .alignleft, .alignnone{
		margin: 0 auto!important;
		float: none!important;
		clear: both;
		display: block;
	}

	.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(.table) 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: 0px;
		flex: 0 0 80%;
		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;
	}

	.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: 'PT SANS', 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;
	}
}

@media screen and (max-width: 576px){
	.page-template-tarif .vacancy-header h2 {
		font-size: 40px;
	}
	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;
	}

	.otziv p{
		text-align: left!important;
	}

	.otziv.otziv-right p.text {
		background-position-x: 97%;
	}

	.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;
	}

	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: 0;
	}
	.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;
	}
}

@media screen and (max-width:374px){
	header.mobile-head #logo img{
		height: auto;
		width: 150px;
	}
}

@media screen and (max-width:360px){
	header.mobile-head #logo {
		padding: 5px 0 0 20px;
	}

	label[for=nav-trigger], label[for=search-trigger] {
		margin: 24px 10px;
	}

	form.search-form {
		margin: 0;
	}
}

@media screen and (max-height: 780px){
	.header-wraper.sticky-top{
		/*position: inherit;*/
	}

	.col-2 .sticky-top, .widget.sticky-top{
	/*	top: 20px!important;*/
	}

	.widget-popular {
		/*height: calc(100vh - 40px);*/
	}
}
