/* Site: nfu.nfuSite file nfuSite.less */
/* Подключение старых стилей */
/*-----------------------------  Радиус скругления по умолчанию -----------------------------*/
/*-----------------------------  Скругление рамок -----------------------------*/
/*Простые 3 колонки*/
/*Простые 2 колонки*/
/* Разметка таблицы DIV в 2 колонки выровн по высоте*/
/* Разметка таблицы DIV в 3 колонки выровн по высоте*/
.im-tab {
  border: 1px solid #ccc;
  padding: 5px;
  cursor: pointer;
  margin: 3px;
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
}
.im-tab:hover {
  background-color: #f0f7fb;
  color: #cf563d;
  padding: 5px 5px 10px 5px;
}
.im-tab .bt-close {
  border: 1px solid #ccc;
  font-weight: bold;
  color: #777;
  margin-left: 5px;
  padding: 2px 5px 2px 4px;
  position: relative;
  top: -4px;
  left: 3px;
}
.im-tab.current .bt-close {
  color: #777;
}
.im-tab:hover .bt-close {
  border-color: #ccc;
  color: #777;
}
.im-tab .bt-close:hover {
  border-color: #cf563d;
  color: #cf563d;
}
.im-tab .noimg,
.im-tab img {
  margin-right: 5px;
  position: relative;
  top: 3px;
}
.im-tab .noimg {
  cursor: pointer;
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
}
.im-tab.current {
  padding: 5px 5px 10px 5px;
  border-color: #cf563d;
  background-color: #f2e2da;
}
.im-tabs {
  background-color: #fff;
}
.im-tabs .item {
  padding: 10px 15px 10px 15px;
  vertical-align: central;
  text-align: center;
  border: solid 1px #eaeaea;
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  float: left;
  position: relative;
  left: 1px;
  margin: -1px;
  cursor: pointer;
  background-color: #fff;
}
.im-tabs .item:hover {
  background-color: #f0f7fb;
  color: #cf563d;
}
.im-tabs .item.cur {
  color: #cf563d;
  font-weight: bold;
  border-bottom-color: #fff;
  background-color: #fff;
}
.im-tabs .content {
  border: solid 1px #eaeaea;
  padding: 20px 15px 15px 15px;
  min-height: 200px;
  clear: left;
  cursor: default;
  overflow-y: scroll;
  max-height: 500px;
}
/*----------------------------- Настройки body ------------------------------*/
/*----------------------------- Styles for validation helpers ------------------------------*/
/*-----------------------------  Настройки datepicker -----------------------------*/
/*-----------------------------  Настройки tree -----------------------------*/
/*-----------------------------  Настройки im-cmdbutton -----------------------------*/
/*-----------------------------  Настройки im-table -----------------------------*/
/*----------------------------- Настройки body ------------------------------*/
body {
  font-size: 0.85em;
  font-family: Helvetica, Arial, Sans-Serif;
  color: #232323;
  background-color: #fff;
}
/*----------------------------- Styles for validation helpers ------------------------------*/
.field-validation-error {
  color: #b34a29;
}
.field-validation-valid {
  display: none;
}
.input-validation-error {
  border: 1px solid #b34a29;
  background-color: #ffeeee;
}
.validation-summary-errors {
  font-weight: bold;
  color: #b34a29;
}
.validation-summary-valid {
  display: none;
}
/*-----------------------------  Радиус скругления по умолчанию -----------------------------*/
.ui-corner-all {
  border: solid 1px #ccc;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 5px /*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 5px /*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 5px /*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 5px /*{cornerRadius}*/;
}
/*-----------------------------  Настройки datepicker -----------------------------*/
.ui-datepicker {
  background-color: #fff;
  border: solid 1px #ccc;
}
.ui-datepicker-header {
  background-color: #d0e1ed;
  border: solid 1px #ccc;
  padding: 4px;
}
.ui-datepicker-calendar {
  background-color: #eee;
  border: solid 1px #ccc;
}
.ui-datepicker-calendar tbody .ui-state-default {
  background-color: #fff;
  border: solid 1px #ccc;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 1px 2px 1px 2px;
}
.ui-datepicker-calendar tbody .ui-state-active,
.ui-datepicker-calendar tbody .ui-state-hover {
  background: #f0f7fb;
  border: solid 1px #ccc;
}
.ui-datepicker-title {
  text-align: center;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  background-color: #005177;
  color: #fff;
  border: solid 1px #ccc;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 1px 3px 1px 3px;
  font-size: smaller;
  font-weight: bold;
}
.ui-datepicker-next {
  float: right;
}
.ui-datepicker-prev {
  float: left;
}
.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
  background-color: #f0f7fb;
}
/*-----------------------------  Настройки tree -----------------------------*/
.tree .node .marker {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
}
.tree .node.group .marker {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  background: url('/img/icons16.png') no-repeat;
  background-position: -144px 0px;
  cursor: pointer;
}
.tree .node.group .marker:hover {
  background-position: -128px 0px;
}
.tree .node.group.opened .marker {
  background-position: -144px -16px;
}
.tree .node.group.opened .marker:hover {
  background-position: -128px -16px;
}
.tree .node label {
  margin-left: 5px;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  cursor: pointer;
}
.tree .node img {
  cursor: pointer;
}
.tree .node .noimg {
  cursor: pointer;
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
}
.tree .node label:hover,
.tree .node img:hover + label,
.tree .node .noimg:hover + label {
  color: #cf563d;
}
.tree .node:hover {
  background-color: #f0f7fb;
}
.tree .nextlevel {
  margin-left: 25px;
}
.tree .node._cur {
  font-weight: bold;
}
.tree .node {
  white-space: nowrap;
}
.tree-holder {
  width: 300px;
  min-height: 300px;
  max-height: 750px;
  border-right: solid 1px #ccc;
  float: left;
  margin-right: 10px;
  overflow: auto;
}
.tree-content-holder {
  margin-left: 320px;
}
.im-treetable {
  width: 100%;
}
.im-treetable .im-treetable-tree {
  vertical-align: top;
  border: solid 1px #ccc;
  overflow: auto;
}
.im-treetable .im-treetable-table {
  vertical-align: top;
}
/*-----------------------------  Настройки im-cmdbutton -----------------------------*/
.im-cmdbutton,
.im-bt24,
.bt-fileupload .img {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  background: url('/img/icons48.png') no-repeat;
  background-size: 600px 300px;
  -webkit-background-size: 600px 300px;
  -o-background-size: 600px 300px;
  -moz-background-size: 600px 300px;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  cursor: pointer;
  margin-right: 4px;
  vertical-align: text-bottom;
}
.im-formbutton {
  padding: 3px 2px 2px 2px;
  cursor: pointer;
}
.im-formbutton .img {
  vertical-align: middle;
  position: relative;
  margin: -5px 5px -3px 0px;
}
.im-formbutton:hover {
  color: #cf563d;
}
.bt-delmarkrow {
  background-position: -393px -63px;
}
.bt-delmarkrow:hover {
  background-position: -393px -93px;
}
.bt-delmarkrow.off {
  background-position: -393px -63px;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity = 30);
  -moz-opacity: 30;
}
.bt-deleterow,
.bt-delete {
  background-position: -273px -3px;
}
.bt-deleterow:hover,
.bt-delete:hover {
  background-position: -273px -33px;
}
.bt-deleterow.off,
.bt-delete.off {
  background-position: -273px -3px;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity = 30);
  -moz-opacity: 30;
}
.bt-insertrow {
  background-position: -453px -63px;
}
.bt-insertrow:hover {
  background-position: -453px -93px;
}
.bt-insertrow.off {
  background-position: -453px -63px;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity = 30);
  -moz-opacity: 30;
}
.bt-insertrow-copy {
  background-position: -483px -63px;
}
.bt-insertrow-copy:hover {
  background-position: -483px -93px;
}
.bt-insertrow-copy.off {
  background-position: -483px -63px;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity = 30);
  -moz-opacity: 30;
}
.bt-insertgroup {
  background-position: -63px -243px;
}
.bt-insertgroup:hover {
  background-position: -63px -273px;
}
.bt-insertgroup.off {
  background-position: -63px -243px;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity = 30);
  -moz-opacity: 30;
}
.bt-reload {
  background-position: -183px -3px;
}
.bt-reload:hover {
  background-position: -183px -33px;
}
.bt-reload.off {
  background-position: -180px 0px;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity = 30);
  -moz-opacity: 30;
}
.bt-filter {
  background-position: -213px -3px;
}
.bt-filter:hover,
.bt-filter.on {
  background-position: -213px -33px;
}
.bt-filter.off {
  background-position: -210px 0px;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity = 30);
  -moz-opacity: 30;
}
.bt-editrow,
.bt-edit {
  background-position: -243px -3px;
}
.bt-editrow:hover,
.bt-edit:hover,
.bt-edit.on {
  background-position: -243px -33px;
}
.bt-editrow.off,
.bt-edit.off {
  background-position: -243px -3px;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity = 30);
  -moz-opacity: 30;
}
.bt-upload,
.bt-fileupload .img {
  background-position: -483px -3px;
}
.bt-upload:hover,
.bt-fileupload:hover .img {
  background-position: -483px -33px;
}
.bt-upload.off,
.bt-fileupload.off .img {
  background-position: -483px -3px;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity = 30);
  -moz-opacity: 30;
}
.bt-fileupload .img {
  margin-left: 3px;
}
.bt-save {
  background-position: -303px -3px;
}
.bt-save:hover,
.im-formbutton:hover .bt-save {
  background-position: -303px -33px;
}
.bt-save.off {
  background-position: -303px -3px;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity = 30);
  -moz-opacity: 30;
}
.bt-save-blue {
  background-position: -423px -153px;
}
.bt-save-blue:hover {
  background-position: -303px -33px;
}
.bt-save-blue.off {
  background-position: -423px -153px;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity = 30);
  -moz-opacity: 30;
}
.bt-saveclose {
  background-position: -573px -3px;
}
.bt-saveclose:hover {
  background-position: -573px -33px;
}
.bt-saveclose.off {
  background-position: -573px -3px;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity = 30);
  -moz-opacity: 30;
}
.bt-cancel {
  background-position: -333px -3px;
}
.bt-cancel:hover,
.im-formbutton:hover .bt-cancel {
  background-position: -333px -33px;
}
.bt-cancel.off {
  background-position: -333px -3px;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity = 30);
  -moz-opacity: 30;
}
.bt-copy {
  background-position: -213px -183px;
}
.bt-copy:hover {
  background-position: -213px -213px;
}
.bt-copy.off {
  background-position: -213px -183px;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity = 30);
  -moz-opacity: 30;
}
.bt-cut {
  background-position: -183px -183px;
}
.bt-cut:hover {
  background-position: -183px -213px;
}
.bt-cut.off {
  background-position: -183px -183px;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity = 30);
  -moz-opacity: 30;
}
.bt-paste {
  background-position: -243px -183px;
}
.bt-paste:hover {
  background-position: -243px -213px;
}
.bt-paste.off {
  background-position: -243px -183px;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity = 30);
  -moz-opacity: 30;
}
.bt-prev-page {
  background-position: -333px -183px;
}
.bt-prev-page:hover {
  background-position: -333px -213px;
}
.bt-prev-page.off {
  background-position: -333px -183px;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity = 30);
  -moz-opacity: 30;
}
.bt-next-page {
  background-position: -363px -183px;
}
.bt-next-page:hover {
  background-position: -363px -213px;
}
.bt-next-page.off {
  background-position: -363px -183px;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity = 30);
  -moz-opacity: 30;
}
.bt-dllimport {
  background-position: -153px -183px;
}
.bt-dllimport:hover {
  background-position: -153px -213px;
}
.bt-dllimport.off {
  background-position: -153px -183px;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity = 30);
  -moz-opacity: 30;
}
.bt-expand {
  background-position: -303px -63px;
}
.bt-expand:hover {
  background-position: -303px -93px;
}
.bt-expand.off {
  background-position: -303px -63px;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity = 30);
  -moz-opacity: 30;
}
.bt-collapse {
  background-position: -333px -63px;
}
.bt-collapse:hover {
  background-position: -333px -93px;
}
.bt-collapse.off {
  background-position: -333px -63px;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity = 30);
  -moz-opacity: 30;
}
.bt-play {
  background-position: -243px -153px;
}
.bt-play:hover {
  background-position: -123px -33px;
}
.bt-play.off {
  background-position: -243px -153px;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity = 30);
  -moz-opacity: 30;
}
.bt-changegroup {
  background-position: -33px -243px;
}
.bt-changegroup:hover {
  background-position: -33px -273px;
}
.bt-changegroup.off {
  background-position: -33px -243px;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity = 30);
  -moz-opacity: 30;
}
.bt-proc-new {
  background-position: -543px -183px;
}
.bt-proc-new:hover {
  background-position: -543px -213px;
}
.bt-proc-new.off {
  background-position: -543px -183px;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity = 30);
  -moz-opacity: 30;
}
.bt-proc-done {
  background-position: -453px -183px;
}
.bt-proc-done:hover {
  background-position: -453px -213px;
}
.bt-proc-done.off {
  background-position: -453px -183px;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity = 30);
  -moz-opacity: 30;
}
.bt-proc-half {
  background-position: -483px -183px;
}
.bt-proc-half.off {
  background-position: -483px -183px;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity = 30);
  -moz-opacity: 30;
}
.bt-mail {
  background-position: -33px -63px;
}
.bt-mail:hover {
  background-position: -33px -93px;
}
.bt-mail.off {
  background-position: -33px -63px;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity = 30);
  -moz-opacity: 30;
}
.bt-repair {
  background: url('/img/icons24a.png');
  width: 24px;
  height: 24px;
  background-position: -72px -168px;
}
.bt-repair:hover {
  background-position: -72px -144px;
}
.bt-repair.off {
  background-position: -72px -120px;
}
.bt-clear {
  background: url('/img/icons24a.png');
  width: 24px;
  height: 24px;
  background-position: -72px -96px;
}
.bt-clear:hover {
  background-position: -72px -72px;
}
.bt-clear.off {
  background-position: -72px -48px;
}
.bt-href {
  background: url('/img/icons24a.png');
  width: 24px;
  height: 24px;
  background-position: -72px -24px;
}
.bt-href:hover {
  background-position: -72px 0px;
}
.bt-href.off {
  background-position: -168px -24px;
}
.bt-formmode {
  background: url('/img/icons24a.png');
  width: 24px;
  height: 24px;
  background-position: 0px -240px;
}
.bt-formmode:hover {
  background-position: -24px -240px;
}
.bt-formmode.off {
  background-position: -48px -240px;
}
.bt-formmodeoff {
  background: url('/img/icons24a.png');
  width: 24px;
  height: 24px;
  background-position: 0px -264px;
}
.bt-formmodeoff:hover {
  background-position: -24px -264px;
}
.bt-formmodeoff.off {
  background-position: -48px -264px;
}
.bt-roles {
  background: url('/img/icons24a.png');
  width: 24px;
  height: 24px;
  background-position: 0px -288px;
}
.bt-roles:hover {
  background-position: -24px -288px;
}
.bt-roles.off {
  background-position: -48px -288px;
}
.bt-lock {
  background-position: -423px -63px;
}
.bt-help {
  background-position: -93px -3px;
}
.im-cmdbutton.off {
  cursor: default;
}
.input-titlerow,
.input-titlerow select {
  font-size: 10px;
}
.input-titlerow * {
  vertical-align: middle;
}
.input-titlerow label {
  padding-top: 2px;
}
.r-ic {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  width: 24px;
  height: 24px;
  background: url('/img/icons48.png') no-repeat;
  background-size: 600px 300px;
  -webkit-background-size: 600px 300px;
  -o-background-size: 600px 300px;
  -moz-background-size: 600px 300px;
  background-position: -213px -63px;
  margin-left: 3px;
  margin-right: 3px;
}
.r-ic.del {
  background-position: -243px -63px;
}
.r-ic.group {
  background: url('/img/icons24a.png') no-repeat;
  background-position: -96px -192px;
}
.r-ic.group.del {
  background: url('/img/icons24a.png') no-repeat;
  background-position: -96px -168px;
}
.ch {
  background-color: #f5f5f5;
}
._ckrow .r-ic {
  background-position: -213px -93px;
}
._ckrow .r-ic.del {
  background-position: -243px -93px;
}
._ckrow .r-ic.group {
  background-position: -120px -192px;
}
._ckrow .r-ic.group.del {
  background-position: -144px -192px;
}
._currow .r-ic {
  background-position: -213px -93px;
}
._currow .r-ic.del {
  background-position: -243px -93px;
}
._currow .r-ic.group {
  background-position: -120px -192px;
}
._currow .r-ic.group.del {
  background-position: -144px -192px;
}
.bt-text {
  background: none;
  width: auto;
  min-width: 24px;
  color: #005177;
  position: relative;
  vertical-align: text-top;
  font-weight: bold;
}
.link-button.bt-text {
  margin-right: 4px !important;
}
.bt-text:hover {
  color: #cf563d;
}
.bt-text.off {
  color: #999;
}
.im-pagenumbox {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  width: 30px;
  padding: 1px;
  height: 16px;
  position: relative;
  vertical-align: top;
  text-align: center;
}
.im-maxrowsmax {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  padding: 1px;
  position: relative;
  vertical-align: top;
  text-align: center;
}
.im-toolstrip {
  height: 22px;
  overflow: visible;
}
.im-toolstrip .splitter {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  width: 1px;
  height: 16px;
  margin: 0px 4px 0px 2px;
  border-left: solid 1px #ccc;
  vertical-align: text-bottom;
}
/*-----------------------------  Настройки loading индикатора -----------------------------*/
/*-----------------------------  Настройки loading индикатора -----------------------------*/
.loading {
  color: #cf563d;
}
.loading-container {
  height: 0px;
}
.loading-container .loading {
  display: none;
}
.loading-container.on .loading {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  padding: 5px;
  background-color: #f2e2da;
  border: solid 1px #cf563d;
  position: relative;
  top: 10px;
  left: 10px;
}
.loading-container.simple.on .loading {
  width: 18px;
  height: 18px;
  position: relative;
  top: 0px;
  left: 0px;
  background: #f2e2da url('/img/sys/request_16.gif') no-repeat center center;
  background-size: 80%;
  -webkit-background-size: 80%;
  -o-background-size: 80%;
  -moz-background-size: 80%;
  border: none;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity = 80);
  -moz-opacity: 80;
}
/*-----------------------------  Настройки im-jqtabs -----------------------------*/
/*-----------------------------  Настройки im-jqtabs -----------------------------*/
.im-jqtabs {
  background: transparent;
  border: none;
}
.im-jqtabs .ui-tabs-nav {
  background: transparent;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0px /*{cornerRadius}*/;
}
.im-jqtabs .ui-tabs-nav .ui-tabs-tab {
  background: transparent;
  border: none;
}
.im-jqtabs .ui-tabs-nav .ui-tabs-tab a {
  color: #005177;
  text-decoration: none;
}
.im-jqtabs .ui-tabs-nav .ui-tabs-tab a:hover {
  color: #cf563d;
  text-decoration: underline;
}
.im-jqtabs .ui-tabs-nav .ui-tabs-tab.ui-state-active {
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
}
.im-jqtabs .ui-tabs-nav .ui-tabs-tab.ui-state-active a {
  color: #cf563d;
  font-weight: bold;
}
.im-jqtabs .ui-tabs-nav li {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  padding: 5px;
  margin-right: 10px;
}
.im-jqtabs .ui-tabs-hide {
  display: none;
}
/*-----------------------------  Настройки im-collection -----------------------------*/
.im-collection .im-item:hover {
  background-color: #f0f7fb;
}
.im-collection .im-item {
  vertical-align: middle;
}
.im-collection .im-item .ic {
  margin-right: 5px;
  position: relative;
  top: 3px;
  vertical-align: top;
}
.im-collection .im-item .checker {
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  width: 24px;
  height: 24px;
  background-image: url('/img/icons24a.png');
  background-repeat: no-repeat;
  background-position: -144px -216px;
}
.im-collection .im-item .checker:hover {
  background-position: -168px -216px;
}
.im-collection .im-item > label {
  vertical-align: middle;
}
.im-collection .im-item.checked .checker {
  background-position: -216px -192px;
}
/*-----------------------------  Настройки fields-form -----------------------------*/
.im-period {
  width: 150px;
}
.im-switch {
  min-width: 32px;
  min-height: 16px;
  background: url('/img/sys/sw_on_16.png') no-repeat left;
  cursor: pointer;
  padding-left: 35px;
}
.im-switch.off {
  background: url('/img/sys/sw_off_16.png') no-repeat left;
}
.ui-autocomplete {
  background-color: #fff;
  border: solid 1px #ccc;
  max-height: 300px;
  overflow: auto;
  max-width: 620px;
  z-index: 20;
}
.ui-autocomplete-loading {
  background: url('/img/sys/request_16.gif') no-repeat right center;
}
.ui-autocomplete {
  margin-left: 3px;
  padding-left: 3px;
}
.ui-autocomplete li {
  list-style-type: none;
  cursor: pointer;
}
.ui-autocomplete .ui-state-hover,
.ui-autocomplete .ui-state-focus {
  background-color: #f0f7fb;
  color: #cf563d;
}
.ui-helper-hidden-accessible {
  display: none;
}
.ui-tooltip {
  background: #fff;
  border: 1px solid #eee;
  padding: 5px 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 7px #005177;
          box-shadow: 0 0 7px #005177;
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}
.ui-widget-overlay {
  background: black;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity = 50);
  -moz-opacity: 50;
  z-index: 9999;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.ui-dialog {
  clear: both;
  background: white;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  -moz-opacity: 100;
  border: 2px solid #ccc;
  border-radius: 5px;
  -webkit-box-shadow: 0 15px 40px #353535;
          box-shadow: 0 15px 40px #353535;
  z-index: 10000;
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
}
.ui-dialog .ui-icon {
  float: left;
  margin: 0 7px 20px 0;
}
.ui-dialog .ui-dialog-content {
  padding: 5px 10px 5px 10px;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonset {
  padding: 5px 10px 5px 10px;
}
.ui-dialog .ui-dialog-buttonset button {
  margin-left: 10px;
}
.ui-dialog-titlebar {
  background: #d0e1ed;
  font-weight: bold;
  padding: 3px 5px 3px 5px;
}
.ui-dialog-titlebar button {
  float: right;
  width: 16px;
  height: 16px;
  background: url('/img/icons24a.png') no-repeat white;
  background-position: -126px -222px;
}
.ui-icon-alert,
.ui-icon-input,
.ui-icon-error,
.ui-icon-message {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  width: 48px;
  height: 48px;
  background: url('/img/icons48.png');
}
.ui-icon-alert {
  background-position: -99px -549px;
}
.ui-icon-input {
  background-position: -189px -549px;
}
.ui-icon-error {
  background-position: -9px -549px;
}
.ui-icon-message {
  background-position: -1269px -639px;
}
.autotranslate {
  background: url('/img/sys/translatelink.png') left top no-repeat #f9f9f9;
}
.autotranslate.loading {
  background: url('/fileupload/img/loading.gif') left top no-repeat #f9f9f9;
  background-size: 20px;
  -webkit-background-size: 20px;
  -o-background-size: 20px;
  -moz-background-size: 20px;
}
.async-report {
  padding: 5px;
  overflow: auto;
  max-height: 500px;
  border: solid 1px #999;
  font-size: smaller;
  margin-top: 5px;
}
.async-report p {
  padding: 0px;
  margin: 0px;
}
.async-report .ui-widget-header {
  background: #d0e1ed;
  height: 5px;
}
.grid td {
  vertical-align: top;
}
/*-----------------------------  Настройки im-table -----------------------------*/
.im-table table {
  border-collapse: collapse;
}
.im-table td {
  border: solid 1px #ccc;
  text-align: left;
  padding: 3px;
}
.im-table .h td,
.im-table .f td {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  background-color: #eeeeee;
}
.im-table.scroll-table table {
  width: 100%;
}
.im-table .scroll-area {
  overflow-y: scroll;
  overflow-x: visible;
  max-height: 370px;
  border: solid 1px #ccc;
}
.im-table-editable .r-ic:hover {
  cursor: pointer;
}
.im-table .im-checked-count {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  min-width: 20px;
  font-weight: bold;
}
.min.im-table td,
.min.im-table .scroll-area {
  border-left: none !important;
  border-right: none !important;
}
.min.im-table .scroll-area {
  border: none !important;
}
.min.im-table .h .mh {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  min-height: 24px;
}
.min.im-table .h td,
.min.im-table .f td {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
.min.im-table .im-toolstrip {
  height: 0px;
  overflow: visible;
  padding-left: 12px;
  position: relative;
  top: 4px;
}
.min.im-table .f td {
  padding: 0px;
  border-top: none;
}
.min.im-table.h2r .im-toolstrip {
  position: relative;
  top: 14px;
}
._ckrow {
  background-color: #f2e2da;
}
._currow {
  background-color: #f2e2da;
}
.im-menu {
  padding: 5px 0px 5px 0px;
}
.im-menu a {
  padding-right: 15px;
  text-decoration: none;
  color: #005177;
}
.im-menu a:hover {
  text-decoration: underline;
}
.im-menu.top {
  border-bottom: solid 1px #ccc;
}
.im-menu a._cur {
  color: #cf563d;
  font-weight: bold;
}
/*-----------------------------  Короткие модификаторы -----------------------------*/
/*-----------------------------  Короткие модификаторы -----------------------------*/
.r,
.im-table td.r {
  text-align: right;
}
select.r {
  -moz-text-align-last: right;
       text-align-last: right;
}
.l,
.im-table td.l {
  text-align: left;
}
.c,
.im-table td.c {
  text-align: center;
}
.b {
  font-weight: bold;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.nw {
  white-space: nowrap;
}
.err {
  color: #b34a29;
}
.required {
  background-color: #ffeeee;
}
input[data-ext=radio].required + input + label {
  background-color: #ffeeee;
}
.alert {
  color: #b34a29;
}
.hover {
  color: #cf563d;
}
.p10 {
  padding: 10px;
}
td.wx20 {
  width: 10px;
}
td.wx200 {
  width: 200px;
}
td.wx250 {
  width: 250px;
}
td.wx300 {
  width: 300px;
}
td.wx350 {
  width: 350px;
}
td.wx400 {
  width: 400px;
}
.w30 input,
input.w30 {
  width: 30px;
}
.w40 input,
input.w40 {
  width: 40px;
}
.w60 input,
input.w60 {
  width: 60px;
}
.w70 input,
input.w70 {
  width: 70px;
}
.w80 input,
input.w80,
select.w80 {
  width: 80px;
}
.w90 input,
input.w90,
select.w90 {
  width: 90px;
}
.w98 input,
input.w98,
textarea.w98,
.im-table.w98 table,
.im-table.w98 table {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
}
.w100p input,
input.w100p,
textarea.w100p,
.im-table.w100p table,
.im-table.w100p table,
table.w100p {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.im-table.w98 table span input {
  width: auto;
}
.w100 input,
input.w100,
select.w100 {
  width: 100px;
}
.w110 input,
input.w110,
select.w110 {
  width: 110px;
}
.w150 input,
input.w150 {
  width: 150px;
}
.w160 input,
input.w160,
textarea.w160 {
  width: 160px;
}
.w200 input,
input.w200,
textarea.w200 {
  width: 200px;
}
.w250 input,
input.w250,
textarea.w250 {
  width: 250px;
}
.w300 input,
input.w300,
textarea.w300 {
  width: 300px;
}
.w330 input,
input.w330,
textarea.w330 {
  width: 330px;
}
.w400 input,
input.w400,
textarea.w400 {
  width: 400px;
}
.w500 input,
input.w500,
textarea.w500 {
  width: 500px;
}
.small {
  font-size: smaller;
}
.im-fileupload .files-title {
  font-weight: bold;
}
.im-fileupload .done {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background: url('/img/sys/checked_16.png') center no-repeat;
}
.ui-progressbar-value {
  background: #d0e1ed;
  height: 5px;
}
.im-numbox {
  text-align: right;
}
.im-ddmenu {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
}
.im-ddmenu > div {
  width: 0px;
}
.im-ddmenu .menu,
.im-ddmenu .submenu {
  float: left;
  background-color: #fff;
  min-width: 100px;
  position: relative;
  z-index: 2;
  margin: 0px 5px 3px 0px;
  border-top: none;
  left: 0px;
  top: -2px;
  padding: 5px;
}
.im-ddmenu .submenu {
  background-color: #fff;
  border-top: solid 1px #ccc;
  float: right;
}
.im-ddmenu .ui-menu-item {
  list-style: none;
  padding: 1px 5px 1px 5px;
  display: block;
  height: 20px;
}
.im-ddmenu .ui-menu-item:first-of-type {
  padding-top: 5px;
  margin-top: 3px;
}
.im-ddmenu .ui-menu-item a {
  border: none;
  text-decoration: none;
  font-size: 12px;
  color: #232323;
  white-space: nowrap;
}
.im-ddmenu .ui-menu-item a:hover {
  color: #cf563d;
}
.menu-bt {
  font-size: 12px;
  color: #005177;
  white-space: nowrap;
  position: relative;
  padding: 0px 5px 0px 5px;
  cursor: pointer;
}
.menu-bt:hover {
  color: #cf563d;
}
.menu-splitter {
  height: 0px;
  border-top: solid 1px #ccc;
  margin: 3px 0px 7px 0px !important;
  list-style: none;
}
.no-backgroundsize .im-cmdbutton,
.no-backgroundsize .r-ic,
.no-backgroundsize .im-bt24 {
  background-image: url('/img/icons48-s16.png');
}
.no-backgroundsize .autotranslate.loading {
  background-image: url('/img/sys/request_16.gif');
}
.print-content {
  padding: 1px;
}
.print-content .borders {
  border-collapse: collapse;
}
.print-content .borders td {
  border: solid 1px black;
  border-collapse: collapse;
  padding: 0px;
  font-size: 10px;
}
.h0 {
  width: 0px;
  height: 0px;
  float: left;
}
.im-listbox.inline div {
  display: inline;
  padding-right: 6px;
}
.im-listbox.inline div label {
  white-space: nowrap;
}
.im-listbox.cols100 div {
  min-width: 100px;
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
}
._cpr_d {
  text-decoration: line-through !important;
  color: #80351d !important;
}
._cpr_i {
  color: #85ab5e !important;
}
.im-error {
  color: red;
}
.im-alert {
  color: peru;
}
.xdsoft_datetimepicker {
  /*box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);*/
  background: #fff;
  /*border-bottom: 1px solid #bbb;*/
  /*border-left: 1px solid #ccc;*/
  /*border-right: 1px solid #ccc;*/
  /*border-top: 1px solid #ccc;*/
  border-top-width: 14px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  border-style: solid;
  border-color: #d8d8d8;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  /*padding: 8px;*/
  /*padding-left: 0;*/
  /*padding-top: 2px;*/
  position: absolute;
  z-index: 10001;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
}
.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none;
}
/*For IE8 or lower*/
.xdsoft_datetimepicker button {
  border: none !important;
}
.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.xdsoft_noselect::-moz-selection {
  background: transparent;
}
.xdsoft_noselect::selection {
  background: transparent;
}
.xdsoft_noselect::-moz-selection {
  background: transparent;
}
.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.xdsoft_datetimepicker * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.xdsoft_datetimepicker .xdsoft_datepicker,
.xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active,
.xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}
.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  /*margin-left: 8px;*/
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px;
}
.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  /*margin-left: 8px;*/
  margin-top: 0;
  background-color: #005177;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker.active {
  margin-left: 8px;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  padding-top: 8px;
  padding-bottom: 3px;
}
.xdsoft_datetimepicker .xdsoft_mounthpicker {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  background: #005177;
  color: #d8d8d8;
  /* ��� background-color: ����������� �� ������ ���� � ����� � �������� */
}
.xdsoft_datetimepicker .xdsoft_mounthpicker::after {
  content: "";
  display: block;
  clear: both;
}
.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAACGUlEQVRoge2aPU7DMBiG31JUBKhLpZ6Knx04QQdEgYGJI6QKd+AAIHZGFhYkBBsSEhyBBUR5GeJIluu08U/q2sojWW7t9LPjJ3Icp0BLS0tLS4sdnUUHkFxGP5ogA9AFMA7dERPWQ3egITIAZ9L3aKSshe5AA6gyTgDkgfpiTGpCVBkl0UipIyRrsH2fg1QloyQaKXNhQUYSnlMuYvuIlbE+ucdzGJE89TkudYWQfqXkUtxlyijxIWVHinfga2xMhJB+pORKTG9X1xLTHmc5CiHEVYoqI0Yhu5pzKDl0jW8jhLSTopPBFRhgkyRPU1U4TV+2QkgzKVUy6HnAmkz7c85BxXr6cnkO6RocO3VoZxUYAbjVlN8BuNGUXwO4aKQnFVeAzSqlajUU+sqvkx5JPpF8kPp9KdUfS+Wv4tgXm7ZshLgsGXVSQg92nbQm8lLIL8mecsyXqHsXdR2btkynrCu4bdSdA5g4/D4UfyIfinwKoC/V9wB8i88DAD8ArLbJTYS4yijxLSVHcfImyXY7aCDyHoANqbwn1fUBbFvGX4yHaWrR9OUj1rxVnIrLc9Q9yU+SbySHUvkWyWeSHyLftG2jjpAmZMhSfMWqI6WJPTmvKbU3hjmKXV0dExTT5UqT2vuQMYp7nUoUMoD0hACzUqKRAaT7Tr1cDU4RkQwg7X+dREmKU1Ys6J6fslZIOLT3ulTvIbEwc6/7B384qEA1VzbbAAAAAElFTkSuQmCC');
}
.xdsoft_datetimepicker .xdsoft_label i {
  opacity: 0.5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle;
}
.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0;
}
.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px;
}
.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0;
}
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  outline: medium none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
  min-width: 0;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #ffffff;
  border-top: 1px solid #d8d8d8;
  color: black;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 25px;
  line-height: 25px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0;
}
.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 10001;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}
.xdsoft_datetimepicker .xdsoft_label:hover > span {
  /*text-decoration: underline;*/
}
.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  /*color: #fff;*/
  background: #ededed;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important;
  color: black;
  font-weight: normal;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #ffffff;
  /*box-shadow: #178fe5 0 1px 3px 0 inset;*/
  color: #943114;
  font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right;
  background: #005177;
  color: #d8d8d8;
}
.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}
.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px;
  background: #005177;
  color: #d8d8d8;
}
.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}
.xdsoft_datetimepicker .xdsoft_calendar table thead {
  border-bottom: 1px solid black;
}
.xdsoft_datetimepicker .xdsoft_calendar td > div {
  text-align: center;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}
.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #ffffff;
  /*border: 1px solid #ddd;*/
  color: black;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #943114;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  -webkit-box-shadow: #ffb871 0 1px 4px 0 inset;
          box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  -webkit-box-shadow: #00dd1c 0 1px 4px 0 inset;
          box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current {
  /*background: #33aaff;*/
  /*box-shadow: #178fe5 0 1px 3px 0 inset;*/
  /*color: #fff;*/
  font-weight: 700;
  border: 1px solid #85ab5e;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  /*background: #33aaff;*/
  /*box-shadow: #178fe5 0 1px 3px 0 inset;*/
  color: #943114;
  font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  cursor: default;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  /*color: #fff !important;*/
  background: #ededed !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
  background: #ededed !important;
  /*box-shadow: #178fe5 0 1px 3px 0 inset !important;*/
  /*color: #fff !important;*/
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit	!important;
  background: inherit !important;
  -webkit-box-shadow: inherit !important;
          box-shadow: inherit !important;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: black;
  cursor: default;
}
.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}
.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important;
}
.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important;
}
.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}
.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}
.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
.xdsoft_scroller_box {
  position: relative;
}
.xdsoft_datetimepicker.xdsoft_dark {
  -webkit-box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
          box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: #000;
  border-bottom: 1px solid #444;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  color: #ccc;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #0a0a0a;
  border-top: 1px solid #222;
  color: #999;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333;
  background: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000;
  background: #007fff;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #cc5500;
  -webkit-box-shadow: #b03e00 0 1px 3px 0 inset;
          box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #999;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #cc5500;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  -webkit-box-shadow: #ffb871 0 1px 4px 0 inset;
          box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  -webkit-box-shadow: #00dd1c 0 1px 4px 0 inset;
          box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #cc5500;
  -webkit-box-shadow: #b03e00 0 1px 3px 0 inset;
          box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000 !important;
  background: #007fff !important;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111 !important;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important;
}
.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333;
}
.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important;
}
.xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  border: 1px solid #dddddd !important;
  margin-top: 5px;
  width: 100%;
  color: #454551;
  font-size: 13px;
}
.xdsoft_datetimepicker .blue-gradient-button {
  font-family: "museo-sans", "Book Antiqua", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #82878c;
  height: 28px;
  position: relative;
  padding: 4px 17px 4px 33px;
  border: 1px solid #d7d8da;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(73%, #f4f8fa));
  background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f4f8fa', GradientType=0);
  /* IE6-9 */
}
.xdsoft_datetimepicker .blue-gradient-button:hover,
.xdsoft_datetimepicker .blue-gradient-button:focus,
.xdsoft_datetimepicker .blue-gradient-button:hover span,
.xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#f4f8fa), color-stop(73%, #FFF));
  background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f8fa', endColorstr='#FFF', GradientType=0);
  /* IE6-9 */
}
@font-face {
  font-family: 'RobotoSlab';
  src: url('/Content/nfu/fonts/RobotoSlab-Regular.eot');
  /* IE9 Compat Modes */
  src: url('/Content/nfu/fonts/RobotoSlab-Regular.woff2') format('woff2'), /* Новейшие браузеры */ url('/Content/nfu/fonts/RobotoSlab-Regular.woff') format('woff'), /* Новые браузеры и IE9+ */ url('/Content/nfu/fonts/RobotoSlab-Regular.ttf') format('truetype'), /* Старые Safari, Android, iOS */ url('/Content/nfu/fonts/RobotoSlab-Regular.svg') format('svg');
  /* Древние Safari, iOS, Android */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoSlab';
  src: url('/Content/nfu/fonts/RobotoSlab-Bold.eot');
  src: url('/Content/nfu/fonts/RobotoSlab-Bold.woff2') format('woff2'), url('/Content/nfu/fonts/RobotoSlab-Bold.woff') format('woff'), url('/Content/nfu/fonts/RobotoSlab-Bold.ttf') format('truetype'), url('/Content/nfu/fonts/RobotoSlab-Bold.svg') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('/Content/nfu/fonts/Roboto-Regular.eot');
  src: url('/Content/nfu/fonts/Roboto-Regular.woff') format('woff'), url('/Content/nfu/fonts/Roboto-Regular.ttf') format('truetype'), url('/Content/nfu/fonts/Roboto-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('/Content/nfu/fonts/Roboto-Bold.eot');
  src: url('/Content/nfu/fonts/Roboto-Bold.woff') format('woff'), url('/Content/nfu/fonts/Roboto-Bold.ttf') format('truetype'), url('/Content/nfu/fonts/Roboto-Bold.svg') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('/Content/nfu/fonts/Roboto-Italic.eot');
  src: url('/Content/nfu/fonts/Roboto-Italic.woff') format('woff'), url('/Content/nfu/fonts/Roboto-Italic.ttf') format('truetype'), url('/Content/nfu/fonts/Roboto-Italic.svg') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'RobotoLight';
  src: url('/Content/nfu/fonts/Roboto-Light.eot');
  src: url('/Content/nfu/fonts/Roboto-Light.woff') format('woff'), url('/Content/nfu/fonts/Roboto-Light.ttf') format('truetype'), url('/Content/nfu/fonts/Roboto-Light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoLight';
  src: url('/Content/nfu/fonts/Roboto-LightItalic.eot');
  src: url('/Content/nfu/fonts/Roboto-LightItalic.woff') format('woff'), url('/Content/nfu/fonts/Roboto-LightItalic.ttf') format('truetype'), url('/Content/nfu/fonts/Roboto-LightItalic.svg') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'RobotoLight';
  src: url('/Content/nfu/fonts/Roboto-Bold.eot');
  src: url('/Content/nfu/fonts/Roboto-Bold.woff') format('woff'), url('/Content/nfu/fonts/Roboto-Bold.ttf') format('truetype'), url('/Content/nfu/fonts/Roboto-Bold.svg') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/Content/nfu/fonts/OpenSans-Regular.eot');
  src: url('/Content/nfu/fonts/OpenSans-Regular.woff2') format('woff2'), url('/Content/nfu/fonts/OpenSans-Regular.woff') format('woff'), url('/Content/nfu/fonts/OpenSans-Regular.ttf') format('truetype'), url('/Content/nfu/fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/Content/nfu/fonts/OpenSans-Bold.eot');
  src: url('/Content/nfu/fonts/OpenSans-Bold.woff2') format('woff2'), url('/Content/nfu/fonts/OpenSans-Bold.woff') format('woff'), url('/Content/nfu/fonts/OpenSans-Bold.ttf') format('truetype'), url('/Content/nfu/fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/Content/nfu/fonts/OpenSans-Italic.eot');
  src: url('/Content/nfu/fonts/OpenSans-Italic.woff2') format('woff2'), url('/Content/nfu/fonts/OpenSans-Italic.woff') format('woff'), url('/Content/nfu/fonts/OpenSans-Italic.ttf') format('truetype'), url('/Content/nfu/fonts/OpenSans-Italic.svg#OpenSans-Italic') format('svg');
  font-weight: normal;
  font-style: italic;
}
/* Отступы и шаги */
/* Цвета шрифта */
/* Текст подсвеченный голубым */
/* Цвета фона */
/* Цвета окна с подсказкой */
/* Цвета статусов */
/* Размеры шрифта */
/* Стили рамок */
/* Стили таблиц и форм */
.nft-help,
.nft-catalogs,
.nft-mycollection b,
.nft-myaccount {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  width: 22px;
  height: 22px;
  background: url('/img/icons48.png') no-repeat center;
  background-size: 550px 275px;
  -webkit-background-size: 550px 275px;
  -o-background-size: 550px 275px;
  -moz-background-size: 550px 275px;
}
.no-backgroundsize .nft-help,
.no-backgroundsize .nft-catalogs,
.no-backgroundsize .nft-mycollection b,
.no-backgroundsize .nft-myaccount {
  background-image: url('/img/icons48-s20.png');
}
.nft-help {
  background-position: -85px /*-3*@ic-step-size22+@ic-margin*/ -3.5px;
}
.ui-state-hover .nft-help,
.ui-state-active .nft-help {
  background-position: -85px /*-3*@ic-step-size22+@ic-margin*/ -31px /*-1*@ic-step-size22+@ic-margin*/;
}
.nft-catalogs {
  background-position: -498px -58px;
}
.ui-state-hover .nft-catalogs,
.ui-state-active .nft-catalogs {
  background-position: -498px -85.5px;
}
.nft-mycollection b {
  background-position: -3px -3px;
}
.ui-state-hover .nft-mycollection b,
.ui-state-active .nft-mycollection b {
  background-position: -3px -30px /*-1*@ic-step-size22+@ic-margin*/;
}
.nft-myaccount {
  background-position: -168px -223px;
}
.ui-state-hover .nft-myaccount,
.ui-state-active .nft-myaccount {
  background-position: -168px -250.5px;
}
.ic-login,
.lang-split,
.close-bottom span,
.go,
.bgo,
.btm {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  width: 16px;
  height: 16px;
  background: url('/img/icons48.png') no-repeat center;
  background-size: 400px 200px;
  -webkit-background-size: 400px 200px;
  -o-background-size: 400px 200px;
  -moz-background-size: 400px 200px;
}
.no-backgroundsize .ic-login,
.no-backgroundsize .lang-split,
.no-backgroundsize .close-bottom span,
.no-backgroundsize .go,
.no-backgroundsize .bgo,
.no-backgroundsize .btm {
  background-image: url('/img/icons48-s16.png');
}
.ic-login {
  background-position: -382px -42px;
}
.im-sign-link:hover .ic-login,
.ic-login:hover {
  background-position: -382px -62px;
}
.lang-split {
  background-position: -362px -42px;
}
a:hover .lang-split,
.lang-split:hover {
  background-position: -362px -62px;
}
.close-bottom span {
  background-position: -182px -42px;
}
.close-bottom:hover span {
  background-position: -182px -62px;
}
.go,
.bgo {
  background-position: -182px -122px;
  position: relative;
  top: 4px;
  margin-left: 3px;
}
a:hover .go,
span:hover .go {
  background-position: -182px -142px;
}
.bgo {
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  -moz-opacity: 0;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
a:hover .bgo {
  visibility: visible;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  -moz-opacity: 100;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.btm {
  background-position: -122px -162px;
  position: relative;
  top: 4px;
  margin-right: 3px;
}
a:hover .btm,
span:hover .btm {
  background-position: -122px -182px;
}
.ic {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  width: 24px;
  height: 24px;
  background: url('/img/icons48.png') no-repeat center;
  background-size: 600px 300px;
  -webkit-background-size: 600px 300px;
  -o-background-size: 600px 300px;
  -moz-background-size: 600px 300px;
  /* nobg+ */
  vertical-align: middle;
  margin-right: 5px;
}
.ic-mail {
  background-position: -33px -63px;
}
.ic-mail-white {
  background-position: -33px -213px;
}
.ic-username {
  background-position: -63px -3px;
}
.ic-phoneMobile {
  background-position: -3px -63px;
}
.ic-phone {
  background-position: -513px -63px;
}
.ic-phone-white {
  background-position: -513px -153px;
}
.ic-fax {
  background-position: -153px -63px;
}
.ic-address {
  background-position: -63px -63px;
}
.ic-address-white {
  background-position: -63px -213px;
}
.ic-password {
  background-position: -423px -63px;
}
.ic-settings {
  background-position: -93px -63px;
}
.ic-alert {
  background-position: -33px -183px;
}
.ic-error {
  background-position: -3px -183px;
}
.ic-larrow {
  background-position: -333px -183px;
}
.ic-empty {
  background: none;
}
.ic.no {
  background: none;
}
.no-backgroundsize .ic {
  background-image: url('/img/icons48-s24.png');
}
.no-backgroundsize .no.ic {
  background-image: none;
}
/*
    Разметка для слайдера главной страницы
    @slides-count - количество слайдов
    @slide-ctrls-margin-bottom - слвиг от нижней части элементов управления слайдером
    @slides-offset - Смещение слайдов в лево от видимой зоны (количество слайдов смещения)
    @slide-width - ширина 1 слайда

    .plc - держатель места для регулировки положения элементов управления слайдером
    <img title='' class='plc' src='/img/place-ms.png'/>
*/
/*
    Разметка для элементов управления слайдера,
    как на главной странице
    @width - ширина элемента управления (кнопки влево вправо)
    @height - высота элемента управления (кнопки влево вправо)
    @bg-url-prev - url картинки для фона кнопки влево
    @bg-url-prev-ie6 - аналогично для совместимости с ie6 (без масштабирования)
    @bg-url-next - url картинки для фона кнопки вправо
    @bg-url-next-ie6- аналогично для совместимости с ie6 (без масштабирования)
    @z-index - z-index для элементов управления
*/
/*
    Разметка для сетки с изображениями:
    @imgWidth - ширина блока с изображением (.im-item)
    @paddigLeft, @paddigRight, @paddigTop, @paddigBottom - паддинги для каждого блока сетки
    @marginRight, @marginBottom - маргины для каждого блока сетки
    @imgHeight - максимальная высота изображения (высота обертки для изображения)
    @modal-bgColor - цвет фона треугольников, указывающих на модальное окно
    @modalClassName - название класса с модальным окном (с подробным изображением)

    Модальный блок с подробным изображением:
    @modal-bigImgHeight - максимальная высота большого изображения
    @modal-bgColor - цвет фона
    @modal-padding - паддинги
    @modal-imgWrapBorder - граница вокруг большого изображения в px

    @mediaPoint - граница min-width для медиа-запросов
*/
html {
  scroll-behavior: smooth;
}
/* animations */
@-webkit-keyframes load-footage {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes load-footage {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
body {
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  font-family: RobotoLight, Helvetica, Arial, Sans-Serif;
  color: black;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}
h1,
.h1 {
  font-size: 20px;
  font-family: RobotoSlab, Helvetica, Arial, Sans-Serif;
  font-weight: normal;
}
h2 {
  font-size: 16px;
  font-family: RobotoSlab, Helvetica, Arial, Sans-Serif;
  font-weight: normal;
}
h3,
.h3 {
  font-size: 12px;
  font-family: RobotoSlab, Helvetica, Arial, Sans-Serif;
  font-weight: normal;
}
.h3 {
  text-transform: uppercase;
}
h4 {
  font-family: RobotoSlab, Helvetica, Arial, Sans-Serif;
  font-weight: normal;
}
a,
a:visited {
  color: #005177;
  outline: none !important;
}
a:hover {
  color: #73301a;
}
a.blck {
  color: black;
}
.im-collection .im-item:hover {
  background: inherit;
}
.im-jqtabs .ui-tabs-nav .ui-tabs-tab,
.im-jqtabs .ui-tabs-nav .ui-tabs-tab.ui-state-active {
  border-radius: 0 /*{cornerRadius}*/;
  border-style: none;
}
button {
  -webkit-appearance: none !important;
}
button:active,
button:focus {
  outline: none !important;
}
button::-moz-focus-inner {
  border: 0 !important;
}
a:active,
a:focus {
  outline: none;
}
input,
textarea {
  outline: none;
}
input:active,
textarea:active {
  outline: none;
}
:focus {
  outline: none;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 8px;
  height: 12px;
  cursor: default;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 7px;
  display: block;
  border: 0;
  background-position: 0px 0px;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-range {
  border: 1px solid #aaaaaa;
  background: #5298BA;
}
.ui-slider-handle {
  outline: -webkit-focus-ring-color none 0px !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}
.ui-slider.range {
  width: 300px;
  height: 2px;
  margin-bottom: 24px;
  background-color: #d8d8d8;
  border: none;
}
.ui-slider.range .ui-slider-range {
  background-color: #000000;
}
.ui-slider.range .ui-slider-handle {
  top: -3px;
  width: 8px;
  height: 8px;
  background-color: #000000;
  border: none;
  border-radius: 50%;
}
.ui-slider.range .slider_value {
  position: absolute;
  top: 8px;
  left: 4px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.ui-slider.footage-range {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 8px;
  margin-right: 8px;
  height: 17px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-top: 3px;
  margin-bottom: 10px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-left: 1px solid #CBCBCB;
  border-right: 1px solid #CBCBCB;
}
.ui-slider.footage-range:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 50%;
  width: 1px;
  height: 17px;
  background-color: #000000;
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px);
  z-index: 1;
}
.ui-slider.footage-range:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #CBCBCB;
}
.ui-slider.footage-range .ui-slider-range {
  background-color: #000000;
}
.ui-slider.footage-range .ui-slider-handle {
  top: -1px;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  background-color: #E95429;
  border: none;
  border-radius: 50%;
}
.ui-slider.footage-range .slider_value {
  position: absolute;
  top: 8px;
  left: 4px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.footage-range_wrap {
  margin-bottom: 15px;
}
.footage-range_data {
  position: relative;
  height: 18px;
  margin-bottom: 6px;
}
.footage-range_data span {
  position: absolute;
  top: 0;
}
.footage-range_data span:first-child {
  left: 0;
}
.footage-range_data span:nth-child(2) {
  left: 50%;
  font-size: 11px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.footage-range_data span:nth-child(3) {
  right: 0;
}
.footage-range._mod_90_190:before {
  left: 47.36842105%;
}
.footage-range_data._mod_90_190 span:nth-child(2) {
  left: 47.36842105%;
}
/*--------------------------------------- Элементы ---------------------------------------*/
@media only screen and (max-width: 500px) {
  .mobile_overflow_hidden {
    overflow: hidden;
  }
}
/* Стили для статей сайта
    @sh-total-height - общая высота шапки сайта
    @sh-collapsed-height - высота сворачиваемого заголовка (верхняя линия сайта)

    Правила:
    .artCont - устанавливается для блока статьи сайта
    .left, .right - должны распологаться внутри .cb и определяют блоки для 2х колоночной статьи.
    Модификаторы используемые совместно с .left, .right
        .lw320 - ширина левой колонки 320px (указывать и для .left и для .right)
        .lw240 - ширина левой колонки 240px (указывать и для .left и для .right)
        .rw320 - ширина правой колонки 320px (указывать и для .left и для .right)
        ._fixed - фиксация блока при прокрутке
    .artMenu - стиль для навигации по статьям сайта
*/
/* диалоги */
/* Стиль диалогов с пользователем, аватарки и т.п */
/* Стиль переключателя select c невидимой рамкой, плюс модификаторы */
/* Пейджер результатов поиска и каталога*/
/* Стиль цветных кнопок */
/* Вход в систему, регистрация */
/* Панель инструментов */
/* Меню личного кабинета */
/* Стиль коллекций */
/* Поисковая строка */
/* Адаптивность логотипа */
/* Адаптивность кнопки поиска */
/* Адаптивность переключателя режима поиска */
/* Фиксированный загловок сайта с плавающей областью и панелью управления */
/* Функционирование c-line cb */
/* Адаптивность паддингов сайта */
/* Прибитый вниз подвал */
/* Форма с большим числом данных (анкета, документ и т.п.) */
.page_trailler {
  width: 100%;
  height: 100vh;
  min-height: 400px;
  max-height: 65vh;
  position: relative;
  z-index: 0;
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  overflow: hidden;
}
.page_trailler h1 {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: bold;
  max-width: none;
  opacity: 0.85;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
  filter: alpha(opacity = 85);
  -moz-opacity: 85;
}
.page_trailler .cb-video-holder {
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-height: 400px) {
  .page_trailler .cb-video-holder {
    display: none;
  }
}
.page_trailler video {
  display: none;
  width: 100%;
  height: auto;
  margin: auto;
}
@media only screen and (min-width: 800px) {
  .page_trailler video {
    display: block;
  }
}
.page_trailler .cb-video-mate {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity = 40);
  -moz-opacity: 40;
}
.page_trailler .cb-video-title {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 200px;
  overflow: hidden;
  text-align: center;
  color: white;
}
.page_trailler .im-collection .im-item:hover {
  background: inherit;
}
.s400 .page_trailler h1 {
  font-size: 20px;
}
.s500 .page_trailler h1 {
  font-size: 23px;
}
.s600 .page_trailler h1 {
  font-size: 28px;
}
.s700 .page_trailler h1,
.s800 .page_trailler h1,
.s1000 .page_trailler h1 {
  font-size: 30px;
}
.m1000 .page_trailler br._hidden {
  display: none;
}
.title-slider {
  position: relative;
  /* IE overflow */
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.title-slider .slides {
  width: 100%;
  text-wrap: none;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  /* IE overflow */
}
.title-slider .slide {
  float: left;
  width: 100%;
  display: block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  position: relative;
  left: -200%;
  overflow: hidden;
}
.title-slider .slide img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.title-slider .slide.hidden {
  display: none;
}
.title-slider .im-slideshow-controls {
  float: left;
  width: 100%;
}
.title-slider .im-slideshow-controls .plc {
  width: 45%;
}
.title-slider .slides {
  height: 300%;
}
.title-slider .slide {
  left: 0px;
  float: none;
  height: 100%;
  position: relative;
  top: -100%;
}
@media only screen and (min-width: 800px) {
  .scrLong .page_trailler {
    height: 100%;
  }
}
body[data-page="nfu.nfSite.footagesHome"] + div,
body[data-page="nfu.nfSite.catalogFootagesPage"] + div,
body[data-page="nfu.nfSite.footagePage"] + div {
  display: none !important;
}
.archSearh .c-line {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cookies_msg {
  z-index: 11;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
}
.cookies_msg .c-line {
  border-bottom: none;
}
.cookies_msg .cookies_text {
  font-family: RobotoSlab, Helvetica, Arial, Sans-Serif;
  font-size: 16px;
  color: #ffffff;
  background-color: #505050;
  border-top: 2px solid #000000;
}
.cookies_msg .cookies_text .cb {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 24px 0;
}
.cookies_msg .cookies_text p {
  margin: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.cookies_msg .cookies_text a {
  color: #ffffff;
}
.cookies_msg .cookies_text .cookies_button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin-left: 40px;
  padding: 10px 20px;
  font-size: 16px;
  text-transform: uppercase;
  white-space: nowrap;
  color: white;
  background-color: #457fff;
  border: 1px solid #ffffff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p1 .cookies_msg .cookies_text,
.p2 .cookies_msg .cookies_text {
  font-size: 12px;
}
.p1 .cookies_msg .cookies_text .cb,
.p2 .cookies_msg .cookies_text .cb {
  display: block;
  padding: 16px 0;
}
.p1 .cookies_msg .cookies_text .cookies_button,
.p2 .cookies_msg .cookies_text .cookies_button {
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
}
.p1 .cookies_msg .cookies_text .cookies_button {
  width: 100%;
}
.p3 .cookies_msg .cookies_text {
  font-size: 13px;
}
.p4 .cookies_msg .cookies_text {
  font-size: 14px;
}
.copytoclip {
  display: inline-block;
  margin-top: 6px;
  margin-bottom: 6px;
}
.copytoclip input {
  min-width: 250px;
  padding: 4px 8px;
  -webkit-box-shadow: inset 0 1px 1px rgba(27, 31, 35, 0.075);
          box-shadow: inset 0 1px 1px rgba(27, 31, 35, 0.075);
  border: 1px solid #d1d5da;
  border-radius: 3px;
}
.light-table.im-table td {
  border: none;
}
.light-table.im-table .ch {
  background-color: white;
}
.light-table.im-table .h {
  font-family: 'Open Sans', sans-serif;
  color: #CBCBCB;
}
.light-table.im-table .h td {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  background-color: white;
  border-top: none;
  border-bottom: solid 1px #CBCBCB;
}
.light-table.im-table tbody td {
  vertical-align: middle !important;
}
.light-table.im-table tbody tr:first-child td {
  padding-top: 6px;
}
.light-table.im-table tbody td:nth-child(2) {
  font-size: 16px;
  font-weight: bold;
}
.light-table.im-table .f td {
  padding: 0;
}
.oldBrowser {
  text-align: center;
}
.oldBrowser h1 {
  font-size: 40px !important;
  text-transform: none !important;
}
.oldBrowser p {
  font-size: 18px;
  color: #505050;
}
.oldBrowser .ui-dialog-titlebar {
  color: #000000 !important;
  background-color: #fafad2 !important;
}
.oldBrowser .confirm {
  color: #000000 !important;
  background-color: #ffffff !important;
  cursor: pointer;
}
.oldBrowser-line {
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #000000;
}
.oldBrowser-links {
  margin-top: 40px;
}
.oldBrowser-links a {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 120px;
  height: 145px;
  padding-top: 100px;
  margin-left: 36px;
  margin-right: 36px;
  margin-bottom: 24px;
  background-repeat: no-repeat;
  background-position: center top;
}
.site-head .oldBrowser {
  position: relative;
  padding: 8px;
  line-height: 27px;
  color: #005177;
  background-color: #fafad2;
  border-bottom: 1px solid #000000;
  z-index: 1;
}
.site-head .oldBrowser img {
  margin-right: 16px;
  vertical-align: middle;
}
.footages_search {
  margin-top: 24px;
  margin-bottom: 24px;
}
.footages_search a {
  white-space: nowrap;
  text-decoration: none;
  color: black;
}
.footages_search a:hover {
  color: #80351d;
  text-decoration: underline;
}
.footages_search span {
  font-size: 20px;
}
.footages_search .a1 {
  font-size: 30px;
  font-weight: bold;
}
.footages_search .a2 {
  font-size: 22px;
}
.footages_search .a3 {
  font-size: 16px;
}
.footages_search .a4 {
  font-size: 13px;
}
.footages_search .a5 {
  font-size: 10px;
}
.new_design .footage_page .c-line {
  margin-top: 56px;
}
.new_design .footage_page .page_trailler {
  min-height: 500px;
}
.new_design .grid_header {
  padding-left: 48px;
  padding-right: 48px;
  padding-bottom: 24px;
}
.new_design .grid_header h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
}
.new_design .grid_header h2 a {
  color: black;
  text-decoration: none;
}
.new_design .grid_header h2 a:hover {
  text-decoration: underline;
}
.new_design .grid_item {
  float: left;
  margin-right: 1%;
  margin-bottom: 1%;
}
.new_design .grid_item a {
  position: relative;
  display: block;
  color: white;
  text-decoration: none;
  overflow: hidden;
}
.new_design .grid_item-title {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
.new_design .grid_item-img {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  background-color: grey;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.new_design .grid_item-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.new_design .grid-3big .grid_item {
  width: 33.33333333%;
  margin-right: 0;
  margin-bottom: 0;
}
.new_design .grid-3big .grid_item:nth-child(3) {
  margin-right: 0;
}
.new_design .grid-3big .grid_item:hover .grid_item-img:after {
  background-color: rgba(0, 0, 0, 0.7);
}
.new_design .grid-3big .grid_item-title {
  padding: 32px;
  font-size: 37px;
  font-weight: bold;
}
.new_design .grid-8mid .grid_item {
  width: 24.25%;
  overflow: hidden;
}
.new_design .grid-8mid .grid_item:nth-child(4n + 4) {
  margin-right: 0;
}
.new_design .grid-8mid .grid_item:nth-last-child(-n+5) {
  margin-bottom: 0;
}
.new_design .grid-8mid .grid_item:hover .grid_item-img:after {
  background-color: #E95429;
}
.new_design .grid-8mid .grid_item:hover .grid_item-title {
  font-size: 36px;
}
.new_design .grid-8mid .grid_item-title {
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  -webkit-transition: font-size 0.3s ease-in-out;
  transition: font-size 0.3s ease-in-out;
}
.new_design .grid-8mid .grid_item-img {
  padding-top: 44.58598726%;
}
.new_design ._mod-photo .grid-8mid .grid_item:hover .grid_item-img:after {
  background-color: #009ba4;
}
.new_design .grid-clips {
  overflow: hidden;
}
.new_design .grid-clips .grid_header h2 {
  display: inline-block;
}
.new_design .grid-clips_link {
  float: right;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 6px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}
.new_design .grid-clips_link .fa-nf-footage-icon {
  margin-left: 14px;
  vertical-align: middle;
  font-size: 16px;
  color: #E95429;
}
.new_design ._mod-photo .grid-clips_link .fa-nf-footage-icon {
  color: #009ba4;
}
.new_design .info-sell {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 350px;
  margin-top: 104px;
  margin-left: 48px;
  margin-right: 48px;
  padding-bottom: 24px;
}
.new_design .info-sell p {
  font-family: RobotoSlab, Helvetica, Arial, Sans-Serif;
}
.new_design .info-sell_link {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px 40px;
  text-align: center;
  font-size: 20px;
  border: none;
}
.new_design .info-sell_img {
  position: absolute;
  bottom: -1px;
  height: 350px;
  right: 0;
  width: 485px;
  background-image: url(/Img/bg_person2.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 100% auto;
  border-bottom: 1px solid white;
}
.new_design .info-sell_img:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: white;
}
.new_design .info-company_wrap.c-line {
  margin-top: 24px;
  margin-bottom: 56px;
  display: none;
}
.new_design .info-company p {
  margin-left: 48px;
  margin-right: 48px;
  font-family: RobotoSlab, Helvetica, Arial, Sans-Serif;
}
.new_design .info-company_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.new_design .info-company_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 208px;
  height: 208px;
}
.new_design .info-company_link {
  font-size: inherit;
}
.new_design .trailler-sell {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 48px;
  color: white;
}
.new_design .trailler-sell_title,
.new_design .info-sell_title {
  margin-bottom: 0;
  line-height: 1.16;
  font-size: 60px;
  font-weight: bold;
}
.new_design .trailler-sell_p,
.new_design .info-sell_p {
  max-width: 480px;
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 20px;
}
.new_design .trailler-sell_link.link-button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  min-width: 300px;
  padding: 16px 40px;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  border: 1px solid #ffffff;
  -webkit-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
  transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
}
.new_design .trailler-sell_link.link-button:hover {
  color: #ffffff;
  background-color: #E95429;
  border-color: #E95429;
  -webkit-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
  transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
}
.new_design ._mod-photo .trailler-sell_link.link-button:hover {
  background-color: #009ba4;
  border-color: #009ba4;
}
.p1.new_design .trailler-sell,
.p2.new_design .trailler-sell {
  margin-left: 0;
}
.p1.new_design .trailler-sell_title,
.p2.new_design .trailler-sell_title,
.p1.new_design .info-sell_title,
.p2.new_design .info-sell_title {
  font-size: 30px;
}
.p1.new_design .trailler-sell_p,
.p2.new_design .trailler-sell_p,
.p1.new_design .info-sell_p,
.p2.new_design .info-sell_p {
  font-size: 16px;
}
.p1.new_design .trailler-sell_link.link-button,
.p2.new_design .trailler-sell_link.link-button,
.p1.new_design .info-sell_link,
.p2.new_design .info-sell_link {
  width: 100%;
  min-width: 0;
}
.p1.new_design .grid-3big .grid_item,
.p2.new_design .grid-3big .grid_item {
  width: 100%;
}
.p1.new_design .grid-3big .grid_item-title,
.p2.new_design .grid-3big .grid_item-title {
  padding: 16px;
  font-size: 24px;
}
.p1.new_design .grid_header,
.p2.new_design .grid_header {
  padding-left: 24px;
  padding-right: 24px;
}
.p1.new_design .grid-8mid .grid_item,
.p2.new_design .grid-8mid .grid_item {
  width: 49.5%;
}
.p1.new_design .grid-8mid .grid_item:nth-child(even),
.p2.new_design .grid-8mid .grid_item:nth-child(even) {
  margin-right: 0;
}
.p1.new_design .grid-8mid .grid_item:nth-last-child(4),
.p2.new_design .grid-8mid .grid_item:nth-last-child(4),
.p1.new_design .grid-8mid .grid_item:nth-last-child(5),
.p2.new_design .grid-8mid .grid_item:nth-last-child(5) {
  margin-bottom: 1%;
}
.p1.new_design .grid-8mid .grid_item:hover .grid_item-title,
.p2.new_design .grid-8mid .grid_item:hover .grid_item-title {
  font-size: 22px;
}
.p1.new_design .grid-clips_link,
.p2.new_design .grid-clips_link {
  display: none;
}
.p1.new_design .info-sell_img,
.p2.new_design .info-sell_img {
  display: none;
}
.p1.new_design .info-sell,
.p2.new_design .info-sell {
  min-height: 0;
  margin-top: 56px;
  margin-left: 0;
  margin-right: 0;
}
.p1.new_design .info-company p,
.p2.new_design .info-company p {
  margin-left: 0;
  margin-right: 0;
}
.p1.new_design .info-company_list,
.p2.new_design .info-company_list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p1.new_design .info-company_item,
.p2.new_design .info-company_item {
  width: 33%;
  height: 97px;
}
.p1.new_design .info-company_item:nth-child(1) img,
.p2.new_design .info-company_item:nth-child(1) img {
  width: 70px;
  height: 21px;
}
.p1.new_design .info-company_item:nth-child(2) img,
.p2.new_design .info-company_item:nth-child(2) img {
  width: 59px;
  height: 60px;
}
.p1.new_design .info-company_item:nth-child(3) img,
.p2.new_design .info-company_item:nth-child(3) img {
  width: 37px;
  height: 45px;
}
.p1.new_design .info-company_item:nth-child(4) img,
.p2.new_design .info-company_item:nth-child(4) img {
  width: 60px;
  height: 51px;
}
.p1.new_design .info-company_item:nth-child(5) img,
.p2.new_design .info-company_item:nth-child(5) img {
  width: 46px;
  height: 62px;
}
.p1.new_design .info-company_item:nth-child(6) img,
.p2.new_design .info-company_item:nth-child(6) img {
  width: 52px;
  height: 53px;
}
.p3.new_design .trailler-sell_title,
.p3.new_design .info-sell_title {
  font-size: 40px;
}
.p3.new_design .trailler-sell_p,
.p3.new_design .info-sell_p {
  font-size: 16px;
}
.p3.new_design .grid-3big .grid_item-title {
  padding: 16px;
  font-size: 24px;
}
.p3.new_design .grid_header {
  padding-left: 24px;
  padding-right: 24px;
}
.p3.new_design .grid-8mid .grid_item {
  width: 32.66666667%;
  overflow: hidden;
}
.p3.new_design .grid-8mid .grid_item:nth-child(4n + 4) {
  margin-right: 1%;
}
.p3.new_design .grid-8mid .grid_item:nth-child(3n + 3) {
  margin-right: 0;
}
.p3.new_design .grid-8mid .grid_item:nth-child(4) {
  margin-bottom: 0;
}
.p3.new_design .grid-8mid .grid_item:nth-child(7),
.p3.new_design .grid-8mid .grid_item:nth-child(8) {
  display: none;
}
.p3.new_design .grid-8mid .grid_item:hover .grid_item-title {
  font-size: 28px;
}
.p3.new_design .grid-clips_link {
  font-size: 14px;
}
.p3.new_design .info-sell {
  min-height: 310px;
  margin-top: 64px;
  margin-left: 24px;
  margin-right: 0;
}
.p3.new_design .info-sell_img {
  height: 310px;
  width: 430px;
}
.p3.new_design .info-company p {
  margin-left: 24px;
  margin-right: 24px;
}
.p3.new_design .info-company_item {
  width: 118px;
  height: 118px;
}
.p3.new_design .info-company_item:nth-child(1) img {
  width: 85px;
  height: 25px;
}
.p3.new_design .info-company_item:nth-child(2) img {
  width: 72px;
  height: 73px;
}
.p3.new_design .info-company_item:nth-child(3) img {
  width: 44px;
  height: 55px;
}
.p3.new_design .info-company_item:nth-child(4) img {
  width: 74px;
  height: 62px;
}
.p3.new_design .info-company_item:nth-child(5) img {
  width: 55px;
  height: 76px;
}
.p3.new_design .info-company_item:nth-child(6) img {
  width: 63px;
  height: 64px;
}
.p4.new_design .trailler-sell_title,
.p4.new_design .info-sell_title {
  font-size: 60px;
}
.p4.new_design .trailler-sell_p,
.p4.new_design .info-sell_p {
  font-size: 18px;
}
.p4.new_design .grid-3big .grid_item-title {
  font-size: 30px;
}
.p4.new_design .grid-8mid .grid_item:hover .grid_item-title {
  font-size: 30px;
}
.p4.new_design .grid-clips_link {
  font-size: 16px;
}
.p4.new_design .info-sell {
  margin-top: 64px;
  margin-right: 0;
  padding-bottom: 24px;
}
.p4.new_design .info-company_item {
  width: 156px;
  height: 156px;
}
.nf-footage_wrap {
  overflow: hidden;
}
.nf-footage .imgGrid__modalBox {
  margin-right: 1%;
  margin-bottom: 1%;
}
.nf-footage .imgGrid__modalBox .imgBox {
  width: 50%;
  height: auto;
  float: left;
}
.nf-footage .imgGrid__modalBox .imgBox.film {
  padding-top: 0;
  padding-bottom: 0;
}
.nf-footage .imgGrid__modalBox .imgBox .imgWrap {
  float: right;
  display: inline-block;
  top: 0;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  max-width: 642px;
}
.nf-footage .imgGrid__modalBox .imgBox .imgWrap img {
  width: 592px;
  height: 333px;
  max-height: none;
}
.nf-footage .imgGrid__modalBox .imgBox .videoPlayer {
  width: 100%;
  float: none;
  left: 0;
  padding: 0;
  background-color: black;
  border: none;
}
.nf-footage .imgGrid__modalBox .imgBox .videoPlayer .video_box {
  position: relative;
}
.nf-footage .imgGrid__modalBox .imgBox .videoPlayer video {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: block;
  background-color: transparent;
}
.nf-footage .imgGrid__modalBox .imgBox .videoPlayer .play-area {
  background-image: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 10%;
  height: 100%;
  padding: 0px 45%;
  opacity: 0.8;
}
.nf-footage .imgGrid__modalBox .imgBox .videoPlayer ._cover {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.nf-footage .imgGrid__modalBox .imgBox .videoPlayer .play-container {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  height: 5px;
  background-color: #505050;
  z-index: 1;
}
.nf-footage .imgGrid__modalBox .imgBox .videoPlayer .play-container .load-progress {
  border: none;
}
.nf-footage .imgGrid__modalBox .imgBox .videoPlayer .play-container .load-progress .ui-progressbar-value {
  background-color: #CBCBCB;
}
.nf-footage .imgGrid__modalBox .imgBox .videoPlayer .play-container .play-progress {
  top: -5px;
  background-color: transparent;
}
.nf-footage .imgGrid__modalBox .imgBox .videoPlayer .play-container .play-slider {
  top: -10px;
}
.nf-footage .imgGrid__modalBox .imgBox .videoPlayer .play-container .play-slider .ui-slider-handle {
  top: -9px;
}
.nf-footage .imgGrid__modalBox .imgBox .videoPlayer .play-progress .ui-progressbar-value {
  background-color: #E95429;
}
.nf-footage .imgGrid__modalBox .imgBox .videoPlayer .bt-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
  padding: 10px 16px 32px 9px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#222222));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #222222 100%);
}
.nf-footage .imgGrid__modalBox .imgBox .videoPlayer .bt-container .bt-play {
  padding-left: 7px;
  padding-right: 7px;
  vertical-align: middle;
  border: none;
  cursor: pointer;
}
.nf-footage .imgGrid__modalBox .imgBox .videoPlayer .bt-container .bt-play:hover a {
  background-position: -162px -82px;
}
.nf-footage .imgGrid__modalBox .imgBox .videoPlayer .bt-container .bt-play.pause:hover a {
  background-position: -302px -82px;
}
.nf-footage .imgGrid__modalBox .imgBox .videoPlayer .bt-container .time_box {
  display: inline-block;
  margin-left: 6px;
  font-size: 14px;
}
.nf-footage .imgGrid__modalBox .imgBox .videoPlayer .bt-container .volume-container {
  margin-top: 5px;
  margin-left: 10px;
  float: right;
}
.nf-footage .imgGrid__modalBox .imgBox .videoPlayer .bt-container .bt-mute.mute + .volume-progress {
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  -moz-opacity: 0;
}
.nf-footage .imgGrid__modalBox .annotations {
  float: none;
  width: auto;
  min-height: initial;
  margin-left: 50%;
  padding-left: 16px;
  overflow: initial;
}
.nf-footage .imgGrid__modalBox .annotations_row {
  margin-bottom: 8px;
  overflow: hidden;
}
.nf-footage .imgGrid__modalBox .annotations_row:last-child {
  margin-bottom: 0;
}
.nf-footage .imgGrid__modalBox .annotations_row .btn-license {
  font-size: inherit;
}
.nf-footage .imgGrid__modalBox .annotations_row .btn-license .fa-nf-popup {
  position: relative;
  bottom: 4px;
}
.nf-footage .imgGrid__modalBox .annotations_row-1 {
  float: left;
  width: 80px;
  color: #676767;
}
.nf-footage .imgGrid__modalBox .annotations_row-2 {
  min-width: 416px;
  margin-left: 96px;
}
.nf-footage .imgGrid__modalBox .annotations_row.annotations_row-format,
.nf-footage .imgGrid__modalBox .annotations_row.annotations_row-link {
  margin-top: 24px;
}
.nf-footage .imgGrid__modalBox .annotations_row.annotations_row-price {
  margin-top: 32px;
}
.nf-footage .imgGrid__modalBox .annotations_row.annotations_row-price .annotations_row-1 {
  width: auto;
  font-size: 24px;
  color: #ffffff;
}
.nf-footage .imgGrid__modalBox .annotations_row.annotations_row-price .annotations_row-2 .link-button.footage_bt {
  display: inline-block;
  margin-left: 168px;
  padding: 12px 24px;
  white-space: nowrap;
  font-size: 18px;
}
.nf-footage .imgGrid__modalBox .footage-prices {
  position: relative;
}
.nf-footage .imgGrid__modalBox .footage-prices .radio-price {
  padding-bottom: 32px;
  display: inline-block;
}
.nf-footage .imgGrid__modalBox .footage-prices .radio-price + .radio-price .f-group {
  border-left: none;
}
.nf-footage .imgGrid__modalBox .footage-prices .radio-price input[type="radio"] {
  display: none;
}
.nf-footage .imgGrid__modalBox .footage-prices .radio-price input[type="radio"]:checked + label .f-group {
  color: #000000;
  background-color: #ffffff;
}
.nf-footage .imgGrid__modalBox .footage-prices .radio-price input[type="radio"]:checked + label .f-info {
  display: block;
}
.nf-footage .imgGrid__modalBox .footage-prices .radio-price label .f-group {
  display: block;
  width: 104px;
  height: 38px;
  line-height: 38px;
  font-size: 24px;
  text-align: center;
  border: 1px solid #505050;
  cursor: pointer;
}
.nf-footage .imgGrid__modalBox .footage-prices .radio-price label .f-info {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #cbcbcb;
}
.nf-footage .imgGrid__modalBox .footage-prices .radio-price label .f-info span + span {
  padding-left: 4px;
}
.nf-footage .imgGrid__modalBox .footage-prices .radio-price label .f-codec + span,
.nf-footage .imgGrid__modalBox .footage-prices .radio-price label .f-price {
  display: none;
}
.new_design .catalog_title {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 18px !important;
  font-weight: bold;
}
.new_design .nf-filters .loading-container.simple.on .loading {
  z-index: 2;
}
.new_design .nf-filters_wrap {
  padding-bottom: 16px;
}
.new_design .nf-filters_open-btn {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 16px;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  background-color: #E95429;
  cursor: pointer;
}
.new_design .nf-filters_open-btn:hover {
  font-size: 26px;
  color: #ffffff;
}
.new_design .nf-filters_open-btn:active {
  font-size: 22px;
}
.new_design ._mod-photo .nf-filters_open-btn {
  background-color: #009ba4;
}
.new_design .nf-filters_close-btn {
  position: absolute;
  top: 6px;
  right: 0;
  width: 16px;
  height: 16px;
}
.new_design .nf-filters_close-btn:before,
.new_design .nf-filters_close-btn:after {
  position: absolute;
  left: 6px;
  content: ' ';
  height: 18px;
  width: 1px;
  background-color: #aaaaaa;
}
.new_design .nf-filters_close-btn:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.new_design .nf-filters_close-btn:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.new_design .nf-filters_close {
  display: none;
  position: relative;
  font-size: 14px;
}
.new_design .nf-filters_line {
  font-size: 14px;
}
.new_design .nf-filters_line .c1 {
  float: left;
}
.new_design .nf-filters_line .c1 .link-button {
  display: inline-block;
  padding: 8px 16px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: black;
  border: 1px solid #cbcbcb;
}
.new_design .nf-filters_line .c1 .link-button + .link-button {
  margin-left: 16px;
}
.new_design .nf-filters_line .c1 .link-button:hover,
.new_design .nf-filters_line .c1 .link-button._cur {
  border-color: #E95429;
}
.new_design .nf-filters_line .c0 {
  float: left;
  height: 32px;
  width: 1px;
  margin-left: 24px;
  margin-right: 24px;
  background-color: #cbcbcb;
}
.new_design ._mod-photo .nf-filters_line .c1 .link-button:hover,
.new_design ._mod-photo .nf-filters_line .c1 .link-button._cur {
  border-color: #009ba4;
}
.new_design .nf-filters_box {
  position: relative;
  display: inline-block;
}
.new_design .nf-filters_box + .nf-filters_box {
  margin-left: 24px;
}
.new_design .nf-filters_name {
  position: relative;
  display: inline-block;
  padding-right: 24px;
}
.new_design .nf-filters_name:before,
.new_design .nf-filters_name:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 7px;
  width: 10px;
  height: 2px;
  background-color: #cbcbcb;
}
.new_design .nf-filters_name:before {
  right: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.new_design .nf-filters_name:after {
  right: 11px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.new_design .nf-filters_name.nf-filters_name-cur {
  color: #005177;
}
.new_design .nf-filters_name.nf-filters_name-cur:before,
.new_design .nf-filters_name.nf-filters_name-cur:after {
  background-color: #005177;
}
.new_design .nf-filters_list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  padding-top: 8px;
  color: black;
}
.new_design .nf-filters_border {
  padding: 8px 16px;
  background-color: white;
  border: 1px solid #e6e6e6;
}
.new_design .nf-filters_border input[type="radio"] {
  display: none;
}
.new_design .nf-filters_border label {
  position: relative;
  display: block;
  padding-left: 20px;
  margin-top: 8px;
  margin-right: 10px;
  white-space: nowrap;
  cursor: pointer;
}
.new_design .nf-filters_border label:before {
  content: "";
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  cursor: pointer;
  z-index: 1;
}
.new_design .nf-filters_border label:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  font-family: 'FontAwesome_NF';
  line-height: 1;
  font-size: 11px;
  color: white;
  z-index: 1;
}
.new_design .nf-filters_border label:hover:before,
.new_design .nf-filters_border label:focus:before {
  background-color: #aaaaaa;
}
.new_design .nf-filters_border label:active:before {
  background-color: #E95429;
  border-color: #E95429;
}
.new_design .nf-filters_border input[type="radio"]:checked + label:before,
.new_design .nf-filters_border input[type="radio"]:active + label:before {
  background-color: #E95429;
  border-color: #E95429;
}
.new_design .nf-filters_border input[type="radio"]:checked + label:after,
.new_design .nf-filters_border input[type="radio"]:active + label:after {
  content: "\f00c";
}
.new_design .nf-filters_border.nf-filters_border-v {
  white-space: nowrap;
}
.new_design .nf-filters_border.nf-filters_border-v label {
  display: inline-block;
  padding-left: 0;
  padding-bottom: 20px;
}
.new_design .nf-filters_border.nf-filters_border-v label:last-of-type {
  margin-right: 0;
}
.new_design .nf-filters_border.nf-filters_border-v label:before {
  top: unset;
  bottom: 0;
  -webkit-transform: none;
          transform: none;
}
.new_design .nf-filters_border.nf-filters_border-v label:after {
  top: unset;
  bottom: 2px;
  -webkit-transform: none;
          transform: none;
}
.new_design ._mod-photo .nf-filters_border label:active:before {
  background-color: #009ba4;
  border-color: #009ba4;
}
.new_design ._mod-photo .nf-filters_border input[type="radio"]:checked + label:before,
.new_design ._mod-photo .nf-filters_border input[type="radio"]:active + label:before {
  background-color: #009ba4;
  border-color: #009ba4;
}
.new_design .nf-filters_box:hover,
.new_design .nf-filters_box:focus {
  color: black;
}
.new_design .nf-filters_box:hover .nf-filters_name:before,
.new_design .nf-filters_box:focus .nf-filters_name:before,
.new_design .nf-filters_box:hover .nf-filters_name:after,
.new_design .nf-filters_box:focus .nf-filters_name:after {
  background-color: #E95429;
}
.new_design .nf-filters_box:hover .nf-filters_list,
.new_design .nf-filters_box:focus .nf-filters_list {
  display: block;
}
.new_design ._mod-photo .nf-filters_box:hover .nf-filters_name:before,
.new_design ._mod-photo .nf-filters_box:focus .nf-filters_name:before,
.new_design ._mod-photo .nf-filters_box:hover .nf-filters_name:after,
.new_design ._mod-photo .nf-filters_box:focus .nf-filters_name:after {
  background-color: #009ba4;
}
.new_design .nf-filters_arrow {
  position: absolute;
  left: 22px;
  top: 0;
  width: 14px;
  height: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: white;
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.new_design .nf-filters_control {
  float: right;
  margin-top: 16px;
  white-space: nowrap;
}
.new_design .nf-filters_control .nf-filters_cancel {
  color: #005177;
  cursor: pointer;
}
.new_design .nf-filters_active {
  margin-top: 16px;
  padding: 8px 16px;
  font-size: 13px;
  color: #aaaaaa;
  background-color: #f0f1f3;
}
.new_design .nf-filters_active_mob {
  display: inline-block;
  float: right;
}
.new_design .nf-filters_active-text {
  margin-right: 16px;
}
.new_design .nf-filters_active-btn {
  display: inline-block;
  position: relative;
  padding-right: 16px;
  color: #aaaaaa;
  cursor: pointer;
}
.new_design .nf-filters_active-btn + .new_design .nf-filters_active-btn {
  margin-left: 24px;
}
.new_design .nf-filters_active-btn:hover {
  color: #005177;
}
.new_design .nf-filters_active-btn:hover .css-close:before,
.new_design .nf-filters_active-btn:hover .css-close:after {
  background-color: #005177;
}
.new_design .nf-filters_active-btn .css-close {
  position: absolute;
  top: 6px;
  right: 0;
  width: 8px;
  height: 8px;
}
.new_design .nf-filters_active-btn .css-close:before,
.new_design .nf-filters_active-btn .css-close:after {
  position: absolute;
  left: 3px;
  content: ' ';
  height: 9px;
  width: 1px;
  background-color: #aaaaaa;
}
.new_design .nf-filters_active-btn .css-close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.new_design .nf-filters_active-btn .css-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.new_design .nf-filters_clear {
  float: right;
  color: #005177;
}
.new_design .nf-filters_pages-t {
  padding-bottom: 16px;
}
.new_design .nf-filters_pages-t .filters_pages_text {
  line-height: 32px;
  font-size: 13px;
}
.new_design .im-pager-new {
  float: right;
}
.new_design .im-pager-new .im-pager-new_text {
  line-height: 32px;
  font-size: 14px;
}
.new_design .im-pager-new .btPrev,
.new_design .im-pager-new .btNext,
.new_design .im-pager-new .current_page {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  height: 32px;
  border: 1px solid #cbcbcb;
}
.new_design .im-pager-new .btPrev,
.new_design .im-pager-new .btNext {
  width: 32px;
}
.new_design .im-pager-new .btPrev:hover:before,
.new_design .im-pager-new .btNext:hover:before {
  border-color: #E95429;
}
.new_design .im-pager-new .btPrev {
  margin-right: 8px;
  position: relative;
}
.new_design .im-pager-new .btPrev:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  border: 3px solid black;
  width: 8px;
  height: 8px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  left: 11px;
  border-right: 0;
  border-top: 0;
}
.new_design .im-pager-new .btNext {
  position: relative;
  margin-left: 8px;
}
.new_design .im-pager-new .btNext:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  border: 3px solid black;
  width: 8px;
  height: 8px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 12px;
  border-left: 1px;
  border-bottom: 1px;
}
.new_design .im-pager-new span.btNext:before,
.new_design .im-pager-new span.btPrev:before {
  border-color: #cbcbcb !important;
}
.new_design .im-pager-new .current_page {
  width: 45px;
  margin-right: 8px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  text-align: center;
}
.new_design ._mod-photo .im-pager-new .btPrev:hover:before,
.new_design ._mod-photo .im-pager-new .btNext:hover:before {
  border-color: #009ba4;
}
.new_design .nf-filters_pages-b {
  padding-top: 32px;
  padding-bottom: 64px;
  text-align: center;
}
.new_design .nf-filters_pages-b .btNextBig {
  position: relative;
  display: inline-block;
  padding: 8px 48px 8px 16px;
  font-size: 20px;
  color: #000000;
  background-color: #cbcbcb;
  border: 1px solid #aaaaaa;
  text-decoration: none;
}
.new_design .nf-filters_pages-b .btNextBig:before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 13.9px;
  border-color: transparent transparent transparent #000000;
}
.new_design .nf-filters_pages-b .btNextBig:hover {
  color: #005177;
}
.new_design .nf-filters_pages-b .btNextBig:hover:before {
  border-left-color: #E95429;
}
.new_design ._mod-photo .nf-filters_pages-b .btNextBig:hover:before {
  border-left-color: #009ba4;
}
.new_design .photo-promo {
  padding-top: 56px;
  padding-bottom: 64px;
  background-color: #f0f1f3;
}
.new_design .photo-promo_text {
  display: inline-block;
  font-weight: bold;
}
.new_design .photo-promo_text:first-letter {
  text-transform: uppercase;
}
.new_design .photo-promo_photos {
  margin-top: 32px;
}
.new_design .photo-promo_links {
  margin-top: 32px;
  text-align: center;
}
.new_design .photo-promo_logo {
  float: left;
  background-image: url('/img/nf-photo-logo.png');
  display: block;
  width: 128px;
  height: 25px;
  margin: 0px;
  padding: 0px;
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain !important;
  text-decoration: none !important;
  -webkit-filter: grayscale(100%) brightness(10%) opacity(25%);
          filter: grayscale(100%) brightness(10%) opacity(25%);
  -webkit-transition: 0.3s -webkit-filter;
  transition: 0.3s -webkit-filter;
  transition: 0.3s filter;
  transition: 0.3s filter, 0.3s -webkit-filter;
}
.new_design .photo-promo_logo:hover {
  -webkit-filter: unset;
          filter: unset;
}
.new_design .photo-promo_link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  padding: 16px;
  font-size: 20px;
  color: #000000;
  text-decoration: none;
  border: 1px solid #009ba4;
  -webkit-transition: 0.3s color, 0.3s background-color;
  transition: 0.3s color, 0.3s background-color;
}
.new_design .photo-promo_link:hover {
  color: #ffffff;
  background-color: #009ba4;
}
.p1 .nf-footage .imgGrid__modalBox,
.p2 .nf-footage .imgGrid__modalBox,
.p3 .nf-footage .imgGrid__modalBox {
  padding-top: 32px;
  padding-bottom: 32px;
}
.p1 .nf-footage .imgGrid__modalBox .imgBox .imgWrap,
.p2 .nf-footage .imgGrid__modalBox .imgBox .imgWrap,
.p3 .nf-footage .imgGrid__modalBox .imgBox .imgWrap {
  float: none;
  margin: 0 auto;
}
.p1 .nf-footage .imgGrid__modalBox .imgBox .imgWrap img,
.p2 .nf-footage .imgGrid__modalBox .imgBox .imgWrap img,
.p3 .nf-footage .imgGrid__modalBox .imgBox .imgWrap img {
  width: 471px;
  height: 265px;
}
.p1 .nf-footage .imgGrid__modalBox .controls .btnIconClose,
.p2 .nf-footage .imgGrid__modalBox .controls .btnIconClose,
.p3 .nf-footage .imgGrid__modalBox .controls .btnIconClose {
  top: 16px;
  right: 8px;
}
.p1 .nf-footage .imgGrid__modalBox .controls .btn__modal._prev,
.p2 .nf-footage .imgGrid__modalBox .controls .btn__modal._prev,
.p3 .nf-footage .imgGrid__modalBox .controls .btn__modal._prev {
  top: 25%;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}
.p1 .nf-footage .imgGrid__modalBox .controls .btn__modal._next,
.p2 .nf-footage .imgGrid__modalBox .controls .btn__modal._next,
.p3 .nf-footage .imgGrid__modalBox .controls .btn__modal._next {
  top: 25%;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}
.p1 .nf-footage .imgGrid__modalBox .imgBox,
.p2 .nf-footage .imgGrid__modalBox .imgBox,
.p3 .nf-footage .imgGrid__modalBox .imgBox {
  float: none;
  width: 100%;
}
.p1 .nf-footage .imgGrid__modalBox .annotations,
.p2 .nf-footage .imgGrid__modalBox .annotations,
.p3 .nf-footage .imgGrid__modalBox .annotations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 472px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}
.p1 .nf-footage .imgGrid__modalBox .annotations_row-2,
.p2 .nf-footage .imgGrid__modalBox .annotations_row-2,
.p3 .nf-footage .imgGrid__modalBox .annotations_row-2 {
  min-width: 256px;
}
.p1 .nf-footage .imgGrid__modalBox .annotations_row.annotations_row-format .annotations_row-1,
.p2 .nf-footage .imgGrid__modalBox .annotations_row.annotations_row-format .annotations_row-1,
.p3 .nf-footage .imgGrid__modalBox .annotations_row.annotations_row-format .annotations_row-1,
.p1 .nf-footage .imgGrid__modalBox .annotations_row.annotations_row-link .annotations_row-1,
.p2 .nf-footage .imgGrid__modalBox .annotations_row.annotations_row-link .annotations_row-1,
.p3 .nf-footage .imgGrid__modalBox .annotations_row.annotations_row-link .annotations_row-1 {
  display: none;
}
.p1 .nf-footage .imgGrid__modalBox .annotations_row.annotations_row-format .annotations_row-2,
.p2 .nf-footage .imgGrid__modalBox .annotations_row.annotations_row-format .annotations_row-2,
.p3 .nf-footage .imgGrid__modalBox .annotations_row.annotations_row-format .annotations_row-2,
.p1 .nf-footage .imgGrid__modalBox .annotations_row.annotations_row-link .annotations_row-2,
.p2 .nf-footage .imgGrid__modalBox .annotations_row.annotations_row-link .annotations_row-2,
.p3 .nf-footage .imgGrid__modalBox .annotations_row.annotations_row-link .annotations_row-2 {
  margin-left: 0;
}
.p1 .nf-footage .imgGrid__modalBox .annotations_row.annotations_row-format,
.p2 .nf-footage .imgGrid__modalBox .annotations_row.annotations_row-format,
.p3 .nf-footage .imgGrid__modalBox .annotations_row.annotations_row-format {
  -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
          order: -2;
  margin-top: 16px;
}
.p1 .nf-footage .imgGrid__modalBox .annotations_row.annotations_row-price,
.p2 .nf-footage .imgGrid__modalBox .annotations_row.annotations_row-price,
.p3 .nf-footage .imgGrid__modalBox .annotations_row.annotations_row-price {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-top: 16px;
  margin-bottom: 24px;
}
.p1 .nf-footage .imgGrid__modalBox .annotations_row.annotations_row-price .annotations_row-2 .link-button.footage_bt,
.p2 .nf-footage .imgGrid__modalBox .annotations_row.annotations_row-price .annotations_row-2 .link-button.footage_bt,
.p3 .nf-footage .imgGrid__modalBox .annotations_row.annotations_row-price .annotations_row-2 .link-button.footage_bt {
  float: right;
  margin-left: 56px;
}
.p1 .nf-footage .imgGrid__modalBox .footage-prices .radio-price,
.p2 .nf-footage .imgGrid__modalBox .footage-prices .radio-price,
.p3 .nf-footage .imgGrid__modalBox .footage-prices .radio-price {
  padding-bottom: 0;
}
.p1 .nf-footage .imgGrid__modalBox .footage-prices .radio-price label .f-group,
.p2 .nf-footage .imgGrid__modalBox .footage-prices .radio-price label .f-group,
.p3 .nf-footage .imgGrid__modalBox .footage-prices .radio-price label .f-group {
  width: 64px;
}
.p1 .nf-footage .imgGrid__modalBox .footage-prices .radio-price label .f-info,
.p2 .nf-footage .imgGrid__modalBox .footage-prices .radio-price label .f-info,
.p3 .nf-footage .imgGrid__modalBox .footage-prices .radio-price label .f-info {
  left: auto;
  bottom: auto;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 13px;
}
.p1 .nf-footage .imgGrid__modalBox .footage-prices .radio-price label .f-info span + span,
.p2 .nf-footage .imgGrid__modalBox .footage-prices .radio-price label .f-info span + span,
.p3 .nf-footage .imgGrid__modalBox .footage-prices .radio-price label .f-info span + span {
  padding-left: 2px;
}
.p4 .nf-footage .imgGrid__modalBox {
  padding-top: 32px;
  padding-bottom: 32px;
}
.p4 .nf-footage .imgGrid__modalBox .imgBox {
  width: 473px;
}
.p4 .nf-footage .imgGrid__modalBox .imgBox .imgWrap {
  float: none;
  margin: 0 auto;
}
.p4 .nf-footage .imgGrid__modalBox .imgBox img {
  width: 471px;
  height: 265px;
}
.p4 .nf-footage .imgGrid__modalBox .controls .btnIconClose {
  top: 16px;
}
.p4 .nf-footage .imgGrid__modalBox .annotations {
  margin-left: 473px;
}
.p4 .nf-footage .imgGrid__modalBox .annotations_row-2 {
  min-width: 256px;
}
.p4 .nf-footage .imgGrid__modalBox .annotations_row.annotations_row-price .annotations_row-2 .link-button.footage_bt {
  margin-left: 56px;
}
.p4 .nf-footage .imgGrid__modalBox .footage-prices .radio-price label .f-group {
  width: 64px;
}
.p1.new_design .nf-filters,
.p2.new_design .nf-filters {
  z-index: 11;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 232px;
  max-height: 100vh;
  overflow-y: auto;
  padding-left: 8px;
  padding-right: 8px;
  background-color: white;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}
.p1.new_design .nf-filters_wrap,
.p2.new_design .nf-filters_wrap {
  display: none;
}
.p1.new_design .nf-filters_open-btn,
.p2.new_design .nf-filters_open-btn {
  display: block;
}
.p1.new_design .nf-filters_close,
.p2.new_design .nf-filters_close {
  display: block;
  cursor: pointer;
}
.p1.new_design .nf-filters_active-text,
.p2.new_design .nf-filters_active-text,
.p1.new_design .nf-filters_active-btn,
.p2.new_design .nf-filters_active-btn,
.p1.new_design .nf-filters_arrow,
.p2.new_design .nf-filters_arrow,
.p1.new_design .nf-filters_control,
.p2.new_design .nf-filters_control,
.p1.new_design .nf-filters_pages-t .im-pager-new,
.p2.new_design .nf-filters_pages-t .im-pager-new,
.p1.new_design .imgGrid__modalBox,
.p2.new_design .imgGrid__modalBox {
  display: none;
}
.p1.new_design .nf-filters_line .c1,
.p2.new_design .nf-filters_line .c1 {
  float: none;
}
.p1.new_design .nf-filters_line .c1 .link-button,
.p2.new_design .nf-filters_line .c1 .link-button {
  display: block;
  text-align: center;
}
.p1.new_design .nf-filters_line .c1 .link-button + .link-button,
.p2.new_design .nf-filters_line .c1 .link-button + .link-button {
  margin-left: 0;
  margin-top: 16px;
}
.p1.new_design .nf-filters_line .c1 .link-button._cur,
.p2.new_design .nf-filters_line .c1 .link-button._cur {
  color: #ffffff;
  background-color: #E95429;
  border-color: #E95429;
}
.p1.new_design .nf-filters_line .c0,
.p2.new_design .nf-filters_line .c0 {
  float: none;
  width: 100%;
  height: 1px;
  margin: 24px 0;
}
.p1.new_design ._mod-photo .nf-filters_line .c1 .link-button._cur,
.p2.new_design ._mod-photo .nf-filters_line .c1 .link-button._cur {
  background-color: #009ba4;
  border-color: #009ba4;
}
.p1.new_design .nf-filters_box,
.p2.new_design .nf-filters_box {
  display: block;
}
.p1.new_design .nf-filters_box + .nf-filters_box,
.p2.new_design .nf-filters_box + .nf-filters_box {
  margin-left: 0;
  margin-top: 24px;
}
.p1.new_design .nf-filters_box:hover .nf-filters_name:before,
.p2.new_design .nf-filters_box:hover .nf-filters_name:before,
.p1.new_design .nf-filters_box:focus .nf-filters_name:before,
.p2.new_design .nf-filters_box:focus .nf-filters_name:before,
.p1.new_design .nf-filters_box:hover .nf-filters_name:after,
.p2.new_design .nf-filters_box:hover .nf-filters_name:after,
.p1.new_design .nf-filters_box:focus .nf-filters_name:after,
.p2.new_design .nf-filters_box:focus .nf-filters_name:after {
  background-color: white;
}
.p1.new_design .nf-filters_name,
.p2.new_design .nf-filters_name {
  padding-right: 0;
  color: black;
}
.p1.new_design .nf-filters_name:before,
.p2.new_design .nf-filters_name:before {
  display: none;
}
.p1.new_design .nf-filters_name:after,
.p2.new_design .nf-filters_name:after {
  content: ":";
  left: 100%;
  right: auto;
  bottom: auto;
  top: 0;
  width: auto;
  -webkit-transform: none;
          transform: none;
  height: auto;
  background-color: white;
}
.p1.new_design .nf-filters_list,
.p2.new_design .nf-filters_list {
  position: static;
  display: block;
  padding-top: 0;
}
.p1.new_design .nf-filters_border,
.p2.new_design .nf-filters_border {
  padding-top: 0;
  padding-left: 24px;
  border: none;
}
.p1.new_design .nf-filters_border label,
.p2.new_design .nf-filters_border label {
  display: block;
  margin-top: 16px;
}
.p1.new_design .nf-filters_border.nf-filters_border-v label,
.p2.new_design .nf-filters_border.nf-filters_border-v label {
  display: inline-block;
}
.p1.new_design .nf-filters_active,
.p2.new_design .nf-filters_active {
  margin-top: 56px;
  padding: 0 16px 0 0;
  background-color: white;
}
.p1.new_design .nf-filters_active .clr,
.p2.new_design .nf-filters_active .clr {
  display: none;
}
.p1.new_design .nf-filters_active_mob,
.p2.new_design .nf-filters_active_mob {
  width: 100%;
  padding-top: 48px;
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p1.new_design .nf-filters_clear,
.p2.new_design .nf-filters_clear {
  color: #aaaaaa;
}
.p1.new_design .nf-filters_pages-b .im-pager-new,
.p2.new_design .nf-filters_pages-b .im-pager-new {
  float: none;
  padding-top: 32px;
}
.p1.new_design .photo-promo_logo,
.p2.new_design .photo-promo_logo {
  float: none;
}
.p1.new_design .photo-promo_link,
.p2.new_design .photo-promo_link {
  width: 100%;
  margin-top: 32px;
}
.p3.new_design .nf-filters_line .c1 {
  float: none;
}
.p3.new_design .nf-filters_line .c0 {
  float: none;
  width: 100%;
  height: 1px;
  margin: 24px 0;
}
.new_design .artCont .cb .right {
  max-width: 560px;
  padding-top: 32px;
  padding-bottom: 16px;
}
.new_design .artCont .cb .right.lw50p {
  padding-left: 32px;
}
.new_design .footage-detailed_title {
  padding-top: 0 !important;
  text-transform: none;
}
.new_design .footage-detailed_title p {
  display: inline-block;
}
.new_design .footage-detailed_list1 {
  margin-top: 32px;
  font-size: 16px;
}
.new_design .footage-detailed_list2 {
  margin-top: 16px;
  font-size: 13px;
  color: #505050;
}
.new_design .footage-detailed_name {
  color: #505050;
}
.new_design .footage-detailed_text.link-button {
  font-size: inherit;
}
.new_design .footage-detailed_text.link-button .fa-nf-popup {
  position: relative;
  bottom: 4px;
}
.new_design .footage-detailed_prices {
  position: relative;
  margin-top: 16px;
  margin-left: -16px;
}
.new_design .footage-detailed_prices .radio-price {
  display: block;
}
.new_design .footage-detailed_prices .radio-price input[type="radio"] {
  display: none;
}
.new_design .footage-detailed_prices .radio-price input[type="radio"]:checked + label {
  background-color: #f0f1f3;
}
.new_design .footage-detailed_prices .radio-price label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 16px;
  cursor: pointer;
}
.new_design .footage-detailed_prices .radio-price label .f-group {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 50px;
  height: 40px;
  padding-left: 10px;
  line-height: 40px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #505050;
}
.new_design .footage-detailed_prices .radio-price label .f-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 10px;
  vertical-align: top;
  line-height: 40px;
}
.new_design .footage-detailed_prices .radio-price label .f-info span {
  vertical-align: middle;
}
.new_design .footage-detailed_prices .radio-price label .f-info span:nth-child(2),
.new_design .footage-detailed_prices .radio-price label .f-info span:nth-child(4),
.new_design .footage-detailed_prices .radio-price label .f-info span:nth-child(7) {
  display: none;
}
.new_design .footage-detailed_prices .radio-price label .f-info span + span {
  padding-left: 6px;
}
.new_design .footage-detailed_prices .radio-price label .f-res {
  color: #505050;
}
.new_design .footage-detailed_prices .radio-price label .f-rate,
.new_design .footage-detailed_prices .radio-price label .f-ext,
.new_design .footage-detailed_prices .radio-price label .f-codec {
  color: #aaaaaa;
}
.new_design .footage-detailed_prices .radio-price label .f-price {
  margin-left: auto;
  font-size: 25px;
  text-align: right;
}
.new_design .footage-detailed_add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 56px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.new_design .footage-detailed_add .link-button.footage_bt {
  display: inline-block;
  margin-left: 56px;
  padding: 12px 24px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 18px;
  text-align: center;
}
.new_design .footage-detailed_price {
  display: inline-block;
  min-width: 80px;
  font-size: 25px;
}
.new_design .videoPlayer_wrap {
  position: relative;
}
.new_design .videoPlayer_wrap .btns_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 32px;
  padding-bottom: 24px;
}
.new_design .videoPlayer_wrap .btns_wrap .socials {
  float: left;
  margin-right: 24px;
}
.new_design .videoPlayer_wrap .btns_wrap .socials .b-share {
  margin-top: 0;
}
.new_design .videoPlayer_wrap .btns_wrap .bt-download_footage {
  float: right;
  display: inline-block;
  margin-right: 24px;
  font-size: 24px;
  color: #000000;
}
.new_design .videoPlayer_wrap .btns_wrap .bt-download_footage:hover {
  color: #005177;
}
.new_design .videoPlayer_wrap .btns_wrap-links {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
}
.new_design .footage-detailed_keywords {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  max-width: 100%;
  margin-top: -8px;
  margin-right: 16px;
}
.new_design .footage-detailed_keywords a {
  display: inline-block;
  margin-top: 8px;
  margin-right: 8px;
  padding: 6px 12px;
  color: #005177;
  background-color: #f0f1f3;
}
.new_design.s-f1 .film.detailed .socials {
  display: block;
}
.p1.new_design .footage-detailed.film.detailed .splitline .left-ic,
.p2.new_design .footage-detailed.film.detailed .splitline .left-ic,
.p3.new_design .footage-detailed.film.detailed .splitline .left-ic,
.p1.new_design .footage-detailed.film.detailed .film-videosources,
.p2.new_design .footage-detailed.film.detailed .film-videosources,
.p3.new_design .footage-detailed.film.detailed .film-videosources,
.p1.new_design .footage-detailed.film.detailed .film-admin,
.p2.new_design .footage-detailed.film.detailed .film-admin,
.p3.new_design .footage-detailed.film.detailed .film-admin {
  display: none;
}
.p1.new_design .footage-detailed.film.detailed .left,
.p2.new_design .footage-detailed.film.detailed .left,
.p3.new_design .footage-detailed.film.detailed .left,
.p1.new_design .footage-detailed.film.detailed .right,
.p2.new_design .footage-detailed.film.detailed .right,
.p3.new_design .footage-detailed.film.detailed .right {
  max-width: 624px;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
  width: auto !important;
  border: none !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.p1.new_design .footage-detailed.film.detailed .right,
.p2.new_design .footage-detailed.film.detailed .right,
.p3.new_design .footage-detailed.film.detailed .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 0px !important;
}
.p1.new_design .footage-detailed_prices,
.p2.new_design .footage-detailed_prices,
.p3.new_design .footage-detailed_prices {
  -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
          order: -2;
  margin-top: 0;
  margin-left: 0;
}
.p1.new_design .footage-detailed_prices .radio-price,
.p2.new_design .footage-detailed_prices .radio-price,
.p3.new_design .footage-detailed_prices .radio-price {
  display: inline-block;
  border: 1px solid #505050;
}
.p1.new_design .footage-detailed_prices .radio-price + .radio-price,
.p2.new_design .footage-detailed_prices .radio-price + .radio-price,
.p3.new_design .footage-detailed_prices .radio-price + .radio-price {
  border-left: none;
}
.p1.new_design .footage-detailed_prices .radio-price input[type="radio"]:checked + label,
.p2.new_design .footage-detailed_prices .radio-price input[type="radio"]:checked + label,
.p3.new_design .footage-detailed_prices .radio-price input[type="radio"]:checked + label {
  background-color: initial;
}
.p1.new_design .footage-detailed_prices .radio-price input[type="radio"]:checked + label .f-group,
.p2.new_design .footage-detailed_prices .radio-price input[type="radio"]:checked + label .f-group,
.p3.new_design .footage-detailed_prices .radio-price input[type="radio"]:checked + label .f-group {
  color: #ffffff;
  background-color: #000000;
}
.p1.new_design .footage-detailed_prices .radio-price input[type="radio"]:checked + label .f-info,
.p2.new_design .footage-detailed_prices .radio-price input[type="radio"]:checked + label .f-info,
.p3.new_design .footage-detailed_prices .radio-price input[type="radio"]:checked + label .f-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p1.new_design .footage-detailed_prices .radio-price label,
.p2.new_design .footage-detailed_prices .radio-price label,
.p3.new_design .footage-detailed_prices .radio-price label {
  padding-right: 0;
}
.p1.new_design .footage-detailed_prices .radio-price label .f-group,
.p2.new_design .footage-detailed_prices .radio-price label .f-group,
.p3.new_design .footage-detailed_prices .radio-price label .f-group {
  width: 64px;
  padding-left: 0;
  color: #aaaaaa;
  font-weight: normal;
}
.p1.new_design .footage-detailed_prices .radio-price label .f-info,
.p2.new_design .footage-detailed_prices .radio-price label .f-info,
.p3.new_design .footage-detailed_prices .radio-price label .f-info {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: auto;
  font-size: 13px;
}
.p1.new_design .footage-detailed_prices .radio-price label .f-info span:nth-child(2),
.p2.new_design .footage-detailed_prices .radio-price label .f-info span:nth-child(2),
.p3.new_design .footage-detailed_prices .radio-price label .f-info span:nth-child(2),
.p1.new_design .footage-detailed_prices .radio-price label .f-info span:nth-child(4),
.p2.new_design .footage-detailed_prices .radio-price label .f-info span:nth-child(4),
.p3.new_design .footage-detailed_prices .radio-price label .f-info span:nth-child(4) {
  display: inline;
}
.p1.new_design .footage-detailed_prices .radio-price label .f-info span + span,
.p2.new_design .footage-detailed_prices .radio-price label .f-info span + span,
.p3.new_design .footage-detailed_prices .radio-price label .f-info span + span {
  padding-left: 2px;
}
.p1.new_design .footage-detailed_prices .radio-price label span,
.p2.new_design .footage-detailed_prices .radio-price label span,
.p3.new_design .footage-detailed_prices .radio-price label span {
  color: #aaaaaa;
}
.p1.new_design .footage-detailed_prices .radio-price label .f-price,
.p2.new_design .footage-detailed_prices .radio-price label .f-price,
.p3.new_design .footage-detailed_prices .radio-price label .f-price {
  display: none;
}
.p1.new_design .footage-detailed_add,
.p2.new_design .footage-detailed_add,
.p3.new_design .footage-detailed_add {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-top: 32px;
  margin-bottom: 32px;
}
.p1.new_design .footage-detailed_prices,
.p2.new_design .footage-detailed_prices {
  padding-bottom: 40px;
  text-align: center;
}
.p1.new_design .footage-detailed_prices .radio-price label .f-info,
.p2.new_design .footage-detailed_prices .radio-price label .f-info {
  right: 0;
  top: auto;
  -webkit-transform: none;
          transform: none;
  padding-left: 0;
  bottom: 0;
  left: 0;
}
.p1.new_design .footage-detailed_add,
.p2.new_design .footage-detailed_add {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
  margin-bottom: 24px;
}
.p1.new_design .footage-detailed_add .link-button.footage_bt,
.p2.new_design .footage-detailed_add .link-button.footage_bt {
  width: 100%;
  margin-left: 0;
  margin-top: 24px;
}
.p1.new_design .footage-detailed_list1,
.p2.new_design .footage-detailed_list1 {
  margin-top: 24px;
}
.p1.new_design .videoPlayer_wrap .btns_wrap,
.p2.new_design .videoPlayer_wrap .btns_wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p1.new_design .footage-detailed_keywords,
.p2.new_design .footage-detailed_keywords {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 8px;
}
.p5.new_design .footage-detailed.film.detailed .left {
  width: 60%;
}
.p5.new_design .footage-detailed.film.detailed .right {
  margin-left: 60%;
}
.new_design .photos_page .c-line {
  margin-top: 56px;
}
.new_design .photos_page .page_trailler {
  min-height: 500px;
}
.new_design .photos_page .page_trailler:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.nf-photo.homepage {
  max-height: 472px;
  margin-bottom: -16px;
  overflow: hidden;
}
.p1 .nf-photo.homepage,
.p2 .nf-photo.homepage {
  max-height: 800px;
}
.p3 .nf-photo.homepage {
  max-height: 548px;
}
.p4 .nf-photo.homepage {
  max-height: 400px;
}
.nf-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: -16px !important;
}
.nf-photo::after {
  display: block;
  content: "";
  clear: both;
}
.nf-photo .im-item {
  float: left;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: calc(20% - 16px);
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 16px;
  margin-bottom: 16px;
}
.nf-photo .im-item .imgGrid__link {
  display: block;
  width: 100%;
  height: 220px;
  text-align: center;
}
.nf-photo .im-item .imgGrid__link .imgWrap {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.nf-photo .im-item .imgGrid__link .imgWrap img {
  max-width: 100%;
  max-height: 220px;
  vertical-align: top;
  border: none;
}
.nf-photo .im-item._imgCur {
  position: relative;
}
.nf-photo .im-item._imgCur::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-bottom: 0 solid black;
  border-left: 0 solid transparent;
  border-right: 0 solid transparent;
}
.nf-photo .im-item:first-child._imgCur ~ .imgGrid__modalBox .btn__modal._prev {
  display: none;
}
.nf-photo .im-item:nth-last-child(2)._imgCur + .imgGrid__modalBox .btn__modal._next {
  display: none;
}
.nf-photo .im-item._imgCur::after {
  bottom: -40px;
  border-bottom: 40px solid black;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
}
.nf-photo .imgGrid__info-title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 6px 12px;
  padding-bottom: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  color: white;
  z-index: 1;
}
.nf-photo .imgGrid__info-title a {
  display: block;
  height: 14px;
  margin-right: 50px;
  font-size: 12px;
  line-height: 14px;
  color: white;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.nf-photo .imgGrid__info-title .link-button.bt_basket {
  position: absolute;
  top: -5px;
  right: 8px;
}
.nf-photo .top_title {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 6px;
  cursor: pointer;
  font-weight: bold;
}
.nf-photo .top_title label,
.nf-photo .top_title a {
  position: relative;
  z-index: 1;
  color: #009ba4;
}
.nf-photo .top_title a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.nf-photo .bottom_title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  cursor: pointer;
}
.nf-photo .bottom_title label {
  visibility: visible;
  color: #009ba4;
  font-weight: bold;
  padding-left: 6px;
  position: relative;
  top: 6px;
  z-index: 1;
  cursor: inherit;
}
.nf-photo .bottom_title span {
  position: relative;
  float: right;
  z-index: 1;
}
.nf-photo .bottom_title span.checkbox {
  margin-right: 1px;
  margin-bottom: 1px;
}
.nf-photo .bottom_title span label,
.nf-photo .bottom_title span input:checked + label {
  padding: 0px !important;
  display: block;
  width: 14px;
  height: 14px;
  background-color: white;
  background-position: center;
}
.nf-photo .im-item {
  position: relative;
  cursor: pointer;
}
.nf-photo .im-item.film {
  /* удаляет стили класса .film */
  clear: none !important;
}
.nf-photo .im-item.film .ti {
  float: none;
  top: auto;
}
.nf-photo .im-item.film h2 {
  margin-left: initial;
}
.nf-photo .im-item .imgGrid__link {
  background-color: #e6e6e6;
  height: 220px;
}
.nf-photo .im-item .imgGrid__link .imgWrap {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
.nf-photo .im-item .imgGrid__link .imgWrap img {
  max-width: 100%;
  max-height: 236px;
  width: auto;
  height: auto;
}
.nf-photo .im-item .imgGrid__link .imgWrap img:not(.noimg) {
  margin-bottom: -16px;
}
.nf-photo .im-item .imgGrid__info {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nf-photo .im-item h2 {
  position: absolute;
  top: 0;
  left: 0;
}
.nf-photo .im-item h2 a {
  color: white;
}
.nf-photo .im-item .imgGrid__buttons {
  position: absolute;
  bottom: 16px;
  left: 0;
}
.nf-photo .im-item:hover .imgGrid__info {
  visibility: visible;
}
.nf-photo .imgGrid__modalBox {
  margin-right: 16px;
  margin-bottom: 16px;
}
.nf-photo .imgGrid__modalBox .imgBox {
  width: 50%;
  height: 362px;
  white-space: nowrap;
  font-size: 0;
}
.nf-photo .imgGrid__modalBox .imgBox.film {
  padding-top: 0;
  padding-bottom: 0;
}
.nf-photo .imgGrid__modalBox .imgBox:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.nf-photo .imgGrid__modalBox .imgBox .imgWrap {
  top: 0;
  -webkit-transform: none;
          transform: none;
  vertical-align: middle;
}
.nf-photo .imgGrid__modalBox .imgBox .imgWrap img {
  display: inline-block;
  max-width: 100%;
  max-height: 384px;
  width: auto;
  height: auto;
}
.nf-photo .imgGrid__modalBox .imgBox .imgWrap img:not(.noimg) {
  margin-bottom: -24px;
}
.nf-photo .imgGrid__modalBox .annotations {
  float: none;
  width: auto;
  min-height: initial;
  margin-left: 50%;
  padding-left: 16px;
  overflow: initial;
}
.nf-photo .imgGrid__modalBox .annotations_row {
  margin-bottom: 8px;
  overflow: hidden;
}
.nf-photo .imgGrid__modalBox .annotations_row:last-child {
  margin-bottom: 0;
}
.nf-photo .imgGrid__modalBox .annotations_row .btn-license {
  font-size: inherit;
}
.nf-photo .imgGrid__modalBox .annotations_row .btn-license .fa-nf-popup {
  position: relative;
  bottom: 4px;
}
.nf-photo .imgGrid__modalBox .annotations_row-1 {
  float: left;
  width: 80px;
  color: #676767;
}
.nf-photo .imgGrid__modalBox .annotations_row-2 {
  min-width: 416px;
  margin-left: 96px;
}
.nf-photo .imgGrid__modalBox .annotations_row.annotations_row-format,
.nf-photo .imgGrid__modalBox .annotations_row.annotations_row-link {
  margin-top: 24px;
}
.nf-photo .imgGrid__modalBox .annotations_row.annotations_row-price {
  margin-top: 32px;
}
.nf-photo .imgGrid__modalBox .annotations_row.annotations_row-price .annotations_row-1 {
  font-size: 24px;
  color: #ffffff;
}
.nf-photo .imgGrid__modalBox .annotations_row.annotations_row-price .annotations_row-2 .link-button.footage_bt {
  display: inline-block;
  margin-left: 168px;
  padding: 12px 24px;
  white-space: nowrap;
  font-size: 18px;
}
.nf-photo .imgGrid__modalBox .footage-prices {
  position: relative;
}
.nf-photo .imgGrid__modalBox .footage-prices .radio-price {
  padding-bottom: 32px;
  display: inline-block;
}
.nf-photo .imgGrid__modalBox .footage-prices .radio-price + .radio-price .f-group {
  border-left: none;
}
.nf-photo .imgGrid__modalBox .footage-prices .radio-price input[type="radio"] {
  display: none;
}
.nf-photo .imgGrid__modalBox .footage-prices .radio-price input[type="radio"]:checked + label .f-group {
  color: #000000;
  background-color: #ffffff;
}
.nf-photo .imgGrid__modalBox .footage-prices .radio-price input[type="radio"]:checked + label .f-info {
  display: block;
}
.nf-photo .imgGrid__modalBox .footage-prices .radio-price label .f-group {
  display: block;
  width: 104px;
  height: 38px;
  line-height: 38px;
  font-size: 24px;
  text-align: center;
  border: 1px solid #505050;
  cursor: pointer;
}
.nf-photo .imgGrid__modalBox .footage-prices .radio-price label .f-info {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #cbcbcb;
}
.nf-photo .imgGrid__modalBox .footage-prices .radio-price label .f-info span + span {
  padding-left: 4px;
}
.nf-photo .imgGrid__modalBox .footage-prices .radio-price label .f-codec + span,
.nf-photo .imgGrid__modalBox .footage-prices .radio-price label .f-price {
  display: none;
}
.new_design .nf-photo_wrap {
  overflow: hidden;
}
.new_design .footage-promo {
  padding-top: 56px;
  padding-bottom: 64px;
  background-color: #f0f1f3;
}
.new_design .footage-promo_text {
  display: inline-block;
  font-weight: bold;
}
.new_design .footage-promo_text:first-letter {
  text-transform: uppercase;
}
.new_design .footage-promo_footages {
  margin-top: 32px;
}
.new_design .footage-promo_links {
  margin-top: 32px;
  text-align: center;
}
.new_design .footage-promo_logo {
  float: left;
  background-image: url('/img/nf-footage-logo.png');
  display: block;
  width: 128px;
  height: 25px;
  margin: 0px;
  padding: 0px;
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain !important;
  text-decoration: none !important;
  -webkit-filter: grayscale(100%) brightness(10%) opacity(25%);
          filter: grayscale(100%) brightness(10%) opacity(25%);
  -webkit-transition: 0.3s -webkit-filter;
  transition: 0.3s -webkit-filter;
  transition: 0.3s filter;
  transition: 0.3s filter, 0.3s -webkit-filter;
}
.new_design .footage-promo_logo:hover {
  -webkit-filter: unset;
          filter: unset;
}
.new_design .footage-promo_link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  padding: 16px;
  font-size: 20px;
  color: #000000;
  text-decoration: none;
  border: 1px solid #E95429;
  -webkit-transition: 0.3s color, 0.3s background-color;
  transition: 0.3s color, 0.3s background-color;
}
.new_design .footage-promo_link:hover {
  color: #ffffff;
  background-color: #E95429;
}
.p1.new_design .footage-promo_logo {
  float: none;
}
.p1.new_design .footage-promo_link {
  width: 100%;
  margin-top: 32px;
}
.p1.new_design .nf-photo .im-item {
  width: calc(100% - 16px);
}
.p1.new_design .nf-photo .im-item .imgGrid__link {
  height: 192px;
}
.p1.new_design .nf-photo .im-item .imgGrid__link .imgWrap img {
  max-height: 215px;
}
.p1.new_design .nf-photo .im-item .imgGrid__link .imgWrap img:not(.noimg) {
  margin-bottom: -23px;
}
.p2.new_design .footage-promo_logo {
  float: none;
}
.p2.new_design .footage-promo_link {
  width: 100%;
  margin-top: 32px;
}
.p2.new_design .nf-photo .im-item {
  width: calc(50% - 16px);
}
.p2.new_design .nf-photo .im-item .imgGrid__link {
  height: 192px;
}
.p2.new_design .nf-photo .im-item .imgGrid__link .imgWrap img {
  max-height: 215px;
}
.p2.new_design .nf-photo .im-item .imgGrid__link .imgWrap img:not(.noimg) {
  margin-bottom: -23px;
}
.p3.new_design .nf-photo .im-item {
  width: calc(25% - 16px);
}
.p3.new_design .nf-photo .im-item .imgGrid__link {
  height: 172px;
}
.p3.new_design .nf-photo .im-item .imgGrid__link .imgWrap img {
  max-height: 184px;
}
.p3.new_design .nf-photo .im-item .imgGrid__link .imgWrap img:not(.noimg) {
  margin-bottom: -12px;
}
.p1 .nf-photo .imgGrid__modalBox,
.p2 .nf-photo .imgGrid__modalBox,
.p3 .nf-photo .imgGrid__modalBox {
  padding-top: 32px;
  padding-bottom: 32px;
}
.p1 .nf-photo .imgGrid__modalBox .imgBox .imgWrap,
.p2 .nf-photo .imgGrid__modalBox .imgBox .imgWrap,
.p3 .nf-photo .imgGrid__modalBox .imgBox .imgWrap {
  float: none;
  margin: 0 auto;
}
.p1 .nf-photo .imgGrid__modalBox .controls .btnIconClose,
.p2 .nf-photo .imgGrid__modalBox .controls .btnIconClose,
.p3 .nf-photo .imgGrid__modalBox .controls .btnIconClose {
  top: 16px;
  right: 8px;
}
.p1 .nf-photo .imgGrid__modalBox .controls .btn__modal._prev,
.p2 .nf-photo .imgGrid__modalBox .controls .btn__modal._prev,
.p3 .nf-photo .imgGrid__modalBox .controls .btn__modal._prev {
  top: 25%;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}
.p1 .nf-photo .imgGrid__modalBox .controls .btn__modal._next,
.p2 .nf-photo .imgGrid__modalBox .controls .btn__modal._next,
.p3 .nf-photo .imgGrid__modalBox .controls .btn__modal._next {
  top: 25%;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}
.p1 .nf-photo .imgGrid__modalBox .imgBox,
.p2 .nf-photo .imgGrid__modalBox .imgBox,
.p3 .nf-photo .imgGrid__modalBox .imgBox {
  float: none;
  width: 100%;
}
.p1 .nf-photo .imgGrid__modalBox .annotations,
.p2 .nf-photo .imgGrid__modalBox .annotations,
.p3 .nf-photo .imgGrid__modalBox .annotations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 472px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}
.p1 .nf-photo .imgGrid__modalBox .annotations_row-2,
.p2 .nf-photo .imgGrid__modalBox .annotations_row-2,
.p3 .nf-photo .imgGrid__modalBox .annotations_row-2 {
  min-width: 256px;
}
.p1 .nf-photo .imgGrid__modalBox .annotations_row.annotations_row-format .annotations_row-1,
.p2 .nf-photo .imgGrid__modalBox .annotations_row.annotations_row-format .annotations_row-1,
.p3 .nf-photo .imgGrid__modalBox .annotations_row.annotations_row-format .annotations_row-1,
.p1 .nf-photo .imgGrid__modalBox .annotations_row.annotations_row-link .annotations_row-1,
.p2 .nf-photo .imgGrid__modalBox .annotations_row.annotations_row-link .annotations_row-1,
.p3 .nf-photo .imgGrid__modalBox .annotations_row.annotations_row-link .annotations_row-1 {
  display: none;
}
.p1 .nf-photo .imgGrid__modalBox .annotations_row.annotations_row-format .annotations_row-2,
.p2 .nf-photo .imgGrid__modalBox .annotations_row.annotations_row-format .annotations_row-2,
.p3 .nf-photo .imgGrid__modalBox .annotations_row.annotations_row-format .annotations_row-2,
.p1 .nf-photo .imgGrid__modalBox .annotations_row.annotations_row-link .annotations_row-2,
.p2 .nf-photo .imgGrid__modalBox .annotations_row.annotations_row-link .annotations_row-2,
.p3 .nf-photo .imgGrid__modalBox .annotations_row.annotations_row-link .annotations_row-2 {
  margin-left: 0;
}
.p1 .nf-photo .imgGrid__modalBox .annotations_row.annotations_row-format,
.p2 .nf-photo .imgGrid__modalBox .annotations_row.annotations_row-format,
.p3 .nf-photo .imgGrid__modalBox .annotations_row.annotations_row-format {
  -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
          order: -2;
  margin-top: 16px;
}
.p1 .nf-photo .imgGrid__modalBox .annotations_row.annotations_row-price,
.p2 .nf-photo .imgGrid__modalBox .annotations_row.annotations_row-price,
.p3 .nf-photo .imgGrid__modalBox .annotations_row.annotations_row-price {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-top: 16px;
  margin-bottom: 24px;
}
.p1 .nf-photo .imgGrid__modalBox .annotations_row.annotations_row-price .annotations_row-2 .link-button.footage_bt,
.p2 .nf-photo .imgGrid__modalBox .annotations_row.annotations_row-price .annotations_row-2 .link-button.footage_bt,
.p3 .nf-photo .imgGrid__modalBox .annotations_row.annotations_row-price .annotations_row-2 .link-button.footage_bt {
  float: right;
  margin-left: 56px;
}
.p1 .nf-photo .imgGrid__modalBox .footage-prices .radio-price,
.p2 .nf-photo .imgGrid__modalBox .footage-prices .radio-price,
.p3 .nf-photo .imgGrid__modalBox .footage-prices .radio-price {
  padding-bottom: 0;
}
.p1 .nf-photo .imgGrid__modalBox .footage-prices .radio-price label .f-group,
.p2 .nf-photo .imgGrid__modalBox .footage-prices .radio-price label .f-group,
.p3 .nf-photo .imgGrid__modalBox .footage-prices .radio-price label .f-group {
  width: 64px;
}
.p1 .nf-photo .imgGrid__modalBox .footage-prices .radio-price label .f-info,
.p2 .nf-photo .imgGrid__modalBox .footage-prices .radio-price label .f-info,
.p3 .nf-photo .imgGrid__modalBox .footage-prices .radio-price label .f-info {
  left: auto;
  bottom: auto;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 13px;
}
.p1 .nf-photo .imgGrid__modalBox .footage-prices .radio-price label .f-info span + span,
.p2 .nf-photo .imgGrid__modalBox .footage-prices .radio-price label .f-info span + span,
.p3 .nf-photo .imgGrid__modalBox .footage-prices .radio-price label .f-info span + span {
  padding-left: 2px;
}
.p4 .nf-photo .im-item {
  width: calc(20% - 16px);
}
.p4 .nf-photo .im-item .imgGrid__link {
  height: 184px;
}
.p4 .nf-photo .im-item .imgGrid__link .imgWrap img {
  max-height: 197px;
}
.p4 .nf-photo .im-item .imgGrid__link .imgWrap img:not(.noimg) {
  margin-bottom: -13px;
}
.p4 .nf-photo .imgGrid__modalBox {
  padding-top: 32px;
  padding-bottom: 32px;
}
.p4 .nf-photo .imgGrid__modalBox .imgBox {
  width: 473px;
}
.p4 .nf-photo .imgGrid__modalBox .imgBox .imgWrap {
  float: none;
  margin: 0 auto;
}
.p4 .nf-photo .imgGrid__modalBox .controls .btnIconClose {
  top: 16px;
}
.p4 .nf-photo .imgGrid__modalBox .annotations {
  margin-left: 473px;
}
.p4 .nf-photo .imgGrid__modalBox .annotations_row-2 {
  min-width: 256px;
}
.p4 .nf-photo .imgGrid__modalBox .annotations_row.annotations_row-price .annotations_row-2 .link-button.footage_bt {
  margin-left: 56px;
}
.p4 .nf-photo .imgGrid__modalBox .footage-prices .radio-price label .f-group {
  width: 64px;
}
.bigPhoto_wrap .imgBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  font-size: 0;
  margin-top: 30px;
}
.bigPhoto_wrap .imgBox:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.bigPhoto_wrap .imgBox .imgWrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  overflow: hidden;
}
.bigPhoto_wrap .imgBox .imgWrap img {
  display: inline-block;
  max-width: 100%;
  max-height: 430px;
}
.bigPhoto_wrap .imgBox .imgWrap img:not(.noimg) {
  margin-bottom: -24px;
}
.bigPhoto_wrap .btns_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 32px;
  padding-bottom: 24px;
}
.bigPhoto_wrap .btns_wrap .socials {
  float: left;
  margin-right: 24px;
}
.bigPhoto_wrap .btns_wrap .socials .b-share {
  margin-top: 0;
}
.bigPhoto_wrap .btns_wrap .bt-download_footage {
  float: right;
  display: inline-block;
  margin-right: 24px;
  font-size: 24px;
  color: #000000;
}
.bigPhoto_wrap .btns_wrap .bt-download_footage:hover {
  color: #005177;
}
.bigPhoto_wrap .btns_wrap-links {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
}
.p1.new_design .bigPhoto_wrap .btns_wrap,
.p2.new_design .bigPhoto_wrap .btns_wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.new_design .ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.new_design .ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}
.new_design .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}
.new_design .ui-selectmenu-open {
  display: block;
}
.new_design .ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.new_design .ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
  cursor: pointer;
}
.new_design .ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
  font-size: 24px;
}
.new_design .aboutFootages .page_trailler {
  min-height: 510px;
}
.new_design .aboutFootages_h2 {
  margin: 0;
  font-size: 37px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.new_design .aboutFootages_promo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  color: white;
}
.new_design .aboutFootages_promo-title {
  margin-top: 80px;
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 60px;
  font-weight: bold;
}
.new_design .aboutFootages_promo-p {
  margin-top: 24px;
  margin-bottom: 40px;
  font-size: 26px;
  text-transform: uppercase;
}
.new_design .aboutFootages_promo-p img {
  display: inline-block;
  margin: 16px auto 0 auto;
}
.new_design .aboutFootages_promo-link.link-button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  padding: 16px 40px;
  font-family: RobotoSlab, Helvetica, Arial, Sans-Serif;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  border: 1px solid #ffffff;
  -webkit-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
  transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
}
.new_design .aboutFootages_promo-link.link-button:hover {
  color: #ffffff;
  background-color: #E95429;
  border-color: #E95429;
  -webkit-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
  transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
}
.new_design .aboutFootages_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 64px;
  padding-bottom: 120px;
}
.new_design .aboutFootages_black {
  width: 50%;
  padding: 24px 16px;
  text-align: center;
  color: #f0f1f3;
  background-color: #000000;
}
.new_design .aboutFootages_black:nth-child(2) {
  margin-left: 16px;
}
.new_design .aboutFootages_black-h {
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: RobotoSlab, Helvetica, Arial, Sans-Serif;
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
}
.new_design .aboutFootages_black-p {
  margin: 0;
  font-size: 20px;
}
.new_design .aboutFootages_2 {
  padding-top: 120px;
  padding-bottom: 40px;
  text-align: center;
  background-color: #f0f1f3;
}
.new_design .aboutFootages_2 p {
  font-size: 20px;
}
.new_design .aboutFootages_2-list {
  max-width: 100%;
  width: 1292px;
  margin-top: 88px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -16px;
}
.new_design .aboutFootages_2-list:after {
  content: "";
  display: block;
  clear: both;
}
.new_design .aboutFootages_2-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 202px;
  height: 202px;
  margin-right: 16px;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.new_design .aboutFootages_2-item:nth-child(6n+6) {
  margin-right: 0;
}
.new_design .aboutFootages_2-item img {
  max-width: 100%;
}
.new_design .aboutFootages_3 {
  padding-top: 96px;
  padding-bottom: 120px;
  text-align: center;
}
.new_design .aboutFootages_3 h2 {
  margin-top: 0;
  margin-bottom: 120px;
  text-transform: none;
}
.new_design .aboutFootages_3-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 450px;
  height: 218px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 168px;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center bottom 76px;
  background-size: 81px auto;
  border-width: 0;
  border-style: solid;
  border-color: #aaaaaa;
}
.new_design .aboutFootages_3-item p {
  margin: 0;
}
.new_design .aboutFootages_3-table {
  width: 901px;
  margin: 0 auto;
}
.new_design .aboutFootages_3-table:after {
  content: "";
  display: block;
  clear: both;
}
.new_design .aboutFootages_3-table .aboutFootages_3-item {
  float: left;
}
.new_design .aboutFootages_3-table .aboutFootages_3-item:nth-child(1),
.new_design .aboutFootages_3-table .aboutFootages_3-item:nth-child(2) {
  padding-top: 132px;
  background-position: center bottom 112px;
  border-bottom-width: 1px;
}
.new_design .aboutFootages_3-table .aboutFootages_3-item:nth-child(1) {
  background-image: url(/Content/nfu/img/icon_footages_raw_2x.png);
  border-right-width: 1px;
}
.new_design .aboutFootages_3-table .aboutFootages_3-item:nth-child(2) {
  background-image: url(/Content/nfu/img/icon_footages_staged_2x.png);
  background-size: 72px auto;
}
.new_design .aboutFootages_3-table .aboutFootages_3-item:nth-child(3) {
  background-image: url(/Content/nfu/img/icon_photos_2x.png);
  border-right-width: 1px;
}
.new_design .aboutFootages_3-table .aboutFootages_3-item:nth-child(4) {
  background-image: url(/Content/nfu/img/icon_footages_creative_2x.png);
}
.new_design .aboutFootages_3-table .aboutFootages_3-item:nth-child(5) {
  width: 100%;
  background-image: url(/Content/nfu/img/icon_otherTV_2x.png);
}
.new_design .aboutFootages_4 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 744px;
  padding-top: 70px;
  padding-bottom: 64px;
  color: #ffffff;
  background-image: url(/Content/nfu/img/bg_about_footage.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  position: relative;
  border-top: 70px solid transparent;
  margin-top: -70px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.new_design .aboutFootages_4-form {
  max-width: 656px;
  padding: 32px 16px;
  margin: 24px auto;
  background-color: rgba(240, 241, 243, 0.5);
}
.new_design .aboutFootages_4-form p {
  max-width: 514px;
  margin: 0 auto;
  text-align: center;
}
.new_design .aboutFootages_4-form p a {
  color: #ffffff;
}
.new_design .aboutFootages_4-form p a:hover {
  text-decoration: none;
}
.new_design .aboutFootages_4-form input:invalid {
  color: #E95429;
  border-color: #E95429;
}
.new_design .aboutFootages_4-item,
.new_design .aboutFootages_4-form .ui-selectmenu-button.ui-button {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 320px;
  padding: 16px;
  margin-bottom: 16px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 0;
}
.new_design .aboutFootages_4-item:nth-child(even) {
  margin-left: 16px;
}
.new_design .aboutFootages_4-item::-webkit-input-placeholder {
  color: #aaaaaa;
}
.new_design .aboutFootages_4-item::-moz-placeholder {
  color: #aaaaaa;
}
.new_design .aboutFootages_4-item:-ms-input-placeholder {
  color: #aaaaaa;
}
.new_design .aboutFootages_4-item::-ms-input-placeholder {
  color: #aaaaaa;
}
.new_design .aboutFootages_4-item::placeholder {
  color: #aaaaaa;
}
.new_design .aboutFootages_4-placeholder .ui-selectmenu-text {
  color: #aaaaaa;
}
.new_design .aboutFootages_4-options {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.new_design .aboutFootages_4-options .ui-menu-item {
  padding: 8px 16px;
  font-size: 16px;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  cursor: pointer;
}
.new_design .aboutFootages_4-options .ui-state-disabled.ui-menu-item {
  display: none;
}
.new_design .aboutFootages_4-hr {
  width: 320px;
  height: 1px;
  margin: 16px auto;
  background-color: #ffffff;
}
.new_design .aboutFootages_4-send {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 320px;
  padding: 16px;
  margin: 64px auto 32px auto;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  background-color: #E95429;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.new_design .aboutFootages_4-send:hover {
  background-color: #e14417;
}
.p1.new_design .aboutFootages_promo-p img {
  width: 160px;
  height: 34px;
}
.p1.new_design .aboutFootages_h2,
.p2.new_design .aboutFootages_h2 {
  font-size: 20px;
}
.p1.new_design .aboutFootages_promo-title,
.p2.new_design .aboutFootages_promo-title {
  font-size: 30px;
}
.p1.new_design .aboutFootages_promo-p,
.p2.new_design .aboutFootages_promo-p {
  margin-bottom: 32px;
  font-size: 16px;
}
.p1.new_design .aboutFootages_promo-link.link-button,
.p2.new_design .aboutFootages_promo-link.link-button {
  width: 100%;
  padding: 16px;
  font-size: 14px;
}
.p1.new_design .aboutFootages_1,
.p2.new_design .aboutFootages_1 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 24px;
  padding-bottom: 64px;
}
.p1.new_design .aboutFootages_black,
.p2.new_design .aboutFootages_black {
  width: 100%;
}
.p1.new_design .aboutFootages_black:nth-child(2),
.p2.new_design .aboutFootages_black:nth-child(2) {
  margin-top: 16px;
  margin-left: 0;
}
.p1.new_design .aboutFootages_black-h,
.p2.new_design .aboutFootages_black-h {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 20px;
}
.p1.new_design .aboutFootages_black-p,
.p2.new_design .aboutFootages_black-p {
  font-size: 12px;
}
.p1.new_design .aboutFootages_2 p,
.p2.new_design .aboutFootages_2 p {
  font-size: 14px;
}
.p1.new_design .aboutFootages_2-list,
.p2.new_design .aboutFootages_2-list {
  margin-top: 56px;
  width: 304px;
}
.p1.new_design .aboutFootages_2-item,
.p2.new_design .aboutFootages_2-item {
  width: 144px;
  height: 144px;
}
.p1.new_design .aboutFootages_2-item:nth-child(2n+2),
.p2.new_design .aboutFootages_2-item:nth-child(2n+2) {
  margin-right: 0;
}
.p1.new_design .aboutFootages_2-item img,
.p2.new_design .aboutFootages_2-item img {
  height: auto;
}
.p1.new_design .aboutFootages_2-item:nth-child(1) img,
.p2.new_design .aboutFootages_2-item:nth-child(1) img {
  width: 104px;
}
.p1.new_design .aboutFootages_2-item:nth-child(2) img,
.p2.new_design .aboutFootages_2-item:nth-child(2) img {
  width: 88px;
}
.p1.new_design .aboutFootages_2-item:nth-child(3) img,
.p2.new_design .aboutFootages_2-item:nth-child(3) img {
  width: 53px;
}
.p1.new_design .aboutFootages_2-item:nth-child(4) img,
.p2.new_design .aboutFootages_2-item:nth-child(4) img {
  width: 87px;
}
.p1.new_design .aboutFootages_2-item:nth-child(5) img,
.p2.new_design .aboutFootages_2-item:nth-child(5) img {
  width: 68px;
}
.p1.new_design .aboutFootages_2-item:nth-child(6) img,
.p2.new_design .aboutFootages_2-item:nth-child(6) img {
  width: 77px;
}
.p1.new_design .aboutFootages_2-item:nth-child(7) img,
.p2.new_design .aboutFootages_2-item:nth-child(7) img {
  width: 78px;
}
.p1.new_design .aboutFootages_2-item:nth-child(8) img,
.p2.new_design .aboutFootages_2-item:nth-child(8) img {
  width: 88px;
}
.p1.new_design .aboutFootages_2-item:nth-child(9) img,
.p2.new_design .aboutFootages_2-item:nth-child(9) img {
  width: 110px;
}
.p1.new_design .aboutFootages_2-item:nth-child(10) img,
.p2.new_design .aboutFootages_2-item:nth-child(10) img {
  width: 123px;
}
.p1.new_design .aboutFootages_2-item:nth-child(11) img,
.p2.new_design .aboutFootages_2-item:nth-child(11) img {
  width: 93px;
}
.p1.new_design .aboutFootages_2-item:nth-child(12) img,
.p2.new_design .aboutFootages_2-item:nth-child(12) img {
  width: 116px;
}
.p1.new_design .aboutFootages_3,
.p2.new_design .aboutFootages_3 {
  padding-top: 64px;
  padding-bottom: 96px;
}
.p1.new_design .aboutFootages_3 h2,
.p2.new_design .aboutFootages_3 h2 {
  margin-bottom: 48px;
  font-size: 20px;
}
.p1.new_design .aboutFootages_3-item,
.p2.new_design .aboutFootages_3-item {
  width: 152px;
  height: 158px;
  padding-top: 96px;
  background-position: center bottom 76px;
  background-size: 50px auto;
}
.p1.new_design .aboutFootages_3-table,
.p2.new_design .aboutFootages_3-table {
  width: 305px;
}
.p1.new_design .aboutFootages_3-table .aboutFootages_3-item:nth-child(1),
.p2.new_design .aboutFootages_3-table .aboutFootages_3-item:nth-child(1),
.p1.new_design .aboutFootages_3-table .aboutFootages_3-item:nth-child(2),
.p2.new_design .aboutFootages_3-table .aboutFootages_3-item:nth-child(2) {
  padding-top: 84px;
  background-position: center bottom 92px;
}
.p1.new_design .aboutFootages_3-table .aboutFootages_3-item:nth-child(2),
.p2.new_design .aboutFootages_3-table .aboutFootages_3-item:nth-child(2) {
  background-size: 46px auto;
}
.p1.new_design .aboutFootages_4-form,
.p2.new_design .aboutFootages_4-form {
  max-width: 100%;
}
.p1.new_design .aboutFootages_4-item,
.p2.new_design .aboutFootages_4-item,
.p1.new_design .aboutFootages_4-form .ui-selectmenu-button.ui-button,
.p2.new_design .aboutFootages_4-form .ui-selectmenu-button.ui-button {
  width: 100%;
  font-size: 14px;
}
.p1.new_design .aboutFootages_4-item:nth-child(even),
.p2.new_design .aboutFootages_4-item:nth-child(even),
.p1.new_design .aboutFootages_4-form .ui-selectmenu-button.ui-button:nth-child(even),
.p2.new_design .aboutFootages_4-form .ui-selectmenu-button.ui-button:nth-child(even) {
  margin-left: 0;
}
.p1.new_design .aboutFootages_4-send,
.p2.new_design .aboutFootages_4-send {
  width: 100%;
  font-size: 14px;
}
.p3.new_design .aboutFootages_h2 {
  font-size: 26px;
}
.p3.new_design .aboutFootages_promo-title {
  font-size: 40px;
}
.p3.new_design .aboutFootages_promo-p {
  font-size: 20px;
}
.p3.new_design .aboutFootages_promo-link.link-button {
  font-size: 16px;
}
.p3.new_design .aboutFootages_black-h {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 20px;
}
.p3.new_design .aboutFootages_black-p {
  font-size: 14px;
}
.p3.new_design .aboutFootages_2-list {
  width: 736px;
}
.p3.new_design .aboutFootages_2-item {
  width: 172px;
  height: 172px;
}
.p3.new_design .aboutFootages_2-item:nth-child(6n+6) {
  margin-right: 16px;
}
.p3.new_design .aboutFootages_2-item:nth-child(4n+4) {
  margin-right: 0;
}
.p3.new_design .aboutFootages_2-item img {
  height: auto;
}
.p3.new_design .aboutFootages_2-item:nth-child(1) img {
  width: 126px;
}
.p3.new_design .aboutFootages_2-item:nth-child(2) img {
  width: 108px;
}
.p3.new_design .aboutFootages_2-item:nth-child(3) img {
  width: 66px;
}
.p3.new_design .aboutFootages_2-item:nth-child(4) img {
  width: 108px;
}
.p3.new_design .aboutFootages_2-item:nth-child(5) img {
  width: 82px;
}
.p3.new_design .aboutFootages_2-item:nth-child(6) img {
  width: 95px;
}
.p3.new_design .aboutFootages_2-item:nth-child(7) img {
  width: 93px;
}
.p3.new_design .aboutFootages_2-item:nth-child(8) img {
  width: 108px;
}
.p3.new_design .aboutFootages_2-item:nth-child(9) img {
  width: 134px;
}
.p3.new_design .aboutFootages_2-item:nth-child(10) img {
  width: 151px;
}
.p3.new_design .aboutFootages_2-item:nth-child(11) img {
  width: 113px;
}
.p3.new_design .aboutFootages_2-item:nth-child(12) img {
  width: 144px;
}
.p3.new_design .aboutFootages_3 {
  padding-top: 96px;
  padding-bottom: 96px;
}
.p3.new_design .aboutFootages_3 h2 {
  margin-bottom: 56px;
  font-size: 24px;
}
.p3.new_design .aboutFootages_3-item {
  width: 312px;
  height: 190px;
  padding-top: 136px;
  background-position: center bottom 76px;
  background-size: 60px auto;
}
.p3.new_design .aboutFootages_3-table {
  width: 625px;
}
.p3.new_design .aboutFootages_3-table .aboutFootages_3-item:nth-child(1),
.p3.new_design .aboutFootages_3-table .aboutFootages_3-item:nth-child(2) {
  padding-top: 104px;
  background-position: center bottom 112px;
}
.p3.new_design .aboutFootages_3-table .aboutFootages_3-item:nth-child(2) {
  background-size: 56px auto;
}
.p3.new_design .aboutFootages_4-form {
  max-width: 496px;
}
.p3.new_design .aboutFootages_4-item,
.p3.new_design .aboutFootages_4-form .ui-selectmenu-button.ui-button {
  width: 240px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
}
.p3.new_design .aboutFootages_4-send {
  font-size: 14px;
}
.p4.new_design .aboutFootages_h2 {
  font-size: 37px;
}
.p4.new_design .aboutFootages_promo-title {
  font-size: 60px;
}
.p4.new_design .aboutFootages_promo-p {
  font-size: 26px;
}
.p4.new_design .aboutFootages_promo-link.link-button {
  font-size: 18px;
}
.p4.new_design .aboutFootages_black-h {
  font-size: 26px;
}
.p4.new_design .aboutFootages_black-p {
  font-size: 14px;
}
.p4.new_design .aboutFootages_2-list {
  width: 880px;
}
.p4.new_design .aboutFootages_2-item:nth-child(6n+6) {
  margin-right: 16px;
}
.p4.new_design .aboutFootages_2-item:nth-child(4n+4) {
  margin-right: 0;
}
.p5.new_design .aboutFootages_black {
  padding: 32px 16px;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome_NF';
  src: url('/Content/nfu/fonts//fontawesome-nf.eot?v=4.8.3');
  src: url('/Content/nfu/fonts//fontawesome-nf.eot?#iefix&v=4.8.3') format('embedded-opentype'), url('/Content/nfu/fonts//fontawesome-nf.woff2?v=4.8.3') format('woff2'), url('/Content/nfu/fonts//fontawesome-nf.woff?v=4.8.3') format('woff'), url('/Content/nfu/fonts//fontawesome-nf.ttf?v=4.8.3') format('truetype'), url('/Content/nfu/fonts//fontawesome-nf.svg?v=4.8.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*@font-face {
  font-family: 'FontAwesome';
  src: url('@{fa-font-path}/fontawesome-webfont.eot?v=@{fa-version}');
  src: url('@{fa-font-path}/fontawesome-webfont.eot?#iefix&v=@{fa-version}') format('embedded-opentype'),
    url('@{fa-font-path}/fontawesome-webfont.woff2?v=@{fa-version}') format('woff2'),
    url('@{fa-font-path}/fontawesome-webfont.woff?v=@{fa-version}') format('woff'),
    url('@{fa-font-path}/fontawesome-webfont.ttf?v=@{fa-version}') format('truetype'),
    url('@{fa-font-path}/fontawesome-webfont.svg?v=@{fa-version}#fontawesomeregular') format('svg');
  // src: url('@{fa-font-path}/FontAwesome.otf') format('opentype'); // used when developing fonts
  font-weight: normal;
  font-style: normal;
}*/
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome_NF;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-nf-logo-short:before {
  content: "\f018";
}
.fa-nf-footage-icon:before {
  content: "\f043";
}
.fa-nf-play:before {
  content: "\f04b";
}
.fa-nf-babina:before {
  content: "\f06b";
}
.fa-nf-scroll:before {
  content: "\f06d";
}
.fa-nf-arrow-big-right:before {
  content: "\f0f8";
}
.fa-nf-arrow-big-left:before {
  content: "\f0f7";
}
.fa-nf-bracket-right:before {
  content: "\f0fa";
}
.fa-nf-bracket-left:before {
  content: "\f0f9";
}
.fa-nf-babina-empty:before {
  content: "\f06c";
}
.fa-nf-cursor-dec:before {
  content: "\f0fb";
}
.fa-nf-arrow-right:before {
  content: "\f0f0";
}
.fa-nf-arrow-left:before {
  content: "\f0f1";
}
.fa-nf-popup:before {
  content: "\f072";
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bus:before {
  content: "\f207";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-percent:before {
  content: "\f295";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.lang-split {
  background-position: -382px -162px;
  width: 12px;
}
a:hover .lang-split,
.lang-split:hover {
  background-position: -382px -182px;
}
.sh-lang {
  line-height: 16px;
}
.c-line-no {
  border-bottom-color: transparent !important;
}
.new_fonts {
  font-family: 'Open Sans', sans-serif;
}
.new_fonts h1,
.new_fonts h2,
.new_fonts h3,
.new_fonts h4 {
  font-family: RobotoSlab, Helvetica, Arial, Sans-Serif;
}
.new_design {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
.new_design h1,
.new_design h2,
.new_design h3,
.new_design h4 {
  font-family: RobotoSlab, Helvetica, Arial, Sans-Serif;
}
.new_design h1 {
  font-size: 32px;
}
.new_design h2 {
  font-size: 28px;
}
.new_design h3 {
  font-size: 22px;
}
.new_design h4 {
  font-size: 20px;
}
.new_design .cb {
  min-width: 0;
}
.new_design.p1 .c-line,
.new_design.p2 .c-line,
.new_design.p1 .site-head > div:not(.sh-tools),
.new_design.p2 .site-head > div:not(.sh-tools) {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.new_design.p3 .c-line,
.new_design.p3 .site-head > div:not(.sh-tools) {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.new_design.p4 .c-line,
.new_design.p4 .site-head > div:not(.sh-tools) {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.new_design .ya-share2 {
  margin-bottom: -6px;
}
.new_design .ya-share2 .ya-share2__list {
  padding-left: 0;
}
.new_design .ya-share2 .ya-share2__item:not(:hover) .ya-share2__badge {
  background-color: #000000;
}
.new_design .ya-share2 .ya-share2__item:hover {
  opacity: 1;
}
.p1.new_design {
  font-size: 13px;
}
.p1.new_design h1 {
  font-size: 28px;
}
.p1.new_design h2 {
  font-size: 24px;
}
.p1.new_design h3 {
  font-size: 18px;
}
.p1.new_design h4 {
  font-size: 16px;
}
.p2.new_design,
.p3.new_design,
.p4.new_design {
  font-size: 14px;
}
.p2.new_design h1,
.p3.new_design h1,
.p4.new_design h1 {
  font-size: 30px;
}
.p2.new_design h2,
.p3.new_design h2,
.p4.new_design h2 {
  font-size: 26px;
}
.p2.new_design h3,
.p3.new_design h3,
.p4.new_design h3 {
  font-size: 20px;
}
.p2.new_design h4,
.p3.new_design h4,
.p4.new_design h4 {
  font-size: 18px;
}
.footer_new-wrap #main {
  padding-bottom: 360px;
  /* must be same height as the footer */
}
.p1 .footer_new-wrap #main {
  padding-bottom: 808px;
  /* must be same height as the footer */
}
.p2 .footer_new-wrap #main {
  padding-bottom: 648px;
  /* must be same height as the footer */
}
#footer.footer_new {
  margin-top: -360px;
  /* negative value of footer height */
  height: 360px;
}
.p1 #footer.footer_new {
  margin-top: -808px;
  /* negative value of footer height */
  height: 808px;
}
.p2 #footer.footer_new {
  margin-top: -648px;
  /* negative value of footer height */
  height: 648px;
}
.footer_new {
  color: #ffffff;
  background-color: #000000;
}
.footer_new .footer_new-title.c-line {
  border-bottom: none;
}
.footer_new .footer_new-title .cb {
  height: 24px;
}
.footer_new .footer_new-line {
  height: 5px;
  background-color: #ffffff;
}
.footer_new .footer_new-nav {
  font-size: 16px;
}
.footer_new .footer_new-nav a,
.footer_new .footer_new-nav a:visited {
  color: #d8d8d8;
  text-decoration: none;
}
.footer_new .footer_new-nav a:hover {
  text-decoration: underline;
}
.footer_new .footer_new-nav .h1 {
  margin-top: 0;
  margin-bottom: 22px;
  font-size: 20px;
  text-transform: uppercase;
}
.footer_new .footer_new-nav .footer_new-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  padding-top: 49px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer_new .footer_new-nav .c0 {
  float: left;
  min-width: 33%;
}
.footer_new .footer_new-nav .c1,
.footer_new .footer_new-nav .c2,
.footer_new .footer_new-nav .c3 {
  min-height: 235px;
  padding-left: 16px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.footer_new .footer_new-nav .c1 .contacts-list.c-hide {
  display: none;
}
.footer_new .footer_new-nav .footer_new-copyright {
  font-size: 12px;
  margin-bottom: 0;
}
.p1 .footer_new .footer_new-nav {
  font-size: 14px;
}
.p1 .footer_new .footer_new-nav .h1 {
  font-size: 18px;
}
.p1 .footer_new .footer_new-nav .footer_new-content {
  display: block;
}
.p1 .footer_new .footer_new-nav .c0 {
  float: none;
  width: 260px;
  margin: 0 auto 34px auto;
}
.p1 .footer_new .footer_new-nav .c1,
.p1 .footer_new .footer_new-nav .c2,
.p1 .footer_new .footer_new-nav .c3 {
  width: 260px;
  min-height: auto;
  min-height: initial;
  margin: 0 auto;
}
.p1 .footer_new .footer_new-nav .c1 {
  padding-left: 0;
  margin-bottom: 34px;
}
.p1 .footer_new .footer_new-nav .c1 .contacts-list.c-hide {
  display: block;
}
.p1 .footer_new .footer_new-nav .c2 {
  padding-left: 0;
}
.p1 .footer_new .footer_new-nav .c2 .footer_new-list.c-hide li:nth-child(2),
.p1 .footer_new .footer_new-nav .c2 .footer_new-list.c-hide li:nth-child(3) {
  display: none;
}
.p1 .footer_new .footer_new-nav .c3 {
  display: none;
}
.p1 .footer_new .footer_new-nav .footer_new-copyright {
  width: 260px;
  margin: 50px auto 0 auto;
}
.p2 .footer_new .footer_new-nav {
  font-size: 14px;
}
.p2 .footer_new .footer_new-nav .h1 {
  font-size: 18px;
}
.p2 .footer_new .footer_new-nav .footer_new-content {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p2 .footer_new .footer_new-nav .c0 {
  width: 45%;
}
.p2 .footer_new .footer_new-nav .c1,
.p2 .footer_new .footer_new-nav .c2,
.p2 .footer_new .footer_new-nav .c3 {
  width: 45%;
  min-height: 250px;
}
.p2 .footer_new .footer_new-nav .c2 {
  padding-left: 0;
}
.p3 .footer_new .footer_new-nav {
  font-size: 14px;
}
.p3 .footer_new .footer_new-nav .h1 {
  font-size: 18px;
}
.p3 .footer_new .footer_new-nav .c0 {
  min-width: 25%;
}
.p4 .footer_new .footer_new-nav {
  font-size: 14px;
}
.footer_new .projects-list {
  margin-top: 24px;
  padding-left: 0;
  list-style: none;
}
.footer_new .projects-list li {
  margin-bottom: 12px;
}
.footer_new .footer_new-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.footer_new .footer_new-list li {
  margin-bottom: 10px;
}
.footer_new .footer_new-list a {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
}
.footer_new .contacts-list p {
  margin: 0;
}
.footer_new .contacts-list a[href^="tel:"],
.footer_new .contacts-list .contacts-phone {
  margin-top: 14px;
  font-size: 14px;
  line-height: 30px;
}
.footer_new .contacts-list a[href^="mailto:"] {
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
}
/*--------------------- Логотипы ---------------------*/
.footer_new-logo {
  height: 28px;
}
.footer_new-logo a {
  display: block;
  height: 28px;
  margin: 0px;
  padding: 0px;
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain !important;
  text-decoration: none !important;
}
.footer_new-logo.nf-logo {
  width: 134px;
}
.footer_new-logo.nf-logo a {
  width: 134px;
  background-size: 134px 28px;
  -webkit-background-size: 134px 28px;
  -o-background-size: 134px 28px;
  -moz-background-size: 134px 28px;
  background-image: url('/img/nf-logo-white_2x.png');
}
.footer_new-logo.footage-logo {
  width: 168px;
}
.footer_new-logo.footage-logo a {
  width: 168px;
  background-image: url('/img/nf-footage-logo-white_2x.png');
  background-size: 168px 28px;
  -webkit-background-size: 168px 28px;
  -o-background-size: 168px 28px;
  -moz-background-size: 168px 28px;
}
.footer_new-logo.photo-logo {
  width: 146px;
}
.footer_new-logo.photo-logo a {
  width: 146px;
  background-image: url('/img/nf-photo-logo-white_2x.png');
  background-size: 146px 28px;
  -webkit-background-size: 146px 28px;
  -o-background-size: 146px 28px;
  -moz-background-size: 146px 28px;
}
.no-backgroundsize .footer_new-logo.nf-logo a {
  background-image: url('/img/nf-logo-white_1x.png');
}
.no-backgroundsize .footer_new-logo.footage-logo a {
  background-image: url('/img/nf-footage-logo-white.png');
}
.no-backgroundsize .footer_new-logo.photo-logo a {
  background-image: url('/img/nf-photo-logo-white.png');
}
.no-backgroundsize .footer_new-title .footer_new-logo {
  background-image: url(/Img/nf-logo-big-white.png);
}
.footer_new-footage .footer_new-line {
  background-color: #E95429;
}
.footer_new-photo .footer_new-line {
  background-color: #009ba4;
}
.hide-line .hs2.btop.clr {
  border-top: none;
  height: 0;
}
.group-info dt {
  float: left;
  font-weight: bold;
}
.group-info dt:after {
  content: " – ";
}
.no-flexbox .footer_new .footer_new-nav .c1,
.no-flexbox .footer_new .footer_new-nav .c2,
.no-flexbox .footer_new .footer_new-nav .c3 {
  float: left;
  width: 20%;
}
.no-flexbox .p1 .footer_new .footer_new-nav .c1,
.no-flexbox .p1 .footer_new .footer_new-nav .c2,
.no-flexbox .p1 .footer_new .footer_new-nav .c3 {
  float: none;
  width: 260px;
}
.no-flexbox .p2 .footer_new .footer_new-nav .c1,
.no-flexbox .p2 .footer_new .footer_new-nav .c2,
.no-flexbox .p2 .footer_new .footer_new-nav .c3 {
  width: 45%;
}
.no-flexbox .p3 .footer_new .footer_new-nav .c1,
.no-flexbox .p3 .footer_new .footer_new-nav .c2,
.no-flexbox .p3 .footer_new .footer_new-nav .c3 {
  width: 22%;
}
.no-flexbox .cookies_msg .cookies_text .cookies_button {
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
}
.no-flexbox .info-company_item {
  float: left;
  text-align: center;
}
.no-flexbox .p1 .nf-footage .imgGrid__modalBox .annotations,
.no-flexbox .p2 .nf-footage .imgGrid__modalBox .annotations,
.no-flexbox .p3 .nf-footage .imgGrid__modalBox .annotations {
  padding-top: 16px;
}
.no-flexbox .aboutFootages_1:after {
  content: "";
  display: block;
  clear: both;
}
.no-flexbox .aboutFootages_black {
  float: left;
  width: 44%;
}
.no-flexbox .aboutFootages_2-item {
  position: relative;
}
.no-flexbox .aboutFootages_2-item img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.flexbox .nf-footage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: -1%;
}
.flexbox .nf-footage::after {
  display: none;
}
.flexbox .nf-footage .im-item {
  float: none;
  width: 100%;
  margin-right: 1%;
  margin-bottom: 1%;
}
.flexbox .nf-footage .im-item .imgGrid__link .imgWrap {
  display: block;
}
.flexbox .nf-footage .im-item .imgGrid__link .imgWrap img {
  height: auto;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .flexbox .nf-footage .im-item {
    width: 49%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .flexbox .nf-footage .im-item {
    width: 32.33333333%;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1599px) {
  .flexbox .nf-footage .im-item {
    width: 24%;
  }
}
@media only screen and (min-width: 1600px) {
  .flexbox .nf-footage .im-item {
    width: 19%;
  }
}
.flexbox .nf-footage .im-item .imgGrid__link {
  height: auto;
}
.flexbox .nf-footage .im-item .imgGrid__link .imgWrap img {
  max-height: none;
}
.flexbox .nf-footage.homepage {
  max-height: none;
  overflow: initial;
}
.flexbox .nf-footage.homepage .im-item:nth-last-child(-n+5) {
  margin-bottom: 0;
}
@media only screen and (max-width: 479px) {
  .flexbox .nf-footage.homepage .im-item:nth-child(n + 5) {
    display: none;
  }
  .flexbox .nf-footage.homepage .im-item:nth-child(4) {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .flexbox .nf-footage.homepage .im-item:nth-child(n + 9) {
    display: none;
  }
  .flexbox .nf-footage.homepage .im-item:nth-child(7),
  .flexbox .nf-footage.homepage .im-item:nth-child(8) {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .flexbox .nf-footage.homepage .im-item:nth-child(n + 10) {
    display: none;
  }
  .flexbox .nf-footage.homepage .im-item:nth-child(7),
  .flexbox .nf-footage.homepage .im-item:nth-child(8),
  .flexbox .nf-footage.homepage .im-item:nth-child(9) {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1599px) {
  .flexbox .nf-footage.homepage .im-item:nth-child(n + 13) {
    display: none;
  }
  .flexbox .nf-footage.homepage .im-item:nth-child(9),
  .flexbox .nf-footage.homepage .im-item:nth-child(10) {
    margin-bottom: 0;
  }
}
.flexbox .s-930 .nf-footage.homepage {
  max-height: none;
}
.flexbox .nf-footage-promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: -1%;
  max-height: none;
  overflow: initial;
}
.flexbox .nf-footage-promo::after {
  display: none;
}
.flexbox .nf-footage-promo .im-item {
  float: none;
  width: 100%;
  margin-right: 1%;
  margin-bottom: 1%;
}
.flexbox .nf-footage-promo .im-item .imgGrid__link {
  height: auto;
}
.flexbox .nf-footage-promo .im-item .imgGrid__link .imgWrap {
  display: block;
}
.flexbox .nf-footage-promo .im-item .imgGrid__link .imgWrap img {
  height: auto;
  max-height: none;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .flexbox .nf-footage-promo .im-item {
    width: 49%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 849px) {
  .flexbox .nf-footage-promo .im-item {
    width: 32.33333333%;
  }
}
@media only screen and (min-width: 850px) {
  .flexbox .nf-footage-promo .im-item {
    width: 24%;
  }
}
.flexbox .nf-footage-promo .im-item:nth-last-child(-n+4) {
  margin-bottom: 0;
}
@media only screen and (max-width: 479px) {
  .flexbox .nf-footage-promo .im-item:nth-child(n + 3) {
    display: none;
  }
  .flexbox .nf-footage-promo .im-item:nth-child(2) {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .flexbox .nf-footage-promo .im-item:nth-child(n + 5) {
    display: none;
  }
  .flexbox .nf-footage-promo .im-item:nth-child(3),
  .flexbox .nf-footage-promo .im-item:nth-child(4) {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 849px) {
  .flexbox .nf-footage-promo .im-item:nth-child(n + 7) {
    display: none;
  }
  .flexbox .nf-footage-promo .im-item:nth-child(4),
  .flexbox .nf-footage-promo .im-item:nth-child(5),
  .flexbox .nf-footage-promo .im-item:nth-child(6) {
    margin-bottom: 0;
  }
}
.flexbox .nf-footage.sharedFootage {
  margin-bottom: -1%;
}
/* Размер сайта */
/* Обычные отсутпы сайта для случая центрирования */
/* Отсутп сайта справа (для сдвига) */
/* Размер тени при прокрутки страницы под фиксированным заголовком */
/* Высота основного заголовка - строка с навигационным меню*/
/* Высота заголовка при сворачивании */
/* Отсутп от верха сайта до меню */
/*--------------------- Логотипы ---------------------*/
/* Логотип шапки сайта */
/* Реальные ширина и высота логотипа */
/* Логотип без масштабирования (для старых браузеров) */
/* Логотип шапки сайта уменьшенная по ширине версия (для мобильного устройства) */
/* Реальные ширина и высота логотипа */
/* Логотип без масштабирования (для старых браузеров) */
/* Логотип для подвала сайта */
/* Реальные ширина и высота логотипа */
/* Логотип без масштабирования (для старых браузеров) */
/*--------------------- Кнопка поиска ---------------------*/
/* Ширина кнопки поиска */
/* Ширина и высота кнопки поиска для уменьшенного режима */
/*--------------------- Главный слайдер ---------------------*/
/* Количество слайдов в слайдере и отсуп до первого слайда */
/* Позиция текста слайда относительно верхнего левого угла (в процентах) */
/* Цвет отбивки текста в слайдере */
/* Отступ до кнопок переключения слайдов (в процентах) */
/* Размер кнопок переключения слайдов */
/*--------------------- Подвал ---------------------*/
/* Фоновый цвет подвала */
/* Картинка подвала */
/* Высота подвала */
/* Заголовок сайта */
/* Высота меню инструментов */
/* Предотвращает сползание языков и поиска */
/* Пользовательский стиль.
    Для изменения стиля сайта данный файло должен быть подменен с помощью инструментов конфигурирования.
*/
/* Пользовательский стиль.
    Для изменения стиля сайта данный файло должен быть подменен с помощью инструментов конфигурирования.
*/
/* Изменяем логотипы */
/* Реальные ширина и высота логотипа */
/* Логотип без масштабирования (для старых браузеров) */
.nf-white-logo {
  position: relative;
  top: -24px;
}
/* Изменяем цветовую гамму */
.err {
  color: #b34a29;
}
.gray {
  border-color: #848587 !important;
}
/* Изменяем цвет кнопки поиска */
/* Настройки главного слайдера */
.cb-dig .c1 {
  width: 200px !important;
}
.cb-dig .cw2 {
  margin-left: 200px !important;
}
/* Настройки подвала */
.fixed-footer {
  background: url('/img/tat_footer_bg.jpg') #262626 no-repeat center;
  color: white;
  height: 400px;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
}
.fixed-footer .cb {
  background: none !important;
}
.fixed-footer .t-style {
  margin-left: 24px;
}
.mixin-list {
  margin-left: 0;
  padding: 0 0 0 45px;
}
.main-header {
  background-color: #262626;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('/img/bg_top@2x.jpg');
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/img/bg_top@2x.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: white;
}
.main-header .cb {
  max-width: 530px;
}
.main-header a,
.main-header a:visited {
  color: white;
}
.main-header p a:nth-child(n + 2) {
  padding-left: 12px;
}
.svg-img {
  float: left;
  margin-left: 45px;
  margin-right: 24px;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
}
.svg-delivery-tele {
  background-image: url('/img/delivery-tele.svg');
}
.svg-delivery-physical {
  background-image: url('/img/delivery-physical.svg');
}
.svg-delivery-attention {
  background-image: url('/img/attention.svg');
}
.svg-delivery-violation {
  background-image: url('/img/violation.svg');
}
.container-list {
  border-bottom: solid 1px transparent;
}
.container-list h3 {
  padding-left: 45px;
}
.container-list .list {
  margin-left: 0;
  padding: 0 0 0 45px;
}
.container-list .list li {
  list-style-type: none;
  position: relative;
  min-height: 45px;
  counter-increment: li-counter;
}
.container-list .list li::before {
  position: absolute;
  margin-left: -45px;
  width: 45px;
  height: 45px;
  content: counter(li-counter) '. ';
  line-height: 45px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
.container-list .list-blue li::before {
  color: #2e5175;
}
.container-list .list-green li::before {
  color: #85ab5e;
}
.container-list .list-gold li::before {
  color: #bca556;
}
.container-list .block-left {
  width: 49%;
  float: left;
}
.container-list .block-right {
  width: 49%;
  float: right;
}
.beige-block {
  background-color: #e3dab8;
}
.beige-block .cb {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 45px;
  padding-right: 45px;
}
.beige-block .cb h3 {
  margin-top: 0;
}
.beige-block .cb .list {
  margin-left: 0;
  padding: 0 0 0 45px;
}
.beige-block .cb .list li {
  position: relative;
  list-style-type: none;
  min-height: 45px;
}
.beige-block .cb .list li::before {
  position: absolute;
  margin-left: -45px;
  width: 45px;
  height: 45px;
  content: '';
  background-repeat: no-repeat;
}
.beige-block .cb .list-ul-blue li::before {
  background-image: url('/img/word-blue.svg');
}
.beige-block .cb .list-ul-gold li::before {
  background-image: url('/img/word-gold.svg');
}
.btn-link {
  display: inline-block;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  color: white;
  text-decoration: none;
  text-align: center;
}
.btn-link:visited,
.btn-link:hover,
.btn-link:active {
  color: white;
}
.btn-blue {
  background-color: #2e5175;
}
.btn-gold {
  min-width: 360px;
  background-color: #bca556;
}
.control .cb {
  padding-right: 45px;
}
.control .cb .block-left {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 45px;
  width: 66%;
  float: left;
}
.control .cb .block-right {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33%;
  float: right;
  padding-left: 24px;
  padding-right: 24px;
  border: 1px solid #80351d;
}
.control .cb .list-horizontal {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 45px;
}
.control .cb .list-horizontal li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  width: 30%;
  list-style-type: none;
}
.control .cb .list-horizontal li:nth-child(n + 2) {
  margin-left: 5%;
}
.control .cb .list-horizontal .control-name {
  display: block;
  margin-bottom: 5px;
  color: #80351d;
  font-size: 1.2em;
}
.control .cb .list-horizontal .control-text {
  display: block;
  color: gray;
}
.control .cb .control-attention {
  color: #80351d;
}
span[data-key="btAdd"] {
  display: none !important;
}
.site-head ._nocollection {
  display: none !important;
}
.nf-tools-contentmenu a[href*="/office/my-collections"],
.nf-tools-contentmenu a[href*="/office/my-orders"] {
  display: none !important;
}
/* Заголовок сайта */
/* Ширина меню языков */
/* Т.к. introboldcaps используется в font-style, а не в font-family, то здесь не исправлено: 'opensans' переименован в 'Open Sans' */
/*
.golink {
    .go { .opacity(0); background-position:-9*@ic-step-size16+@ic-margin16 -6*@ic-step-size16+@ic-margin16; transition-duration:0.2s; }
    a { color:@color-default; text-decoration:none !important; }
}
.golink:hover .go { background-position:-9*@ic-step-size16+@ic-margin16 -6*@ic-step-size16+@ic-margin16; transition-duration:0.2s; .opacity(0.6); }
.golink a:hover { 
    h1, h3 { color:@color-active; }
    .go { background-position:-9*@ic-step-size16+@ic-margin16 -6*@ic-step-size16+@ic-margin16; .opacity(1); transition-duration:0.2s;  } 
}

.fi { 
    a { color:@color-default; text-decoration:none; }
    a:hover { color:@color-active; text-decoration:underline; }
}
*/
/*
a:hover .go {  .opacity(1);   }
.no-backgroundsize {
    .go { background-image:@icons48-s16;  }
}
*/
.loading-container.simple.on .loading {
  width: 24px;
  height: 24px;
  position: relative;
  top: 0px;
  left: 0px;
  background: transparent url('/img/loader24w.gif') no-repeat center center;
}
.site-head .loading {
  position: relative;
  z-index: 11;
}
.im-logout {
  float: right;
}
.im-logout b {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  width: 24px;
  height: 24px;
  background: url('/img/icons48.png') no-repeat center;
  background-size: 600px 300px;
  -webkit-background-size: 600px 300px;
  -o-background-size: 600px 300px;
  -moz-background-size: 600px 300px;
  /* bgsize */
  background-position: -153px -3px;
  position: relative;
  top: 7px;
  margin-left: 7px;
}
.im-logout:hover b {
  background-position: -153px -33px;
}
.no-backgroundsize .im-logout b {
  background-image: url('/img/icons48-s24.png');
}
.nf-tools .login-place2 {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  max-width: none;
  position: relative;
  height: 20px;
  vertical-align: top;
}
.nf-tools .login-place2 .im-sign-link {
  padding: 0px 0px 0px 0px;
  margin: 0px;
  background: none;
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  width: auto;
  position: relative;
}
.nf-tools h4 {
  margin: 5.5px 0px 5.5px 0px;
  padding: 0px;
}
.nf-tools h4:first-of-type {
  margin-top: 11px;
}
.nf-tools table a {
  white-space: normal;
}
.nf-tools .nft-mycollection2 {
  margin-left: 48px;
  background: none;
  width: auto;
  font-weight: normal !important;
}
.nf-tools .nft-mycollection2 span {
  position: relative;
  top: -7px;
}
.nf-tools .nft-mycollection2:hover {
  text-decoration: none !important;
  font-weight: normal !important;
}
.nf-tools .my-collection-switch {
  margin-bottom: 0px;
}
.nf-tools .my-collection-switch .select {
  border-bottom: solid 1px #848587;
  margin-left: 6px;
}
.im-table-sort {
  height: 0px;
  text-align: right;
  position: relative;
  top: 12px;
}
.s-f1 .im-table-sort {
  height: auto;
  position: relative;
  top: auto;
  padding-top: 12px;
}
.c-line.h-general .cb {
  padding-top: 24px;
  padding-bottom: 12px;
  background-color: black;
  color: white;
}
.c-line.h-general .cb a {
  color: white;
  text-decoration: none;
}
.c-line.h-general .cb a:hover {
  text-decoration: underline;
}
.c-line.h-general .foot_wrap {
  padding-left: 24px;
}
.c-line.h-general .foot_wrap p {
  display: inline-block;
  margin-bottom: 24px;
  padding-top: 0;
  vertical-align: top;
}
.c-line.h-general .foot_wrap p:nth-child(1) {
  width: 230px;
}
.c-line.h-general .foot_wrap p:nth-child(2) {
  width: 98px;
  text-align: center;
}
.c-line.h-general .foot_wrap p:nth-child(3) {
  min-width: 260px;
  width: 40%;
}
.c-line.h-general .foot_wrap .h2 {
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
}
.c-line.h-general .foot_wrap .nf_foot {
  display: inline-block;
  width: 50px;
  height: 40px;
  vertical-align: middle;
  background-image: url(/Content/nfu/img/nf_foot.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.c-line.h-general td {
  padding: 0px 24px 24px 6px !important;
}
.c-line.h-general .hpb td {
  padding-bottom: 12px !important;
}
.c-line.h-general .nopad td {
  padding: 0px !important;
}
.c-line.h-general td:last-of-type {
  padding-right: 0px !important;
}
.c-line.h-general td:first-of-type {
  padding-left: 0px !important;
}
.c-line.h-general h1,
.c-line.h-general h2,
.c-line.h-general h3,
.c-line.h-general .h1,
.c-line.h-general .h2 {
  text-transform: uppercase;
}
.c-line.h-general .h2 {
  font-size: 20px;
  font-weight: bold;
}
.s-hp3c .c-line.h-general .foot_wrap p {
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 12px;
}
.s-hp3c .c-line.h-general .foot_wrap .nf_foot {
  width: 40px;
  height: 32px;
}
.splitter.top {
  border-top: solid 1px black;
  border-bottom: none;
}
.left40 .lb {
  width: 40%;
  float: left;
}
.left40 .rb {
  margin-left: 40%;
  padding-left: 11px;
  height: 100%;
}
.left40 .rb.y {
  border-left: solid 22px #ba9250;
}
button.ic {
  margin: 0px;
  padding: 0px;
  border: solid 1px black;
  background-color: transparent;
}
.loading-container.simple.on .loading {
  position: relative;
  background-color: transparent;
}
.linkbutton {
  background: none;
  border: none;
  color: #005177;
  cursor: pointer;
}
.linkbutton :hover {
  color: #73301a;
}
.im-tab-collection ul {
  text-align: justify;
  padding: 0px;
}
.im-tab-collection ul li {
  display: inline;
}
.im-tab-collection ul a {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  width: 16px;
  height: 16px;
  background: url('/img/icons16.png');
  background-position: -128px -144px;
}
.im-tab-collection ul li.ui-state-active a {
  background-position: -112px -144px;
}
.studios-line {
  text-wrap: none;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  /* IE overflow */
  height: 179px;
}
.studios-line .im-item {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  padding-top: 24px;
  padding-right: 24px;
  height: 155px;
}
.studios-line .im-item:last-of-type {
  padding-right: 0px;
}
.studios-line a {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  padding: 0px;
}
.studios-line img {
  width: 207px;
  height: 155px;
}
.studios-line.nopad .im-item {
  padding-top: 12px;
}
.nfu-film .film-text-status {
  height: 0px;
  overflow: visible;
  text-align: right;
  font-size: 11px;
  position: relative;
  top: -20px;
}
.nfu-film .film-text-status label {
  vertical-align: bottom;
  position: relative;
  top: -2px;
}
.nfu-film h1 {
  color: #005177;
}
.nfu-film .grid td {
  vertical-align: top;
  padding-left: 24px !important;
}
.nfu-film .grid td:first-child {
  padding-left: 0px !important;
}
.nfu-film .status {
  text-align: right;
  color: #005177;
  height: 0px;
}
.nfu-film h3 {
  text-transform: uppercase;
  color: #005177;
}
.nfu-film h3 small {
  color: #848587;
}
.nfu-film .input-titlerow {
  color: #005177;
}
.nfu-film .reload-button {
  display: block;
  float: right;
  background: #848587;
  border: solid 1px #e7e7e7;
  color: white;
  padding: 10px;
}
.nfu-film .red-loading-container {
  display: none;
  background: #73301a;
  padding: 10px;
  color: white;
  height: auto;
}
.nfu-film .red-loading-container.on {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
}
.nfu-film .table-filmtitle td {
  width: initial !important;
  padding-bottom: 3px !important;
}
.nfu-film .table-filmtitle input,
.nfu-film .table-filmtitle select {
  margin-right: 3px;
  margin-bottom: 1px;
}
.nfu-film .im-jqtabs.h3 ul {
  padding-left: 0px;
}
.nfu-film .im-jqtabs.h3 ul li {
  font-size: 12px;
  text-transform: uppercase;
}
.no-backgroundsize .nfu-film .part-footage span b {
  background-image: url('/img/icons48-s16.png');
}
.part-footage span {
  background: none;
  color: #005177;
}
.part-footage span b {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  width: 16px;
  height: 16px;
  background: url('/img/icons48.png') no-repeat center;
  background-size: 400px 200px;
  -webkit-background-size: 400px 200px;
  -o-background-size: 400px 200px;
  -moz-background-size: 400px 200px;
  /* nobg+ */
  background-position: -182px -122px;
  position: relative;
  top: 4px;
  margin-right: 10px;
}
.part-footage span:hover {
  color: #73301a;
}
.part-footage span:hover b {
  background-position: -182px -142px;
}
.bt-filmdetails {
  border-radius: 5px /*{cornerRadius}*/;
  border: solid 1px #e7e7e7;
  background-color: white;
  margin-left: 2px;
  margin-right: 2px;
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  padding: 0px;
  text-align: center;
  cursor: pointer;
  width: 22px;
  height: 22px;
  position: relative;
  top: -1px;
}
.bt-filmdetails a {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  background: url('/img/icons24a.png');
  width: 24px;
  height: 24px;
}
.film-part-linking,
.film-linking {
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
}
.film-linking label,
.film-part-linking label {
  padding: 2px;
  position: relative;
  top: 0px;
}
.film-part-linking .im-numbox {
  text-align: center;
}
.film-part-linking {
  position: relative;
  left: -40px;
}
tr.preview {
  color: #005177;
}
.im-cmdbutton.play-footage {
  height: auto;
  width: auto;
  background: none;
}
tr.input-titlerow {
  color: #005177;
}
.footage-strike a {
  text-decoration: line-through;
}
.film .footage-topics {
  padding-top: 5px;
  font-size: 13px;
}
.film .footage-topics label {
  font-weight: bold;
  margin-right: 5px;
}
.film .techInfo {
  font-size: 12px;
  padding-bottom: 5px;
}
.film .film-reels .hd-enable,
.film .film-videosources .hd-enable {
  float: right;
  font-style: introboldcaps, opensans, Helvetica, Arial, Sans-Serif;
  font-size: 23px;
  font-weight: bold;
}
.film .film-reels h4,
.film .film-videosources h4 {
  margin: 0px;
}
.film .film-reels table,
.film .film-videosources table {
  margin-top: 11px;
}
.film .film-reels .ui-tabs-nav,
.film .film-videosources .ui-tabs-nav {
  border: none;
  position: relative;
  z-index: 9;
}
.film .film-reels.photoTat .part-frame {
  position: relative;
  background-color: #f2f2f2;
}
.film .film-reels.photoTat .part-frame > div:first-child {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  overflow: hidden;
}
.film .film-reels.photoTat .part-frame > div:first-child img {
  width: auto;
  max-width: 100%;
  max-height: 194px;
  margin-bottom: -14px;
  vertical-align: top;
  border: none;
}
.film .film-reels.photoTat .part-frame .play-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.film .result {
  padding-left: 24px;
}
.film .result p[data-footage]:hover {
  color: #80351d;
}
.film .checkbox label,
.film .checkbox input:checked + label {
  background-position: center;
}
[data-footage],
[data-film] {
  cursor: pointer;
}
select.edit-onhover {
  border: solid 1px transparent;
}
select.edit-onhover:hover {
  border: solid 1px #e7e7e7;
  color: #73301a;
}
.mode-default .film {
  margin-top: 24px;
}
.im-collection .film .topics {
  font-size: 13px;
}
.im-collection .film .topics span {
  font-weight: normal;
  color: #808080;
}
.im-inputcollection.mails input {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 1px #e7e7e7;
}
.im-inputcollection.mails .ic {
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity = 30);
  -moz-opacity: 30;
}
.im-inputcollection.mails .err .ic,
.im-inputcollection.mails .ok .ic {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  -moz-opacity: 100;
}
.im-inputcollection.mails .err .ic {
  background-position: -33px -93px;
}
.im-inputcollection.mails .err input {
  background: none;
  color: #80351d;
}
.topicsBlock .films-list .filmimg {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  width: 128px;
  height: 96px;
}
.nfu-film .film-allowed-video span,
.nfu-film .film-allowed-video label {
  color: #005177;
  border: solid 1px #e7e7e7;
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  padding: 3px;
  margin-right: 3px;
}
.nfu-film .film-allowed-video span:hover {
  color: #73301a;
  border-color: #73301a;
  cursor: pointer;
}
.article-menu-item .article-menu-subitems {
  padding-left: 11px;
}
.article-menu-item a {
  text-decoration: none;
  padding-bottom: 3px;
}
.article-menu-item a:hover {
  text-decoration: underline;
}
.artgrid .d60,
.c-line > table .d60,
.c-line > .cb > table .d60 {
  width: 60%;
}
.artgrid .d50,
.c-line > table .d50,
.c-line > .cb > table .d50 {
  width: 50%;
}
.artgrid .d40,
.c-line > table .d40,
.c-line > .cb > table .d40 {
  width: 40%;
}
.artgrid .d33,
.c-line > table .d33,
.c-line > .cb > table .d33 {
  width: 33%;
}
.artgrid .d34,
.c-line > table .d34,
.c-line > .cb > table .d34 {
  width: 34%;
}
.artgrid .d35,
.c-line > table .d35,
.c-line > .cb > table .d35 {
  width: 35%;
}
.artgrid .d30,
.c-line > table .d30,
.c-line > .cb > table .d30 {
  width: 30%;
}
.artgrid .d20,
.c-line > table .d20,
.c-line > .cb > table .d20 {
  width: 20%;
}
.artgrid .d25,
.c-line > table .d25,
.c-line > .cb > table .d25 {
  width: 25%;
}
.artgrid .d26,
.c-line > table .d26,
.c-line > .cb > table .d26 {
  width: 26%;
}
.artgrid .d27,
.c-line > table .d27,
.c-line > .cb > table .d27 {
  width: 27%;
}
.artgrid .d15,
.c-line > table .d15,
.c-line > .cb > table .d15 {
  width: 15%;
}
.artgrid .d10,
.c-line > table .d10,
.c-line > .cb > table .d10 {
  width: 10%;
}
.artgrid .d5,
.c-line > table .d5,
.c-line > .cb > table .d5 {
  width: 5%;
}
.artgrid .d3,
.c-line > table .d3,
.c-line > .cb > table .d3 {
  width: 3%;
}
.artgrid td.w300,
.c-line > table td.w300,
.c-line > .cb > table td.w300 {
  width: 300px;
}
.artgrid td.w200,
.c-line > table td.w200,
.c-line > .cb > table td.w200 {
  width: 200px;
}
.artgrid td.w150,
.c-line > table td.w150,
.c-line > .cb > table td.w150 {
  width: 150px;
}
.artgrid td.w160,
.c-line > table td.w160,
.c-line > .cb > table td.w160 {
  width: 160px;
}
.artgrid td.w100,
.c-line > table td.w100,
.c-line > .cb > table td.w100 {
  width: 100px;
}
.artgrid td.w70,
.c-line > table td.w70,
.c-line > .cb > table td.w70 {
  width: 70px;
}
.artgrid td.w20,
.c-line > table td.w20,
.c-line > .cb > table td.w20 {
  width: 20px;
}
.artCont {
  /*.artgrid td { padding:@m1; } */
}
.artCont .artgrid td:first-of-type {
  padding-left: 0px;
}
.artCont .artgrid td:last-of-type {
  padding-right: 0px;
}
.artCont .artgrid.h2 h2 {
  padding: 0px;
  white-space: nowrap;
}
.artCont .artgrid.h2 p {
  padding: 0px;
}
.artCont .artgrid.c2 td {
  width: 50%;
}
.artCont .artgrid.c3 td {
  width: 33%;
}
.artCont .artgrid.c4 td {
  width: 25%;
}
.artCont .first {
  padding-top: 0px !important;
}
.h2blue h2 {
  color: #719150;
}
.h-collection-footages {
  height: 110px;
}
.h-collection-footages button {
  padding: 0px;
  margin: 0px;
  border: none;
  height: 110px;
  font-weight: bold;
  cursor: pointer;
  color: white;
  font-size: 16px;
  font-family: RobotoSlab, Helvetica, Arial, Sans-Serif;
}
.h-collection-footages button:hover {
  font-size: 17px;
}
.h-collection-footages .td-select-all {
  padding: 0px 10px 0px 0px !important;
  background: url('/img/arrow1b.png') right center no-repeat;
  width: 90px;
}
.h-collection-footages .td-select-all button {
  padding-right: 5px;
  width: 88px;
  background-color: #85ab5e;
}
.h-collection-footages .td-order {
  padding: 0px !important;
  width: 143px;
}
.h-collection-footages .td-order button {
  width: 100%;
  background-color: #80351d;
}
.h-collection-films {
  height: 80px;
}
.h-collection-films button {
  padding: 0px;
  margin: 0px;
  border: none;
  height: 80px;
  font-weight: bold;
  cursor: pointer;
  color: white;
  font-size: 16px;
  font-family: RobotoSlab, Helvetica, Arial, Sans-Serif;
}
.h-collection-films button:hover {
  font-size: 17px;
}
.h-collection-films .td-select-all {
  padding: 0px 10px 0px 0px !important;
  background: url('/img/arrow1b.png') right center no-repeat;
  width: 106px;
}
.h-collection-films .td-select-all button {
  padding-right: 5px;
  width: 104px;
  background-color: #85ab5e;
}
.h-collection-films .td-order {
  padding: 0px !important;
  width: 136px;
}
.h-collection-films .td-order button {
  width: 100%;
  background-color: #80351d;
}
.im-table .im-checked-count {
  color: #80351d;
}
.im-table p {
  border: none;
  padding: 0px;
  margin: 0px;
  font-variant: normal;
}
.max-toolstrip .im-toolstrip {
  padding: 12px 0px 6px 0px;
}
.nf-player .play-line ._cur {
  color: white !important;
}
.art-table {
  border-collapse: collapse;
  border: solid 1px #e7e7e7;
  border-bottom: solid 1px black;
  border-top: solid 1px black;
}
.art-table .h {
  border-top: solid 1px black;
}
.art-table .ch {
  border-bottom: solid 1px black;
  border-top: solid 1px black;
}
.art-table td {
  border-right: solid 1px #e7e7e7;
  padding: 2px !important;
}
.big-num {
  font-size: 26px;
  font-weight: normal;
}
.digit-program > p {
  margin: 0px !important;
  line-height: 18px;
  font-size: 11px;
}
.digit-program .big-num {
  color: #73301a;
  line-height: 25px;
}
.digit-program h1 a,
.digit-program h3 a {
  color: black;
}
.digit-program h1 a:hover,
.digit-program h3 a:hover {
  color: #73301a;
  text-decoration: none;
}
.catalog-years {
  font-size: 14px;
  padding-left: 15px;
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.catalog-years li {
  padding-bottom: 4px;
  color: #005177;
}
.filter-state p {
  padding: 0px 0px 4px 0px;
  margin: 0px;
}
.filter-state p:first-of-type {
  padding-top: 12px;
}
.filter-title .open b {
  background-position: -382px -42px;
}
.filter-title .open:hover b {
  background-position: -382px -62px;
}
.internetexplorer.v7 .bt-order,
.internetexplorer.v7 .selectall,
.internetexplorer.v7 .noitems-checked {
  float: none;
  display: inline;
  position: relative;
  top: 0px;
}
.internetexplorer.v7 .selectall b {
  background: none !important;
}
.internetexplorer.v7 .selectall {
  margin-left: 10px;
}
.internetexplorer.v7 .radio {
  position: relative;
  top: 0px;
}
.collection-info-line .radio {
  position: relative;
  background-position: bottom left;
  vertical-align: middle;
}
.collection-info-line input:checked + label {
  font-weight: normal;
}
.catalog-header {
  padding-top: 48px;
  padding-left: 6px;
  padding-bottom: 6px;
  border-left: solid 22px #80351d;
}
.catalog-header h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.artgrid,
.c-line > table,
.c-line > .cb > table {
  width: 100%;
  margin: 0px;
  padding: 0px;
  border-collapse: collapse;
}
.artgrid td,
.c-line > table td,
.c-line > .cb > table td {
  vertical-align: top;
  padding-top: 12px;
}
/* Основной стиль - линии отбивки блоков */
.lr {
  border-left: solid 22px #80351d;
  padding-left: 6px;
}
.ly {
  border-left: solid 22px #ba9250;
  padding-left: 6px;
}
.lb {
  border-left: solid 22px #85ab5e;
  padding-left: 6px;
}
.lg {
  border-left: solid 22px #85ab5e;
  padding-left: 6px;
}
.ls {
  border-left: solid 1px #e7e7e7;
  padding-left: 6px;
}
.rr {
  border-right: solid 22px #80351d;
}
.ry {
  border-right: solid 22px #ba9250;
}
.rs {
  border-right: solid 1px #e7e7e7;
}
.rb {
  border-right: solid 22px #85ab5e;
}
.rbx {
  background: #80351d;
  color: white;
  padding-left: 6px;
  padding-bottom: 6px;
}
.bbx {
  background: #85ab5e;
  color: white;
  padding-left: 6px;
  padding-bottom: 6px;
}
.ybx {
  background: #ba9250;
  color: white;
  padding-left: 6px;
  padding-bottom: 6px;
}
.artHead {
  margin: 0px;
  padding: 48px 6px 6px 6px;
  border-left: solid 22px #85ab5e;
}
.artHead h1 {
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
}
.artHead p {
  margin: 0px;
  padding: 6px 0px 0px 0px;
}
.artHead .hdetails {
  font-size: 16px;
  text-transform: none;
  font-weight: normal;
}
h1.artHead {
  text-transform: uppercase;
}
.artHead.lrx {
  border-left: solid 22px #80351d;
}
.artHead.lyx {
  border-left: solid 22px #ba9250;
}
.t-style .lr {
  border-left: solid 22px #80351d;
}
.t-style .lb {
  border-left: solid 22px #85ab5e;
}
.t-style .ly {
  border-left: solid 22px #ba9250;
}
.t-style .c1,
.t-style .c2,
.t-style .c3 {
  padding-bottom: 6px;
  padding-top: 12px;
}
.t-style .c1 > *,
.t-style .c2 > *,
.t-style .c3 > * {
  margin-top: 0px;
  padding-top: 0px;
}
.t-style .c1 > p:last-child,
.t-style .c2 > p:last-child,
.t-style .c3 > p:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.t-style h1,
.t-style h2,
.t-style h3,
.t-style .h1 {
  text-transform: uppercase;
}
.t-style.t3 .c1 > *,
.t-style.t3 .c2 > * {
  padding-right: 6px;
}
.t-style.t3 .c2 > *,
.t-style.t3 .c3 > * {
  padding-left: 6px;
}
.t-style.t3.default .c1 {
  width: 33%;
  float: left;
}
.t-style.t3.default .c2 {
  width: 33%;
  float: left;
}
.t-style.t3.default .c3 {
  width: 33%;
  float: right;
}
.t-style.t3.default .c1,
.t-style.t3.default .c2,
.t-style.t3.default .c3 {
  text-decoration: none;
  color: black;
}
.t-style.t3.default a:hover p {
  color: black;
}
.t-style.t3.default a:hover h1,
.t-style.t3.default a:hover h2,
.t-style.t3.default a:hover h3 {
  color: #73301a;
}
.t-style.t2.default .c1 {
  width: 49%;
  float: left;
}
.t-style.t2.default .c2 {
  margin-left: 49%;
  width: 49%;
}
.fields-form .im-jqtabs .ui-tabs-nav .ui-state-default {
  position: relative;
  bottom: -2px;
}
.fields-form .im-jqtabs .ui-tabs-nav .ui-state-active {
  border-bottom: solid 3px #85ab5e;
}
.fields-form .im-jqtabs .ui-tabs-nav .ui-state-default a {
  color: black;
  text-transform: uppercase;
}
.fields-form .im-jqtabs .ui-tabs-nav .ui-state-default a:hover {
  text-decoration: none;
  color: #cf563d;
}
.fields-form .im-jqtabs .ui-tabs-nav .ui-state-active a:hover {
  color: black;
}
.fields-form {
  border-collapse: collapse;
  /*#region Заголовки и подразделы формы */
  /* Тело формы - поля ввода, на уровне .cb */
  /*#endregion Заголовки и подразделы формы */
  /*#region Таблица с полями ввода */
  /*#endregion Таблица с полями ввода */
  /*#region Отбивки переменных */
  /*#endregion Отбивки переменных */
  /* Коррекция отступа для чекбокса */
  /* коррекция правого отступа при выравнивании в таблице в право */
  /* Линия отбивки */
}
.fields-form h2,
.fields-form h3 {
  text-transform: uppercase;
}
.fields-form h2 {
  margin-top: 24px;
  padding-top: 12px;
  margin-bottom: 24px;
}
.fields-form .cb > h2:first-child {
  padding-top: 0px;
}
.fields-form .fields {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.fields-form h3 {
  margin-top: 24px;
  padding-top: 12px;
  margin-bottom: 12px;
}
.fields-form td {
  padding: 12px 6px 12px 6px;
  vertical-align: top;
}
.fields-form td:first-child {
  padding-left: 0px;
}
.fields-form td:last-child {
  padding-right: 0px;
}
.fields-form .h {
  font-weight: bold;
}
.fields-form .h td,
.fields-form .f td {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  background-color: #d0e1ed;
}
.fields-form select.required,
.fields-form input.required,
.fields-form textarea.required,
.fields-form input.input-validation-error,
.fields-form textarea.input-validation-error,
.fields-form textarea.err,
.fields-form input.err,
.fields-form select.err {
  border: solid 1px #b34a29;
  background: white;
}
.fields-form label {
  padding-left: 12px;
  padding-right: 6px;
}
.fields-form label:first-child {
  padding-left: 0px;
}
.fields-form label.min {
  padding-left: 6px;
}
.fields-form select {
  padding: 2px 12px 2px 12px;
}
.fields-form .buttonset {
  padding-top: 24px;
  padding-bottom: 24px;
}
.fields-form .buttonset .link-button,
.fields-form .buttonset button {
  margin-right: 24px;
}
.fields-form input[type='checkbox'] + label {
  padding-left: 0px;
}
.fields-form .r label:last-child {
  padding-right: 0px;
}
.fields-form .hr {
  border: dashed 1px #e7e7e7;
}
.tdlastblue td:nth-of-type(2n+2) {
  color: #005177;
}
.tdlastblue td label {
  color: black;
}
.ui-dialog .fields h2:first-child {
  padding-top: 0px;
}
.compact {
  /*#region Таблица с полями ввода */
}
.compact td {
  padding-top: 6px;
  padding-bottom: 6px;
}
.fields-form.light input {
  border: none;
  border-bottom: solid 1px #ccc;
}
.fields-form.light input.required,
.fields-form.light input.input-validation-error,
.fields-form.light input.err,
.fields-form.light select.err {
  border-bottom: solid 1px #b34a29;
}
.fields-form.light textarea {
  border: solid 1px #ccc;
}
.fields-form.light textarea.required,
.fields-form.light textarea.input-validation-error,
.fields-form.light textarea.err {
  border: solid 1px #b34a29;
}
.fields-form.compact td {
  padding: 3px 2px 2px 2px;
}
/* Поля ввода формы выделяются жирным шрифтом */
.fields-form.inputbold input,
.fields-form.inputbold textarea,
.fields-form.inputbold select {
  font-weight: bold;
}
/* Кнопка открытия списка для комбобокса (режим с кнопкой) */
.im-combo-box-toggle {
  margin: 0px;
  padding: 0px;
  background-color: transparent;
  cursor: pointer;
}
/* Иконка кнопки открытия списка для комбобокса (режим с кнопкой)  */
.im-combo-box-toggle-icon {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  width: 16px;
  height: 16px;
  background: url('/img/icons48.png') no-repeat center;
  background-size: 400px 200px;
  -webkit-background-size: 400px 200px;
  -o-background-size: 400px 200px;
  -moz-background-size: 400px 200px;
  background-position: -302px -162px;
}
/* Иконка кнопки открытия списка для комбобокса (режим с кнопкой)  */
.im-combo-box-toggle:hover .im-combo-box-toggle-icon {
  background-position: -302px -182px;
}
body {
  background-color: #ffffff;
}
.c-line {
  border-bottom: solid 1px black;
  clear: both;
  /* min-width:@site-min-width; */
}
.cb {
  max-width: 900px;
  margin: 0px auto 0px auto;
  min-width: 320px;
}
.main-content {
  padding-top: 114px;
}
.main-content .c-line:last-of-type {
  border-bottom: none;
}
.mobile .main-content {
  padding-top: 0px !important;
  min-width: 320px;
  overflow: hidden;
}
.site-head > div,
.c-line {
  padding-left: 5%;
  padding-right: 5%;
}
.maximized-content .site-head > div,
.maximized-content .c-line {
  padding-right: 5%;
}
.maximized-content .cb {
  max-width: none;
}
.site-head .player-line {
  margin: 0px;
  padding: 0px;
  height: 0px;
}
.inner-place .cb,
.inner-place .c-line {
  margin: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.c-line.corh h1,
.c-line.corh h2,
.c-line.corh h3,
.c-line.corh .h1 {
  margin: 0px;
  padding: 12px 0px 0px 0px;
}
.c-line.corh td > h3:first-of-type {
  padding-top: 15px;
}
.c-line.corh p {
  margin: 0px;
  padding: 10px 0px 0px 0px;
}
.c-line.corh .padt {
  padding-top: 24px !important;
}
.s1000 .site-head > div,
.s1000 .c-line {
  padding-left: 5%;
  padding-right: 5%;
}
.s800 .site-head > div,
.s800 .c-line {
  padding-left: 4%;
  padding-right: 4%;
}
.s700 .site-head > div,
.s700 .c-line {
  padding-left: 3%;
  padding-right: 3%;
}
.s700 .sh-mt {
  padding-top: 20px;
}
.s700 .main-content {
  padding-top: 108px;
}
.s600 .site-head > div,
.s600 .c-line {
  padding-left: 2%;
  padding-right: 2%;
}
.s600 .sh-mt {
  padding-top: 10px;
}
.s600 .main-content {
  padding-top: 98px;
}
.s500 .site-head > div,
.s500 .c-line {
  padding-left: 0px;
  padding-right: 0px;
}
.s500 .sh-mt {
  padding-top: 10px;
}
.s500 .main-content {
  padding-top: 98px;
}
.s400 .site-head > div,
.s400 .c-line {
  padding-left: 0px;
  padding-right: 0px;
}
.s400 .sh-mt {
  padding-top: 10px;
}
.s400 .main-content {
  padding-top: 98px;
}
.site-head {
  position: fixed;
  top: 0px;
  z-index: 10;
  background: none;
  width: 100%;
  height: 114px;
}
.site-head > div {
  background-color: #ffffff;
}
.sh-mt {
  height: 18px;
  overflow: visible;
  position: relative;
  /* IE overflow */
  padding-top: 26px;
}
.sh-mt .cb {
  top: 0px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-property: top;
  transition-property: top;
  overflow: visible;
  position: relative;
  /* IE overflow */
}
.sh-main {
  clear: both;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  height: 44px;
}
.sh-mb {
  height: 0px;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity = 70);
  -moz-opacity: 70;
}
/* блок - прозрачный отступ снизу */
.sh-tools {
  min-height: 24px;
  border-bottom: solid 1px black;
  margin: 0px;
  position: relative;
  z-index: 11;
  background: #ffffff;
}
.sh-collapse {
  height: 70px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-property: height;
  transition-property: height;
}
.sh-collapse .sh-mb {
  height: 7px;
}
.sh-collapse .sh-mt {
  height: 0px;
  padding-top: 0px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-property: padding-top, height;
  transition-property: padding-top, height;
}
.sh-collapse .sh-mt .cb {
  top: -48.4px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-property: top;
  transition-property: top;
}
.sh-normal .sh-mt {
  height: 18px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-property: height;
  transition-property: height;
  /* CHROME Летал текст с права на лево */
}
.sh-topmenu {
  text-transform: uppercase;
  font-family: RobotoSlab, Helvetica, Arial, Sans-Serif;
  font-size: 12px;
  display: inline;
  vertical-align: top;
}
.sh-topmenu a {
  padding-left: 6px;
  padding-right: 12px;
  text-decoration: none;
  color: black;
}
.sh-topmenu a:first-of-type {
  padding-left: 0px;
}
.sh-topmenu a:hover,
.sh-topmenu a._cur {
  color: #73301a;
}
.sh-topmenu li {
  border-top: none !important;
}
.sh-topmenu label {
  padding-top: 10px;
}
.sh-topmenu.dd {
  display: none;
  color: black;
  z-index: 12;
}
.sh-topmenu.dd ul,
.sh-topmenu.dd li,
.sh-topmenu.dd a {
  position: relative;
  z-index: 12;
}
.sh-topmenu.dd li {
  display: none;
}
.sh-topmenu.dd .v2 {
  display: none;
}
.sh-topmenu.dd .im-ddmenu > label {
  color: #80351d;
  font-weight: bold;
  font-weight: normal;
  text-transform: none;
}
.sh-topmenu.dd .menuitem {
  padding-left: 0px;
}
.sh-topmenu.dd:hover {
  color: #73301a;
}
.s-mt3 .sh-topmenu {
  display: inline;
}
.s-mt3 .sh-topmenu > a + a + a + a + a,
.s-mt2 .sh-topmenu > a + a + a + a,
.s-mt1 .sh-topmenu > a + a + a {
  display: none;
}
.s-mt3 .sh-topmenu.dd li + li + li + li + li,
.s-mt2 .sh-topmenu.dd li + li + li + li,
.s-mt1 .sh-topmenu.dd li + li + li {
  display: block;
}
.s-mt0 .sh-topmenu > a {
  display: none;
}
.s-mt0 .sh-topmenu.dd .v1 {
  display: none;
}
.s-mt0 .sh-topmenu.dd .v2 {
  display: inline;
}
.s-mt0 .sh-topmenu {
  padding-left: 0px;
}
.s-mt0 .sh-topmenu .go {
  display: none;
}
.s-mt0 .sh-topmenu.dd li {
  display: block;
}
.sh-topmenu.nocollaps a {
  display: initial !important;
}
.sh-lang {
  float: right;
  width: 70px;
  text-align: right;
  position: relative;
  font-family: RobotoSlab, Helvetica, Arial, Sans-Serif;
  font-size: 12px;
  height: 0px;
}
.sh-lang span,
.sh-lang a {
  text-decoration: none;
  margin-left: 1px;
  color: black;
  vertical-align: top;
}
.sh-lang > span {
  color: #aaaaaa;
}
.sh-lang a:hover span {
  color: #73301a;
}
.sh-lang b {
  margin-right: 2px;
}
.close-bottom {
  text-align: center;
  overflow: visible;
  clear: both;
  height: 20px;
  background-color: #e7e7e7;
  cursor: pointer;
  -webkit-box-shadow: 0px 12px 5px 10px rgba(4, 4, 4, 0.6);
  box-shadow: 0px 12px 5px 10px rgba(4, 4, 4, 0.6);
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444');
}
.close-bottom span {
  position: relative;
  top: 2px;
}
.mobile .site-head {
  position: relative;
  height: auto !important;
}
.mobile .sh-collapse {
  height: 114px;
}
.mobile .sh-collapse .sh-mt {
  height: auto;
  padding-top: 26px;
}
.mobile .sh-collapse .sh-mt .cb {
  top: 0px;
}
.mobile .sh-collapse .sh-mb {
  height: 0px;
}
.mobile .sh-mt {
  height: auto;
  padding-bottom: 12px;
}
.search-box .srchbutt {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  color: white;
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
}
.search-box .srchbutt:hover {
  font-size: 19px;
}
.search-box .srchbutt:active {
  font-size: 17px;
}
.sb-logo {
  float: left;
  width: 332px;
  height: 44px;
}
.sb-logo a {
  display: block;
  width: 332px;
  height: 44px;
  background: url('/img/tat-logo.png') left no-repeat;
  background-size: 332px 44px;
  -webkit-background-size: 332px 44px;
  -o-background-size: 332px 44px;
  -moz-background-size: 332px 44px;
  margin: 0px;
  padding: 0px;
  text-decoration: none !important;
}
.sb-btn {
  float: right;
  width: 110px;
  background-color: #85ab5e;
  height: 44px;
}
.sb-str {
  margin-left: 356px;
  margin-right: 110px;
  height: 22px;
  padding: 11px 12px 11px 6px;
}
.sb-str .slct,
.sb-str .srchtext {
  display: block;
  height: 22px;
  position: relative;
  z-index: 11;
}
.sb-str .slct {
  width: 110px;
  overflow: hidden;
  background: url('/img/dd-cursor.png') no-repeat right;
}
.sb-str .slct :hover {
  color: #80351d;
}
.sb-str .slct select {
  border: none;
  background: transparent;
  width: 135px;
  color: #848587;
  display: block;
  height: 22px;
  outline: -webkit-focus-ring-color none 0px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding-left: 5px;
}
.sb-str .slct option {
  color: black;
  border-right: solid 1px #848587;
  border-left: solid 1px #848587;
}
.sb-str .srchtext {
  position: relative;
  top: -22px;
  width: 100%;
  z-index: 10;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 116px;
  outline: -webkit-focus-ring-color none 0px;
}
.sb-str .srchtext::-webkit-input-placeholder {
  color: #aaaaaa;
}
.sb-str .srchtext::-moz-placeholder {
  color: #aaaaaa;
}
.sb-str .srchtext:-ms-input-placeholder {
  color: #aaaaaa;
}
.sb-str .srchtext::-ms-input-placeholder {
  color: #aaaaaa;
}
.sb-str .srchtext::placeholder {
  color: #aaaaaa;
}
.sb-str .srchfootage {
  top: 0px;
  padding-left: 6px;
}
.footage-logo a {
  background-image: url('/img/nf-footage-logo.png');
  width: 273px;
  background-size: 273px 44px;
  -webkit-background-size: 273px 44px;
  -o-background-size: 273px 44px;
  -moz-background-size: 273px 44px;
}
.footage-srch {
  margin-left: 297px;
}
.footage-srch.sb-str {
  height: 32px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.footage-srch.sb-str .srchtext {
  font-family: 'Open Sans', sans-serif;
  height: 32px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 20px;
  border: none;
}
.footage-srch.sb-str .srchtext::-webkit-input-placeholder {
  font-style: italic;
  font-weight: normal;
}
.footage-srch.sb-str .srchtext::-moz-placeholder {
  font-style: italic;
  font-weight: normal;
}
.footage-srch.sb-str .srchtext:-ms-input-placeholder {
  font-style: italic;
  font-weight: normal;
}
.footage-srch.sb-str .srchtext::-ms-input-placeholder {
  font-style: italic;
  font-weight: normal;
}
.footage-srch.sb-str .srchtext::placeholder {
  font-style: italic;
  font-weight: normal;
}
.footage-sb-btn {
  background-color: #E95429;
}
.photo-logo a {
  background-image: url('/img/nf-photo-logo.png');
  width: 226px;
  background-size: 226px 44px;
  -webkit-background-size: 226px 44px;
  -o-background-size: 226px 44px;
  -moz-background-size: 226px 44px;
}
.photo-sb-btn {
  background-color: #009ba4;
}
.photo-srch {
  margin-left: 250px;
}
.photo-srch.sb-str {
  height: 32px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.photo-srch.sb-str .srchtext {
  height: 32px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 20px;
  border: none;
}
.photo-srch.sb-str .srchtext::-webkit-input-placeholder {
  font-style: italic;
  font-weight: normal;
}
.photo-srch.sb-str .srchtext::-moz-placeholder {
  font-style: italic;
  font-weight: normal;
}
.photo-srch.sb-str .srchtext:-ms-input-placeholder {
  font-style: italic;
  font-weight: normal;
}
.photo-srch.sb-str .srchtext::-ms-input-placeholder {
  font-style: italic;
  font-weight: normal;
}
.photo-srch.sb-str .srchtext::placeholder {
  font-style: italic;
  font-weight: normal;
}
.no-backgroundsize .sb-logo a {
  background-image: url('/img/tat-logo-s0.png');
}
.no-backgroundsize .footage-logo a {
  background-image: url('/img/nf-footage-logo-s0.png');
}
.no-backgroundsize .photo-logo a {
  background-image: url('/img/nf-footage-logo-s0.png');
}
.internetexplorer.v6 .sb-str .slct,
.internetexplorer.v7 .sb-str .slct {
  width: 30%;
}
.internetexplorer.v6 .sb-str .slct select,
.internetexplorer.v7 .sb-str .slct select {
  width: 100%;
}
.internetexplorer.v6 .sb-str .srchtext,
.internetexplorer.v7 .sb-str .srchtext {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 30%;
  width: 68%;
  height: 16px;
}
.s-lgs .sb-logo {
  width: 80px;
  height: 44px;
}
.s-lgs .sb-logo a {
  width: 80px;
  height: 44px;
  background: url('/img/tat-logo-small.png') left no-repeat;
  background-size: 80px 44px;
  -webkit-background-size: 80px 44px;
  -o-background-size: 80px 44px;
  -moz-background-size: 80px 44px;
}
.s-lgs .sb-str {
  margin-left: 86px;
  padding-right: 6px;
}
.s-sbs .sb-btn {
  width: 44px;
  height: 44px;
}
.s-sbs .sb-btn .srchbutt {
  text-indent: -9999px;
  background: url('/img/srch-bt.png') center no-repeat;
  background-size: contain;
  -webkit-background-size: contain;
  -o-background-size: contain;
  -moz-background-size: contain;
}
.s-sbs .sb-str {
  margin-right: 44px;
}
.s-ops .slct {
  width: 22px;
}
.s-ops .slct select {
  text-indent: -9999px;
}
.s-ops .srchtext {
  padding-left: 28px;
}
.sh-tools {
  height: 24px;
  padding: 0px !important;
}
.sh-tools .ui-tabs-nav {
  margin: 0px;
  padding: 2px 0px 2px 0px;
  height: 20px;
  display: block;
  border: none;
}
.sh-tools .ui-tabs-nav li {
  display: inline;
}
.sh-tools .ui-tabs-nav li,
.sh-tools .ui-tabs-nav span {
  margin: 0px;
  padding: 0px;
}
.sh-tools .ui-tabs-nav li.help {
  margin-left: 40px;
}
.sh-tools .ui-tabs-nav a,
.sh-tools .ui-tabs-nav span {
  vertical-align: top;
  font-weight: normal;
  text-decoration: none !important;
}
.sh-tools .ui-tabs-nav b,
.sh-tools .ui-tabs-nav .nft-catalogs,
.sh-tools .ui-tabs-nav .nft-myaccount {
  position: relative;
  top: -1px;
}
.sh-tools .ui-tabs-nav .nft-catalogs {
  margin-right: 6px;
}
.sh-tools .ui-tabs-nav .ic-login {
  position: relative;
  top: 2px;
  margin-left: 3px;
}
.sh-tools .ui-tabs-nav .login-place {
  margin-right: 48px;
  margin-left: 6px;
}
.sh-tools .ui-tabs-nav .nft-mycollection span {
  margin-left: 6px;
}
.sh-tools .ui-tabs-nav .msg {
  position: relative;
  z-index: 13;
  display: inline-block;
}
.sh-tools .ui-tabs-nav .msg b {
  display: block;
  width: 3px;
  height: 5px;
  position: relative;
  top: -8px;
  background: #80351d;
}
.sh-tools .ui-tabs-nav .msg span {
  display: block;
  width: 200px;
  position: relative;
  top: 27px;
  background: #80351d;
  color: white;
  font-weight: bold;
  padding: 3px 6px 6px 6px;
  border: solid 1px #e7e7e7;
}
.sh-tools .close-bottom {
  display: none;
}
.toolsOpened .sh-tools {
  height: auto;
}
.toolsOpened .sh-tools .close-bottom {
  display: block;
}
.im-slideshow .im-slideshow-controls .prev,
.im-slideshow .im-slideshow-controls .next {
  width: 44px;
  height: 44px;
  position: relative;
  display: block;
  cursor: pointer;
  z-index: 9;
}
.im-slideshow .im-slideshow-controls .prev {
  background: url('/img/arrow2a.png') no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  float: left;
}
.im-slideshow .im-slideshow-controls .next {
  background: url('/img/arrow2b.png') no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  float: right;
}
.im-slideshow .im-slideshow-controls .prev,
.im-slideshow .im-slideshow-controls .next {
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity = 60);
  -moz-opacity: 60;
}
.im-slideshow:hover .im-slideshow-controls .prev,
.im-slideshow:hover .im-slideshow-controls .next {
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity = 70);
  -moz-opacity: 70;
}
.im-slideshow .im-slideshow-controls .prev:hover,
.im-slideshow .im-slideshow-controls .next:hover {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  -moz-opacity: 100;
}
.im-slideshow .no-backgroundsize .im-slideshow-controls .im-slideshow-control .prev {
  background-image: url('/img/arrow2a-s44.png');
}
.im-slideshow .no-backgroundsize .im-slideshow-controls .next {
  background-image: url('/img/arrow2a-s44.png');
}
.ms-cb {
  background-color: black;
  overflow: hidden;
}
.ms-tb {
  color: white;
  float: left;
  width: 100%;
  /* IE  Сбивался слайдер сверу и справа*/
  overflow: hidden;
  height: 0px;
  overflow: visible;
}
.ms-tb .ms-text {
  border-left: solid #85ab5e 22px;
  position: relative;
  left: 17%;
  width: 73%;
  padding-left: 3px;
  z-index: 8;
  font-family: RobotoSlab, Helvetica, Arial, Sans-Serif;
}
.ms-tb .ms-text a {
  text-decoration: none;
}
.ms-tb .ms-text a:hover {
  color: white;
  text-decoration: underline;
}
.ms-tb .ms-text ul {
  padding-left: 14px;
}
.ms-tb .plc {
  width: 65%;
}
.ms-tb h1 {
  padding-top: 0px !important;
  text-transform: uppercase;
}
.ms-tb h2 {
  padding-top: 0px !important;
  font-size: 14px;
}
.ms-tb p {
  font-size: 14px;
}
.ms-tb .h0 {
  padding-top: 0px !important;
}
.ms-tb a {
  color: white;
}
.ms-tb a:hover {
  color: #80351d;
}
.main-slides {
  position: relative;
  /* IE overflow */
  width: 100%;
  overflow: hidden;
}
.main-slides .slides {
  width: 400%;
  text-wrap: none;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  /* IE overflow */
}
.main-slides .slide {
  float: left;
  width: 25%;
  display: block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  position: relative;
  left: -25%;
  overflow: hidden;
}
.main-slides .slide img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.main-slides .slide.hidden {
  display: none;
}
.main-slides .im-slideshow-controls {
  float: left;
  width: 100%;
}
.main-slides .im-slideshow-controls .plc {
  width: 45%;
}
.main-slides .slide {
  color: white;
}
.main-slides .slide img {
  margin-bottom: -1%;
}
.s800 .main-slides .slide img {
  width: 114%;
  position: relative;
  left: -7%;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-property: width,left;
  transition-property: width,left;
}
.s700 .main-slides .slide img {
  width: 128%;
  position: relative;
  left: -14%;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-property: width,left;
  transition-property: width,left;
}
.s600 .main-slides .slide img {
  width: 142%;
  position: relative;
  left: -21%;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-property: width,left;
  transition-property: width,left;
}
.s500 .main-slides .slide img {
  width: 156%;
  position: relative;
  left: -28%;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-property: width,left;
  transition-property: width,left;
}
.s400 .main-slides .slide img {
  width: 168.75%;
  position: relative;
  left: -34.375%;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-property: width,left;
  transition-property: width,left;
}
.s800 .main-slides .im-slideshow-controls .plc {
  width: 51.3%;
  position: relative;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-property: width;
  transition-property: width;
}
.s700 .main-slides .im-slideshow-controls .plc {
  width: 57.6%;
  position: relative;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-property: width;
  transition-property: width;
}
.s600 .main-slides .im-slideshow-controls .plc {
  width: 63.9%;
  position: relative;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-property: width;
  transition-property: width;
}
.s500 .main-slides .im-slideshow-controls .plc {
  width: 70.2%;
  position: relative;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-property: width;
  transition-property: width;
}
.s400 .main-slides .im-slideshow-controls .plc {
  width: 75.9375%;
  position: relative;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-property: width;
  transition-property: width;
}
.link-button {
  border: none;
  font-size: 13px;
  color: #005177;
  cursor: pointer;
  margin: 0px;
  padding: 0px;
  display: inline;
  text-align: left;
  font-family: RobotoLight, Helvetica, Arial, Sans-Serif;
  text-decoration: none;
}
h1 .link-button {
  position: relative;
  top: -1px;
}
.ic.stop {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  width: 24px;
  height: 24px;
  background: url('/img/icons48.png') no-repeat center;
  background-size: 600px 300px;
  -webkit-background-size: 600px 300px;
  -o-background-size: 600px 300px;
  -moz-background-size: 600px 300px;
  /* nobg+ */
  position: relative;
}
.ic.stop {
  background-position: -483px -153px;
}
.link-button b,
.logout b,
.ic.bigger,
.scroll-top b {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  width: 16px;
  height: 16px;
  background: url('/img/icons48.png') no-repeat center;
  background-size: 400px 200px;
  -webkit-background-size: 400px 200px;
  -o-background-size: 400px 200px;
  -moz-background-size: 400px 200px;
  /* nobg+ */
  position: relative;
  top: 3px;
  margin-left: 4px;
}
.ic.bigger {
  background-position: -242px -122px;
}
.link-button:hover {
  color: #73301a;
}
.link-button.larrow b {
  background-position: -362px -42px;
}
.link-button.larrow:hover b {
  background-position: -362px -62px;
}
.link-button.rarrow b {
  background-position: -382px -42px;
}
.link-button.rarrow:hover b {
  background-position: -382px -62px;
}
.link-button.mail b {
  background-position: -22px -42px;
}
.link-button.mail:hover b {
  background-position: -22px -62px;
}
.link-button.del b,
.logout b {
  background-position: -182px -2px;
}
.link-button.del:hover b,
.logout:hover b {
  background-position: -182px -22px;
}
.link-button.download b {
  background-position: -302px -2px;
}
.link-button.download:hover b {
  background-position: -302px -22px;
}
.link-button.proc b {
  background-position: -62px -42px;
}
.link-button.proc:hover b {
  background-position: -62px -62px;
}
.link-button.edit b {
  background-position: -162px -2px;
}
.link-button.edit:hover b {
  background-position: -162px -22px;
}
.link-button.save b {
  background-position: -202px -2px;
}
.link-button.save:hover b {
  background-position: -202px -22px;
}
.link-button.reload b {
  background-position: -122px -2px;
}
.link-button.reload:hover b {
  background-position: -122px -22px;
}
.scroll-top {
  cursor: pointer;
}
.scroll-top b {
  background-position: -202px -162px;
}
.scroll-top:hover {
  color: red;
}
.scroll-top:hover b {
  background-position: -202px -182px;
}
.link-button.red {
  color: #73301a;
}
.link-button.red:hover {
  text-decoration: underline;
}
.link-button.red22 {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  height: 22px;
  padding-left: 6px;
  padding-right: 6px;
  background: #80351d;
  color: white;
  font-family: RobotoSlab, Helvetica, Arial, Sans-Serif;
}
.link-button.blue22 {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  height: 22px;
  padding-left: 6px;
  padding-right: 6px;
  background: #85ab5e;
  color: white;
  font-family: RobotoSlab, Helvetica, Arial, Sans-Serif;
}
.link-button.gray22 {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  height: 22px;
  padding-left: 6px;
  padding-right: 6px;
  background: #e7e7e7;
  color: black;
  font-family: RobotoSlab, Helvetica, Arial, Sans-Serif;
}
.link-button.gray22:hover {
  color: #80351d;
}
.link-button.yellow22 {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  height: 22px;
  padding-left: 6px;
  padding-right: 6px;
  background: #ba9250;
  color: black;
  font-family: RobotoSlab, Helvetica, Arial, Sans-Serif;
}
.link-button.yellow22:hover {
  color: #80351d;
}
.link-button.im-bt24 {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  margin-right: 12px;
}
.link-button.bt_basket {
  display: block;
  width: 17px;
  height: 18px;
  padding: 4px;
  line-height: 18px;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  border: 1px solid transparent;
  border-radius: 2px;
}
.link-button.bt_basket:hover {
  background-color: black;
  border: 1px solid #cbcbcb;
}
.no-backgroundsize .link-button b {
  background-image: url('/img/icons48-s16.png');
}
/* Модификатор кнопок */
.rbt,
.wbt,
.bbt,
.gbt,
.footage_bt {
  background: #80351d;
  color: white;
  font-family: RobotoSlab, Helvetica, Arial, Sans-Serif;
  font-size: 12px;
  padding: 6px 12px 6px 12px;
  margin: 0px;
  border: none;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
.rbt:visited,
.rbt:hover,
.bbt:visited,
.bbt:hover {
  color: white;
}
.rbt:hover {
  background-color: #6b2c18;
}
.rbt:active {
  background-color: #562414;
}
.gbt {
  background-color: #e7e7e7;
  color: black;
}
.gbt:hover {
  background-color: #dadada;
}
.gbt:active {
  background-color: #cecece;
}
.bbt {
  background-color: #85ab5e;
}
.bbt:hover {
  background-color: #789d52;
}
.bbt:active {
  background-color: #6b8d49;
}
.wbt {
  background-color: white;
  border: solid 1px #e7e7e7;
  color: black;
}
.wbt:hover {
  background-color: #f2f2f2;
}
.wbt:active {
  background-color: #e6e6e6;
}
.rbt:active,
.bbt:active,
.gbt:active {
  font-size: 12px;
}
.footage_bt {
  background-color: #E95429;
}
.footage_bt:hover {
  color: white;
  background-color: #e14417;
}
.footage_bt:visited {
  color: white;
}
.footage_bt:active {
  background-color: #ca3d15;
}
.footage_bt .fa {
  padding-right: 24px;
}
._mod-photo .footage_bt {
  background-color: #009ba4;
}
._mod-photo .footage_bt:hover {
  background-color: #00838b;
}
._mod-photo .footage_bt:active {
  background-color: #006b71;
}
.loginview .mc1 {
  width: 250px;
  float: left;
  border-right: solid 22px #85ab5e;
  padding-right: 6px;
  margin-right: 24px;
  min-height: 330px;
}
.loginview .mc2 {
  margin-left: 274px;
}
.s-sign1 .loginview .mc1 {
  width: initial;
  float: none;
  border-right: none;
  padding-right: 0px;
  margin-right: 0px;
  min-height: initial;
}
.s-sign1 .loginview .mc2 {
  margin-left: 0px;
  border-left: solid 22px #85ab5e;
  padding-left: 6px;
}
.captcha {
  width: 200px;
  position: relative;
  left: -20px;
}
.refreshCaptcha {
  border: none;
  background-color: white;
  margin-left: 2px;
  position: relative;
  top: 2px;
}
.contacts {
  height: 36px;
  overflow: hidden;
}
.contacts .style-mail {
  float: right;
  display: block;
  width: 36px;
  height: 36px;
  background: url('/img/ic-mail.png') #80351d no-repeat center center;
  background-size: 40%;
  -webkit-background-size: 40%;
  -o-background-size: 40%;
  -moz-background-size: 40%;
  overflow: hidden;
  position: relative;
  /* IE overflow */
  color: solid 22px #80351d;
  text-indent: -9999px;
  text-decoration: none;
}
.contacts .style-fb {
  float: right;
  display: block;
  width: 36px;
  height: 36px;
  text-indent: -9999px;
  text-decoration: none;
  background: url('/img/ic-fb.png') #85ab5e no-repeat center center;
  background-size: 25%;
  -webkit-background-size: 25%;
  -o-background-size: 25%;
  -moz-background-size: 25%;
  overflow: hidden;
  position: relative;
  /* IE overflow */
  margin-right: 24px;
}
.contacts h3 {
  float: left;
  padding-top: 0px !important;
  margin: 0px;
  display: block;
  width: 210px;
}
.contacts p {
  float: left;
  display: block;
  padding: 0px !important;
  margin: 0px;
  height: 44px;
  width: 150px;
  margin-left: 48px !important;
}
.contacts p span {
  vertical-align: bottom;
}
.contacts .n {
  font-weight: bold;
  font-size: 20px;
  position: relative;
  top: 3px;
}
.s-cont1 .contacts {
  height: 54px;
}
.s-cont1 .contacts h3 {
  width: 150px;
}
.s-cont1 .contacts p {
  margin-left: 12px !important;
}
.s-cont2 .contacts p {
  float: none;
  display: block;
  height: 36px;
  margin-left: 162px !important;
  width: initial;
  text-align: right;
  position: relative;
  top: -6px;
}
.s-cont2 .contacts .style-mail,
.s-cont2 .contacts .style-fb {
  position: relative;
  top: -10px;
  width: 28px;
  height: 28px;
}
.ui-tooltip {
  background: white;
  border: solid 1px #e7e7e7;
  border-radius: 0px /*{cornerRadius}*/;
  -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444');
  padding: 5px 5px;
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  position: absolute;
  z-index: 10001;
  max-width: 300px;
}
.book-edit {
  height: 0px;
  float: right;
}
.artCont h1,
.artCont h2,
.artCont h3 {
  text-transform: uppercase;
}
.artCont .cb {
  clear: both;
}
.artCont .cb .hpad {
  margin-top: 0px;
  padding-top: 24px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.artCont .cb .left {
  float: left;
  padding-top: 24px;
  padding-bottom: 12px;
}
.artCont .cb .right {
  padding-top: 24px;
  padding-bottom: 12px;
}
.artCont .cb .right > h3:first-of-type {
  margin-top: 0px;
}
.artCont .cb .left.lw320 {
  width: 314px;
  padding-right: 6px;
}
.artCont .cb .right.lw320 {
  margin-left: 320px;
  padding-left: 24px;
}
.artCont .cb .left.lw240 {
  width: 240px;
}
.artCont .cb .right.lw240 {
  margin-left: 240px;
  padding-left: 24px;
}
.artCont .cb .left.lw50p {
  width: 50%;
}
.artCont .cb .right.lw50p {
  margin-left: 50%;
  padding-left: 24px;
}
.artCont .cb .left.lw60p {
  width: 60%;
}
.artCont .cb .right.lw60p {
  margin-left: 60%;
  padding-left: 24px;
}
.artCont .cb .left.rw320 {
  margin-right: 320px;
  float: none;
}
.artCont .cb .right.rw320 {
  width: 320px;
  float: right;
  padding-top: 0px;
}
.artCont .cb .right-c {
  padding-top: 12px;
  padding-left: 24px;
}
.artCont .cb h2 {
  padding-top: 24px;
}
.artCont .cb h3 {
  padding-top: 12px;
}
.artCont .cb ul {
  padding: 0px 0px 0px 14px;
}
.artCont .cb li {
  padding: 0px 0px 6px 3px;
}
.artCont .cb img.w100 {
  width: 100%;
  max-width: 800px;
}
.artCont .cb img.m450 {
  max-width: 450px;
}
.artCont .artgrid.h1 td {
  padding: 48px 6px 6px 6px;
}
.artCont .artgrid.h1 h1,
.artCont .artgrid.h1 h2,
.artCont .artgrid.h1 h3 {
  padding: 0px;
  text-transform: uppercase;
}
.artCont .artgrid.h1 p {
  font-family: RobotoLight, Helvetica, Arial, Sans-Serif;
  font-size: 16px;
}
._fixed {
  position: static;
}
._page_with_fixed .artHead {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}
._page_with_fixed .sh-collapse ~ .main-content ._fixed {
  position: fixed;
  top: 95px;
  /* 1px - это размер border*/
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-property: top;
  transition-property: top;
  /* Для появления полосы прокрутки, когда содержимое блока больше высоты экрана */
}
.s-f1 ._fixed {
  position: static !important;
  top: initial !important;
}
.catinfo p {
  padding: 0px;
  margin: 0px;
}
.artMenu {
  margin: 0px;
  font-family: RobotoSlab, Helvetica, Arial, Sans-Serif;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
}
.artMenu .cb {
  min-height: 17px;
  padding: 4px 0px 3px 0px;
}
.artMenu a {
  color: black;
  text-decoration: none;
  margin-right: 24px;
  white-space: nowrap;
}
.artMenu a:visited {
  color: black;
}
.artMenu a._cur,
.artMenu a:hover {
  color: #73301a;
}
.artMenu .cb a:first-of-type {
  margin-right: 6px;
}
.artMenu span.s {
  margin-right: 24px;
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  width: 16px;
  height: 16px;
  background: url('/img/icons48.png') no-repeat center;
  background-size: 400px 200px;
  -webkit-background-size: 400px 200px;
  -o-background-size: 400px 200px;
  -moz-background-size: 400px 200px;
  /* nobg+ */
  background-position: -242px -122px;
  text-indent: -9999px;
}
.artMenu .cb .c1 {
  max-width: 200px;
  float: left;
}
.artMenu .cb .c2 {
  margin-left: auto;
  width: auto;
}
.artMenu .cb .c1 a {
  white-space: normal;
}
.artMenu .cb .c2 a:first-of-type {
  margin-right: 24px;
}
.no-backgroundsize .artMenu span.s {
  background-image: url('/img/icons48-s16.png');
}
.left-ic,
.right-ic {
  height: 0px;
  overflow: visible;
}
.left-ic b,
.right-ic b {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  width: 16px;
  height: 16px;
  background: url('/img/icons48.png') no-repeat center;
  background-size: 400px 200px;
  -webkit-background-size: 400px 200px;
  -o-background-size: 400px 200px;
  -moz-background-size: 400px 200px;
  /* nobg+ */
  background-position: -362px -102px;
  position: relative;
  top: -1px;
}
.left-ic.lw320 b {
  position: relative;
  left: 312px;
}
.left-ic.lw240 b {
  position: relative;
  left: 232px;
}
.left-ic.lw50p b {
  position: relative;
  left: -9px;
}
.left-ic.lw60p b {
  position: relative;
  left: -9px;
}
.left-ic.rw320 b {
  position: relative;
  float: right;
  left: -312px;
}
.right-ic b {
  position: relative;
  left: -8px;
}
.splitline .left {
  border-right: solid 1px black;
}
.splitline .right {
  border-left: solid 1px black;
}
.error1 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #80351d;
  color: white;
  padding-left: 24px;
  padding-bottom: 12px;
}
.error1 .stop {
  position: relative;
  top: -2px;
  margin-right: 12px;
}
.error2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 168px;
}
.error2 .ic {
  float: left;
}
.error2 p {
  padding: 0px 0px 6px 36px !important;
  margin-top: 0px;
}
.error_t1 {
  padding-top: 80px;
  padding-bottom: 60px;
  text-align: center;
}
.error_t1 .error_icon {
  width: 130px;
  height: 130px;
  margin: 0 auto 60px;
  background-image: url(/Img/error_gray_2x.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.error_t1 h1 {
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: bold;
}
.error_t1 p {
  font-size: 18px;
}
.error_v1 {
  position: relative;
  padding-top: 120px;
  padding-bottom: 40px;
  text-align: center;
}
.error_v1 .error_code {
  margin: 0;
  color: #80351d;
  font-size: 100px;
  font-weight: bold;
}
.error_v1 .error_img {
  position: absolute;
  width: 112px;
  height: 46px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -8px;
  background-image: url(/Img/error_500_2x.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.no-backgroundsize .error_t1 .error_icon {
  background-image: url(/Img/error_gray.png);
}
.no-backgroundsize .error_v1 .error_img {
  background-image: url(/Img/error_500.png);
}
.error_v2 {
  padding-top: 25px;
  padding-bottom: 60px;
  text-align: center;
}
.error_v2 .error_msg {
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 40px;
  font-weight: bold;
}
.error_v2 p {
  font-size: 18px;
}
.error_v2 ul,
.error_v2 .error_list {
  display: inline-block;
  margin: 0;
  text-align: left;
  font-size: 18px;
}
.error_v2 ul li,
.error_v2 .error_list li {
  margin-bottom: 12px;
}
.nf-tools-contentmenu input[type=radio] {
  display: none;
}
.nf-tools-contentmenu input[type=radio] + label {
  margin-right: 7px;
  padding-bottom: 3px;
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  cursor: pointer;
}
.nf-tools-contentmenu input[type=radio]:checked + label {
  color: #005177;
  font-weight: bold;
}
.nf-tools-contentmenu a {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  margin-right: 10px;
  margin-bottom: 5px;
  white-space: nowrap;
  text-decoration: none;
}
.nf-tools-contentmenu a._cur {
  color: #80351d;
}
.no-checked .nf-tools-contentmenu input[type=radio][checked="checked"] + label {
  color: #005177;
  font-weight: bold;
}
.nf-tools .im-jqtabs .ui-tabs-nav {
  white-space: nowrap;
}
.nf-tools .im-jqtabs .c-line {
  margin: 0px;
  padding: 0px;
}
.login-place2 {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  max-width: none;
  position: relative;
  height: 20px;
  vertical-align: top;
}
.login-place2 .im-sign-link {
  padding: 0px 0px 0px 0px;
  margin: 0px;
  background: none;
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  width: auto;
  position: relative;
}
h4 {
  margin: 5.5px 0px 5.5px 0px;
  padding: 0px;
}
h4:first-of-type {
  margin-top: 11px;
}
table a {
  white-space: normal;
}
.nft-mycollection2 {
  margin-left: 48px;
  background: none;
  width: auto;
  font-weight: normal !important;
}
.nft-mycollection2 span {
  position: relative;
  top: -7px;
}
.nft-mycollection2:hover {
  text-decoration: none !important;
  font-weight: normal !important;
}
.my-collection-switch {
  margin-bottom: 0px;
}
.my-collection-switch .select {
  border-bottom: solid 1px #848587;
  margin-left: 6px;
}
.collection > h2 {
  text-transform: uppercase;
  padding-top: 24px !important;
  padding-bottom: 12px !important;
}
.collection .order {
  min-height: 51px;
  padding: 0px;
  margin: 0px;
  clear: both;
  overflow: hidden;
  position: relative;
  /* IE overflow */
}
.collection .order .radioplace {
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 15px;
}
.collection .order .radioplace > .radio {
  display: inline-block;
}
.collection .bt-order,
.collection .noitems-checked {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  float: right;
  background: #80351d;
  color: white;
  padding: 6px 24px 6px 24px;
  vertical-align: text-bottom;
  height: 40px;
}
.collection .bt-order b,
.collection .noitems-checked b {
  background: none;
  position: relative;
  top: 0px;
  display: inline;
}
.collection .bt-order:hover {
  color: white;
}
.collection .bt-order:hover b {
  color: white;
  font-weight: bold;
}
.collection .noitems-checked {
  background-color: #e7e7e7;
  color: black;
}
.collection .selectall {
  position: relative;
  float: right;
  margin-right: 24px;
}
.collection table {
  clear: both;
}
.collection .radio {
  position: relative;
}
.collection td img {
  width: 128px;
  height: 96px;
}
.collection .label {
  color: #73301a;
  font-weight: bold;
  position: relative;
  top: 6px;
}
.collection .nf-footage,
.collection .nf-photo {
  max-height: 400px;
  overflow-y: auto;
}
.current-footages td.img {
  width: 26px;
  white-space: nowrap;
  padding: 0px;
  width: 256px;
  overflow: visible;
}
.current-footages td.img span {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  padding: 0px;
  margin: 0px;
  width: 125px;
  height: 92px;
  overflow: visible;
}
.current-footages .h td.img span,
.current-footages .f td.img span {
  display: none;
}
.internetexplorer.v7 td.img {
  width: 270px;
}
.order-item .status-avatar {
  float: left;
}
.order-item .details,
.order-item .title {
  margin-left: 104px;
  margin-right: 80px;
}
.order-item .title a {
  text-transform: uppercase;
  text-decoration: none;
}
.order-item .title a:hover {
  color: #73301a;
  text-decoration: underline;
}
.order-item .sum {
  float: right;
  width: 80px;
  text-align: center;
}
.order-item small {
  color: #848587;
}
.order-item .clr {
  margin-bottom: 24px;
}
.s400 .order-item .details {
  margin-right: 0px;
}
.order-form p {
  margin-top: 3px;
  margin-bottom: 3px;
}
.order-form .im-jqtabs {
  padding-bottom: 12px;
}
.link-button.plus {
  text-decoration: underline;
}
.link-button.plus b {
  background: #85ab5e;
  color: white;
  padding: 0px;
  width: 16px;
  height: 16px;
  position: relative;
  left: -3px;
  margin-right: 6px;
}
.link-button.plus b:before {
  content: '';
  width: 10px;
  height: 1px;
  border-top: solid 2px white;
  display: block;
  position: absolute;
  margin-top: 7px;
  margin-left: 3px;
}
.link-button.plus b:after {
  content: '';
  width: 1px;
  height: 10px;
  border-right: solid 2px white;
  display: block;
  position: absolute;
  margin-top: 3px;
  margin-left: 6px;
}
.noimg {
  border: solid 1px #e7e7e7;
}
.film {
  padding-top: 12px;
  padding-bottom: 12px;
  clear: both;
  min-height: 96px;
}
.film p {
  padding: 1px 0px;
  margin: 0px;
}
.film p b {
  color: #73301a;
  font-weight: normal;
}
.film p.split {
  color: #848587;
  padding: 0px;
  margin: 0px;
}
.film p.split[data-t]:hover {
  cursor: pointer;
  color: #73301a;
}
.film p.split.loading {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  width: 22px;
  height: 22px;
  background: url('/img/icons48.png') no-repeat center;
  background-size: 550px 275px;
  -webkit-background-size: 550px 275px;
  -o-background-size: 550px 275px;
  -moz-background-size: 550px 275px;
  background: transparent url('/img/loader24w.gif') no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
}
.film p.new,
.film .frameset.new {
  display: none;
}
.film p.title {
  padding-top: 5px;
  font-weight: bold;
}
.film p[data-in] {
  cursor: pointer;
}
.film p[data-in]:hover {
  color: #73301a;
}
.film a {
  text-decoration: none;
}
.film a:hover {
  text-decoration: underline;
}
.film h1 {
  margin-top: 0px;
  margin-bottom: 5px;
}
.film h2 {
  margin: 0px 0px 0px 150px;
  padding: 0px;
}
.film h2 b {
  color: #73301a;
  font-weight: normal;
}
.film .authors p {
  margin-top: 5px;
}
.film .authors p span {
  font-weight: bold;
}
.film .annotations {
  padding-top: 10px;
  font-size: 13px;
}
.film .annotations .title {
  font-weight: bold;
  margin-top: 5px;
}
.film .annotations.desc p {
  padding-bottom: 6px;
  text-align: justify;
}
.film .txt {
  margin-left: 150px;
}
.film .ti {
  float: left;
  position: relative;
  top: -18px;
  cursor: pointer;
  width: 128px;
  height: 96px;
  overflow: hidden;
}
.film .ti img {
  width: 128px;
  height: 96px;
}
.film .ti .play-area {
  padding: 0px 30% 10px 30%;
  position: relative;
  top: -96px;
  height: 86px;
}
.film .ti .noimg {
  width: 126px;
  height: 94px;
}
.film .inf {
  margin-bottom: 12px;
  color: #c6c8cb;
  margin-left: 150px;
}
.film .inf small {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  font-size: 13px;
}
.film .inf .i {
  min-width: 270px;
  text-transform: lowercase;
}
.film .inf .p {
  margin-left: 24px;
  color: #005177;
  margin-right: 24px;
}
.film .inf .ft {
  text-transform: lowercase;
}
.film .inf.s,
.film h2.s {
  margin-left: 0px;
}
.film .c {
  color: #005177;
  /* Не разрешает переносы слов и изображения в кнопке "в коллекцию" */
  white-space: nowrap;
}
.film .c b {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  width: 16px;
  height: 16px;
  background: url('/img/icons48.png') no-repeat center;
  background-size: 400px 200px;
  -webkit-background-size: 400px 200px;
  -o-background-size: 400px 200px;
  -moz-background-size: 400px 200px;
  /* nobg+ */
  background-position: -2px -2px;
  position: relative;
  top: 4px;
  margin-right: 4px;
}
.film .c:hover {
  color: #73301a;
  cursor: pointer;
}
.film .c:hover b {
  background-position: -2px -22px;
}
.film .c.off b {
  background: transparent url('/img/loader24w.gif') no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
}
.film .topics {
  padding-top: 10px;
  font-size: 13px;
}
.film .topics label {
  font-weight: bold;
  margin-right: 5px;
}
.film .topics + .topics {
  padding-top: 5px;
}
.film .nfu-filmpart {
  padding-top: 12px;
  border-bottom: solid 1px #e7e7e7;
}
.film .nfu-filmpart p {
  min-height: 13px;
}
.film .nfu-filmpart:last-of-type {
  border-bottom: none;
}
.film .film-price-label {
  float: right;
}
.film .film-price-label b {
  font-family: RobotoSlab, Helvetica, Arial, Sans-Serif;
  font-size: 16px;
  padding-left: 5px;
}
.film .film-play-footages {
  border-collapse: collapse;
}
.film .film-play-footages .ui-tabs-nav {
  padding: 0px;
  clear: both;
  margin-bottom: 0px;
}
.film .film-play-footages .ui-state-default,
.film .film-play-footages .ui-state-active,
.film .film-play-footages li {
  padding: 0px 3px 0px 3px;
  margin: 0px;
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
}
.film .film-play-footages .ui-state-active {
  border: none;
}
.film .film-play-footages .ui-state-active a {
  color: #73301a;
}
.film .film-play-footages .ui-state-active a:hover {
  text-decoration: none;
}
.film .film-play-footages .footage:hover {
  color: #73301a;
}
.film .film-play-footages img {
  width: 100%;
}
.film .duration {
  float: right;
}
.film .part {
  margin-top: 24px;
  margin-bottom: 12px;
  color: #005177;
  font-size: 12px;
  font-family: RobotoSlab, Helvetica, Arial, Sans-Serif;
}
.film .part small {
  font-size: 12px;
  text-transform: uppercase;
}
.film .part span {
  margin-left: 6px;
}
.film .part .ic {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  width: 16px;
  height: 16px;
  background: url('/img/icons48.png') no-repeat center;
  background-size: 400px 200px;
  -webkit-background-size: 400px 200px;
  -o-background-size: 400px 200px;
  -moz-background-size: 400px 200px;
  /* nobg+ */
  background-position: -182px -122px;
  vertical-align: top;
  margin-left: 6px;
  position: relative;
  top: 1px;
}
.film .part b {
  color: #73301a;
}
.film .part:hover {
  color: #73301a;
}
.film .part:hover .ic {
  background-position: -182px -142px;
}
.film .part.exp {
  margin-bottom: 0px;
}
.socials .b-share__handle:first-of-type {
  display: block !important;
  float: none;
}
.b-share {
  padding: 0px;
  margin-top: 24px;
}
.film.detailed {
  margin: 0px;
  padding: 0px;
}
.film.detailed h1 {
  margin-bottom: 0px;
}
.film.detailed h2 {
  margin-left: 0px;
}
.film.detailed .film-inf {
  padding-top: 2px;
}
.film.detailed .film-inf span,
.film.detailed .film-inf label,
.film.detailed .film-inf .techInfo {
  font-size: 13px;
  padding: 0px;
}
.film.detailed .film-inf .techInfo,
.film.detailed .film-inf .formatInfo,
.film.detailed .film-inf .year {
  padding-left: 24px;
}
.film.detailed .film-price-label {
  position: relative;
  top: -2px;
}
.film.detailed .left {
  padding-top: 0px;
}
.film.detailed .footage-title b {
  font-size: 16px;
  font-family: RobotoSlab, Helvetica, Arial, Sans-Serif;
}
.film.detailed .part-frame {
  height: 180px;
  width: 240px;
}
.film.detailed .part-frame .play-area {
  position: relative;
  top: -180px;
  height: 180px;
}
.film.detailed .c {
  padding-left: 24px;
}
.film.detailed .c b {
  top: 3px;
}
.film.detailed .disablelang {
  float: right;
  position: relative;
  top: -48px;
}
.film.footage h2,
.film.footage .inf,
.film.footage .txt,
.film.footage h3 {
  margin-left: 278px;
}
.film.footage .ti {
  top: 0px;
}
.film.footage h3 {
  margin-top: 0px;
}
.play-area {
  margin: 0px;
  background: url('/img/play-bg144.png') no-repeat center center;
  background-size: contain;
  -webkit-background-size: contain;
  -o-background-size: contain;
  -moz-background-size: contain;
  background-origin: content-box;
  padding-left: 35%;
  padding-right: 35%;
}
.play-area {
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  -moz-opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.play-area:hover {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  -moz-opacity: 100;
  -webkit-transition-duration: 0.9s;
          transition-duration: 0.9s;
}
.no-backgroundsize .play-area {
  background-image: url('/img/play-bg52.png');
}
.uploadvideo {
  min-height: 24px;
}
.uploadvideo .im-fileupload {
  min-height: 100px;
  border-left: solid 22px #85ab5e;
  padding: 12px 6px 6px 6px;
}
.uploadvideo .bt-fileupload {
  padding-left: 0px;
}
.uploadvideo .dropzone {
  margin-top: 12px;
  padding-bottom: 12px;
  color: #85ab5e;
}
.uploadvideo .abort {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  width: 16px;
  height: 16px;
  background: url('/img/icons48.png') no-repeat center;
  background-size: 400px 200px;
  -webkit-background-size: 400px 200px;
  -o-background-size: 400px 200px;
  -moz-background-size: 400px 200px;
  background-position: -182px -2px;
  margin-left: 12px;
  position: relative;
  top: 3px;
  cursor: pointer;
}
.uploadvideo .abort:hover {
  background-position: -182px -22px;
}
.frameset {
  margin-top: 6px;
  max-height: 198px;
  overflow: hidden;
  /*img:hover { transition-duration:0.1s; transition-delay:0.7s;  width:@film-frame-width*2;  height:@film-frame-height*2; position:relative; left:-@film-frame-width/2; top:-@film-frame-height+@step; z-index:-1+@zindex-sitehead; }*/
}
.frameset span {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  width: 128px;
  height: 96px;
  margin-right: 12px;
}
.frameset img {
  cursor: pointer;
  width: 128px;
  height: 96px;
  /*transition-duration:0.1s; */
}
.frameset .play-area {
  display: block;
  height: 86px;
  position: relative;
  top: -96px;
}
.no-backgroundsize .film .inf .c b,
.no-backgroundsize .film small .ic {
  background-image: url('/img/icons48-s16.png');
}
.nfu-filmpart .im-jqtabs ul {
  margin: 0px;
  padding-left: 24px;
}
.nf-footage::after,
.footage-order::after,
.nf-footage-promo::after {
  display: block;
  content: "";
  clear: both;
}
.nf-footage .im-item,
.footage-order .im-item,
.nf-footage-promo .im-item {
  float: left;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 312px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 24px;
  margin-bottom: 24px;
}
.nf-footage .im-item .imgGrid__link,
.footage-order .im-item .imgGrid__link,
.nf-footage-promo .im-item .imgGrid__link {
  display: block;
  width: 100%;
  height: 175px;
  text-align: center;
}
.nf-footage .im-item .imgGrid__link .imgWrap,
.footage-order .im-item .imgGrid__link .imgWrap,
.nf-footage-promo .im-item .imgGrid__link .imgWrap {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.nf-footage .im-item .imgGrid__link .imgWrap img,
.footage-order .im-item .imgGrid__link .imgWrap img,
.nf-footage-promo .im-item .imgGrid__link .imgWrap img {
  max-width: 100%;
  max-height: 175px;
  vertical-align: top;
  border: none;
}
.nf-footage .im-item._imgCur,
.footage-order .im-item._imgCur,
.nf-footage-promo .im-item._imgCur {
  position: relative;
}
.nf-footage .im-item._imgCur::after,
.footage-order .im-item._imgCur::after,
.nf-footage-promo .im-item._imgCur::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-bottom: 0 solid black;
  border-left: 0 solid transparent;
  border-right: 0 solid transparent;
}
.nf-footage .im-item:first-child._imgCur ~ .imgGrid__modalBox .btn__modal._prev,
.footage-order .im-item:first-child._imgCur ~ .imgGrid__modalBox .btn__modal._prev,
.nf-footage-promo .im-item:first-child._imgCur ~ .imgGrid__modalBox .btn__modal._prev {
  display: none;
}
.nf-footage .im-item:nth-last-child(2)._imgCur + .imgGrid__modalBox .btn__modal._next,
.footage-order .im-item:nth-last-child(2)._imgCur + .imgGrid__modalBox .btn__modal._next,
.nf-footage-promo .im-item:nth-last-child(2)._imgCur + .imgGrid__modalBox .btn__modal._next {
  display: none;
}
.nf-footage .im-item._imgCur::after,
.footage-order .im-item._imgCur::after,
.nf-footage-promo .im-item._imgCur::after {
  bottom: -40px;
  border-bottom: 40px solid black;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
}
.nf-footage .plus,
.footage-order .plus,
.nf-footage-promo .plus {
  float: right;
}
.nf-footage .plus b,
.footage-order .plus b,
.nf-footage-promo .plus b {
  display: block;
  top: initial;
  background: #E95429;
  width: 24px;
  height: 24px;
  left: 0;
  margin-right: 0;
}
.nf-footage .plus b:before,
.footage-order .plus b:before,
.nf-footage-promo .plus b:before {
  width: 18px;
  margin-top: 11px;
}
.nf-footage .plus b:after,
.footage-order .plus b:after,
.nf-footage-promo .plus b:after {
  height: 18px;
  margin-left: 10px;
}
.nf-footage .imgGrid__info-title,
.footage-order .imgGrid__info-title,
.nf-footage-promo .imgGrid__info-title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  padding: 6px 12px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  color: white;
  z-index: 1;
}
.nf-footage .imgGrid__info-title a,
.footage-order .imgGrid__info-title a,
.nf-footage-promo .imgGrid__info-title a {
  display: block;
  height: 14px;
  margin-right: 50px;
  font-size: 12px;
  line-height: 14px;
  color: white;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.nf-footage .imgGrid__info-title label,
.footage-order .imgGrid__info-title label,
.nf-footage-promo .imgGrid__info-title label {
  float: left;
  margin-right: 9px;
  font-size: 12px;
  line-height: 14px;
}
.nf-footage .imgGrid__info-title .link-button.bt_basket,
.footage-order .imgGrid__info-title .link-button.bt_basket,
.nf-footage-promo .imgGrid__info-title .link-button.bt_basket {
  position: absolute;
  top: -5px;
  right: 8px;
}
.nf-footage .nf-video .play-progress,
.footage-order .nf-video .play-progress,
.nf-footage-promo .nf-video .play-progress {
  background-color: rgba(0, 0, 0, 0.6);
}
.nf-footage .top_title,
.footage-order .top_title,
.nf-footage-promo .top_title {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 6px;
  cursor: pointer;
  font-weight: bold;
}
.nf-footage .top_title label,
.footage-order .top_title label,
.nf-footage-promo .top_title label,
.nf-footage .top_title a,
.footage-order .top_title a,
.nf-footage-promo .top_title a {
  position: relative;
  z-index: 1;
  color: #E95429;
}
.nf-footage .top_title a,
.footage-order .top_title a,
.nf-footage-promo .top_title a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.nf-footage .bottom_title,
.footage-order .bottom_title,
.nf-footage-promo .bottom_title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  cursor: pointer;
}
.nf-footage .bottom_title label,
.footage-order .bottom_title label,
.nf-footage-promo .bottom_title label {
  visibility: visible;
  color: #E95429;
  font-weight: bold;
  padding-left: 6px;
  position: relative;
  top: 6px;
  z-index: 1;
  cursor: inherit;
}
.nf-footage .bottom_title span,
.footage-order .bottom_title span,
.nf-footage-promo .bottom_title span {
  position: relative;
  float: right;
  z-index: 1;
}
.nf-footage .bottom_title span.checkbox,
.footage-order .bottom_title span.checkbox,
.nf-footage-promo .bottom_title span.checkbox {
  margin-right: 1px;
  margin-bottom: 1px;
}
.nf-footage .bottom_title span label,
.footage-order .bottom_title span label,
.nf-footage-promo .bottom_title span label,
.nf-footage .bottom_title span input:checked + label,
.footage-order .bottom_title span input:checked + label,
.nf-footage-promo .bottom_title span input:checked + label {
  padding: 0px !important;
  display: block;
  width: 14px;
  height: 14px;
  background-color: white;
  background-position: center;
}
.nf-footage .im-item,
.footage-order .im-item,
.nf-footage-promo .im-item {
  position: relative;
  cursor: pointer;
}
.nf-footage .im-item.film,
.footage-order .im-item.film,
.nf-footage-promo .im-item.film {
  /* удаляет стили класса .film */
  clear: none !important;
}
.nf-footage .im-item.film .ti,
.footage-order .im-item.film .ti,
.nf-footage-promo .im-item.film .ti {
  float: none;
  top: auto;
}
.nf-footage .im-item.film h2,
.footage-order .im-item.film h2,
.nf-footage-promo .im-item.film h2 {
  margin-left: initial;
}
.nf-footage .im-item .imgGrid__link,
.footage-order .im-item .imgGrid__link,
.nf-footage-promo .im-item .imgGrid__link {
  height: 175px;
}
.nf-footage .im-item .imgGrid__link .imgWrap img,
.footage-order .im-item .imgGrid__link .imgWrap img,
.nf-footage-promo .im-item .imgGrid__link .imgWrap img {
  max-height: 175px;
  width: 100%;
  height: 100%;
}
.nf-footage .im-item .nf-video,
.footage-order .im-item .nf-video,
.nf-footage-promo .im-item .nf-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.nf-footage .im-item .nf-video video,
.footage-order .im-item .nf-video video,
.nf-footage-promo .im-item .nf-video video {
  width: 100%;
  height: 100%;
}
.nf-footage .im-item .nf-video .play-progress,
.footage-order .im-item .nf-video .play-progress,
.nf-footage-promo .im-item .nf-video .play-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border: none;
  border-radius: 0;
}
.nf-footage .im-item .nf-video .play-progress .ui-progressbar-value,
.footage-order .im-item .nf-video .play-progress .ui-progressbar-value,
.nf-footage-promo .im-item .nf-video .play-progress .ui-progressbar-value {
  background-color: #E95429;
  height: 2px;
  border-radius: 0;
}
.nf-footage .im-item .imgGrid__info,
.footage-order .im-item .imgGrid__info,
.nf-footage-promo .im-item .imgGrid__info {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nf-footage .im-item h2,
.footage-order .im-item h2,
.nf-footage-promo .im-item h2 {
  position: absolute;
  top: 0;
  left: 0;
}
.nf-footage .im-item h2 a,
.footage-order .im-item h2 a,
.nf-footage-promo .im-item h2 a {
  color: white;
}
.nf-footage .im-item .imgGrid__buttons,
.footage-order .im-item .imgGrid__buttons,
.nf-footage-promo .im-item .imgGrid__buttons {
  position: absolute;
  bottom: 24px;
  left: 0;
}
.nf-footage .im-item:hover .imgGrid__info,
.footage-order .im-item:hover .imgGrid__info,
.nf-footage-promo .im-item:hover .imgGrid__info {
  visibility: visible;
}
.footage-order .im-item.film {
  width: 210px;
  margin-right: 0;
  margin-bottom: 0;
}
.footage-order .im-item.film .imgGrid__link {
  height: auto;
}
.footage-order .im-item.film .imgGrid__link .imgWrap {
  vertical-align: top;
}
.footage-order .imgGrid__info {
  visibility: visible !important;
}
.loader-icon {
  border-radius: 50% !important;
  width: 13em;
  height: 13em;
}
.loader-icon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  font-size: 10px;
  text-indent: -9999em;
  border-top: 0.3em solid rgba(255, 255, 255, 0.2);
  border-right: 0.3em solid rgba(255, 255, 255, 0.2);
  border-bottom: 0.3em solid rgba(255, 255, 255, 0.2);
  border-left: 0.3em solid #ffffff;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: load-footage 1.1s infinite linear;
          animation: load-footage 1.1s infinite linear;
}
.footage-detailed .loader-icon {
  font-size: 13px;
}
.promo_wrap {
  margin-top: -12px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.promo_wrap .foot_wrap {
  margin-bottom: 12px !important;
  padding-top: 0 !important;
}
.nf-footage-promo {
  max-height: 252px;
  margin-right: -12px;
  overflow: hidden;
}
.nf-footage-promo .im-item {
  width: 216px;
  margin-right: 12px;
  margin-bottom: 12px;
}
.nf-footage-promo .im-item .imgGrid__link {
  height: 120px;
}
.nf-footage-promo .im-item .imgGrid__link img {
  margin-left: 0;
  margin-right: 0;
}
.nf-footage-promo .loader-icon {
  font-size: 7px;
}
.nf-footage-temp h2 a {
  color: black;
  text-decoration: none;
}
.nf-footage-temp h2 a:hover {
  text-decoration: underline;
}
.nf-footage-temp .nf-footage-promo {
  margin-top: 12px;
}
.footage-detailed {
  border-bottom: 1px solid black;
}
.footage-detailed .left {
  padding-bottom: 0 !important;
  border-right: 1px solid black;
}
.footage-detailed .videoPlayer {
  float: none;
  left: 0;
  margin-top: 32px;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footage-detailed .videoPlayer .video_box {
  position: relative;
}
.footage-detailed .videoPlayer img {
  display: block;
  width: 100%;
  height: auto;
}
.footage-detailed .videoPlayer video {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: block;
  background-color: initial;
}
.footage-detailed .videoPlayer .play-container {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  height: 5px;
  background-color: #505050;
  z-index: 1;
}
.footage-detailed .videoPlayer .play-container .load-progress {
  border: none;
}
.footage-detailed .videoPlayer .play-container .load-progress .ui-progressbar-value {
  background-color: #CBCBCB;
}
.footage-detailed .videoPlayer .play-container .play-progress {
  top: -5px;
  background-color: transparent;
}
.footage-detailed .videoPlayer .play-container .play-slider {
  top: -10px;
}
.footage-detailed .videoPlayer .play-container .play-slider .ui-slider-handle {
  top: -9px;
}
.footage-detailed .videoPlayer .play-progress .ui-progressbar-value {
  background-color: #E95429;
}
.footage-detailed .videoPlayer .bt-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
  padding: 10px 16px 32px 9px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#222222));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #222222 100%);
}
.footage-detailed .videoPlayer .bt-container .bt-play {
  padding-left: 7px;
  padding-right: 7px;
  vertical-align: middle;
  border: none;
  cursor: pointer;
}
.footage-detailed .videoPlayer .bt-container .bt-play:hover a {
  background-position: -162px -82px;
}
.footage-detailed .videoPlayer .bt-container .bt-play.pause:hover a {
  background-position: -302px -82px;
}
.footage-detailed .videoPlayer .bt-container .time_box {
  display: inline-block;
  margin-left: 6px;
  font-size: 14px;
}
.footage-detailed .videoPlayer .bt-container .volume-container {
  margin-top: 5px;
  margin-left: 10px;
  float: right;
}
.footage-detailed .videoPlayer .bt-container .bt-mute.mute + .volume-progress {
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  -moz-opacity: 0;
}
.footage-detailed .videoPlayer .play-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 10%;
  height: 100%;
  padding: 0px 45%;
}
.footage-detailed .videoPlayer .play-area:hover {
  opacity: 1;
}
.footage-detailed .videoPlayer ._cover {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.footage-detailed .videoPlayer,
.footage-detailed .videoPlayer video {
  width: 100%;
  height: 100%;
}
.footage-detailed .videoPlayer video {
  display: none;
  background: black;
}
.footage-detailed .frameset {
  max-height: 150px;
}
.footage-detailed .frameset span {
  width: 15.83%;
  height: initial;
  position: relative;
  margin-right: 1%;
  vertical-align: top;
}
.footage-detailed .frameset span:last-of-type {
  margin-right: 0px;
}
.footage-detailed .frameset img {
  width: 100%;
  height: auto;
}
.footage-detailed .frameset img:-moz-broken:not([alt]) {
  -moz-force-broken-image-icon: 1;
  width: 24px;
  height: 24px;
}
.footage-detailed .frameset img:-moz-broken[alt]:hover {
  outline: 1px solid currentColor;
  outline-offset: -1px;
}
.footage-detailed .frameset .play-area {
  position: absolute;
  height: 100%;
  width: 24%;
  padding: 0 38%;
  top: 0;
}
.imgGrid__modalBox {
  /* Модальное окно с подробным изображением */
  position: relative;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 32px;
  padding-right: 40px;
  background-color: black;
  z-index: 1;
  margin-bottom: 24px;
  color: white;
}
.imgGrid__modalBox .modalBgColor {
  position: absolute;
  top: 0;
  height: 100%;
  background-color: black;
  z-index: -1;
}
.imgGrid__modalBox .controls .btn__modal {
  position: absolute;
  width: 16px;
  height: 80px;
  padding: 0;
  background-color: transparent;
  border: none;
  z-index: 1;
  cursor: pointer;
  outline: none;
}
.imgGrid__modalBox .controls .btn__modal:before,
.imgGrid__modalBox .controls .btn__modal:after {
  display: block;
  content: "";
  position: absolute;
  right: -14px;
  width: 43px;
  height: 2px;
  background-color: white;
}
.imgGrid__modalBox .controls .btn__modal._prev {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.imgGrid__modalBox .controls .btn__modal._prev:before {
  top: 19px;
  -webkit-transform: rotate(-71deg);
          transform: rotate(-71deg);
}
.imgGrid__modalBox .controls .btn__modal._prev:after {
  bottom: 19px;
  -webkit-transform: rotate(71deg);
          transform: rotate(71deg);
}
.imgGrid__modalBox .controls .btn__modal._next {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.imgGrid__modalBox .controls .btn__modal._next:before {
  top: 19px;
  -webkit-transform: rotate(71deg);
          transform: rotate(71deg);
}
.imgGrid__modalBox .controls .btn__modal._next:after {
  bottom: 19px;
  -webkit-transform: rotate(-71deg);
          transform: rotate(-71deg);
}
.imgGrid__modalBox .controls .btnIconClose {
  position: absolute;
  top: 24px;
  right: 16px;
  display: block;
  width: 16px;
  height: 16px;
  background-color: black;
  z-index: 1;
  cursor: pointer;
}
.imgGrid__modalBox .controls .btnIconClose:before,
.imgGrid__modalBox .controls .btnIconClose:after {
  position: absolute;
  content: ' ';
  top: -2px;
  left: 6px;
  width: 2px;
  height: 19px;
  background-color: white;
}
.imgGrid__modalBox .controls .btnIconClose:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.imgGrid__modalBox .controls .btnIconClose:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.imgGrid__modalBox .imgBox {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 280px;
  text-align: center;
}
.imgGrid__modalBox .imgBox .imgWrap {
  position: relative;
  display: inline-block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  overflow: hidden;
}
.imgGrid__modalBox .imgBox .imgWrap img {
  max-width: 100%;
  max-height: 278px;
  vertical-align: top;
}
.imgGrid__modalBox .annotations {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  min-height: 280px;
  overflow: hidden;
}
@media only screen and (min-width: 900px) {
  .imgGrid__modalBox .imgBox {
    width: 50%;
  }
  .imgGrid__modalBox .annotations {
    width: 50%;
    padding-left: 15px;
  }
}
.imgGrid__modalBox .imgBox .imgWrap {
  border: 1px solid #505050;
}
.imgGrid__modalBox .annotations h2 {
  margin-top: 0;
  text-align: left;
}
.imgGrid__modalBox .annotations a {
  color: white;
}
.imgGrid__modalBox .link-button {
  color: white;
}
.imgGrid__modalBox .controls .btn__modal,
.imgGrid__modalBox .controls .btnIconClose {
  opacity: 0.5;
}
.imgGrid__modalBox .controls .btn__modal:hover,
.imgGrid__modalBox .controls .btnIconClose:hover,
.imgGrid__modalBox .controls .btn__modal:focus,
.imgGrid__modalBox .controls .btnIconClose:focus {
  opacity: 1;
}
.imgGrid__modalBox .controls .btn__modal:active,
.imgGrid__modalBox .controls .btnIconClose:active {
  opacity: 0.8;
}
.nf-footage.homepage {
  max-height: 573px;
  overflow: hidden;
}
.s-930 .nf-footage.homepage {
  max-height: 748px;
}
.nf-footage.sharedFootage {
  max-height: none;
}
.ui-dialog,
.ui-dialog-titlebar,
.ui-dialog button {
  border-radius: 0 /*{cornerRadius}*/;
  border: none;
}
.ui-dialog {
  min-width: 200px;
}
.ui-dialog h1,
.ui-dialog h2,
.ui-dialog h3,
.ui-dialog .ui-dialog-titlebar,
.ui-dialog button {
  text-transform: uppercase;
  font-weight: normal;
  font-family: RobotoSlab, Helvetica, Arial, Sans-Serif;
  margin-top: 0px;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 6px 6px 6px 24px;
  font-size: 16px;
  background: #ba9250;
  color: white;
  border-bottom: solid 1px black;
}
.ui-dialog .ui-dialog-title {
  padding: 6px 6px 6px 0px;
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  width: 80%;
}
.ui-dialog .ui-dialog-titlebar-close {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  width: 16px;
  height: 16px;
  background: url('/img/icons48.png') no-repeat center;
  background-size: 400px 200px;
  -webkit-background-size: 400px 200px;
  -o-background-size: 400px 200px;
  -moz-background-size: 400px 200px;
  /* nobg+ */
  text-indent: -9999px;
  background-position: -182px -2px;
  border: none;
  margin-top: 9px;
}
.ui-dialog .ui-dialog-titlebar-close:hover {
  background-position: -182px -22px;
}
.ui-dialog .ui-dialog-content {
  padding: 24px 24px 6px 24px;
  color: black;
}
.ui-dialog .ui-dialog-buttonset {
  padding: 0px 0px 0px 24px;
  border-top: solid 1px black;
  height: 33px;
}
.ui-dialog .ui-dialog-buttonset button {
  height: 33px;
  float: right;
  padding-left: 10px;
  padding-right: 10px;
}
.ui-dialog .ui-resizable-handle {
  margin: 0px;
}
.ui-dialog .confirm {
  background: #80351d;
  color: white;
}
.ui-dialog .cancel {
  background: #acadb0;
  color: white;
}
.ui-dialog .ui-icon {
  margin-right: 24px;
  position: relative;
  top: -12px;
}
.ui-dialog .rtool {
  float: right;
}
.ui-dialog.popup-form {
  min-width: 300px;
}
.ui-dialog.popup-form .ui-dialog-titlebar {
  padding: 0px 24px 0px 0px;
  font-size: 20px;
  background: #ffffff;
  color: black;
}
.ui-dialog.popup-form .ui-dialog-title {
  border-left: solid 22px #85ab5e;
  padding-top: 24px;
  padding-left: 6px;
}
.ui-dialog.popup-form .ui-dialog-content {
  padding: 0px;
}
.ui-dialog.popup-form .ui-dialog-titlebar-close {
  margin-top: 30px;
  cursor: pointer;
}
.ui-dialog.popup-form .c-line {
  padding: 6px 24px 12px 30px;
  margin: 0px;
  clear: both;
}
.ui-dialog.popup-form .mh300 {
  min-height: 300px;
}
.ui-dialog.popup-form .footer {
  border-top: solid 1px black;
  height: 33px;
  padding: 0px 0px 0px 24px;
  background: none;
}
.ui-dialog.popup-form .footer button {
  margin: 0px;
  border: none;
  float: right;
  height: 33px;
  margin-left: 12px;
  cursor: pointer;
}
.ui-dialog.popup-form .footer button:hover {
  border: none;
}
.ui-dialog.popup-form .footer .checkbox {
  position: relative;
  top: 6px;
  vertical-align: text-bottom;
}
.ui-dialog.popup-form td {
  padding: 0px 6px 6px 0px;
  vertical-align: top !important;
}
.ui-dialog.popup-form .c-line + .footer {
  border-top: none;
}
.ui-dialog.popup-form .cancel {
  background: #acadb0;
  color: white;
  height: 33px;
}
.ui-dialog.popup-form .im-table-editable .f._editrow td {
  padding: 0px !important;
  width: auto !important;
}
.ui-dialog.popup-form .im-table-editable .f._editrow button {
  padding: 0px !important;
}
.ui-dialog.popup-form .t-studios .off {
  display: none;
}
.ui-dialog.popup-form .t-studios .input-titlerow {
  width: 115px;
}
.ui-dialog.popup-form .t-studios .bt-insertrow {
  margin-left: 24px;
}
.ui-dialog.popup-form .t-studios tr .im-bt24 {
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  -moz-opacity: 0;
}
.ui-dialog.popup-form .t-studios tr:hover .im-bt24 {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  -moz-opacity: 100;
}
.ui-dialog.popup-form .t-studios tr:first-of-type .bt-deleterow {
  display: none;
}
.collection-order-params tr td:first-of-type {
  width: 40%;
}
.table-2lang td {
  vertical-align: top;
  width: 50%;
}
.table-2lang tr td:last-of-type {
  padding-left: 24px;
}
.popup-form.progress .ui-dialog-content {
  padding: 6px;
  margin: 0px;
  clear: both;
}
.popup-form.progress .cancel {
  float: right;
}
.popup.input .ui-dialog-titlebar {
  background: #85ab5e;
}
.popup.msg .ui-dialog-titlebar {
  background: #85ab5e;
}
.ui-dialog.photo {
  position: absolute;
  width: 90% !important;
  height: 90% !important;
  min-height: unset !important;
  left: 5% !important;
  top: 5% !important;
}
.ui-dialog.photo .ui-dialog-content {
  height: 100% !important;
  width: 100% !important;
}
.ui-dialog.photo .ui-dialog-content div {
  height: 100% !important;
  margin-top: -60px;
}
.ui-dialog.photo .ui-dialog-buttonpane {
  display: none;
}
.no-backgroundsize .ui-dialog .ui-dialog-titlebar-close {
  background-image: url('/img/icons48-s16.png');
}
.checkbox {
  margin-right: 16px;
  padding-bottom: 6px;
}
.checkbox input {
  display: none;
}
.checkbox label {
  padding-left: 24px !important;
  height: 24px;
  background: url('/img/chk0.png') no-repeat left top;
  background-size: 16px 16px;
  -webkit-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
}
.checkbox label:hover {
  color: #005177;
}
.checkbox input:checked + label {
  background: url('/img/chk1.png') no-repeat left top;
  background-size: 16px 16px;
  -webkit-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  font-weight: bold;
}
.checkbox input:disabled + label {
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity = 70);
  -moz-opacity: 70;
}
.no-checked .checkbox input[checked="checked"] + label {
  background: url('/img/radio1.png') no-repeat left top;
  background-size: 16px 16px;
  -webkit-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  font-weight: bold;
}
.no-backgroundsize .checkbox label {
  background-image: url('/img/chk0-s16.png');
}
.no-backgroundsize .checkbox input[checked="checked"] + label {
  background: url('/img/chk1-s16.png') no-repeat left top;
}
.internetexplorer.v7 .checkbox label,
.internetexplorer.v8 .checkbox label {
  background: none !important;
  padding-left: 5px;
  display: inline;
}
.internetexplorer.v7 .checkbox input,
.internetexplorer.v8 .checkbox input {
  display: inline;
}
.radio {
  margin-right: 16px;
}
.radio input {
  display: none;
}
.radio label {
  padding-left: 24px;
  height: 24px;
  background: url('/img/radio0.png') no-repeat left top;
  background-size: 16px 16px;
  -webkit-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
}
.radio label:hover {
  color: #005177;
}
.radio input:checked + label {
  background: url('/img/radio1.png') no-repeat left top;
  background-size: 16px 16px;
  -webkit-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  font-weight: bold;
  color: #73301a;
}
.radio input:disabled + label {
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity = 70);
  -moz-opacity: 70;
}
.required + .radio {
  background-color: #ffeeee;
}
.no-checked .radio input[checked="checked"] + label {
  background: url('/img/radio1.png') no-repeat left top;
  background-size: 16px 16px;
  -webkit-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  font-weight: bold;
  color: #73301a;
}
div.radio label {
  display: block;
  white-space: nowrap;
}
.no-backgroundsize .radio label {
  background: url('/img/radio0-s16.png') no-repeat left top;
}
.no-backgroundsize .radio input[checked="checked"] + label {
  background: url('/img/radio1-s16.png') no-repeat left top;
}
.no-checked .radio input[checked="checked"] + label {
  background: url('/img/radio1.png') no-repeat left top;
}
.internetexplorer.v7 .radio label,
.internetexplorer.v8 .radio label {
  background: none !important;
  padding-left: 5px;
  display: inline;
}
.internetexplorer.v7 .radio input,
.internetexplorer.v8 .radio input {
  display: inline;
}
.radio.nc input + label {
  background: none;
  padding-left: 0px;
}
.radio.nc:hover label {
  color: #73301a;
}
.radio.asp input + label {
  color: #848587;
}
.radio.asp input:checked + label {
  color: #73301a;
  font-weight: normal;
  font-size: 16px;
}
.radio-tabs .ui-tabs-nav {
  margin: 0px;
  padding: 0px;
  border: none;
}
.radio-tabs .ui-tabs-nav .ui-state-default {
  margin: 0px;
  padding: 2px;
  border: none;
}
.radio-tabs .ui-tabs-nav .ui-state-default a {
  margin: 0px;
  padding: 3px 20px 3px 20px;
  border: none;
  background: url('/img/radio0.png') no-repeat left center;
  background-size: 16px 16px;
  -webkit-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
}
.radio-tabs .ui-tabs-nav .ui-state-active a {
  background-image: url('/img/radio1.png');
  font-weight: normal;
}
.radio-tabs .ui-tabs-nav .ui-state-default a:hover {
  text-decoration: none;
}
.discussion {
  padding-top: 24px;
}
.discussion .title1,
.discussion .title2,
.discussion .title3 {
  font-family: RobotoSlab, Helvetica, Arial, Sans-Serif;
  font-size: 20px;
  border: none;
  margin-bottom: 12px;
  border-bottom: solid 1px #e7e7e7;
}
.discussion .title2 {
  font-size: 16px;
}
.discussion .title2 input {
  border-bottom: none;
  margin-bottom: 0px;
  font-size: 16px;
}
.discussion .title3 {
  font-size: 12px;
}
.discussion .uline {
  border: none;
  border-bottom: solid 1px #e7e7e7;
}
.discussion .btop {
  border-top: solid 1px #e7e7e7;
}
.discussion .buttons-panel {
  padding-top: 12px;
  padding-bottom: 12px;
}
.discussion .wbt {
  float: right;
}
.discussion p {
  padding: 0px;
  margin: 3px 0px 3px 0px;
}
.discussion-info .im-item,
.discussion-info .im-view {
  overflow: visible;
}
.discussion-info .im-item .d,
.discussion-info .im-view .d {
  font-weight: bold;
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  min-width: 40px;
  margin-right: 6px;
}
.discussion-info .im-item .msg,
.discussion-info .im-view .msg {
  display: inline;
  text-decoration: none;
  color: #848587;
  text-wrap: none;
}
.discussion-info .im-item .msg p,
.discussion-info .im-view .msg p {
  padding: 0px;
  margin: 0px;
  display: inline;
}
.discussion-info .im-item a,
.discussion-info .im-view a {
  text-decoration: none;
}
.discussion-info .im-item a .t,
.discussion-info .im-view a .t {
  text-decoration: underline;
}
.discussion-info .im-item a:hover,
.discussion-info .im-view a:hover,
.discussion-info .im-item a:hover .msg,
.discussion-info .im-view a:hover .msg {
  color: #80351d;
}
.discussion-info .im-item span,
.discussion-info .im-view span {
  vertical-align: text-top;
}
.discussion-info .im-item .content,
.discussion-info .im-view .content {
  margin-left: 66px;
  margin-right: 76px;
  overflow: hidden;
  min-height: 56px;
  max-height: 76px;
  margin-bottom: 16px;
}
.discussion-info .im-item .content-l,
.discussion-info .im-view .content-l {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  float: left;
  width: 60px;
}
.discussion-info .im-item .content-r,
.discussion-info .im-view .content-r {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  float: right;
  width: 70px;
}
.discussion-info .im-item .cc,
.discussion-info .im-view .cc {
  height: 0px;
  overflow: visible;
  float: left;
}
.discussion-info .im-item .cc b,
.discussion-info .im-view .cc b {
  position: relative;
  left: -25px;
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  border-radius: 50% /*{cornerRadius}*/;
  min-width: 18px;
  text-align: center;
  color: white;
  background-color: #c8ff8d;
  font-weight: normal;
}
.discussion-info .messages-list .u {
  padding-right: 6px;
}
.discussion-info .updates-list .im-item {
  padding-bottom: 0px;
}
.artHead.discussion {
  padding-top: 48px;
}
.msg-discussion .options {
  padding-top: 6px;
  padding-bottom: 6px;
}
.msg-discussion .wbt {
  float: right;
}
.message p {
  padding: 0px;
  margin: 3px 0px 3px 0px;
}
.avatar {
  overflow: hidden;
  width: 120px;
  height: 120px;
  border-radius: 50% /*{cornerRadius}*/;
  display: block;
}
.avatar img {
  width: 120px;
  height: 120px;
}
.left .avatar {
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
}
.small-avatar {
  overflow: hidden;
  width: 60px;
  height: 60px;
  border-radius: 50% /*{cornerRadius}*/;
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  text-decoration: none !important;
}
.small-avatar img {
  width: 60px;
  height: 60px;
}
.status-avatar {
  overflow: hidden;
  width: 80px;
  height: 80px;
  border-radius: 50% /*{cornerRadius}*/;
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  text-decoration: none !important;
  text-align: center;
}
.status-avatar img {
  width: 80px;
  height: 80px;
}
.status-avatar span {
  position: relative;
  top: 28px;
  color: white;
  text-transform: lowercase;
  font-size: 14px;
}
.status-new {
  background: #94c11f;
}
.status-check {
  background: #f9b233;
}
.status-work {
  background: #e94e1b;
}
.status-done {
  background: #009fe3;
}
.status-closed {
  background: #706f6f;
}
.status-deleted {
  background: #ededed;
}
.im-pager button.prev,
.im-pager button.next,
.im-pager a.prev,
.im-pager a.next {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  width: 16px;
  height: 16px;
  background: url('/img/icons48.png') no-repeat center;
  background-size: 400px 200px;
  -webkit-background-size: 400px 200px;
  -o-background-size: 400px 200px;
  -moz-background-size: 400px 200px;
  /* nobg+ */
  vertical-align: top;
  position: relative;
  top: 4px;
  text-indent: -9999px;
  text-decoration: none;
  background-origin: content-box;
}
.im-pager a.prev b,
.im-pager a.next b {
  display: none;
}
.im-pager button,
.im-pager a {
  min-width: 24px;
  height: 24px;
  vertical-align: bottom;
  padding: 0px 2px 0px  2px;
  margin: 0px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  text-decoration: none;
  color: black;
  font-family: RobotoLight, Helvetica, Arial, Sans-Serif;
}
.im-pager a {
  padding-left: 7px;
  padding-right: 7px;
}
.im-pager button.cur,
.im-pager a.cur {
  color: #80351d;
}
.im-pager button:hover,
.im-pager a:hover {
  color: #80351d;
}
.im-pager button:disabled,
.im-pager a:disabled {
  color: #e7e7e7;
  cursor: default;
}
.im-pager button.prev {
  background-position: -222px -122px;
  padding: 0px 4px 0px 4px;
}
.im-pager button.next {
  background-position: -242px -122px;
  padding: 0px 4px 0px 4px;
}
.im-pager a.prev {
  background-position: -222px -122px;
  padding: 0px;
  min-width: 16px;
}
.im-pager a.next {
  background-position: -242px -122px;
  padding: 0px;
  min-width: 16px;
}
.im-pager button.prev:hover,
.im-pager a.prev:hover {
  background-position: -222px -142px;
}
.im-pager button.next:hover,
.im-pager a.next:hover {
  background-position: -242px -142px;
}
.im-pager button.prev.off,
.im-pager a.prev.off {
  background-position: -222px -122px;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity = 40);
  -moz-opacity: 40;
}
.im-pager button.next.off,
.im-pager a.next.off {
  background-position: -242px -122px;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity = 40);
  -moz-opacity: 40;
}
.no-backgroundsize .im-pager .prev,
.no-backgroundsize .im-pager .next {
  background-image: url('/img/icons48-s16.png');
}
/* Фильтр и пейджер каталога и результатов поиска */
.filterline {
  clear: both;
}
.filterline .im-pager {
  float: right;
}
.filterline span {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  vertical-align: text-top;
}
.filterline .select {
  width: 190px;
  position: relative;
  top: 2px;
  margin-left: 3px;
}
.filterline select {
  position: relative;
  top: -4px;
}
.filter-view .c1 {
  width: 170px;
  float: left;
}
.filter-view .c2,
.filter-view .c3 {
  margin-left: 170px;
  padding-left: 6px;
}
.filter-view .c3 {
  min-height: 6px;
}
.s-f2 .filter-view {
  border-left: solid 22px #85ab5e;
  padding-left: 6px;
}
.s-f2 .filter-view .c1 {
  float: none;
  width: auto;
}
.s-f2 .filter-view .c2,
.s-f2 .filter-view .c3 {
  margin-left: auto;
  padding: 0px;
  min-height: initial;
  border-left: none;
}
.s-f2 .filter-view p {
  padding-bottom: 6px;
  margin: 0px;
}
.edit-filter-block table {
  margin-bottom: 12px;
}
.edit-filter-block .im-listbox {
  max-width: 430px;
  min-width: 150px;
}
.edit-filter-block .im-listbox div {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  min-width: 140px;
  padding-bottom: 3px;
}
.edit-filter-block .filter-topics {
  min-width: 195px;
  max-width: 565px;
}
.edit-filter-block .filter-topics div {
  min-width: 185px;
}
.edit-filter-block input {
  margin-left: 3px;
  margin-right: 3px;
}
.edit-filter-block .gbt {
  margin-left: 12px;
}
.edit-filter-block .cur {
  color: #73301a;
  font-size: 16px;
}
.input-years input {
  font-size: 16px;
}
.input-years .link-button {
  position: relative;
  top: -2px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.series-list .im-collection .im-item {
  min-height: 180px;
  clear: both;
}
.series-list .im-collection .im-item img {
  float: left;
  position: relative;
  top: -18px;
  width: 192px;
}
.series-list .im-collection .description {
  margin-left: 216px;
}
.series-list .im-collection h2 {
  text-transform: uppercase;
  margin-left: 216px;
}
.series-list .im-collection h2 a {
  text-decoration: none;
}
.series-list .im-collection h2 a:hover {
  text-decoration: underline;
}
.s-art1 .series-list .im-collection .im-item {
  padding-top: 6px;
}
.s-art1 .series-list .im-collection .im-item img {
  float: none;
  position: relative;
  top: 12px;
}
.s-art1 .series-list .im-collection .description,
.s-art1 .series-list .im-collection h2 {
  margin-left: 0px;
}
.select {
  display: inline;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  height: 22px;
  overflow: hidden;
  padding-top: 0px;
  background: url('/img/dd-cursor.png') right center no-repeat;
  background-size: 8px;
  -webkit-background-size: 8px;
  -o-background-size: 8px;
  -moz-background-size: 8px;
  position: relative;
  left: -3px;
}
.select select {
  display: inline;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  color: #005177;
  height: 28px;
  margin: 0px;
  border: none;
  position: relative;
  left: -2px;
  background: none;
  outline: -webkit-focus-ring-color none 0px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding-right: 7px;
}
.select select::-ms-expand {
  display: none;
}
.select select:hover option:checked {
  color: #73301a;
}
.select option {
  padding-left: 0px;
  padding-right: 14px;
}
.select option:checked,
.select option:hover {
  color: #73301a;
}
.select.cur select {
  color: #73301a;
  font-size: 16px;
}
.select.cur select option {
  color: black;
  font-size: 13px;
}
.select:hover {
  background-size: 9.5px;
  -webkit-background-size: 9.5px;
  -o-background-size: 9.5px;
  -moz-background-size: 9.5px;
}
.select:hover select {
  color: #73301a;
}
.select:hover option {
  color: black;
}
.select-film-available {
  width: 162px;
  position: relative;
  top: -2px;
}
.select-film-available select {
  width: 190px;
  color: #73301a;
}
.select-film-available option {
  color: black;
}
.videoline {
  min-height: 24px;
}
.vfile {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  border: solid 1px #e7e7e7;
  width: 216px;
  height: 122px;
  background: url('/img/notDigitized320.jpg') no-repeat center;
  background-size: contain;
  vertical-align: text-top;
  padding: 6px;
}
.vfile label {
  vertical-align: top;
  background-color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity = 80);
  -moz-opacity: 80;
  color: #85ab5e;
}
.vfile .content {
  padding-top: 6px;
}
.vfile .content .busy {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  width: 16px;
  height: 16px;
  background: transparent url('/img/loader24w.gif') no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
}
.vfile .content span {
  position: relative;
  margin-left: 6px;
  vertical-align: top;
}
.cb-m1 .c1 {
  width: 33%;
}
.cb-m1 .c2 {
  width: 50%;
}
.cb-m1 .c3 {
  width: 100%;
}
.cb-m1 .c1,
.cb-m1 .c2,
.cb-m1 .c3 {
  float: left;
  display: block;
  text-decoration: none;
  color: black;
}
.cb-m1 .cw2 {
  margin-left: 33%;
}
.cb-m1 .cw3 {
  margin-left: 50%;
}
.cb-m1 a:hover p {
  color: black;
}
.cb-m1 a:hover h1,
.cb-m1 a:hover h2,
.cb-m1 a:hover h3 {
  color: #73301a;
}
.s-hp3c .cb-m1 .c1,
.s-hp3c .cb-m1 .c2,
.s-hp3c .cb-m1 .c3 {
  width: auto;
  float: none;
}
.s-hp3c .cb-m1 .cw2,
.s-hp3c .cb-m1 .cw3 {
  margin-left: auto;
}
.s-hp3c .cb-m1 .c1,
.s-hp3c .cb-m1 .c2,
.s-hp3c .cb-m1 .c3 {
  border-left: solid 22px #ffffff;
}
.s-hp3c .cb-m1 .lr {
  border: none;
}
.s-hp3c .cb-m1 .lr > .c1,
.s-hp3c .cb-m1 .lr > .c2,
.s-hp3c .cb-m1 .lr > .c3 {
  border-left: solid 22px #80351d;
}
.s-hp3c .cb-m1 .lb {
  border: none;
}
.s-hp3c .cb-m1 .lb > .c1,
.s-hp3c .cb-m1 .lb > .c2,
.s-hp3c .cb-m1 .lb > .c3 {
  border-left: solid 22px #85ab5e;
}
.s-hp3c .cb-m1 .ly {
  border: none;
}
.s-hp3c .cb-m1 .ly > .c1,
.s-hp3c .cb-m1 .ly > .c2,
.s-hp3c .cb-m1 .ly > .c3 {
  border-left: solid 22px #85ab5e;
}
.s-hp3c .cb-m1 .c1 > * {
  padding-left: 6px;
}
.cb-std {
  margin-bottom: -4px;
  overflow: hidden;
}
.cb-std img {
  width: 100%;
}
.cb-std a {
  padding-right: 3%;
  float: left;
  display: block;
  width: 22.75%;
}
.cb-std .c1 img,
.cb-std .c2 img,
.cb-std .c3 img,
.cb-std .c4 img {
  margin-bottom: 11%;
}
.cb-std .c4,
.cb-std .c8 {
  padding-right: 0px;
  float: right;
}
.cb-std div {
  clear: both;
}
.cb-std .s2,
.cb-std .s3,
.cb-std .s6 {
  display: none;
}
.s-hp3c .cb-std .c7,
.s-hp3c .cb-std .c8,
.s-hp3c .cb-std .s4 {
  display: none;
}
.s-hp3c .cb-std .s3 {
  display: block;
}
.s-hp3c .cb-std .c1 img,
.s-hp3c .cb-std .c2 img,
.s-hp3c .cb-std .c3 img {
  margin-bottom: 8%;
}
.s-hp3c .cb-std .c4 img {
  margin-bottom: 0px;
}
.s-hp3c .cb-std a {
  padding-right: 3%;
  width: 31.33333333%;
  float: left;
}
.s-hp3c .cb-std .c3,
.s-hp3c .cb-std .c6 {
  padding-right: 0px;
  float: right;
}
.s-hp8c .cb-std .c7,
.s-hp8c .cb-std .c8,
.s-hp8c .cb-std .s4,
.s-hp8c .cb-std .s3,
.s-hp8c .cb-std .s6 {
  display: none;
}
.s-hp8c .cb-std .s2,
.s-hp8c .cb-std .s6 {
  display: block;
}
.s-hp8c .cb-std .c1 img,
.s-hp8c .cb-std .c2 img,
.s-hp8c .cb-std .c3 img,
.s-hp8c .cb-std .c4 img {
  margin-bottom: 4%;
}
.s-hp8c .cb-std a {
  padding-right: 3%;
  width: 48.5%;
  float: left;
}
.s-hp8c .cb-std .c3 {
  float: left;
}
.s-hp8c .cb-std .c2,
.s-hp8c .cb-std .c4,
.s-hp8c .cb-std .c6 {
  padding-right: 0px;
  float: right;
}
.cb-dig .c1 {
  width: 160px;
}
.cb-dig .c2 {
  width: 100%;
}
.cb-dig .c1,
.cb-dig .c2 {
  float: left;
  display: block;
  text-decoration: none;
}
.cb-dig .cw2 {
  margin-left: 160px;
}
.cb-dig .c2 .c1 {
  width: 33%;
  float: left;
}
.cb-dig .c2 .c2 {
  width: 33%;
  float: left;
}
.cb-dig .c2 .c3 {
  width: 33%;
  float: right;
}
.cb-dig .c2 .c1,
.cb-dig .c2 .c2,
.cb-dig .c2 .c3 {
  text-decoration: none;
  color: black;
}
.cb-dig .c2 a:hover p {
  color: black;
}
.cb-dig .c2 a:hover h1,
.cb-dig .c2 a:hover h2,
.cb-dig .c2 a:hover h3 {
  color: #73301a;
}
.cb-dig .li-t {
  height: 0px;
  width: 160px;
  overflow: visible;
}
.cb-dig .li-t h3 {
  position: relative;
  top: -40px;
  margin: 0px;
}
.cb-dig .li-t a {
  color: black;
  text-decoration: none;
}
.cb-dig .li-t align-content:hover {
  color: #73301a;
}
.cb-dig .digit-program {
  padding-bottom: 60px;
}
.cb-dig .t3 .c1 > * {
  padding-left: 6px;
}
.s-hp3c .cb-dig .cw1 {
  border-left: solid 22px #ba9250;
}
.s-hp3c .cb-dig .cw1 > .c1 {
  padding-left: 6px;
}
.s-hp3c .cb-dig .cw2 {
  border-left: none;
}
.s-hp3c .cb-dig .cw1 > .c1,
.s-hp3c .cb-dig .cw2 > .c2 {
  float: none;
  width: auto;
}
.s-hp3c .cb-dig .cw2 {
  margin-left: 0px;
}
.s-hp3c .cb-dig .digit-program {
  padding-bottom: 6px;
}
.s-hp3c .cb-dig .li-t {
  border-left: solid 22px #ba9250;
  padding-left: 6px;
  height: auto;
  width: auto;
}
.s-hp3c .cb-dig .li-t h3 {
  top: 0px;
  padding-top: 12px;
}
.s-ftr .cb-dig .c2 .c1,
.s-ftr .cb-dig .c2 .c2,
.s-ftr .cb-dig .c2 .c3 {
  float: none;
  width: 100%;
  padding-left: 0px;
}
.s-ftr .cb-dig .c2 .c2 > *,
.s-ftr .cb-dig .c2 .c3 > * {
  padding-left: 0px;
}
.s-ftr .cb-dig .c2 .c1,
.s-ftr .cb-dig .c2 .c2,
.s-ftr .cb-dig .c2 .c3 {
  padding-bottom: 12px;
}
.cb-dig a,
.cb-m1 a {
  text-decoration: none;
  color: black;
}
.cb-dig a:hover,
.cb-m1 a:hover {
  color: #73301a;
  text-decoration: none;
}
.player-line {
  float: right;
}
.player-line .player-button {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  width: 340px;
  height: 24px;
  background: #262626;
  color: white;
  position: relative;
  left: -22px;
  z-index: 12;
  cursor: pointer;
  overflow: hidden;
  font-size: 12px;
  font-family: RobotoSlab, Helvetica, Arial, Sans-Serif;
}
.player-line .player-button b {
  display: block;
  position: relative;
  top: 3px;
}
.player-line .player-button .t {
  padding-left: 6px;
  margin-right: 48px;
  font-weight: normal;
  max-height: 20px;
  overflow: hidden;
  position: relative;
  /* IE overflow */
}
.player-line .player-button .i {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  width: 16px;
  height: 16px;
  background: url('/img/icons48.png') no-repeat center;
  background-size: 400px 200px;
  -webkit-background-size: 400px 200px;
  -o-background-size: 400px 200px;
  -moz-background-size: 400px 200px;
  /* nobg+ */
  background-position: -162px -82px;
  float: right;
  position: relative;
  top: 4px;
  left: -4px;
}
.player-line .player-button:hover {
  background-color: #80351d;
}
.player-line .player-button.off {
  display: none;
}
.no-backgroundsize .player-line .player-button .i {
  background-image: url('/img/icons48-s16.png');
}
.player-line.min .player-button {
  width: 28px;
}
.player-line.min .player-button .t {
  display: none;
}
.nf-player-place {
  position: relative;
  z-index: 12;
  height: 0px;
  width: 0px;
  float: right;
  overflow: visible;
}
.videoPlayer,
.nf-player {
  width: 340px;
  background: #262626;
  float: right;
  border-left: solid 1px black;
  border-bottom: solid 1px black;
  padding: 10px;
  color: white;
  position: relative;
  left: -24px;
  cursor: default;
}
.videoPlayer .loading-container.simple.on .loading,
.nf-player .loading-container.simple.on .loading {
  width: 24px;
  height: 24px;
  position: relative;
  top: 0px;
  left: 0px;
  background: transparent url('/img/loader24.gif') no-repeat center center;
}
.videoPlayer *,
.nf-player * {
  border-radius: 0 /*{cornerRadius}*/;
}
.videoPlayer video,
.nf-player video {
  background-color: black;
  width: 100%;
}
.videoPlayer .playing-title,
.nf-player .playing-title {
  margin: 0px;
  padding-bottom: 5px;
  border-bottom: solid 1px #777777;
}
.videoPlayer .play-container,
.nf-player .play-container {
  height: 9px;
}
.videoPlayer .load-progress,
.nf-player .load-progress {
  height: 5px;
  border: solid 1px black;
}
.videoPlayer .load-progress .ui-progressbar-value,
.nf-player .load-progress .ui-progressbar-value {
  background-color: #777777;
  border: none;
}
.videoPlayer .load-progress.off,
.nf-player .load-progress.off {
  display: none;
}
.videoPlayer .play-progress,
.nf-player .play-progress {
  height: 5px;
  position: relative;
  top: -6px;
  border: none;
}
.videoPlayer .play-progress .ui-progressbar-value,
.nf-player .play-progress .ui-progressbar-value {
  background: #85ab5e;
  border: none;
}
.videoPlayer .play-progress.off,
.nf-player .play-progress.off {
  display: none;
}
.videoPlayer .play-slider,
.nf-player .play-slider {
  height: 5px;
  position: relative;
  top: -12px;
  border: none;
}
.videoPlayer .play-slider .ui-slider-handle,
.nf-player .play-slider .ui-slider-handle {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  width: 12px;
  height: 12px;
  background: url('/img/icons48.png') no-repeat center;
  background-size: 600px 300px;
  -webkit-background-size: 600px 300px;
  -o-background-size: 600px 300px;
  -moz-background-size: 600px 300px;
  background-position: -280px -130px;
  position: relative;
  top: -7px;
  border: none;
  margin-left: -7px;
}
.videoPlayer .play-slider.off,
.nf-player .play-slider.off {
  display: none;
}
.videoPlayer .scene-container,
.nf-player .scene-container {
  height: 9px;
  padding-top: 3px;
}
.videoPlayer .scene-range,
.nf-player .scene-range {
  height: 5px;
  border: solid 1px black;
  background: #777777;
}
.videoPlayer .scene-range .ui-slider-range,
.nf-player .scene-range .ui-slider-range {
  height: 5px;
  background: #ba9250;
  position: relative;
}
.videoPlayer .scene-range .ui-slider-handle,
.nf-player .scene-range .ui-slider-handle {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  width: 12px;
  height: 12px;
  background: url('/img/icons48.png') no-repeat center;
  background-size: 600px 300px;
  -webkit-background-size: 600px 300px;
  -o-background-size: 600px 300px;
  -moz-background-size: 600px 300px;
  background-position: -309px -130px;
  position: relative;
  top: -9px;
  margin-left: -5px;
  border: none;
}
.videoPlayer .scene-range .ui-slider-handle + .ui-slider-handle,
.nf-player .scene-range .ui-slider-handle + .ui-slider-handle {
  margin-left: -12px;
}
.videoPlayer .sizeContainer,
.nf-player .sizeContainer {
  height: 20px;
  padding: 1px 0px 1px 0px;
}
.videoPlayer .volume-container,
.nf-player .volume-container {
  height: 18px;
  width: 60px;
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  padding: 1px 0px 1px 0px;
  vertical-align: middle;
}
.videoPlayer .size-1,
.nf-player .size-1,
.videoPlayer .size-2,
.nf-player .size-2,
.videoPlayer .size-3,
.nf-player .size-3 {
  padding-left: 5px;
  font-size: 12px;
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  color: #777777;
  cursor: pointer;
  position: relative;
  float: right;
}
.videoPlayer .bt-mute,
.nf-player .bt-mute {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  float: left;
  height: 12px;
  width: 12px;
  background: url('/img/icons48.png') no-repeat center;
  background-size: 300px 150px;
  -webkit-background-size: 300px 150px;
  -o-background-size: 300px 150px;
  -moz-background-size: 300px 150px;
  background-position: -241.5px -61.5px;
  position: relative;
  top: 3px;
  cursor: pointer;
}
.videoPlayer .bt-mute.mute,
.nf-player .bt-mute.mute {
  background-position: -256.5px -61.5px;
  width: 18px;
}
.videoPlayer .bt-mute.mute + .volume-progress,
.nf-player .bt-mute.mute + .volume-progress {
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity = 50);
  -moz-opacity: 50;
}
.videoPlayer .size-1:hover,
.nf-player .size-1:hover,
.videoPlayer .size-2:hover,
.nf-player .size-2:hover,
.videoPlayer .size-3:hover,
.nf-player .size-3:hover {
  color: white;
}
.videoPlayer .volume-progress,
.nf-player .volume-progress {
  height: 12px;
  margin-left: 18px;
  position: relative;
  top: 3px;
  background: url('/img/bg-volume-bg.png') repeat-x left center;
  background-size: 4px 12px;
  -webkit-background-size: 4px 12px;
  -o-background-size: 4px 12px;
  -moz-background-size: 4px 12px;
  border: none;
}
.videoPlayer .volume-progress .ui-progressbar-value,
.nf-player .volume-progress .ui-progressbar-value {
  height: 12px;
  background: url('/img/bg-volume.png') repeat-x left center;
  background-size: 4px 12px;
  -webkit-background-size: 4px 12px;
  -o-background-size: 4px 12px;
  -moz-background-size: 4px 12px;
  border: none;
}
.videoPlayer .volume-slider,
.nf-player .volume-slider {
  height: 12px;
  border: none;
  position: relative;
  top: -12px;
  margin-left: 18px;
}
.videoPlayer .volume-slider .ui-slider-handle,
.nf-player .volume-slider .ui-slider-handle {
  display: none !important;
}
.videoPlayer .bt-container,
.nf-player .bt-container,
.videoPlayer .tk-container,
.nf-player .tk-container,
.videoPlayer .label-container,
.nf-player .label-container,
.videoPlayer .img-container,
.nf-player .img-container {
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
}
.videoPlayer .bt-container .bt,
.nf-player .bt-container .bt,
.videoPlayer .tk-container .bt,
.nf-player .tk-container .bt,
.videoPlayer .label-container .bt,
.nf-player .label-container .bt,
.videoPlayer .img-container .bt,
.nf-player .img-container .bt {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  border: solid 1px #262626;
  background: none;
  padding: 5px 7px 3px 7px;
  text-align: center;
}
.videoPlayer .bt-container .bt-play,
.nf-player .bt-container .bt-play,
.videoPlayer .tk-container .bt-play,
.nf-player .tk-container .bt-play,
.videoPlayer .label-container .bt-play,
.nf-player .label-container .bt-play,
.videoPlayer .img-container .bt-play,
.nf-player .img-container .bt-play {
  padding-left: 17px;
  padding-right: 17px;
}
.videoPlayer .bt-container label,
.nf-player .bt-container label,
.videoPlayer .tk-container label,
.nf-player .tk-container label,
.videoPlayer .label-container label,
.nf-player .label-container label,
.videoPlayer .img-container label,
.nf-player .img-container label {
  padding: 2px;
}
.videoPlayer .bt a,
.nf-player .bt a {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  width: 16px;
  height: 16px;
  background: url('/img/icons48.png') no-repeat center;
  background-size: 400px 200px;
  -webkit-background-size: 400px 200px;
  -o-background-size: 400px 200px;
  -moz-background-size: 400px 200px;
  /* nobg+ */
}
.videoPlayer .tk-container .bt,
.nf-player .tk-container .bt,
.videoPlayer .label-container .bt,
.nf-player .label-container .bt,
.videoPlayer .img-container .bt,
.nf-player .img-container .bt {
  position: relative;
  vertical-align: text-top;
  padding-top: 0px;
  padding-bottom: 0px;
}
.videoPlayer .tk-container,
.nf-player .tk-container {
  padding-top: 14px;
}
.videoPlayer .label-container,
.nf-player .label-container {
  padding-top: 5px;
}
.videoPlayer .img-container,
.nf-player .img-container {
  position: relative;
  left: 23px;
}
.videoPlayer .img-container input + label,
.nf-player .img-container input + label {
  font-size: 11px;
}
.videoPlayer .img-container .splitter,
.nf-player .img-container .splitter {
  position: relative;
  top: 3px;
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  width: 1px;
  height: 16px;
  margin: 0px 4px 0px 2px;
  border-left: solid 1px #e7e7e7;
}
.videoPlayer .bt-play a,
.nf-player .bt-play a {
  background-position: -162px -82px;
}
.videoPlayer .bt-play:hover a,
.nf-player .bt-play:hover a {
  background-position: -162px -102px;
}
.videoPlayer .bt-play.pause a,
.nf-player .bt-play.pause a {
  background-position: -302px -82px;
}
.videoPlayer .bt-play.pause:hover a,
.nf-player .bt-play.pause:hover a {
  background-position: -302px -102px;
}
.videoPlayer .bt-play.off a,
.nf-player .bt-play.off a {
  background-position: -162px -82px;
}
.videoPlayer .bt-prev-sec a,
.nf-player .bt-prev-sec a {
  background-position: -42px -82px;
}
.videoPlayer .bt-prev-sec:hover a,
.nf-player .bt-prev-sec:hover a {
  background-position: -42px -102px;
}
.videoPlayer .bt-prev-sec.off a,
.nf-player .bt-prev-sec.off a {
  background-position: -42px -82px;
}
.videoPlayer .bt-next-sec a,
.nf-player .bt-next-sec a {
  background-position: -62px -82px;
}
.videoPlayer .bt-next-sec:hover a,
.nf-player .bt-next-sec:hover a {
  background-position: -62px -102px;
}
.videoPlayer .bt-next-sec.off a,
.nf-player .bt-next-sec.off a {
  background-position: -62px -82px;
}
.videoPlayer .bt-prev-frame a,
.nf-player .bt-prev-frame a {
  background-position: -2px -82px;
}
.videoPlayer .bt-prev-frame:hover a,
.nf-player .bt-prev-frame:hover a {
  background-position: -2px -102px;
}
.videoPlayer .bt-prev-frame.off a,
.nf-player .bt-prev-frame.off a {
  background-position: -2px -82px;
}
.videoPlayer .bt-next-frame a,
.nf-player .bt-next-frame a {
  background-position: -22px -82px;
}
.videoPlayer .bt-next-frame:hover a,
.nf-player .bt-next-frame:hover a {
  background-position: -22px -102px;
}
.videoPlayer .bt-next-frame.off a,
.nf-player .bt-next-frame.off a {
  background-position: -22px -82px;
}
.videoPlayer .bt-setIn a,
.nf-player .bt-setIn a {
  background-position: -82px -82px;
}
.videoPlayer .bt-setIn:hover a,
.nf-player .bt-setIn:hover a {
  background-position: -82px -102px;
}
.videoPlayer .bt-setIn.off a,
.nf-player .bt-setIn.off a {
  background-position: -82px -82px;
}
.videoPlayer .bt-setOut a,
.nf-player .bt-setOut a,
.videoPlayer .bt-setImg a,
.nf-player .bt-setImg a {
  background-position: -102px -82px;
}
.videoPlayer .bt-setOut:hover a,
.nf-player .bt-setOut:hover a,
.videoPlayer .bt-setImg:hover a,
.nf-player .bt-setImg:hover a {
  background-position: -102px -102px;
}
.videoPlayer .bt-setOut.off a,
.nf-player .bt-setOut.off a,
.videoPlayer .bt-setImg.off a,
.nf-player .bt-setImg.off a {
  background-position: -102px -82px;
}
.videoPlayer .bt-playInOut a,
.nf-player .bt-playInOut a {
  background-position: -222px -82px;
  width: 28px;
}
.videoPlayer .bt-playInOut:hover a,
.nf-player .bt-playInOut:hover a {
  background-position: -222px -102px;
  width: 28px;
}
.videoPlayer .bt-playInOut.off a,
.nf-player .bt-playInOut.off a {
  background-position: -222px -82px;
  width: 28px;
}
.videoPlayer .bt-goIn a,
.nf-player .bt-goIn a {
  background-position: -122px -82px;
}
.videoPlayer .bt-goIn:hover a,
.nf-player .bt-goIn:hover a {
  background-position: -122px -102px;
}
.videoPlayer .bt-goIn.off a,
.nf-player .bt-goIn.off a {
  background-position: -122px -82px;
}
.videoPlayer .bt-goOut a,
.nf-player .bt-goOut a,
.videoPlayer .bt-goImg a,
.nf-player .bt-goImg a {
  background-position: -142px -82px;
}
.videoPlayer .bt-goOut:hover a,
.nf-player .bt-goOut:hover a,
.videoPlayer .bt-goImg:hover a,
.nf-player .bt-goImg:hover a {
  background-position: -142px -102px;
}
.videoPlayer .bt-goOut.off a,
.nf-player .bt-goOut.off a,
.videoPlayer .bt-goImg.off a,
.nf-player .bt-goImg.off a {
  background-position: -142px -82px;
}
.videoPlayer .bt-save-tc,
.nf-player .bt-save-tc {
  margin-left: 2px;
  padding: 0px;
}
.videoPlayer .bt-save-tc a,
.nf-player .bt-save-tc a {
  background-position: -282px -82px;
}
.videoPlayer .bt-save-tc:hover a,
.nf-player .bt-save-tc:hover a {
  background-position: -282px -102px;
}
.videoPlayer .bt-save-tc.off a,
.nf-player .bt-save-tc.off a {
  background-position: -282px -82px;
}
.videoPlayer .bt-play.off a,
.nf-player .bt-play.off a,
.videoPlayer .bt-setOut.off a,
.nf-player .bt-setOut.off a,
.videoPlayer .bt-goOut.off a,
.nf-player .bt-goOut.off a,
.videoPlayer .bt-goImg.off a,
.nf-player .bt-goImg.off a,
.videoPlayer .bt-setImg.off a,
.nf-player .bt-setImg.off a,
.videoPlayer .bt-prev-sec.off a,
.nf-player .bt-prev-sec.off a,
.videoPlayer .bt-playInOut.off a,
.nf-player .bt-playInOut.off a,
.videoPlayer .bt-goIn.off a,
.nf-player .bt-goIn.off a,
.videoPlayer .bt-next-sec.off a,
.nf-player .bt-next-sec.off a,
.videoPlayer .bt-prev-frame.off a,
.nf-player .bt-prev-frame.off a,
.videoPlayer .bt-next-frame.off a,
.nf-player .bt-next-frame.off a,
.videoPlayer .bt-setIn.off a,
.nf-player .bt-setIn.off a {
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity = 50);
  -moz-opacity: 50;
}
.videoPlayer .bt.off,
.nf-player .bt.off {
  border-color: #e7e7e7;
  cursor: default;
}
.videoPlayer .bt.off a,
.nf-player .bt.off a {
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity = 40);
  -moz-opacity: 40;
}
.videoPlayer .bt:hover,
.nf-player .bt:hover {
  border-color: black;
}
.videoPlayer .loading-container.simple .loading,
.nf-player .loading-container.simple .loading {
  position: relative;
  top: -7px;
  left: -7px;
}
.videoPlayer .film-id,
.nf-player .film-id {
  width: 305px;
}
.videoPlayer .time-in,
.nf-player .time-in,
.videoPlayer .time-out,
.nf-player .time-out,
.videoPlayer .time-img,
.nf-player .time-img {
  width: 75px;
  text-align: center;
  position: relative;
  margin-left: 2px;
  margin-right: 2px;
}
.videoPlayer .close-container,
.nf-player .close-container {
  height: 0px;
  overflow: visible;
}
.videoPlayer .close-container .bt-close,
.nf-player .close-container .bt-close {
  float: right;
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  height: 16px;
  width: 16px;
  background: url('/img/icons48.png') no-repeat center;
  background-size: 266.66666667px 133.33333333px;
  -webkit-background-size: 266.66666667px 133.33333333px;
  -o-background-size: 266.66666667px 133.33333333px;
  -moz-background-size: 266.66666667px 133.33333333px;
  background-position: -254.66666667px -54.66666667px;
  position: relative;
  z-index: 13;
  cursor: pointer;
}
.videoPlayer .bt-size-full,
.nf-player .bt-size-full {
  float: right;
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  height: 12px;
  width: 12px;
  background: url('/img/icons48.png') no-repeat center;
  background-size: 266.66666667px 133.33333333px;
  -webkit-background-size: 266.66666667px 133.33333333px;
  -o-background-size: 266.66666667px 133.33333333px;
  -moz-background-size: 266.66666667px 133.33333333px;
  background-position: -174.66666667px -54.66666667px;
  position: relative;
  top: 4px;
  cursor: pointer;
}
.videoPlayer .play-line,
.nf-player .play-line {
  border-bottom: solid 1px #777777;
}
.videoPlayer .play-line span,
.nf-player .play-line span {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  min-width: 20px;
  text-align: center;
}
.videoPlayer .play-line span._cur,
.nf-player .play-line span._cur {
  background: #73301a;
  font-weight: bold;
  color: white;
}
.videoPlayer .play-line span:hover,
.nf-player .play-line span:hover {
  font-weight: bold;
}
.videoPlayer .scene-label,
.nf-player .scene-label {
  width: 230px;
}
.videoPlayer .off,
.nf-player .off {
  border: solid 1px #262626 !important;
}
.videoPlayer .vc,
.nf-player .vc {
  height: 0px;
  overflow: visible;
}
.videoPlayer .v,
.nf-player .v {
  position: relative;
  z-index: 17;
  width: 100%;
}
.videoPlayer .vm,
.nf-player .vm {
  border: #e7e7e7 solid 1px;
  background: #f7f7f7;
  color: black;
  margin: 0px;
  padding: 0px;
}
.videoPlayer .vm li,
.nf-player .vm li {
  margin: 0px;
  padding: 6px;
  list-style-type: none;
  border-top: #e7e7e7 solid 1px;
}
.videoPlayer .vm a,
.nf-player .vm a {
  color: black;
  text-decoration: none;
}
.videoPlayer .vm a:hover,
.nf-player .vm a:hover {
  color: #73301a;
}
.nf-player.size-1 .size-1,
.nf-player.size-2 .size-2,
.nf-player.size-3 .size-3 {
  color: white;
}
.nf-player.size-2 {
  width: 600px;
}
.nf-player.size-3 {
  width: 800px;
}
.nf-player.size-0 .bt-size-full,
.nf-player.size-0 .size-1,
.nf-player.size-0 .size-2,
.nf-player.size-0 .size-3,
.nf-player.size-0 .close-container {
  display: none;
}
.mobile .nf-player-place {
  float: none !important;
  position: fixed !important;
  left: 0px !important;
  top: 0px !important;
  width: 100% !important;
}
.mobile .nf-player {
  float: none !important;
  width: 100% !important;
  position: relative;
  z-index: 110;
  padding: 0px !important;
  left: 0px !important;
}
.mobile .player-button {
  float: none !important;
  position: fixed !important;
  left: 0px !important;
  top: 0px !important;
  width: 100% !important;
  z-index: 100;
}
.no-backgroundsize .nf-player .bt a {
  background-image: url('/img/icons48-s16.png');
}
.last-incoming {
  height: 210px;
  overflow: hidden;
  font-size: 11px;
  position: relative;
  /* IE overflow */
}
.last-incoming .slides {
  height: 210px;
  text-wrap: none;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  /* IE overflow */
}
.last-incoming .slide {
  width: 280px;
  height: 210px;
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  left: -280px;
  overflow: hidden;
  position: relative;
  /* IE overflow */
}
.last-incoming .slide img {
  width: 100%;
  height: 210px;
}
.last-incoming .slide img.hd {
  width: 136%;
  position: relative;
  left: -18%;
}
.last-incoming .film {
  padding: 0px !important;
}
.last-incoming .slide.hidden {
  display: none;
}
.last-incoming .slide-text {
  background: url('/img/bg-black1.png') repeat;
  height: 65px;
  position: relative;
  top: -275px;
  overflow: hidden;
  padding: 6px 12px 6px 12px;
  text-wrap: normal;
  text-align: left;
}
.last-incoming .im-slideshow-controls {
  height: 0px;
  position: relative;
  top: -127px;
}
.last-incoming h3,
.last-incoming h2,
.last-incoming p,
.last-incoming a,
.last-incoming a:visited,
.last-incoming span,
.last-incoming small {
  margin: 0px;
  padding: 0px !important;
  color: white !important;
  text-align: left;
  display: inline;
  white-space: normal;
}
.last-incoming .play-area {
  height: 160px;
  padding-top: 10px;
  padding-bottom: 40px;
  position: relative;
  top: -210px;
}
.no-backgroundsize .last-incoming .play-area {
  background-image: url('/img/play-bg84.png');
}
/*-----------------------------  Фиксированный подвал -----------------------------*/
html,
body,
#wrap {
  height: 100%;
}
body > #wrap {
  height: auto;
  min-height: 100%;
}
#main {
  padding-bottom: 400px;
}
/* must be same height as the footer */
#footer {
  position: relative;
  margin-top: -400px;
  /* negative value of footer height */
  height: 400px;
  clear: both;
  overflow: hidden;
}
/* CLEAR FIX*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
.fixed-footer {
  border-bottom: none;
}
.fixed-footer a,
.fixed-footer a:visited {
  color: white;
  text-decoration: none;
}
.fixed-footer a:hover {
  text-decoration: underline;
}
.fixed-footer .cb {
  background: url('/img/tat_footer_bg.jpg') #262626 no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  color: white;
  height: 400px;
}
.fixed-footer .cb > div {
  padding: 24px 24px 48px 24px;
}
.fixed-footer ul {
  padding-left: 13px;
}
#footer {
  position: relative;
  margin-top: -400px;
  /* negative value of footer height */
  height: 400px;
  clear: both;
}
.fixed-footer .c1 {
  width: 33%;
  float: left;
}
.fixed-footer .c2 {
  width: 33%;
  float: left;
}
.fixed-footer .c3 {
  width: 33%;
  float: right;
}
.fixed-footer a {
  white-space: normal !important;
}
.fixed-footer .padt {
  padding-top: 24px !important;
}
.media-fileupload .ui-progressbar,
.mfile .ui-progressbar {
  height: 2px;
  background-color: #e7e7e7;
  border: none;
  border-radius: 0 /*{cornerRadius}*/;
}
.media-fileupload .ui-progressbar .ui-progressbar-value,
.mfile .ui-progressbar .ui-progressbar-value {
  background-color: #85ab5e;
  height: 12px;
  position: relative;
  top: -5px;
  border: none;
  border-radius: 0 /*{cornerRadius}*/;
}
.media-fileupload {
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
}
.media-fileupload .file {
  padding-top: 12px;
  padding-bottom: 12px;
}
.media-fileupload .files-title {
  margin-bottom: 5px;
  font-weight: normal;
  padding-left: 12px;
}
.media-fileupload .file .abort {
  visibility: hidden;
}
.media-fileupload .file:hover .abort,
.media-fileupload .file.err .abort {
  visibility: visible;
}
.media-fileupload .abort {
  float: right;
  cursor: pointer;
}
.media-fileupload .file .abort:hover {
  color: #73301a;
}
.media-fileupload .file.err {
  color: #80351d;
}
.media-fileupload .file.err .abort:hover {
  color: #80351d;
}
.media-fileupload .bt-fileupload {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.media-fileupload .bt-fileupload .img {
  display: none;
}
.media-fileupload .dropzone {
  height: 80px;
  padding-top: 55px;
  border: dotted;
  border-color: #e7e7e7;
  border-width: 3px;
  text-align: center;
}
.media-fileupload .dropzone.in {
  color: #73301a;
}
.media-fileupload .dropzone .err {
  position: relative;
  top: -30px;
}
.media-fileupload .or {
  padding: 6px 0px 6px 0px;
  text-align: center;
  color: #848587;
}
.media-fileupload .files-area {
  margin-top: 24px;
}
.user-uploaded-files .no-files {
  padding-left: 24px;
}
.user-uploaded-files .loading {
  float: right;
  position: relative;
  top: -24px;
}
/**/
.mfile {
  width: 210px;
  margin-right: 24px;
  margin-bottom: 24px;
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
}
.mfile .loading-container {
  height: 0px;
  float: right;
}
.mfile .ti {
  border: solid 2px #85ab5e;
  cursor: pointer;
  width: 210px;
  height: 120px;
  overflow: hidden;
  display: block;
}
.mfile .ti > div {
  text-align: center;
  background-size: cover;
  background-color: black;
  width: 210px;
  /* Блок с картинкой чуть выше, что бы скрыть подпись с номером картинки */
  height: 132px;
}
.mfile .ti > div.audio {
  background-color: white;
}
.mfile .ti.upload > div {
  background-color: white;
}
.mfile .info {
  width: 210px;
  height: 24px;
  overflow: hidden;
  position: relative;
  top: -26px;
  /* Увеличиваем на величину рамки .ti*/
  left: 2px;
  background: white;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity = 70);
  -moz-opacity: 70;
  color: black;
  visibility: hidden;
  white-space: nowrap;
}
.mfile :hover .info {
  visibility: visible;
}
.mfile.withdetails {
  height: auto;
  width: 100%;
  margin: 0px;
  /* Цвет подложки под картинку */
}
.mfile.withdetails .bg {
  background-color: black;
}
.mfile.withdetails .ti {
  margin-left: auto;
  margin-right: auto;
  border: none;
}
.mfile.withdetails .details {
  padding-top: 6px;
}
/* Форма выбора файла для добавления в документ */
.popup-form .user-uploaded-files {
  height: 400px;
  overflow-y: scroll;
}
/* Анимированный знак загрузки */
.mload-loader {
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  perspective: 1200;
  -o-perspective: 1200;
  -ms-perspective: 1200;
  -webkit-perspective: 1200;
  -moz-perspective: 1200;
}
.mload-flipper {
  position: relative;
  display: block;
  height: inherit;
  width: inherit;
  animation: mload-flip 3s infinite ease-in-out;
  -o-animation: mload-flip 3s infinite ease-in-out;
  -ms-animation: mload-flip 3s infinite ease-in-out;
  -webkit-animation: mload-flip 3s infinite ease-in-out;
  -moz-animation: mload-flip 3s infinite ease-in-out;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
}
.mload-front,
.mload-back {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: #85ab5e;
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.mload-back {
  background-color: #000000;
  z-index: 800;
  transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
}
@keyframes mload-flip {
  0% {
    -webkit-transform: perspective(117px) rotateX(0deg) rotateY(0deg);
            transform: perspective(117px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(117px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(117px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(117px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(117px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@-webkit-keyframes mload-flip {
  0% {
    -webkit-transform: perspective(117px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(117px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(117px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.fsound .ui-progressbar-value,
.fsound .mload-front,
.fsound .mload-back {
  background-color: #ba9250;
}
.fsound .ti {
  border-color: #ba9250;
}
.fimg .ui-progressbar-value,
.fimg .mload-front,
.fimg .mload-back {
  background-color: #85ab5e;
}
.fimg .ti {
  border-color: #85ab5e;
}
.err .ti {
  border-color: #80351d;
}
.err .ti label {
  position: relative;
  top: 34%;
}
.err .info label {
  color: black;
  visibility: visible;
}
.my-cabinet-nav {
  text-transform: uppercase;
  font-size: 12px;
  font-family: RobotoSlab, Helvetica, Arial, Sans-Serif;
}
.my-cabinet-nav a {
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 4px 6px 0px 6px;
  color: black;
  height: 20px;
}
.my-cabinet-nav a:hover {
  color: #80351d;
}
.my-cabinet-nav a._cur {
  background-color: #85ab5e;
  color: white;
}
.my-cabinet-nav a:first-child {
  padding-left: 30px;
}
.my-cabinet-nav .logout {
  float: right;
  padding-top: 2px;
}
.change-cabview {
  float: right;
  text-decoration: underline;
  position: relative;
  top: 17px;
}
.doc-viewving {
  height: 40px;
  background: no-repeat left center;
  background-size: contain;
  background-image: url('/Img/ic-docview.png');
  background-image: url('/Img/ic-docview.svg');
  padding-left: 88px;
  padding-top: 24px;
  margin-top: 24px;
  margin-bottom: 48px;
}
.doc-viewving.new {
  height: 58px;
  padding-top: 6px;
  background-image: url('/Img/ic-attention.png');
  background-image: url('/Img/ic-attention.svg');
}
.user-info .msg {
  text-indent: -34px;
}
.user-info .msg .ic {
  margin-right: 10px;
}
.user-info p {
  padding-left: 34px;
}
.user-info .link-button {
  text-decoration: underline;
}
.state-control {
  margin: 10px 48px 0px 0px;
  border-top: solid 1px black;
}
.state-control span {
  display: block;
  height: 16px;
  cursor: pointer;
  text-align: center;
}
.state-control span b {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  width: 16px;
  height: 16px;
  background: url('/img/icons48.png') no-repeat center;
  background-size: 400px 200px;
  -webkit-background-size: 400px 200px;
  -o-background-size: 400px 200px;
  -moz-background-size: 400px 200px;
}
.state-control .expand b {
  background-position: -382px -102px;
}
.state-control .expand:hover b {
  background-position: -382px -122px;
}
.state-control .collapse b {
  background-position: -182px -42px;
}
.state-control .collapse:hover b {
  background-position: -182px -62px;
}
/* Коллекция форматов материалов источника комплектования*/
.provided-formats .im-view {
  padding: 6px 0px 6px 0px;
  color: #005177;
}
.provided-formats label {
  color: black;
}
.provided-formats label:first-child {
  display: inline-block;
  width: 120px;
  font-weight: bold;
  color: #005177;
}
.provided-formats label {
  padding-left: 6px;
}
.provided-formats .link-button,
.provided-formats .link-button label {
  cursor: pointer;
}
.provided-formats .link-button label {
  text-decoration: underline;
}
.clr {
  clear: both;
}
/* Модификаторы */
.btop {
  border-top: solid 1px black;
}
.nbbot {
  border-bottom: none !important;
}
.hs2 {
  height: 48px;
  clear: both;
  background-color: #ffffff;
  position: relative;
}
.fi,
.h1 {
  font-family: RobotoSlab, Helvetica, Arial, Sans-Serif;
}
.tbot span {
  vertical-align: text-bottom;
}
.padt {
  padding-top: 12px !important;
}
.padt2 {
  padding-top: 24px !important;
}
.padb {
  padding-bottom: 12px;
}
.padb2 {
  padding-bottom: 24px;
}
.nopad {
  padding: 0px !important;
}
.nopadt {
  padding-top: 0px !important;
}
.nomarg {
  margin: 0px !important;
}
.nomargt {
  margin-top: 0px !important;
}
.n {
  font-weight: normal;
  font-size: 16px;
}
.padl2 {
  padding-left: 24px !important;
}
.padl {
  padding-left: 12px !important;
}
.padr2 {
  padding-right: 24px !important;
}
.padr3 {
  padding-right: 31px !important;
}
.padr {
  padding-right: 12px !important;
}
.margl2 {
  margin-left: 24px !important;
}
.margl {
  margin-left: 12px !important;
}
.margr2 {
  margin-right: 24px !important;
}
.margr {
  margin-right: 12px !important;
}
.link-menu a {
  text-decoration: none;
}
.link-menu a:hover {
  text-decoration: underline;
}
._cpr_d {
  text-decoration: line-through !important;
  color: #80351d !important;
}
._cpr_i {
  color: #85ab5e !important;
}
.red {
  color: #80351d;
}
.blue {
  color: #85ab5e;
}
.bluetext {
  color: #005177;
}
.grid td {
  margin: 0px;
  padding: 0px !important;
}
._cur {
  color: #73301a;
}
.btsright .hitem {
  visibility: hidden;
  position: relative;
  left: 24px;
}
.btsright:hover .hitem {
  visibility: visible;
}
tr.new {
  color: #85ab5e;
}
tr.del {
  color: #80351d;
}
.fright {
  float: right;
}
.fleft {
  float: left !important;
}
._rowHiglight {
  border: solid 3px #85ab5e !important;
}
.ui-datepicker {
  z-index: 10001 !important;
  padding: 0 !important;
  /* Это из nfu-icons, может быть вынести в отдельный файл */
}
.ui-datepicker.ui-widget {
  font-size: smaller;
}
.ui-datepicker.ui-corner-all,
.ui-datepicker .ui-corner-all {
  border-radius: 0 !important;
}
.ui-datepicker.ui-widget.ui-widget-content {
  border-top-width: 14px !important;
  border-bottom-width: 10px !important;
  border-left-width: 10px !important;
  border-right-width: 10px !important;
  border-style: solid !important;
  border-color: #d8d8d8 !important;
}
.ui-datepicker .ui-datepicker-header {
  border-color: #005177 !important;
  background: #005177 !important;
  padding-top: 12px;
  padding-bottom: 12px;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  cursor: pointer;
  border: none !important;
}
.ui-datepicker .ui-datepicker-prev.ui-state-hover,
.ui-datepicker .ui-datepicker-next.ui-state-hover {
  background: transparent !important;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  width: 16px;
  height: 16px;
  background-image: url('/img/icons48.png') !important;
  background-size: 400px 200px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  -webkit-background-size: 400px 200px;
  -o-background-size: 400px 200px;
  -moz-background-size: 400px 200px;
  text-indent: -9999px;
}
.ui-datepicker .ui-datepicker-prev span {
  background-position: -2px -82px !important;
}
.ui-datepicker .ui-datepicker-next span {
  background-position: -22px -82px !important;
}
.ui-datepicker .ui-datepicker-title {
  color: #d8d8d8 !important;
  font-weight: normal !important;
  text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar {
  background: #ffffff !important;
  border: none;
  border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar thead {
  border-bottom: 1px solid black !important;
}
.ui-datepicker .ui-datepicker-calendar td a,
.ui-datepicker .ui-datepicker-calendar th a {
  padding: 5px;
}
.ui-datepicker .ui-datepicker-calendar tbody .ui-state-default {
  border-color: #ffffff !important;
  text-align: center !important;
}
.ui-datepicker .ui-datepicker-calendar tbody .ui-state-hover {
  border: #85ab5e solid 1px !important;
  background: #ffffff !important;
}
.ui-datepicker .ui-datepicker-calendar tbody .ui-state-active {
  border-color: #ffffff !important;
  background: #ffffff !important;
  color: #943114 !important;
}
.ui-datepicker .ui-datepicker-calendar tbody .ui-state-checked {
  border-color: #ffffff !important;
  background: #ffffff !important;
}
.imgsearch .imgsearch_img_holder {
  width: 100%;
  max-height: 200px;
  text-align: center;
}
.imgsearch .imgsearch_img_holder img.__h {
  height: auto;
  width: 100%;
}
.imgsearch .imgsearch_img_holder img.__v {
  height: 200px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.imgsearch .imgsearch_mode label {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  width: 49%;
  cursor: pointer;
  text-align: center;
  text-decoration: underline;
  color: #c1c1c1;
}
.imgsearch .imgsearch_mode label:hover {
  color: #005177;
}
.imgsearch .imgsearch_mode .imgsearch_mode__svg {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  width: 75px;
  height: 75px;
  margin: 0 auto;
}
.imgsearch .imgsearch_mode .imgsearch_mode__svg-img {
  background-image: url('/Content/nfu/semantic/img_search_image.svg');
}
.imgsearch .imgsearch_mode .imgsearch_mode__svg-face {
  background-image: url('/Content/nfu/semantic/img_search_face.svg');
}
.imgsearch .imgsearch_mode input {
  display: none;
}
.imgsearch .imgsearch_mode input:checked + label {
  text-decoration: none;
  color: #005177;
}
.imgsearch .imgsearch_mode input:checked + label .imgsearch_mode__svg-img {
  background-image: url('/Content/nfu/semantic/img_search_image_selected.svg');
}
.imgsearch .imgsearch_mode input:checked + label .imgsearch_mode__svg-face {
  background-image: url('/Content/nfu/semantic/img_search_face_selected.svg');
}
.imgsearch .imgsearch_result .film {
  padding-top: 0px;
  clear: none;
}
.imgsearch .imgsearch_result .film .result {
  padding-left: 0px;
}
.imgsearch .imgsearch_result .film h2 {
  padding-top: 0px;
}
.imgsearch .imgsearch_result .film h2,
.imgsearch .imgsearch_result .film .inf,
.imgsearch .imgsearch_result .film .txt {
  margin-left: 0px;
}
.imgsearch .imgsearch_result .film .ti {
  display: none;
}
.imgsearch .imgsearch_result .imgsearch_result_item {
  padding-top: 24px;
}
.imgsearch .imgsearch_result .result-info-block {
  margin-left: 24px;
}
.imgsearch .imgsearch_result .im-img-main {
  width: 100%;
  min-width: 200px;
  max-width: 320px;
}
.imgsearch .imgsearch_result .result-info {
  display: table-row;
}
.imgsearch .imgsearch_result .result-info .c1,
.imgsearch .imgsearch_result .result-info .c2,
.imgsearch .imgsearch_result .result-info .c3 {
  display: table-cell;
  vertical-align: top;
}
.imgsearch .imgsearch_result .result-info .c1 {
  width: 24px;
  padding-left: 0px;
  min-width: 24px;
}
.imgsearch .imgsearch_result .result-info .c2 {
  width: 50%;
}
.imgsearch .imgsearch_result .result-info .c3 {
  padding-left: 24px;
}
.imgsearch .copyright {
  padding-top: 35px;
}
.imgsearch .copyright .img {
  /*float: left;*/
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-image: url(/Img/circle-gold.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.imgsearch .copyright p {
  margin-top: 0;
  margin-left: 34px;
  font-style: italic;
}
.s-930 .imgsearch .result-info {
  display: block;
}
.s-930 .imgsearch .result-info .im-img-main {
  padding-bottom: 12px;
}
.s-930 .imgsearch .result-info .c1,
.s-930 .imgsearch .result-info .c2,
.s-930 .imgsearch .result-info .c3 {
  display: block;
}
.s-930 .imgsearch .result-info .c3 {
  padding-left: 0px;
}
.s-930 .imgsearch .imgsearch_extraFrames {
  margin-left: 0px;
}
.imgsearch_extraFrames {
  margin-left: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.imgsearch_extraFrames .im-item,
.imgsearch_extraFrames .img {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  width: 100px;
  height: 80px;
  margin-right: 12px;
  margin-bottom: 12px;
}
.imgsearch_extraFrames .img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: solid 1px #85ab5e;
}
.s-f1 .film.detailed .splitline .left-ic,
.s-f1 .film.detailed .socials,
.s-f1 .film.detailed .film-videosources,
.s-f1 .film.detailed .film-admin {
  display: none;
}
.s-f1 .film.detailed .left,
.s-f1 .film.detailed .right {
  margin-left: 0px !important;
  margin-right: 0px !important;
  float: none !important;
  width: initial !important;
  border: none !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.s-f1 .film.detailed .right {
  padding-top: 0px !important;
}
.s-f1 .film.detailed .film-videosources .im-table {
  display: none;
}
.s-f1 .film.detailed .film-reels .duration {
  float: none;
  padding-left: 48px;
}
.s-f1 .film.detailed .film-reels .part-frame {
  width: 100%;
  max-width: 400px;
  height: initial;
  background-color: none;
}
.s-f1 .film.detailed .film-reels .play-area {
  display: none;
}
.s-f1 .film.detailed .film-reels.photoTat .part-frame {
  height: 180px;
  background-color: initial;
}
.s-f1 .film.detailed .film-reels.photoTat .part-frame > div:first-child {
  text-align: left;
}
.ms-text .xo {
  display: none;
}
.s-sl .ms-text .x {
  display: none;
}
.s-sl .ms-text .xo {
  display: inline;
}
.cb-cat .c1 {
  width: 40%;
}
.cb-cat .c2 {
  width: 67.79661017%;
}
.cb-cat .c3 {
  width: 100%;
}
.cb-cat .c1,
.cb-cat .c2,
.cb-cat .c3 {
  float: left;
  display: block;
  text-decoration: none;
  color: black;
}
.cb-cat .cw2 {
  margin-left: 40%;
}
.cb-cat .cw3 {
  margin-left: 67.79661017%;
}
.cb-cat a:hover p {
  color: black;
}
.cb-cat a:hover h1,
.cb-cat a:hover h2,
.cb-cat a:hover h3 {
  color: #73301a;
}
.cb-cat .c2,
.cb-cat .c3 {
  padding-top: 52px;
}
.cb-cat .c3 ul {
  margin-left: 14px;
}
.s-hp3c .cb-cat .c1,
.s-hp3c .cb-cat .c2,
.s-hp3c .cb-cat .c3 {
  width: auto;
  float: none;
}
.s-hp3c .cb-cat .cw2,
.s-hp3c .cb-cat .cw3 {
  margin-left: auto;
}
.s-hp3c .cb-cat .c1,
.s-hp3c .cb-cat .c2,
.s-hp3c .cb-cat .c3 {
  border-left: solid 22px #ffffff;
}
.s-hp3c .cb-cat .lr {
  border: none;
}
.s-hp3c .cb-cat .lr > .c1,
.s-hp3c .cb-cat .lr > .c2,
.s-hp3c .cb-cat .lr > .c3 {
  border-left: solid 22px #80351d;
}
.s-hp3c .cb-cat .lb {
  border: none;
}
.s-hp3c .cb-cat .lb > .c1,
.s-hp3c .cb-cat .lb > .c2,
.s-hp3c .cb-cat .lb > .c3 {
  border-left: solid 22px #85ab5e;
}
.s-hp3c .cb-cat .ly {
  border: none;
}
.s-hp3c .cb-cat .ly > .c1,
.s-hp3c .cb-cat .ly > .c2,
.s-hp3c .cb-cat .ly > .c3 {
  border-left: solid 22px #85ab5e;
}
.s-hp3c .cb-cat .c1 > * {
  padding-left: 6px;
}
.s-hp3c .cb-cat .c2,
.s-hp3c .cb-cat .c3 {
  padding-top: 6px;
}
.s-hp3c .cb-cat .c3 ul {
  margin-left: 0px;
}
.s-hp3c .cb-cat .c3 li {
  display: inline;
  margin-right: 24px;
}
.s-f1 .film .inf .i {
  display: block;
}
.s-f1 .film .inf .link-button b {
  margin-left: 0px;
}
.s-f2 .film h2,
.s-f2 .film .txt {
  margin-left: 0px;
  clear: both;
}
.s-f2 .film h2 {
  padding-bottom: 6px;
}
.s-f2 .film .txt {
  padding-top: 6px;
}
.s-f2 .film .ti {
  top: 0px;
}
.s-f2 .film .inf .i {
  min-width: initial;
}
.s-f2 .film.footage .txt,
.s-f2 .film.footage h3,
.s-f2 .film.footage .inf {
  margin-left: 0px;
  clear: both;
}
.s-f2 .film.footage h3 {
  margin-left: 0px;
  clear: both;
  margin-bottom: 0px;
}
.s-f3 .result {
  padding-left: 0px;
}
.footer .c1 {
  width: 33%;
  float: left;
}
.footer .c2 {
  width: 33%;
  float: left;
}
.footer .c3 {
  width: 33%;
  float: right;
}
.footer a {
  white-space: normal !important;
}
.s-ftr .footer .c1 {
  width: 49%;
  float: left;
}
.s-ftr .footer .c2 {
  width: 49%;
  float: right;
}
.s-ftr .footer .c3 {
  width: 100%;
  float: left;
  clear: both;
}
.s-ftr .footer .x {
  display: none;
}
.s-ftr .footer .h1 + p {
  width: 49%;
  display: block;
  float: left;
}
.s-ftr .footer .h1 + p + p {
  width: 49%;
  display: block;
  float: left;
}
.s-ftr2 .footer .cb > div {
  padding: 12px 12px 24px 12px;
}
.mycabinet {
  min-height: 510px;
}
.s-f1 .mycabinet > .left-ic {
  display: none;
}
.s-f1 .mycabinet > .left,
.s-f1 .mycabinet > .right {
  width: auto !important;
  float: none  !important;
  margin-left: 0px  !important;
  border: none;
}
.s-f1 .mycabinet > .left {
  padding-bottom: 0px !important;
}
.s-f1 .mycabinet > .right {
  padding: 0px !important;
}
.s-art1 .article .artCont .left,
.s-art1 .article .artCont .right {
  width: auto !important;
  margin-left: 0px !important;
  float: none !important;
  padding-left: 0px !important;
}
.s-art1 .article .artCont .right {
  padding-top: 0px !important;
}
.s-f1 .t-style.t3.default .c1,
.s-f1 .t-style.t3.default .c2,
.s-f1 .t-style.t3.default .c3 {
  float: none;
  width: 100%;
  padding-left: 0px;
}
.s-f1 .t-style.t3.default .c2 > *,
.s-f1 .t-style.t3.default .c3 > * {
  padding-left: 0px;
}
.s-art2 .t-style.t2.default .c1,
.s-art2 .t-style.t2.default .c2 {
  float: none;
  width: 100%;
  padding-left: 0px;
  margin-left: 0px;
}
.s-art2 .t-style.t2.default .c2 {
  padding-top: 0px;
}
.s-art2 .t-style.t2.default .c2 > * {
  padding-left: 0px;
}
.m1000 .cb {
  min-width: 900px;
  /* Обеспечивает сохранность ширины невзирая на давление большого margin с права*/
}
.footer .cb .about-us {
  display: none;
}
.footer .cb .nf-white-logo {
  width: 200px;
  height: 266px;
  background: url('/img/tat-logo-footer-white.png') no-repeat top center;
  background-size: 200px 266px;
  -webkit-background-size: 200px 266px;
  -o-background-size: 200px 266px;
  -moz-background-size: 200px 266px;
  margin-bottom: 22px;
}
.footer .cb .em-i-nf {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  width: 100px;
  height: 16px;
  background: url('/img/em-info-nf.png') no-repeat center;
  background-size: 100px 16px;
  -webkit-background-size: 100px 16px;
  -o-background-size: 100px 16px;
  -moz-background-size: 100px 16px;
  position: relative;
  top: 6px;
}
.no-backgroundsize .footer .cb .nf-white-logo {
  background-image: url('/img/tat-logo-footer-white-s0.png');
}
h1 .im-cmdbutton {
  position: relative;
  top: -4px;
}
h2 .im-cmdbutton {
  position: relative;
  top: -3px;
}
.hlinks h3 a {
  text-decoration: none;
  color: black;
}
.hlinks .im-item {
  padding-bottom: 12px;
}
.hlinks .im-item:hover h3 a {
  color: #005177;
  text-decoration: underline;
}
.hlinks .im-item h3 a:hover {
  color: #73301a;
}
.projects {
  padding-bottom: 12px;
  padding-top: 12px;
}
.project-item:nth-of-type(4n+1) {
  float: left;
}
.project-item:nth-of-type(4n+2) {
  float: left;
  margin-left: 2.66%;
}
.project-item:nth-of-type(4n+3) {
  float: left;
  margin-left: 2.66%;
}
.project-item:nth-of-type(4n+4) {
  float: right;
}
.project-item:last-of-type {
  margin-bottom: 24px;
}
.project-item {
  width: 23%;
  height: 250px;
  border: solid 1px #e7e7e7;
  float: left;
  margin-top: 12px;
  margin-bottom: 12px;
}
.project-item a {
  width: 100%;
  height: 250px;
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  padding: 12px;
  text-decoration: none;
}
.project-item .title {
  text-transform: uppercase;
}
.project-item:hover .title {
  text-decoration: underline;
}
.project-user {
  width: 300px;
  float: left;
}
.project-user .content {
  width: 200px;
  height: 60px;
  vertical-align: top;
  padding-left: 6px;
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
}
.project-user .bt-delete {
  float: right;
  display: none;
}
.project-user:hover .bt-delete {
  display: block;
}
.msg-user {
  display: inline;
  margin-left: 12px;
}
.msg-user .im-view-content {
  display: inline;
}
.msg-user input {
  position: relative;
  top: 1px;
}
.users-inline {
  display: inline;
}
.hilightblock {
  border-left: solid 22px #80351d;
  padding-left: 6px;
}
.restricted {
  position: relative;
  top: 1px;
  height: 14px;
  width: 6px;
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  background-color: #85ab5e;
}
.updates-list .restricted {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  width: 16px;
  height: 16px;
  background: url('/img/icons48.png') no-repeat center;
  background-size: 400px 200px;
  -webkit-background-size: 400px 200px;
  -o-background-size: 400px 200px;
  -moz-background-size: 400px 200px;
  background-position: -282px -42px;
  background-color: none;
}
.messages-list .mail,
.msg-comment .mail {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  width: 16px;
  height: 16px;
  background: url('/img/icons48.png') no-repeat center;
  background-size: 400px 200px;
  -webkit-background-size: 400px 200px;
  -o-background-size: 400px 200px;
  -moz-background-size: 400px 200px;
  /* nobg+ */
  background-position: -22px -62px;
}
.messages-list .mail.done,
.msg-comment .mail.done {
  background-position: -22px -42px;
}
.messages-list .restricted {
  position: relative;
  top: 4px;
  height: 12px;
  width: 6px;
}
.msg-comment {
  padding-bottom: 6px;
}
.msg-comment .content-l {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  float: left;
  width: 60px;
}
.msg-comment .content-r {
  margin-left: 84px;
  min-height: 84px;
}
.msg-comment .d {
  font-weight: normal;
  padding-left: 24px;
  font-size: 13px;
  color: #848587;
}
.msg-comment .restricted {
  position: relative;
  top: 1px;
}
.msg-comment .msg-start .bt-edit,
.msg-comment .msg-start .bt-save,
.msg-comment .msg-start .bt-cancel {
  position: relative;
  top: -2px;
}
.msg-comment p {
  margin: 3px 0px 3px 0px;
}
.msg-comment .loading-container.simple.on .loading {
  position: relative;
  left: 60px;
}
.msg-comment .mail {
  position: relative;
  top: 3px;
}
.msg-comment .mail.done {
  background-position: -22px -42px;
}
.todo-list .im-view {
  padding-top: 6px;
}
.todo-list .im-view .completed {
  width: 24px;
  height: 16px;
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
  background: url('/img/chk0.png') no-repeat left top;
  background-size: 16px 16px;
  -webkit-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
}
.todo-list .im-view .completed.on {
  background: url('/img/chk1.png') no-repeat left top;
  background-size: 16px 16px;
  -webkit-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
}
.todo-list .im-view a,
.todo-list .im-view span {
  vertical-align: top;
}
.todo-list .im-view a {
  text-decoration: none;
}
.todo-list .im-view a:hover {
  text-decoration: underline;
}
.todo-list .ctrls {
  visibility: hidden;
  margin-left: 12px;
}
.todo-list .im-view-content:hover > .ctrls,
.todo-list .ctrls.on {
  visibility: visible;
}
.msg-users-allowed {
  font-variant: normal;
  font-size: 10px;
  font-family: RobotoLight, Helvetica, Arial, Sans-Serif;
}
.msg-users-allowed .msg-user {
  margin-left: 0px;
}
.msg-users-allowed .msg-user input {
  margin-left: 0px;
}
.msg-users-allowed .msg-user label {
  margin-right: 24px;
}
.im-page-checker {
  float: right;
}
.mobile .im-page-checker {
  display: none;
}
.err-check {
  border: red !important;
  background: red !important;
  padding: 10px !important;
}
.cb-table td,
.cb-table .h,
.cb-table .ch {
  border: none;
}
.cb-table table {
  border: none;
}
.cb-table .ch {
  font-weight: bold;
}
.cb-table .h {
  vertical-align: middle !important;
}
.cb-table .legend {
  padding-left: 70px;
  padding-bottom: 48px;
}
.cb-table .scroll-top {
  float: right;
  font-family: RobotoLight, Helvetica, Arial, Sans-Serif;
  font-size: 10px;
  text-transform: none;
  vertical-align: text-bottom;
  position: relative;
  top: 6px;
}
.cb-table .scroll-top b {
  position: relative;
  top: -3px;
}
.nf-player.simple {
  overflow: hidden;
}
.nf-player.simple .label-container,
.nf-player.simple .bt-setIn,
.nf-player.simple .bt-setOut,
.nf-player.simple .bt-close {
  display: none;
}
.nf-player.simple > div {
  padding-left: 10px;
  padding-right: 10px;
}
.nf-player.simple > h3 {
  padding: 5px 10px 5px 10px;
}
.nf-player.simple .playing-title {
  height: 28px;
  overflow: hidden;
}
.nf-player.simple .play-line {
  height: 19px;
  overflow: hidden;
}
.nf-player.simple .logo {
  height: 0px;
  overflow: visible;
  z-index: 10;
}
.nf-player.simple .logo a {
  display: block;
  float: left;
  background: url('/img/tat-logo-footer-white.png') left top no-repeat;
  background-size: contain;
  width: 150px;
  height: 199.5px;
  text-indent: -9999px;
  position: relative;
  top: -209.5px;
}
body.nolayout {
  height: auto;
}
.no-video {
  border-bottom: solid 1px #e7e7e7;
}
.no-video img {
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
}
.no-video h3 {
  border-bottom: solid 1px #e7e7e7;
}
.admin-menu {
  height: 0px;
  overflow: visible;
}
.admin-menu > span {
  float: right;
  margin-left: 12px !important;
  margin-top: 2px !important;
  position: relative;
  top: -28px;
}
.admin-menu .nft-help {
  position: relative;
  top: -30px;
}
.admin-menu li {
  display: block !important;
}
.admin-menu ul {
  border: solid 1px #848587 !important;
}
.admin-menu .im-ddmenu > div {
  float: right;
  position: relative;
  top: 10px;
  left: 5px;
}
.admin-menu .im-ddmenu .menu {
  float: right;
  padding-left: 6px !important;
  padding-right: 6px !important;
}
.part-menu {
  position: relative;
  top: 36px;
}
.part-menu > span {
  position: relative;
  top: 0px;
}
.__tl {
  color: green;
  z-index: 9999;
}
.embedpage {
  height: 100%;
}
.embedpage .embedPlayer {
  height: 100%;
}
.embedpage .embedPlayer .nf-player {
  float: none;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0px;
  left: 0px;
  padding: 0px;
  border: none;
}
.embedpage .embedPlayer .nf-player #vcont {
  padding-bottom: 50px;
  height: 100%;
  text-align: center;
}
.embedpage .embedPlayer .nf-player .player-controls {
  position: relative;
  height: 50px;
  margin-top: -50px;
  /* negative value of footer height */
  clear: both;
}
.embedpage .embedPlayer .nf-player .playing-title,
.embedpage .embedPlayer .nf-player .play-line {
  position: relative;
  z-index: 15;
}
.embedpage .embedPlayer .nf-player video {
  width: auto;
  position: relative;
}
.embedpage .embedPlayer .nf-player #vcont > div,
.embedpage .embedPlayer .nf-player #vcont > h3 {
  text-align: left;
}
.embedpage .embedPlayer .nf-player .loading-container .loading {
  position: relative;
  top: 70px;
  z-index: 17;
}
#vcont_wrap {
  height: 100%;
}
/* CLEAR FIX*/
#vcont:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#vcont {
  display: inline-block;
  *display: inline;
  /*Стиль обрабатывается только в IE*/
  zoom: 1;
  /*Включает в IE hasLayout*/
}
/* Hides from IE-mac \*/
* html .vcont {
  height: 1%;
}
#vcont {
  display: block;
}
/* End hide from IE-mac */
