.maket-bg {
  position: absolute;
  width: 100%;
  height: 7200px;
  background: url(/images/PRFM_00_02.jpg) top center no-repeat;
  opacity: 2;
  z-index: -1;
}

.site-face {
  opacity: 0.1;
}

.cleardiv {
  clear: both;
}



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

* {
  outline: none;
}

*:focus {}

html {
  height: 100%;

  font-size: 62.5%;
}

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

  height: 100%;
}

.main-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.container {
  width: 110rem;

  margin: 0 auto;
}

.section {
  padding: 4.5rem 0;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

p {
  /* margin: 0; */
}

.icon-svg {
  width: 1em;
}

.input,
.textarea {
  display: block;
  /* max-width: 25.5rem; */
  padding: .85rem 1.5rem;

  line-height: 1.5;
  color: #777;
  background-color: #ccc;
  background-clip: padding-box;
  border: 1px solid #777;
  border-radius: 2.5rem;
  font-size: 1.4rem;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}


.buttons11 {
  display: inline-block;

  padding: .8rem 4rem;

  text-align: center;

  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  border: 1px solid transparent;

  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;

  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;

  -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;

  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;

  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  background: #ccc;
  color: #fff;
  cursor: pointer;
}
strong {
  font-weight: 600;

  }

.buttons11:hover {
  border: 1px solid #777;

  background: transparent;

  color: #777;

  -webkit-transition: all .3;
  -o-transition: all .3;
  transition: all .3;
}

.mod-languages img{
  height: 14px;
  box-shadow: 0 0 1px #777;
}

ul.breadcrumb {
  list-style: none;
  padding: 0;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
ul.breadcrumb li {
  display: inline-block;
}

/* START СТИЛИ ДЛЯ РЕДАКТОРА */

.main-content .login {
  width: 100%;
max-width: 400px;
margin: 100px auto;
ma
}
.main-content .login fieldset{
  border: 0;
}
.main-content .login input{
  padding: 10px;
}
.nav.nav-tabs.nav-stacked {
  display: none;

}
form#modules-form {
  position: absolute;
z-index: 10000;
background: #fff;
top: 0;
width: 100%;
}
form#modules-form ul {
list-style: none;
}
form#modules-form .row-fluid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 10px;
}
.btn-toolbar {
  display: flex;
}

form#modules-form fieldset{
  border: 0px solid #000;
}
.field-media-wrapper .modal {
    height: auto;
}
#editor-xtd-buttons a.btn {
  display: block;
  padding: 10px 20px;
  background: #ddd;
  margin: 0 2px;
}
.admin-link {
  color: red !important;
}
.jform_published, #jform_position, #jform_position-lbl, #jform_showtitle, #jform_showtitle-lbl,
#jform_position_chzn, #jform_published, #jform_published-lbl, #collapseTypes, .field-calendar, #jform_publish_up-lbl{
  display: none;
}

.admin .container-logo img {
  display: none;
}

#attrib-fields-1 {
  background: #b3d9ff;
}

.span12 legend {
  display: none;
}

.span12 hr {
  border: 1px solid #fff;
  margin: 10px 0;
}

.span12 label {
  min-width: 100px;
  display: block;
}

.js-editor-tinymce .toggle-editor {
  padding: 10px 0 30px;
  position: relative;
  text-align: right;
}

.header a:focus {
  outline: none !important;
}

.icons {
  position: fixed;
  list-style: none;
  top: 0;
  left: 0;
  padding: 10px;
  background: red;
  z-index: 1000;
}
.edit .btn.icon-remove {
  display: none;
}
.edit .close {
  display: none;
}
.tab-pane {
  padding: 10px;
  background: #f3f3f3;
}
.edit textarea {
  width: 100%;
  height: 80px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  min-width: 250px;
}
.edit form fieldset{
  border: 0px solid #000;
}
.edit form .tab-pane{
  background: #f7f7f7;
  padding: 20px;
}
.edit form .tab-pane:nth-child(even) {
  background: #e5e9ef;
}

.modal.hide {
display: none;
}
.icons li {
  list-style: none !important;
}
#editor-xtd-buttons {
  margin: 20px 0;
}
#com-content-formTabs li {
  display: inline;
  margin-right: 20px;
  font-size: 13px;
  background: #d7d7d7;
  padding: 5px;
}

#jform_title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}

.control-group {
  margin: 20px 0;
}

.control-label {
  float: left;
  margin: 0 5px;
}

.control-group input {
  width: 100%;
  font-size: 14px;
}

#jform_tags_chzn * {
  width: 250px !important;
}

.edit .btn, .btn-toolbar button {
  margin: 6px 3px;
  padding: 5px 10px;
  display: inline-block;
  background: #ddd;
}


#versionsModal {
  display: none;
}

.calendar-container .day-name {
  font-size: 10px;
}

.wf-editor-tabs li {
  list-style: none !important;
}

.imgOutline.thumbnail {
  display: block;
  float: left;
}

.thumbnails-media .imgThumb img {
  width: 100%;
  height: 100%;
}

#upload-submit {
  padding: 10px 20px;
  background: green;
  color: #ffffff;
  margin: 10px 0;
}

#imageForm .btn-success {
  padding: 10px 20px;
  background: orange;
  color: #ffffff;
  margin: 10px 0;
}

#imageForm .button-cancel {
  padding: 10px 20px;
  background: grey;
  color: #ffffff;
  margin: 10px 0;
}

.pull-right {
  color: #fff;
}

