body .content {
  min-height: 0;
  padding: 53px 0 69px 0;
}
.content .heading {
  position: absolute;
  max-height: 810px;
  overflow: hidden;
  line-height: 0;
  width: 100%;
  left: 0;
  top: 0;
}
.content .heading img {
  width: 100%;
}
.content .heading .bg {
  background: url("https://files.enjourney.ru/images/profile/heading_shadow_bg.png") repeat-x;
  position: absolute;
  height: 137px;
  width: 100%;
  bottom: 0;
  z-index: 2;
}
.content .inner_cabinet {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: url("https://files.enjourney.ru/images/profileBG.png") 0 0 repeat-x;
  height: 451px;
  margin-top: -53px;
  padding: 53px 0 0;
  position: relative;
  z-index: 36;
  /* [ уменьшенная шапка ] */
}
.content .inner_cabinet.profile_background {
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.content .inner_cabinet .inner_cabinet_shadow {
  background: url("https://files.enjourney.ru/images/headerGrad.png") repeat-x;
  bottom: 0;
  height: 193px;
  left: 0;
  position: absolute;
  width: 100%;
}
.content .inner_cabinet h1 {
  font: 300 30px 'Roboto';
  color: #fff;
}
.content .inner_cabinet img,
.content .inner_cabinet .col_inner {
  position: relative;
  z-index: 4;
}
.content .inner_cabinet .col_inner {
  padding: 0 30px;
}
.content .inner_cabinet .col {
  position: relative;
  color: #fff;
}
.content .inner_cabinet .col.col1 {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-image: url("https://files.enjourney.ru/images/shadow/60.png");
  background-repeat: repeat;
  float: left;
  height: 451px;
  text-align: center;
  width: 338px;
  z-index: 6;
}
.content .inner_cabinet .col.col1 .name {
  color: #f3bf50;
  font: 300 23px/1 'Roboto';
  margin-bottom: 23px;
}
.content .inner_cabinet .col.col1 .profileAbout {
  font-size: 14px;
  height: 95px;
  line-height: 22px;
  overflow: hidden;
}
.content .inner_cabinet .col.col1 .userAvatarLink {
  position: relative;
  display: block;
  margin: 40px auto 13px;
  width: 200px;
}
.content .inner_cabinet .col.col1 .icon {
  margin: 0 0 0 4px;
}
.content .inner_cabinet .col.col2 {
  margin-left: 338px;
}
.content .inner_cabinet .col.col2 .quickButtons {
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.content .inner_cabinet .col.col2 .quickButtons .button {
  background: rgba(0, 0, 0, 0.2);
  color: #f3bf50;
  display: inline-block;
  float: left;
  font-size: 14px;
  padding: 22px 0;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 144px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.content .inner_cabinet .col.col2 .quickButtons .button .icon {
  background: url("https://files.enjourney.ru/images/profile_icons.png") no-repeat;
  height: 60px;
  position: relative;
  width: 60px;
}
.content .inner_cabinet .col.col2 .quickButtons .button .icon:before {
  background: url("https://files.enjourney.ru/images/profile_icons.png") no-repeat;
  content: '';
  height: 60px;
  left: 0;
  position: absolute;
  top: 0;
  width: 60px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.content .inner_cabinet .col.col2 .quickButtons .button .caption {
  display: block;
  margin: -4px 0 4px;
}
.content .inner_cabinet .col.col2 .quickButtons .button.create {
  background: rgba(0, 0, 0, 0.3);
}
.content .inner_cabinet .col.col2 .quickButtons .button.create .icon {
  background-position: 0 0;
}
.content .inner_cabinet .col.col2 .quickButtons .button.create .icon:before {
  background-position: 0 -60px;
}
.content .inner_cabinet .col.col2 .quickButtons .button.countries .icon {
  background-position: -60px 0;
}
.content .inner_cabinet .col.col2 .quickButtons .button.countries .icon:before {
  background-position: -60px -60px;
}
.content .inner_cabinet .col.col2 .quickButtons .button.uploadBackground .editImage {
  line-height: 18px;
  margin: 0;
  position: static;
  width: auto;
}
.content .inner_cabinet .col.col2 .quickButtons .button.uploadBackground .editImage .bg {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 100%;
  left: 0;
  margin: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  top: 0;
  width: 100%;
}
.content .inner_cabinet .col.col2 .quickButtons .button.uploadBackground .editImage .icon {
  background-position: -120px 0;
}
.content .inner_cabinet .col.col2 .quickButtons .button.uploadBackground .editImage .icon:before {
  background-position: -120px -60px;
}
.content .inner_cabinet .col.col2 .quickButtons .button.setMap .icon:before {
  background: url("https://files.enjourney.ru/images/sprite.png?v2") no-repeat -478px -193px;
  display: inline-block;
  height: 34px;
  width: 45px;
}
.content .inner_cabinet .col.col2 .quickButtons .button:hover {
  background: #f3bf50;
  color: #000;
}
.content .inner_cabinet .col.col2 .quickButtons .button:hover .icon:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.content .inner_cabinet.fixed_inner .fix_space_inner {
  height: 132px;
}
.content .inner_cabinet.fixed_inner .inner {
  top: 53px;
  position: fixed;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  z-index: 30;
}
.content .inner_cabinet .inner {
  background: #000;
  margin: 0;
  height: 132px;
}
.content .inner_cabinet .inner .form {
  padding: 0 188px 0 376px;
}
.content .inner_cabinet .inner .addRecord {
  height: 132px;
  width: 188px;
  margin: 0;
  float: left;
}
.content .inner_cabinet .inner .inner-option ul {
  padding: 10px 0;
}
.content .inner_cabinet .inner .inner-option ul li {
  padding: 8px 0;
}
.content .inner_cabinet .inner .inner-option ul li a {
  font: 300 15px 'Roboto';
}
.content .inner_cabinet .content-box {
  top: -3px;
  margin: 0;
}
.content .inner_cabinet .items-box {
  margin-left: 376px;
}
.content .inner_cabinet .items-box .loadImage {
  background: #297496;
  text-decoration: none;
  text-align: center;
  position: absolute;
  display: block;
  color: #fff;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.content .inner_cabinet .items-box .loadImage .titlee {
  position: absolute;
  top: 50%;
  width: 100%;
}
.content .inner_cabinet .items-box .loadImage span {
  font: 300 36px/1 'Roboto';
}
.content .inner_cabinet .items-box .loadImage span span {
  font-size: 18px;
}
.content .inner_cabinet .items-box .loadImage:hover {
  background: #f3bf50;
  color: #000;
}
.content .inner_cabinet .filter-box {
  width: 346px !important;
  padding-left: 30px;
  padding-top: 30px;
  min-height: 695px;
  text-align: left;
  z-index: 3;
  border: 0;
}
.content .inner_cabinet .textareaInner {
  background: #fff;
  padding: 30px;
}
.content .inner_cabinet .textareaInner textarea {
  height: 50px;
  font: 300 14px 'Roboto';
  background: transparent;
  color: #297496;
  display: block;
  outline: none;
  border: none;
  width: 100%;
  background: url("https://files.enjourney.ru/images/border-input.png") repeat-x 100% 100% !important;
}
.content .inner_cabinet .textareaInner textarea:-moz-placeholder {
  color: #297496;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  transition: opacity 300ms;
}
.content .inner_cabinet .textareaInner textarea::-moz-placeholder {
  color: #297496;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  transition: opacity 300ms;
}
.content .inner_cabinet .textareaInner textarea:-ms-input-placeholder {
  color: #297496;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  transition: opacity 300ms;
}
.content .inner_cabinet .textareaInner textarea::-ms-input-placeholder {
  color: #297496;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  transition: opacity 300ms;
}
.content .inner_cabinet .textareaInner textarea::-webkit-input-placeholder {
  color: #297496;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  transition: opacity 300ms;
}
.content .inner_cabinet .textareaInner textarea:focus:-moz-placeholder {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.content .inner_cabinet .textareaInner textarea:focus::-moz-placeholder {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.content .inner_cabinet .textareaInner textarea:focus:-ms-input-placeholder {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.content .inner_cabinet .textareaInner textarea:focus::-ms-input-placeholder {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.content .inner_cabinet .textareaInner textarea:focus::-webkit-input-placeholder {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.content .inner_cabinet .textareaInner textarea:-moz-placeholder {
  text-align: center;
  line-height: 50px;
}
.content .inner_cabinet .textareaInner textarea:-ms-input-placeholder {
  text-align: center;
  line-height: 50px;
}
.content .inner_cabinet .textareaInner textarea::-webkit-input-placeholder {
  text-align: center;
  line-height: 50px;
}
.content .inner_cabinet .small_usercard {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #f3bf50;
  cursor: pointer;
  font-size: 18px;
  height: 0;
  line-height: 81px;
  overflow: hidden;
  padding: 0 30px;
  position: relative;
  text-align: left;
  z-index: 1;
}
.content .inner_cabinet .small_usercard img {
  height: 50px;
  margin-right: 8px;
  width: 50px;
}
.content .inner_cabinet .small_usercard .avatar {
  display: inline-block;
  top: 16px;
}
.content .inner_cabinet .small_usercard:hover {
  background: #f3bf50;
  color: #000;
}
.content .inner_cabinet.minified {
  height: 81px;
}
.content .inner_cabinet.minified .profileMap {
  height: 0;
}
.content .inner_cabinet.minified .col.col1 {
  height: 81px;
  overflow: hidden;
}
.content .inner_cabinet.minified .col.col1 .userAvatarLink,
.content .inner_cabinet.minified .col.col1 form,
.content .inner_cabinet.minified .col.col1 .col_inner,
.content .inner_cabinet.minified .col.col1 .tabs {
  display: none;
  height: 0;
  overflow: hidden;
}
.content .inner_cabinet.minified .col.col2 {
  height: auto !important;
}
.content .inner_cabinet.minified .col.col2 .quickButtons {
  height: 0;
}
.content .inner_cabinet.minified .small_usercard {
  height: 81px;
}
.content #avatar img {
  background: #fff;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 200px;
  width: 200px;
}
.content .editImage {
  display: inline-block;
  line-height: 0;
  margin: 40px 0 13px;
  position: relative;
  width: 200px;
}
.content .editImage input {
  display: none;
}
.content .editImage .bg {
  background: #f3bf50;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #000;
  height: 200px;
  margin: 0 0 0 -100px;
  left: 50%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  top: 0;
  vertical-align: middle;
  width: 200px;
  z-index: 5;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.content .editImage .bg span {
  font: 300 16px/200px 'Roboto';
  text-decoration: none;
}
.content .editImage .bg .icon {
  display: inline-block;
  position: relative;
}
.content .editImage:hover .bg {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.content .tabs {
  bottom: 0;
  padding: 0 30px 20px;
  position: absolute;
  width: 278px;
  z-index: 6;
}
.content .tabs .operation.profile {
  cursor: pointer;
  position: relative;
}
.content .tabs .operation.profile .listParamsItem {
  display: none;
  padding: 10px 0 0;
  position: absolute;
  left: -12px;
  top: 35px;
}
.content .tabs .operation.profile .listParamsItem .listParamsItemInner {
  background: #fff;
  border: 1px solid #e3eff4;
  color: #333333;
  font-size: 13px;
  padding: 9px;
  text-align: left;
  white-space: nowrap;
}
.content .tabs .operation.profile .listParamsItem .listParamsItemInner:before {
  border: 8px solid transparent;
  border-bottom-color: #fff;
  content: '';
  left: 20px;
  position: absolute;
  top: -5px;
}
.content .tabs .operation.profile .listParamsItem .listParamsItemInner dl dd {
  margin: 0 0 9px 25px;
}
.content .tabs .operation.profile .listParamsItem .listParamsItemInner dl dt {
  margin: 0 0 9px;
}
.content .tabs .operation.profile .listParamsItem .listParamsItemInner dl dd:last-of-type {
  margin-bottom: 0;
}
.content .tabs .operation.profile .listParamsItem .listParamsItemInner dl dt:last-of-type {
  margin-bottom: 0;
}
.content .tabs .operation.profile .listParamsItem .listParamsItemInner a {
  color: #333333;
}
.content .tabs .operation.profile .listParamsItem .listParamsItemInner .profileBirthday {
  background: url("https://files.enjourney.ru/images/sprite.png?v2") no-repeat -268px -150px;
  display: inline-block;
  height: 13px;
  width: 13px;
}
.content .tabs .operation.profile .listParamsItem .listParamsItemInner .profileDateRegister {
  background: url("https://files.enjourney.ru/images/sprite.png?v2") no-repeat -268px -164px;
  display: inline-block;
  height: 13px;
  width: 13px;
}
.content .tabs .operation.profile .listParamsItem .listParamsItemInner .profileLink {
  background: url("https://files.enjourney.ru/images/sprite.png?v2") no-repeat -268px -178px;
  display: inline-block;
  height: 14px;
  width: 14px;
}
.content .tabs .operation.profile:hover .listParamsItem {
  display: block;
}
.content .tabs .request {
  display: inline-block;
  width: 115px;
}
.content .tabs .dropDownMenu .dropDownMenu {
  padding: 15px 0 11px;
  text-align: left;
}
.content .tabs .dropDownMenu .dropDownMenu a {
  display: block;
  padding: 5px 20px;
}
.content .tabs .dropDownMenu .dropDownMenu a:hover {
  background: #f3bf50;
  color: #000;
}
.content .tabs .dropDownMenu .dropDownMenu .hr {
  margin: 10px 0;
}
.content .profileMap {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: 50% 50% no-repeat;
  position: relative;
  overflow: hidden;
  height: 370px;
}
.content .profileMap img {
  min-height: 100%;
  min-width: 100%;
}
.content .menuMap {
  position: absolute;
  width: 100%;
  background-image: url("https://files.enjourney.ru/images/shadow/60.png");
  background-repeat: repeat;
  z-index: 4;
  height: 34px;
  top: 0;
}
.content .menuMap ul {
  position: relative;
  text-align: center;
  z-index: 1;
}
.content .menuMap ul li {
  display: inline-block;
  margin: 0 1%;
}
.content .menuMap ul li a {
  font: 300 15px/34px 'Roboto';
  text-decoration: none;
  display: inline-block;
  color: #f3bf50;
  height: 34px;
  padding: 0 8px;
}
.content .menuMap ul li a.active {
  height: 31px;
  border-bottom: 3px solid #f3bf50;
  color: #fff;
}
.content .menuMap ul li a:hover {
  background: #f3bf50;
  color: #000;
}
.content .menuMapBottom {
  background: url("https://files.enjourney.ru/images/headerGrad.png") repeat-x;
  text-align: center;
  position: relative;
  z-index: 5;
}
.content .menuMapBottom ul {
  position: relative;
  z-index: 1;
  white-space: nowrap;
}
.content .menuMapBottom ul li {
  display: inline-block;
  margin: 0 1%;
  white-space: nowrap;
}
.content .menuMapBottom ul li a {
  color: #f3bf50;
  display: inline-block;
  font: 300 13px/1 'Roboto';
  height: 51px;
  padding: 15px 10px;
  text-decoration: none;
}
.content .menuMapBottom ul li a span {
  line-height: 36px;
  font-size: 30px;
}
.content .menuMapBottom ul li.active a {
  background: none;
  color: #fff;
  height: 51px;
}
.content .menuMapBottom ul li.moar {
  color: #f3bf50;
  display: none;
  font-size: 15px;
}
.content .menuMapBottom ul li.moar .dropDownMenu {
  display: inline-block;
  margin-left: 3px;
}
.content .menuMapBottom ul li.moar .dropDownMenu .dropDownMenuInner {
  left: -75px;
}
.content .menuMapBottom ul li.moar .dropDownMenu .dropDownMenuInner.right {
  left: auto;
  right: -75px;
}
.content .menuMapBottom ul li.moar .dropDownMenu .dropDownMenuOut {
  padding: 15px 0;
}
.content .menuMapBottom ul li.moar .dropDownMenu .dropDownMenuOut .dropDownMenuArr {
  left: auto;
  right: 14px;
}
.content .menuMapBottom ul li.moar .dropDownMenu .dropDownMenuOut a {
  display: block;
  font-size: 15px;
  height: auto;
  margin: 0;
  padding: 5px 20px;
  text-align: left;
}
.content .control {
  position: absolute;
  width: 29px;
  right: 30px;
  z-index: 5;
  top: 67px;
}
.content .control a {
  background-image: url("https://files.enjourney.ru/images/shadow/40.png");
  background-repeat: repeat;
  text-align: center;
  vertical-align: middle;
  height: 29px;
  width: 29px;
  display: inline-block;
}
.content .control a .icon {
  vertical-align: middle;
  display: inline-block;
}
.content .control a.list {
  margin: 0 0 20px 0;
  padding-top: 5px;
  height: 24px;
}
.content .control a.zoom {
  padding-top: 5px;
  height: 24px;
}
.content .control a:hover {
  background: #f3bf50;
}
.content .control a:hover .mapList {
  background: url("https://files.enjourney.ru/images/sprite.png?v2") no-repeat -70px -200px;
  display: inline-block;
  height: 12px;
  width: 17px;
}
.content .control a:hover .mapPlus {
  background: url("https://files.enjourney.ru/images/sprite.png?v2") no-repeat -70px -177px;
  display: inline-block;
  height: 9px;
  width: 9px;
}
.content .control a:hover .mapMinus {
  background: url("https://files.enjourney.ru/images/sprite.png?v2") no-repeat -80px -177px;
  display: inline-block;
  height: 9px;
  width: 9px;
}
.content .notesContent {
  margin-top: 0;
}
.profileFilters {
  height: 51px;
  white-space: nowrap;
}
.profileFilters .cl {
  display: inline-block;
  padding: 10px 15px;
  color: #fff;
  font: 300 15px/24px 'Roboto';
}
.profileFilters .cl .icon {
  position: relative;
  top: 2px;
  margin: 0 3px;
}
.profileFilters .cl.hidden {
  display: none;
}
.profileFilters .radiobuttonbox {
  margin: 5px 15px !important;
}
.profileFilters .filter {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin: 22px 40px 0 0 !important;
}
.profileFilters .filter form,
.profileFilters .filter .viewToggleWidget {
  display: inline-block;
}
.profileFilters .filter .dropDownMenu .arrDown {
  margin: 0 0 -1px;
}
.profileFilters .filter.radiobuttonbox {
  border: none;
  overflow: visible;
}
.profileFilters .radiobuttons {
  display: inline-block;
}
.listPhotoreport {
  width: 100%;
}
.listPhotoreport .itemListPhotoreport {
  display: none;
}
.listPhotoreport .itemListPhotoreport .photoreport_control .arr {
  margin-top: 21px;
  float: left;
}
.listPhotoreport .catalogItem {
  display: inline-block;
}
.listPhotoreport .tab {
  display: none;
}
.listPhotoreport.photoreportsseries .tab#photoreportsseries,
.listPhotoreport.photoreports .tab#photoreports,
.listPhotoreport.photoreportsseriesedit .tab.photoreportsseriesedit {
  display: block;
}
.listPhotoreport.photoreports .photoreportsseriesadd,
.listPhotoreport.photoreportsseries .photoreportsseriesadd,
.listPhotoreport.photoreports .photoreportsseriesedit,
.listPhotoreport.photoreportsseries .photoreportsseriesedit {
  display: none;
}
.listPhotoreport.photoreports.edit .listSeries,
.listPhotoreport.photoreportsseries.edit .listSeries {
  display: none;
}
.listPhotoreport.photoreports.edit .photoreportsseriesadd,
.listPhotoreport.photoreportsseries.edit .photoreportsseriesadd,
.listPhotoreport.photoreports.edit .photoreportsseriesedit,
.listPhotoreport.photoreportsseries.edit .photoreportsseriesedit {
  display: block;
}
.listPhotoreport.list .catalogItem {
  display: none;
}
.listPhotoreport.list .itemListPhotoreport {
  display: block;
}
.listPhotoreport .itemListPhotoreport {
  border-top: 1px solid #717172;
  padding: 0 25px;
  height: 69px;
}
.listPhotoreport .itemListPhotoreport .colleft {
  overflow: hidden;
}
.listPhotoreport .itemListPhotoreport .colleft .colleftInner {
  width: 2000px;
}
.listPhotoreport .itemListPhotoreport .colleft .col {
  display: inline-block;
  float: left;
}
.listPhotoreport .itemListPhotoreport .colleft .col.name {
  white-space: nowrap;
  overflow: hidden;
  float: none;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
}
.listPhotoreport .itemListPhotoreport .colleft .col.name .checkbox span {
  background-image: none !important;
  width: auto;
}
.listPhotoreport .itemListPhotoreport .col {
  display: inline-block;
  margin: 0 5px;
  height: 69px;
  line-height: 69px;
  vertical-align: middle;
  min-width: 27px;
}
.listPhotoreport .itemListPhotoreport .col img {
  height: 50px;
  width: 50px;
  margin-top: 9.5px;
}
.listPhotoreport .itemListPhotoreport .col .flag {
  margin-top: 30px;
}
.listPhotoreport .itemListPhotoreport .col.c1 {
  margin-top: -3px;
}
.listPhotoreport .itemListPhotoreport .col.c2 {
  width: 30px;
}
.listPhotoreport .itemListPhotoreport .col.c3 {
  width: 59px;
}
.listPhotoreport .itemListPhotoreport .col.cDate {
  float: right;
  font-size: 15px;
}
.listPhotoreport .itemListPhotoreport .col .menuEditItemListPhotoreport {
  display: none;
  margin: 0 5px;
}
.listPhotoreport .itemListPhotoreport .col .menuEditItemListPhotoreport a {
  font-size: 15px;
  color: #f3bf50;
  margin: 0 5px;
}
.listPhotoreport .itemListPhotoreport .col .menuEditItemListPhotoreport .operation {
  position: relative;
  top: 10px;
}
.listPhotoreport .itemListPhotoreport .col,
.listPhotoreport .itemListPhotoreport .col a,
.listPhotoreport .itemListPhotoreport .col input {
  font: 300 16px/75px 'Roboto';
  outline: none;
  border: none;
  color: #fff;
}
.listPhotoreport .itemListPhotoreport .col.name a {
  color: #f3bf50;
}
.listPhotoreport .itemListPhotoreport .col input {
  background: transparent;
}
.listPhotoreport .itemListPhotoreport .col .noname {
  color: #f3bf50;
}
.listPhotoreport .itemListPhotoreport .col .params {
  padding-right: 18px;
}
.listPhotoreport .itemListPhotoreport .col .param {
  padding-left: 25px;
}
.listPhotoreport .itemListPhotoreport .col .param .icon {
  margin-left: 4px;
}
.listPhotoreport .itemListPhotoreport:hover {
  background: url("https://files.enjourney.ru/images/profile/list_photoreport_pattern.png");
}
.listPhotoreport .itemListPhotoreport:hover .menuEditItemListPhotoreport {
  display: inline-block;
}
.listPhotoreport .item.first .itemListPhotoreport {
  border-top: none;
}
.listPhotoreport .item .checkbox span {
  background: url("https://files.enjourney.ru/images/sprite.png?v2") no-repeat -447px -1px;
  display: inline-block;
  height: 14px;
  width: 14px;
}
.listPhotoreport .item.checked .arr {
  position: absolute;
}
.listPhotoreport .item.checked .arr.up {
  right: 30px;
}
.listPhotoreport .item.checked .arr.down {
  right: 0;
}
.listPhotoreport .item.checked .checkbox span {
  background: url("https://files.enjourney.ru/images/sprite.png?v2") no-repeat -415px -1px;
  display: inline-block;
  height: 14px;
  width: 14px;
}
.listPhotoreport .item.checked:first-child .arr.up {
  display: none;
}
.listPhotoreport .item.checked:last-child .arr.down {
  display: none;
}
.listPhotoreport .item.checked .itemListPhotoreport {
  background: url("https://files.enjourney.ru/images/profile/list_photoreport_pattern.png");
}
.listPhotoreport .item.checked .itemListPhotoreport .menuEditItemListPhotoreport {
  display: inline-block;
}
.filters table {
  position: relative;
  z-index: 2;
  width: 100%;
}
.filters table td {
  width: 20%;
}
.filters table td li {
  padding: 2px 0;
}
.PhotoreportSeries .col.position {
  display: none;
}
.PhotoreportSeries.createSeries .listPhotoreportHeader {
  display: none;
}
.PhotoreportSeries.createSeries #createPhotoreportSeries {
  display: block;
}
.PhotoreportSeries.createSeries .item .itemListPhotoreport a,
.PhotoreportSeries.createSeries .item .itemListPhotoreport a.noname {
  color: #8a9298;
}
.PhotoreportSeries.createSeries .item .itemListPhotoreport .params,
.PhotoreportSeries.createSeries .item .itemListPhotoreport .col.cDate {
  display: none;
}
.PhotoreportSeries.createSeries .item .itemListPhotoreport .inpt.text {
  background: none !important;
  color: #aae4ff;
  display: inline-block;
  font-size: 24px;
  text-align: center;
  width: 50px;
}
.PhotoreportSeries.createSeries .item.checked {
  background: url("https://files.enjourney.ru/images/profile/list_photoreport_pattern.png");
}
.PhotoreportSeries.createSeries .item.checked .col.position {
  display: block;
  visibility: visible;
}
.PhotoreportSeries.createSeries .item.checked .itemListPhotoreport a {
  color: #fff;
}
.PhotoreportSeries.createSeries .item.checked .catalogItem .itemDescriptionHidden {
  display: block;
  visibility: visible;
}
.PhotoreportSeries.createSeries .item.checked .catalogItem .itemDescription {
  display: none;
}
.PhotoreportSeries.createSeries table {
  width: 100%;
}
.PhotoreportSeries.createSeries table th {
  padding-bottom: 38px;
  text-align: left;
}
.PhotoreportSeries.createSeries table th .checkbox {
  display: inline-block;
  padding: 6px 15px;
}
.PhotoreportSeries.createSeries table th h1,
.PhotoreportSeries.createSeries table th input {
  display: block;
  margin-bottom: 10px;
}
.PhotoreportSeries.createSeries table td {
  vertical-align: top;
  width: 50%;
  padding-right: 9px;
}
.PhotoreportSeries.createSeries table td .catalogItem {
  display: none;
}
.PhotoreportSeries.createSeries table td .itemListPhotoreport {
  display: block;
}
.PhotoreportSeries.createSeries table td .colleftInner {
  width: auto !important;
}
.PhotoreportSeries.createSeries table td .catalogPhotoAlbums .item:first-child .itemListPhotoreport {
  border-top: none;
  padding-top: 1px;
}
.PhotoreportSeries.createSeries table input {
  color: #aae4ff;
  font-size: 17px;
}
.buttonBorder.hidden {
  display: none !important;
}
.photoreportUnused .used {
  display: none;
}
.photoreport_control {
  position: relative;
  width: 115px;
  display: none;
}
.photoreport_control a.arr {
  display: block;
}
.photoreport_control a.arr.up {
  background: url("https://files.enjourney.ru/images/sprite.png?v2") no-repeat 0px -312px;
  display: inline-block;
  height: 30px;
  width: 30px;
}
.photoreport_control a.arr.down {
  background: url("https://files.enjourney.ru/images/sprite.png?v2") no-repeat -155px -250px;
  display: inline-block;
  height: 30px;
  width: 30px;
}
.photoreport_control a.hover.up,
.photoreport_control a:hover.up {
  background: url("https://files.enjourney.ru/images/sprite.png?v2") no-repeat 0px -281px;
  display: inline-block;
  height: 30px;
  width: 30px;
}
.photoreport_control a.hover.down,
.photoreport_control a:hover.down {
  background: url("https://files.enjourney.ru/images/sprite.png?v2") no-repeat -155px -219px;
  display: inline-block;
  height: 30px;
  width: 30px;
}
.firstLogin {
  width: 860px;
}
.firstLogin .profileHeader {
  line-height: 36px;
  text-align: center;
}
.firstLogin .nextButton {
  border-bottom: 1px solid #404143;
  margin: 0 auto 21px;
  padding: 38px 0 28px;
  text-align: center;
}
.firstLogin .nextButton .select_all {
  line-height: 36px;
  position: absolute;
  vertical-align: middle;
}
.firstLogin .nextButton .select_all span {
  top: 10px;
  margin: 0;
}
.firstLogin .nextButton .warningMessage {
  color: #f3bf50;
  display: none;
  font-size: 14px;
  padding: 5px 0;
}
.firstLogin .textList .textListValues .textListValue {
  display: inline-block;
  float: left;
  position: relative;
  width: 40%;
}
.firstLogin .textList .textListValues .textListValue:nth-child(2n) {
  float: right;
}
.firstLogin .textList .textListValues .textListValue:last-child {
  border-bottom: 1px #717273 solid;
}
.firstLogin .textList .textListValues .textListValue .inpt.checkbox {
  position: absolute;
  left: 0px;
  top: 30px;
}
.firstLogin .textList .textListValues .textListValue .textListValueTitle {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.firstLogin .col {
  display: inline-block;
  float: left;
  vertical-align: top;
  width: 50%;
}
.firstLogin .checkbox {
  font-size: 14px;
}
#PhotoreportsOperations {
  display: inline-block;
}
#PhotoreportsOperations.hidden {
  display: none;
}
#PhotoreportsOperations a.buttonBorder {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
#PhotoreportsOperations .operation {
  position: relative;
  top: 12px;
}
.userProfileContent_with_leftMenu.sSpace {
  display: block;
}
.userProfileContent_with_leftMenu .lentacontent {
  margin-left: 338px;
}
.userProfileContent_with_leftMenu .leftProfilePanel .pattern {
  position: relative;
}
.userProfileContent_with_leftMenu .leftProfilePanel .catalogPhotoAlbums .catalogItem {
  float: none;
}
@media screen and (max-width: 1280px) {
  .content .menuMapBottom ul li {
    margin: 0 0.5%;
  }
}
@media screen and (max-width: 1200px) {
  .content .menuMapBottom ul li {
    margin: 0;
  }
}
@media screen and (max-width: 1150px) {
  .content .menuMapBottom ul li.less {
    display: none;
  }
  .content .menuMapBottom ul li.moar {
    display: inline-block;
  }
}
/*# sourceMappingURL=profile.css.map */