.jmodedit {
  position: absolute !important;
  z-index: 1000;

}


.jmodedit::after {
  content: '\1F527';

  position: absolute;
  top: 0 !important;
  left: 0 !important;
  color: orange;
  font-size: 1.5rem;
  font-weight: 800;
}

.jmodedit {
  width: 10px;
  height: 10px;
}
.login-greeting {
  margin-bottom: 1.5rem;
}
.tooltip {
  top: auto;
  position: absolute;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none !important;
  width: 15%;

  padding: 1.5rem;
  background: #fff;

  -webkit-box-shadow: 0 0 5px 0 #000;

  box-shadow: 0 0 5px 0 #000;

  z-index: 100;

  -webkit-animation: fadeIn .3s;

  animation: fadeIn .3s;
  -webkit-animation-timing-function: cubic-bezier(.37, -0.73, .59, 1.63);
  animation-timing-function: cubic-bezier(.37, -0.73, .59, 1.63);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.mceBranding {
  display: none !important;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

}
.dropdown-toggle {
  display: none;
}
.lp-button-wrapper button {
    background: #b9b9b9;
    color: #fff;
    padding: 9px 30px;
    border: none;
    font-size: 110%;
    margin-right: 10px;
    border: 1px solid #b9b9b9;
}
.lp-button-wrapper button:hover {
    background-color: #cacaca;
    border: 1px solid #999;
}
.chzn-container-multi .chzn-choices {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 5px 5px 15px;
	width: 200px;
	height: auto;
	border: 1px solid #aaa;
	background-color: #fff;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
	background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
	background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
	background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
	background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
	cursor: text;
}
.edit .btn-toolbar {
  padding: 0;
  display: flex;
}
.edit.item-page {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  z-index: 100;
  top: 0;
  background: #fff;
}
.edit.item-page > form {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}
.edit.item-page input {
  border: 1px solid #ccc;
  padding: 5px;
}
.edit.item-page .pull-left {

  float: none;
}

#jform_com_fields_izobrazhenie-lbl {
  display: none;
}

/* .page-header h1[itemprop="headline"] {
    margin: 40px 0 50px 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 40px;
    line-height: 52px;
    color: #23282d;
    font-weight: 600;
} */

.adminlist.table.table-striped.table-bordered {
  width: 100%;
}
.group-add, .group-remove, .group-move {
  height: 20px;
}
.group-add span::after {
  content: "+";
  position: absolute;
  margin-top: -11px;
  margin-left: -5px;
  font-size: 20px;
  color: #058e3b;
}
.group-remove span::after {
  content: "x";
  position: absolute;
  margin-top: -11px;
  margin-left: -5px;
  font-size: 18px;
  color: red;
}
.group-move::after  {
  content: "⇅";
  position: absolute;
  margin-top: -11px;
  margin-left: -7px;
  font-size: 18px;
  color: blue;
}
#modules-form > .row-fluid > .span12 {
  margin-top: 40px;
}
#adminForm > .btn-toolbar, .span12 > .btn-toolbar {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  padding: 5px 10px;
  left: 0;
  box-shadow: 0 0 20px #ccc;
  z-index: 10;
}
#versionsModal {
  padding: 20px;
  background: #eee;
}
#adminForm .field-media-wrapper .modal{
  position: absolute;
  z-index: 1000;
  background: #ddd;
  width: 100%;
  max-width: 800px;
  padding: 20px;
}

/* END СТИЛИ ДЛЯ РЕДАКТОРА */

/* Переменные */
:root {
  --color-aqua: #007880;
  --color-red: #d15950;
  --color-light-gray: #f5f5f5;
  --color-gray: #868585;
  --color-mid-gray: #ccc;
  --color-dark-gray: #e4e2e2;
  --color-black: #000;
  --color-white: #fff;
}

/* Основное */
* {
  margin: 0;
  padding: 0;
}

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

html {
	font-family: 'Exo 2', sans-serif;
  font-size: 16px;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
}

body {
  font-family: 'Exo 2', sans-serif;
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
#contentmulticategories {
  display: none;
}


.notification {
  z-index: 99999;
  display: none;
  padding: 15px;
  position: fixed;
  right: 16px;
  bottom: 16px;
  color: #434f59;
  font-size: 16px;
  line-height: 16px;
  background: rgba(167, 186, 200, 0.8);
  border-radius: 4px
}

.nfadeIn {
  -webkit-animation: nfadeIn ease .6s;
  -moz-animation: nfadeIn ease .6s;
  -ms-animation: nfadeIn ease .6s;
  -o-animation: nfadeIn ease .6s;
  animation: nfadeIn ease .6s
}

@keyframes nfadeIn {
  0% {
    bottom: -50px
  }

  100% {
    bottom: 16px
  }
}

@-moz-keyframes nfadeIn {
  0% {
    bottom: -50px
  }

  100% {
    bottom: 16px
  }
}

@-webkit-keyframes nfadeIn {
  0% {
    bottom: -50px
  }

  100% {
    bottom: 16px
  }
}

@-o-keyframes nfadeIn {
  0% {
    bottom: -50px
  }

  100% {
    bottom: 16px
  }
}

@-ms-keyframes nfadeIn {
  0% {
    bottom: -50px
  }

  100% {
    bottom: 16px
  }
}

#RecaptchaField1 > div {
  margin-bottom: 1.9rem;
}

.main-submenu.jmoddiv.jmodinside {
	position: absolute;
	top: inherit;
	left: inherit;
  margin-top: 1px;
}
