@font-face {
  font-family: PT Sans;
  src: url(../../fonts/PTSans/PTSans-Regular.eot);
  src: url(../../fonts/PTSans/PTSans-Regular.eot?#iefix)
      format("embedded-opentype"),
    url(../../fonts/PTSans/PTSans-Regular.woff) format("woff"),
    url(../../fonts/PTSans/PTSans-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: PT Sans;
  src: url(../../fonts/PTSans/PTSans-Bold.eot);
  src: url(../../fonts/PTSans/PTSans-Bold.eot?#iefix)
      format("embedded-opentype"),
    url(../../fonts/PTSans/PTSans-Bold.woff) format("woff"),
    url(../../fonts/PTSans/PTSans-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: PT Sans;
  src: url(../../fonts/PTSans/PTSans-Italic.eot);
  src: url(../../fonts/PTSans/PTSans-Italic.eot?#iefix)
      format("embedded-opentype"),
    url(../../fonts/PTSans/PTSans-Italic.woff) format("woff"),
    url(../../fonts/PTSans/PTSans-Italic.ttf) format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: PT Serif;
  src: url(../../fonts/PTSerif/PTSerif-Regular.eot);
  src: url(../../fonts/PTSerif/PTSerif-Regular.eot?#iefix)
      format("embedded-opentype"),
    url(../../fonts/PTSerif/PTSerif-Regular.woff) format("woff"),
    url(../../fonts/PTSerif/PTSerif-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: PT Serif;
  src: url(../../fonts/PTSerif/PTSerif-Bold.eot);
  src: url(../../fonts/PTSerif/PTSerif-Bold.eot?#iefix)
      format("embedded-opentype"),
    url(../../fonts/PTSerif/PTSerif-Bold.woff) format("woff"),
    url(../../fonts/PTSerif/PTSerif-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: PT Serif;
  src: url(../../fonts/PTSerif/PTSerif-Italic.eot);
  src: url(../../fonts/PTSerif/PTSerif-Italic.eot?#iefix)
      format("embedded-opentype"),
    url(../../fonts/PTSerif/PTSerif-Italic.woff) format("woff"),
    url(../../fonts/PTSerif/PTSerif-Italic.ttf) format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
body {
  font: normal 16px/20px PT Sans, sans-serif;
}
:root {
  --blue: #157efb;
  --blue-dark: #0d69d6;
  --blue-lighter: #b2d5fe;
}
*,
li,
ol,
ul {
  margin: 0;
  padding: 0;
}
li,
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: none;
}
html {
  height: 100%;
}
input {
  vertical-align: middle;
}
button,
input[type="button"] {
  cursor: pointer;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block !important;
}
hr {
  margin: 0;
  border: none;
}
.site-lang {
  position: relative;
  float: right;
  margin: 1px 0 0 200px;
}
.site-lang .site-lang__current {
  display: block;
  color: #1992ba;
  position: relative;
  text-decoration: none;
  font-size: 16px;
  line-height: 18px;
  padding-left: 25px;
}
.site-lang .site-lang__current .site-lang__current-border {
  display: inline-block;
  vertical-align: top;
  height: 16px;
  border-bottom: 1px dashed #1992ba;
}
.site-lang .site-lang__current:hover {
  color: #00769c;
}
.site-lang .site-lang__current:hover .site-lang__current-border {
  border-bottom: 1px solid transparent;
}
.site-lang .site-lang__current.site-lang__current--active {
  color: #343434;
}
.site-lang
  .site-lang__current.site-lang__current--active
  .site-lang__current-border {
  border-bottom: 1px solid transparent;
}
.site-lang .site-lang__dropdown {
  display: none;
  position: absolute;
  top: 32px;
  right: 0;
  z-index: 10;
  padding: 12px 0;
  background-color: #fff;
  border: 1px solid #7b7979;
  list-style: none;
}
.site-lang .site-lang__dropdown-inner {
  list-style: none;
}
.site-lang .site-lang__dropdown:after {
  content: "";
  display: block;
  height: 8px;
  width: 16px;
  position: absolute;
  right: 43px;
  top: -8px;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  background-image: url(/images/icons/site-lang-arrow.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .site-lang .site-lang__dropdown:after {
    background-image: url(/images/icons/site-lang-arrow@2x.png);
    background-size: 16px 8px;
    background-position: 0 0;
  }
}
.site-lang
  .site-lang__dropdown-item.site-lang__dropdown-item--active
  .site-lang__dropdown-link {
  cursor: default;
  color: #7c7c7c;
  background-color: #fff;
}
.site-lang .site-lang__dropdown-link {
  display: block;
  padding: 4px 28px 4px 44px;
  white-space: nowrap;
  font-size: 16px;
  color: #343434;
  line-height: 20px;
  position: relative;
  text-decoration: none;
}
.site-lang .site-lang__dropdown-link:visited {
  color: #343434;
}
.site-lang .site-lang__dropdown-link:hover {
  background-color: #474747;
  color: #fff;
}
.site-lang .site-lang__dropdown-link:hover:visited {
  color: #fff;
}
.site-lang .site-lang__dropdown-link .icon-flag {
  left: 18px;
  top: 8px;
}
.site-lang .icon-flag {
  position: absolute;
  top: 4px;
  left: 0;
  height: 11px;
  width: 16px;
  background-image: url(/images/icons/flags.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .site-lang .icon-flag {
    background-image: url(/images/icons/flags@2x.png);
    background-size: 16px 284px;
    background-position: 0 0;
  }
}
.site-lang .icon-flag.flag-en {
  background-position: 0 0;
}
.site-lang .icon-flag.flag-us {
  background-position: 0 -13px;
}
.site-lang .icon-flag.flag-es {
  background-position: 0 -26px;
}
.site-lang .icon-flag.flag-pt {
  background-position: 0 -39px;
}
.site-lang .icon-flag.flag-ru {
  background-position: 0 -52px;
}
.site-lang .icon-flag.flag-de {
  background-position: 0 -65px;
}
.site-lang .icon-flag.flag-fr {
  background-position: 0 -78px;
}
.site-lang .icon-flag.flag-it {
  background-position: 0 -91px;
}
.site-lang .icon-flag.flag-tr {
  background-position: 0 -104px;
}
.site-lang .icon-flag.flag-pl {
  background-position: 0 -117px;
}
.site-lang .icon-flag.flag-ro {
  background-position: 0 -130px;
}
.site-lang .icon-flag.flag-nl {
  background-position: 0 -143px;
}
.site-lang .icon-flag.flag-hu {
  background-position: 0 -156px;
}
.site-lang .icon-flag.flag-eg {
  background-position: 0 -169px;
}
.site-lang .icon-flag.flag-cz {
  background-position: 0 -182px;
}
.site-lang .icon-flag.flag-se {
  background-position: 0 -195px;
}
.site-lang .icon-flag.flag-fi {
  background-position: 0 -208px;
}
.site-lang .icon-flag.flag-dk {
  background-position: 0 -221px;
}
.site-lang .icon-flag.flag-no {
  background-position: 0 -234px;
}
.site-lang .icon-flag.flag-ja {
  background-position: 0 -247px;
}
.site-lang .icon-flag.flag-zh {
  background-position: 0 -260px;
}
.site-lang .icon-flag.flag-hi {
  background-position: 0 -273px;
}
.site-lang.site-lang--drop-up .site-lang__dropdown {
  top: auto;
  bottom: 32px;
}
.site-lang.site-lang--drop-up .site-lang__dropdown:after {
  top: auto;
  bottom: -8px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.site-lang.site-lang--drop-up-scroll .site-lang__dropdown {
  top: auto;
  bottom: 32px;
}
.site-lang.site-lang--drop-up-scroll .site-lang__dropdown:after {
  top: auto;
  bottom: -8px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.site-lang.site-lang--drop-up-scroll .site-lang__dropdown-inner {
  max-height: 200px;
  overflow-y: scroll;
}
.site-lang.site-lang--drop-down-scroll .site-lang__dropdown {
  top: 32px;
  right: 0;
  bottom: auto;
}
.site-lang.site-lang--drop-down-scroll .site-lang__dropdown:after {
  top: -8px;
  left: auto;
  right: 43px;
  bottom: auto;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.site-lang.site-lang--drop-down-scroll .site-lang__dropdown-inner {
  max-height: 200px;
  overflow-y: scroll;
}
.bnr.bnr--228x228,
.bnr.bnr--228x228 img {
  display: block;
  width: 228px;
  height: 228px;
}
.bnr.bnr--220x400,
.bnr.bnr--220x400 img {
  display: block;
  width: 220px;
  height: 400px;
}
.nv-popup-award {
  width: 1000px;
  position: relative;
  margin: 40px auto;
  background-color: #ffdc2d;
  box-sizing: border-box;
  padding-top: 61px;
  padding-bottom: 61px;
  color: #343434;
}
.nv-popup-award * {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nv-popup-award a {
  color: #367acf;
}
.nv-popup-award a:hover {
  color: #3f90f2;
}
.mfp-close-btn-in .nv-popup-award .mfp-close,
.nv-popup-award .mfp-close,
.nv-popup-award .nv-popup__close {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  right: -44px;
  opacity: 1;
  text-decoration: none;
  text-align: center;
  touch-action: manipulation;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 41px;
  line-height: 35px;
  color: #fff;
  font-weight: 400;
  font-style: normal;
  font-family: PT Sans;
}
.nv-popup-award .nv-popup-award__header {
  padding-bottom: 21px;
}
.nv-popup-award .nv-popup-award__title {
  text-transform: uppercase;
  color: #191919;
  font-weight: 700;
}
.nv-popup-award .row:after {
  content: "";
  display: block;
  clear: both;
}
.nv-popup-award .column-large-4,
.nv-popup-award .column-large-5,
.nv-popup-award .column-large-17,
.nv-popup-award .column-large-18 {
  float: left;
}
.nv-popup-award .column-large-4 {
  width: 200px;
}
.nv-popup-award .column-large-5 {
  width: 250px;
}
.nv-popup-award .column-large-17 {
  width: 850px;
}
.nv-popup-award .column-large-18 {
  width: 900px;
}
.nv-popup-award .column-large-offset-1 {
  margin-left: 50px;
}
.nv-popup-award .column-large-offset-2 {
  margin-left: 100px;
}
.nv-popup-award .button {
  display: inline-block;
  padding: 18px 42px;
  white-space: nowrap;
  vertical-align: middle;
  border: 0;
  border-radius: 30px;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 21px;
  line-height: 23px;
  font-weight: 600;
  font-style: normal;
  font-family: PT Sans;
  color: #fff;
}
.nv-popup-award .button:hover {
  text-decoration: none;
}
.nv-popup-award .button.button--minor {
  background-color: #367acf;
}
.nv-popup-award .button.button--transparent {
  border-radius: 4px;
  border: 1px solid #a79229;
  color: #343434;
  font-size: 18px;
  line-height: 1;
  padding: 12px 35px;
  text-decoration: none;
  background: transparent;
}
.nv-popup-award .button.button--transparent:hover {
  background-color: #dbdbdb;
  border: 1px solid #dbdbdb;
  color: #343434;
}
.nv-popup-award .button.button--transparent:active {
  background-color: #c2c2c2;
  border: 1px solid #c2c2c2;
  color: #343434;
}
.nv-popup-award .button.button--blue {
  border-radius: 4px;
  background-color: #367acf;
  border: 1px solid #367acf;
  color: #fff;
  padding: 12px 35px;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}
.nv-popup-award .button.button--blue:hover {
  border-color: #3f90f2;
  background-color: #3f90f2;
}
.nv-popup-award .button.button--blue:active {
  border-color: #3070c1;
  background-color: #3070c1;
}
.nv-popup-award .button.button--blue.disabled {
  border-color: #88b0e3;
  background-color: #88b0e3;
  color: #fff;
}
.nv-popup-award .buttons-group .buttons-group__indent {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 20px;
  margin-left: 20px;
  margin-right: 20px;
}
.nv-popup-award .radio {
  display: block;
  min-height: auto;
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 0 16px;
  overflow: hidden;
  cursor: pointer;
  float: none;
}
.nv-popup-award .radio .radio__icon {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.nv-popup-award .radio .radio__label {
  display: block;
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
}
.nv-popup-award .radio .radio__caption {
  display: block;
  font-size: 14px;
  line-height: 20px;
}
.nv-popup-award .radio .radio__element {
  position: absolute;
  left: -9999px;
}
.nv-popup-award .radio.js-is-active .radio__icon:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #f28510;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -5px;
  border-radius: 50%;
}
.nv-popup-award .badge-over,
.nv-popup-award .badge-rounded {
  display: inline-block;
  vertical-align: top;
}
.nv-popup-award .badge-rounded {
  min-width: 25px;
  height: 20px;
  border-radius: 10px;
  position: relative;
}
.nv-popup-award .badge-rounded.badge-rounded--accept {
  background-color: #37b970;
}
.nv-popup-award .badge-rounded.badge-rounded--accept:after {
  content: "";
  display: block;
  width: 7px;
  height: 4px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: -4px 0 0 -4px;
}
.nv-popup-award .attention {
  position: relative;
  font-size: 16px;
  line-height: 25px;
  color: #191919;
  padding-left: 54px;
}
.nv-popup-award .attention .attention__icon {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 5px;
  left: 0;
  border-radius: 50%;
  font-style: normal;
  text-align: center;
}
.nv-popup-award .attention .attention__icon.attention__icon--alert {
  background-color: #f24368;
  font-size: 24px;
  line-height: 40px;
  font-weight: 600;
  color: #fff;
}
.nv-popup-award.nv-popup-award--large {
  width: 1050px;
}
.nv-popup-award.nv-popup-award--nomination {
  font-size: 18px;
}
.nv-popup-award.nv-popup-award--nomination .h4 {
  font-size: 21px;
  line-height: 23px;
  font-weight: 600;
  color: #343434;
  padding-bottom: 10px;
}
.nv-popup-award.nv-popup-award--nomination .nv-popup-award__header {
  padding-bottom: 38px;
}
.nv-popup-award.nv-popup-award--nomination .nv-popup-award__title {
  font-size: 42px;
  line-height: 50px;
  letter-spacing: 4px;
  padding-bottom: 14px;
}
.nv-popup-award.nv-popup-award--nomination .nv-popup-award__subtitle {
  font-size: 21px;
  line-height: 30px;
  color: #343434;
}
.nv-popup-award.nv-popup-award--nomination .take-part {
  margin-top: 22px;
  margin-bottom: 52px;
}
.nv-popup-award.nv-popup-award--nomination .take-part .take-part__number {
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #191919;
  border-radius: 50%;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 8px;
}
.nv-popup-award.nv-popup-award--nomination .take-part .take-part__caption {
  font-size: 18px;
  line-height: 25px;
}
.nv-popup-award.nv-popup-award--nominations .pick-on-nominations {
  margin-bottom: 12px;
}
.nv-popup-award.nv-popup-award--nominations
  .pick-on-nominations
  .nv-popup-award__subtitle {
  margin-bottom: 19px;
}
.nv-popup-award.nv-popup-award--dialog {
  padding-top: 43px;
  padding-bottom: 50px;
}
.nv-popup-award.nv-popup-award--dialog .p {
  padding-bottom: 15px;
  font-size: 16px;
  line-height: 25px;
  color: rgba(25, 25, 25, 0.7);
}
.nv-popup-award.nv-popup-award--dialog .nv-popup-award__title {
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 7px;
}
.nv-popup-award.nv-popup-award--dialog .nv-popup-award__title .badge-over {
  font-size: 21px;
  line-height: 24px;
  margin-top: -12px;
  margin-left: -13px;
  letter-spacing: 2px;
}
.nv-popup-award.nv-popup-award--dialog .nv-popup-award__subtitle {
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
  word-spacing: -3px;
  margin-bottom: 3px;
}
.nv-popup-award.nv-popup-award--dialog .nv-popup-award__footer {
  margin-top: 8px;
}
.nv-popup-award.nv-popup-award--dialog .button {
  padding-left: 0;
  padding-right: 0;
}
.nv-popup-award.nv-popup-award--dialog .button.set-accept {
  width: 157px;
}
.nv-popup-award.nv-popup-award--dialog .button.set-take-part {
  width: 235px;
}
.nv-popup-award.nv-popup-award--dialog .button.set-replace {
  width: 207px;
}
.nv-popup-award.nv-popup-award--dialog .button.set-cancel {
  width: 143px;
  margin-left: 16px;
}
.nv-popup-award.nv-popup-award--dialog .attention {
  margin-bottom: 23px;
}
.nui-button-yellow {
  display: inline-block;
  vertical-align: middle;
  border: 0;
  outline: 0;
  color: #191919;
  white-space: nowrap;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  padding: 13px 19px 14px;
  background-color: #ffdc2d;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.nui-button-yellow.set-photo {
  padding: 13px 12px 14px;
  text-align: center;
}
.nui-button-yellow:hover {
  background-color: #ffe048;
}
.nui-button-yellow:active {
  background-color: #f4d01e;
}
.more-menu {
  position: relative;
}
.more-menu__button {
  border: none;
  background: none;
  position: relative;
  width: 15px;
  height: 20px;
  cursor: pointer;
  line-height: 20px;
  outline: none;
}
.more-menu__button span {
  display: block;
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  background: #343434;
}
.more-menu__button span:first-child {
  left: 0;
}
.more-menu__button span:nth-child(2) {
  left: 0;
  right: 0;
}
.more-menu__button span:nth-child(3) {
  right: 0;
}
.more-menu__button:hover span {
  background: #434343;
}
.more-menu__list {
  position: absolute;
  top: 22px;
  right: 0;
  background: #313131;
  z-index: 10;
  padding: 10px 0;
  min-width: 150px;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  border-radius: 5px;
  display: none;
  z-index: 15;
}
.more-menu__list_active {
  display: initial;
}
.more-menu__list_top {
  top: unset;
  bottom: calc(100% + 3px);
}
.more-menu__list_right {
  left: 0;
  right: unset;
}
.more-menu__item {
  padding: 5px 15px;
  white-space: nowrap;
  color: #fff;
  cursor: pointer;
}
.more-menu__item a,
.more-menu__item a:hover {
  color: #fff;
  display: inline-block;
  width: 100%;
  height: 100%;
}
@media (min-width: 760px) {
  .more-menu__item:hover {
    background: #4a4a4a;
  }
}
.more-menu__item_active,
.more-menu__item_active:hover {
  background: #7a7a7a;
}
.more-menu__item_hidden {
  display: none;
}
.mw-drop {
  display: block;
  box-sizing: border-box;
  border: 1px solid #dbdbdb;
  padding: 5px 10px;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  transition: 0.2s;
}
.mw-drop[open] {
  border-bottom: none;
  border-radius: 5px 5px 0 0;
}
.mw-drop[open] .mw-drop__arrow {
  transform: rotate(-45deg) scale(-1);
  top: 5px;
}
.mw-drop[open] .mw-drop-list {
  max-height: 150px;
  opacity: 1;
}
.mw-drop__arrow {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  border-bottom: 1px solid #343434;
  border-left: 1px solid #343434;
  transform: rotate(-45deg) scale(1);
  transition: 0.2s;
  z-index: 10;
}
.mw-drop__desc {
  color: #8f8f8f;
  font-size: 14px;
}
.mw-drop__value {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
.mw-drop__value--award a {
  color: #000;
}
.mw-drop__value:after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  background: #ffffff00;
  top: 0;
  right: 0;
  background: -webkit-linear-gradient(left, #ffffff00, #fff);
  background: -moz-linear-gradient(left, #ffffff00, #fff);
  background: linear-gradient(90deg, #ffffff00, #fff);
}
.mw-drop__button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  background-color: transparent;
  border: none;
}
.mw-drop-list {
  position: absolute;
  width: 100%;
  left: -1px;
  top: 50px;
  border: 1px solid #dbdbdb;
  border-radius: 0 0 5px 5px;
  max-height: 0;
  opacity: 0;
  overflow-y: auto;
  overflow-x: hidden;
  transition: 0.2s;
  background: #fff;
  z-index: 10;
}
.mw-drop-list::-webkit-scrollbar {
  width: 4px;
}
.mw-drop-list::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
.mw-drop-list::-webkit-scrollbar-thumb {
  background-color: #c6c6c6;
}
.mw-drop-list__item {
  box-sizing: border-box;
  padding: 5px 10px;
  position: relative;
  white-space: nowrap;
}
.mw-drop-list__item--award {
  padding: 0;
}
.mw-drop-list__item--award a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  padding: 5px 10px;
  cursor: pointer;
}
.mw-drop-list__item:hover {
  background-color: #f7f7f7;
}
.mw-drop-list__item:after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  background: #ffffff00;
  top: 0;
  right: 0;
  background: -webkit-linear-gradient(left, #ffffff00, #fff);
  background: -moz-linear-gradient(left, #ffffff00, #fff);
  background: linear-gradient(90deg, #ffffff00, #fff);
}
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #343434;
  border-bottom-color: #bbb;
  font-family: PT Sans;
  width: 350px;
  position: absolute;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
}
.pika-single.is-hidden {
  display: none;
}
.datepicker-container .pika-single {
  width: 100%;
}
.datepicker-container_bordered .pika-single {
  box-sizing: border-box;
  top: -1px;
  border: 1px solid;
  border-color: #757575;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: unset;
}
.pika-single:after,
.pika-single:before {
  content: " ";
  display: table;
}
.pika-single:after {
  clear: both;
}
.pika-lendar {
  padding: 30px 30px 20px;
}
.pika-title {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
}
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  opacity: 0;
}
.pika-label {
  display: inline-block;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #000;
  order: 2;
}
.pika-label:not(:first-of-type) {
  margin-left: 5px;
}
.pika-next,
.pika-prev {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
}
.pika-next.is-disabled,
.pika-prev.is-disabled {
  cursor: default;
  opacity: 0.2;
}
.is-rtl .pika-next,
.pika-prev {
  order: 1;
  margin-right: auto;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 5H1M1 5l4 4M1 5l4-4' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.is-rtl .pika-prev,
.pika-next {
  order: 3;
  margin-left: auto;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5h12M13 5L9 9M13 5L9 1' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.pika-select {
  display: inline-block;
}
.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.pika-table thead th {
  padding-top: 20px;
  padding-bottom: 16px;
  color: #000;
  opacity: 0.5;
}
.pika-table td,
.pika-table th {
  width: 14.28571429%;
  padding: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
}
.pika-table abbr {
  cursor: help;
  border-bottom: none;
  text-decoration: none;
}
.pika-button {
  cursor: pointer;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  color: #666;
  font-size: 15px;
  line-height: 35px;
  text-align: center;
  height: auto;
  background: none;
  position: relative;
  width: 100%;
}
.has-event .pika-button {
  color: #f64f63;
}
.is-outside-current-month .pika-button {
  opacity: 0;
}
.is-disabled .pika-button {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
.pika-button:hover {
  color: #fff;
}
.pika-button:hover:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 30px;
  height: 30px;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  border-radius: 50%;
  background: #367acf;
}
.pika-button .is-selection-disabled {
  pointer-events: none;
  cursor: default;
}
.pika-week {
  font-size: 11px;
  color: #999;
}
.is-endrange .pika-button:before,
.is-inrange .pika-button:before,
.is-startrange .pika-button:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 30px;
  height: 30px;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  border-radius: 50%;
}
.is-endrange .pika-button:not(:hover):before,
.is-inrange .pika-button:not(:hover):before,
.is-startrange .pika-button:not(:hover):before {
  background: #e8f4ff;
}
.m-checkbox {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.m-checkbox_checkbox .m-checkbox__item:not(:first-child) {
  margin-top: 15px;
}
.m-checkbox_checkbox .m-checkbox__input {
  display: none;
}
.m-checkbox_checkbox .m-checkbox__input:checked + label:after {
  background: var(--blue);
  border: 1px solid var(--blue);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 6.5L5 10l8-9' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
}
.m-checkbox_checkbox .m-checkbox__label {
  display: block;
  text-align: left;
  position: relative;
  margin-left: 30px;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
}
.m-checkbox_checkbox .m-checkbox__label:after,
.m-checkbox_checkbox .m-checkbox__label:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: -30px;
  top: 0;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-radius: 3px;
  background: #fff;
}
.pagination {
  text-align: center;
}
.pagination.block {
  pointer-events: none;
}
.pagination.content-not-ready {
  opacity: 0;
}
.pagination-button {
  padding: 6px 15px;
  background: none;
  border-radius: 7px;
  border: 1px solid #eaeaea;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  opacity: 0.5;
  pointer-events: none;
  transition: 0.3s;
  color: #343434;
}
.pagination-button:hover {
  color: #343434;
  border-color: #6f6f6f;
}
.pagination-button.enable {
  opacity: 1;
  pointer-events: auto;
}
.pagination-button.block {
  pointer-events: none;
}
.pagination-pages {
  margin-top: 20px;
}
.pagination-numbers {
  display: inline-block;
  position: relative;
}
.pagination-step {
  padding: 3px 10px;
  background: none;
  font-size: 14px;
  line-height: 18px;
  border: 1px solid #fff;
  color: #000;
}
.pagination-step.active {
  border: 1px solid #eaeaea;
  border-radius: 5px;
}
.pagination-points {
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
  position: absolute;
  top: 5px;
  display: none;
}
.pagination-points.left {
  left: -25px;
}
.pagination-points.right {
  right: -25px;
}
.pagination-points.show {
  display: inline-block;
}
.pagination-arrow {
  position: absolute;
  top: 5px;
  width: 14px;
  height: 11px;
  background: url(../../images/icons/arrow-search.svg) no-repeat 50%/14px 11px;
  cursor: pointer;
  opacity: 0.5;
  pointer-events: none;
}
.pagination-arrow.left {
  left: -65px;
  transform: rotate(180deg);
}
.pagination-arrow.right {
  right: -65px;
}
.pagination-arrow.enable {
  opacity: 1;
  pointer-events: auto;
}
.pagination-arrow.block {
  pointer-events: none;
}
@media (max-width: 420px) {
  .pagination-step {
    padding: 3px 7px;
  }
  .pagination-points.left {
    left: -15px;
  }
  .pagination-points.right {
    right: -15px;
  }
  .pagination-arrow.left {
    left: -40px;
  }
  .pagination-arrow.right {
    right: -40px;
  }
}
.search {
  margin: -50px auto 100px;
  max-width: 600px;
}
.search-block {
  margin: 30px 0 20px;
}
.search__form {
  width: 100%;
  display: flex;
}
.search-menu__tabs {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
.search-menu__tabs.block {
  pointer-events: none;
}
.search-menu__item {
  background: none;
  font-size: 14px;
  padding: 5px 15px;
  line-height: 20px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  border-left: none;
  border-right: 1px solid #eaeaea;
  outline: none;
  color: #000;
  white-space: nowrap;
  position: relative;
}
.search-menu__item:first-child {
  border-radius: 5px 0 0 5px;
  border-left: 1px solid #eaeaea;
}
.search-menu__item:first-child:hover:before {
  content: none;
}
.search-menu__item:last-child {
  border-radius: 0 5px 5px 0;
}
.search-menu__item.active {
  color: #fff;
  background: #367acf;
  border-color: #367acf;
}
.search-menu__item.active:hover:before {
  content: none;
}
.search-menu__item.before {
  border-right: #367acf;
}
.search-menu__item:hover {
  color: #fff;
  background: #4488dc;
  border-color: #4488dc;
}
.search-menu__item:hover:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  width: 1px;
  background: #4488dc;
}
.search-link {
  position: absolute;
  right: 0;
  top: 0;
}
.search-link.block {
  pointer-events: none;
}
.search-link__text {
  color: #000;
  opacity: 0.8;
  font-size: 15px;
  line-height: 20px;
  transition: 0.3s;
  padding-right: 24px;
  border: none;
  background: none;
}
.search-link__text:after {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  width: 14px;
  height: 12px;
  background-image: url(../../images/icons/arrow-search.svg);
  background-size: cover;
}
.search-link__text:hover {
  opacity: 1;
}
.search-result__matches {
  background-color: #cfff70;
}
.search-result__head {
  position: relative;
}
.search-result__item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
}
.search-result__item.forum {
  align-items: flex-start;
}
.search-result__title {
  padding: 0;
  margin: 50px 0 20px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
}
.search-result__text {
  margin-left: 15px;
}
.search-result__name {
  display: inline-block;
  font-size: 18px;
  line-height: 23px;
  color: #367acf;
  transition: 0.3s;
  margin-bottom: 4px;
}
.search-result__name:hover {
  color: #255999;
}
.search-result__name.tag {
  color: #343434;
}
.search-result__name.photographer-medias {
  display: none;
}
.search-result__desc {
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 21px;
}
.search-result__desc.photographer {
  color: #000;
  opacity: 0.5;
}
.search-result__desc.tag {
  color: #367acf;
  transition: 0.3s;
  margin-right: 10px;
  white-space: nowrap;
}
.search-result__desc.tag:hover,
.search-result__desc a:hover {
  color: #255999;
}
.search-result__pic {
  width: 50px;
  height: 50px;
  border-radius: 5px;
}
.search-result__pic.photographer {
  border-radius: 0;
  height: 58px;
}
.search-result__pic.forum {
  background: #000;
  opacity: 0.8;
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
}
.search-forum-pic {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 17px;
  height: 16px;
  background: url(../../images/icons/search-forum-icon.svg) no-repeat 50%/17px
    16px;
}
.search__no-result {
  text-align: center;
  margin-top: 150px;
  display: none;
}
.search__no-result--head {
  font-size: 30px;
  padding: 0 0 20px;
  line-height: 34px;
}
.search__no-result--desc {
  font-size: 15px;
}
.search__no-result.show {
  display: block;
}
.search-pagination-container.hide {
  display: none;
}
.search-pagination-container.content-ready {
  opacity: 0;
}
@media (max-width: 1200px) {
  .search {
    margin-top: 0;
  }
}
@media (max-width: 640px) {
  .search {
    padding: 0 15px;
    margin-bottom: 0;
  }
  .search-menu__item:hover {
    background: #fff;
    border-color: #eaeaea;
    color: #343434;
  }
  .search-menu__item:hover:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    width: 1px;
    background: #eaeaea;
  }
  .search-menu__item.active {
    color: #fff;
    background: #367acf;
    border-color: #367acf;
  }
  .search-menu__item.before {
    border-right: #eaeaea;
  }
  .search-result__title {
    margin-top: 40px;
  }
  .search-result__item {
    margin-bottom: 20px;
  }
  .search-result__name {
    font-size: 16px;
    margin-bottom: 0;
  }
  .search-result__name.photographer {
    display: none;
  }
  .search-result__name.photographer-medias {
    display: block;
  }
  .search-result__desc {
    font-size: 14px;
  }
  .search-result__text {
    margin-left: 10px;
  }
  .search-result__pic {
    width: 40px;
    height: 40px;
  }
  .search-result__pic.photographer {
    height: 48px;
  }
  .search__no-result {
    margin-top: 100px;
  }
  .search__no-result--head {
    font-size: 24px;
    padding: 0 0 10px;
    line-height: 26px;
  }
  .button-search-pic {
    width: 16px;
    height: 16px;
    background: url(../../images/icons/search-icon-white.svg) no-repeat 50%/16px
      16px;
    display: inline-block;
  }
  .button-search-text {
    display: none;
  }
}
@media (max-width: 420px) {
  .search__no-result {
    margin-top: 50px;
  }
  .search-menu__tabs {
    width: 100%;
    justify-content: space-around;
  }
  .search-menu__item {
    width: 100%;
    padding: 5px;
  }
}
section .b-content {
  padding: 20px 0;
}
.inner-page-menu {
  margin: 13px 0 21px;
  height: 24px;
}
.inner-page-menu li {
  float: left;
  margin-right: 20px;
}
.inner-page-menu li h1 {
  display: inline;
  font-size: 16px;
  line-height: 20px;
  padding: 0;
}
.inner-page-menu li.active a {
  color: #343434;
  text-decoration: none;
}
.inner-page-menu li.author-links a {
  color: #f09c24;
}
.inner-page-menu li.author-links a:hover {
  color: #dd7209;
}
.inner-page-menu li.create-new-theme {
  padding: 1px 9px 2px;
  margin: -2px 0 0;
  border: 1px solid #f09c24;
  position: relative;
}
.inner-page-menu li.create-new-theme a {
  text-decoration: none;
}
.inner-page-menu li.create-new-theme .arrow-ico {
  height: 8px;
  width: 13px;
  background-position: 0 0;
  top: -8px;
  left: auto;
  right: 23px;
}
.inner-page-menu.fav-ind {
  margin-bottom: 17px;
}
.main-title {
  width: auto;
  zoom: 1;
  padding: 12px 0 14px;
  position: relative;
}
.main-title:after {
  clear: both;
}
.main-title:after,
.main-title:before {
  display: table;
  line-height: 0;
  content: "";
}
.main-title h2 {
  float: left;
}
.main-title .main-title-right-column {
  float: right;
  margin-top: 3px;
}
.main-title .main-title-right-column .label {
  float: right;
  margin-right: 10px;
  line-height: 20px;
}
.main-title .main-title-right-column .banners-buttons,
.main-title .main-title-right-column .banners-buttons li {
  float: right;
}
.main-title .b-tabs-buttons {
  float: left;
  margin: 0 0 0 10px;
}
.progressbar {
  padding-top: 28px;
  width: 146px;
}
.progressbar .progress-row {
  height: 1px;
  background-color: #dbdbdb;
}
.progressbar .progressbar-value {
  height: 3px;
  font-size: 0;
  line-height: 0;
  background-color: #37b96f;
  width: 0;
  position: relative;
  top: -1px;
}
.progressbar .progressbar-value .value {
  position: absolute;
  top: -30px;
  left: 100%;
  margin-left: -20px;
  width: 38px;
  height: 19px;
  background-color: #37b96f;
  border-radius: 4px;
}
.progressbar .progressbar-value .value p {
  padding: 0 !important;
  text-align: center;
  font-size: 13px;
  line-height: 19px;
  height: 19px;
  overflow: hidden;
  color: #fff;
}
.progressbar .progressbar-value .value .arrow {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: -10px;
  border: 5px solid transparent;
  border-top: 5px solid #37b96f;
}
.progressbar .progressbar-value.pr-bar-width-1 {
  width: 1%;
}
.progressbar .progressbar-value.pr-bar-width-2 {
  width: 2%;
}
.progressbar .progressbar-value.pr-bar-width-3 {
  width: 3%;
}
.progressbar .progressbar-value.pr-bar-width-4 {
  width: 4%;
}
.progressbar .progressbar-value.pr-bar-width-5 {
  width: 5%;
}
.progressbar .progressbar-value.pr-bar-width-6 {
  width: 6%;
}
.progressbar .progressbar-value.pr-bar-width-7 {
  width: 7%;
}
.progressbar .progressbar-value.pr-bar-width-8 {
  width: 8%;
}
.progressbar .progressbar-value.pr-bar-width-9 {
  width: 9%;
}
.progressbar .progressbar-value.pr-bar-width-10 {
  width: 10%;
}
.progressbar .progressbar-value.pr-bar-width-11 {
  width: 11%;
}
.progressbar .progressbar-value.pr-bar-width-12 {
  width: 12%;
}
.progressbar .progressbar-value.pr-bar-width-13 {
  width: 13%;
}
.progressbar .progressbar-value.pr-bar-width-14 {
  width: 14%;
}
.progressbar .progressbar-value.pr-bar-width-15 {
  width: 15%;
}
.progressbar .progressbar-value.pr-bar-width-16 {
  width: 16%;
}
.progressbar .progressbar-value.pr-bar-width-17 {
  width: 17%;
}
.progressbar .progressbar-value.pr-bar-width-18 {
  width: 18%;
}
.progressbar .progressbar-value.pr-bar-width-19 {
  width: 19%;
}
.progressbar .progressbar-value.pr-bar-width-20 {
  width: 20%;
}
.progressbar .progressbar-value.pr-bar-width-21 {
  width: 21%;
}
.progressbar .progressbar-value.pr-bar-width-22 {
  width: 22%;
}
.progressbar .progressbar-value.pr-bar-width-23 {
  width: 23%;
}
.progressbar .progressbar-value.pr-bar-width-24 {
  width: 24%;
}
.progressbar .progressbar-value.pr-bar-width-25 {
  width: 25%;
}
.progressbar .progressbar-value.pr-bar-width-26 {
  width: 26%;
}
.progressbar .progressbar-value.pr-bar-width-27 {
  width: 27%;
}
.progressbar .progressbar-value.pr-bar-width-28 {
  width: 28%;
}
.progressbar .progressbar-value.pr-bar-width-29 {
  width: 29%;
}
.progressbar .progressbar-value.pr-bar-width-30 {
  width: 30%;
}
.progressbar .progressbar-value.pr-bar-width-31 {
  width: 31%;
}
.progressbar .progressbar-value.pr-bar-width-32 {
  width: 32%;
}
.progressbar .progressbar-value.pr-bar-width-33 {
  width: 33%;
}
.progressbar .progressbar-value.pr-bar-width-34 {
  width: 34%;
}
.progressbar .progressbar-value.pr-bar-width-35 {
  width: 35%;
}
.progressbar .progressbar-value.pr-bar-width-36 {
  width: 36%;
}
.progressbar .progressbar-value.pr-bar-width-37 {
  width: 37%;
}
.progressbar .progressbar-value.pr-bar-width-38 {
  width: 38%;
}
.progressbar .progressbar-value.pr-bar-width-39 {
  width: 39%;
}
.progressbar .progressbar-value.pr-bar-width-40 {
  width: 40%;
}
.progressbar .progressbar-value.pr-bar-width-41 {
  width: 41%;
}
.progressbar .progressbar-value.pr-bar-width-42 {
  width: 42%;
}
.progressbar .progressbar-value.pr-bar-width-43 {
  width: 43%;
}
.progressbar .progressbar-value.pr-bar-width-44 {
  width: 44%;
}
.progressbar .progressbar-value.pr-bar-width-45 {
  width: 45%;
}
.progressbar .progressbar-value.pr-bar-width-46 {
  width: 46%;
}
.progressbar .progressbar-value.pr-bar-width-47 {
  width: 47%;
}
.progressbar .progressbar-value.pr-bar-width-48 {
  width: 48%;
}
.progressbar .progressbar-value.pr-bar-width-49 {
  width: 49%;
}
.progressbar .progressbar-value.pr-bar-width-50 {
  width: 50%;
}
.progressbar .progressbar-value.pr-bar-width-51 {
  width: 51%;
}
.progressbar .progressbar-value.pr-bar-width-52 {
  width: 52%;
}
.progressbar .progressbar-value.pr-bar-width-53 {
  width: 53%;
}
.progressbar .progressbar-value.pr-bar-width-54 {
  width: 54%;
}
.progressbar .progressbar-value.pr-bar-width-55 {
  width: 55%;
}
.progressbar .progressbar-value.pr-bar-width-56 {
  width: 56%;
}
.progressbar .progressbar-value.pr-bar-width-57 {
  width: 57%;
}
.progressbar .progressbar-value.pr-bar-width-58 {
  width: 58%;
}
.progressbar .progressbar-value.pr-bar-width-59 {
  width: 59%;
}
.progressbar .progressbar-value.pr-bar-width-60 {
  width: 60%;
}
.progressbar .progressbar-value.pr-bar-width-61 {
  width: 61%;
}
.progressbar .progressbar-value.pr-bar-width-62 {
  width: 62%;
}
.progressbar .progressbar-value.pr-bar-width-63 {
  width: 63%;
}
.progressbar .progressbar-value.pr-bar-width-64 {
  width: 64%;
}
.progressbar .progressbar-value.pr-bar-width-65 {
  width: 65%;
}
.progressbar .progressbar-value.pr-bar-width-66 {
  width: 66%;
}
.progressbar .progressbar-value.pr-bar-width-67 {
  width: 67%;
}
.progressbar .progressbar-value.pr-bar-width-68 {
  width: 68%;
}
.progressbar .progressbar-value.pr-bar-width-69 {
  width: 69%;
}
.progressbar .progressbar-value.pr-bar-width-70 {
  width: 70%;
}
.progressbar .progressbar-value.pr-bar-width-71 {
  width: 71%;
}
.progressbar .progressbar-value.pr-bar-width-72 {
  width: 72%;
}
.progressbar .progressbar-value.pr-bar-width-73 {
  width: 73%;
}
.progressbar .progressbar-value.pr-bar-width-74 {
  width: 74%;
}
.progressbar .progressbar-value.pr-bar-width-75 {
  width: 75%;
}
.progressbar .progressbar-value.pr-bar-width-76 {
  width: 76%;
}
.progressbar .progressbar-value.pr-bar-width-77 {
  width: 77%;
}
.progressbar .progressbar-value.pr-bar-width-78 {
  width: 78%;
}
.progressbar .progressbar-value.pr-bar-width-79 {
  width: 79%;
}
.progressbar .progressbar-value.pr-bar-width-80 {
  width: 80%;
}
.progressbar .progressbar-value.pr-bar-width-81 {
  width: 81%;
}
.progressbar .progressbar-value.pr-bar-width-82 {
  width: 82%;
}
.progressbar .progressbar-value.pr-bar-width-83 {
  width: 83%;
}
.progressbar .progressbar-value.pr-bar-width-84 {
  width: 84%;
}
.progressbar .progressbar-value.pr-bar-width-85 {
  width: 85%;
}
.progressbar .progressbar-value.pr-bar-width-86 {
  width: 86%;
}
.progressbar .progressbar-value.pr-bar-width-87 {
  width: 87%;
}
.progressbar .progressbar-value.pr-bar-width-88 {
  width: 88%;
}
.progressbar .progressbar-value.pr-bar-width-89 {
  width: 89%;
}
.progressbar .progressbar-value.pr-bar-width-90 {
  width: 90%;
}
.progressbar .progressbar-value.pr-bar-width-91 {
  width: 91%;
}
.progressbar .progressbar-value.pr-bar-width-92 {
  width: 92%;
}
.progressbar .progressbar-value.pr-bar-width-93 {
  width: 93%;
}
.progressbar .progressbar-value.pr-bar-width-94 {
  width: 94%;
}
.progressbar .progressbar-value.pr-bar-width-95 {
  width: 95%;
}
.progressbar .progressbar-value.pr-bar-width-96 {
  width: 96%;
}
.progressbar .progressbar-value.pr-bar-width-97 {
  width: 97%;
}
.progressbar .progressbar-value.pr-bar-width-98 {
  width: 98%;
}
.progressbar .progressbar-value.pr-bar-width-99 {
  width: 99%;
}
.progressbar .progressbar-value.pr-bar-width-100 {
  width: 100%;
}
.more-link {
  margin-top: 37px;
  display: inline-block;
  padding-bottom: 18px;
  background-image: url(/images/arrows/arrows.png);
  background-repeat: no-repeat;
  background-position: 50% -250px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .more-link {
    background-image: url(/images/arrows/arrows@2x.png);
    background-size: 16px 450px;
    background-position: 50% -250px;
  }
}
.more-link span {
  color: #2e2e2e;
  border-bottom: 1px dotted #2e2e2e;
  display: inline-block;
  line-height: 16px;
}
.more-link:hover span {
  border: 0;
}
.b-more-align {
  text-align: center;
}
.b-more-align.small-ind .more-link {
  margin: 12px 0 19px;
}
.photos-list {
  overflow: hidden;
}
.photos-list ul {
  width: 105%;
  float: left;
  margin-top: -4px;
}
.photos-list ul li {
  float: left;
  margin: 4px 0 0 4px;
}
.photos-list ul li:first-child {
  margin-right: 0;
  margin-left: 0;
}
.photos-list.big ul li {
  margin-right: 12px;
}
.photos-list.in-forum {
  padding: 11px 0 7px;
}
.default-photo.mini img {
  border-radius: 5px;
}
.opacity {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.opacity.dark {
  background-color: #000;
  opacity: 0.7;
  filter: alpha(opacity=100);
}
.erotic {
  background: url(/images/backgrounds/opacity-black-ero.jpg);
}
.ero .ico-ero {
  height: 38px;
  width: 59px;
  background-image: url(/images/icons-and-logos.png);
  background-repeat: no-repeat;
  background-position: 0 -198px;
  margin: -17px 0 0 -28px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .ero .ico-ero {
    background-image: url(/images/icons-and-logos@2x.png);
    background-size: 91px 1500px;
    background-position: 0 -198px;
  }
}
.photo-ico {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  background-image: url(/images/icons-and-logos.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .photo-ico {
    background-image: url(/images/icons-and-logos@2x.png);
    background-size: 91px 1500px;
    background-position: 0 0;
  }
}
.photo-ico.ero {
  height: 38px;
  width: 59px;
  background-position: 0 -198px;
  margin: -17px 0 0 -28px;
}
.photo-ico.delete {
  height: 100%;
  width: 100%;
  background-image: url(/images/gfx/delete-photo-cross.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  left: 0;
  top: 0;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .photo-ico.delete {
    background-image: url(/images/gfx/delete-photo-cross@2x.png);
    background-size: 220px 220px;
    background-position: 50% 50%;
  }
}
.photo-ico.choice-release {
  height: 40px;
  width: 40px;
  background-position: 0 -236px;
  margin: -20px 0 0 -20px;
}
.photo-ico.choice-accepted {
  height: 38px;
  width: 46px;
  background-position: 0 -276px;
  margin: -19px 0 0 -23px;
}
.photo-ico.choice-not-accept {
  height: 38px;
  width: 46px;
  background-position: 0 -314px;
  margin: -19px 0 0 -23px;
}
.author {
  padding: 0 0 0 41px;
  overflow: hidden;
}
.author p {
  padding-bottom: 0;
  display: block;
}
.author .name,
.author span {
  color: #7c7c7c;
}
.author .userpic {
  position: relative;
  float: left;
  margin: 6px -100% 0 0;
  height: 45px;
  width: 45px;
  left: -52px;
}
.title-author {
  width: auto;
  zoom: 1;
  float: left;
}
.title-author:after {
  clear: both;
}
.title-author:after,
.title-author:before {
  display: table;
  line-height: 0;
  content: "";
}
.title-author li {
  float: left;
  font-size: 21px;
  margin: 0 15px 1px 0;
}
.title-author li > a {
  padding-left: 14px;
  background-image: url(/images/arrows/arrows.png);
  background-repeat: no-repeat;
  background-position: 0 -301px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .title-author li > a {
    background-image: url(/images/arrows/arrows@2x.png);
    background-size: 16px 450px;
    background-position: 0 -301px;
  }
}
.title-author li .author-login {
  font-size: 16px;
  position: relative;
  top: -11px;
  padding: 0 0 2px;
  margin-right: 8px;
}
.title-author li .author-login.pro {
  padding: 0 30px 2px 0;
}
.title-author li .author-login.pro a {
  color: #1992ba;
}
.title-author li .author-login.pro a:hover {
  color: #00769c;
}
.title-author li .author-login.pro:after {
  content: "Pro";
  position: absolute;
  top: 3px;
  right: 0;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  padding: 1px 3px 3px;
  display: block;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffce17;
}
.title-author li .author-login.admin {
  padding: 0 30px 2px 0;
}
.title-author li .author-login.admin a {
  color: #1992ba;
}
.title-author li .author-login.admin a:hover {
  color: #00769c;
}
.title-author li .author-login.admin:after {
  content: "ADM";
  position: absolute;
  top: 3px;
  right: 0;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  padding: 1px 3px 3px;
  display: block;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #f64f63;
}
.title-author li .author-login.moderator {
  padding: 0 30px 2px 0;
}
.title-author li .author-login.moderator a {
  color: #1992ba;
}
.title-author li .author-login.moderator a:hover {
  color: #00769c;
}
.title-author li .author-login.moderator:after {
  content: "MDR";
  position: absolute;
  top: 3px;
  right: 0;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  padding: 1px 3px 3px;
  display: block;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #f64f63;
}
.title-author li .author-adress {
  font-size: 18px;
  color: #7c7c7c;
  margin-right: 0 !important;
}
.title-author li:first-child a {
  padding-left: 0;
  background: none;
}
.title-author li h1 {
  font-size: 21px;
  padding: 0;
  line-height: 20px;
  display: inline-block;
}
.title-author li h1:after {
  content: "\00a0";
}
.title-author.wide li.price {
  font-size: 18px;
  color: #7c7c7c;
}
.title-author.wide li:first-child {
  width: 669px;
}
.edit-rules-title {
  float: left;
  padding-top: 2px;
}
.edit-rules-title li {
  float: left;
  margin-left: 15px;
}
.rules-list .rules-lang {
  height: 36px;
}
.rules-list .rules-lang .lang {
  float: right;
  width: 581px;
  position: relative;
}
.rules-list .rules-lang .lang:first-child {
  float: left;
}
.rules-list .rules-lang .lang .promt-sortable {
  position: absolute;
  top: -17px;
  right: 0;
  width: 258px;
  padding-left: 19px;
}
.rules-list .rules-lang .lang .promt-sortable span {
  display: block;
  height: 31px;
  width: 12px;
  background-image: url(/images/arrows/arrows.png);
  background-repeat: no-repeat;
  background-position: 0 -332px;
  position: absolute;
  left: 0;
  top: 6px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .rules-list .rules-lang .lang .promt-sortable span {
    background-image: url(/images/arrows/arrows@2x.png);
    background-size: 16px 450px;
    background-position: 0 -332px;
  }
}
.rules-list .rules-list-inside .rules-list-item {
  border: 2px dashed #e5e5e5;
  padding: 10px 15px;
  margin-bottom: 10px;
  background: #fff;
}
.rules-list .rules-list-inside .rules-list-item .side-column {
  float: right;
  width: 563px;
}
.rules-list .rules-list-inside .rules-list-item .side-column:first-child {
  float: left;
}
.rules-list .rules-list-inside .rules-list-item .side-column .brd-texta {
  margin-bottom: 10px;
}
.rules-list
  .rules-list-inside
  .rules-list-item
  .side-column
  .brd-texta
  textarea {
  font-size: 16px;
  min-height: 110px;
  overflow: auto;
}
.rules-list
  .rules-list-inside
  .rules-list-item
  .side-column
  .brd-texta.title
  textarea {
  min-height: 40px;
}
.rules-list
  .rules-list-inside
  .rules-list-item
  .side-column
  .b-tabs-buttons
  li {
  margin-right: 9px;
}
.rating-settings .side-column {
  width: 410px;
  margin-right: 180px;
}
.rating-settings .side-column:first-child {
  margin: 0;
  width: 525px;
}
.rating-settings .rating-settings-list {
  padding-top: 38px;
}
.rating-settings .rating-settings-list dt {
  padding-bottom: 11px;
}
.rating-settings .rating-settings-list dd {
  width: auto;
  zoom: 1;
  margin-bottom: 8px;
}
.rating-settings .rating-settings-list dd:after {
  clear: both;
}
.rating-settings .rating-settings-list dd:after,
.rating-settings .rating-settings-list dd:before {
  display: table;
  line-height: 0;
  content: "";
}
.rating-settings .rating-settings-list dd .r-col {
  margin: 0 0 0 329px;
}
.rating-settings .rating-settings-list dd .brd {
  width: 75px;
  float: left;
}
.rating-settings .rating-settings-list dd .info {
  float: left;
  margin-left: 10px;
}
.rating-settings .rating-settings-list dd .label {
  float: left;
  width: 320px;
}
.rating-settings .rating-settings-list dd .label span {
  color: #7c7c7c;
}
.rating-settings.first {
  padding: 0;
}
.rating-settings.first dd .r-col {
  margin: 0 0 0 439px;
}
.rating-settings.first dd .label {
  float: left;
  width: 430px;
}
.rating-settings.second dd .r-col {
  margin: 0 0 0 248px;
}
.rating-settings.second dd .label {
  width: 235px;
}
.rating-settings .indicator-list-row {
  margin-bottom: 6px;
}
.rating-settings .wide-indicator {
  margin: 45px 0 53px;
}
.rating-settings .wide-indicator > li {
  margin-bottom: 29px;
}
.b-movable-indicator {
  height: 60px;
  padding-top: 11px;
}
.b-movable-indicator .label {
  float: left;
  padding-top: 20px;
}
.movable-indicator {
  height: 8px;
  position: relative;
  padding: 29px 0 20px;
  width: 277px;
  float: right;
}
.movable-indicator .grad {
  position: absolute;
  color: #9e9e9e;
  top: 42px;
  font-size: 14px;
  width: 20px;
}
.movable-indicator .grad.first {
  left: 0;
}
.movable-indicator .grad.sec {
  left: 60px;
}
.movable-indicator .grad.four {
  right: 58px;
}
.movable-indicator .grad.last {
  right: 0;
  text-align: right;
}
.movable-indicator .grad.middle {
  left: 50%;
  margin-left: -8px;
  text-align: center;
}
.movable-indicator .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  cursor: default;
  width: 14px;
  top: -5px;
  text-decoration: none;
  color: #0d9ac2;
  margin-left: -7px;
  background-image: url(/images/gfx/movable-indicator.png);
  background-repeat: no-repeat;
  background-position: 0 -10px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .movable-indicator .ui-slider .ui-slider-handle {
    background-image: url(/images/gfx/movable-indicator@2x.png);
    background-size: 14px 40px;
    background-position: 0 -10px;
  }
}
.movable-indicator .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  background-image: url(/images/gfx/movable-indicator.png);
  background-repeat: no-repeat;
  background-position: 0 -5px;
  background-repeat: repeat-x;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .movable-indicator .ui-slider .ui-slider-range {
    background-image: url(/images/gfx/movable-indicator@2x.png);
    background-size: 14px 40px;
    background-position: 0 -5px;
  }
}
.movable-indicator .ui-widget-content {
  background-image: url(/images/gfx/movable-indicator.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-repeat: repeat-x;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .movable-indicator .ui-widget-content {
    background-image: url(/images/gfx/movable-indicator@2x.png);
    background-size: 14px 40px;
    background-position: 0 0;
  }
}
.movable-indicator .ui-slider-horizontal {
  height: 5px;
  border: 1px solid #e9e9e9;
}
.movable-indicator .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.movable-indicator .ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.movable-indicator .ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.movable-indicator .indicator-amount {
  padding-left: 5px;
  width: 25px;
  top: -27px;
  font-size: 14px;
  line-height: 18px;
  margin-left: -16px;
  border: 1px solid #efd180;
  display: block;
  background: #ffeeb3;
  position: absolute;
  left: 50%;
  height: 19px;
  color: #ac7916;
}
.movable-indicator .indicator-amount i {
  position: absolute;
  bottom: -6px;
  left: 10px;
  height: 6px;
  width: 10px;
  display: block;
  background-image: url(/images/gfx/movable-indicator.png);
  background-repeat: no-repeat;
  background-position: 0 -25px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .movable-indicator .indicator-amount i {
    background-image: url(/images/gfx/movable-indicator@2x.png);
    background-size: 14px 40px;
    background-position: 0 -25px;
  }
}
.movable-indicator .indicator-amount strong {
  font-weight: 400;
}
.movable-indicator.xlarge .movable-indicator {
  width: 884px;
}
.movable-indicator.xlarge .movable-indicator .indicator-amount {
  width: 30px;
}
.movable-indicator.day .grad {
  position: absolute;
  color: #9e9e9e;
  top: 36px;
  font-size: 14px;
  width: 20px;
}
.movable-indicator.day .grad.first {
  left: 1px;
}
.movable-indicator.day .grad.sec {
  left: 86px;
}
.movable-indicator.day .grad.four {
  right: 84px;
}
.movable-indicator.day .grad.last {
  right: 8px;
  text-align: right;
}
.movable-indicator.day .grad.middle {
  left: 50%;
  margin-left: -8px;
  text-align: center;
}
.movable-indicator.day .indicator-amount {
  width: 40px;
}
.movable-indicator.budget {
  width: 164px;
  padding: 16px 0 0;
  float: none;
  position: relative;
}
.movable-indicator.budget .indicator-result {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 17px;
}
.movable-indicator.budget .indicator-result .arrow-ico {
  left: 80px;
  top: 20px;
  height: 6px;
  width: 10px;
  margin-left: -4px;
  background-position: 0 -16px;
}
.movable-indicator.budget .indicator-result .inside {
  border: 1px solid #efd180;
  background: #ffeeb3;
  height: 19px;
}
.movable-indicator.budget .indicator-result .inside span {
  position: absolute;
  top: 0;
  left: 43%;
  margin-left: -5px;
  width: 9px;
  height: 9px;
  border-bottom: 1px solid #ac7916;
}
.movable-indicator.budget .indicator-result .inside .indicator-count {
  height: 19px;
  width: 38%;
  float: left;
  color: #ac7916;
  font-size: 14px;
  line-height: 19px;
  background: #ffeeb3;
}
.movable-indicator.budget .indicator-result .inside .indicator-count#amount-1 {
  float: left;
  text-align: right;
}
.movable-indicator.budget .indicator-result .inside .indicator-count#amount-2 {
  float: left;
  margin-left: 16px;
}
.movable-indicator.hours,
.movable-indicator.money {
  width: 446px;
}
.movable-indicator.hours .grad,
.movable-indicator.money .grad {
  position: absolute;
  color: #9e9e9e;
  top: 39px;
  font-size: 14px;
  width: auto;
}
.movable-indicator.hours .grad.first,
.movable-indicator.money .grad.first {
  left: 1px;
}
.movable-indicator.hours .grad.sec,
.movable-indicator.money .grad.sec {
  left: 195px;
}
.movable-indicator.hours .grad.four,
.movable-indicator.money .grad.four {
  right: -3px;
  text-align: right;
}
.movable-indicator.hours .indicator-amount,
.movable-indicator.money .indicator-amount {
  position: absolute;
  top: 20px;
  left: 108%;
  height: 21px;
  width: auto;
  min-width: 52px;
  padding: 0 5px;
  line-height: 23px;
  white-space: nowrap;
}
.movable-indicator.hours .indicator-amount i,
.movable-indicator.money .indicator-amount i {
  bottom: auto;
  left: -5px;
  height: 9px;
  width: 5px;
  display: block;
  background-image: url(/images/gfx/movable-indicator.png);
  background-repeat: no-repeat;
  background-position: -9px -31px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .movable-indicator.hours .indicator-amount i,
  .movable-indicator.money .indicator-amount i {
    background-image: url(/images/gfx/movable-indicator@2x.png);
    background-size: 14px 40px;
    background-position: -9px -31px;
  }
}
.movable-indicator.hours .indicator-amount .rouble,
.movable-indicator.money .indicator-amount .rouble {
  font-style: normal;
}
.photo-detail {
  position: relative;
  min-height: 25px;
  border-top: 1px solid #ededed;
}
.photo-detail .toggle-button {
  position: absolute;
  top: -11px;
  left: 50%;
  margin-left: -23px;
  width: 46px;
  height: 22px;
  display: block;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid #ededed;
  z-index: 3;
}
.photo-detail .toggle-button span {
  display: block;
  height: 100%;
  width: 100%;
  background-image: url(/images/arrows/arrows.png);
  background-repeat: no-repeat;
  background-position: 50% -377px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .photo-detail .toggle-button span {
    background-image: url(/images/arrows/arrows@2x.png);
    background-size: 16px 450px;
    background-position: 50% -377px;
  }
}
.photo-detail.open {
  border: none;
}
.photo-detail.open .toggle-button span {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.series .main-menu {
  margin-bottom: 19px;
}
.story-view-nav .main-title {
  padding-top: 18px;
}
.story-view-nav .story-view-detail-heading {
  padding-bottom: 18px;
}
.story-view-nav .story-view-detail-heading .story-view-place {
  color: #7c7c7c;
}
.story-view-nav .story-view-detail-heading .story-view-place .story-view-date {
  margin-right: 14px;
}
.story-view-nav .story-view-detail-heading__menu {
  display: block;
  position: absolute;
  top: 15px;
  right: 0;
}
.story-view-nav .story-view-detail-caption {
  font-size: 18px;
  line-height: 26px;
  color: #353535;
  padding-bottom: 21px;
}
.story-view-nav .photo-detail {
  min-height: 0;
}
.story-view-nav .photo-detail .wrapper {
  min-height: 14px;
}
.story-view-nav .buttons-wrapper.story-view-detail-buttons {
  position: relative;
  width: auto;
  zoom: 1;
  padding-bottom: 19px;
}
.story-view-nav .buttons-wrapper.story-view-detail-buttons:after {
  clear: both;
}
.story-view-nav .buttons-wrapper.story-view-detail-buttons:after,
.story-view-nav .buttons-wrapper.story-view-detail-buttons:before {
  display: table;
  line-height: 0;
  content: "";
}
.story-view-nav .buttons-wrapper.story-view-detail-buttons .b-tabs-buttons {
  float: left;
  margin-right: 70px;
}
.story-view-nav .buttons-wrapper.story-view-detail-buttons .b-tabs-buttons li {
  margin-right: 10px;
}
.story-view-nav
  .buttons-wrapper.story-view-detail-buttons
  .b-tabs-buttons
  li
  .switcher-button.like-me.active,
.story-view-nav
  .buttons-wrapper.story-view-detail-buttons
  .b-tabs-buttons
  li
  .switcher-button.like-me:active {
  cursor: pointer;
  color: #69800f;
  text-shadow: none;
  border-color: #b6cd5c;
  background-color: #d8ea89;
  background-image: -moz-linear-gradient(top, #d8ea89, #d8ea89);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#d8ea89),
    to(#d8ea89)
  );
  background-image: -webkit-linear-gradient(top, #d8ea89, #d8ea89);
  background-image: -o-linear-gradient(top, #d8ea89, #d8ea89);
  background-image: linear-gradient(180deg, #d8ea89, #d8ea89);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 4px 10px rgba(176, 198, 84, 0.7);
  -moz-box-shadow: inset 0 4px 10px rgba(176, 198, 84, 0.7);
  box-shadow: inset 0 4px 10px rgba(176, 198, 84, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d8ea89",endColorstr="#d8ea89",GradientType=0);
}
.story-view-nav
  .buttons-wrapper.story-view-detail-buttons
  .b-tabs-buttons
  li
  .switcher-button.like-me.disabled,
.story-view-nav
  .buttons-wrapper.story-view-detail-buttons
  .b-tabs-buttons
  li
  .switcher-button.like-me.disabled:active {
  cursor: default;
  color: #ababab;
  border-left-color: #ececec;
  border-right-color: #ececec;
  border-top-color: #f3f3f3;
  border-bottom-color: #e5e5e5;
  -webkit-box-shadow: 0 0 0 0 #000;
  -moz-box-shadow: 0 0 0 0 #000;
  box-shadow: 0 0 0 0 #000;
  background-color: #eee;
  background-image: -moz-linear-gradient(top, #fff, #eee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#eee));
  background-image: -webkit-linear-gradient(top, #fff, #eee);
  background-image: -o-linear-gradient(top, #fff, #eee);
  background-image: linear-gradient(180deg, #fff, #eee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#eeeeee",GradientType=0);
}
.story-view-nav
  .buttons-wrapper.story-view-detail-buttons
  .b-tabs-buttons
  li
  .amount-like {
  display: inline-block;
  border: 1px solid #eaeaea;
  padding: 3px 5px 5px;
  color: #5e5e5e;
  font-size: 14px;
  line-height: 14px;
  background: #f7f7f7;
  margin-left: 5px;
  position: relative;
  cursor: pointer;
}
.story-view-nav
  .buttons-wrapper.story-view-detail-buttons
  .b-tabs-buttons
  li
  .amount-like
  .arrow {
  width: 11px;
  height: 18px;
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -10px;
  overflow: hidden;
  left: -11px;
}
.story-view-nav
  .buttons-wrapper.story-view-detail-buttons
  .b-tabs-buttons
  li
  .amount-like
  .arrow:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #f7f7f7;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: -3.5px;
  top: 50%;
  margin-top: -2.5px;
  border: 1px solid #eaeaea;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
}
.story-view-nav
  .buttons-wrapper.story-view-detail-buttons
  .b-tabs-buttons
  li
  .amount-like.active,
.story-view-nav
  .buttons-wrapper.story-view-detail-buttons
  .b-tabs-buttons
  li
  .amount-like.active:hover {
  display: block;
  height: 23px;
  text-decoration: none;
  line-height: 21px;
  color: #ac7916;
  padding: 0 8px;
  text-shadow: 0 0 0 #fff;
  border: 1px solid #b8ce5e;
  background-image: -moz-linear-gradient(top, #d8ea89, #d8ea89);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#d8ea89),
    to(#d8ea89)
  );
  background-image: -webkit-linear-gradient(top, #d8ea89, #d8ea89);
  background-image: -o-linear-gradient(top, #d8ea89, #d8ea89);
  background-image: linear-gradient(180deg, #d8ea89, #d8ea89);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e0e0e0",GradientType=0);
  cursor: pointer;
  vertical-align: top;
  display: inline-block;
  color: #69800f;
  padding: 3px 5px 5px;
  height: auto;
  font-size: 14px;
  line-height: 14px;
  transition: all 0s ease-in-out;
}
.story-view-nav
  .buttons-wrapper.story-view-detail-buttons
  .b-tabs-buttons
  li
  .amount-like.active
  .arrow,
.story-view-nav
  .buttons-wrapper.story-view-detail-buttons
  .b-tabs-buttons
  li
  .amount-like.active:hover
  .arrow {
  width: 11px;
  height: 18px;
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -10px;
  overflow: hidden;
  left: -11px;
}
.story-view-nav
  .buttons-wrapper.story-view-detail-buttons
  .b-tabs-buttons
  li
  .amount-like.active
  .arrow:after,
.story-view-nav
  .buttons-wrapper.story-view-detail-buttons
  .b-tabs-buttons
  li
  .amount-like.active:hover
  .arrow:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #d8ea89;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: -3.5px;
  top: 50%;
  margin-top: -2.5px;
  border: 1px solid #b8ce5e;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
}
.story-view-nav
  .buttons-wrapper.story-view-detail-buttons
  .b-tabs-buttons
  li
  .amount-like:hover {
  border-color: #dbdbdb;
  background-image: -moz-linear-gradient(top, #eaeaea, #eaeaea);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#eaeaea),
    to(#eaeaea)
  );
  background-image: -webkit-linear-gradient(top, #eaeaea, #eaeaea);
  background-image: -o-linear-gradient(top, #eaeaea, #eaeaea);
  background-image: linear-gradient(180deg, #eaeaea, #eaeaea);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eaeaea",endColorstr="#feeaaa",GradientType=0);
}
.story-view-nav
  .buttons-wrapper.story-view-detail-buttons
  .b-tabs-buttons
  li
  .amount-like:hover
  .arrow {
  width: 11px;
  height: 18px;
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -10px;
  overflow: hidden;
  left: -11px;
}
.story-view-nav
  .buttons-wrapper.story-view-detail-buttons
  .b-tabs-buttons
  li
  .amount-like:hover
  .arrow:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #eaeaea;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: -3.5px;
  top: 50%;
  margin-top: -2.5px;
  border: 1px solid #dbdbdb;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
}
.story-view-nav
  .buttons-wrapper.story-view-detail-buttons
  .b-tabs-buttons.secondary {
  float: none;
  margin: 0 200px 0 410px;
}
.story-view-nav .buttons-wrapper.story-view-detail-buttons .next-story {
  float: right;
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 14px;
  margin: 4px 0 0;
  text-decoration: none;
  padding-right: 14px;
  color: #343434;
}
.story-view-nav .buttons-wrapper.story-view-detail-buttons .next-story:hover {
  color: #595656;
}
.story-view-nav .buttons-wrapper.story-view-detail-buttons .next-story span {
  border-bottom: 1px solid #c2c2c2;
}
.story-view-nav
  .buttons-wrapper.story-view-detail-buttons
  .next-story
  .ico-default {
  height: 11px;
  width: 7px;
  top: 3px;
  left: auto;
  right: 0;
  background-position: -66px -1356px;
}
.story-view-nav .buttons-wrapper.story-view-detail-buttons .users-dropdown {
  top: 42px;
}
.story-view-nav
  .buttons-wrapper.story-view-detail-buttons
  .users-dropdown:after {
  left: 130px;
}
.story-view-nav.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  margin: 0;
}
.story-view-nav.fixed .wrapper {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.98);
}
.story-view-nav.fixed .profile-view .wrapper {
  background-color: #ededed;
}
.story-view-nav.overlay-view {
  min-height: 191px;
  width: 100%;
  background-color: #1a1a1a;
}
.story-view-nav.overlay-view .wrapper {
  background-color: #1a1a1a;
}
.story-view-nav.overlay-view .photo-detail {
  border-color: #393939;
}
.story-view-nav.overlay-view .photo-detail .toggle-button {
  border-color: #393939;
  background-color: #1a1a1a;
}
.story-view-nav.overlay-view .photo-detail .toggle-button span {
  background-position: 50% -364px;
}
.story-view-nav.overlay-view .photo-detail-block .profile-view .wrapper {
  background-color: #ededed;
}
.story-view-nav.overlay-view .story-view-detail-heading h2 {
  color: #fff;
}
.story-view-nav.overlay-view
  .buttons-wrapper.story-view-detail-buttons
  .b-tabs-buttons.secondary,
.story-view-nav.overlay-view
  .buttons-wrapper.story-view-detail-buttons
  .next-story,
.story-view-nav.overlay-view .story-view-detail-caption {
  display: none;
}
body.overlay-view {
  background-color: #1a1a1a;
}
.story-view-detail-photogrid {
  margin: 11px 0 5px;
}
.story-view-detail-photogrid.clearfix {
  width: 1212px;
  margin-left: -6px;
}
.story-view-detail-photogrid .photogrid-item {
  display: block;
  max-width: 594px;
  height: 400px;
  float: left;
  position: relative;
  margin: 6px;
}
.story-view-detail-photogrid .photogrid-item a.gallery-photo {
  display: block;
  max-width: 594px;
  height: 400px;
  overflow: hidden;
}
#photogallery {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 110%;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 102;
  background-color: #1a1a1a;
}
#photogallery .inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 20px;
}
#photogallery .inner .photocontainer {
  min-height: 600px;
}
#photogallery .inner ul {
  list-style: none;
  display: block;
  width: 999999999px;
}
#photogallery .inner ul,
#photogallery .inner ul li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
}
#photogallery .inner ul li {
  width: 1200px;
  opacity: 0.2;
}
#photogallery .inner ul li img {
  height: 100%;
  display: block;
  margin: 0 auto;
}
#photogallery .inner ul li.active {
  opacity: 1;
  -webkit-box-shadow: 0 0 65px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 65px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 65px rgba(0, 0, 0, 0.1);
}
#photogallery .inner .control {
  display: block;
  position: absolute;
  top: 0;
  width: 70px;
  z-index: 1000;
  height: 100%;
}
#photogallery .inner .control.next span,
#photogallery .inner .control.prev span {
  position: absolute;
  z-index: 101;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
}
#photogallery .inner .control.prev {
  left: 0;
}
#photogallery .inner .control.prev span {
  left: 20px;
}
#photogallery .inner .control.prev span .ico-default {
  width: 15px;
  height: 27px;
  top: 11px;
  left: 18px;
  background-position: 0 -1407px;
}
#photogallery .inner .control.prev:hover span {
  background-position: 0 -57px;
}
#photogallery .inner .control.next {
  right: 0;
}
#photogallery .inner .control.next span {
  right: 20px;
}
#photogallery .inner .control.next span .ico-default {
  width: 15px;
  height: 27px;
  top: 11px;
  left: 18px;
  background-position: -17px -1407px;
}
#photogallery .inner .control.next:hover span {
  background-position: -48px -57px;
}
#photogallery .inner .control.close {
  width: 50px;
  height: 50px;
  right: 20px;
  top: 20px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
}
#photogallery .inner .control.close .ico-default {
  width: 23px;
  height: 23px;
  top: 14px;
  left: 14px;
  background-position: -34px -1407px;
}
#photogallery.photogallery-open {
  bottom: auto;
}
.overlay {
  overflow: hidden;
  position: fixed;
  top: 0;
  bottom: 110%;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 101;
  opacity: 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.99);
  transition: opacity 0.2s linear, bottom 0s linear 0.2s;
}
.overlay-open {
  bottom: 0;
  opacity: 1;
  transition: opacity 0.2s linear, bottom 0s linear;
}
.overlay-inner {
  background: #fff;
  margin: 5rem auto;
  padding: 4rem;
  max-width: 700px;
}
.users-dropdown {
  background-color: #fff;
  max-width: 400px;
  padding: 11px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 102;
  display: none;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.users-dropdown .favorite-item {
  position: relative;
  float: left;
  height: 40px;
  width: 40px;
}
.users-dropdown.dropdown-position-top .arrow-triangle {
  width: 22px;
  height: 16px;
  position: absolute;
  left: 50%;
  bottom: -16px;
  margin-left: -11px;
  overflow: hidden;
}
.users-dropdown.dropdown-position-top .arrow-triangle:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: -11px;
  left: 50%;
  margin-left: -8px;
  -webkit-box-shadow: 2px 2px 8px -3px rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: 2px 2px 8px -3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 8px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 8px -3px rgba(0, 0, 0, 0.3);
}
.users-dropdown.dropdown-position-bottom .arrow-triangle {
  width: 22px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: -16px;
  margin-left: -11px;
  overflow: hidden;
}
.users-dropdown.dropdown-position-bottom .arrow-triangle:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom: -11px;
  left: 50%;
  margin-left: -8px;
  -webkit-box-shadow: -2px -2px 8px -3px rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: -2px -2px 8px -3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -2px -2px 8px -3px rgba(0, 0, 0, 0.3);
  box-shadow: -2px -2px 8px -3px rgba(0, 0, 0, 0.3);
}
.def-button {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 20px 35px;
  max-width: 100%;
  font-size: 13px;
  background: var(--blue);
  color: #fff;
  border: none;
  border-radius: 7px;
  transition: 0.2s;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
.def-button:hover {
  background: var(--blue-dark);
  color: #fff !important;
}
.gallery .wrapper {
  text-align: center;
}
.gallery .prewiev {
  position: relative;
  margin: 0 auto;
}
.gallery .prewiev.w-900 {
  width: 900px;
}
.gallery .prewiev.video {
  padding-top: 65px;
  min-height: 750px;
}
.gallery .prewiev .arrows {
  position: absolute;
  top: 50%;
  height: 91px;
  width: 53px;
  margin-top: -54px;
}
.gallery .prewiev .arrows span {
  display: block;
  height: 43px;
  width: 23px;
  background-image: url(/images/gfx/gallery-arrows.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  margin: 24px 0 0 23px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .gallery .prewiev .arrows span {
    background-image: url(/images/gfx/gallery-arrows@2x.png);
    background-size: 46px 43px;
    background-position: 0 0;
  }
}
.gallery .prewiev .arrows.prev {
  left: -53px;
}
.gallery .prewiev .arrows.next {
  right: -53px;
}
.gallery .prewiev .arrows.next span {
  background-position: -23px 0;
  margin: 24px 0 0 6px;
}
.gallery .prewiev .zoom-photo {
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}
.gallery .prewiev .zoom-photo__edit-link {
  display: block;
  position: absolute;
  left: 20px;
  top: 20px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 700;
}
.gallery .prewiev .zoom-photo .achievements .achievement-item-promt {
  left: auto;
  right: -10px;
}
.gallery .prewiev .zoom-photo .achievements .achievement-item-promt:after {
  left: auto;
  right: 15px;
}
.gallery .prewiev .zoom-photo img {
  vertical-align: top;
  border-radius: 5px;
}
.gallery .prewiev .zoom-photo span .ph-namber {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 14px;
  height: 21px;
  background: #fff;
  font-size: 16px;
  line-height: 21px;
  text-align: right;
  font-style: normal;
  padding: 0 6px;
}
.gallery .prewiev .zoom-photo .opacity {
  cursor: pointer;
}
.gallery .prewiev .zoom-photo .play-button {
  position: absolute;
  height: 242px;
  width: 241px;
  background-image: url(/images/gfx/video-play-arrow.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  top: 50%;
  left: 50%;
  margin: -121px 0 0 -121px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .gallery .prewiev .zoom-photo .play-button {
    background-image: url(/images/gfx/video-play-arrow@2x.png);
    background-size: 241px 242px;
    background-position: 0 0;
  }
}
.gallery .buttons-wrapper {
  height: 23px;
  margin: 0 0 15px;
  text-align: center;
  position: relative;
}
.gallery .buttons-wrapper .b-tabs-buttons {
  display: inline-block;
}
.gallery .buttons-wrapper .b-tabs-buttons li .switcher-button.like-me.active,
.gallery .buttons-wrapper .b-tabs-buttons li .switcher-button.like-me:active {
  cursor: pointer;
  color: #69800f;
  text-shadow: 0 0 0;
  border-color: #b6cd5c;
  background-image: -moz-linear-gradient(top, #d8ea89, #d8ea89);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#d8ea89),
    to(#d8ea89)
  );
  background-image: -webkit-linear-gradient(top, #d8ea89, #d8ea89);
  background-image: -o-linear-gradient(top, #d8ea89, #d8ea89);
  background-image: linear-gradient(180deg, #d8ea89, #d8ea89);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d8ea89",endColorstr="#d8ea89",GradientType=0);
  -webkit-box-shadow: inset 0 4px 10px rgba(176, 198, 84, 0.7);
  -moz-box-shadow: inset 0 4px 10px rgba(176, 198, 84, 0.7);
  box-shadow: inset 0 4px 10px rgba(176, 198, 84, 0.7);
}
.gallery .buttons-wrapper .b-tabs-buttons li .switcher-button.like-me.disabled,
.gallery
  .buttons-wrapper
  .b-tabs-buttons
  li
  .switcher-button.like-me.disabled:active {
  display: block;
  height: auto;
  text-decoration: none;
  line-height: 14px;
  color: #ababab;
  padding: 3px 8px 5px;
  font-size: 14px;
  text-shadow: 0 1px 1px #fff;
  border-top: 1px solid #f3f3f3;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #e5e5e5;
  background-image: -moz-linear-gradient(top, #fff, #eee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#eee));
  background-image: -webkit-linear-gradient(top, #fff, #eee);
  background-image: -o-linear-gradient(top, #fff, #eee);
  background-image: linear-gradient(180deg, #fff, #eee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e0e0e0",GradientType=0);
  cursor: default;
  vertical-align: top;
  display: inline-block;
  -webkit-box-shadow: 0 0 0 0 #000;
  -moz-box-shadow: 0 0 0 0 #000;
  box-shadow: 0 0 0 0 #000;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#eeeeee",GradientType=0);
}
.gallery .buttons-wrapper .b-tabs-buttons .button-promt {
  margin-left: -130px;
}
.gallery .buttons-wrapper .b-tabs-buttons .button-promt .button-promt-inner {
  text-align: left;
}
.gallery .buttons-wrapper .b-tabs-buttons.right {
  right: 0;
  position: absolute;
}
.gallery .buttons-wrapper .b-tabs-buttons.right li {
  float: right;
  margin-left: 7px;
}
.gallery .buttons-wrapper .b-tabs-buttons.centr li {
  margin: 0 10px;
}
.gallery .buttons-wrapper .b-tabs-buttons.centr li * {
  vertical-align: top;
}
.gallery .buttons-wrapper .b-tabs-buttons.centr .amount-like {
  display: inline-block;
  border: 1px solid #eaeaea;
  padding: 3px 5px 5px;
  color: #5e5e5e;
  font-size: 14px;
  line-height: 14px;
  background: #f7f7f7;
  margin-left: 5px;
  position: relative;
  cursor: pointer;
}
.gallery .buttons-wrapper .b-tabs-buttons.centr .amount-like .arrow {
  width: 11px;
  height: 18px;
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -10px;
  overflow: hidden;
}
.gallery .buttons-wrapper .b-tabs-buttons.centr .amount-like .arrow:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #f6f6f6;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: -3.5px;
  top: 50%;
  margin-top: -2.5px;
  border: 1px solid #eaeaea;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
}
.gallery .buttons-wrapper .b-tabs-buttons.centr .amount-like.active,
.gallery .buttons-wrapper .b-tabs-buttons.centr .amount-like.active:hover {
  text-shadow: 0 0 0;
  padding: 3px 5px 5px;
  cursor: pointer;
  vertical-align: top;
  display: inline-block;
  color: #69800f;
  transition: all 0s ease-in-out;
  border-color: #b6cd5c;
  background-image: -moz-linear-gradient(top, #d8ea89, #d8ea89);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#d8ea89),
    to(#d8ea89)
  );
  background-image: -webkit-linear-gradient(top, #d8ea89, #d8ea89);
  background-image: -o-linear-gradient(top, #d8ea89, #d8ea89);
  background-image: linear-gradient(180deg, #d8ea89, #d8ea89);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d8ea89",endColorstr="#d8ea89",GradientType=0);
}
.gallery .buttons-wrapper .b-tabs-buttons.centr .amount-like.active .arrow,
.gallery
  .buttons-wrapper
  .b-tabs-buttons.centr
  .amount-like.active:hover
  .arrow {
  width: 11px;
  height: 18px;
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -10px;
  overflow: hidden;
}
.gallery
  .buttons-wrapper
  .b-tabs-buttons.centr
  .amount-like.active
  .arrow:after,
.gallery
  .buttons-wrapper
  .b-tabs-buttons.centr
  .amount-like.active:hover
  .arrow:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #d8ea89;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: -3.5px;
  top: 50%;
  margin-top: -2.5px;
  border: 1px solid #b6cd5c;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
}
.gallery .buttons-wrapper .b-tabs-buttons.centr .amount-like:hover {
  border-color: #dbdbdb;
  background-image: -moz-linear-gradient(top, #eaeaea, #eaeaea);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#eaeaea),
    to(#eaeaea)
  );
  background-image: -webkit-linear-gradient(top, #eaeaea, #eaeaea);
  background-image: -o-linear-gradient(top, #eaeaea, #eaeaea);
  background-image: linear-gradient(180deg, #eaeaea, #eaeaea);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eaeaea",endColorstr="#feeaaa",GradientType=0);
}
.gallery .buttons-wrapper .b-tabs-buttons.centr .amount-like:hover .arrow {
  width: 11px;
  height: 18px;
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -10px;
  overflow: hidden;
}
.gallery
  .buttons-wrapper
  .b-tabs-buttons.centr
  .amount-like:hover
  .arrow:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #eaeaea;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: -3.5px;
  top: 50%;
  margin-top: -2.5px;
  border: 1px solid #dbdbdb;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
}
.gallery .thumbs {
  overflow: hidden;
}
.gallery .thumbs ul {
  width: 300%;
}
.gallery .thumbs ul li {
  float: left;
  margin-right: 2px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: pointer;
  position: relative;
}
.gallery .thumbs ul li.active,
.gallery .thumbs ul li:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gallery .thumbs ul li .thumb-ero-zone {
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url(/images/pictures/gallery/thumbs/thumbs-ero.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .gallery .thumbs ul li .thumb-ero-zone {
    background-image: url(/images/pictures/gallery/thumbs/thumbs-ero@2x.jpg);
    background-size: 168px 168px;
    background-position: 0 0;
  }
}
.gallery .thumbs ul li .thumb-video-zone {
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url(/images/backgrounds/gallery-prew-bg.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .gallery .thumbs ul li .thumb-video-zone {
    background-image: url(/images/backgrounds/gallery-prew-bg@2x.png);
    background-size: 168px 168px;
    background-position: 0 0;
  }
}
.gallery.gallery-second .prewiev .arrows {
  z-index: 10;
  height: 50px;
  width: 50px;
}
.gallery.gallery-second .prewiev .arrows:hover {
  background-color: #fff;
}
.gallery.gallery-second .prewiev .arrows.prev {
  left: 20px;
}
.gallery.gallery-second .prewiev .arrows.prev span {
  margin: 4px 0 0 10px;
}
.gallery.gallery-second .prewiev .arrows.next {
  right: 20px;
}
.gallery.gallery-second .prewiev .arrows.next span {
  margin: 4px 0 0 16px;
}
.gallery.gallery-second .b-carousel {
  height: 92px;
  margin: 0 44px 10px 38px;
  position: relative;
}
.gallery.gallery-second .b-carousel .carousel-arrows {
  position: absolute;
  top: 0;
  height: 82px;
  width: 38px;
  cursor: pointer;
  background-image: url(/images/arrows/carousel-arrows.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .gallery.gallery-second .b-carousel .carousel-arrows {
    background-image: url(/images/arrows/carousel-arrows@2x.jpg);
    background-size: 76px 164px;
    background-position: 0 0;
  }
}
.gallery.gallery-second .b-carousel .carousel-arrows.prev {
  background-position: 0 0;
  left: -38px;
}
.gallery.gallery-second .b-carousel .carousel-arrows.prev:hover {
  background-position: 0 -83px;
  background-color: #979797;
}
.gallery.gallery-second .b-carousel .carousel-arrows.next {
  background-position: -38px 0;
  right: -44px;
}
.gallery.gallery-second .b-carousel .carousel-arrows.next:hover {
  background-position: -38px -81px;
  background-color: #979797;
}
.gallery.gallery-second .b-carousel .carousel {
  height: 92px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.gallery.gallery-second .b-carousel .carousel ul {
  position: absolute;
  left: 0;
  width: 1000%;
  height: 92px;
}
.gallery.gallery-second .b-carousel .carousel ul li {
  float: left;
  height: 82px;
  margin-left: 4px;
  width: 82px;
  overflow: hidden;
  padding-bottom: 4px;
  cursor: pointer;
}
.gallery.gallery-second .b-carousel .carousel ul li img {
  height: 82px;
  border-radius: 5px;
}
.gallery.gallery-second .b-carousel .carousel ul li:hover {
  opacity: 0.55;
  filter: alpha(opacity=55);
  cursor: pointer;
}
.gallery.gallery-second .b-carousel .carousel ul li.active {
  border-bottom: 6px solid #d3d3d3;
  opacity: 0.55;
  filter: alpha(opacity=55);
  cursor: pointer;
}
.feedback-wrapper,
.logotype-wrapper {
  width: 100%;
  margin: 0 auto;
}
.feedback-wrapper .heading,
.logotype-wrapper .heading {
  padding: 7px 0 0;
  margin-bottom: 31px;
}
@media only screen and (max-width: 750px) {
  .feedback-wrapper .heading,
  .logotype-wrapper .heading {
    margin-bottom: 21px;
  }
}
.feedback-wrapper .heading .h2,
.logotype-wrapper .heading .h2 {
  font-size: 34px;
  line-height: 38px;
  text-align: center;
  padding: 0 0 13px;
}
.feedback-wrapper .heading .h3,
.logotype-wrapper .heading .h3 {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}
.feedback-wrapper .feedback-table .section,
.logotype-wrapper .feedback-table .section {
  width: auto;
  zoom: 1;
  margin-bottom: 10px;
}
.feedback-wrapper .feedback-table .section:after,
.logotype-wrapper .feedback-table .section:after {
  clear: both;
}
.feedback-wrapper .feedback-table .section:after,
.feedback-wrapper .feedback-table .section:before,
.logotype-wrapper .feedback-table .section:after,
.logotype-wrapper .feedback-table .section:before {
  display: table;
  line-height: 0;
  content: "";
}
.feedback-wrapper .feedback-table .section .label,
.logotype-wrapper .feedback-table .section .label {
  text-align: left;
  margin-bottom: 5px;
}
.feedback-wrapper .feedback-table .section .error_inline_wrap,
.feedback-wrapper .feedback-table .section .field,
.logotype-wrapper .feedback-table .section .error_inline_wrap,
.logotype-wrapper .feedback-table .section .field {
  width: 100%;
}
.feedback-wrapper .feedback-table .section .field .brd,
.logotype-wrapper .feedback-table .section .field .brd {
  width: 301px;
}
.feedback-wrapper .feedback-table .section .field .cusel,
.logotype-wrapper .feedback-table .section .field .cusel {
  width: 300px !important;
  z-index: 5 !important;
}
.feedback-wrapper .feedback-table .section .brd-texta,
.logotype-wrapper .feedback-table .section .brd-texta {
  width: 729px;
  padding: 6px 15px;
}
.feedback-wrapper .feedback-table .section .brd-texta textarea,
.logotype-wrapper .feedback-table .section .brd-texta textarea {
  font-size: 16px;
  min-height: 127px;
}
.feedback-wrapper .feedback-table .section.captcha-element,
.logotype-wrapper .feedback-table .section.captcha-element {
  position: relative;
  padding-top: 12px;
}
.feedback-wrapper .feedback-table .section.captcha-element .label,
.logotype-wrapper .feedback-table .section.captcha-element .label {
  position: absolute;
  top: 57px;
  left: 150px;
  font-size: 14px;
  white-space: nowrap;
}
.feedback-wrapper .feedback-table .section.captcha-element .error,
.logotype-wrapper .feedback-table .section.captcha-element .error {
  margin: 10px 0 0;
}
.feedback-wrapper .feedback-table .section.captcha-element .captch-block .brd,
.logotype-wrapper .feedback-table .section.captcha-element .captch-block .brd {
  float: left;
  width: 131px;
  margin: 0;
  height: auto;
  padding: 0 8px;
}
.feedback-wrapper
  .feedback-table
  .section.captcha-element
  .captch-block
  .brd
  input,
.logotype-wrapper
  .feedback-table
  .section.captcha-element
  .captch-block
  .brd
  input {
  padding: 7px 0 8px;
  height: auto;
}
.feedback-wrapper
  .feedback-table
  .section.captcha-element
  .captch-block
  .captcha-img,
.logotype-wrapper
  .feedback-table
  .section.captcha-element
  .captch-block
  .captcha-img {
  float: left;
  width: 150px;
  position: relative;
}
.feedback-wrapper
  .feedback-table
  .section.captcha-element
  .captch-block
  .captcha-img
  .link-border,
.logotype-wrapper
  .feedback-table
  .section.captcha-element
  .captch-block
  .captcha-img
  .link-border {
  color: #2e2e2e;
  border-color: #343434;
}
.feedback-wrapper
  .feedback-table
  .section.captcha-element
  .captch-block
  .captcha-img
  .link-border:hover,
.logotype-wrapper
  .feedback-table
  .section.captcha-element
  .captch-block
  .captcha-img
  .link-border:hover {
  color: #595656;
  border-color: #000;
}
.feedback-wrapper
  .feedback-table
  .section.captcha-element
  .captch-block
  .captcha-img
  .img-captcha-wrap,
.logotype-wrapper
  .feedback-table
  .section.captcha-element
  .captch-block
  .captcha-img
  .img-captcha-wrap {
  height: 34px;
  width: 131px;
  text-align: center;
  margin-bottom: 8px;
  overflow: hidden;
  border: 1px dashed #e4e4e4;
}
.feedback-wrapper
  .feedback-table
  .section.captcha-element
  .captch-block
  .captcha-img:after,
.logotype-wrapper
  .feedback-table
  .section.captcha-element
  .captch-block
  .captcha-img:after {
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  right: 4px;
  height: 14px;
  width: 8px;
  background-image: url(/images/icons-and-logos.png);
  background-repeat: no-repeat;
  background-position: -66px -1356px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .feedback-wrapper
    .feedback-table
    .section.captcha-element
    .captch-block
    .captcha-img:after,
  .logotype-wrapper
    .feedback-table
    .section.captcha-element
    .captch-block
    .captcha-img:after {
    background-image: url(/images/icons-and-logos@2x.png);
    background-size: 91px 1500px;
    background-position: -66px -1356px;
  }
}
.feedback-wrapper .feedback-table .section.button,
.logotype-wrapper .feedback-table .section.button {
  padding-top: 35px;
}
.feedback-wrapper .feedback-text,
.logotype-wrapper .feedback-text {
  margin: 4px -140px 0 -55px;
  background-image: url(/images/backgrounds/feedback-text-hor.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-repeat: repeat-x;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .feedback-wrapper .feedback-text,
  .logotype-wrapper .feedback-text {
    background-image: url(/images/backgrounds/feedback-text-hor@2x.jpg);
    background-size: 66px 10px;
    background-position: 0 0;
  }
}
.feedback-wrapper .feedback-text .feedback-text-l,
.logotype-wrapper .feedback-text .feedback-text-l {
  background-image: url(/images/backgrounds/feedback-text-ver.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-repeat: repeat-y;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .feedback-wrapper .feedback-text .feedback-text-l,
  .logotype-wrapper .feedback-text .feedback-text-l {
    background-image: url(/images/backgrounds/feedback-text-ver@2x.jpg);
    background-size: 10px 66px;
    background-position: 0 0;
  }
}
.feedback-wrapper .feedback-text .feedback-text-r,
.logotype-wrapper .feedback-text .feedback-text-r {
  background-image: url(/images/backgrounds/feedback-text-ver.jpg);
  background-repeat: no-repeat;
  background-repeat: repeat-y;
  background-position: 100% 0;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .feedback-wrapper .feedback-text .feedback-text-r,
  .logotype-wrapper .feedback-text .feedback-text-r {
    background-image: url(/images/backgrounds/feedback-text-ver@2x.jpg);
    background-size: 10px 66px;
    background-position: 100% 0;
  }
}
.feedback-wrapper .feedback-text .feedback-text-b,
.logotype-wrapper .feedback-text .feedback-text-b {
  padding: 10px;
  min-height: 150px;
  background-image: url(/images/backgrounds/feedback-text-hor.jpg);
  background-repeat: no-repeat;
  background-repeat: repeat-x;
  background-position: 0 100%;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .feedback-wrapper .feedback-text .feedback-text-b,
  .logotype-wrapper .feedback-text .feedback-text-b {
    background-image: url(/images/backgrounds/feedback-text-hor@2x.jpg);
    background-size: 66px 10px;
    background-position: 0 100%;
  }
}
.feedback-wrapper .feedback-text .feedback-text-p,
.logotype-wrapper .feedback-text .feedback-text-p {
  padding: 30px 45px 0;
}
.feedback-wrapper .feedback-text .feedback-text-p ul,
.logotype-wrapper .feedback-text .feedback-text-p ul {
  margin: -5px 0 20px;
}
.feedback-wrapper .feedback-text .feedback-text-p ul li,
.logotype-wrapper .feedback-text .feedback-text-p ul li {
  padding-bottom: 6px;
}
.feedback-wrapper .feedback-text .feedback-text-p ul li span,
.logotype-wrapper .feedback-text .feedback-text-p ul li span {
  display: inline-block;
  width: 76px;
  color: #7c7c7c;
}
.feedback-wrapper .feedback-text .feedback-price,
.logotype-wrapper .feedback-text .feedback-price {
  background: #f5f5f5;
  padding: 6px 45px 4px;
}
.feedback-wrapper .feedback-text .feedback-price p,
.logotype-wrapper .feedback-text .feedback-price p {
  padding: 8px 0 18px;
}
.feedback-wrapper .feedback-text .feedback-price h2,
.logotype-wrapper .feedback-text .feedback-price h2 {
  float: left;
  margin: 10px 17px 0 0;
}
.feedback-wrapper .feedback-text .feedback-price .default-button-xxlarge,
.logotype-wrapper .feedback-text .feedback-price .default-button-xxlarge {
  float: left;
}
.ert-first {
  padding-top: 10px;
}
.ert-first h3 {
  font-size: 24px;
  color: #343434;
  padding-bottom: 18px;
}
.ert-first .ert-info-adblock-ignore {
  padding-bottom: 0;
}
.ert-first .ert-info-adblock-ignore p {
  padding-bottom: 8px;
}
.ert-first .ert-positions .ert-item {
  padding-bottom: 36px;
}
.ert-first .ert-positions .ert-item h2 {
  font-size: 30px;
  padding-bottom: 15px;
}
.ert-first .ert-positions .ert-item .ert-info-column,
.ert-first .ert-positions .ert-item .ert-price-column {
  padding-top: 108px;
}
.ert-first .ert-positions .ert-item .ert-info-column p,
.ert-first .ert-positions .ert-item .ert-price-column p {
  color: #343434;
  font-size: 15px;
  line-height: 25px;
  padding-bottom: 25px;
}
.ert-first .ert-positions .ert-item.month .ert-info-column {
  padding-top: 0;
}
.ert-first .ert-positions .ert-item.month .ert-bnnr-img h2 {
  text-align: center;
}
.ert-first
  .ert-positions
  .ert-item.month
  .ert-bnnr-img
  .default-button-xxlarge {
  margin-top: 30px;
}
.ert-first .rotation-photographers {
  margin: 4px 0 22px;
  text-align: center;
}
.ert-first .rotation-photographers .rotation-photographers-list {
  overflow: hidden;
  padding-top: 34px;
}
.ert-first .rotation-photographers .rotation-photographers-list ul {
  width: 105%;
}
.ert-first .rotation-photographers .rotation-photographers-list ul li {
  float: left;
  width: 200px;
  margin: 0 50px 5px 0;
  height: 60px;
  position: relative;
  padding-left: 50px;
  text-align: left;
  font-size: 15px;
}
.ert-first .rotation-photographers .rotation-photographers-list ul li p {
  color: #7c7c7c;
  padding: 3px 0 0;
}
.ert-first
  .rotation-photographers
  .rotation-photographers-list
  ul
  li
  .user-pic {
  position: absolute;
  top: 0;
  left: 0;
}
.ert-first .need-auth {
  text-align: center;
  margin: -72px 0 67px;
}
.create-filter {
  margin-top: 21px;
}
.create-filter .create-filter-row {
  width: auto;
  zoom: 1;
  padding-bottom: 20px;
}
.create-filter .create-filter-row:after {
  clear: both;
}
.create-filter .create-filter-row:after,
.create-filter .create-filter-row:before {
  display: table;
  line-height: 0;
  content: "";
}
.create-filter .create-filter-row .label {
  float: left;
  width: 86px;
  height: 23px;
  overflow: hidden;
  padding-top: 1px;
}
.create-filter .create-filter-row .label h2 {
  line-height: 22px;
}
.create-filter .create-filter-row .label.forum-topic-edit {
  width: 130px;
}
.create-filter .create-filter-row .right-col {
  float: left;
}
.create-filter .create-filter-row .cusel {
  z-index: 5 !important;
}
.create-filter .create-filter-row .ruble {
  margin-left: 4px;
}
.create-filter .create-filter-row .width,
.create-filter .create-filter-row .width1 {
  width: 129px;
}
.create-filter .create-filter-row .brd {
  width: 427px;
}
.create-filter .create-filter-row .brd.budget {
  float: left;
  width: 129px;
}
.create-filter .create-filter-row .brd.autocmplt {
  width: 413px;
}
.create-filter .create-filter-row .brd.input-xxxlarge {
  margin: 0;
  height: 25px;
  width: 1182px;
}
.create-filter .create-filter-row .brd.input-xxxlarge input {
  height: 24px;
  text-align: left;
}
.create-filter .create-filter-row .datepicker-button {
  width: 129px;
}
.create-filter .create-filter-row .datepicker-button .ins-text {
  text-align: left;
}
.create-filter .create-filter-row .b-datepicker,
.create-filter .create-filter-row .movable-indicator {
  float: left;
}
.create-filter .create-filter-row .movable-indicator {
  margin: -20px 0 0 19px;
}
.create-filter .create-filter-row .movable-indicator.money {
  margin: -20px 0 0;
  width: 445px;
}
.create-filter .create-filter-row.ind {
  padding-bottom: 10px;
}
.create-filter .create-filter-row.high {
  padding-top: 13px;
}
.create-filter .create-filter-row.error .label {
  color: #da2e2e;
}
.create-filter .create-filter-descrip.error .brd-texta,
.create-filter .create-filter-descrip.error .datepicker-button,
.create-filter .create-filter-row.error .brd,
.create-filter .create-filter-row.error .datepicker-button {
  border-color: #da2e2e;
}
.create-filter .create-filter-descrip.top-ind {
  margin-top: -5px;
}
.create-filter .create-filter-descrip textarea {
  font-size: 16px;
  line-height: 20px;
  min-height: 127px;
}
.create-filter .create-filter-buttons {
  overflow: hidden;
}
.create-filter .create-filter-buttons li {
  float: left;
  margin-left: -1px;
}
.create-filter .create-filter-buttons li:first-child {
  margin-left: 0;
}
.create-filter .b-uploader .drop-zone {
  height: 90px;
}
.create-filter .b-uploader .drop-table-cell {
  height: 91px;
}
.create-filter .b-uploader .text-p {
  color: #343434;
}
.create-filter.request-add .create-filter-row {
  padding-bottom: 10px;
}
.create-filter.request-add .create-filter-row:first-child {
  padding-bottom: 20px;
}
.create-filter.request-add .create-filter-descrip {
  margin-top: 10px;
}
.forum_topic_add_form {
  margin-top: -10px;
}
.forum_topic_add_form .create-filter-row {
  padding-bottom: 10px;
}
.forum_topic_add_form .create-filter-descrip {
  margin-top: 9px;
}
.b-uploader {
  margin: 17px 0 0;
}
.b-uploader p {
  padding-bottom: 22px !important;
}
.b-uploader .drop-table {
  display: table;
  width: 100%;
}
.b-uploader .drop-table-cell {
  display: table-cell;
  vertical-align: middle;
  height: 110px;
}
.b-uploader .drop-zone {
  border: 2px dashed #e5e5e5;
  height: 110px;
  position: relative;
  text-align: center;
}
.b-uploader .drop-zone .text {
  position: relative;
  font-size: 21px;
  line-height: 25px;
  color: #c6c6c6;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  padding-right: 105px;
  margin: 0 16px;
}
.b-uploader .drop-zone .button-upload {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -20px;
}
.b-uploader.error .drop-zone .text {
  color: #da2e2e;
}
.b-uploader.accept .drop-zone .text,
.b-uploader.loaded .drop-zone .text {
  color: #89b100;
}
.b-uploader.loading .drop-zone .text .progressbar {
  top: -17px;
  right: -57px;
}
.b-uploader.loading .drop-zone .text .upload-title {
  vertical-align: middle;
}
.b-uploader.loading .drop-zone .text .default-button {
  float: right;
  margin-top: 3px;
}
.b-uploader.is-loaded .drop-zone .text {
  color: #414141;
}
.b-uploader.small .drop-zone {
  height: 90px;
}
.b-uploader.small .drop-table-cell {
  height: 92px;
}
.b-uploader.short .drop-zone .upload-title {
  margin: 0 60px 0 0;
  width: 420px;
}
.b-uploader.short .drop-zone .button-upload {
  margin-top: 3px;
}
.button-upload {
  overflow: hidden;
  position: relative;
  float: right;
}
.button-upload input[type="file"] {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  width: auto;
  font-size: 600px;
}
.button-upload .default-button-xlarge {
  display: block;
  height: auto;
  text-decoration: none;
  line-height: 16px;
  color: #5e5e5e;
  padding: 6px 13px;
  font-size: 16px;
  text-shadow: 0 1px 1px #fff;
  border-top: 1px solid #e9e9e9;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #d0d0d0;
  background-image: -moz-linear-gradient(top, #fff, #e7e7e7);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#fff),
    to(#e7e7e7)
  );
  background-image: -webkit-linear-gradient(top, #fff, #e7e7e7);
  background-image: -o-linear-gradient(top, #fff, #e7e7e7);
  background-image: linear-gradient(180deg, #fff, #e7e7e7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e0e0e0",GradientType=0);
}
.button-upload:hover .default-button-xxlarge {
  line-height: 1.429;
  padding: 4px 16px 5px;
  font-size: 21px;
}
.button-upload:hover .default-button-xlarge,
.button-upload:hover .default-button-xxlarge {
  display: block;
  height: auto;
  text-decoration: none;
  color: #5e5e5e;
  text-shadow: 0 1px 1px #fff;
  border-top: 1px solid #e9e9e9;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #d0d0d0;
  background-image: -moz-linear-gradient(top, #f3f3f3, #d0d0d0);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#f3f3f3),
    to(#d0d0d0)
  );
  background-image: -webkit-linear-gradient(top, #f3f3f3, #d0d0d0);
  background-image: -o-linear-gradient(top, #f3f3f3, #d0d0d0);
  background-image: linear-gradient(180deg, #f3f3f3, #d0d0d0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e0e0e0",GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3f3f3",endColorstr="#d0d0d0",GradientType=0);
}
.button-upload:hover .default-button-xlarge {
  line-height: 16px;
  padding: 6px 13px;
  font-size: 16px;
}
.button-upload:active .default-button-xxlarge {
  line-height: 1.429;
  padding: 4px 16px 5px;
  font-size: 21px;
}
.button-upload:active .default-button-xlarge,
.button-upload:active .default-button-xxlarge {
  display: block;
  height: auto;
  text-decoration: none;
  color: #fff;
  text-shadow: 0 0 1px #ccc;
  border-top: 1px solid #747474;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #7e7e7e;
  background-image: -moz-linear-gradient(top, #989898, #989898);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#989898),
    to(#989898)
  );
  background-image: -webkit-linear-gradient(top, #989898, #989898);
  background-image: -o-linear-gradient(top, #989898, #989898);
  background-image: linear-gradient(180deg, #989898, #989898);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e0e0e0",GradientType=0);
  vertical-align: top;
  display: inline-block;
  -webkit-box-shadow: inset 0 3px 15px rgba(88, 88, 88, 0.8);
  -moz-box-shadow: inset 0 3px 15px rgba(88, 88, 88, 0.8);
  box-shadow: inset 0 3px 15px rgba(88, 88, 88, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#989898",endColorstr="#989898",GradientType=0);
}
.button-upload:active .default-button-xlarge {
  line-height: 16px;
  padding: 6px 13px;
  font-size: 16px;
}
.button-upload.disabled input[type="file"] {
  display: none;
}
.button-upload.disabled .default-button-xxlarge,
.button-upload.disabled:active .default-button-xxlarge,
.button-upload.disabled:hover .default-button-xxlarge {
  line-height: 1.429;
  padding: 4px 16px 5px;
  font-size: 21px;
}
.button-upload.disabled .default-button-xlarge,
.button-upload.disabled .default-button-xxlarge,
.button-upload.disabled:active .default-button-xlarge,
.button-upload.disabled:active .default-button-xxlarge,
.button-upload.disabled:hover .default-button-xlarge,
.button-upload.disabled:hover .default-button-xxlarge {
  display: block;
  height: auto;
  text-decoration: none;
  color: #ababab;
  text-shadow: 0 1px 1px #fff;
  border-top: 1px solid #f7f7f7;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #ececec;
  background-image: -moz-linear-gradient(top, #fff, #eee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#eee));
  background-image: -webkit-linear-gradient(top, #fff, #eee);
  background-image: -o-linear-gradient(top, #fff, #eee);
  background-image: linear-gradient(180deg, #fff, #eee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e0e0e0",GradientType=0);
  cursor: default;
  -webkit-box-shadow: inset 0 0 0 #000;
  -moz-box-shadow: inset 0 0 0 #000;
  box-shadow: inset 0 0 0 #000;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#eeeeee",GradientType=0);
}
.button-upload.disabled .default-button-xlarge,
.button-upload.disabled:active .default-button-xlarge,
.button-upload.disabled:hover .default-button-xlarge {
  line-height: 16px;
  padding: 6px 13px;
  font-size: 16px;
}
.uploading-photos-promt {
  height: 18px;
  font-size: 14px;
  margin: 28px 0 0;
  text-align: left;
}
.uploading-photos-promt span {
  display: inline-block;
  padding-left: 27px;
  position: relative;
}
.uploading-photos-promt .ico {
  position: absolute;
  height: 16px;
  width: 16px;
  top: 2px;
  left: 1px;
  background-image: url(/images/icons-and-logos.png);
  background-repeat: no-repeat;
  background-position: 0 -488px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .uploading-photos-promt .ico {
    background-image: url(/images/icons-and-logos@2x.png);
    background-size: 91px 1500px;
    background-position: 0 -488px;
  }
}
.uploading-photos-promt.centr {
  text-align: center;
}
.uploading-photos-promt.centr span {
  left: -13px;
}
.uploading-photos-promt .mouse {
  float: left;
}
.uploading-photos-promt .cover {
  float: left;
  margin-left: 51px;
  padding-left: 22px;
}
.uploading-photos-promt .cover .ico {
  height: 16px;
  width: 14px;
  background-position: -51px -813px;
  top: 2px;
  left: -1px;
}
.uploading-photos-promt.multiblock {
  overflow: hidden;
}
.uploading-photos .uploading-photos-list {
  overflow: hidden;
  text-align: center;
}
.uploading-photos .uploading-photos-list ul {
  width: 105%;
  margin: 26px 0 0;
}
.uploading-photos .uploading-photos-list ul .list-item {
  height: 168px;
  width: 168px;
  overflow: hidden;
  position: relative;
  float: left;
  margin: 4px 4px 0 0;
  cursor: pointer;
}
.uploading-photos .uploading-photos-list ul .list-item .ph {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.uploading-photos .uploading-photos-list ul .list-item .cover-logo {
  position: absolute;
  z-index: 3;
  top: 5px;
  right: 5px;
  height: 29px;
  width: 26px;
  background-image: url(/images/icons-and-logos.png);
  background-repeat: no-repeat;
  background-position: -51px -830px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .uploading-photos .uploading-photos-list ul .list-item .cover-logo {
    background-image: url(/images/icons-and-logos@2x.png);
    background-size: 91px 1500px;
    background-position: -51px -830px;
  }
}
.uploading-photos
  .uploading-photos-list
  ul
  .list-item
  .up-block
  .delete-button
  .link-border {
  color: #f0f0f0;
  border-color: #7a7a7c;
}
.uploading-photos
  .uploading-photos-list
  ul
  .list-item
  .up-block
  .delete-button
  .link-border
  span {
  font-size: 14px;
}
.uploading-photos .uploading-photos-list ul .list-item .opacity {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.45;
  filter: alpha(opacity=45);
  top: 0;
  left: 0;
  display: none;
}
.uploading-photos .uploading-photos-list ul .list-item .cover-button,
.uploading-photos .uploading-photos-list ul .list-item .tags-button {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  width: 100%;
}
.uploading-photos .uploading-photos-list ul .list-item.load .opacity {
  background: rgba(0, 0, 0, 0.6);
  display: block;
  opacity: 1;
}
.uploading-photos .uploading-photos-list ul .list-item.error .opacity {
  background: #d85959;
  display: block;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.uploading-photos .uploading-photos-list ul .list-item.error .error-text {
  position: relative;
  color: #fff;
  z-index: 3;
  text-align: center;
  padding: 0 10px;
  line-height: 22px;
}
.uploading-photos
  .uploading-photos-list
  ul
  .list-item.error
  .error-text
  .error-text-top {
  height: 65px;
  display: table-cell;
  width: 148px;
  vertical-align: bottom;
  padding-bottom: 6px;
  text-align: center;
}
.uploading-photos
  .uploading-photos-list
  ul
  .list-item.error
  .error-text
  .error-text-top
  span {
  display: inline-block;
  width: 148px;
  word-wrap: break-word;
}
.uploading-photos
  .uploading-photos-list
  ul
  .list-item.error
  .error-text
  .error-text-bott {
  height: 100px;
}
.uploading-photos .uploading-photos-list ul .list-item:hover .opacity,
.uploading-photos .uploading-photos-list ul .list-item:hover .up-block {
  display: block;
}
.uploading-photos .uploading-photos-list ul .list-item.history {
  height: 82px !important;
  width: 100% !important;
  margin: 0;
}
.uploading-photos .uploading-photos-list ul:empty {
  margin: 0;
}
.uploading-photos.empty {
  margin-bottom: 57px;
}
.uploading-photos.size-2 .uploading-photos-list ul .list-item {
  height: 228px;
  width: 228px;
  margin: 4px 15px 11px 0;
  vertical-align: top;
}
.uploading-photos.size-2
  .uploading-photos-list
  ul
  .list-item.error
  .error-text
  .error-text-top {
  height: 93px;
  width: 208px;
}
.uploading-photos.size-2
  .uploading-photos-list
  ul
  .list-item.error
  .error-text
  .error-text-top
  span {
  width: 192px;
}
.uploading-photos.size-2
  .uploading-photos-list
  ul
  .list-item.error
  .error-text
  .error-text-bott {
  height: 100px;
}
.uploading-photos.size-2.al-mid .uploading-photos-list ul {
  width: 1300px;
  margin-left: -43px;
}
.uploading-photos.size-2.al-mid .uploading-photos-list ul .list-item {
  display: inline-block;
  float: none;
  margin: 8px 15px 7px 0;
  overflow: visible;
}
.up-block {
  display: none;
  position: absolute;
  z-index: 3;
  height: 100%;
  width: 100%;
  text-align: center;
}
.up-block .delete-button {
  position: absolute;
  bottom: 16px;
  width: 100%;
  display: block;
}
.up-block .delete-button span.link-border {
  color: #f0f0f0;
  line-height: 0;
  border-color: #7a7a7c;
}
.up-block .delete-button span.link-border span {
  font-size: 14px;
}
.up-block .delete:hover {
  border-bottom: 1px dotted #f0f0f0;
}
.portfolio-history {
  text-align: left;
  position: relative;
  height: 82px;
}
.portfolio-history .opacity {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.45;
  filter: alpha(opacity=45);
  top: 0;
  left: 0;
  display: none;
}
.portfolio-history .edit-history {
  height: 52px;
  width: 310px;
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  background: #171717;
  padding: 30px 0 0 30px;
  display: none;
}
.portfolio-history .edit-history .default-button {
  margin-left: 22px;
}
.portfolio-history .portfolio-history-photos-list {
  height: 100%;
}
.portfolio-history .portfolio-history-photos-list .photos-list-item {
  height: 82px;
  width: 82px;
  margin-left: 4px;
  float: left;
}
.portfolio-history
  .portfolio-history-photos-list
  .photos-list-item:first-child {
  margin-left: 0;
}
.portfolio-history:hover .edit-history {
  display: block;
}
.add-new-video {
  margin-top: 25px;
}
.add-new-video p {
  padding-bottom: 16px !important;
}
.add-new-video .video-list {
  overflow: hidden;
  margin-bottom: 40px;
}
.add-new-video .video-list ul {
  width: 105%;
}
.add-new-video .video-list ul .list-item {
  height: 125px;
  width: 220px;
  overflow: hidden;
  position: relative;
  float: left;
  margin: 0 25px 0 0;
  cursor: pointer;
}
.add-new-video .video-list ul .list-item .video {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.add-new-video .video-list ul .list-item .video img {
  height: 125px;
  width: 220px;
}
.add-new-video .video-list ul .list-item .play-ico {
  position: absolute;
  top: 23px;
  left: 70px;
  height: 80px;
  width: 80px;
  background: url(/images/icons-and-logos.png) no-repeat 0 -504px;
  z-index: 2;
}
.add-new-video .video-list ul .list-item .opacity {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.45;
  filter: alpha(opacity=45);
  top: 0;
  left: 0;
}
.add-new-video .video-list ul .list-item .delete {
  position: absolute;
  height: 44px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #000;
  z-index: 3;
  display: none;
  text-align: center;
}
.add-new-video .video-list ul .list-item .delete button {
  margin: 11px auto 0;
}
.add-new-video .video-list ul .list-item .upload-video {
  border: 2px dashed #e5e5e5;
  height: 101px;
  position: relative;
  cursor: default;
  padding: 10px;
  text-align: center;
}
.add-new-video .video-list ul .list-item .upload-video button {
  margin: 9px auto 0;
}
.add-new-video .video-list ul .list-item .upload-video .brd {
  height: 57px;
  padding: 6px 8px;
  width: auto;
}
.add-new-video .video-list ul .list-item .upload-video .brd input {
  height: 57px;
  text-align: center;
  line-height: 51px;
  font-size: 21px;
}
.add-new-video .video-list ul .list-item:hover .delete,
.add-new-video .video-list ul .list-item:hover .opacity,
.add-new-video .video-list ul .list-item:hover .play-ico {
  display: block;
}
.add-new-video .buttons-group {
  overflow: hidden;
  margin: 0 0 40px;
}
.add-new-video .buttons-group li {
  float: left;
  min-width: 0;
  margin: 0;
}
.add-new-video .buttons-group li span {
  padding-right: 9px;
  line-height: 22px;
  word-spacing: 3px;
}
.short-column {
  float: right;
  width: 220px;
}
.long-column {
  float: left;
  width: 942px;
}
.forum-search {
  position: relative;
  margin-bottom: 21px;
}
.forum-search .brd {
  width: 178px;
}
.forum-search .default-button {
  position: absolute;
  top: 0;
  right: 0;
}
.forum-search .default-button,
.forum-search .default-button.active,
.forum-search .default-button.disabled,
.forum-search .default-button:active,
.forum-search .default-button:hover {
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
}
.forum-search .default-button .ico-default {
  position: relative;
  top: 0;
  left: 0;
  height: 11px;
  width: 11px;
  background-position: -16px -488px;
}
.forum-search .default-button:active .ico-default {
  background-position: -33px -488px;
}
.forum-search .default-button.trigger:active .ico-default {
  background-position: -16px -488px;
}
.modal-forum-delete {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.7);
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.modal-forum-delete--show {
  display: flex;
}
.modal-forum-delete__frame {
  box-sizing: border-box;
  padding: 38px 20px 30px;
  background-color: #fff;
  width: 100%;
  max-width: 445px;
  margin: 10px;
  text-align: center;
  position: relative;
}
.modal-forum-delete__title {
  padding-bottom: 23px;
  text-align: center;
  color: #434343;
  font-size: 21px;
  font-weight: 400;
  line-height: 24px;
}
.modal-forum-delete__button {
  font-weight: 700;
  padding: 12px 33px 14px !important;
  display: table;
  margin: 0 auto;
}
.modal-forum-delete__close {
  position: absolute;
  height: 16px;
  width: 16px;
  background-image: url(/images/icons-and-logos.png);
  background-repeat: no-repeat;
  background-position: 0 -628px;
  top: 10px;
  right: 13px;
  cursor: pointer;
}
.popular-events {
  padding-top: 27px;
}
.popular-events dd {
  padding-bottom: 6px;
  font-size: 16px;
  line-height: 22px;
}
.popular-events dd p {
  padding-bottom: 15px;
  color: #7c7c7c;
}
.popular-events.news {
  padding: 0 0 42px;
}
.forum-event-list {
  margin-top: 18px;
}
.forum-event-list .list-item {
  margin-bottom: 45px;
}
.forum-event-list .list-item p {
  line-height: 23px;
  font-size: 16px;
  padding-bottom: 2px;
}
.forum-event-list .list-item h2 {
  line-height: 31px;
  padding: 0 200px 5px 0;
  position: relative;
}
.forum-event-list .list-item h2 a:hover {
  color: #646464;
}
.forum-event-list .list-item .top-info {
  color: #7c7c7c;
}
.forum-event-list .list-item .top-info li {
  padding-bottom: 8px;
}
.forum-event-list .list-item .bott-info {
  overflow: hidden;
}
.forum-event-list .list-item .bott-info li {
  float: left;
  color: #7c7c7c;
  margin: 0 12px 0 0;
}
.forum-event-list .list-item .bott-info li a {
  color: #7c7c7c;
}
.forum-event-list .list-item .bott-info li a:hover {
  color: #646464;
}
.forum-event-list .list-item.photos-list {
  margin: 10px 0;
}
.forum-event-list.ind {
  margin-top: 41px;
}
.buttons-group.managment-forum-news {
  position: absolute;
  top: 4px;
  right: 0;
}
.buttons-group.managment-forum-news li {
  float: right;
  min-width: 0;
  margin: 0;
  height: 23px;
  margin-left: 5px;
  position: relative;
}
.buttons-group.managment-forum-news li .button-tooltip {
  width: 305px;
  white-space: nowrap;
  background: none;
  bottom: 38px;
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -152px;
  z-index: 10;
  text-align: center;
}
.buttons-group.managment-forum-news li .button-tooltip .button-tooltip-inner {
  display: inline-block;
  min-width: 90px;
  max-width: 273px;
  white-space: normal;
  background: #fff;
  font-size: 16px;
  text-align: left;
  line-height: 21px;
  padding: 7px 10px 9px;
  position: relative;
  left: 40px;
  border: 5px solid #d3d3d3;
}
.buttons-group.managment-forum-news
  li
  .button-tooltip
  .button-tooltip-inner
  .button-tooltip-arrow {
  content: "";
  display: block;
  position: absolute;
  height: 17px;
  width: 27px;
  bottom: -17px;
  left: 50%;
  margin-left: -54px;
  background-image: url(/images/arrows/arrow-icons.png);
  background-repeat: no-repeat;
  background-position: -13px 0;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .buttons-group.managment-forum-news
    li
    .button-tooltip
    .button-tooltip-inner
    .button-tooltip-arrow {
    background-image: url(/images/arrows/arrow-icons@2x.png);
    background-size: 39px 150px;
    background-position: -13px 0;
  }
}
.buttons-group.managment-forum-news li button {
  width: 23px;
  height: 23px;
  position: relative;
}
.buttons-group.managment-forum-news li.watch button .ico-default {
  height: 13px;
  width: 12px;
  top: 3px;
  left: 5px;
  background-position: 2px -582px;
}
.buttons-group.managment-forum-news li.watch button.active .ico-default {
  background-position: 0 -597px;
}
.buttons-group.managment-forum-news li.watch button.active:hover .ico-default {
  background-position: 2px -610px;
}
.buttons-group.managment-forum-news li.ignore button .ico-default {
  height: 11px;
  width: 11px;
  top: 5px;
  left: 5px;
  background-position: -12px -584px;
}
.buttons-group.managment-forum-news li.ignore button.active .ico-default {
  background-position: -12px -596px;
}
.buttons-group.managment-forum-news li.ignore button.active:hover .ico-default {
  background-position: -12px -608px;
}
.buttons-group.managment-forum-news li:hover .button-tooltip {
  display: block;
}
.buttons-group.managment-forum-news li:first-child {
  margin-left: 5px;
}
.buttons-group.edit-post-buttons {
  margin: 34px 0 6px;
  height: 22px;
}
.buttons-group.edit-post-buttons li {
  min-width: 0;
}
.buttons-group.edit-post-buttons li a {
  color: #7c7c7c;
}
.buttons-group.edit-post-buttons li a:hover {
  color: #646464;
}
.buttons-group.edit-post-buttons li a.default-button:active {
  color: #fff;
}
.title-with-buttons p {
  color: #7c7c7c;
  padding-bottom: 5px;
}
.title-with-buttons .photog-info {
  padding-bottom: 13px;
}
.title-with-buttons .photog-info li {
  line-height: 25px;
}
.title-with-buttons .photog-info li span {
  display: inline-block;
  width: 92px;
  color: #7c7c7c;
}
.title-with-buttons .photog-info.bride {
  padding-bottom: 6px;
}
.title-with-buttons .photog-info.bride li span {
  width: 73px;
}
.title-with-buttons .row-fluid {
  position: relative;
}
.title-with-buttons .row-fluid h1,
.title-with-buttons .row-fluid h2 {
  padding: 0 210px 0 0;
  line-height: 30px;
  float: left;
  font-size: 21px;
  color: #434343;
}
.title-with-buttons .row-fluid .b-tabs-buttons {
  position: absolute;
  top: 5px;
  right: 0;
}
.title-with-buttons .row-fluid .b-tabs-buttons li {
  float: right;
  margin-left: 6px;
}
.title-with-buttons .row-fluid .b-tabs-buttons li button {
  position: relative;
  padding-left: 20px;
  text-align: left;
}
.title-with-buttons .row-fluid .b-tabs-buttons li button span.st {
  display: block;
}
.title-with-buttons .row-fluid .b-tabs-buttons li button.active span.st {
  display: none;
}
.title-with-buttons .row-fluid .b-tabs-buttons li button.active span.hov {
  display: block;
}
.title-with-buttons .row-fluid .b-tabs-buttons li button.active:hover span.hov {
  display: none;
}
.title-with-buttons
  .row-fluid
  .b-tabs-buttons
  li
  button.active:hover
  span.act-hov {
  display: block;
}
.title-with-buttons .row-fluid .b-tabs-buttons li span {
  display: none;
}
.title-with-buttons .row-fluid .b-tabs-buttons li.watch button {
  width: 80px;
}
.title-with-buttons .row-fluid .b-tabs-buttons li.watch button .ico-default {
  height: 13px;
  width: 12px;
  background-position: 2px -582px;
  top: 3px;
  left: 5px;
}
.title-with-buttons
  .row-fluid
  .b-tabs-buttons
  li.watch
  button.active
  .ico-default {
  background-position: 2px -610px;
}
.title-with-buttons
  .row-fluid
  .b-tabs-buttons
  li.watch
  button.active:hover
  .ico-default {
  background-position: 0 -597px;
}
.title-with-buttons .row-fluid .b-tabs-buttons li.ignore button {
  width: 116px;
}
.title-with-buttons .row-fluid .b-tabs-buttons li.ignore button .ico-default {
  height: 11px;
  width: 11px;
  background-position: -12px -584px;
  top: 5px;
  left: 5px;
}
.title-with-buttons
  .row-fluid
  .b-tabs-buttons
  li.ignore
  button.active
  .ico-default {
  background-position: -12px -596px;
}
.title-with-buttons
  .row-fluid
  .b-tabs-buttons
  li.ignore
  button.active:hover
  .ico-default {
  background-position: -12px -608px;
}
.b-post p {
  line-height: 26px;
  font-size: 18px;
  padding-bottom: 9px;
}
.b-post .post-info {
  min-height: 43px;
}
.b-post .post-info .b-author {
  float: left;
  margin: 0;
}
.b-post .title-with-buttons {
  padding-bottom: 13px;
}
.b-post .view-only {
  font-size: 16px;
  margin: 3px 0 -7px;
  padding-bottom: 10px;
}
.b-post .forum_message_photo .topic-photo.format-18 {
  cursor: pointer;
}
.post-gallery {
  overflow: hidden;
  margin: 12px 0 13px;
}
.post-gallery ul {
  width: 105%;
}
.post-gallery ul li {
  height: 168px;
  width: 168px;
  position: relative;
  float: left;
  margin: 0 4px 4px 0;
  cursor: pointer;
}
.post-gallery ul li:hover a {
  display: block;
}
.post-gallery ul li img {
  vertical-align: top;
}
.post-gallery ul li .video-frame {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-image: url(/images/backgrounds/gallery-prew-bg.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .post-gallery ul li .video-frame {
    background-image: url(/images/backgrounds/gallery-prew-bg@2x.png);
    background-size: 168px 168px;
    background-position: 0 0;
  }
}
.post-gallery.expanded {
  width: 1200px;
  overflow: visible;
}
.post-gallery.expanded ul {
  width: auto;
}
.post-gallery.expanded ul li {
  width: 100%;
  height: auto;
  text-align: center;
  float: none;
  margin: 0 0 4px;
  cursor: default;
}
.post-gallery.expanded ul li .number-holder {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.post-gallery.expanded ul li .number-holder .ph-namber {
  font-size: 16px;
  font-style: normal;
  height: 21px;
  left: 100%;
  line-height: 21px;
  min-width: 14px;
  padding: 0 6px;
  position: absolute;
  text-align: right;
  top: 0;
}
.b-reclama {
  height: 33px;
  background: url(/images/backgrounds/reclama-bg.jpg);
  margin: 30px 0 28px;
  text-align: center;
  padding-top: 10px;
}
.b-reclama a {
  font-size: 5px;
  color: #c35925;
  border-bottom: 1px solid #c35925;
}
.b-reclama a span {
  position: relative;
  font: 18px/18px PT-Serif;
}
.b-reclama a span .ruble {
  float: none;
  margin-left: 0;
}
.b-author {
  position: relative;
  padding: 0 0 0 50px;
  margin-top: 31px;
}
.b-author a {
  color: #7c7c7c;
  border-color: #7c7c7c;
}
.b-author a:hover {
  color: #646464;
  border-color: #646464;
}
.b-author p {
  padding-bottom: 9px;
  line-height: 22px;
  font-size: 16px;
}
.b-author .user-pic {
  height: 45px;
  width: 45px;
  position: relative;
  float: left;
  left: -52px;
  overflow: hidden;
  margin: -2px -100% 0 0;
}
.b-author .post-gallery {
  margin: 6px 0 4px;
}
.b-author .name-and-time-post {
  overflow: hidden;
  line-height: 17px;
  color: #7c7c7c;
}
.b-author .name-and-time-post a {
  float: left;
  word-spacing: 2px;
  color: #7c7c7c;
}
.b-author .name-and-time-post a:hover {
  color: #646464;
}
.b-author .name-and-time-post > span {
  float: left;
  margin-left: 10px;
}
.b-author .name-and-time-post .conmment-info-links li a {
  border-bottom: 1px dotted #7c7c7c;
}
.b-author .name-and-time-post.mark a {
  border-color: #89b100;
  color: #89b100;
}
.b-author .name-and-time-post.mark a:hover {
  color: #9fb043;
  border-color: #9fb043;
}
.b-author .name-and-time-post.mark > span {
  color: #89b100;
}
.b-author .name-and-time-post.mark .conmment-info-links li a {
  border-color: #89b100;
}
.b-author .name-and-time-post.me-post a {
  border-color: #f09c24;
  color: #f09c24;
}
.b-author .name-and-time-post.me-post a:hover {
  color: #dd7209;
}
.b-author .name-and-time-post.me-post > span {
  color: #f09c24;
}
.b-author .name-and-time-post.me-post .conmment-info-links li a {
  border-color: #f09c24;
}
.b-author .name-and-time-post.align-v {
  padding-top: 10px;
}
.b-author.first {
  margin-top: 17px;
}
.b-comments {
  padding-bottom: 70px;
}
.b-comments + .forum-photo-size-switch {
  float: none;
}
.b-comments + .forum-photo-size-switch > div {
  margin: -6px 0 70px;
}
.comment {
  position: relative;
}
.comment .inside {
  float: left;
}
.comment .leave-comment-link {
  color: #f09c24;
  font-size: 8px;
  border-color: #f09c24;
}
.comment .leave-comment-link:hover {
  color: #dd7209;
  border-color: #dd7209;
}
.comment .leave-comment-link span {
  font-size: 21px;
}
.comment .forum_message_photo .comment-photo.format-18 {
  cursor: pointer;
}
.comment .b-author,
.comment .post-answer {
  max-width: 856px;
}
.comment.leave {
  margin-top: 70px;
}
.comment.leave.no-margin {
  margin-top: -13px;
}
.comment.leave .inside:hover .button-promt {
  display: block;
}
.comment.leave .button-promt {
  left: 0;
  margin: 0;
}
.comment.leave.services {
  margin-top: 75px;
}
.comment.leave.disabled .button-promt {
  display: none;
}
.comment.leave.disabled .link-border.leave-comment-link {
  color: #000;
  border-color: #000;
}
.comment.level-5 .post-answer,
.comment.level-9 .b-author {
  max-width: 684px;
}
.buttons-group.comment-managment li {
  margin-left: 0;
  min-width: 0;
}
.buttons-group.comment-managment li h2 {
  margin-right: 10px;
  padding-bottom: 0;
}
.buttons-group.comment-managment li span {
  margin: 0 10px;
  position: relative;
  top: 1px;
}
.buttons-group.filter-buttons > li {
  margin-left: 18px;
  min-width: 0;
}
.buttons-group.filter-buttons > li .line-form {
  width: 119px;
  margin-right: 20px;
}
.reply-comment {
  margin-left: 42px;
  position: relative;
}
.reply-comment .me-links li {
  min-width: 0;
}
.forum-popup-quote {
  position: absolute;
  width: 100%;
  padding-left: 22px;
  bottom: 100%;
  right: 0;
  border: 10px solid #d3d3d3;
  z-index: 50;
  background-color: #fff;
  margin-bottom: 20px;
  display: none;
}
.forum-popup-quote .quote-arrow {
  position: absolute;
  height: 29px;
  width: 42px;
  background-image: url(/images/arrows/quote-arrow.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  bottom: -29px;
  margin-left: 37px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .forum-popup-quote .quote-arrow {
    background-image: url(/images/arrows/quote-arrow@2x.png);
    background-size: 42px 29px;
    background-position: 0 0;
  }
}
.forum-popup-quote .quote-close {
  position: absolute;
  height: 16px;
  width: 16px;
  background-image: url(/images/icons-and-logos.png);
  background-repeat: no-repeat;
  background-position: -17px -628px;
  top: 12px;
  right: 12px;
  cursor: pointer;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .forum-popup-quote .quote-close {
    background-image: url(/images/icons-and-logos@2x.png);
    background-size: 91px 1500px;
    background-position: -17px -628px;
  }
}
.forum-popup-quote .quote-container {
  min-height: 320px;
  padding: 21px 25px 0 10px;
}
.forum-popup-quote .quote-container h2 {
  padding-bottom: 0;
}
.forum-popup-quote .quote-container .b-author {
  margin-top: 10px;
}
.conmment-info-links {
  float: left;
  margin-left: 8px;
}
.conmment-info-links li {
  float: left;
  margin-left: 14px;
}
.conmment-info-links li a {
  float: left;
  line-height: 16px;
}
.participants-event .show-all {
  overflow: hidden;
  margin-bottom: 36px;
}
.participants-event .show-all li {
  float: left;
  margin-right: 26px;
  font-size: 21px;
  color: #f09c24;
}
.participants-event .show-all li a {
  font-size: 8px;
}
.participants-event .show-all li a span {
  font-size: 21px;
}
.participants-event .show-all li a.invite {
  color: #f09c24;
  border-color: #f09c24;
}
.participants-event .show-all li a.shows.active {
  color: #343434;
  border-color: #343434;
}
.participants-event .buttons-group {
  margin-bottom: 20px;
}
.participants-event .buttons-group li {
  font-size: 18px;
  line-height: 26px;
}
.participants-event .participants-list {
  overflow: hidden;
  padding: 20px 0 13px;
}
.participants-event .participants-list ul {
  width: 105%;
  overflow: hidden;
}
.participants-event .participants-list ul li {
  font-size: 15px;
  float: left;
  width: 230px;
  margin: 0 15px 15px 0;
}
.participants-event .participants-list ul li .list-row {
  display: table;
}
.participants-event .participants-list ul li .list-row .name {
  color: #7c7c7c;
  display: table-cell;
  vertical-align: middle;
  padding-left: 5px;
}
.participants-event .participants-list ul li .list-row .name:hover {
  color: #1992ba;
}
.participants-event .participants-list ul li .list-row .user-pic {
  display: table-cell;
  vertical-align: middle;
}
.participants-event .participants-list ul li .list-row .user-pic .userpic-link {
  display: block;
  height: 45px;
}
.participants-event .participants-list .full-list,
.participants-event .participants-list ul li .list-row .user-pic.hidden {
  display: none;
}
.participants-event .participants-list .full-list li {
  margin-bottom: 5px;
}
.participants-event .participants-list .full-list li .list-row {
  padding: 3px 0 0;
}
.participants-event .participants-list .full-list li .list-row .name {
  padding-left: 0;
}
.b-prewiev {
  background: url(/images/backgrounds/prewiev-bg.jpg);
  margin: 12px 0 14px;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.1);
}
.b-prewiev .inside {
  padding: 10px 0 1px;
  -webkit-box-shadow: inset 0 -3px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 -3px 8px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -3px 8px rgba(0, 0, 0, 0.1);
}
.b-prewiev .gallery .zoom-photo {
  margin-bottom: 15px;
  text-align: center;
}
.b-prewiev .gallery .thumbs {
  margin-bottom: 30px;
}
.b-prewiev .managment-photos {
  margin: auto;
  overflow: hidden;
  width: 500px;
  margin-bottom: 9px;
}
.b-prewiev .managment-photos li:last-child {
  float: right;
}
.b-prewiev.in-comment {
  margin-top: 6px;
}
.b-prewiev.in-comment .gallery .zoom-photo {
  margin-bottom: 20px;
}
.b-prewiev.in-comment .gallery .thumbs {
  margin-top: -5px;
}
.gallery + .b-tabs-buttons.managment-photos {
  margin-top: -11px;
}
.post-answer {
  padding: 20px 0 4px;
}
.post-answer form > .brd-texta {
  padding: 15px;
  margin-bottom: 15px;
}
.post-answer form > .brd-texta textarea {
  font-size: 16px;
  line-height: 20px;
  min-height: 74px;
}
.post-answer form .default-button-large {
  margin-top: 30px;
}
.money-wrapper {
  margin: -9px auto 0;
}
.money-wrapper .money-price {
  background: url(/images/backgrounds/money-price-bg.jpg);
  padding: 17px 25px;
  width: 318px;
  font-size: 21px;
  color: #27b18e;
  margin-bottom: 15px;
}
.money-wrapper .money-price ul li {
  overflow: hidden;
  font-size: 16px;
  line-height: 22px;
}
.money-wrapper .money-price ul li .l-txt {
  float: left;
}
.money-wrapper .money-price ul li .r-txt {
  float: right;
  margin-right: 14px;
}
.money-wrapper .money-price ul li.total {
  font-size: 21px;
  border-top: 1px solid #93d8c6;
  margin-top: 8px;
  padding-top: 5px;
}
.money-wrapper .money-price.large {
  margin-bottom: 22px;
  padding: 19px 25px;
}
.money-wrapper .money-price.large ul li.total {
  margin-top: 6px;
}
.money-wrapper .payment-method {
  margin: 0 auto 44px;
  text-align: center;
}
.money-wrapper .payment-method ul {
  padding-top: 35px;
  padding-left: 10px;
}
.money-wrapper .payment-method ul li {
  font-size: 0;
  margin-bottom: 16px;
}
.money-wrapper .payment-method ul li a {
  display: inline-block;
  *display: inline;
  vertical-align: top;
  margin-right: 6px;
  position: relative;
}
.money-wrapper .payment-method ul li a img.color {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.money-wrapper .payment-method ul li a:hover img.color-without,
.money-wrapper .payment-method ul li a img.color {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.money-wrapper .payment-method ul li a:hover img.color {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.money-wrapper .payment-method ul li span {
  display: block;
  padding-bottom: 7px;
}
.payment-wrapper {
  width: 660px;
  margin: -8px auto 0;
}
.payment-wrapper .padding {
  padding: 0 45px;
}
.payment-wrapper .padding p {
  padding-bottom: 17px;
}
.payment-wrapper .padding h2 {
  padding-bottom: 18px;
  line-height: 40px;
}
.payment-wrapper form {
  text-align: left;
  padding: 24px 43px;
  margin: 13px 0 33px;
  background: url(/images/backgrounds/money-price-bg.jpg);
}
.payment-wrapper form .label {
  float: left;
  width: 190px;
  padding-top: 6px;
}
.payment-wrapper form .sum-col {
  margin: 0 0 0 197px;
  position: relative;
}
.payment-wrapper form .sum-col span {
  display: block;
  position: absolute;
  top: 8px;
  left: -30px;
  font-size: 21px;
}
.payment-wrapper form .sum-col span.rubles {
  top: 7px;
  left: 180px;
}
.payment-wrapper form .sum-col .brd {
  width: 157px;
  background: #fff;
  height: 28px;
  margin-bottom: 15px;
}
.payment-wrapper form .sum-col .brd input {
  background: #fff;
  height: 28px;
}
.info-notice {
  background: url(/images/backgrounds/info-notice.jpg);
  text-align: center;
  position: relative;
  padding: 0 20px;
  word-spacing: 3px;
  color: #778f16;
  font-style: italic;
  height: 44px;
  line-height: 44px;
}
.info-notice .info-notice-close {
  position: absolute;
  height: 16px;
  width: 16px;
  background-image: url(/images/icons-and-logos.png);
  background-repeat: no-repeat;
  background-position: 0 -628px;
  top: 14px;
  right: 9px;
  cursor: pointer;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .info-notice .info-notice-close {
    background-image: url(/images/icons-and-logos@2x.png);
    background-size: 91px 1500px;
    background-position: 0 -628px;
  }
}
.favourite-photographers-photos-list {
  margin: 10px 0 35px;
}
.favourite-photographers-photos-list .w-1 {
  width: 191px;
}
.favourite-photographers-photos-list .w-2 {
  width: 392px;
}
.favourite-photographers-photos-list .w-3 {
  width: 594px;
}
.favourite-photographers-photos-list .w-4 {
  width: 796px;
}
.favourite-photographers-photos-list .w-5 {
  width: 998px;
}
.favourite-photographers-photos-list .w-6 {
  width: 1200px;
}
.favourite-photographers-photos-list .h-1 {
  height: 135px;
}
.favourite-photographers-photos-list .h-2 {
  height: 282px;
}
.favourite-photographers-photos-list .h-3 {
  height: 429px;
}
.favourite-photographers-photos-list .favourite-photographers-photo-wrap {
  position: relative;
  height: 429px;
  margin-bottom: 12px;
}
.favourite-photographers-photos-list .favourite-photographers-photo {
  position: absolute;
}
.favourite-photographers-photos-list
  .favourite-photographers-photo
  .photo-link {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.favourite-photographers-photos-list .favourite-photographers-photo img {
  position: relative;
  z-index: 1;
  vertical-align: top;
}
.favourite-photographers-photos-list .favourite-photographers-photo figcaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.favourite-photographers-photos-list
  .favourite-photographers-photo
  figcaption
  .photo-author-name {
  display: block;
  text-align: left;
  position: absolute;
  bottom: 15px;
  left: 11px;
}
.favourite-photographers-photos-list
  .favourite-photographers-photo
  figcaption.erotic {
  opacity: 1;
  filter: alpha(opacity=100);
}
.favourite-photographers-photos-list
  .favourite-photographers-photo.ero
  figcaption {
  display: block;
  z-index: 4;
}
.favourite-photographers-photos-list
  .favourite-photographers-photo.ero
  .ico-ero,
.favourite-photographers-photos-list
  .favourite-photographers-photo:hover
  figcaption {
  display: block;
}
.favourite-photographers-photos-list
  .favourite-photographers-photo.offset-top-0 {
  top: 0;
}
.favourite-photographers-photos-list
  .favourite-photographers-photo.offset-top-1 {
  top: 147px;
}
.favourite-photographers-photos-list
  .favourite-photographers-photo.offset-top-2 {
  top: 294px;
}
.favourite-photographers-photos-list
  .favourite-photographers-photo.offset-left-0 {
  left: 0;
}
.favourite-photographers-photos-list
  .favourite-photographers-photo.offset-left-1 {
  left: 202px;
}
.favourite-photographers-photos-list
  .favourite-photographers-photo.offset-left-2 {
  left: 404px;
}
.favourite-photographers-photos-list
  .favourite-photographers-photo.offset-left-3 {
  left: 606px;
}
.favourite-photographers-photos-list
  .favourite-photographers-photo.offset-left-4 {
  left: 808px;
}
.favourite-photographers-photos-list
  .favourite-photographers-photo.offset-left-5 {
  left: 1010px;
}
.favourite-photographers-photos-list
  .favourite-photographers-photo.last-child
  .achievements
  .achievement-item-promt {
  left: auto;
  right: -10px;
}
.favourite-photographers-photos-list
  .favourite-photographers-photo.last-child
  .achievements
  .achievement-item-promt:after {
  left: auto;
  right: 15px;
}
.favourite-photographers-photos-list
  .favourite-photographers-photo
  .sponsor-logo {
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  height: 60px;
  width: 60px;
  z-index: 5;
  background-image: url(/images/icons/sponsor-logo.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .favourite-photographers-photos-list
    .favourite-photographers-photo
    .sponsor-logo {
    background-image: url(/images/icons/sponsor-logo@2x.png);
    background-size: 60px 60px;
    background-position: 0 0;
  }
}
.buttons-group.events-filter > li {
  min-width: 0;
}
.buttons-group.events-filter > li.srch {
  float: right;
  width: 220px;
}
.buttons-group.events-filter > li .forum-search .brd {
  width: 170px;
  padding-right: 35px;
}
.buttons-group.events-filter .default-button,
.buttons-group.events-filter .default-button.active,
.buttons-group.events-filter .default-button.disabled,
.buttons-group.events-filter .default-button:active,
.buttons-group.events-filter .default-button:hover {
  padding-top: 5px;
  padding-bottom: 6px;
}
.buttons-group.events-filter .choose-city {
  margin-right: 8px;
}
.buttons-group.events-filter .title-price {
  float: left;
  position: relative;
  top: 2px;
  font-size: 14px;
  margin: 0 7px 0 15px;
}
.buttons-group.events-filter .movable-indicator.budget {
  float: left;
}
.filter-rusult-title,
.filter-rusult-title h1 {
  color: #484848;
  font-size: 21px;
  line-height: 24px;
  font-weight: 400;
  display: block;
  padding: 0;
}
.filter-rusult-title h1 {
  display: inline-block;
}
.filter-rusult-list {
  margin-bottom: 78px;
}
.filter-rusult-list.loading {
  opacity: 0.5;
}
.filter-rusult-list .filter-rusult-list-item {
  height: 272px;
  padding: 25px 0 28px;
}
.filter-rusult-list .filter-rusult-list-item .filter-rusult-head {
  height: 22px;
  padding-bottom: 11px;
}
.filter-rusult-list .filter-rusult-list-item .filter-rusult-head .title-author {
  float: left;
}
.filter-rusult-list .filter-rusult-cont {
  width: auto;
  zoom: 1;
  position: relative;
}
.filter-rusult-list .filter-rusult-cont:after,
.filter-rusult-list .filter-rusult-cont:before {
  display: table;
  line-height: 0;
  content: "";
}
.filter-rusult-list .filter-rusult-cont .filter-user-col {
  float: left;
  width: 200px;
  text-align: center;
  padding-top: 15px;
}
.filter-rusult-list .filter-rusult-cont .filter-user-col p {
  color: #89b100;
  padding-top: 5px;
}
.filter-rusult-list .filter-rusult-cont .text-author-pop {
  position: absolute;
  top: 0;
  left: 200px;
  background-color: #f3f3f3;
  height: 240px;
  display: none;
  padding-left: 45px;
  z-index: 5;
}
.filter-rusult-list .filter-rusult-cont .filter-long-col {
  margin: 0 0 0 243px;
}
.filter-rusult-list .filter-rusult-cont .filter-long-col .photos {
  height: 228px;
}
.filter-rusult-list .filter-rusult-cont .filter-long-col .photos li {
  float: left;
  width: 228px;
  margin-left: 15px;
  position: relative;
}
.filter-rusult-list
  .filter-rusult-cont
  .filter-long-col
  .photos
  li:first-child {
  margin-left: 0;
}
.filter-rusult-list
  .filter-rusult-cont
  .filter-long-col
  .photos
  li:nth-child(4)
  .achievements
  .achievement-item-promt {
  left: auto;
  right: -10px;
}
.filter-rusult-list
  .filter-rusult-cont
  .filter-long-col
  .photos
  li:nth-child(4)
  .achievements
  .achievement-item-promt:after {
  left: auto;
  right: 15px;
}
.filter-rusult-list .filter-rusult-cont .text-author {
  display: table-cell;
  vertical-align: middle;
  height: 220px;
  width: 995px;
}
.filter-rusult-list .filter-rusult-cont .text-author .text {
  background: #fff;
  min-height: 50px;
  position: relative;
}
.filter-rusult-list .filter-rusult-cont .text-author .text .padding {
  padding: 20px;
  text-align: center;
  font-style: italic;
  font-size: 18px;
  line-height: 24px;
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.1);
}
.filter-rusult-list .filter-rusult-cont .text-author .text:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 15px solid #f3f3f3;
  border-right-color: #fff;
  top: 50%;
  right: 100%;
  margin-top: -15px;
}
.filter-rusult-list .filter-rusult-list-item:hover {
  background: #f3f3f3;
}
.filter-rusult-list
  .filter-rusult-list-item:hover
  .user-pic-crop
  .mask.msk-white {
  background-image: url(/images/userpic/200x200/gray.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .filter-rusult-list
    .filter-rusult-list-item:hover
    .user-pic-crop
    .mask.msk-white {
    background-image: url(/images/userpic/200x200/gray@2x.png);
    background-size: 200px 200px;
    background-position: 0 0;
  }
}
.filter-rusult-list .filter-rusult-list-item.reclama-empty {
  text-align: center;
  display: table;
  width: 100%;
  height: 248px;
  padding-top: 33px;
}
.filter-rusult-list .filter-rusult-list-item.reclama-empty .wrapper {
  display: table-cell;
  vertical-align: middle;
}
.filter-rusult-list .filter-rusult-list-item.reclama {
  padding: 25px 0 12px;
}
.filter-rusult-list .filter-rusult-list-item.reclama .rec-list {
  padding-top: 28px;
}
.filter-rusult-list .filter-rusult-list-item.reclama:hover {
  background-color: #fff;
}
.rec-list {
  overflow: hidden;
  padding-top: 30px;
}
.rec-list ul {
  width: 105%;
  overflow: hidden;
}
.rec-list li {
  float: left;
  width: 160px;
  text-align: center;
  margin-right: 14px;
  margin-bottom: 26px;
  height: 220px;
}
.rec-list li p {
  font-style: italic;
  padding: 7px 0 0;
  font-size: 15px;
  line-height: 18px;
}
.rec-list li .user-pic-crop {
  width: 160px;
  height: 160px;
  margin-bottom: 5px;
}
.rec-list li .userpic-frame.white.size-160x160 {
  background-image: url(/images/userpic/160x160/white-small.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .rec-list li .userpic-frame.white.size-160x160 {
    background-image: url(/images/userpic/160x160/white-small@2x.png);
    background-size: 160px 160px;
    background-position: 0 0;
  }
}
.rec-list li.himself a {
  color: #f09c24;
}
.rec-list li.himself a:hover {
  color: #dd7209;
}
.rec-list li.himself a img {
  opacity: 0.3;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
}
.user-pic-crop {
  position: relative;
  width: 200px;
  height: 200px;
}
.user-pic-crop .mask {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: block;
  z-index: 5;
}
.user-pic-crop .mask.msk-gray {
  background-image: url(/images/userpic/200x200/gray.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .user-pic-crop .mask.msk-gray {
    background-image: url(/images/userpic/200x200/gray@2x.png);
    background-size: 200px 200px;
    background-position: 0 0;
  }
}
.user-pic-crop .mask.msk-white {
  background-image: url(/images/userpic/200x200/white.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .user-pic-crop .mask.msk-white {
    background-image: url(/images/userpic/200x200/white@2x.png);
    background-size: 200px 200px;
    background-position: 0 0;
  }
}
.user-pic-crop .mask.msk-gray-img {
  background-image: url(/images/userpic/200x200/gray-dark.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .user-pic-crop .mask.msk-gray-img {
    background-image: url(/images/userpic/200x200/gray-dark@2x.png);
    background-size: 200px 200px;
    background-position: 0 0;
  }
}
.user-pic-crop.empty {
  background-color: #f1f1f1;
}
.user-pic-crop.user-pic-size-160x160 {
  width: 160px;
  height: 160px;
}
.user-pic-crop.user-pic-size-160x160 .mask.msk-gray {
  background-image: url(/images/userpic/160x160/gray.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .user-pic-crop.user-pic-size-160x160 .mask.msk-gray {
    background-image: url(/images/userpic/160x160/gray@2x.png);
    background-size: 160px 160px;
    background-position: 0 0;
  }
}
.user-pic-crop.user-pic-size-160x160 .mask.msk-white {
  background-image: url(/images/userpic/160x160/white.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .user-pic-crop.user-pic-size-160x160 .mask.msk-white {
    background-image: url(/images/userpic/160x160/white@2x.png);
    background-size: 160px 160px;
    background-position: 0 0;
  }
}
.user-pic-crop.user-pic-size-160x160 .mask.msk-gray-img {
  background-image: url(/images/userpic/160x160/gray-dark.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .user-pic-crop.user-pic-size-160x160 .mask.msk-gray-img {
    background-image: url(/images/userpic/160x160/gray-dark@2x.png);
    background-size: 160px 160px;
    background-position: 0 0;
  }
}
.nex-pagination-wrap,
.nui-pagination-wrap,
.pagination {
  text-align: center;
  font-size: 14px;
  padding: 6px 0 30px;
}
.nex-pagination-wrap .pagination-steps,
.nui-pagination-wrap .pagination-steps,
.pagination .pagination-steps {
  padding: 0 0 15px;
}
.nex-pagination-wrap .pagination-steps.set-nex div,
.nui-pagination-wrap .pagination-steps.set-nex div,
.pagination .pagination-steps.set-nex div {
  color: #ffeb66;
}
.nex-pagination-wrap .pagination-steps.set-nex div a,
.nui-pagination-wrap .pagination-steps.set-nex div a,
.pagination .pagination-steps.set-nex div a {
  color: #fd0;
}
.nex-pagination-wrap .pagination-steps.set-nex div a:hover,
.nui-pagination-wrap .pagination-steps.set-nex div a:hover,
.pagination .pagination-steps.set-nex div a:hover {
  color: #ffeb66;
}
.nex-pagination-wrap
  .pagination-steps.set-nex
  div.pagination-step-back
  .ico-default,
.nui-pagination-wrap
  .pagination-steps.set-nex
  div.pagination-step-back
  .ico-default,
.pagination .pagination-steps.set-nex div.pagination-step-back .ico-default {
  background-position: 0 0;
  background-size: 7px 11px;
  background-image: url(../images/to-sprite-in-future/pagi_left_yellow.svg);
}
.nex-pagination-wrap
  .pagination-steps.set-nex
  div.pagination-step-back.disabled
  .ico-default,
.nex-pagination-wrap
  .pagination-steps.set-nex
  div.pagination-step-back:hover
  .ico-default,
.nui-pagination-wrap
  .pagination-steps.set-nex
  div.pagination-step-back.disabled
  .ico-default,
.nui-pagination-wrap
  .pagination-steps.set-nex
  div.pagination-step-back:hover
  .ico-default,
.pagination
  .pagination-steps.set-nex
  div.pagination-step-back.disabled
  .ico-default,
.pagination
  .pagination-steps.set-nex
  div.pagination-step-back:hover
  .ico-default {
  background-position: 0 0;
  background-size: 7px 11px;
  background-image: url(../images/to-sprite-in-future/pagi_left_yellow_light.svg);
}
.nex-pagination-wrap
  .pagination-steps.set-nex
  div.pagination-step-next
  .ico-default,
.nui-pagination-wrap
  .pagination-steps.set-nex
  div.pagination-step-next
  .ico-default,
.pagination .pagination-steps.set-nex div.pagination-step-next .ico-default {
  background-position: 0 0;
  background-size: 7px 11px;
  background-image: url(../images/to-sprite-in-future/pagi_right_yellow.svg);
}
.nex-pagination-wrap
  .pagination-steps.set-nex
  div.pagination-step-next.disabled
  .ico-default,
.nex-pagination-wrap
  .pagination-steps.set-nex
  div.pagination-step-next:hover
  .ico-default,
.nui-pagination-wrap
  .pagination-steps.set-nex
  div.pagination-step-next.disabled
  .ico-default,
.nui-pagination-wrap
  .pagination-steps.set-nex
  div.pagination-step-next:hover
  .ico-default,
.pagination
  .pagination-steps.set-nex
  div.pagination-step-next.disabled
  .ico-default,
.pagination
  .pagination-steps.set-nex
  div.pagination-step-next:hover
  .ico-default {
  background-position: 0 0;
  background-size: 7px 11px;
  background-image: url(../images/to-sprite-in-future/pagi_right_yellow_light.svg);
}
.nex-pagination-wrap .pagination-steps div,
.nui-pagination-wrap .pagination-steps div,
.pagination .pagination-steps div {
  display: inline-block;
  color: #999;
  margin: 0 8px;
}
.nex-pagination-wrap .pagination-steps div .parent,
.nui-pagination-wrap .pagination-steps div .parent,
.pagination .pagination-steps div .parent {
  position: relative;
}
.nex-pagination-wrap .pagination-steps div .parent .ico-default,
.nui-pagination-wrap .pagination-steps div .parent .ico-default,
.pagination .pagination-steps div .parent .ico-default {
  height: 11px;
  width: 14px;
  top: 4px;
}
.nex-pagination-wrap .pagination-steps div a,
.nui-pagination-wrap .pagination-steps div a,
.pagination .pagination-steps div a {
  color: #2e2e2e;
}
.nex-pagination-wrap .pagination-steps div a:hover,
.nui-pagination-wrap .pagination-steps div a:hover,
.pagination .pagination-steps div a:hover {
  color: #595656;
}
.nex-pagination-wrap .pagination-steps div.pagination-step-back,
.nui-pagination-wrap .pagination-steps div.pagination-step-back,
.pagination .pagination-steps div.pagination-step-back {
  text-align: right;
}
.nex-pagination-wrap .pagination-steps div.pagination-step-back .parent,
.nui-pagination-wrap .pagination-steps div.pagination-step-back .parent,
.pagination .pagination-steps div.pagination-step-back .parent {
  padding-left: 14px;
}
.nex-pagination-wrap .pagination-steps div.pagination-step-back .ico-default,
.nui-pagination-wrap .pagination-steps div.pagination-step-back .ico-default,
.pagination .pagination-steps div.pagination-step-back .ico-default {
  left: -15px;
  background: url(/images/icons/arrow-search.svg) no-repeat 50%/14px 11px;
  transform: rotate(180deg);
}
@media (max-width: 400px) {
  .nex-pagination-wrap .pagination-steps div.pagination-step-back .ico-default,
  .nui-pagination-wrap .pagination-steps div.pagination-step-back .ico-default,
  .pagination .pagination-steps div.pagination-step-back .ico-default {
    left: -5px;
  }
}
.nex-pagination-wrap
  .pagination-steps
  div.pagination-step-back.disabled
  .ico-default,
.nui-pagination-wrap
  .pagination-steps
  div.pagination-step-back.disabled
  .ico-default,
.pagination .pagination-steps div.pagination-step-back.disabled .ico-default {
  opacity: 0.5;
}
.nex-pagination-wrap .pagination-steps div.pagination-step-next,
.nui-pagination-wrap .pagination-steps div.pagination-step-next,
.pagination .pagination-steps div.pagination-step-next {
  text-align: left;
}
.nex-pagination-wrap .pagination-steps div.pagination-step-next .parent,
.nui-pagination-wrap .pagination-steps div.pagination-step-next .parent,
.pagination .pagination-steps div.pagination-step-next .parent {
  padding-right: 15px;
}
.nex-pagination-wrap .pagination-steps div.pagination-step-next .ico-default,
.nui-pagination-wrap .pagination-steps div.pagination-step-next .ico-default,
.pagination .pagination-steps div.pagination-step-next .ico-default {
  left: auto;
  right: -15px;
  background: url(/images/icons/arrow-search.svg) no-repeat 50%/14px 11px;
}
@media (max-width: 400px) {
  .nex-pagination-wrap .pagination-steps div.pagination-step-next .ico-default,
  .nui-pagination-wrap .pagination-steps div.pagination-step-next .ico-default,
  .pagination .pagination-steps div.pagination-step-next .ico-default {
    right: -5px;
  }
}
.nex-pagination-wrap
  .pagination-steps
  div.pagination-step-next.disabled
  .ico-default,
.nui-pagination-wrap
  .pagination-steps
  div.pagination-step-next.disabled
  .ico-default,
.pagination .pagination-steps div.pagination-step-next.disabled .ico-default {
  opacity: 0.5;
}
.nex-pagination-wrap .pagination-pages li,
.nui-pagination-wrap .pagination-pages li,
.pagination .pagination-pages li {
  display: inline-block;
  *display: inline;
  margin: 0 3px 0 0;
  color: #343434;
  height: 26px;
  vertical-align: top;
}
.nex-pagination-wrap .pagination-pages li a,
.nui-pagination-wrap .pagination-pages li a,
.pagination .pagination-pages li a {
  height: 24px;
  display: block;
  text-decoration: none;
  padding: 3px 10px 4px;
  color: #2e2e2e;
}
.nex-pagination-wrap .pagination-pages li a:hover,
.nui-pagination-wrap .pagination-pages li a:hover,
.pagination .pagination-pages li a:hover {
  color: #595656;
}
.nex-pagination-wrap .pagination-pages li.active,
.nui-pagination-wrap .pagination-pages li.active,
.pagination .pagination-pages li.active {
  border: 1px solid #a3a3a3;
  color: #595656;
  padding: 2px 9px 1px;
  height: 23px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.photographers-search {
  padding-top: 71px;
}
.photographers-search form {
  padding-bottom: 26px;
}
.photographers-search form .row-fluid .brd {
  width: 1120px;
  height: 31px;
  padding: 4px 12px;
  float: left;
  border-right: 0;
}
.photographers-search form .row-fluid .brd input {
  height: 34px;
  font-size: 21px;
  line-height: 28px;
  color: #7c7c7c;
}
.photographers-search form .row-fluid .default-button {
  height: 41px;
  width: 54px;
  position: relative;
}
.photographers-search form .row-fluid .default-button .ico-default {
  height: 17px;
  width: 17px;
  top: 12px;
  left: 16px;
  background-position: 0 -644px;
}
.photographers-search form .row-fluid .default-button:active .ico-default {
  background-position: -25px -644px;
}
.photographers-search form .buttons-group {
  padding-top: 14px;
}
.photographers-search form .buttons-group li span {
  display: block;
  padding: 1px 10px 0 0;
}
.photographers-search-result .rec-list {
  padding-top: 13px;
}
.photographers-search-result .rec-list li {
  margin-bottom: 30px;
}
.photographers-search-result .forum-event-list {
  margin-top: 0;
}
.photographers-search-result .forum-event-list .list-item {
  margin-bottom: 46px;
}
.photographers-search-result .forum-event-list .list-item p {
  line-height: 22px;
}
.photographers-search-result .forum-event-list .list-item h2 {
  padding: 0;
}
.photographers-search-result .forum-event-list .list-item .top-info {
  padding: 5px 0 1px;
}
.b-more-align.rec-list-ind .more-link {
  margin-top: 18px;
}
.buttons-group.portfolio-edit-add {
  margin-top: 22px;
}
.bnr.ind {
  margin-top: 11px;
}
.portfolio-edit {
  padding-top: 13px;
}
.portfolio-edit .portfolio-edit-descrip {
  margin: 20px 0;
}
.portfolio-edit .portfolio-edit-descrip textarea {
  font-size: 16px;
  line-height: 20px;
  min-height: 134px;
}
.portfolio-edit .portfolio-edit-row .brd.input-xxxlarge {
  margin: 0;
  height: 25px;
  width: 1182px;
}
.portfolio-edit .portfolio-edit-row .brd.input-xxxlarge input {
  height: 24px;
  text-align: left;
}
.portfolio-edit .brd-texta.error,
.portfolio-edit .brd.error,
.portfolio-edit .datepicker-button.error {
  border-color: #da2e2e;
}
.portfolio-edit.clr {
  padding-top: 0;
}
.portfolio-edit.large-ind {
  padding: 30px 0 0;
}
.portfolio-edit.large-ind .portfolio-edit-descrip textarea {
  min-height: 127px;
}
.portfolio-edit.edit-story {
  padding-top: 5px;
}
.portfolio-edit.edit-story .portfolio-edit-descrip textarea {
  min-height: 125px;
}
.portfolio-edit-pass {
  overflow: hidden;
  margin-top: 50px;
}
.portfolio-edit-pass .back-link {
  float: left;
  padding-left: 20px;
  background-image: url(/images/arrows/arrows.png);
  background-repeat: no-repeat;
  background-position: 0 -181px;
  margin-top: 6px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .portfolio-edit-pass .back-link {
    background-image: url(/images/arrows/arrows@2x.png);
    background-size: 16px 450px;
    background-position: 0 -181px;
  }
}
.portfolio-edit-pass .back-link a {
  color: #2e2e2e;
  border-color: #2e2e2e;
}
.portfolio-edit-pass.large-ind {
  margin-top: 176px;
}
.portfolio-edit-pass.xlarge-ind {
  margin-top: 60px;
}
.portfolio-edit-pass.aling-center {
  text-align: center;
}
.portfolio-edit-pass.small-ind {
  margin-top: 30px;
}
.uploader-info {
  margin: 18px 0 0;
  overflow: hidden;
}
.uploader-info li {
  float: left;
  font-size: 14px;
  width: 340px;
  margin-left: 60px;
}
.uploader-info li p {
  padding-bottom: 0;
}
.uploader-info li a span {
  font-size: 14px;
}
.uploader-info li a.active {
  color: #343434;
  border-color: #343434;
}
.uploader-info li strong {
  display: block;
  font-size: 16px;
}
.uploader-info li:first-child {
  margin-left: 0;
}
.uploader-info.wide li {
  float: none;
  width: 100%;
  text-align: center;
}
.uploader-info.moder-ind {
  margin-top: 31px;
}
.moder-info-text {
  text-align: center;
  padding: 41px 0 0;
  line-height: 30px;
  margin-bottom: -10px;
}
.uploader-info-hidden {
  height: 316px;
  position: relative;
  text-align: center;
  padding-top: 24px;
  margin-top: 14px;
  background: url(/images/backgrounds/prewiev-bg.jpg);
  -webkit-box-shadow: inset 0 -4px 4px rgba(0, 0, 0, 0.1),
    inset 0 4px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 -4px 4px rgba(0, 0, 0, 0.1),
    inset 0 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -4px 4px rgba(0, 0, 0, 0.1),
    inset 0 4px 4px rgba(0, 0, 0, 0.1);
}
.uploader-info-hidden .tab {
  display: none;
  position: relative;
}
.uploader-info-hidden .tab p {
  line-height: 22px;
}
.uploader-info-hidden .tab .h2 {
  line-height: 29px;
  padding-bottom: 45px;
}
.uploader-info-hidden .tab .close {
  position: absolute;
  display: block;
  top: 10px;
  right: 0;
  height: 25px;
  width: 25px;
  background: url(/images/icons-and-logos.png) no-repeat -25px -585px;
}
.uploader-info-hidden .tab > ul {
  overflow: hidden;
}
.uploader-info-hidden .tab > ul li {
  float: left;
  width: 225px;
  background: url(/images/backgrounds/uploader-info-hidden-border.jpg) no-repeat
    0 50px;
  text-align: center;
  height: 230px;
}
.uploader-info-hidden .tab > ul li p {
  padding: 0 20px 0 10px;
  line-height: 22px;
}
.uploader-info-hidden .tab > ul li .ph {
  height: 68px;
}
.uploader-info-hidden .tab > ul li strong {
  display: block;
  padding: 0 20px 10px;
}
.uploader-info-hidden .tab > ul li.it-1 {
  background: none;
}
.uploader-info-hidden .tab > ul li.it-2 {
  width: 246px;
}
.uploader-info-hidden .tab > ul li.it-2 p {
  padding: 0 20px 0 35px;
}
.uploader-info-hidden .tab > ul li.it-3 {
  width: 262px;
}
.uploader-info-hidden .tab > ul li.it-3 p {
  padding: 0 20px 0 15px;
}
.uploader-info-hidden .tab > ul li.it-3 .ph img {
  position: relative;
  left: -2px;
}
.uploader-info-hidden .tab > ul li.it-4 {
  width: 233px;
}
.uploader-info-hidden .tab > ul li.it-4 p {
  padding: 0 20px 0 11px;
}
.uploader-info-hidden .tab > ul li.it-4 .ph img {
  position: relative;
  left: -4px;
}
.uploader-info-hidden .tab > ul li.it-5 {
  width: 232px;
}
.uploader-info-hidden .tab > ul li.it-5 p {
  padding: 0 20px 0 35px;
}
.uploader-info-hidden .tab > ul li.it-5 .ph img {
  position: relative;
  left: 8px;
}
.uploader-info-hidden .tab.active {
  display: block;
}
.uploader-info-hidden .tab.item-2 p {
  padding-top: 30px;
}
.uploader-info-hidden .tab.item-2 .h2 {
  padding-bottom: 43px;
}
.uploader-info-hidden .tab.item-3 .h2 {
  padding-bottom: 27px;
}
.uploader-info-hidden .tab.item-3 > ul li {
  width: 245px;
  background-position: 0 100px;
}
.uploader-info-hidden .tab.item-3 > ul li p {
  padding: 0 10px;
}
.uploader-info-hidden .tab.item-3 > ul li.it-1 {
  width: 233px;
}
.uploader-info-hidden .tab.item-3 > ul li.it-1 p {
  padding: 0 12px 0 2px;
}
.uploader-info-hidden .tab.item-3 > ul li.it-1 strong {
  padding-left: 10px;
}
.uploader-info-hidden .tab.item-3 > ul li.it-1 .ph img {
  margin-left: -13px;
}
.uploader-info-hidden .tab.item-3 > ul li.it-5 {
  width: 230px;
}
.notice-link {
  overflow: hidden;
  margin-top: 1px;
}
.notice-link .checkbox-row {
  float: right;
  margin-top: 13px;
}
.notice-link .inner-page-menu {
  float: left;
}
.notice-link .inner-page-menu li span {
  color: #b2d235;
  margin-left: 1px;
}
.notice-link .inner-page-menu li span.fc-gray {
  color: #7c7c7c;
}
.post-wrapper {
  margin: -8px auto 0;
  width: 710px;
}
.post-wrapper .messages-list.in-post {
  margin-top: 28px;
}
.post-wrapper .messages-list.in-post .list-item {
  margin-top: 42px;
}
.post-wrapper .messages-list.in-post .list-item:first-child {
  margin-top: 0;
}
.post-wrapper .b-more-align .more-link {
  margin-top: 26px;
}
.messages-list {
  padding-top: 10px;
}
.messages-list .list-item {
  width: auto;
  zoom: 1;
  position: relative;
  margin-top: 11px;
}
.messages-list .list-item:last-child {
  margin-bottom: 30px;
}
.messages-list .list-item:after {
  clear: both;
}
.messages-list .list-item:after,
.messages-list .list-item:before {
  display: table;
  line-height: 0;
  content: "";
}
.messages-list .list-item .message-title {
  font-size: 21px;
}
.messages-list .list-item .message-title .h2 {
  padding: 0 5px 0 0;
  display: inline-block;
}
.messages-list .list-item .message-title .default-button {
  float: right;
  display: none;
}
.messages-list .list-item .message-title .link-def:hover .fc-green {
  text-decoration: none;
}
.messages-list .list-item .message-title .login {
  font-size: 16px;
  padding: 0 0 2px;
  position: relative;
  top: -10px;
}
.messages-list .list-item .b-messages {
  margin-top: 10px;
}
.messages-list
  .list-item
  .b-messages.index
  .message-qwestion.team
  .luminescence {
  background: url(/images/backgrounds/qwestion-team-bg.png) repeat-y 100% 0;
}
.messages-list .list-item .b-messages.index .message-qwestion p {
  max-height: 54px;
  overflow: hidden;
}
.messages-list .list-item .b-messages.index .message-qwestion .luminescence {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 30px;
  width: 167px;
  background: url(/images/backgrounds/answer-team-bg.png) repeat-y 100% 0;
}
.messages-list .list-item .b-messages.index .message-answer.team .luminescence {
  background: url(/images/backgrounds/qwestion-team-bg.png) repeat-y 100% 0;
}
.messages-list .list-item .b-messages.index .message-answer p {
  max-height: 54px;
  overflow: hidden;
}
.messages-list .list-item .b-messages.index .message-answer .luminescence {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 30px;
  width: 167px;
  background: url(/images/backgrounds/answer-team-bg.png) repeat-y 100% 0;
}
.messages-list
  .list-item
  .b-messages.index:hover
  .message-answer.team
  .luminescence {
  background: url(/images/backgrounds/qwestion-team-bg.png) repeat-y 100% 0;
}
.messages-list
  .list-item
  .b-messages.index:hover
  .message-answer
  .luminescence {
  background: url(/images/backgrounds/answer-hover-team-bg.png) repeat-y 100% 0;
}
.messages-list
  .list-item
  .b-messages.index:hover
  .message-qwestion.team
  .luminescence {
  background: url(/images/backgrounds/qwestion-team-bg.png) repeat-y 100% 0;
}
.messages-list
  .list-item
  .b-messages.index:hover
  .message-qwestion
  .luminescence {
  background: url(/images/backgrounds/answer-hover-team-bg.png) repeat-y 100% 0;
}
.messages-list .list-item .b-messages .photo {
  position: absolute;
  top: -2px;
}
.messages-list .list-item .b-messages .photo .arrow {
  position: absolute;
  top: 13px;
  border-top: 10px solid transparent;
  border-left: 11px solid #f7f7f7;
  border-bottom: 10px solid transparent;
}
.messages-list .list-item .b-messages .message-answer .photo {
  left: -63px;
}
.messages-list .list-item .b-messages .message-answer .photo .arrow {
  right: -17px;
  border-left: 0;
  border-right: 11px solid #f7f7f7;
}
.messages-list .list-item .b-messages .message-qwestion .photo {
  right: -67px;
}
.messages-list .list-item .b-messages .message-qwestion .photo .arrow {
  left: -21px;
}
.messages-list .list-item .b-messages .message-qwestion.team .luminescence {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 30px;
  width: 167px;
  background: url(/images/backgrounds/qwestion-team-bg.png) repeat-y 100% 0;
}
.messages-list .list-item .b-messages:hover .message-answer .photo .arrow {
  border-right-color: #eee;
}
.messages-list .list-item .b-messages:hover .message-qwestion .photo .arrow {
  border-left-color: #eee;
}
.messages-list .list-item:first-child {
  margin-top: 0;
}
.messages-list .list-item:hover .message-title .default-button {
  display: block;
}
.messages-list .list-item .b-messages .message-answer,
.messages-list .list-item .b-messages .message-qwestion {
  background: #f7f7f7;
  position: relative;
  padding: 5px 14px;
  border: 2px solid #f7f7f7;
  margin-bottom: 4px;
}
.messages-list .list-item .b-messages .message-answer p,
.messages-list .list-item .b-messages .message-qwestion p {
  padding-bottom: 9px;
  line-height: 21px;
  word-wrap: break-word;
}
.messages-list .list-item .b-messages .message-answer .head,
.messages-list .list-item .b-messages .message-qwestion .head {
  color: #6a6a6a;
}
.messages-list .list-item .b-messages .message-answer .head span,
.messages-list .list-item .b-messages .message-qwestion .head span {
  padding-right: 10px;
}
.messages-list .list-item .b-messages .message-answer.read .head {
  color: #f09c24;
}
.messages-list .list-item .b-messages .message-qwestion.not-read .head {
  color: #89b100;
}
.messages-list .list-item .b-messages .message-answer.not-read .head {
  color: #f09c24;
}
.messages-list .list-item .b-messages:hover .message-answer,
.messages-list .list-item .b-messages:hover .message-qwestion {
  background-color: #eee;
  border-color: #eee;
}
.messages-list .list-item .b-messages .message-answer.team,
.messages-list .list-item .b-messages .message-qwestion.team,
.messages-list .list-item .b-messages:hover .message-answer.team,
.messages-list .list-item .b-messages:hover .message-qwestion.team {
  background: #fff;
  position: relative;
  border-color: #b5b5b5;
}
.edit-profile {
  margin: 2px 0 0;
}
.edit-profile .row-fluid {
  margin-bottom: 10px;
}
.edit-profile .row-fluid .row-fluid {
  margin-bottom: 0;
}
.edit-profile .row-fluid .label {
  float: left;
  width: 118px;
}
.edit-profile .row-fluid .r-col {
  float: left;
  width: 379px;
  position: relative;
}
.edit-profile .row-fluid .r-col .prmt {
  position: absolute;
  color: #7c7c7c;
  font-size: 14px;
  font-style: italic;
  top: 2px;
  left: 104%;
  width: 150px;
  margin-left: 2px;
  line-height: 16px;
}
.edit-profile .row-fluid .r-col .default-button-large,
.edit-profile .row-fluid .r-col .default-button-large.active,
.edit-profile .row-fluid .r-col .default-button-large.disabled,
.edit-profile .row-fluid .r-col .default-button-large:active,
.edit-profile .row-fluid .r-col .default-button-large:hover {
  padding-left: 17px;
  padding-right: 17px;
}
.edit-profile .row-fluid .r-col .brd {
  padding: 0;
  width: 361px;
  border: 0;
  height: auto;
}
.edit-profile .row-fluid .r-col .brd input {
  float: none;
  height: 20px;
  font-size: 16px;
  line-height: 21px;
  padding: 0 8px 1px;
  border: 1px solid #e4e4e4;
}
.edit-profile .row-fluid .r-col .brd.input-large {
  width: 213px;
}
.edit-profile .row-fluid .r-col .brd.input-small {
  width: 96px;
  float: left;
  margin-left: 22px;
}
.edit-profile .row-fluid .r-col .brd.input-small:first-child {
  margin: 0;
}
.edit-profile .row-fluid .r-col .brd.input-small.last {
  width: 125px;
}
.edit-profile .row-fluid .r-col .brd.input-xl {
  width: 243px;
  float: left;
  margin-left: 22px;
}
.edit-profile .row-fluid .r-col .brd.input-xl:first-child {
  margin: 0;
}
.edit-profile .row-fluid .r-col .brd.input-xl.last {
  width: 125px;
}
.edit-profile .row-fluid .r-col .brd.autocmplt input {
  width: 347px;
  padding-right: 22px;
}
.edit-profile .row-fluid .r-col .brd.autocmplt .autocmplt-ico {
  top: 4px;
  right: -14px;
}
.edit-profile .row-fluid .r-col .checkbox.mini {
  font-size: 16px;
  padding-left: 22px;
  color: #605f5f;
}
.edit-profile .row-fluid .r-col .brd-texta {
  width: 361px;
}
.edit-profile .row-fluid .r-col .brd-texta textarea {
  min-height: 125px;
  font-size: 16px;
}
.edit-profile .row-fluid .r-col .plus-phone {
  position: absolute;
  left: -15px;
  top: 2px;
  color: #7c7c7c;
  font-size: 13px;
}
.edit-profile .row-fluid .r-col .plus-phone + .checkbox-row {
  margin: 6px 0 1px;
}
.edit-profile .row-fluid .r-col .checkbox-row {
  margin: 2px 0 5px;
  font-size: 14px;
  color: #7c7c7c;
}
.edit-profile .row-fluid .r-col .confirm-lnk {
  position: absolute;
  left: 104%;
  top: 0;
}
.edit-profile .row-fluid .r-col .confirm-lnk.disabled a {
  color: #7c7c7c;
  border-color: #7c7c7c;
}
.edit-profile .row-fluid .r-col .confirmed {
  position: relative;
  display: inline-block;
  padding-right: 10px;
}
.edit-profile .row-fluid .r-col .confirmed strong {
  font-size: 18px;
}
.edit-profile .row-fluid .r-col .buy-info {
  padding: 13px 0 0;
}
.edit-profile .row-fluid .r-col .buy-info p {
  padding-bottom: 0;
  white-space: nowrap;
}
.edit-profile .row-fluid .r-col .buy-info > a {
  margin-left: 10px;
}
.edit-profile .row-fluid .r-col .buy-info strong {
  display: block;
  font-size: 18px;
}
.edit-profile .row-fluid .r-col .buy-info .buttons-group {
  padding-top: 10px;
}
.edit-profile .row-fluid .r-col .buy-info .buttons-group li {
  margin-right: 10px;
}
.edit-profile .row-fluid .r-col .buy-info.exp {
  color: #da2e2e;
}
.edit-profile .row-fluid .r-col .buy-info.prepaid {
  padding: 3px 0 7px;
}
.edit-profile .row-fluid .brd.error input {
  color: #da2e2e;
}
.edit-profile .row-fluid.btn {
  margin-top: 40px;
}
.edit-profile .row-fluid.indent {
  margin-bottom: 31px;
}
.edit-profile .row-fluid.indent-small {
  margin-bottom: 18px;
}
.edit-profile .create-filter-row.filter-row-phone {
  padding-bottom: 34px;
}
.edit-profile .create-filter-row.filter-row-phone p {
  color: #868585;
  padding: 5px 0 0;
  font-size: 14px;
  line-height: 22px;
}
.edit-profile .create-filter-row.filter-row-phone b {
  font-size: 18px;
  margin: 0 4px 11px 0;
  display: inline-block;
}
.edit-profile .create-filter-row.filter-row-phone .right-col {
  float: none;
  margin: 0 0 0 119px;
  position: relative;
}
.edit-profile .create-filter-row.filter-row-phone .label {
  width: 119px;
  float: left;
  height: 23px;
  overflow: hidden;
}
.edit-profile .create-filter-row.filter-row-button {
  padding: 30px 0;
}
.profile-wrap {
  margin-top: 31px;
  width: auto;
  zoom: 1;
}
.profile-wrap:after {
  clear: both;
}
.profile-wrap:after,
.profile-wrap:before {
  display: table;
  line-height: 0;
  content: "";
}
.profile-wrap .user-pic-crop {
  height: 200px;
  width: 200px;
  margin: 0 auto 24px;
}
.profile-wrap .user-pic-crop .button-upload {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 6;
  margin: -15px 0 0 -67px;
}
.profile-wrap .user-pic-crop .upload-overlay {
  display: none;
  height: 100%;
  width: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #000;
  opacity: 0.5;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
.profile-wrap .user-pic-crop.loaded .button-upload {
  display: none;
}
.profile-wrap .user-pic-crop.loaded:hover .button-upload,
.profile-wrap .user-pic-crop.loaded:hover .upload-overlay {
  display: block;
}
.profile-wrap .user-pic-crop.error .button-upload {
  top: 126px;
  margin-top: 0;
}
.profile-wrap .user-pic-crop.error .bride-userpic-error {
  position: absolute;
  top: 68px;
  left: 0;
  z-index: 2;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  width: 100%;
}
.profile-wrap .user-pic-crop.error .upload-overlay {
  display: block;
  background-color: #d85959;
  opacity: 0.9;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}
.profile-wrap .me-column {
  float: left;
  width: 220px;
  text-align: center;
}
.profile-wrap .me-column .load-userpic {
  text-align: center;
  padding: 0 0 29px;
}
.profile-wrap .me-column .load-userpic i {
  display: block;
  font-style: italic;
  color: #b8b8b8;
  font-size: 14px;
  margin-top: -5px;
}
.profile-wrap .edits-column {
  float: left;
  width: 660px;
  margin: 0 0 0 75px;
}
.profile-wrap .edits-column .movable-indicator {
  width: 379px;
  margin: -20px 0 2px;
}
.profile-wrap .edits-column .movable-indicator.hours + p {
  padding-bottom: 35px;
}
.profile-wrap .edits-column .movable-indicator .grad.sec {
  width: 70px;
  left: 165px;
}
.profile-wrap .edits-column .movable-indicator .grad.four {
  right: 0;
}
.profile-wrap .edits-column .price-row {
  padding: 12px 0 9px;
}
.profile-wrap .price-column {
  float: right;
  width: 220px;
  text-align: center;
}
.profile-wrap .price-column .user-informations i {
  display: block;
  padding-bottom: 6px;
}
.profile-wrap.post .edits-column {
  margin: 0 0 0 26px;
  width: 710px;
}
.profile-wrap.post .b-post-messages .post-messages-managment {
  overflow: hidden;
}
.profile-wrap.post .b-post-messages .post-messages-managment .h2 {
  float: left;
  margin-top: -3px;
}
.profile-wrap.post .b-post-messages .post-messages-managment .buttons-group {
  float: right;
}
.profile-wrap.post .b-post-messages .post-messages-managment .buttons-group li {
  float: right;
  margin-left: 7px;
}
.profile-wrap.post .b-post-messages .post-messages-comments {
  margin-top: 6px;
  position: relative;
}
.profile-wrap.post .b-post-messages .post-messages-comments .arrow {
  width: 20px;
  height: 30px;
  position: absolute;
  left: -19px;
  top: 50%;
  margin-top: 0;
  overflow: hidden;
  top: 46px;
  z-index: 3;
}
.profile-wrap.post .b-post-messages .post-messages-comments .arrow:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #f6f6f6;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: -8px;
  top: 50%;
  margin-top: -7px;
  border: 1px solid #e4e4e4;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
}
.profile-wrap.post .b-post-messages .post-messages-comments .brd-texta {
  margin-bottom: 13px;
}
.profile-wrap.post
  .b-post-messages
  .post-messages-comments
  .brd-texta
  textarea {
  font-size: inherit;
  min-height: 154px;
  overflow: auto;
}
.profile-wrap.post .b-post-messages .post-messages-comments .comments-errors {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  text-align: center;
  display: none;
  background: transparent;
  zoom: 1;
}
.profile-wrap.post
  .b-post-messages
  .post-messages-comments
  .comments-errors
  > div {
  padding-top: 60px;
  color: #da2e2e;
}
.profile-wrap.post
  .b-post-messages
  .post-messages-comments
  .comments-errors
  > div
  a {
  color: #7c7c7c;
  border-color: #7c7c7c;
}
.profile-wrap.post
  .b-post-messages
  .post-messages-comments.error
  .comments-errors {
  display: block;
}
.admin-edit-profile form.change-password,
.change-login,
.change-password {
  margin: 8px 10px 19px;
}
.admin-edit-profile form.change-password li,
.change-login li,
.change-password li {
  height: 23px;
  margin-bottom: 10px;
}
.admin-edit-profile form.change-password li .brd,
.change-login li .brd,
.change-password li .brd {
  width: 182px;
}
.admin-edit-profile form.change-password li .brd input,
.change-login li .brd input,
.change-password li .brd input {
  text-align: center;
}
.admin-edit-profile form.change-password li button,
.change-login li button,
.change-password li button {
  margin: 0 auto;
}
.admin-edit-profile form.change-password li.row-error,
.change-login li.row-error,
.change-password li.row-error {
  margin: -7px 0 0;
  min-height: 24px;
  height: auto;
}
.admin-edit-profile form.change-password li.row-error .error,
.change-login li.row-error .error,
.change-password li.row-error .error {
  font-size: 14px;
  padding-bottom: 8px;
}
.admin-edit-profile form.change-password {
  float: none;
  width: 200px;
}
.note {
  padding-top: 64px;
}
.note p {
  line-height: 18px;
  padding-bottom: 14px;
}
.note span {
  color: #7c7c7c;
  display: block;
  padding-bottom: 5px;
  font-size: 18px;
}
.services-price {
  text-align: left;
}
.services-price p {
  padding-bottom: 10px;
}
.services-price h2 {
  padding-bottom: 3px;
}
.services-price .fltr {
  height: 44px;
  background-image: url(/images/backgrounds/money-price-bg.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-repeat: repeat;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .services-price .fltr {
    background-image: url(/images/backgrounds/money-price-bg@2x.jpg);
    background-size: 4px 4px;
    background-position: 0 0;
  }
}
.services-price .fltr i {
  font-style: normal;
  float: left;
  margin: 12px 0 0 10px;
}
.services-price .fltr span {
  float: right;
  margin: 12px 25px 0 0;
  font-size: 18px;
}
.services-price .fltr .brd {
  float: left;
  margin: 12px 0 0 10px;
  width: 122px;
}
.enter-tags {
  position: relative;
  margin-bottom: 40px;
}
.enter-tags .ico {
  position: absolute;
  top: 14px;
  right: 16px;
  height: 31px;
  width: 31px;
  background-image: url(/images/gfx/enter-tags-btn.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: 2;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .enter-tags .ico {
    background-image: url(/images/gfx/enter-tags-btn@2x.png);
    background-size: 31px 31px;
    background-position: 0 0;
  }
}
.enter-tags .brd {
  width: 1138px;
  padding: 5px 50px 0 12px;
  height: 46px;
  margin-bottom: 5px;
}
.enter-tags .brd input {
  font-size: 26px;
  height: 43px;
  color: #000;
  word-spacing: 2px;
}
.enter-tags .brd input:-moz-placeholder,
.enter-tags .brd input::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.enter-tags .brd input:-ms-input-placeholder {
  color: #000;
}
.enter-tags .brd input::-webkit-input-placeholder {
  color: #000;
}
.tags-list {
  overflow: hidden;
}
.tags-list li {
  float: left;
  background-color: #ffeeb3;
  margin: 5px 0 0 7px;
  padding: 1px 7px;
  color: #ac7916;
  font-size: 16px;
  position: relative;
  line-height: 21px;
}
.tags-list li:first-child {
  margin-left: 0;
}
.tags-list.delete {
  margin-top: 5px;
}
.tags-list.delete li {
  margin-right: 27px;
  font-size: 14px;
  padding: 2px 8px 3px;
  line-height: 16px;
}
.tags-list.delete .close {
  display: block;
  height: 100%;
  width: 20px;
  background-image: url(/images/icons-and-logos.png);
  background-repeat: no-repeat;
  background-position: -43px -939px;
  position: absolute;
  top: 0;
  right: -21px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .tags-list.delete .close {
    background-image: url(/images/icons-and-logos@2x.png);
    background-size: 91px 1500px;
    background-position: -43px -939px;
  }
}
.portfolio-tag-search {
  position: relative;
  padding: 43px 50px 60px 291px;
  overflow: hidden;
}
.portfolio-tag-search h2 {
  padding-bottom: 16px;
}
.portfolio-tag-search .ph {
  height: 220px;
  width: 220px;
  float: left;
  position: relative;
  left: -239px;
  margin: 5px -100% 0 0;
}
.portfolio-tag-search .brd {
  padding: 7px 30px 7px 9px;
  width: 427px;
  position: relative;
}
.portfolio-tag-search .brd .ico {
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  top: 9px;
  right: 10px;
  background-image: url(/images/icons-and-logos.png);
  background-repeat: no-repeat;
  background-position: -50px -585px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .portfolio-tag-search .brd .ico {
    background-image: url(/images/icons-and-logos@2x.png);
    background-size: 91px 1500px;
    background-position: -50px -585px;
  }
}
.portfolio-tag-search .brd input {
  font-size: 15px;
}
.portfolio-tag-search .default-button {
  position: absolute;
  top: 239px;
}
.portfolio-tag-search .default-button,
.portfolio-tag-search .default-button:active,
.portfolio-tag-search .default-button:hover {
  font-size: 16px;
  left: 292px;
  padding: 3px 20px;
}
.authorizing {
  background-color: #18778f;
  padding: 28px 0 23px;
  margin-bottom: 24px;
  text-align: center;
  min-height: 254px;
}
.authorizing h2 {
  text-align: center;
  color: #fff;
  padding-bottom: 20px;
  line-height: 30px;
}
.authorizing .authorizing-form {
  width: 302px;
  margin: 0 auto;
}
.authorizing .authorizing-form .form-row {
  position: relative;
  margin-bottom: 15px;
  text-align: center;
}
.authorizing .authorizing-form .form-row label {
  font-size: 16px;
  color: #fff;
  padding-bottom: 13px;
  display: block;
}
.authorizing .authorizing-form .form-row .brd {
  background-color: #22a6b6;
  border-color: #22a6b6;
  width: 250px;
  padding: 3px 25px;
  height: auto;
  -webkit-box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
}
.authorizing .authorizing-form .form-row .brd input {
  background-color: #22a6b6;
  font: 16px/20px PT Sans;
  text-align: center;
  height: 28px;
  float: none;
  color: #fff;
}
.authorizing .authorizing-form .form-row .brd input:-ms-input-placeholder {
  color: #0b6177;
}
.authorizing .authorizing-form .form-row .brd input::-webkit-input-placeholder {
  color: #0b6177;
}
.authorizing .authorizing-form .form-row .error-text {
  position: absolute;
  height: 36px;
  top: 0;
  right: 100%;
  font-size: 14px;
  background-color: #f17b68;
  white-space: nowrap;
  color: #fff;
  margin-right: 15px;
  line-height: 36px;
  padding: 0 10px;
  display: none;
}
.authorizing .authorizing-form .form-row .error-text.visible {
  display: block;
}
.authorizing .authorizing-form .form-row .error-text .error-arrow {
  height: 12px;
  width: 5px;
  background-image: url(/images/icons-and-logos.png);
  background-repeat: no-repeat;
  background-position: 0 -776px;
  top: 13px;
  right: -5px;
  position: absolute;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .authorizing .authorizing-form .form-row .error-text .error-arrow {
    background-image: url(/images/icons-and-logos@2x.png);
    background-size: 91px 1500px;
    background-position: 0 -776px;
  }
}
.authorizing .authorizing-form .form-row .error-text.phone {
  top: 27px;
  right: 103%;
}
.authorizing .authorizing-form .form-row .ico {
  position: absolute;
  top: 9px;
  left: 11px;
  height: 18px;
  width: 14px;
  background-image: url(/images/icons-and-logos.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: 2;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .authorizing .authorizing-form .form-row .ico {
    background-image: url(/images/icons-and-logos@2x.png);
    background-size: 91px 1500px;
    background-position: 0 0;
  }
}
.authorizing .authorizing-form .form-row .ico.pass-ico {
  background-position: 0 -760px;
  top: 10px;
  left: 12px;
  height: 15px;
  width: 12px;
}
.authorizing .authorizing-form .form-row .ico.login-ico {
  background-position: 0 -742px;
}
.authorizing .authorizing-form .form-row .default-button-large {
  min-width: 90px;
  margin: auto;
}
.authorizing .authorizing-form .form-row .phone-row {
  width: 315px;
  position: relative;
}
.authorizing .authorizing-form .form-row .phone-row input {
  text-align: left;
}
.authorizing .authorizing-form .form-row .phone-row span {
  display: block;
  position: absolute;
  font-size: 16px;
  color: #fff;
  z-index: 2;
}
.authorizing .authorizing-form .form-row .phone-row span.svn {
  top: 8px;
  left: 12px;
}
.authorizing .authorizing-form .form-row .phone-row span.plus {
  top: 8px;
  left: -16px;
}
.authorizing .authorizing-form .form-row .phone-row .brd {
  float: left;
  width: 142px;
  padding: 3px 15px;
}
.authorizing .authorizing-form .form-row .phone-row .brd.nmbr-1 {
  padding: 3px 15px;
  width: 10px;
}
.authorizing .authorizing-form .form-row .phone-row .brd.nmbr-3 {
  width: 141px;
}
.authorizing .authorizing-form .form-row .phone-row .brd.nmbr-4 {
  width: 155px;
}
.authorizing .authorizing-form .form-row.phone-btns {
  width: 333px;
  margin-left: -15px;
}
.authorizing .authorizing-form .form-row.lost .error-text {
  position: absolute;
  height: 36px;
  top: 30px;
  right: 100%;
  font-size: 14px;
  background-color: #f17b68;
  white-space: nowrap;
  color: #fff;
  margin-right: 15px;
  line-height: 36px;
  padding: 0 10px;
  display: none;
}
.authorizing .authorizing-form .form-row.lost .error-text .error-arrow {
  height: 12px;
  width: 5px;
  background-image: url(/images/icons-and-logos.png);
  background-repeat: no-repeat;
  background-position: 0 -776px;
  top: 13px;
  right: -5px;
  position: absolute;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .authorizing .authorizing-form .form-row.lost .error-text .error-arrow {
    background-image: url(/images/icons-and-logos@2x.png);
    background-size: 91px 1500px;
    background-position: 0 -776px;
  }
}
.authorizing .authorizing-form .form-row.error .error-text {
  display: block;
}
.authorizing .authorizing-form .form-row.forgot-password {
  margin: -6px 0 30px;
}
.authorizing .authorizing-form .form-row.forgot-password a {
  font-size: 15px;
  color: #fff;
}
.authorizing .authorizing-form .form-row.forgot-password a:hover {
  color: #eee;
}
.authorizing .authorizing-form .form-row.send-btn {
  padding-top: 5px;
}
.authorizing .authorizing-form .form-row.captcha {
  padding: 16px 0;
}
.authorizing .authorizing-form .form-row.captcha .error-text {
  position: absolute;
  height: 36px;
  top: 46px;
  right: 100%;
  font-size: 14px;
  background-color: #f17b68;
  white-space: nowrap;
  color: #fff;
  margin-right: 15px;
  line-height: 36px;
  padding: 0 10px;
  display: none;
}
.authorizing .authorizing-form .form-row.captcha .error-text .error-arrow {
  height: 12px;
  width: 5px;
  background-image: url(/images/icons-and-logos.png);
  background-repeat: no-repeat;
  background-position: 0 -776px;
  top: 13px;
  right: -5px;
  position: absolute;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .authorizing .authorizing-form .form-row.captcha .error-text .error-arrow {
    background-image: url(/images/icons-and-logos@2x.png);
    background-size: 91px 1500px;
    background-position: 0 -776px;
  }
}
.authorizing .authorizing-form .form-row.captcha .captch-block .brd {
  float: right;
  width: 85px;
}
.authorizing .authorizing-form .form-row.captcha .captch-block .captcha-img {
  float: left;
  width: 150px;
  position: relative;
}
.authorizing .authorizing-form .form-row.captcha .captch-block .captcha-img a {
  font-size: 14px;
  color: #fff;
  border-color: #fff;
}
.authorizing
  .authorizing-form
  .form-row.captcha
  .captch-block
  .captcha-img
  a:hover {
  color: #eee;
  border-color: #eee;
}
.authorizing
  .authorizing-form
  .form-row.captcha
  .captch-block
  .captcha-img
  img {
  vertical-align: top;
}
.authorizing
  .authorizing-form
  .form-row.captcha
  .captch-block
  .captcha-img
  .img-captcha-wrap {
  height: 34px;
  width: 148px;
  text-align: center;
  margin-bottom: 2px;
  overflow: hidden;
  border: 1px dashed #22a6b6;
}
.authorizing
  .authorizing-form
  .form-row.captcha
  .captch-block
  .captcha-img:after {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  right: -12px;
  height: 14px;
  width: 8px;
  background-image: url(/images/icons-and-logos.png);
  background-repeat: no-repeat;
  background-position: -7px -776px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .authorizing
    .authorizing-form
    .form-row.captcha
    .captch-block
    .captcha-img:after {
    background-image: url(/images/icons-and-logos@2x.png);
    background-size: 91px 1500px;
    background-position: -7px -776px;
  }
}
.authorizing .authorizing-form .form-row.captcha.error .error-text {
  display: block;
}
.authorizing .send-password {
  margin-bottom: 60px;
  position: relative;
}
.authorizing .send-password h2 {
  padding-bottom: 16px;
}
.authorizing .send-password .send-password-promt {
  position: absolute;
  width: 260px;
  background-color: #fff;
  top: 2px;
  left: 50%;
  margin-left: -147px;
  padding: 8px 16px;
}
.authorizing .send-password .send-password-promt .promt-arrow {
  position: absolute;
  height: 8px;
  width: 14px;
  left: 50%;
  bottom: -8px;
  margin-left: -7px;
  background-image: url(/images/arrows/arrow-icons.png);
  background-repeat: no-repeat;
  background-position: 0 -72px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .authorizing .send-password .send-password-promt .promt-arrow {
    background-image: url(/images/arrows/arrow-icons@2x.png);
    background-size: 40px 150px;
    background-position: 0 -72px;
  }
}
.authorizing .send-password-text-promt {
  color: #fff;
  line-height: 30px;
}
.authorizing .check-code {
  margin-top: -5px;
}
.authorizing .check-code form .form-row {
  margin-bottom: 11px;
}
.authorizing .login-with {
  padding-top: 22px;
}
.authorizing .default-button-large.remind {
  padding-left: 20px;
  padding-right: 20px;
}
.page-lang-el .authorizing .authorizing-form .brd input,
.page-lang-vi .authorizing .authorizing-form .brd input {
  font-family: Noto Sans, sans-serif;
}
.authorizing .authorizing-form .form-row .brd input:-moz-placeholder,
.authorizing .authorizing-form .form-row .brd input::-moz-placeholder {
  color: #0b6177;
  opacity: 1;
}
.authorizing .authorizing-form .form-row .phone-row .brd.nmbr-1,
.authorizing .authorizing-form .form-row .phone-row .brd.nmbr-2 {
  width: 80px;
  margin-right: 3px;
}
.authorizing .authorizing-form .form-row.active .ico.pass-ico,
.authorizing .authorizing-form .form-row.error .ico.pass-ico {
  background-position: -14px -760px;
}
.authorizing .authorizing-form .form-row.active .ico.login-ico,
.authorizing .authorizing-form .form-row.error .ico.login-ico {
  background-position: -13px -742px;
}
.enter-with-socials {
  text-align: center;
}
.enter-with-socials h3 {
  padding-bottom: 16px;
}
.enter-with-socials ul {
  text-align: center;
}
.enter-with-socials ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 1px;
}
.enter-with-socials ul li a {
  display: block;
  height: 30px;
  width: 110px;
  background-image: url(/images/enter-with-socials.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .enter-with-socials ul li a {
    background-image: url(/images/enter-with-socials@2x.png);
    background-size: 342px 30px;
    background-position: 0 0;
  }
}
.enter-with-socials ul li.item-1 a {
  background-position: 0 0;
}
.enter-with-socials ul li.item-2 a {
  background-position: -116px 0;
}
.enter-with-socials ul li.item-3 a {
  background-position: -232px 0;
}
.default-button-large.fluid-bnt,
.default-button-xlarge.fluid-bnt,
.default-button.fluid-bnt {
  display: inline-block !important;
}
.emailsearch p {
  color: #22a6b6;
}
.emailsearch a,
.emailsearch a:hover,
.emailsearch p.bottom-text {
  color: #fff;
}
.send-to {
  height: 40px;
  text-align: center;
  margin: -10px 0 22px;
  padding-left: 5px;
  font-size: 0;
}
.send-to form {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.send-to form .ico {
  top: 8px;
  left: 16px;
  display: block;
  position: absolute;
  background-image: url(/images/icons-and-logos.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .send-to form .ico {
    background-image: url(/images/icons-and-logos@2x.png);
    background-size: 91px 1500px;
    background-position: 0 0;
  }
}
.send-to form .default-button {
  text-shadow: none;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  display: block;
  height: 23px;
  text-decoration: none;
  line-height: 21px;
  color: #5e5e5e;
  padding: 0 8px;
  font-size: 14px;
  text-shadow: 0 1px 1px #fff;
  border-top: 1px solid #e9e9e9;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #d0d0d0;
  background-image: -moz-linear-gradient(top, #fafafa, #c8c8c8);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#fafafa),
    to(#c8c8c8)
  );
  background-image: -webkit-linear-gradient(top, #fafafa, #c8c8c8);
  background-image: -o-linear-gradient(top, #fafafa, #c8c8c8);
  background-image: linear-gradient(180deg, #fafafa, #c8c8c8);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e0e0e0",GradientType=0);
}
.send-to .send-to-mail .ico {
  height: 11px;
  width: 14px;
  background-position: -29px -763px;
}
.send-to .send-to-mail .default-button {
  width: auto;
  height: auto;
  font-size: 16px;
  line-height: 16px;
  text-shadow: none;
  padding: 6px 14px 7px 36px;
  position: relative;
  text-align: right;
}
.send-to .send-to-mail .default-button:hover {
  color: #5e5e5e;
  background-image: -moz-linear-gradient(top, #f3f3f3, #d0d0d0);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#f3f3f3),
    to(#d0d0d0)
  );
  background-image: -webkit-linear-gradient(top, #f3f3f3, #d0d0d0);
  background-image: -o-linear-gradient(top, #f3f3f3, #d0d0d0);
  background-image: linear-gradient(180deg, #f3f3f3, #d0d0d0);
}
.send-to .send-to-mail .default-button:active,
.send-to .send-to-mail .default-button:hover {
  display: block;
  height: 23px;
  text-decoration: none;
  line-height: 21px;
  padding: 0 8px;
  font-size: 14px;
  text-shadow: 0 1px 1px #fff;
  border-top: 1px solid #e9e9e9;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #d0d0d0;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e0e0e0",GradientType=0);
  width: auto;
  height: auto;
  font-size: 16px;
  line-height: 16px;
  text-shadow: none;
  padding: 6px 14px 7px 36px;
  position: relative;
  text-align: right;
}
.send-to .send-to-mail .default-button:active {
  color: #fff;
  background-image: -moz-linear-gradient(top, #157087, #157087);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#157087),
    to(#157087)
  );
  background-image: -webkit-linear-gradient(top, #157087, #157087);
  background-image: -o-linear-gradient(top, #157087, #157087);
  background-image: linear-gradient(180deg, #157087, #157087);
  border-color: #218ba1;
  -webkit-box-shadow: inset 0 3px 10px #0c586b;
  -moz-box-shadow: inset 0 3px 10px #0c586b;
  box-shadow: inset 0 3px 10px #0c586b;
}
.send-to .send-to-mail.active .ico,
.send-to .send-to-mail .default-button:active .ico {
  background-position: -44px -763px;
}
.send-to .send-to-mail.active .default-button,
.send-to .send-to-mail.active .default-button:active,
.send-to .send-to-mail.active .default-button:hover {
  display: block;
  height: auto;
  text-decoration: none;
  line-height: 16px;
  color: #fff;
  padding: 0 8px;
  font-size: 16px;
  text-shadow: 0 0 0;
  border-top: 1px solid #e9e9e9;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #d0d0d0;
  background-image: -moz-linear-gradient(top, #157087, #157087);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#157087),
    to(#157087)
  );
  background-image: -webkit-linear-gradient(top, #157087, #157087);
  background-image: -o-linear-gradient(top, #157087, #157087);
  background-image: linear-gradient(180deg, #157087, #157087);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e0e0e0",GradientType=0);
  width: auto;
  text-shadow: none;
  padding: 6px 14px 7px 36px;
  border-color: #218ba1;
  -webkit-box-shadow: inset 0 3px 10px #0c586b;
  -moz-box-shadow: inset 0 3px 10px #0c586b;
  box-shadow: inset 0 3px 10px #0c586b;
}
.send-to .send-to-phone {
  margin-left: -1px;
}
.send-to .send-to-phone .ico {
  height: 16px;
  width: 9px;
  background-position: -29px -744px;
  top: 6px;
  left: 9px;
}
.send-to .send-to-phone .default-button {
  width: auto;
  height: auto;
  font-size: 16px;
  line-height: 16px;
  text-shadow: none;
  padding: 6px 14px 7px 27px;
  position: relative;
  text-align: right;
}
.send-to .send-to-phone .default-button:hover {
  color: #5e5e5e;
  background-image: -moz-linear-gradient(top, #f3f3f3, #d0d0d0);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#f3f3f3),
    to(#d0d0d0)
  );
  background-image: -webkit-linear-gradient(top, #f3f3f3, #d0d0d0);
  background-image: -o-linear-gradient(top, #f3f3f3, #d0d0d0);
  background-image: linear-gradient(180deg, #f3f3f3, #d0d0d0);
}
.send-to .send-to-phone .default-button:active,
.send-to .send-to-phone .default-button:hover {
  display: block;
  height: 23px;
  text-decoration: none;
  line-height: 21px;
  padding: 0 8px;
  font-size: 14px;
  text-shadow: 0 1px 1px #fff;
  border-top: 1px solid #e9e9e9;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #d0d0d0;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e0e0e0",GradientType=0);
  width: auto;
  height: auto;
  font-size: 16px;
  line-height: 16px;
  text-shadow: none;
  padding: 6px 14px 7px 27px;
  position: relative;
  text-align: right;
}
.send-to .send-to-phone .default-button:active {
  color: #fff;
  background-image: -moz-linear-gradient(top, #157087, #157087);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#157087),
    to(#157087)
  );
  background-image: -webkit-linear-gradient(top, #157087, #157087);
  background-image: -o-linear-gradient(top, #157087, #157087);
  background-image: linear-gradient(180deg, #157087, #157087);
  border-color: #218ba1;
  -webkit-box-shadow: inset 0 3px 10px #0c586b;
  -moz-box-shadow: inset 0 3px 10px #0c586b;
  box-shadow: inset 0 3px 10px #0c586b;
}
.send-to .send-to-phone.active .ico,
.send-to .send-to-phone .default-button:active .ico {
  background-position: -39px -744px;
}
.send-to .send-to-phone.active .default-button,
.send-to .send-to-phone.active .default-button:active,
.send-to .send-to-phone.active .default-button:hover {
  display: block;
  height: auto;
  text-decoration: none;
  line-height: 16px;
  color: #fff;
  padding: 0 8px;
  font-size: 16px;
  text-shadow: 0 0 0;
  border-top: 1px solid #e9e9e9;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #d0d0d0;
  background-image: -moz-linear-gradient(top, #157087, #157087);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#157087),
    to(#157087)
  );
  background-image: -webkit-linear-gradient(top, #157087, #157087);
  background-image: -o-linear-gradient(top, #157087, #157087);
  background-image: linear-gradient(180deg, #157087, #157087);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e0e0e0",GradientType=0);
  width: auto;
  text-shadow: none;
  padding: 6px 14px 7px 27px;
  border-color: #218ba1;
  -webkit-box-shadow: inset 0 3px 10px #0c586b;
  -moz-box-shadow: inset 0 3px 10px #0c586b;
  box-shadow: inset 0 3px 10px #0c586b;
}
.registrations {
  background-color: #7c4e89;
  padding: 29px 0 23px;
  margin-bottom: 26px;
  text-align: center;
  min-height: 582px;
  color: #fff;
}
.registrations.low {
  min-height: 249px;
}
.registrations h2 {
  font-size: 24px;
  color: #fff;
  padding-bottom: 3px;
}
.registrations h2 + p {
  color: #bea7c4;
}
.registrations form {
  width: 302px;
  margin: 0 auto;
}
.registrations form .form-row {
  position: relative;
  margin-bottom: 15px;
  text-align: center;
}
.registrations form .form-row p {
  padding: 4px 0 12px;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
}
.registrations form .form-row label {
  font-size: 16px;
  color: #fff;
  padding-bottom: 13px;
  display: block;
}
.registrations form .form-row .brd {
  background-color: #b36bb4;
  border: none;
  width: 302px;
  padding: 0;
  height: auto;
  box-shadow: none;
}
.registrations form .form-row .brd input {
  background-color: #b36bb4;
  font: 16px/20px PT Sans;
  color: #683875;
  text-align: center;
  height: 34px;
  width: 250px;
  padding: 0 25px;
  float: none;
  border: 1px solid #b36bb4;
}
.registrations form .form-row .brd input:-ms-input-placeholder {
  color: #683875;
}
.registrations form .form-row .brd input::-webkit-input-placeholder {
  color: #683875;
}
.registrations form .form-row .ico {
  position: absolute;
  top: 9px;
  left: 11px;
  height: 18px;
  width: 14px;
  background-image: url(/images/icons-and-logos.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: 2;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .registrations form .form-row .ico {
    background-image: url(/images/icons-and-logos@2x.png);
    background-size: 91px 1500px;
    background-position: 0 0;
  }
}
.registrations form .form-row .ico.pass-ico {
  background-position: -49px -746px;
  top: 10px;
  left: 12px;
  height: 14px;
  width: 12px;
}
.registrations form .form-row .ico.mail-ico {
  background-position: -59px -763px;
  top: 12px;
  left: 11px;
}
.registrations form .form-row .ico.login-ico {
  background-position: -62px -743px;
}
.registrations form .form-row.captcha {
  padding: 16px 0;
}
.registrations form .form-row.captcha .captch-block .brd {
  float: right;
  width: 137px;
}
.registrations form .form-row.captcha .captch-block .brd input {
  width: 85px;
}
.registrations form .form-row.captcha .captch-block .captcha-img {
  float: left;
  width: 150px;
  position: relative;
}
.registrations form .form-row.captcha .captch-block .captcha-img a {
  color: #fff;
  font-size: 14px;
  border-color: #fff;
}
.registrations form .form-row.captcha .captch-block .captcha-img a:hover {
  color: #eee;
  border-color: #eee;
}
.registrations form .form-row.captcha .captch-block .captcha-img img {
  vertical-align: top;
}
.registrations
  form
  .form-row.captcha
  .captch-block
  .captcha-img
  .img-captcha-wrap {
  height: 34px;
  width: 148px;
  text-align: center;
  margin-bottom: 2px;
  overflow: hidden;
  border: 1px dashed #b36bb4;
}
.registrations form .form-row.captcha .captch-block .captcha-img:after {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  right: -12px;
  height: 14px;
  width: 8px;
  background-image: url(/images/icons-and-logos.png);
  background-repeat: no-repeat;
  background-position: -7px -776px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .registrations form .form-row.captcha .captch-block .captcha-img:after {
    background-image: url(/images/icons-and-logos@2x.png);
    background-size: 91px 1500px;
    background-position: -7px -776px;
  }
}
.registrations form .form-row.captcha .error-text {
  top: 45px;
}
.registrations form .form-row .error-text {
  position: absolute;
  height: 36px;
  top: 0;
  right: 100%;
  background-color: #f17b68;
  white-space: nowrap;
  color: #fff;
  margin-right: 15px;
  line-height: 36px;
  font-size: 14px;
  padding: 0 16px;
  display: none;
}
.registrations form .form-row .error-text .error-arrow {
  height: 12px;
  width: 5px;
  background-image: url(/images/icons-and-logos.png);
  background-repeat: no-repeat;
  background-position: 0 -776px;
  top: 13px;
  right: -5px;
  position: absolute;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .registrations form .form-row .error-text .error-arrow {
    background-image: url(/images/icons-and-logos@2x.png);
    background-size: 91px 1500px;
    background-position: 0 -776px;
  }
}
.registrations form .form-row.error .error-text {
  display: block;
}
.registrations form .checkbox-row {
  position: relative;
  margin: -3px 0 72px;
}
.registrations form .checkbox-row .checkbox-row-ins a {
  color: #fff;
}
.registrations form .checkbox-row .checkbox-row-ins a:hover {
  color: #eee;
}
.registrations form .checkbox-row .checkbox-row-ins .checkbox {
  float: left;
  margin-right: 5px;
  cursor: default;
}
.registrations form .checkbox-row.error {
  color: #fff;
}
.registrations form .checkbox-row.error .error-text {
  display: block;
}
.registrations form .checkbox-row .error-text {
  position: absolute;
  height: 36px;
  top: -8px;
  right: 100%;
  background-color: #f17b68;
  white-space: nowrap;
  color: #fff;
  margin-right: 15px;
  line-height: 36px;
  font-size: 14px;
  padding: 0 16px;
  display: none;
}
.registrations form .checkbox-row .error-text .error-arrow {
  height: 12px;
  width: 5px;
  background-image: url(/images/icons-and-logos.png);
  background-repeat: no-repeat;
  background-position: 0 -776px;
  top: 13px;
  right: -5px;
  position: absolute;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .registrations form .checkbox-row .error-text .error-arrow {
    background-image: url(/images/icons-and-logos@2x.png);
    background-size: 91px 1500px;
    background-position: 0 -776px;
  }
}
.registrations .registrations-done {
  padding: 142px 0 250px;
  width: 450px;
  margin: 0 auto;
}
.registrations .registrations-done p {
  color: #fff;
  padding-bottom: 40px;
  line-height: 22px;
}
.registrations .registrations-done h2 {
  font-size: 21px;
  padding-bottom: 0;
  line-height: 28px;
}
.registrations .registrations-done .icon {
  margin: 0 auto 13px;
  height: 41px;
  width: 45px;
  background-image: url(/images/icons-and-logos.png);
  background-repeat: no-repeat;
  background-position: 0 -793px;
  position: relative;
  left: 3px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .registrations .registrations-done .icon {
    background-image: url(/images/icons-and-logos@2x.png);
    background-size: 91px 1500px;
    background-position: 0 -793px;
  }
}
.registrations .registrations-done .btn {
  display: block;
  margin: 0 auto;
  height: 46px;
  width: 233px;
  font-size: 21px;
  color: #7c4e89;
  line-height: 46px;
  position: relative;
  left: 5px;
  background: #fff url(/images/arrows/buttons-arrows.jpg) no-repeat 100% 0;
  text-decoration: none;
}
.registrations .registrations-done .btn span {
  border-bottom: 1px solid #d7cadb;
}
.registrations .registrations-done.phogr {
  padding: 173px 0 150px;
}
.registrations .registrations-done.phogr p {
  padding-bottom: 25px;
}
.registrations .registrations-done.phogr h2 {
  padding-bottom: 5px;
}
.registrations .registrations-done.phogr .icon {
  height: 40px;
  width: 50px;
  background-position: 0 -836px;
  left: 0;
}
.page-lang-el .registrations form .form-row .brd input,
.page-lang-vi .registrations form .form-row .brd input {
  font-family: Noto Sans, sans-serif;
}
.registrations form .form-row .brd input:-moz-placeholder,
.registrations form .form-row .brd input::-moz-placeholder {
  color: #683875;
  opacity: 1;
}
.variants-registrations {
  height: 40px;
  margin: 5px 0 22px;
  padding-left: 3px;
}
.variants-registrations li {
  display: inline-block;
  vertical-align: top;
  margin-left: -5px;
  position: relative;
}
.variants-registrations li .ico {
  top: 8px;
  left: 16px;
  display: block;
  position: absolute;
  background-image: url(/images/icons-and-logos.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .variants-registrations li .ico {
    background-image: url(/images/icons-and-logos@2x.png);
    background-size: 91px 1500px;
    background-position: 0 0;
  }
}
.variants-registrations li .default-button {
  display: block;
  height: auto;
  text-decoration: none;
  line-height: 16px;
  color: #5e5e5e;
  padding: 6px 15px 7px 33px;
  font-size: 16px;
  text-shadow: 0 0 0;
  border-top: 1px solid #e9e9e9;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #d0d0d0;
  background-image: -moz-linear-gradient(top, #fff, #e7e7e7);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#fff),
    to(#e7e7e7)
  );
  background-image: -webkit-linear-gradient(top, #fff, #e7e7e7);
  background-image: -o-linear-gradient(top, #fff, #e7e7e7);
  background-image: linear-gradient(180deg, #fff, #e7e7e7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e0e0e0",GradientType=0);
  position: relative;
  text-align: right;
  text-shadow: none;
}
.variants-registrations li.iam-photographer .ico {
  height: 18px;
  width: 20px;
  background-position: -46px -793px;
  top: 5px;
  left: 10px;
}
.variants-registrations li.iam-photographer .default-button {
  text-align: center;
}
.variants-registrations li.iam-photographer .default-button,
.variants-registrations li.iam-photographer .default-button:hover {
  width: 265px;
  font-size: 16px;
  line-height: 16px;
  padding: 6px 15px 7px 33px;
  position: relative;
  text-shadow: none;
}
.variants-registrations li.iam-photographer .default-button:hover {
  color: #5e5e5e;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #d0d0d0;
  background-image: -moz-linear-gradient(top, #f3f3f3, #d0d0d0);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#f3f3f3),
    to(#d0d0d0)
  );
  background-image: -webkit-linear-gradient(top, #f3f3f3, #d0d0d0);
  background-image: -o-linear-gradient(top, #f3f3f3, #d0d0d0);
  background-image: linear-gradient(180deg, #f3f3f3, #d0d0d0);
}
.variants-registrations li.iam-photographer .default-button:active,
.variants-registrations li.iam-photographer .default-button:hover {
  display: block;
  height: auto;
  text-decoration: none;
  line-height: 16px;
  padding: 6px 15px 7px 33px;
  font-size: 16px;
  text-shadow: 0 0 0;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e0e0e0",GradientType=0);
}
.variants-registrations li.iam-photographer .default-button:active {
  color: #fff;
  border-top: 1px solid #895699;
  border-bottom: 1px solid #895699;
  background-image: -moz-linear-gradient(top, #70457c, #70457c);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#70457c),
    to(#70457c)
  );
  background-image: -webkit-linear-gradient(top, #70457c, #70457c);
  background-image: -o-linear-gradient(top, #70457c, #70457c);
  background-image: linear-gradient(180deg, #70457c, #70457c);
  text-shadow: none;
  border-left-color: #895699;
  border-right-color: #895699;
  -webkit-box-shadow: inset 0 2px 8px rgba(86, 52, 96, 0.7);
  -moz-box-shadow: inset 0 2px 8px rgba(86, 52, 96, 0.7);
  box-shadow: inset 0 2px 8px rgba(86, 52, 96, 0.7);
}
.variants-registrations li.iam-photographer.active .ico {
  background-position: -67px -793px;
}
.variants-registrations li.iam-photographer.active .default-button {
  text-align: center;
}
.variants-registrations li.iam-photographer.active .default-button,
.variants-registrations li.iam-photographer.active .default-button:active,
.variants-registrations li.iam-photographer.active .default-button:hover {
  display: block;
  height: auto;
  text-decoration: none;
  line-height: 16px;
  color: #fff;
  padding: 6px 15px 7px 33px;
  font-size: 16px;
  text-shadow: 0 0 0;
  border-top: 1px solid #895699;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #895699;
  background-image: -moz-linear-gradient(top, #70457c, #70457c);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#70457c),
    to(#70457c)
  );
  background-image: -webkit-linear-gradient(top, #70457c, #70457c);
  background-image: -o-linear-gradient(top, #70457c, #70457c);
  background-image: linear-gradient(180deg, #70457c, #70457c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e0e0e0",GradientType=0);
  width: 265px;
  text-shadow: none;
  border-left-color: #895699;
  border-right-color: #895699;
  -webkit-box-shadow: inset 0 2px 8px rgba(86, 52, 96, 0.7);
  -moz-box-shadow: inset 0 2px 8px rgba(86, 52, 96, 0.7);
  box-shadow: inset 0 2px 8px rgba(86, 52, 96, 0.7);
}
.variants-registrations li.iam-search-photographer .ico {
  height: 14px;
  width: 15px;
  background-position: -16px -776px;
  top: 7px;
  left: 10px;
}
.variants-registrations li.iam-search-photographer .default-button {
  text-align: center;
}
.variants-registrations li.iam-search-photographer .default-button,
.variants-registrations li.iam-search-photographer .default-button:hover {
  width: 265px;
  font-size: 16px;
  line-height: 16px;
  padding: 6px 15px 7px 33px;
  position: relative;
  text-shadow: none;
  border-left-color: #fff;
}
.variants-registrations li.iam-search-photographer .default-button:hover {
  color: #5e5e5e;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #d0d0d0;
  background-image: -moz-linear-gradient(top, #f3f3f3, #d0d0d0);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#f3f3f3),
    to(#d0d0d0)
  );
  background-image: -webkit-linear-gradient(top, #f3f3f3, #d0d0d0);
  background-image: -o-linear-gradient(top, #f3f3f3, #d0d0d0);
  background-image: linear-gradient(180deg, #f3f3f3, #d0d0d0);
}
.variants-registrations li.iam-search-photographer .default-button:active,
.variants-registrations li.iam-search-photographer .default-button:hover {
  display: block;
  height: auto;
  text-decoration: none;
  line-height: 16px;
  padding: 6px 15px 7px 33px;
  font-size: 16px;
  text-shadow: 0 0 0;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e0e0e0",GradientType=0);
}
.variants-registrations li.iam-search-photographer .default-button:active {
  color: #fff;
  border-top: 1px solid #895699;
  border-bottom: 1px solid #895699;
  background-image: -moz-linear-gradient(top, #70457c, #70457c);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#70457c),
    to(#70457c)
  );
  background-image: -webkit-linear-gradient(top, #70457c, #70457c);
  background-image: -o-linear-gradient(top, #70457c, #70457c);
  background-image: linear-gradient(180deg, #70457c, #70457c);
  text-shadow: none;
  border-left-color: #895699;
  border-right-color: #895699;
  -webkit-box-shadow: inset 0 2px 8px rgba(86, 52, 96, 0.7);
  -moz-box-shadow: inset 0 2px 8px rgba(86, 52, 96, 0.7);
  box-shadow: inset 0 2px 8px rgba(86, 52, 96, 0.7);
}
.variants-registrations li.iam-search-photographer.active .ico {
  background-position: -32px -776px;
}
.variants-registrations li.iam-search-photographer.active .default-button {
  text-align: center;
}
.variants-registrations li.iam-search-photographer.active .default-button,
.variants-registrations
  li.iam-search-photographer.active
  .default-button:active,
.variants-registrations
  li.iam-search-photographer.active
  .default-button:hover {
  display: block;
  height: auto;
  text-decoration: none;
  line-height: 16px;
  color: #fff;
  padding: 6px 15px 7px 33px;
  font-size: 16px;
  text-shadow: 0 0 0;
  border-top: 1px solid #895699;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #895699;
  background-image: -moz-linear-gradient(top, #70457c, #70457c);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#70457c),
    to(#70457c)
  );
  background-image: -webkit-linear-gradient(top, #70457c, #70457c);
  background-image: -o-linear-gradient(top, #70457c, #70457c);
  background-image: linear-gradient(180deg, #70457c, #70457c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e0e0e0",GradientType=0);
  width: 265px;
  text-shadow: none;
  border-left-color: #895699;
  border-right-color: #895699;
  -webkit-box-shadow: inset 0 2px 8px rgba(86, 52, 96, 0.7);
  -moz-box-shadow: inset 0 2px 8px rgba(86, 52, 96, 0.7);
  box-shadow: inset 0 2px 8px rgba(86, 52, 96, 0.7);
}
.alert-no-photos {
  background-color: #4e4e4e;
  text-align: center;
  color: #fff;
  padding: 23px 0 6px;
}
.alert-no-photos h2 {
  color: #fff;
  padding-bottom: 5px;
}
.alert-no-photos .wrapper {
  width: 700px;
  position: relative;
}
.alert-no-photos .btn-load-photo {
  position: absolute;
  top: 23px;
  right: -248px;
  display: block;
  height: 38px;
  background: #fff url(/images/arrows/buttons-arrows.jpg) no-repeat 100% -46px;
  width: 214px;
  font-size: 18px;
  color: #1992ba;
  line-height: 36px;
}
.alert-no-photos .btn-load-photo span {
  border-bottom: 1px solid #badeea;
  margin-right: 10px;
}
.add-info {
  margin-bottom: 29px;
}
.add-info .row {
  margin-bottom: 10px;
}
.add-info .row .b-tags .tagsinput .b-add-tag,
.add-info .row .brd {
  width: 412px;
}
.add-info .row .b-tags {
  width: 444px;
}
.add-info .row .label {
  float: left;
  min-width: 100px;
  white-space: nowrap;
  padding-right: 6px;
}
.add-info .row .right-col {
  margin: 0 0 0 100px;
}
.add-info .row .tags-list {
  margin-top: 2px;
}
table.add-info {
  margin-bottom: 29px;
}
table.add-info tr.row td {
  vertical-align: top;
}
table.add-info tr.row .label {
  white-space: nowrap;
  padding-right: 10px;
}
table.add-info tr.row .right-col {
  margin: 0;
}
table.add-info tr.row:not(:last-child) td {
  padding-bottom: 10px;
}
.socials-attachment-settings {
  width: 420px;
  color: #383737;
  margin-bottom: 39px;
}
.socials-attachment-settings .checkbox.mini {
  color: #383737;
  padding-left: 28px !important;
  margin-bottom: 10px;
}
.socials-attachment-settings .buttons-group {
  padding-top: 13px;
}
.socials-attachment-settings .buttons-group li {
  margin-right: 10px;
  min-width: 0;
}
.socials-attachment-settings .soc-list-check {
  margin-top: 10px;
}
.socials-attachment-status {
  height: 21px;
  margin-bottom: 12px;
}
.socials-attachment-status.tied {
  margin-bottom: 0;
}
.socials-attachment-status a.disabled {
  color: #3d3d3d;
  border-color: #3d3d3d;
}
.socials-attachment-status .button-status {
  float: left;
  background-color: #517dab;
  height: 22px;
  color: #fff;
  font-size: 14px;
  padding: 0 10px 0 33px;
  margin-right: 10px;
  position: relative;
}
.socials-attachment-status .button-status .ico {
  display: block;
  height: 22px;
  width: 24px;
  background-image: url(/images/icons-and-logos.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  top: 0;
  left: 0;
  position: absolute;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .socials-attachment-status .button-status .ico {
    background-image: url(/images/icons-and-logos@2x.png);
    background-size: 91px 1500px;
    background-position: 0 0;
  }
}
.socials-attachment-status .button-status.vk .ico {
  background-position: -28px -877px;
}
.default-button.socials-attachment-btn {
  position: relative;
  padding-left: 32px;
}
.default-button.socials-attachment-btn .ico {
  display: block;
  height: 21px;
  width: 23px;
  background-image: url(/images/icons-and-logos.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  top: 0;
  left: 0;
  position: absolute;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .default-button.socials-attachment-btn .ico {
    background-image: url(/images/icons-and-logos@2x.png);
    background-size: 91px 1500px;
    background-position: 0 0;
  }
}
.default-button.socials-attachment-btn.twtr .ico {
  background-position: -5px -896px;
}
.default-button.socials-attachment-btn.face .ico {
  background-position: -5px -918px;
}
.default-button.socials-attachment-btn.flkr .ico {
  background-position: -5px -876px;
}
.default-button.socials-attachment-btn.active,
.default-button.socials-attachment-btn:active,
.default-button.socials-attachment-btn:hover {
  padding-left: 32px;
}
.photographer-in-favorite {
  float: right;
  font-size: 15px;
  margin: 2px 0 0;
}
.photographer-in-favorite .photographer-in-favorite-link {
  position: relative;
  color: #343434;
  text-decoration: none;
  display: inline-block;
  padding: 0 0 0 26px;
}
.photographer-in-favorite .photographer-in-favorite-link span {
  border-bottom: 1px dashed #c2c2c2;
}
.photographer-in-favorite .photographer-in-favorite-link .ico-default {
  top: 1px;
  height: 16px;
  width: 20px;
  background-position: 0 -1288px;
}
.photographer-in-favorite .photographer-in-favorite-link.hover,
.photographer-in-favorite .photographer-in-favorite-link:hover {
  color: #f64f63;
}
.photographer-in-favorite .photographer-in-favorite-link.hover span,
.photographer-in-favorite .photographer-in-favorite-link:hover span {
  border-color: #fccad0;
}
.photographer-in-favorite .photographer-in-favorite-link.hover .ico-default,
.photographer-in-favorite .photographer-in-favorite-link:hover .ico-default {
  background-position: 0 -1307px;
}
.photographer-in-favorite .favorite-dropdown {
  background-color: #fff;
  max-width: 400px;
  padding: 10px;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 6;
  display: none;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.photographer-in-favorite .favorite-dropdown .arrow-triangle {
  width: 22px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: -16px;
  margin-left: -11px;
  overflow: hidden;
  right: 20px;
  left: auto;
}
.photographer-in-favorite .favorite-dropdown .arrow-triangle:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom: -11px;
  left: 50%;
  margin-left: -8px;
  -webkit-box-shadow: -2px -2px 8px -3px rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: -2px -2px 8px -3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -2px -2px 8px -3px rgba(0, 0, 0, 0.3);
  box-shadow: -2px -2px 8px -3px rgba(0, 0, 0, 0.3);
}
.photographer-in-favorite .favorite-dropdown .favorite-item {
  position: relative;
  float: left;
  height: 40px;
  width: 40px;
}
#favorite-list-promt {
  position: absolute;
  z-index: 1000;
  background: #fff;
  white-space: nowrap;
  padding: 7px 9px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
#favorite-list-promt a {
  color: #343434;
  text-decoration: none;
}
#favorite-list-promt a:hover {
  color: #343434;
}
.carousel-simple {
  height: 1%;
  overflow: hidden;
  padding-bottom: 2px;
}
.carousel-simple .viewport {
  float: left;
  width: 400px;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.carousel-simple .buttons {
  display: block;
  position: relative;
  font-size: 14px;
  color: #343434;
  margin: 15px 0 0;
  text-decoration: none;
}
.carousel-simple .buttons span {
  border-bottom: 1px dashed #c2c2c2;
}
.carousel-simple .buttons .ico-default {
  height: 11px;
  width: 7px;
  top: 5px;
}
.carousel-simple .buttons.prev {
  float: left;
  padding-left: 14px;
}
.carousel-simple .buttons.prev .ico-default {
  background-position: -57px -1356px;
}
.carousel-simple .buttons.next {
  float: right;
  padding-right: 14px;
}
.carousel-simple .buttons.next .ico-default {
  left: auto;
  right: 0;
  background-position: -66px -1356px;
}
.carousel-simple .buttons.disable {
  visibility: hidden;
}
.carousel-simple .overview {
  width: 400px;
  position: absolute;
  left: 0;
  top: 0;
}
.carousel-simple .overview .carousel-simple-item {
  float: left;
  height: 200px;
  width: 400px;
}
@media screen and (max-width: 400px) {
  .users-dropdown.dropdown-position-top {
    width: 96%;
    padding: 2%;
  }
  .users-dropdown.dropdown-position-top .arrow-triangle {
    left: 34%;
  }
  .carousel-simple .viewport {
    width: 99%;
  }
  .carousel-simple .overview .carousel-simple-item {
    width: 100%;
  }
  .carousel-simple .overview .carousel-simple-item .favorite-item {
    width: 12.5%;
  }
}
@media screen and (max-width: 510px) {
  .users-dropdown.dropdown-position-top .arrow-triangle {
    left: 40%;
  }
}
.profile-view {
  padding: 18px 0 0;
  position: relative;
  min-height: 347px;
  background-color: #ededed;
}
.profile-view .userpic-column {
  float: left;
  width: 200px;
  margin: 2px 0 0 -10px;
  text-align: center;
  position: relative;
}
.profile-view .userpic-column .user-pic-crop {
  height: 200px;
  width: 200px;
  margin-bottom: 8px;
}
.profile-view .userpic-column .account-old {
  font-size: 14px;
  text-align: center;
  color: #606060;
  margin: 19px 0 0;
}
.profile-view .userpic-column .account-old b {
  display: block;
  font-size: 16px;
  line-height: 18px;
  color: #343434;
}
.profile-view .userpic-column .account-old .ico-default {
  height: 28px;
  width: 28px;
  position: relative;
  margin: 0 auto 5px;
  background-position: 0 -1326px;
}
.profile-view .profile-view-long-column {
  float: right;
  width: 969px;
}
.profile-view .profile-view-head {
  overflow: hidden;
  height: 52px;
}
.profile-view .profile-view-head li {
  float: left;
  text-transform: uppercase;
  position: relative;
  padding-left: 30px;
  font-size: 12px;
  color: #606060;
  line-height: 16px;
  margin-left: 42px;
}
.profile-view .profile-view-head li strong {
  display: block;
  font-size: 15px;
  line-height: 22px;
  color: #343434;
  text-transform: none;
}
.profile-view .profile-view-head li strong .user-place {
  margin-left: 10px;
  padding-left: 22px;
  position: relative;
}
.profile-view .profile-view-head li strong .user-place .ico-default {
  height: 18px;
  width: 18px;
  top: 0;
  left: 0;
  background-position: -46px -1288px;
}
.profile-view .profile-view-head li strong .user-place__arrow {
  display: inline-block;
  width: 7px;
  height: 8px;
  background: no-repeat 50% / cover;
  margin-left: 5px;
}
.profile-view .profile-view-head li strong .user-place__arrow--up {
  background-image: url(/images/arrow.svg);
}
.profile-view .profile-view-head li strong .user-place__arrow--down {
  background-image: url(/images/arrow.svg);
  transform: rotate(180deg);
}
.profile-view .profile-view-head li strong a {
  color: #2e2e2e;
}
.profile-view .profile-view-head li strong a:hover {
  color: #595656;
}
.profile-view .profile-view-head li.head-item-1 {
  margin: 0;
}
.profile-view .profile-view-head li.head-item-1 .ico-default {
  height: 28px;
  width: 20px;
  top: 4px;
  background-position: -23px -1288px;
}
.profile-view .profile-view-head li.head-item-2 {
  margin-left: 29px;
}
.profile-view .profile-current-info {
  float: left;
  width: 670px;
}
.profile-view .profile-current-info .current-info-padding {
  position: relative;
  font-size: 16px;
  color: #7b7b7b;
  line-height: 25px;
  text-align: center;
  padding: 17px 20px;
  font-style: italic;
  margin-bottom: 15px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.profile-view .profile-current-info .current-info-padding .current-info-status {
  min-height: 101px;
  position: relative;
  overflow: hidden;
}
.profile-view
  .profile-current-info
  .current-info-padding
  .current-info-status
  .status-text-table {
  width: 100%;
  display: table;
}
.profile-view
  .profile-current-info
  .current-info-padding
  .current-info-status
  .status-text {
  height: 101px;
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
}
.profile-view
  .profile-current-info
  .current-info-padding
  .current-info-status
  .status-text.empty {
  font-size: 18px;
}
.profile-view
  .profile-current-info
  .current-info-padding
  .current-info-status
  .status-text__languages {
  font-weight: 700;
  font-size: 14px;
}
.profile-view
  .profile-current-info
  .current-info-padding
  .current-info-status
  .status-text__languages:before {
  font-style: normal;
}
.profile-view
  .profile-current-info
  .current-info-padding
  .current-info-status
  .status-text__languages.small {
  text-transform: lowercase;
}
.profile-view
  .profile-current-info
  .current-info-padding
  .current-info-status
  .status-text__languages.small:first-letter {
  text-transform: uppercase;
}
.profile-view
  .profile-current-info
  .current-info-padding
  .current-info-status
  .status-text__lang-my {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 0 25px 0 10px;
  font-style: normal;
  font-weight: 100;
}
.profile-view
  .profile-current-info
  .current-info-padding
  .current-info-status
  .status-text__lang-my.active {
  color: #2c2c2c;
}
.profile-view
  .profile-current-info
  .current-info-padding
  .current-info-status
  .status-text__lang-my.active:after {
  opacity: 1;
}
.profile-view
  .profile-current-info
  .current-info-padding
  .current-info-status
  .status-text__lang-my:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../../images/popup-tick--black.svg) no-repeat 50%/13px;
  position: absolute;
  top: 3px;
  right: 0;
  opacity: 0.2;
}
.profile-view
  .profile-current-info
  .current-info-padding
  .current-info-status__edit-about {
  font-style: normal;
  font-size: 14px;
}
.profile-view .profile-current-info .current-info-padding:before {
  display: block;
  content: "";
  left: -9px;
  top: 39px;
  position: absolute;
  border-top: 10px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 10px solid transparent;
}
.profile-view .profile-user-info .profile-user-info-title,
.profile-view .profile-user-info .profile-user-info-title a {
  color: #939393;
  font-size: 12px;
  margin-bottom: 9px;
  text-transform: uppercase;
}
.profile-view .profile-user-info .achievements-photograph {
  float: left;
}
.profile-view .profile-user-info .profile-user-rating {
  float: left;
  margin: 0 0 0 33px;
}
.profile-view .profile-user-info .profile-user-rating .estimation {
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  margin: -7px 0 9px;
}
.profile-view .profile-user-info .profile-user-rating .rating-stars {
  overflow: hidden;
}
.profile-view
  .profile-user-info
  .profile-user-rating
  .rating-stars
  .rating-star-item {
  float: left;
  height: 16px;
  width: 16px;
  margin-left: 6px;
  background-image: url(/images/icons-and-logos.png);
  background-repeat: no-repeat;
  background-position: -39px -1390px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .profile-view
    .profile-user-info
    .profile-user-rating
    .rating-stars
    .rating-star-item {
    background-image: url(/images/icons-and-logos@2x.png);
    background-size: 91px 1500px;
    background-position: -39px -1390px;
  }
}
.profile-view
  .profile-user-info
  .profile-user-rating
  .rating-stars
  .rating-star-item.active {
  background-position: -1px -1390px;
}
.profile-view
  .profile-user-info
  .profile-user-rating
  .rating-stars
  .rating-star-item.active-half {
  background-position: -20px -1390px;
}
.profile-view
  .profile-user-info
  .profile-user-rating
  .rating-stars
  .rating-star-item:first-child {
  margin-left: 0;
}
.profile-view .profile-user-info .profile-user-contacts {
  margin: 0 0 0 54px;
}
.profile-view .profile-user-info .profile-user-contacts b {
  font-weight: 400;
  display: block;
  font-size: 26px;
  line-height: 26px;
  margin: -2px 0 8px;
}
.profile-view .profile-user-info .profile-user-contacts a {
  line-height: 25px;
}
.profile-view .profile-event-price {
  float: right;
  width: 236px;
  position: relative;
  margin: -4px 0 0;
}
.profile-view .profile-event-price .edit-profile-link {
  position: absolute;
  left: -36px;
  top: 258px;
  padding-left: 35px;
}
.profile-view .profile-event-price .edit-profile-link .ico-default {
  top: -4px;
  height: 26px;
  width: 26px;
  background-position: -65px -1288px;
}
.profile-view .profile-event-price .event-price {
  margin: 0 0 23px;
}
.profile-view .profile-event-price .event-price p {
  font-size: 14px;
  color: #4d4d4d;
  padding: 0;
}
.profile-view .profile-event-price .event-price .event-price-title {
  font-size: 12px;
  color: #939393;
  text-transform: uppercase;
}
.profile-view .profile-event-price .event-price .price {
  font-size: 30px;
  line-height: 30px;
  margin: -2px 0 0;
}
.profile-view .profile-event-price .event-price .price .rouble {
  margin: 0 0 0 2px;
}
.profile-view .profile-event-price .profile-event-calendar {
  min-height: 100px;
}
.profile-view
  .profile-event-price
  .profile-event-calendar
  .profile-event-calendar-title {
  color: #939393;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}
.profile-view .profile-event-price .profile-event-calendar .datepicker-button {
  padding: 0;
  height: auto;
  text-shadow: 0 0 0;
  border: 0;
  float: none;
  background: none;
}
.profile-view
  .profile-event-price
  .profile-event-calendar
  .datepicker-button
  span {
  background: none;
  padding: 0;
  text-align: left;
  font-size: 30px;
  line-height: 30px;
  color: #1992ba;
  border-bottom: 1px dashed #add2de;
}
.profile-view .profile-event-price .datepicker-message {
  font-size: 15px;
  margin: 10px 0 0;
}
.profile-view .profile-event-price .datepicker-message.free {
  color: #659f00;
}
.profile-view .profile-event-price .datepicker-message.busy {
  margin-bottom: 24px;
}
.profile-view .profile-event-price .datepicker-message.busy span {
  color: #9f0000;
  display: block;
}
.profile-view .profile-event-price .default-button-xxlarge {
  width: 227px;
  text-align: center;
}
.profile-view .profile-calendar {
  float: right;
  width: 297px;
  background-color: #fff;
  height: 291px;
}
.profile-view .profile-calendar h3 {
  text-align: center;
  padding: 13px 0 0;
}
.moder-load-photo-link {
  margin-top: 54px;
  text-align: center;
}
.photo-story-wrapper {
  padding-top: 33px;
}
.photo-story-view {
  overflow: hidden;
  margin-bottom: 38px;
}
.photo-story-view .photo-story-main-photo {
  float: left;
  height: 429px;
  width: 594px;
  position: relative;
  margin-top: 12px;
}
.photo-story-view .photo-story-main-photo .achievements {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
}
.photo-story-view .photo-story-main-photo .main-photo-toggle-block {
  display: none;
  position: absolute;
  z-index: 3;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  color: #fff;
  text-decoration: none;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.photo-story-view .photo-story-main-photo .main-photo-toggle-block .story-date {
  font-size: 14px;
  margin-top: 91px;
  display: block;
}
.photo-story-view
  .photo-story-main-photo
  .main-photo-toggle-block
  .story-author {
  display: block;
  margin: 32px 0 0;
}
.photo-story-view
  .photo-story-main-photo
  .main-photo-toggle-block
  .story-author
  a {
  font-size: 15px;
  line-height: 17px;
  color: #1992ba;
}
.photo-story-view
  .photo-story-main-photo
  .main-photo-toggle-block
  .story-author
  a:hover {
  color: #00769c;
}
.photo-story-view
  .photo-story-main-photo
  .main-photo-toggle-block
  .story-author
  + .story-date {
  margin-top: 42px;
}
.photo-story-view
  .photo-story-main-photo
  .main-photo-toggle-block
  .story-title {
  font-size: 26px;
  font-weight: 700;
  margin: 3px 30px 20px;
  line-height: 36px;
  display: block;
  color: #fff;
}
.photo-story-view
  .photo-story-main-photo
  .main-photo-toggle-block
  .story-title:hover {
  color: #eee;
}
.photo-story-view
  .photo-story-main-photo
  .main-photo-toggle-block
  .story-buttons {
  display: block;
  width: 150px;
  margin: 44px auto 3px;
}
.photo-story-view
  .photo-story-main-photo
  .main-photo-toggle-block
  .story-buttons
  .nui-button-white {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 10px 6px;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 13px;
  border: 0;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.photo-story-view
  .photo-story-main-photo
  .main-photo-toggle-block
  .story-buttons
  object {
  display: block;
}
.photo-story-view
  .photo-story-main-photo
  .main-photo-toggle-block
  .photo-stats {
  width: 100%;
  bottom: 15px;
  text-align: center;
}
.photo-story-view
  .photo-story-main-photo
  .main-photo-toggle-block
  .photo-stats
  .photo-stats-item {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 4px 0 5px;
}
.photo-story-view
  .photo-story-main-photo
  .main-photo-toggle-block
  .photo-stats.changed {
  display: block;
  width: 100%;
  height: 56px;
  bottom: 0;
  background: url(/images/gradients/photo-stats-gradient.png) repeat-x 0 100%;
}
.photo-story-view
  .photo-story-main-photo
  .main-photo-toggle-block
  .photo-stats.changed
  .photo-stats-item {
  margin-top: 21px;
}
.photo-story-view
  .photo-story-main-photo
  .main-photo-toggle-block
  .nui-button-yellow {
  position: absolute;
  bottom: 58px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.photo-story-view .photo-story-main-photo .main-photo-toggle-block.changed {
  display: block;
  background: none;
}
.photo-story-view
  .photo-story-main-photo
  .main-photo-toggle-block.changed
  .story-buttons,
.photo-story-view
  .photo-story-main-photo
  .main-photo-toggle-block.changed
  .story-city,
.photo-story-view
  .photo-story-main-photo
  .main-photo-toggle-block.changed
  .story-date,
.photo-story-view
  .photo-story-main-photo
  .main-photo-toggle-block.changed
  .story-title {
  display: none;
}
.photo-story-view
  .photo-story-main-photo
  .main-photo-toggle-block.changed:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.photo-story-view
  .photo-story-main-photo
  .main-photo-toggle-block.changed:hover
  .story-buttons,
.photo-story-view
  .photo-story-main-photo
  .main-photo-toggle-block.changed:hover
  .story-city,
.photo-story-view
  .photo-story-main-photo
  .main-photo-toggle-block.changed:hover
  .story-date,
.photo-story-view
  .photo-story-main-photo
  .main-photo-toggle-block.changed:hover
  .story-title {
  display: block;
}
.photo-story-view .story-photo-list {
  float: right;
  width: 606px;
}
.photo-story-view .story-photo-list .story-photo {
  float: left;
  margin: 12px 0 0 12px;
  overflow: hidden;
  padding: 0;
}
.photo-story-view .story-photo-list .story-photo a {
  display: block;
}
.photo-story-view .story-photo-list .story-photo.h1 {
  height: 135px;
}
.photo-story-view .story-photo-list .story-photo.h2 {
  height: 282px;
}
.photo-story-view .story-photo-list .story-photo.h3 {
  height: 429px;
}
.photo-story-view .story-photo-list .story-photo.w1 {
  width: 190px;
}
.photo-story-view .story-photo-list .story-photo.w2 {
  width: 392px;
}
.photo-story-view .story-photo-list .story-photo.w3 {
  width: 594px;
}
.photo-story-view .story-photo-list .story-photo-list-col {
  float: left;
  padding: 0;
}
.photo-story-view .story-photo-list .story-photo-list-col.h1 {
  height: 147px;
}
.photo-story-view .story-photo-list .story-photo-list-col.h2 {
  height: 294px;
}
.photo-story-view .story-photo-list .story-photo-list-col.h3 {
  height: 441px;
}
.photo-story-view .story-photo-list .story-photo-list-col.w1 {
  width: 202px;
}
.photo-story-view .story-photo-list .story-photo-list-col.w2 {
  width: 404px;
}
.photo-story-view .story-photo-list .story-photo-list-col.w3 {
  width: 606px;
}
.photo-story-view:hover .main-photo-toggle-block {
  display: block;
}
.photo-story-view img {
  border-radius: 5px;
}
.moderation-reasons {
  text-align: center;
  padding: 62px 0 0;
  color: #484848;
}
.moderation-reasons p {
  line-height: 30px;
  padding-bottom: 5px;
}
.moderation-reasons p:first-of-type {
  padding-bottom: 30px;
}
.moderation-reasons p.last {
  padding-bottom: 35px;
}
.moderation-reasons h2 {
  padding-bottom: 40px;
  color: #484848;
}
.moderation-reasons h4 {
  padding-bottom: 6px;
  color: #484848;
  font-weight: 700;
}
#phone-confirm .modal-padding {
  padding: 46px 68px;
  height: 207px;
}
#phone-confirm .h2 {
  padding-bottom: 13px;
}
#phone-confirm form {
  padding-top: 6px;
}
#phone-confirm form .row-fluid * {
  float: left;
}
#phone-confirm form .brd {
  margin-right: 10px;
}
#phone-confirm form .brd input {
  font-size: 13px;
  line-height: 20px;
}
#phone-confirm form .brd.confirm-input-code {
  width: 64px;
}
#phone-confirm form .brd.confirm-input-code:before {
  content: "+";
  position: absolute;
  top: 2px;
  left: -15px;
  font: 13px/20px Arial;
  color: #999;
}
#phone-confirm form .brd.confirm-input-phone {
  width: 126px;
}
#phone-confirm form .label {
  width: 99px;
  position: relative;
  line-height: 22px;
}
#phone-confirm form .confirm-lnk {
  line-height: 22px;
}
#phone-confirm form .phone-number-confirmed {
  margin: 0 17px 0 10px;
  position: relative;
}
#phone-confirm form .phone-number-confirmed strong {
  float: none;
  font-size: 18px;
  margiin-left: 5px;
}
#phone-confirm form .phone-number-confirmed.done {
  margin-left: -6px;
}
#phone-confirm form .phone-number-confirmed.done:before {
  content: "+";
  position: absolute;
  top: 0;
  left: -9px;
  font: 13px/20px Arial;
  color: #999;
}
#phone-confirm form .sms-confirm {
  margin: 13px 0 0 99px;
}
#phone-confirm form .sms-confirm .label {
  float: none;
  width: auto;
  margin-bottom: 5px;
}
#phone-confirm form .sms-confirm .brd {
  float: left;
  width: 75px;
  margin-right: 8px;
}
#phone-confirm form .sms-confirm .default-button {
  float: left;
}
#phone-confirm form .sms-confirm.done {
  font-size: 21px;
  color: #a2b945;
  margin: 26px 0 0;
}
#phone-confirm form .sms-confirm.done span {
  position: relative;
}
#phone-confirm form .sms-confirm.done span .link-border {
  color: #4c4c4c;
  border-color: #4c4c4c;
  position: absolute;
  top: 5px;
  left: 103%;
  white-space: nowrap;
}
#phone-confirm form .sms-confirm.done span .link-border span {
  font-size: 14px;
  line-height: 14px;
}
#review_add_phone .modal-padding {
  padding: 49px 89px;
  height: 143px;
}
#review_add_phone p {
  padding-bottom: 33px;
}
#review_add_phone h2 {
  padding-bottom: 3px;
}
#review_add_phone form .row-fluid * {
  float: left;
}
#review_add_phone form .brd {
  margin-right: 10px;
}
#review_add_phone form .brd input {
  font-size: 13px;
  line-height: 20px;
}
#review_add_phone form .brd.confirm-input-code {
  width: 64px;
}
#review_add_phone form .brd.confirm-input-code:before {
  content: "+";
  position: absolute;
  top: 2px;
  left: -15px;
  font: 13px/20px Arial;
  color: #999;
}
#review_add_phone form .brd.confirm-input-phone {
  width: 126px;
}
#review_add_phone form .label {
  width: 99px;
  position: relative;
  line-height: 22px;
}
#review_add_phone form .confirm-lnk {
  line-height: 22px;
}
#review_add_phone form .show-on-site {
  margin: 8px 0 0 99px;
}
#review_add_phone form .show-on-site .checkbox {
  font-size: 14px;
  color: #383737;
  padding-left: 21px;
}
#review_add_phone form .show-on-site .checkbox .ico {
  top: 2px;
}
.amount-peoples-like {
  position: fixed;
  top: 222px;
  right: 5px;
  height: 73px;
  width: 41px;
  padding-left: 29px;
  z-index: 100;
}
.amount-peoples-like li {
  height: 21px;
  margin-top: 5px;
  position: relative;
}
.amount-peoples-like li p {
  padding: 0 4px;
  border: 1px solid #dbdbdb;
  width: 33px;
  text-align: right;
  height: 19px;
  color: #525252;
  font-size: 14px;
  line-height: 21px;
  position: relative;
  background-color: #fff;
}
.amount-peoples-like li p:before {
  content: "";
  display: block;
  position: absolute;
  left: -6px;
  top: 5px;
  height: 9px;
  width: 6px;
  background-image: url(/images/arrows/arrows.png);
  background-repeat: no-repeat;
  background-position: 0 -291px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .amount-peoples-like li p:before {
    background-image: url(/images/arrows/arrows@2x.png);
    background-size: 16px 450px;
    background-position: 0 -291px;
  }
}
.amount-peoples-like li .ico {
  display: block;
  height: 21px;
  width: 21px;
  position: absolute;
  top: 0;
  left: -29px;
  background-image: url(/images/icons-and-logos.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .amount-peoples-like li .ico {
    background-image: url(/images/icons-and-logos@2x.png);
    background-size: 91px 1500px;
    background-position: 0 0;
  }
}
.amount-peoples-like li.like-face {
  margin-top: 0;
}
.amount-peoples-like li.like-face .ico {
  background-position: 0 -352px;
}
.amount-peoples-like li.like-twitt .ico {
  background-position: 0 -378px;
}
.amount-peoples-like li.like-vk .ico {
  background-position: 0 -404px;
}
.amount-peoples-like.theme-dark {
  top: 144px;
  left: 50%;
  right: auto;
  height: 95px;
  width: 60px;
  padding-left: 0;
  margin-left: 540px;
}
.amount-peoples-like.theme-dark li {
  height: auto;
  margin-top: 10px;
}
.amount-peoples-like.theme-dark li p {
  display: inline-block;
  padding: 0 10px 0 27px;
  border: 1px solid #474747;
  width: auto;
  text-align: left;
  height: 23px;
  color: #7d7d7d;
  font-size: 13px;
  line-height: 22px;
  background-color: #191919;
  vertical-align: top;
}
.amount-peoples-like.theme-dark li p:before {
  display: none;
}
.amount-peoples-like.theme-dark li .ico {
  display: block;
  height: 23px;
  width: 23px;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 1;
  background-image: url(/images/icons-and-logos.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .amount-peoples-like.theme-dark li .ico {
    background-image: url(/images/icons-and-logos@2x.png);
    background-size: 91px 1500px;
    background-position: 0 0;
  }
}
.amount-peoples-like.theme-dark li.like-face .ico {
  background-position: -65px -620px;
}
.amount-peoples-like.theme-dark li.like-twitt .ico {
  background-position: -65px -596px;
}
.amount-peoples-like.theme-dark li.like-vk {
  margin-top: 0;
}
.amount-peoples-like.theme-dark li.like-vk .ico {
  background-position: -65px -263px;
}
.calendar-title {
  text-align: center;
  padding: 18px 0 31px;
}
.calendar-title p {
  font-size: 15px;
  padding-bottom: 0;
}
.multiple-datepickers .datepickers-months {
  margin: 0 61px 40px;
  overflow: hidden;
  padding-top: 39px;
  font-size: 14px;
}
.multiple-datepickers .datepickers-months ul {
  min-width: 200%;
}
.multiple-datepickers .datepickers-months li {
  float: left;
  margin-right: 45px;
  position: relative;
}
.multiple-datepickers .datepickers-months li span {
  text-transform: uppercase;
  margin-right: 38px;
  cursor: pointer;
}
.multiple-datepickers .datepickers-months li .disabled {
  color: #7c7c7c;
  cursor: pointer !important;
}
.multiple-datepickers .datepickers-months li .disabled:hover {
  font-weight: 700;
  color: #343434;
}
.multiple-datepickers .datepickers-months li .datepicker-year {
  position: absolute;
  left: 0;
  top: -39px;
  font-size: 11px;
}
.multiple-datepickers .datepickers-explaining {
  border-top: 1px solid #e5e5e5;
  margin-top: 34px;
  padding-top: 13px;
  width: auto;
  zoom: 1;
}
.multiple-datepickers .datepickers-explaining:after {
  clear: both;
}
.multiple-datepickers .datepickers-explaining:after,
.multiple-datepickers .datepickers-explaining:before {
  display: table;
  line-height: 0;
  content: "";
}
.multiple-datepickers .datepickers-explaining li {
  float: left;
  font-size: 15px;
  margin-right: 29px;
  position: relative;
}
.multiple-datepickers .datepickers-explaining li i {
  display: block;
  height: 30px;
  width: 27px;
  background-color: #cfeeba;
  font-style: normal;
  position: absolute;
  top: -5px;
  left: -21px;
  color: #3b3b3b;
  text-align: right;
  line-height: 31px;
  padding-right: 7px;
}
.multiple-datepickers .datepickers-explaining li strong:after {
  content: "";
  display: block;
  height: 15px;
  width: 15px;
  z-index: 2;
  position: absolute;
  top: 3px;
  left: -4px;
  background-image: url(/images/icons-and-logos.png);
  background-repeat: no-repeat;
  background-position: -35px -628px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .multiple-datepickers .datepickers-explaining li strong:after {
    background-image: url(/images/icons-and-logos@2x.png);
    background-size: 91px 1500px;
    background-position: -35px -628px;
  }
}
.multiple-datepickers .datepickers-explaining li.item-2 {
  padding-left: 12px;
}
.multiple-datepickers .datepickers-explaining li span,
.multiple-datepickers .datepickers-explaining li strong {
  color: #7c7c7c;
  position: relative;
  font-weight: 400;
  font-style: normal;
}
#calendar-add-request {
  width: 900px;
  top: 467px;
}
#calendar-add-request .modal-body {
  width: 100%;
  min-height: 452px;
}
#calendar-add-request .modal-padding {
  padding: 46px 69px 40px 67px;
}
#calendar-add-request .modal-padding h2 {
  padding-bottom: 21px;
}
#calendar-add-request .modal-padding .settings-row {
  margin-bottom: 10px;
}
#calendar-add-request .modal-padding .settings-row .label {
  float: left;
  width: 87px;
  font-size: 14px;
}
#calendar-add-request .modal-padding .settings-row .width1 {
  width: 147px;
}
#calendar-add-request .modal-padding .settings-row .line-form {
  float: left;
  position: relative;
  z-index: 1;
}
#calendar-add-request .modal-padding .settings-row .brd.autocmplt {
  width: 414px;
  float: left;
  margin-bottom: 10px;
}
#calendar-add-request .modal-padding .settings-row .brd.autocmplt input {
  background: none;
}
#calendar-add-request .modal-padding .settings-row .brd-texta {
  margin-bottom: 10px;
}
#calendar-add-request .modal-padding .settings-row .brd-texta textarea {
  min-height: 161px;
}
#calendar-add-request-done {
  width: 900px;
  top: 467px;
}
#calendar-add-request-done .modal-body {
  width: 100%;
  height: 452px;
}
#calendar-add-request-done .modal-padding {
  padding: 135px 69px 40px;
  text-align: center;
}
#calendar-add-request-done .modal-padding .request-logo {
  height: 74px;
  width: 77px;
  margin: 0 auto 25px;
  background-image: url(/images/icons-and-logos.png);
  background-repeat: no-repeat;
  background-position: 0 -661px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  #calendar-add-request-done .modal-padding .request-logo {
    background-image: url(/images/icons-and-logos@2x.png);
    background-size: 91px 1500px;
    background-position: 0 -661px;
  }
}
#calendar-add-record {
  top: 306px;
  width: 900px;
}
#calendar-add-record .modal-body {
  width: 100%;
}
#calendar-add-record .modal-padding {
  padding: 46px 69px 40px 67px;
}
#calendar-add-record .modal-padding h2 {
  padding-bottom: 21px;
}
#calendar-add-record .modal-padding .settings-row {
  margin-bottom: 10px;
}
#calendar-add-record .modal-padding .settings-row .label {
  float: left;
  width: 87px;
  font-size: 14px;
}
#calendar-add-record .modal-padding .settings-row .event-name {
  width: 746px;
}
#calendar-add-record .modal-padding .settings-row .event-name input {
  font-size: 16px;
  line-height: 16px;
}
#calendar-add-record .modal-padding .settings-row .width1 {
  width: 147px;
}
#calendar-add-record .modal-padding .settings-row .line-form {
  float: left;
  position: relative;
  z-index: 1;
}
#calendar-add-record .modal-padding .settings-row .brd.autocmplt {
  width: 414px;
  float: left;
  margin-bottom: 10px;
}
#calendar-add-record .modal-padding .settings-row .brd.autocmplt input {
  background: none;
}
#calendar-add-record .modal-padding .settings-row .right-col {
  margin: 0 0 0 88px;
  width: auto;
  zoom: 1;
}
#calendar-add-record .modal-padding .settings-row .right-col:after {
  clear: both;
}
#calendar-add-record .modal-padding .settings-row .right-col:after,
#calendar-add-record .modal-padding .settings-row .right-col:before {
  display: table;
  line-height: 0;
  content: "";
}
#calendar-add-record .modal-padding .settings-row .right-col .b-datepicker {
  float: left;
}
#calendar-add-record
  .modal-padding
  .settings-row
  .right-col
  .movable-indicator {
  float: left;
  margin: -21px 0 0 22px;
}
#calendar-add-record
  .modal-padding
  .settings-row
  .right-col
  .movable-indicator.money {
  margin: -22px 0 0;
}
#calendar-add-record .modal-padding .settings-row .brd-texta {
  margin-bottom: 10px;
}
#calendar-add-record .modal-padding .settings-row .brd-texta textarea {
  min-height: 127px;
}
#calendar-add-record .modal-padding .settings-row.datepicker-row {
  margin: 24px 0 33px;
}
#calendar-add-record .modal-padding .settings-row.datepicker-row.end {
  margin-bottom: 25px;
}
#calendar-add-record .modal-padding .settings-row.budget-row {
  margin-bottom: 27px;
}
.welcome-screen-index {
  min-height: 480px;
  padding-top: 81px;
  margin-bottom: 75px;
  position: relative;
  text-align: left;
}
.welcome-screen-index .welcome-screen-index-shadow-bottom,
.welcome-screen-index .welcome-screen-index-shadow-top {
  position: absolute;
  width: 100%;
  height: 200px;
  left: 0;
  z-index: 1;
}
.welcome-screen-index .welcome-screen-index-shadow-top {
  top: 0;
  background-image: url(/images/backgrounds/welcome-screen-grad-top.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-repeat: repeat-x;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .welcome-screen-index .welcome-screen-index-shadow-top {
    background-image: url(/images/backgrounds/welcome-screen-grad-top@2x.png);
    background-size: 100px 200px;
    background-position: 0 0;
  }
}
.welcome-screen-index .welcome-screen-index-shadow-bottom {
  bottom: 0;
  background-image: url(/images/backgrounds/welcome-screen-grad-bottom.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-repeat: repeat-x;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .welcome-screen-index .welcome-screen-index-shadow-bottom {
    background-image: url(/images/backgrounds/welcome-screen-grad-bottom@2x.png);
    background-size: 100px 200px;
    background-position: 0 0;
  }
}
.welcome-screen-index .welcome-screen-index-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.welcome-screen-index p {
  color: #fff;
  font-size: 21px;
  line-height: 30px;
  padding-bottom: 23px;
}
.welcome-screen-index h2 {
  color: #fff;
  font: 700 40px/46px PT Sans;
  padding: 0 0 18px;
}
.welcome-screen-index .logo {
  display: block;
  height: 67px;
  width: 221px;
  background: url(/images/logo-sprite.png) no-repeat 0 -36px;
}
.welcome-screen-index .wrapper {
  position: relative;
  height: 100%;
  z-index: 2;
}
.welcome-screen-index .columns {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 130px;
}
.welcome-screen-index .buttons {
  height: 40px;
  display: inline-block;
  background-color: #ff395f;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.9) 0 1px #000;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.9) 0 1px #000;
  box-shadow: 0 1px 3px 0 1px rgba(0, 0, 0, 0.9) #000;
}
.welcome-screen-index .buttons li {
  float: left;
  position: relative;
}
.welcome-screen-index .buttons li a {
  display: block;
  float: left;
  height: 40px;
  padding: 0 14px;
  line-height: 35px;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}
.welcome-screen-index .buttons li a:hover {
  color: #ffe1e7;
}
.welcome-screen-index .buttons li:after {
  content: "";
  height: 22px;
  width: 1px;
  background-color: #fff;
  opacity: 0.5;
  position: absolute;
  top: 9px;
  left: 0;
}
.welcome-screen-index .buttons li:first-child:after {
  display: none;
}
.welcome-screen-index .bride-column {
  float: left;
  width: 410px;
}
.welcome-screen-index .photographer-column {
  float: right;
  width: 426px;
}
.welcome-screen-index .welcome-screen-copyright {
  color: #fff;
  position: absolute;
  bottom: 25px;
  left: 0;
  font-size: 15px;
}
.welcome-screen-index .welcome-screen-copyright a {
  color: #fff;
}
.welcome-screen-index .welcome-screen-copyright a:hover {
  color: #eee;
}
.page-lang-el .welcome-screen-index h2,
.page-lang-vi .welcome-screen-index h2 {
  font-family: Noto Sans, sans-serif;
}
.watch-all {
  text-align: center;
  font-size: 15px;
  margin: -12px 0 20px;
}
.index .more {
  margin: 25px 0 24px;
  text-align: center;
}
.index .more a {
  color: #2e2e2e;
}
.index .more a:hover {
  color: #595656;
}
.index .bnr-top {
  text-align: center;
  background-color: #ebebeb;
  height: 90px;
  overflow: hidden;
}
.index .index-title {
  text-align: center;
  padding-bottom: 15px;
  font-size: 21px;
}
.index .index-title a {
  color: #2e2e2e;
}
.index .index-title a:hover {
  color: #595656;
}
.index .favourite-photographers-photos-list {
  margin-bottom: 12px;
}
.index .favourite-photographers-photos-list .more {
  margin-bottom: 63px;
}
.index .rec-list {
  padding: 14px 0 45px;
}
.index .rec-list .more {
  font-size: 15px;
  margin: -7px 0 0;
}
.index .index-dreamalbum {
  position: relative;
  width: 100%;
  height: 498px;
  background: url(/images/backgrounds/index/dream/dream-bg.jpg);
  margin-bottom: 50px;
}
.index .index-dreamalbum .dream-light {
  height: 100%;
  width: 100%;
  background-image: url(/images/backgrounds/index/dream/dream-light.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .index .index-dreamalbum .dream-light {
    background-image: url(/images/backgrounds/index/dream/dream-light@2x.jpg);
    background-size: 1200px 498px;
    background-position: 50% 0;
  }
}
.index .index-dreamalbum .dream-box {
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -763px;
  height: 445px;
  width: 992px;
  background-image: url(/images/backgrounds/index/dream/dream-book.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .index .index-dreamalbum .dream-box {
    background-image: url(/images/backgrounds/index/dream/dream-book@2x.png);
    background-size: 992px 445px;
    background-position: 0 0;
  }
}
.index .index-dreamalbum .dream-box .dream-logo {
  display: block;
  height: 66px;
  width: 151px;
  background-image: url(/images/backgrounds/index/dream/dream-logo.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 168px;
  right: -228px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .index .index-dreamalbum .dream-box .dream-logo {
    background-image: url(/images/backgrounds/index/dream/dream-logo@2x.png);
    background-size: 151px 66px;
    background-position: 0 0;
  }
}
.index .requests-search-photographers {
  background: #ad3a4d;
  color: #fff;
  text-align: center;
  padding: 18px 0 28px;
  margin-bottom: 50px;
}
.index .requests-search-photographers a {
  color: #fff;
}
.index .requests-search-photographers a:hover {
  color: #eee;
}
.index .requests-search-photographers h2 {
  margin: 0 314px 0 300px;
  font-size: 24px;
}
.index .requests-search-photographers .place-request {
  float: right;
  margin-top: 5px;
}
.index .requests-search-photographers .requests-list {
  overflow: hidden;
  margin-top: 17px;
  width: 100%;
}
.index .requests-search-photographers .requests-list .requests-list-padding {
  width: 5000px;
}
.index .requests-search-photographers .requests-list .requests-list-padding ul {
  display: table;
}
.index
  .requests-search-photographers
  .requests-list
  .requests-list-padding
  ul
  li {
  display: table-cell;
  width: 233px;
  padding: 19px 5px 0;
  min-height: 137px;
  border-left: 1px solid #bb5b6b;
  border-right: 1px solid #9b2e40;
}
.index
  .requests-search-photographers
  .requests-list
  .requests-list-padding
  ul
  li
  p {
  padding: 0;
  height: 35px;
}
.index
  .requests-search-photographers
  .requests-list
  .requests-list-padding
  ul
  li
  h3 {
  padding-bottom: 0;
}
.index
  .requests-search-photographers
  .requests-list
  .requests-list-padding
  ul
  li
  .city {
  color: #d69da6;
  padding-bottom: 9px;
}
.index
  .requests-search-photographers
  .requests-list
  .requests-list-padding
  ul
  li
  .price {
  font-size: 21px;
  border: 2px solid #ad3a4d;
  padding: 7px 22px;
  display: inline-block;
}
.index
  .requests-search-photographers
  .requests-list
  .requests-list-padding
  ul
  li:hover
  .price {
  border-color: #fff;
}
.index
  .requests-search-photographers
  .requests-list
  .requests-list-padding
  ul
  li:first-child {
  border-left: 0;
}
.index .index-articles {
  border-top: 2px dashed #ccc;
  border-bottom: 2px dashed #ccc;
  min-height: 111px;
  margin-bottom: 50px;
}
.index .index-events {
  margin-bottom: 46px;
}
.index .index-events .choose-events-day {
  overflow: hidden;
}
.index .index-events .choose-events-day li {
  position: relative;
}
.index .index-events .choose-events-day li a {
  color: #2e2e2e;
  border-color: #2e2e2e;
}
.index .index-events .choose-events-day li.mid {
  margin: 0 250px;
  text-align: center;
}
.index .index-events .choose-events-day li.prev {
  float: left;
  padding-left: 20px;
  background-image: url(/images/arrows/arrows.png);
  background-repeat: no-repeat;
  background-position: 0 -181px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .index .index-events .choose-events-day li.prev {
    background-image: url(/images/arrows/arrows@2x.png);
    background-size: 16px 450px;
    background-position: 0 -181px;
  }
}
.index .index-events .choose-events-day li.next {
  float: right;
  padding-right: 20px;
  background-image: url(/images/arrows/arrows.png);
  background-repeat: no-repeat;
  background-position: 100% -205px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .index .index-events .choose-events-day li.next {
    background-image: url(/images/arrows/arrows@2x.png);
    background-size: 16px 450px;
    background-position: 100% -205px;
  }
}
.index .index-events .events-list {
  overflow: hidden;
  text-align: left;
  margin: 15px 0 10px;
}
.index .index-events .events-list ul {
  width: 105%;
}
.index .index-events .events-list .events-list-item {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  width: 285px;
}
.index .index-events .events-list .events-list-item p {
  color: #7c7c7c;
  padding-top: 8px;
}
.index .index-events .events-list .events-list-item p span {
  display: block;
}
.index .index-events .events-list .events-list-item.active a {
  color: #f09c24;
}
.index .index-events .more-link {
  margin: 0 0 50px;
}
.index .votes-results {
  border: 1px solid #7b7979;
  border-right: 0;
  border-left: 0;
  padding: 19px 0 16px;
  text-align: center;
  margin-bottom: 41px;
}
.index .votes-results h2 {
  font-size: 24px;
  padding-bottom: 0;
}
.index .votes-results h2 a {
  color: #2e2e2e;
}
.index .photographers-forum {
  margin-bottom: 63px;
}
.index .photographers-forum ul {
  overflow: hidden;
  padding-top: 3px;
}
.index .photographers-forum ul li {
  float: left;
  width: 278px;
  margin-left: 29px;
}
.index .photographers-forum ul li:first-child {
  margin-left: 0;
}
.index .photographers-forum ul li .forum-title {
  display: table;
}
.index .photographers-forum ul li .forum-title p {
  height: 60px;
  margin-top: 14px;
  display: table-cell;
  vertical-align: bottom;
  padding: 0;
}
.index .photographers-forum ul li .author {
  position: relative;
  padding: 3px 0 0 50px;
  overflow: hidden;
  margin-top: 15px;
  height: 52px;
}
.index .photographers-forum ul li .author .name-cnt {
  margin: 16px 0;
}
.index .photographers-forum ul li .author .name {
  color: #7c7c7c;
}
.index .photographers-forum ul li .author .name:hover {
  color: #646464;
}
.index .photographers-forum ul li .author .user-pic {
  position: relative;
  left: -42px;
  float: left;
  margin: -3px -100% 0 0;
}
.index .photographers-cityes {
  padding: 25px 0 55px;
  margin-bottom: 68px;
  background: url(/images/backgrounds/prewiev-bg.jpg);
  -webkit-box-shadow: inset 0 -4px 4px rgba(0, 0, 0, 0.1),
    inset 0 4px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 -4px 4px rgba(0, 0, 0, 0.1),
    inset 0 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -4px 4px rgba(0, 0, 0, 0.1),
    inset 0 4px 4px rgba(0, 0, 0, 0.1);
}
.index .photographers-cityes .cityes-list {
  overflow: hidden;
  padding-top: 13px;
}
.index .photographers-cityes .cityes-list ul {
  width: 105%;
}
.index .photographers-cityes .cityes-list ul li {
  float: left;
}
.index .photographers-cityes .cityes-list ul li a {
  color: #2e2e2e;
}
.index .photographers-cityes .cityes-list ul li a:hover {
  color: #595656;
}
.index .photographers-cityes .cityes-list ul li .main-cityes {
  font-size: 20px;
  padding-bottom: 19px;
}
.index .photographers-cityes .cityes-list ul li .main-cityes * {
  margin-right: 5px;
}
.index .photographers-cityes .cityes-list ul li .column {
  float: left;
  margin-right: 20px;
  width: 155px;
}
.index .photographers-cityes .cityes-list ul li .column p {
  padding-bottom: 5px;
}
.index .main-menu {
  padding-bottom: 37px;
}
.index.guest .rec-list {
  padding-bottom: 57px;
}
.index.guest .favourite-photographers-photos-list {
  margin-bottom: 21px;
}
.index.guest .main-menu {
  padding-bottom: 140px;
}
.index.bride .rec-list {
  padding-bottom: 35px;
}
.index.bride .rec-list .watch-all {
  margin-top: -6px;
}
.index.bride .favourite-photographers-photos-list {
  margin-bottom: 20px;
}
.bottom-panel {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 210px;
  min-width: 1200px;
  width: 100%;
  overflow: hidden;
}
.bottom-panel .bottom-banner {
  height: 150px;
  background: #e8e8e8;
  text-align: center;
}
.bottom-panel .footer {
  position: relative;
  left: auto;
  margin: 0 auto;
}
.footer {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -600px;
  width: 1200px;
}
.footer .copyright {
  float: left;
}
.footer .footer-navigation {
  float: right;
}
.footer .footer-navigation li {
  float: left;
  margin-left: 23px;
}
.footer.theme-dark {
  background-color: #191919;
}
.footer.theme-dark .copyright {
  color: #fff;
}
body {
  position: relative;
  height: 100%;
  color: #343434;
  background: #fff;
  min-width: 1200px;
}
body body {
  min-width: 0;
}
body.page-lang-el,
body.page-lang-vi {
  font-family: Noto Sans, sans-serif;
  font-size: 15px;
}
a {
  color: #1992ba;
  outline: none;
}
a:hover {
  color: #00769c;
}
.h1,
h1 {
  padding: 0 0 27px;
  font-size: 34px;
  line-height: 40px;
  color: #343434;
}
.h1,
.h2,
h1,
h2 {
  font-weight: 400;
}
.h2,
h2 {
  padding: 0 0 10px;
  font-size: 21px;
  line-height: 24px;
  color: #434343;
}
.h3,
h3 {
  font-size: 18px;
  line-height: 20px;
}
.h3,
.h4,
h3,
h4 {
  padding: 0 0 21px;
  color: #343434;
  font-weight: 400;
}
.h4,
h4 {
  font-size: 16px;
  line-height: 18px;
}
.h5,
h5 {
  padding: 0 0 21px;
  font-size: 14px;
  line-height: 16px;
  color: #343434;
  font-weight: 400;
}
.h2.large,
h2.large {
  font-size: 30px;
  line-height: 40px;
}
p {
  padding: 0 0 21px;
}
hr {
  margin-bottom: 10px;
}
#main {
  position: relative;
  width: 100%;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
}
.main--footer-bottom {
  min-height: 100%;
}
.main--phone-comment-active .footer-wrapper {
  display: none;
}
.main--phone-comment-active .main-content {
  padding-bottom: 100px;
}
.footer-wrapper {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.main-content {
  padding-bottom: 320px;
}
.main-content.banner {
  padding-bottom: 500px;
}
.punisher {
  clear: both;
  height: 70px;
}
.punisher-second {
  clear: both;
  height: 344px;
}
.punisher-second.without-down-block {
  height: 120px;
}
.clear-floats {
  clear: both;
  height: 0;
  font-size: 0;
}
.row-fluid {
  width: auto;
  zoom: 1;
}
.row-fluid:after {
  clear: both;
}
.row-fluid:after,
.row-fluid:before {
  display: table;
  line-height: 0;
  content: "";
}
.ruble {
  float: left;
  margin-left: 10px;
  font-family: Rouble, sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.rouble {
  font-family: Rouble, sans-serif !important;
}
.hover-promt {
  position: absolute;
  bottom: 37px;
  left: -10px;
  width: 300px;
  display: none;
  font-size: 16px;
  line-height: 25px;
  color: #191919;
  text-align: left;
  font-style: normal;
  background-color: #fff;
}
.hover-promt p {
  padding: 13px 15px 13px 21px;
}
.clearfix {
  width: auto;
  zoom: 1;
}
.clearfix:after {
  clear: both;
}
.clearfix:after,
.clearfix:before {
  display: table;
  line-height: 0;
  content: "";
}
.clear-empty {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}
.default-button {
  background-image: -moz-linear-gradient(top, #fff, #e7e7e7);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#fff),
    to(#e7e7e7)
  );
  background-image: -webkit-linear-gradient(top, #fff, #e7e7e7);
  background-image: -o-linear-gradient(top, #fff, #e7e7e7);
  background-image: linear-gradient(180deg, #fff, #e7e7e7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e0e0e0",GradientType=0);
}
.default-button,
.default-button:hover {
  display: block;
  height: auto;
  text-decoration: none;
  line-height: 14px;
  color: #5e5e5e;
  padding: 3px 8px 5px;
  font-size: 14px;
  text-shadow: 0 1px 1px #fff;
  border-top: 1px solid #e9e9e9;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #d0d0d0;
  background-repeat: repeat-x;
  display: inline-block;
  vertical-align: top;
}
.default-button:hover {
  background-image: -moz-linear-gradient(top, #f3f3f3, #d0d0d0);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#f3f3f3),
    to(#d0d0d0)
  );
  background-image: -webkit-linear-gradient(top, #f3f3f3, #d0d0d0);
  background-image: -o-linear-gradient(top, #f3f3f3, #d0d0d0);
  background-image: linear-gradient(180deg, #f3f3f3, #d0d0d0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e0e0e0",GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3f3f3",endColorstr="#d0d0d0",GradientType=0);
}
.default-button:active {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e0e0e0",GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#989898",endColorstr="#989898",GradientType=0);
  -webkit-transition: box-shadow 0.2s linear;
  -moz-transition: box-shadow linear 0.2s;
  -o-transition: box-shadow linear 0.2s;
  transition: box-shadow 0.2s linear;
}
.default-button.active,
.default-button:active {
  display: block;
  height: auto;
  text-decoration: none;
  line-height: 14px;
  color: #fff;
  padding: 3px 8px 5px;
  font-size: 14px;
  text-shadow: 0 0 1px #989898;
  border-top: 1px solid #747474;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #7e7e7e;
  background-image: -moz-linear-gradient(top, #989898, #989898);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#989898),
    to(#989898)
  );
  background-image: -webkit-linear-gradient(top, #989898, #989898);
  background-image: -o-linear-gradient(top, #989898, #989898);
  background-image: linear-gradient(180deg, #989898, #989898);
  background-repeat: repeat-x;
  vertical-align: top;
  display: inline-block;
  -webkit-box-shadow: inset 0 3px 15px rgba(88, 88, 88, 0.8);
  -moz-box-shadow: inset 0 3px 15px rgba(88, 88, 88, 0.8);
  box-shadow: inset 0 3px 15px rgba(88, 88, 88, 0.8);
}
.default-button.active {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e0e0e0",GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffeeb3",endColorstr="#ffeeb3",GradientType=0);
}
.default-button.disabled {
  color: #ababab;
  padding: 3px 8px 5px;
  border-top: 1px solid #f3f3f3;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #e5e5e5;
  background-image: -moz-linear-gradient(top, #fff, #eee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#eee));
  background-image: -webkit-linear-gradient(top, #fff, #eee);
  background-image: -o-linear-gradient(top, #fff, #eee);
  background-image: linear-gradient(180deg, #fff, #eee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e0e0e0",GradientType=0);
  cursor: default;
  -webkit-box-shadow: 0 0 0 0 #000;
  -moz-box-shadow: 0 0 0 0 #000;
  box-shadow: 0 0 0 0 #000;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#eeeeee",GradientType=0);
}
.default-button.disabled,
a.default-button {
  display: block;
  height: auto;
  text-decoration: none;
  line-height: 14px;
  font-size: 14px;
  text-shadow: 0 1px 1px #fff;
  background-repeat: repeat-x;
  vertical-align: top;
  display: inline-block;
}
a.default-button {
  color: #5e5e5e;
  padding: 4px 8px;
  border-top: 1px solid #e9e9e9;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #d0d0d0;
  background-image: -moz-linear-gradient(top, #fff, #e7e7e7);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#fff),
    to(#e7e7e7)
  );
  background-image: -webkit-linear-gradient(top, #fff, #e7e7e7);
  background-image: -o-linear-gradient(top, #fff, #e7e7e7);
  background-image: linear-gradient(180deg, #fff, #e7e7e7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e0e0e0",GradientType=0);
}
a.default-button:hover {
  color: #5e5e5e;
  text-shadow: 0 1px 1px #fff;
  border-top: 1px solid #e9e9e9;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #d0d0d0;
  background-image: -moz-linear-gradient(top, #f3f3f3, #d0d0d0);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#f3f3f3),
    to(#d0d0d0)
  );
  background-image: -webkit-linear-gradient(top, #f3f3f3, #d0d0d0);
  background-image: -o-linear-gradient(top, #f3f3f3, #d0d0d0);
  background-image: linear-gradient(180deg, #f3f3f3, #d0d0d0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e0e0e0",GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3f3f3",endColorstr="#d0d0d0",GradientType=0);
}
a.default-button:active,
a.default-button:hover {
  display: block;
  height: auto;
  text-decoration: none;
  line-height: 14px;
  padding: 4px 8px;
  font-size: 14px;
  background-repeat: repeat-x;
  vertical-align: top;
  display: inline-block;
}
a.default-button:active {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e0e0e0",GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#989898",endColorstr="#989898",GradientType=0);
  -webkit-transition: box-shadow 0.2s linear;
  -moz-transition: box-shadow linear 0.2s;
  -o-transition: box-shadow linear 0.2s;
  transition: box-shadow 0.2s linear;
}
a.default-button.active,
a.default-button:active {
  color: #fff;
  text-shadow: 0 0 1px #989898;
  border-top: 1px solid #747474;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #7e7e7e;
  background-image: -moz-linear-gradient(top, #989898, #989898);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#989898),
    to(#989898)
  );
  background-image: -webkit-linear-gradient(top, #989898, #989898);
  background-image: -o-linear-gradient(top, #989898, #989898);
  background-image: linear-gradient(180deg, #989898, #989898);
  -webkit-box-shadow: inset 0 3px 15px rgba(88, 88, 88, 0.8);
  -moz-box-shadow: inset 0 3px 15px rgba(88, 88, 88, 0.8);
  box-shadow: inset 0 3px 15px rgba(88, 88, 88, 0.8);
}
a.default-button.active {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e0e0e0",GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffeeb3",endColorstr="#ffeeb3",GradientType=0);
}
a.default-button.active,
a.default-button.disabled {
  display: block;
  height: auto;
  text-decoration: none;
  line-height: 14px;
  padding: 4px 8px;
  font-size: 14px;
  background-repeat: repeat-x;
  vertical-align: top;
  display: inline-block;
}
a.default-button.disabled {
  color: #ababab;
  text-shadow: 0 1px 1px #fff;
  border-top: 1px solid #f3f3f3;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #e5e5e5;
  background-image: -moz-linear-gradient(top, #fff, #eee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#eee));
  background-image: -webkit-linear-gradient(top, #fff, #eee);
  background-image: -o-linear-gradient(top, #fff, #eee);
  background-image: linear-gradient(180deg, #fff, #eee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e0e0e0",GradientType=0);
  cursor: default;
  -webkit-box-shadow: 0 0 0 0 #000;
  -moz-box-shadow: 0 0 0 0 #000;
  box-shadow: 0 0 0 0 #000;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#eeeeee",GradientType=0);
}
.default-button-large {
  background-image: -moz-linear-gradient(top, #fff, #e7e7e7);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#fff),
    to(#e7e7e7)
  );
  background-image: -webkit-linear-gradient(top, #fff, #e7e7e7);
  background-image: -o-linear-gradient(top, #fff, #e7e7e7);
  background-image: linear-gradient(180deg, #fff, #e7e7e7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e0e0e0",GradientType=0);
}
.default-button-large,
.default-button-large:hover {
  display: block;
  height: auto;
  text-decoration: none;
  line-height: 1.429;
  color: #5e5e5e;
  padding: 3px 16px 4px;
  font-size: 21px;
  text-shadow: 0 1px 1px #fff;
  border-top: 1px solid #e9e9e9;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #d0d0d0;
  background-repeat: repeat-x;
  vertical-align: top;
  display: inline-block;
}
.default-button-large:hover {
  background-image: -moz-linear-gradient(top, #f3f3f3, #d0d0d0);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#f3f3f3),
    to(#d0d0d0)
  );
  background-image: -webkit-linear-gradient(top, #f3f3f3, #d0d0d0);
  background-image: -o-linear-gradient(top, #f3f3f3, #d0d0d0);
  background-image: linear-gradient(180deg, #f3f3f3, #d0d0d0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e0e0e0",GradientType=0);
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3f3f3",endColorstr="#d0d0d0",GradientType=0);
}
.default-button-large:active {
  text-shadow: 0 1px 1px #989898;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e0e0e0",GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#989898",endColorstr="#989898",GradientType=0);
  -webkit-transition: box-shadow 0.2s linear;
  -moz-transition: box-shadow linear 0.2s;
  -o-transition: box-shadow linear 0.2s;
  transition: box-shadow 0.2s linear;
}
.default-button-large.active,
.default-button-large:active {
  display: block;
  height: auto;
  text-decoration: none;
  line-height: 1.429;
  color: #fff;
  padding: 3px 16px 4px;
  font-size: 21px;
  border-top: 1px solid #747474;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #7e7e7e;
  background-image: -moz-linear-gradient(top, #989898, #989898);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#989898),
    to(#989898)
  );
  background-image: -webkit-linear-gradient(top, #989898, #989898);
  background-image: -o-linear-gradient(top, #989898, #989898);
  background-image: linear-gradient(180deg, #989898, #989898);
  background-repeat: repeat-x;
  vertical-align: top;
  display: inline-block;
  -webkit-box-shadow: inset 0 3px 15px rgba(88, 88, 88, 0.8);
  -moz-box-shadow: inset 0 3px 15px rgba(88, 88, 88, 0.8);
  box-shadow: inset 0 3px 15px rgba(88, 88, 88, 0.8);
}
.default-button-large.active {
  text-shadow: 0 0 1px #989898;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e0e0e0",GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffeeb3",endColorstr="#ffeeb3",GradientType=0);
}
.default-button-large.disabled {
  display: block;
  height: auto;
  text-decoration: none;
  line-height: 1.429;
  color: #ababab;
  padding: 3px 16px 5px;
  font-size: 21px;
  text-shadow: 0 1px 1px #fff;
  border-top: 1px solid #f3f3f3;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #e5e5e5;
  background-image: -moz-linear-gradient(top, #fff, #eee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#eee));
  background-image: -webkit-linear-gradient(top, #fff, #eee);
  background-image: -o-linear-gradient(top, #fff, #eee);
  background-image: linear-gradient(180deg, #fff, #eee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e0e0e0",GradientType=0);
  cursor: default;
  vertical-align: top;
  display: inline-block;
  -webkit-box-shadow: 0 0 0 0 #000;
  -moz-box-shadow: 0 0 0 0 #000;
  box-shadow: 0 0 0 0 #000;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#eeeeee",GradientType=0);
}
.default-button-large.fixed {
  min-width: 130px;
}
.default-button-xlarge {
  background-image: -moz-linear-gradient(top, #fff, #e7e7e7);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#fff),
    to(#e7e7e7)
  );
  background-image: -webkit-linear-gradient(top, #fff, #e7e7e7);
  background-image: -o-linear-gradient(top, #fff, #e7e7e7);
  background-image: linear-gradient(180deg, #fff, #e7e7e7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e0e0e0",GradientType=0);
}
.default-button-xlarge,
.default-button-xlarge:hover {
  display: block;
  height: auto;
  text-decoration: none;
  line-height: 16px;
  color: #5e5e5e;
  padding: 6px 16px;
  font-size: 16px;
  text-shadow: 0 1px 1px #fff;
  border-top: 1px solid #e9e9e9;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #d0d0d0;
  background-repeat: repeat-x;
  vertical-align: top;
  display: inline-block;
}
.default-button-xlarge:hover {
  background-image: -moz-linear-gradient(top, #f3f3f3, #d0d0d0);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#f3f3f3),
    to(#d0d0d0)
  );
  background-image: -webkit-linear-gradient(top, #f3f3f3, #d0d0d0);
  background-image: -o-linear-gradient(top, #f3f3f3, #d0d0d0);
  background-image: linear-gradient(180deg, #f3f3f3, #d0d0d0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e0e0e0",GradientType=0);
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3f3f3",endColorstr="#d0d0d0",GradientType=0);
}
.default-button-xlarge:active {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e0e0e0",GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#989898",endColorstr="#989898",GradientType=0);
  -webkit-transition: box-shadow 0.2s linear;
  -moz-transition: box-shadow linear 0.2s;
  -o-transition: box-shadow linear 0.2s;
  transition: box-shadow 0.2s linear;
}
.default-button-xlarge.active,
.default-button-xlarge:active {
  display: block;
  height: auto;
  text-decoration: none;
  line-height: 16px;
  color: #fff;
  padding: 6px 16px;
  font-size: 16px;
  text-shadow: 0 0 1px #989898;
  border-top: 1px solid #747474;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #7e7e7e;
  background-image: -moz-linear-gradient(top, #989898, #989898);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#989898),
    to(#989898)
  );
  background-image: -webkit-linear-gradient(top, #989898, #989898);
  background-image: -o-linear-gradient(top, #989898, #989898);
  background-image: linear-gradient(180deg, #989898, #989898);
  background-repeat: repeat-x;
  vertical-align: top;
  display: inline-block;
  -webkit-box-shadow: inset 0 3px 15px rgba(88, 88, 88, 0.8);
  -moz-box-shadow: inset 0 3px 15px rgba(88, 88, 88, 0.8);
  box-shadow: inset 0 3px 15px rgba(88, 88, 88, 0.8);
}
.default-button-xlarge.active {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e0e0e0",GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffeeb3",endColorstr="#ffeeb3",GradientType=0);
}
.default-button-xlarge.disabled {
  line-height: 16px;
  color: #ababab;
  padding: 6px 16px;
  font-size: 16px;
  border-top: 1px solid #f3f3f3;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #e5e5e5;
  background-image: -moz-linear-gradient(top, #fff, #eee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#eee));
  background-image: -webkit-linear-gradient(top, #fff, #eee);
  background-image: -o-linear-gradient(top, #fff, #eee);
  background-image: linear-gradient(180deg, #fff, #eee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e0e0e0",GradientType=0);
  cursor: default;
  -webkit-box-shadow: 0 0 0 0 #000;
  -moz-box-shadow: 0 0 0 0 #000;
  box-shadow: 0 0 0 0 #000;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#eeeeee",GradientType=0);
}
.default-button-xlarge.disabled,
.default-button-xxlarge {
  display: block;
  height: auto;
  text-decoration: none;
  text-shadow: 0 1px 1px #fff;
  background-repeat: repeat-x;
  vertical-align: top;
  display: inline-block;
}
.default-button-xxlarge {
  line-height: 1.429;
  color: #5e5e5e;
  padding: 4px 16px 5px;
  font-size: 21px;
  border-top: 1px solid #e9e9e9;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #d0d0d0;
  background-image: -moz-linear-gradient(top, #fff, #e7e7e7);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#fff),
    to(#e7e7e7)
  );
  background-image: -webkit-linear-gradient(top, #fff, #e7e7e7);
  background-image: -o-linear-gradient(top, #fff, #e7e7e7);
  background-image: linear-gradient(180deg, #fff, #e7e7e7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e0e0e0",GradientType=0);
}
.default-button-xxlarge:hover {
  color: #5e5e5e;
  text-shadow: 0 1px 1px #fff;
  border-top: 1px solid #e9e9e9;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #d0d0d0;
  background-image: -moz-linear-gradient(top, #f3f3f3, #d0d0d0);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#f3f3f3),
    to(#d0d0d0)
  );
  background-image: -webkit-linear-gradient(top, #f3f3f3, #d0d0d0);
  background-image: -o-linear-gradient(top, #f3f3f3, #d0d0d0);
  background-image: linear-gradient(180deg, #f3f3f3, #d0d0d0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e0e0e0",GradientType=0);
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3f3f3",endColorstr="#d0d0d0",GradientType=0);
}
.default-button-xxlarge:active,
.default-button-xxlarge:hover {
  display: block;
  height: auto;
  text-decoration: none;
  line-height: 1.429;
  padding: 4px 16px 5px;
  font-size: 21px;
  background-repeat: repeat-x;
  vertical-align: top;
  display: inline-block;
}
.default-button-xxlarge:active {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e0e0e0",GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#989898",endColorstr="#989898",GradientType=0);
  -webkit-transition: box-shadow 0.2s linear;
  -moz-transition: box-shadow linear 0.2s;
  -o-transition: box-shadow linear 0.2s;
  transition: box-shadow 0.2s linear;
}
.default-button-xxlarge.active,
.default-button-xxlarge:active {
  color: #fff;
  text-shadow: 0 0 1px #989898;
  border-top: 1px solid #747474;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #7e7e7e;
  background-image: -moz-linear-gradient(top, #989898, #989898);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#989898),
    to(#989898)
  );
  background-image: -webkit-linear-gradient(top, #989898, #989898);
  background-image: -o-linear-gradient(top, #989898, #989898);
  background-image: linear-gradient(180deg, #989898, #989898);
  -webkit-box-shadow: inset 0 3px 15px rgba(88, 88, 88, 0.8);
  -moz-box-shadow: inset 0 3px 15px rgba(88, 88, 88, 0.8);
  box-shadow: inset 0 3px 15px rgba(88, 88, 88, 0.8);
}
.default-button-xxlarge.active {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e0e0e0",GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffeeb3",endColorstr="#ffeeb3",GradientType=0);
}
.default-button-xxlarge.active,
.default-button-xxlarge.disabled {
  display: block;
  height: auto;
  text-decoration: none;
  line-height: 1.429;
  padding: 4px 16px 5px;
  font-size: 21px;
  background-repeat: repeat-x;
  vertical-align: top;
  display: inline-block;
}
.default-button-xxlarge.disabled {
  color: #ababab;
  text-shadow: 0 1px 1px #fff;
  border-top: 1px solid #f3f3f3;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #e5e5e5;
  background-image: -moz-linear-gradient(top, #fff, #eee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#eee));
  background-image: -webkit-linear-gradient(top, #fff, #eee);
  background-image: -o-linear-gradient(top, #fff, #eee);
  background-image: linear-gradient(180deg, #fff, #eee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e0e0e0",GradientType=0);
  cursor: default;
  -webkit-box-shadow: 0 0 0 0 #000;
  -moz-box-shadow: 0 0 0 0 #000;
  box-shadow: 0 0 0 0 #000;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#eeeeee",GradientType=0);
}
.default-button-large.trigger.active,
.default-button-large.trigger.active:active,
.default-button-xlarge.trigger.active,
.default-button-xlarge.trigger.active:active,
.default-button-xxlarge.trigger.active,
.default-button-xxlarge.trigger.active:active,
.default-button.trigger.active,
.default-button.trigger.active:active,
a.default-button.trigger.active,
a.default-button.trigger.active:active {
  color: #ac7916;
  vertical-align: top;
  display: inline-block;
  text-shadow: 0 0 0 #fff;
  border-top: 1px solid #eac359;
  border-left: 1px solid #ecc866;
  border-right: 1px solid #ecc866;
  border-bottom: 1px solid #efd180;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all 0.2s linear;
  -webkit-box-shadow: inset 0 4px 5px rgba(240, 202, 85, 0.7);
  -moz-box-shadow: inset 0 4px 5px rgba(240, 202, 85, 0.7);
  box-shadow: inset 0 4px 5px rgba(240, 202, 85, 0.7);
  background-image: -moz-linear-gradient(top, #ffeeb3, #ffeeb3);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#ffeeb3),
    to(#ffeeb3)
  );
  background-image: -webkit-linear-gradient(top, #ffeeb3, #ffeeb3);
  background-image: -o-linear-gradient(top, #ffeeb3, #ffeeb3);
  background-image: linear-gradient(180deg, #ffeeb3, #ffeeb3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffeeb3",endColorstr="#ffeeb3",GradientType=0);
}
.default-button-large.trigger:active,
.default-button-xlarge.trigger:active,
.default-button-xxlarge.trigger:active,
.default-button.trigger:active,
a.default-button.trigger:active {
  color: #5e5e5e;
  vertical-align: top;
  display: inline-block;
  text-shadow: 0 0 0 #fff;
  border-top: 1px solid #e9e9e9;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #d0d0d0;
  background-image: -moz-linear-gradient(top, #f3f3f3, #d0d0d0);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#f3f3f3),
    to(#d0d0d0)
  );
  background-image: -webkit-linear-gradient(top, #f3f3f3, #d0d0d0);
  background-image: -o-linear-gradient(top, #f3f3f3, #d0d0d0);
  background-image: linear-gradient(180deg, #f3f3f3, #d0d0d0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3f3f3",endColorstr="#d0d0d0",GradientType=0);
  -webkit-transition: all 0s linear;
  -moz-transition: all linear 0s;
  -o-transition: all linear 0s;
  transition: all 0s linear;
  -webkit-box-shadow: 0 0 0 transparent;
  -khtml-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.switcher-button {
  background-image: -moz-linear-gradient(top, #fff, #e7e7e7);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#fff),
    to(#e7e7e7)
  );
  background-image: -webkit-linear-gradient(top, #fff, #e7e7e7);
  background-image: -o-linear-gradient(top, #fff, #e7e7e7);
  background-image: linear-gradient(180deg, #fff, #e7e7e7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e0e0e0",GradientType=0);
}
.switcher-button,
.switcher-button:hover {
  display: block;
  height: auto;
  text-decoration: none;
  line-height: 14px;
  color: #5e5e5e;
  padding: 3px 8px 5px;
  font-size: 14px;
  text-shadow: 0 1px 1px #fff;
  border-top: 1px solid #e9e9e9;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #d0d0d0;
  background-repeat: repeat-x;
  vertical-align: top;
  display: inline-block;
}
.switcher-button:hover {
  background-image: -moz-linear-gradient(top, #f3f3f3, #d0d0d0);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#f3f3f3),
    to(#d0d0d0)
  );
  background-image: -webkit-linear-gradient(top, #f3f3f3, #d0d0d0);
  background-image: -o-linear-gradient(top, #f3f3f3, #d0d0d0);
  background-image: linear-gradient(180deg, #f3f3f3, #d0d0d0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e0e0e0",GradientType=0);
  transition: all 0.2s linear;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3f3f3",endColorstr="#d0d0d0",GradientType=0);
}
.switcher-button.active,
.switcher-button:active {
  color: #ac7916;
  text-shadow: 0 0 0 #fff;
  border-top: 1px solid #eac359;
  border-left: 1px solid #ecc866;
  border-right: 1px solid #ecc866;
  border-bottom: 1px solid #efd180;
  background-image: -moz-linear-gradient(top, #ffeeb3, #ffeeb3);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#ffeeb3),
    to(#ffeeb3)
  );
  background-image: -webkit-linear-gradient(top, #ffeeb3, #ffeeb3);
  background-image: -o-linear-gradient(top, #ffeeb3, #ffeeb3);
  background-image: linear-gradient(180deg, #ffeeb3, #ffeeb3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e0e0e0",GradientType=0);
  -webkit-box-shadow: inset 0 4px 5px rgba(240, 202, 85, 0.7);
  -moz-box-shadow: inset 0 4px 5px rgba(240, 202, 85, 0.7);
  box-shadow: inset 0 4px 5px rgba(240, 202, 85, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffeeb3",endColorstr="#ffeeb3",GradientType=0);
  -webkit-transition: box-shadow 0.2s linear;
  -moz-transition: box-shadow linear 0.2s;
  -o-transition: box-shadow linear 0.2s;
  transition: box-shadow 0.2s linear;
}
.switcher-button.active,
.switcher-button.disabled,
.switcher-button:active {
  display: block;
  height: auto;
  text-decoration: none;
  line-height: 14px;
  padding: 3px 8px 5px;
  font-size: 14px;
  background-repeat: repeat-x;
  vertical-align: top;
  display: inline-block;
}
.switcher-button.disabled {
  color: #ababab;
  text-shadow: 0 1px 1px #fff;
  border-top: 1px solid #f3f3f3;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #e5e5e5;
  background-image: -moz-linear-gradient(top, #fff, #eee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#eee));
  background-image: -webkit-linear-gradient(top, #fff, #eee);
  background-image: -o-linear-gradient(top, #fff, #eee);
  background-image: linear-gradient(180deg, #fff, #eee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e0e0e0",GradientType=0);
  cursor: default;
  -webkit-box-shadow: 0 0 0 0 #000;
  -moz-box-shadow: 0 0 0 0 #000;
  box-shadow: 0 0 0 0 #000;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#eeeeee",GradientType=0);
}
.switcher-button.first-child {
  border-top: 1px solid #e9e9e9;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #d0d0d0;
  background-image: -moz-linear-gradient(top, #fff, #e7e7e7);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#fff),
    to(#e7e7e7)
  );
  background-image: -webkit-linear-gradient(top, #fff, #e7e7e7);
  background-image: -o-linear-gradient(top, #fff, #e7e7e7);
  background-image: linear-gradient(180deg, #fff, #e7e7e7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e0e0e0",GradientType=0);
  border-left-color: #e0e0e0;
}
.switcher-button.first-child,
.switcher-button.first-child:hover {
  display: block;
  height: auto;
  text-decoration: none;
  line-height: 14px;
  color: #5e5e5e;
  padding: 3px 8px 5px;
  font-size: 14px;
  text-shadow: 0 1px 1px #fff;
  background-repeat: repeat-x;
  display: inline-block;
}
.switcher-button.first-child:hover {
  border-top: 1px solid #e9e9e9;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #d0d0d0;
  background-image: -moz-linear-gradient(top, #f3f3f3, #d0d0d0);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#f3f3f3),
    to(#d0d0d0)
  );
  background-image: -webkit-linear-gradient(top, #f3f3f3, #d0d0d0);
  background-image: -o-linear-gradient(top, #f3f3f3, #d0d0d0);
  background-image: linear-gradient(180deg, #f3f3f3, #d0d0d0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e0e0e0",GradientType=0);
  vertical-align: top;
  transition: all 0.2s linear;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3f3f3",endColorstr="#d0d0d0",GradientType=0);
}
.switcher-button.first-child.active,
.switcher-button.first-child:active {
  color: #ac7916;
  text-shadow: 0 0 0 #fff;
  border-top: 1px solid #eac359;
  border-left: 1px solid #ecc866;
  border-right: 1px solid #ecc866;
  border-bottom: 1px solid #efd180;
  background-image: -moz-linear-gradient(top, #ffeeb3, #ffeeb3);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#ffeeb3),
    to(#ffeeb3)
  );
  background-image: -webkit-linear-gradient(top, #ffeeb3, #ffeeb3);
  background-image: -o-linear-gradient(top, #ffeeb3, #ffeeb3);
  background-image: linear-gradient(180deg, #ffeeb3, #ffeeb3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e0e0e0",GradientType=0);
  transition: all 0s ease-in-out;
  -webkit-box-shadow: inset 0 4px 5px rgba(240, 202, 85, 0.7);
  -moz-box-shadow: inset 0 4px 5px rgba(240, 202, 85, 0.7);
  box-shadow: inset 0 4px 5px rgba(240, 202, 85, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffeeb3",endColorstr="#ffeeb3",GradientType=0);
}
.switcher-button.first-child.active,
.switcher-button.first-child.disabled,
.switcher-button.first-child.disabled:active,
.switcher-button.first-child:active {
  display: block;
  height: auto;
  text-decoration: none;
  line-height: 14px;
  padding: 3px 8px 5px;
  font-size: 14px;
  background-repeat: repeat-x;
  vertical-align: top;
  display: inline-block;
}
.switcher-button.first-child.disabled,
.switcher-button.first-child.disabled:active {
  color: #ababab;
  text-shadow: 0 1px 1px #fff;
  border-top: 1px solid #f3f3f3;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #e5e5e5;
  background-image: -moz-linear-gradient(top, #fff, #eee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#eee));
  background-image: -webkit-linear-gradient(top, #fff, #eee);
  background-image: -o-linear-gradient(top, #fff, #eee);
  background-image: linear-gradient(180deg, #fff, #eee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e0e0e0",GradientType=0);
  cursor: default;
  -webkit-box-shadow: 0 0 0 0 #000;
  -moz-box-shadow: 0 0 0 0 #000;
  box-shadow: 0 0 0 0 #000;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#eeeeee",GradientType=0);
}
.datepicker-button {
  background-image: -moz-linear-gradient(top, #fff, #e7e7e7);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#fff),
    to(#e7e7e7)
  );
  background-image: -webkit-linear-gradient(top, #fff, #e7e7e7);
  background-image: -o-linear-gradient(top, #fff, #e7e7e7);
  background-image: linear-gradient(180deg, #fff, #e7e7e7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e0e0e0",GradientType=0);
}
.datepicker-button,
.datepicker-button:hover {
  display: block;
  height: auto;
  text-decoration: none;
  line-height: 14px;
  color: #5e5e5e;
  padding: 3px 8px 5px;
  font-size: 14px;
  text-shadow: 0 1px 1px #fff;
  border-top: 1px solid #e9e9e9;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #d0d0d0;
  background-repeat: repeat-x;
  vertical-align: top;
  display: inline-block;
}
.datepicker-button:hover {
  background-image: -moz-linear-gradient(top, #f3f3f3, #d0d0d0);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#f3f3f3),
    to(#d0d0d0)
  );
  background-image: -webkit-linear-gradient(top, #f3f3f3, #d0d0d0);
  background-image: -o-linear-gradient(top, #f3f3f3, #d0d0d0);
  background-image: linear-gradient(180deg, #f3f3f3, #d0d0d0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e0e0e0",GradientType=0);
  transition: all 0.2s ease-in-out;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3f3f3",endColorstr="#d0d0d0",GradientType=0);
}
.datepicker-button:active {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e0e0e0",GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#989898",endColorstr="#989898",GradientType=0);
  -webkit-transition: box-shadow 0.2s linear;
  -moz-transition: box-shadow linear 0.2s;
  -o-transition: box-shadow linear 0.2s;
  transition: box-shadow 0.2s linear;
}
.datepicker-button.active,
.datepicker-button:active {
  display: block;
  height: auto;
  text-decoration: none;
  line-height: 14px;
  color: #fff;
  padding: 3px 8px 5px;
  font-size: 14px;
  text-shadow: 0 0 1px #989898;
  border-top: 1px solid #747474;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #7e7e7e;
  background-image: -moz-linear-gradient(top, #989898, #989898);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#989898),
    to(#989898)
  );
  background-image: -webkit-linear-gradient(top, #989898, #989898);
  background-image: -o-linear-gradient(top, #989898, #989898);
  background-image: linear-gradient(180deg, #989898, #989898);
  background-repeat: repeat-x;
  vertical-align: top;
  display: inline-block;
  -webkit-box-shadow: inset 0 3px 15px rgba(88, 88, 88, 0.8);
  -moz-box-shadow: inset 0 3px 15px rgba(88, 88, 88, 0.8);
  box-shadow: inset 0 3px 15px rgba(88, 88, 88, 0.8);
}
.datepicker-button.active {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e0e0e0",GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffeeb3",endColorstr="#ffeeb3",GradientType=0);
}
.datepicker-button.disabled {
  display: block;
  height: auto;
  text-decoration: none;
  line-height: 14px;
  color: #ababab;
  padding: 3px 8px 5px;
  font-size: 14px;
  text-shadow: 0 1px 1px #fff;
  border-top: 1px solid #f3f3f3;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #e5e5e5;
  background-image: -moz-linear-gradient(top, #fff, #eee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#eee));
  background-image: -webkit-linear-gradient(top, #fff, #eee);
  background-image: -o-linear-gradient(top, #fff, #eee);
  background-image: linear-gradient(180deg, #fff, #eee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e0e0e0",GradientType=0);
  cursor: default;
  vertical-align: top;
  display: inline-block;
  -webkit-box-shadow: 0 0 0 0 #000;
  -moz-box-shadow: 0 0 0 0 #000;
  box-shadow: 0 0 0 0 #000;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#eeeeee",GradientType=0);
}
.b-datepicker {
  width: auto;
  zoom: 1;
}
.b-datepicker:after {
  clear: both;
}
.b-datepicker:after,
.b-datepicker:before {
  display: table;
  line-height: 0;
  content: "";
}
.b-datepicker .delimiter {
  float: left;
  display: block;
  margin: 0 3px;
}
.datepicker-button {
  float: left;
  cursor: pointer;
  position: relative;
}
.datepicker-button.active .ins-text,
.datepicker-button:active .ins-text {
  background-position: 100% -131px;
}
.datepicker-button .ins-text {
  padding-right: 17px;
  display: block;
  text-align: center;
  background-image: url(/images/arrows/arrows.png);
  background-repeat: no-repeat;
  background-position: 100% -88px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .datepicker-button .ins-text {
    background-image: url(/images/arrows/arrows@2x.png);
    background-size: 16px 450px;
    background-position: 100% -88px;
  }
}
.datepicker-button .ui-datepicker-trigger {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  border: 0;
  text-indent: -9999px;
  z-index: 4;
}
#ui-datepicker-div {
  margin: 22px 0 0 -1px;
  z-index: 100 !important;
}
.b-tabs-buttons {
  width: auto;
  zoom: 1;
}
.b-tabs-buttons:after {
  clear: both;
}
.b-tabs-buttons:after,
.b-tabs-buttons:before {
  display: table;
  line-height: 0;
  content: "";
}
.b-tabs-buttons li {
  float: left;
  position: relative;
}
.b-tabs-buttons.with-ind {
  margin-bottom: 20px;
}
.b-tabs-buttons.disabled {
  cursor: default !important;
}
.label-col {
  float: left;
  width: 117px;
}
.label-col.disabled {
  cursor: default !important;
}
.disabled {
  cursor: default;
}
.fc-info {
  color: #7c7c7c;
}
.fc-dark {
  color: #2e2e2e;
}
.fc-green {
  color: #89b100;
}
.fc-red {
  color: #da2e2e;
}
.fc-active {
  color: #373737;
}
.fc-attention {
  color: #da2e2e;
}
.fc-gray {
  color: #7c7c7c;
}
.coincidences {
  background-color: #cfff70;
}
.mark {
  color: #89b100;
}
.alert,
.error {
  color: #da2e2e;
}
.link-default {
  color: #343434;
}
.link-default:hover {
  color: #595656;
}
.link-dark {
  color: #2e2e2e;
}
.link-dark:hover {
  color: #595656;
}
.link-orange {
  color: #f09c24;
}
.link-orange:hover {
  color: #dd7209;
}
.link-gray {
  color: #7c7c7c;
}
.link-gray:hover {
  color: #646464;
}
.link-green {
  color: #89b100;
}
.link-green:hover {
  color: #9fb043;
}
.link-white {
  color: #fff;
}
.link-white:hover {
  color: #eee;
}
.link-blue {
  color: #1992ba;
}
.link-blue:hover {
  color: #00769c;
}
.status {
  display: block;
  color: #89b100;
  padding: 0;
}
.status.offline {
  color: #7c7c7c;
}
.link-border {
  color: #1992ba;
  font-size: 4px;
  text-decoration: none;
}
.link-border.active {
  border-bottom-color: #343434;
  color: #343434;
}
.link-border span {
  line-height: 20px;
  font-size: 16px;
}
.brd-none {
  border: none !important;
}
.brd-solid {
  border-bottom-style: solid;
}
.brd-dotted {
  border-bottom-style: dotted;
}
.brd-dashed {
  border-bottom-style: dashed;
}
.brd-dashed-default {
  border: 2px dashed #e5e5e5;
  border-left: 0;
  border-right: 0;
}
.link-def--link {
  color: var(--blue) !important;
}
.link-def--link:hover {
  color: var(--blue-dark) !important;
}
h2 .link-border span {
  font-size: 21px;
}
.no-ind {
  margin: 0;
}
.site-shadow-mask {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  background: #000;
  opacity: 0.78;
  filter: alpha(opacity=78);
  display: none;
}
.modal {
  position: absolute;
  display: none;
  z-index: 100;
}
.modal .modal-close {
  position: absolute;
  height: 16px;
  width: 16px;
  background-image: url(/images/icons-and-logos.png);
  background-repeat: no-repeat;
  background-position: 0 -628px;
  top: 10px;
  right: 13px;
  cursor: pointer;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .modal .modal-close {
    background-image: url(/images/icons-and-logos@2x.png);
    background-size: 91px 1500px;
    background-position: 0 -628px;
  }
}
.modal .modal-body {
  background: #fff;
  width: 717px;
}
.modal .modal-padding {
  padding: 22px 10px 10px 36px;
  min-height: 50px;
}
.modal.align {
  top: 107px;
  left: 50%;
  margin: 0 0 0 -443px;
}
.modal.align .modal-body {
  width: 887px;
}
#delete-reasons {
  bottom: 19px;
  right: 17px;
}
#delete-reasons .modal-body {
  width: 764px;
}
#delete-reasons .delete-photo-reason {
  height: 215px;
  text-align: left;
}
#delete-reasons .delete-photo-reason .buttons-group {
  padding-bottom: 15px;
}
#delete-reasons .delete-photo-reason .buttons-group h2 {
  padding-right: 15px !important;
}
#delete-reasons .delete-photo-reason .delete-photo-reason-wrap {
  height: 96px;
}
#delete-reasons .delete-photo-reason .delete-photo-reason-wrap .brd-texta {
  width: 673px;
}
#delete-reasons
  .delete-photo-reason
  .delete-photo-reason-wrap
  .brd-texta
  textarea {
  min-height: 56px;
}
#delete-reasons
  .delete-photo-reason
  .delete-photo-reason-wrap
  .delete-photo-reason-list
  li {
  padding-bottom: 5px;
}
.arrow-ico,
.ico-default {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/images/arrows/arrow-icons.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .arrow-ico,
  .ico-default {
    background-image: url(/images/arrows/arrow-icons@2x.png);
    background-size: 40px 150px;
    background-position: 0 0;
  }
}
.ico-default {
  background-image: url(/images/icons-and-logos.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .ico-default {
    background-image: url(/images/icons-and-logos@2x.png);
    background-size: 91px 1500px;
    background-position: 0 0;
  }
}
.buttons-group {
  position: relative;
  width: auto;
  zoom: 1;
}
.buttons-group:after {
  clear: both;
}
.buttons-group:after,
.buttons-group:before {
  display: table;
  line-height: 0;
  content: "";
}
.buttons-group > li {
  float: left;
  margin-left: 12px;
  min-width: 127px;
}
.buttons-group > li:first-child {
  margin-left: 0;
}
.buttons-group > li.clr {
  margin-left: 0;
  min-width: 0;
}
.buttons-group.clr > li {
  min-width: 0;
  margin: 0;
}
.buttons-group.clr > li h2 {
  padding-right: 10px;
}
.button-promt {
  position: absolute;
  border: 5px solid #d3d3d3;
  background: #fff;
  z-index: 10;
  bottom: 38px;
  left: 50%;
  width: 285px;
  margin-left: -106px;
  display: none;
}
.button-promt .button-promt-inner {
  padding: 7px 10px 9px;
  font-size: 16px;
  line-height: 21px;
}
.button-promt .button-promt-arrow {
  position: absolute;
  height: 17px;
  width: 27px;
  bottom: -17px;
  left: 87px;
  background-image: url(/images/arrows/arrow-icons.png);
  background-repeat: no-repeat;
  background-position: -13px 0;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .button-promt .button-promt-arrow {
    background-image: url(/images/arrows/arrow-icons@2x.png);
    background-size: 39px 150px;
    background-position: -13px 0;
  }
}
.button-promt.button-promt--align-left {
  margin-left: 0;
  left: 0;
}
.button-promt.button-promt--align-left .button-promt-arrow {
  left: 32px;
}
.button-promt.button-promt--align-right {
  margin-left: 0;
  left: auto;
  right: 0;
}
.button-promt.button-promt--align-right .button-promt-arrow {
  left: auto;
  right: 32px;
}
.choose-city .btns {
  float: left;
}
.choose-city .btns .city-select {
  position: relative;
}
.choose-city .btns .city-select .city-select-row {
  width: auto;
  zoom: 1;
}
.choose-city .btns .city-select .city-select-row:after {
  clear: both;
}
.choose-city .btns .city-select .city-select-row:after,
.choose-city .btns .city-select .city-select-row:before {
  display: table;
  line-height: 0;
  content: "";
}
.choose-city .btns .city-select .city-select-row .select-text {
  display: block;
  height: auto;
  text-decoration: none;
  line-height: 14px;
  color: #5e5e5e;
  padding: 3px 8px 5px;
  font-size: 14px;
  text-shadow: 0 1px 1px #fff;
  border-top: 1px solid #e9e9e9;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #d0d0d0;
  background-image: -moz-linear-gradient(top, #fff, #e7e7e7);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#fff),
    to(#e7e7e7)
  );
  background-image: -webkit-linear-gradient(top, #fff, #e7e7e7);
  background-image: -o-linear-gradient(top, #fff, #e7e7e7);
  background-image: linear-gradient(180deg, #fff, #e7e7e7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e0e0e0",GradientType=0);
  display: inline-block;
  position: relative;
  float: left;
  cursor: pointer;
  width: 130px;
  overflow: hidden;
  white-space: nowrap;
  margin-left: -1px;
}
.choose-city .btns .city-select .city-select-row .select-text .shadow {
  position: absolute;
  height: 100%;
  width: 39px;
  top: 0;
  right: 0;
  background: url(/images/backgrounds/select-text-shadow.png) no-repeat 100% 0;
}
.choose-city .btns .city-select .city-select-row .select-arrow {
  padding: 9px 8px;
  float: left;
  margin-left: -1px;
}
.choose-city .btns .city-select .city-select-row .select-arrow .arrow-ico {
  position: relative;
  height: 4px;
  width: 6px;
  background-position: 0 -8px;
  top: 1px;
}
.choose-city .btns .city-select .hidden-wrapper {
  border: 1px solid #e1e1e1;
  background: #fff;
  padding: 19px 20px;
  position: absolute;
  top: 23px;
  left: -1px;
  display: none;
}
.choose-city .btns .city-select .hidden-wrapper .brd.autocmplt {
  width: 310px;
}
.choose-city .btns .city-select .hidden-wrapper .brd.autocmplt input {
  background: none;
}
.choose-city .btns .city-select .hidden-wrapper .city-select-result-list {
  margin: 10px -20px 0;
  display: none;
}
.choose-city .btns .city-select .hidden-wrapper .city-select-result-list li {
  margin-top: 20px;
}
.choose-city
  .btns
  .city-select
  .hidden-wrapper
  .city-select-result-list
  li
  dl
  dt {
  color: #7c7c7c;
  padding: 0 20px 5px;
}
.choose-city
  .btns
  .city-select
  .hidden-wrapper
  .city-select-result-list
  li
  dl
  dd {
  border: 1px solid #fff;
  padding: 0 20px;
  cursor: pointer;
  line-height: 24px;
}
.choose-city
  .btns
  .city-select
  .hidden-wrapper
  .city-select-result-list
  li
  dl
  dd:hover {
  border-color: #efd180;
  background: #ffeeb3;
  color: #ac7916;
}
.choose-city
  .btns
  .city-select
  .hidden-wrapper
  .city-select-result-list
  li:first-child {
  margin-top: 0;
}
.choose-city .btns:first-child .switcher-button {
  border-left-color: #e0e0e0;
}
.choose-city .btns:first-child .switcher-button.active {
  border-left-color: #ecc866;
}
.choose-city .btns .city-select .city-select-row .select-text.active,
.choose-city .btns .city-select .city-select-row .select-text:active {
  transition: all 0.2s ease-in-out;
  display: block;
  height: auto;
  text-decoration: none;
  line-height: 14px;
  color: #ac7916;
  padding: 3px 8px 5px;
  font-size: 14px;
  text-shadow: 0 0 0 #fff;
  border: 1px solid #eecd76;
  background-image: -moz-linear-gradient(top, #ffeeb3, #ffeeb3);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#ffeeb3),
    to(#ffeeb3)
  );
  background-image: -webkit-linear-gradient(top, #ffeeb3, #ffeeb3);
  background-image: -o-linear-gradient(top, #ffeeb3, #ffeeb3);
  background-image: linear-gradient(180deg, #ffeeb3, #ffeeb3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e0e0e0",GradientType=0);
  display: inline-block;
  -webkit-box-shadow: inset 0 4px 8px #ffce65;
  -moz-box-shadow: inset 0 4px 8px #ffce65;
  box-shadow: inset 0 4px 8px #ffce65;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffeeb3",endColorstr="#ffeeb3",GradientType=0);
}
.choose-city .btns .city-select .city-select-row .select-text.active .shadow,
.choose-city .btns .city-select .city-select-row .select-text:active .shadow {
  background-position: 0 -25px;
}
.choose-city
  .btns
  .city-select
  .city-select-row
  .select-arrow.active
  .arrow-ico,
.choose-city
  .btns
  .city-select
  .city-select-row
  .select-arrow:active
  .arrow-ico {
  background-position: 0 -12px;
}
.z-0 {
  z-index: 0;
}
.z-0,
.z-1 {
  position: relative;
}
.z-1 {
  z-index: 1;
}
.z-2 {
  position: relative;
  z-index: 2;
}
.indent-top-20 {
  margin-top: 20px;
}
.hidden {
  display: none;
}
.visible {
  display: block;
}
.brd,
.brd-texta {
  padding: 2px 8px;
  height: 18px;
  background: #f6f6f6;
  position: relative;
  width: 100px;
  border: 1px solid #e4e4e4;
}
.brd-texta {
  width: auto;
  padding: 6px 8px;
  height: auto;
}
.brd-texta textarea {
  height: auto;
  resize: none;
  overflow: auto;
  max-height: 500px;
}
.brd input {
  height: 17px;
  float: left;
  opacity: 1;
}
.brd .autocmplt-ico {
  position: absolute;
  top: 2px;
  right: 4px;
  width: 16px;
  height: 16px;
  background: url(/images/search.svg) no-repeat 50%/16px;
  transform: rotateY(180deg);
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .brd .autocmplt-ico {
    background: url(/images/search.svg) no-repeat 50%/16px;
    transform: rotateY(180deg);
  }
}
.brd.input-mini {
  width: 60px;
}
.brd.input-small {
  width: 90px;
}
.brd.input-medium {
  width: 150px;
}
.brd.input-large {
  width: 210px;
}
.brd.input-xlarge {
  width: 270px;
}
.brd.input-xxlarge {
  width: 437px;
}
.brd.input-xxllarge {
  width: 554px;
}
.brd.input-xxxlarge {
  width: 1182px;
  height: 38px;
  margin-bottom: 40px;
}
.brd.input-xxxlarge input {
  text-align: center;
  font-size: 21px;
  line-height: 28px;
  height: 37px;
}
.error-text {
  text-align: center;
  color: #da2e2e;
  font-size: 14px;
  line-height: 18px;
}
button,
input,
option,
select,
textarea {
  font: normal 14px/130% PT Sans;
  color: #343434;
}
.page-lang-el button,
.page-lang-el input,
.page-lang-el option,
.page-lang-el select,
.page-lang-el textarea,
.page-lang-vi button,
.page-lang-vi input,
.page-lang-vi option,
.page-lang-vi select,
.page-lang-vi textarea {
  font-family: Noto Sans, sans-serif;
}
label {
  font-size: 12px;
  line-height: 16px;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #9e9e9e;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #9e9e9e;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #9e9e9e;
}
.checkbox-row {
  text-align: left;
}
.checkbox {
  padding-left: 30px;
  cursor: pointer;
  position: relative;
}
.checkbox .ico {
  position: absolute;
  top: 1px;
  left: 0;
  height: 19px;
  width: 19px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .checkbox .ico {
    background: #f7f7f7 url(/images/._check.svg) no-repeat 50%/13px;
  }
}
.checkbox.active .ico {
  background-position: 0 -80px;
}
.checkbox input[type="checkbox"] {
  position: absolute;
  left: -10000px;
}
.checkbox.mini {
  padding-left: 25px;
}
.checkbox.mini .ico {
  top: 4px;
  height: 15px;
  width: 15px;
  background: #f7f7f7;
  box-shadow: inset 0 1px 3px -1px #969696;
}
.checkbox.mini.active .ico {
  background: #f7f7f7 url(/images/check.svg) no-repeat 50%/13px;
}
.checkbox.large {
  padding-left: 25px;
}
.checkbox.large .ico {
  top: 3px;
  height: 16px;
  width: 16px;
  background-position: -34px -61px;
}
.checkbox.large.active .ico {
  background-position: -34px -78px;
}
.checkbox.xlarge {
  font-size: 16px;
  line-height: 30px;
  padding-left: 29px;
  color: #343434;
}
.checkbox.xlarge .ico {
  top: 8px;
  height: 15px;
  width: 15px;
  background-position: -19px -61px;
}
.checkbox.xlarge.active .ico {
  background-position: -19px -76px;
}
.datepicker-tooltip {
  position: absolute;
  width: 597px;
  background-color: #ffeeb3;
  top: 674px;
  left: 50%;
  margin-left: -450px;
}
.datepicker-tooltip:after {
  content: "";
  display: inline-block;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ffeeb3;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: -10px;
}
.datepicker-tooltip .tooltip-close {
  position: absolute;
  height: 16px;
  width: 16px;
  top: 10px;
  right: 10px;
  cursor: pointer;
  background-image: url(/images/icons-and-logos.png);
  background-repeat: no-repeat;
  background-position: 0 -628px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .datepicker-tooltip .tooltip-close {
    background-image: url(/images/icons-and-logos@2x.png);
    background-size: 91px 1500px;
    background-position: 0 -628px;
  }
}
.datepicker-tooltip .tooltip-body {
  padding: 23px 30px 20px;
}
.datepicker-tooltip .tooltip-body > h2 {
  font-weight: 700;
}
.datepicker-tooltip .tooltip-body .default-button-xlarge {
  font-size: 15px;
  line-height: 15px;
}
.datepicker-tooltip .tooltip-body .events-list {
  padding: 7px 0;
}
.datepicker-tooltip .tooltip-body .events-list .events-list-item {
  padding-bottom: 20px;
}
.datepicker-tooltip .tooltip-body .events-list .events-list-item h2 {
  padding-bottom: 6px;
}
.datepicker-tooltip .tooltip-body .events-list .events-list-item a:hover {
  text-decoration: none;
}
.datepicker-tooltip .tooltip-body .events-list .events-list-item p {
  position: relative;
  padding: 0;
}
.datepicker-tooltip .tooltip-body .events-list .events-list-item p:after {
  content: "";
  display: block;
  height: 24px;
  width: 93px;
  position: absolute;
  bottom: -4px;
  right: 10px;
  background: url(/images/backgrounds/events-list.png) no-repeat;
}
.datepicker-tooltip .tooltip-body .events-list .events-list-item .event-date {
  font-size: 15px;
}
.datepicker-tooltip .tooltip-body .events-list .events-list-item .item-title {
  overflow: hidden;
}
.datepicker-tooltip
  .tooltip-body
  .events-list
  .events-list-item
  .item-title
  h2 {
  float: left;
}
.datepicker-tooltip
  .tooltip-body
  .events-list
  .events-list-item
  .item-title
  .event-date {
  float: left;
  margin: 4px 0 0 10px;
}
.datepicker-tooltip .tooltip-body .events-list .events-list-item .event-author {
  padding-top: 13px;
  overflow: hidden;
}
.datepicker-tooltip
  .tooltip-body
  .events-list
  .events-list-item
  .event-author
  .userpic {
  float: left;
}
.datepicker-tooltip
  .tooltip-body
  .events-list
  .events-list-item
  .event-author
  .userpic
  img {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.datepicker-tooltip
  .tooltip-body
  .events-list
  .events-list-item
  .event-author
  .author-name {
  float: left;
  font-size: 14px;
  color: #7c7c7c;
  margin: 3px 0 0 13px;
}
.requests {
  padding-top: 23px;
}
.requests .buttons-group {
  margin-bottom: 36px;
}
.requests .buttons-group .wait-status {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #aabe3e;
  height: 6px;
  width: 6px;
  display: inline-block;
  vertical-align: top;
  margin: 4px 0 0 3px;
}
.requests .requests-aligh {
  width: 710px;
  margin: 0 0 0 149px;
}
.requests .b-more-align .more-link {
  margin-top: 30px;
}
.requests-wait-approval .requests-approval-item {
  width: auto;
  zoom: 1;
  margin-top: 37px;
}
.requests-wait-approval .requests-approval-item:after {
  clear: both;
}
.requests-wait-approval .requests-approval-item:after,
.requests-wait-approval .requests-approval-item:before {
  display: table;
  line-height: 0;
  content: "";
}
.requests-wait-approval .requests-approval-item:first-child {
  margin-top: 0;
}
.requests-wait-approval .requests-approval-item .requests-approval-date {
  float: left;
  width: 149px;
  font-size: 15px;
  line-height: 28px;
}
.requests-wait-approval .requests-approval-item .requests-approval-info {
  margin: 0 0 0 149px;
  width: 710px;
}
.requests-wait-approval .requests-approval-item .requests-approval-title {
  overflow: hidden;
  padding-bottom: 8px;
}
.requests-wait-approval .requests-approval-item .requests-approval-title h2 {
  float: left;
  padding-bottom: 0;
}
.requests-wait-approval
  .requests-approval-item
  .requests-approval-title
  .requests-city {
  float: left;
  color: #7c7c7c;
  font-size: 15px;
  margin: 4px 0 0 9px;
}
.requests-wait-approval
  .requests-approval-item
  .requests-approval-title
  .approval-status {
  float: left;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 13px;
  color: #fff;
  margin: 4px 0 0 7px;
  line-height: 18px;
  padding: 0 8px;
}
.requests-wait-approval
  .requests-approval-item
  .requests-approval-title
  .approval-status.approved {
  background-color: #92bf3b;
}
.requests-wait-approval
  .requests-approval-item
  .requests-approval-title
  .approval-status.waited {
  background-color: #e27444;
}
.requests-wait-approval
  .requests-approval-item
  .requests-approval-title
  .approval-status.rejected {
  background-color: #c4c4c4;
}
.requests-wait-approval .requests-approval-item p {
  padding-bottom: 11px;
}
.requests-wait-approval .requests-approval-item .approval-messages-amount {
  margin-bottom: 16px;
}
.requests-wait-approval .requests-approval-item .event-author {
  overflow: hidden;
}
.requests-wait-approval .requests-approval-item .event-author .userpic {
  float: left;
}
.requests-wait-approval .requests-approval-item .event-author .userpic img {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.requests-wait-approval .requests-approval-item .event-author .author-name {
  float: left;
  font-size: 15px;
  color: #7c7c7c;
  margin: 5px 0 0 13px;
}
.requests-wait-approval .requests-approval-item .event-author .default-button {
  float: left;
  margin: 3px 0 0 28px;
}
.b-notice {
  width: auto;
  zoom: 1;
}
.b-notice:after {
  clear: both;
}
.b-notice:after,
.b-notice:before {
  display: table;
  line-height: 0;
  content: "";
}
.b-notice .notice {
  margin: 0 0 0 8px;
}
.request-moder {
  background-color: #ffeeb3;
  height: 72px;
  margin-top: 6px;
  text-align: center;
  padding: 18px 0 0;
}
.request-moder h3 {
  padding-bottom: 11px;
}
.request-moder .switcher-button {
  margin: 0 3px;
}
.write-message {
  margin: 59px 0 10px;
}
.write-message .write-message-head {
  width: auto;
  zoom: 1;
  margin-bottom: 5px;
}
.write-message .write-message-head:after {
  clear: both;
}
.write-message .write-message-head:after,
.write-message .write-message-head:before {
  display: table;
  line-height: 0;
  content: "";
}
.write-message .write-message-head h2 {
  float: left;
}
.write-message .write-message-head .default-button {
  float: right;
  margin: 2px 0 0;
}
.write-message .write-message-head .default-button span {
  display: block;
  height: 7px;
  width: 28px;
  background-image: url(/images/gfx/write-mess-btn.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .write-message .write-message-head .default-button span {
    background-image: url(/images/gfx/write-mess-btn@2x.png);
    background-size: 25px 7px;
    background-position: 0 0;
  }
}
.write-message .brd-texta {
  padding: 8px 14px;
  margin-bottom: 11px;
}
.write-message .brd-texta textarea {
  font-size: 16px;
  min-height: 77px;
}
.review {
  margin-top: 12px;
}
.review .review-head {
  width: 734px;
  margin: 0 auto;
  overflow: hidden;
}
.review .review-head .default-button-xlarge {
  float: right;
  padding: 0 20px;
}
.review .review-head .review-nav {
  float: left;
  margin: 6px 0 0 10px;
}
.review .review-head .review-nav li {
  margin-right: 19px;
  float: left;
}
.review .review-head .review-nav li a {
  font-size: 15px;
  line-height: 15px;
  color: #7c7c7c;
}
.review .review-head .review-nav li a span {
  border-bottom: 1px dotted #7c7c7c;
  float: left;
}
.review .review-head .review-nav li a .notice {
  float: left;
  padding: 0 4px;
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  margin: 0 0 0 6px;
  background-color: #b9b9b9;
}
.review-list {
  width: 795px;
  margin: 24px 0 0 172px;
}
.review-list .review-item {
  margin-top: 21px;
  padding-left: 70px;
}
.review-list .review-item:first-child {
  margin-top: 0;
}
.review-list .review-item .review-item-head {
  font-size: 15px;
  position: relative;
  padding-top: 2px;
  min-height: 56px;
}
.review-list .review-item .review-item-head p {
  padding-bottom: 0;
}
.review-list .review-item .review-item-head p span {
  margin-left: 7px;
  color: #7c7c7c;
}
.review-list .review-item .review-item-head h3 {
  padding-bottom: 3px;
}
.review-list .review-item .review-item-head .userpic {
  position: absolute;
  top: 0;
  left: -70px;
}
.review-list .review-item .review-text {
  position: relative;
  line-height: 22px;
}
.review-list .review-item .review-text .review-status {
  height: 34px;
  width: 35px;
  position: absolute;
  top: 22px;
  left: -57px;
  background-image: url(/images/icons-and-logos.png);
  background-repeat: no-repeat;
  background-position: -55px -352px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .review-list .review-item .review-text .review-status {
    background-image: url(/images/icons-and-logos@2x.png);
    background-size: 91px 1500px;
    background-position: -55px -352px;
  }
}
.review-list .review-item .review-text .review-status.positive {
  background-position: -54px -352px;
}
.review-list .review-item .review-text .review-status.negative {
  background-position: -54px -387px;
}
.review-list .review-item .review-text .review-status.neutral {
  background-position: -54px -317px;
}
.review-add {
  width: 724px;
  margin: 31px 0 0 243px;
}
.review-add .review-add-head {
  overflow: hidden;
  padding-bottom: 9px;
}
.review-add .review-add-head p {
  font-size: 15px;
  float: left;
  color: #7c7c7c;
  margin: 4px 0 0 9px;
  padding: 0;
}
.review-add .review-add-head h2 {
  float: left;
  padding: 0;
}
.review-add .review-add-form {
  position: relative;
}
.review-add .review-add-form .user-info {
  position: absolute;
  top: 0;
  left: -159px;
  text-align: right;
}
.review-add .review-add-form .user-info p {
  font-size: 14px;
  padding: 3px 0 0;
}
.review-add .review-add-form .user-info .userpic {
  display: block;
  float: right;
  margin-bottom: 5px;
}
.review-add .review-add-form .review-add-message {
  margin-top: 6px;
  position: relative;
}
.review-add .review-add-form .review-add-message .arrow {
  position: absolute;
  z-index: 3;
  top: 41px;
  left: -12px;
  height: 22px;
  width: 16px;
  background-image: url(/images/arrows/arrow-icons.png);
  background-repeat: no-repeat;
  background-position: -23px -29px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .review-add .review-add-form .review-add-message .arrow {
    background-image: url(/images/arrows/arrow-icons@2x.png);
    background-size: 40px 150px;
    background-position: -23px -29px;
  }
}
.review-add .review-add-form .review-add-message .brd-texta {
  margin-bottom: 13px;
}
.review-add .review-add-form .review-add-message .brd-texta textarea {
  font-size: 16px;
  min-height: 154px;
  overflow: auto;
}
.review-add .review-add-form .radioblock {
  margin-bottom: 18px;
}
.review-add .review-add-form .radioblock .radio.positive {
  color: #71a812;
}
.review-add .review-add-form .radioblock .radio.negative {
  color: #e74444;
}
.review-add .review-add-form .radioblock .radio.neutral {
  color: #a8a8a8;
}
.feedback-form label {
  display: none;
}
.feedback-form .error-text {
  position: absolute;
  height: 36px;
  top: 46px;
  right: 100%;
  font-size: 14px;
  background-color: #f17b68;
  white-space: nowrap;
  color: #fff;
  margin-right: 15px;
  line-height: 36px;
  padding: 0 10px;
  display: none;
}
.feedback-form .error-text .error-arrow {
  height: 12px;
  width: 5px;
  background-image: url(/images/icons-and-logos.png);
  background-repeat: no-repeat;
  background-position: 0 -776px;
  top: 13px;
  right: -5px;
  position: absolute;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .feedback-form .error-text .error-arrow {
    background-image: url(/images/icons-and-logos@2x.png);
    background-size: 91px 1500px;
    background-position: 0 -776px;
  }
}
.feedback-form .captch-block .brd {
  float: right;
  width: 180px;
  margin: 6px 0 0;
}
.feedback-form .captch-block .captcha-img {
  float: left;
  width: 100px;
  position: relative;
}
.feedback-form .captch-block .captcha-img a {
  font-size: 14px;
  color: #1992ba;
  border-color: #1992ba;
}
.feedback-form .captch-block .captcha-img img {
  vertical-align: top;
}
.feedback-form .captch-block .captcha-img .img-captcha-wrap {
  text-align: left;
}
.feedback-form .captch-block .captcha-img:after {
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  right: -12px;
  height: 14px;
  width: 8px;
  background-image: url(/images/icons-and-logos.png);
  background-repeat: no-repeat;
  background-position: -66px -1356px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .feedback-form .captch-block .captcha-img:after {
    background-image: url(/images/icons-and-logos@2x.png);
    background-size: 91px 1500px;
    background-position: -66px -1356px;
  }
}
.userpic.rounded {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.radio {
  float: left;
  min-height: 18px;
  font-size: 15px;
  line-height: 16px;
  cursor: pointer;
  position: relative;
  padding-left: 28px;
  margin-right: 22px;
}
.radio .ico {
  display: block;
  position: absolute;
  top: -2px;
  left: 1px;
  height: 20px;
  width: 20px;
  background: url(/images/icons-and-logos.png) no-repeat -53px -457px;
}
.radio.active .ico {
  background-position: -53px -478px;
}
.review-add-no-request {
  text-align: center;
  padding-top: 32px;
}
.review-add-no-request .review-add-no-request-head {
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 53px;
}
.review-add-no-request .review-add-no-request-head h2 {
  padding-bottom: 4px;
}
.review-add-no-request .review-add-steps {
  width: auto;
  zoom: 1;
}
.review-add-no-request .review-add-steps:after {
  clear: both;
}
.review-add-no-request .review-add-steps:after,
.review-add-no-request .review-add-steps:before {
  display: table;
  line-height: 0;
  content: "";
}
.review-add-no-request .review-add-steps li {
  float: left;
  width: 220px;
  margin-left: 25px;
  position: relative;
}
.review-add-no-request .review-add-steps li:first-child {
  margin-left: 0;
}
.review-add-no-request .review-add-steps li:first-child:after {
  display: none;
}
.review-add-no-request .review-add-steps li:after {
  content: "";
  height: 17px;
  width: 63px;
  display: block;
  position: absolute;
  top: -14px;
  left: -42px;
  background: url(/images/arrows/review-add-arrow.png) no-repeat;
}
.review-add-no-request .review-add-steps li p {
  font-size: 14px;
  line-height: 20px;
}
.review-add-no-request .review-add-steps li h3 {
  font-weight: 700;
  padding: 13px 0 11px;
}
.review-add-no-request.no-review {
  padding-top: 14px;
}
.favourite-author {
  height: 20px;
  float: right;
  margin: 2px 0 0;
}
.favourite-author .label {
  float: left;
  font-size: 15px;
  color: #343434;
  margin-right: 10px;
}
.favourite-author .favourite-author-switcher,
.favourite-author .favourite-author-switcher-photo-view {
  float: left;
  width: 46px;
  overflow: hidden;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.favourite-author
  .favourite-author-switcher-photo-view
  .favourite-author-switcher-checkbox,
.favourite-author
  .favourite-author-switcher
  .favourite-author-switcher-checkbox {
  display: none;
}
.favourite-author
  .favourite-author-switcher-photo-view
  .favourite-author-switcher-ins,
.favourite-author .favourite-author-switcher .favourite-author-switcher-ins {
  width: 88px;
  padding: 1px 0;
  overflow: hidden;
  cursor: pointer;
}
.favourite-author
  .favourite-author-switcher-photo-view
  .favourite-author-switcher-ins
  .favourite-author-switcher-button,
.favourite-author
  .favourite-author-switcher
  .favourite-author-switcher-ins
  .favourite-author-switcher-button {
  float: left;
  display: block;
  height: 17px;
  background-image: url(/images/icons-and-logos.png);
  background-repeat: no-repeat;
  background-position: 0 -1261px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .favourite-author
    .favourite-author-switcher-photo-view
    .favourite-author-switcher-ins
    .favourite-author-switcher-button,
  .favourite-author
    .favourite-author-switcher
    .favourite-author-switcher-ins
    .favourite-author-switcher-button {
    background-image: url(/images/icons-and-logos@2x.png);
    background-size: 91px 1500px;
    background-position: 0 -1261px;
  }
}
.favourite-author
  .favourite-author-switcher-photo-view
  .favourite-author-switcher-ins
  .favourite-author-switcher-button-dis,
.favourite-author
  .favourite-author-switcher
  .favourite-author-switcher-ins
  .favourite-author-switcher-button-dis {
  float: left;
  display: block;
  height: 17px;
  width: 13px;
  margin: 1px 0 0 7px;
  background-image: url(/images/icons-and-logos.png);
  background-repeat: no-repeat;
  background-position: -35px -1261px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .favourite-author
    .favourite-author-switcher-photo-view
    .favourite-author-switcher-ins
    .favourite-author-switcher-button-dis,
  .favourite-author
    .favourite-author-switcher
    .favourite-author-switcher-ins
    .favourite-author-switcher-button-dis {
    background-image: url(/images/icons-and-logos@2x.png);
    background-size: 91px 1500px;
    background-position: -35px -1261px;
  }
}
.favourite-author
  .favourite-author-switcher-photo-view
  .favourite-author-switcher-ins
  .favourite-author-switcher-corner,
.favourite-author
  .favourite-author-switcher
  .favourite-author-switcher-ins
  .favourite-author-switcher-corner {
  width: 18px;
  height: 18px;
  margin: 1px 0 0 9px;
  background-image: url(/images/icons-and-logos.png);
  background-repeat: no-repeat;
  background-position: -14px -1261px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .favourite-author
    .favourite-author-switcher-photo-view
    .favourite-author-switcher-ins
    .favourite-author-switcher-corner,
  .favourite-author
    .favourite-author-switcher
    .favourite-author-switcher-ins
    .favourite-author-switcher-corner {
    background-image: url(/images/icons-and-logos@2x.png);
    background-size: 91px 1500px;
    background-position: -14px -1261px;
  }
}
.favourite-author
  .favourite-author-switcher-photo-view.active
  .favourite-author-switcher-ins,
.favourite-author
  .favourite-author-switcher.active
  .favourite-author-switcher-ins {
  background-color: #d8ea89;
  -webkit-box-shadow: inset 0 3px 8px #b0c654;
  -moz-box-shadow: inset 0 3px 8px #b0c654;
  box-shadow: inset 0 3px 8px #b0c654;
}
.favourite-author
  .favourite-author-switcher-photo-view.disabled
  .favourite-author-switcher-ins,
.favourite-author
  .favourite-author-switcher.disabled
  .favourite-author-switcher-ins {
  margin-left: -26px;
  background-color: #989898;
  -webkit-box-shadow: inset 0 3px 8px #585858;
  -moz-box-shadow: inset 0 3px 8px #585858;
  box-shadow: inset 0 3px 8px #585858;
}
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix {
  zoom: 1;
}
.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
  content: "";
  display: table;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-zfix {
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-helper-zfix,
.ui-widget-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  background: url(/images/arrows/arrows.png) no-repeat;
}
.ui-datepicker table td,
.ui-datepicker table th {
  text-align: center;
  color: #a2a2a2;
  font-weight: 400;
  border: 1px solid #eee;
  border-top: 0;
  border-right: 0;
}
.ui-datepicker table td:first-child,
.ui-datepicker table th:first-child {
  border-left: 0;
}
.ui-datepicker table tr:last-child td {
  border-bottom: 0;
}
.ui-datepicker table td a,
.ui-datepicker table td span {
  display: block;
  padding: 0.2em;
  text-decoration: none;
}
.ui-datepicker table td .ui-state-default {
  position: relative;
}
.ui-datepicker table td a.ui-state-hover {
  background: #eee;
}
.ui-datepicker table td a.ui-state-active {
  -webkit-box-shadow: inset 0 4px 8px #ffce65;
  -moz-box-shadow: inset 0 4px 8px #ffce65;
  box-shadow: inset 0 4px 8px #ffce65;
  background: #ffeeb3;
  color: #ac7916;
}
.ui-datepicker table td.ui-state-disabled .ui-state-default {
  color: #bfbfbf;
}
.ui-datepicker
  table
  td.ui-datepicker-week-end.ui-state-disabled
  .ui-state-default {
  color: #e6adb3;
}
.ui-datepicker-week-end .ui-state-default,
.ui-datepicker-week-end span {
  color: #d64a4a;
}
.datepicker-visible .ui-datepicker {
  border: 0;
}
.datepicker-visible .ui-datepicker .selected .ui-state-default {
  background-color: #ffeeb3;
}
.datepicker-visible .ui-datepicker .selected .ui-state-default.ui-state-active,
.datepicker-visible .ui-datepicker .selected .ui-state-default:hover {
  color: #3b3b3b;
  cursor: default;
  background-color: #ffeeb3;
  border-color: #ffeeb3;
  -webkit-box-shadow: inset 0 0 0 0;
  -moz-box-shadow: inset 0 0 0 0;
  box-shadow: inset 0 0 0 0;
}
.datepicker-visible .ui-datepicker .disabled .ui-state-default {
  color: #3b3b3b;
  background-color: #cfeeba;
}
.datepicker-visible .ui-datepicker .disabled .ui-state-default.ui-state-active,
.datepicker-visible .ui-datepicker .disabled .ui-state-default:hover {
  color: #3b3b3b;
  cursor: default;
  background-color: #cfeeba;
  border-color: #cfeeba;
  -webkit-box-shadow: inset 0 0 0 0;
  -moz-box-shadow: inset 0 0 0 0;
  box-shadow: inset 0 0 0 0;
}
.datepicker-visible.multiple .ui-datepicker {
  width: 100% !important;
  padding: 0;
}
.datepicker-visible.multiple .ui-datepicker .ui-datepicker-year {
  display: none;
}
.datepicker-visible.multiple .ui-datepicker td,
.datepicker-visible.multiple .ui-datepicker th {
  text-align: right;
  color: #a2a2a2;
  font-weight: 400;
  border: 0;
  height: 24px;
  width: 30px;
  vertical-align: middle;
  padding: 0;
  font-size: 16px;
}
.datepicker-visible.multiple .ui-datepicker td {
  border-top: 1px solid #eee;
  height: 44px;
  font-size: 18px;
}
.datepicker-visible.multiple .ui-datepicker td a.ui-state-hover {
  background-color: #fff;
  border: 3px solid #ccc;
  padding: 0 6px;
  height: 24px;
  line-height: 24px;
}
.datepicker-visible.multiple .ui-datepicker td a.ui-state-active {
  -webkit-box-shadow: inset 0 4px 8px #ffce65;
  -moz-box-shadow: inset 0 4px 8px #ffce65;
  box-shadow: inset 0 4px 8px #ffce65;
  background: #ffeeb3;
  color: #ac7916;
  border: 0;
  padding: 0 9px;
  height: 30px;
  line-height: 30px;
}
.datepicker-visible.multiple .ui-datepicker td a,
.datepicker-visible.multiple .ui-datepicker td span {
  padding: 0 9px;
  height: 30px;
  line-height: 30px;
}
.datepicker-visible.multiple .ui-datepicker th {
  text-align: center;
}
.datepicker-visible.multiple .ui-datepicker tr:first-child td {
  border-top: 0;
}
.datepicker-visible.multiple .ui-datepicker .ui-datepicker-header {
  padding-bottom: 12px;
}
.datepicker-visible.multiple .ui-datepicker .ui-datepicker-title {
  margin: 0;
  text-align: left;
  font-weight: 700;
  font-size: 14px;
}
.datepicker-visible.multiple
  .ui-datepicker
  .ui-datepicker-title
  .ui-datepicker-month {
  text-transform: uppercase;
}
.datepicker-visible.multiple .ui-datepicker .ui-datepicker-next,
.datepicker-visible.multiple .ui-datepicker .ui-datepicker-prev {
  top: -60px;
  width: 12px;
  height: 19px;
  background: url(/images/arrows/arrow-icons.png) no-repeat;
  cursor: pointer;
}
.datepicker-visible.multiple .ui-datepicker .ui-datepicker-prev {
  left: 0;
  background-position: 0 -101px;
}
.datepicker-visible.multiple
  .ui-datepicker
  .ui-datepicker-prev.ui-state-disabled {
  background-position: 0 -81px;
  cursor: default;
}
.datepicker-visible.multiple .ui-datepicker .ui-datepicker-next {
  right: -27px;
  background-position: -12px -101px;
}
.datepicker-visible.multiple
  .ui-datepicker
  .ui-datepicker-next.ui-state-disabled {
  background-position: -12px -81px;
  cursor: default;
}
.datepicker-visible.employment .ui-datepicker td,
.datepicker-visible.employment .ui-datepicker th {
  text-align: center;
  color: #a2a2a2;
  font-weight: 400;
  border: 0;
  height: 26px;
  width: 32px;
  vertical-align: middle;
  padding: 0;
  font-size: 16px;
}
.datepicker-visible.employment .ui-datepicker td {
  border-top: 1px solid #eee;
  height: 29px;
}
.datepicker-visible.employment .ui-datepicker td a,
.datepicker-visible.employment .ui-datepicker td span {
  padding: 0;
  height: 25px;
  line-height: 25px;
}
.datepicker-visible.employment .ui-datepicker th {
  text-align: center;
}
.datepicker-visible.employment .ui-datepicker tr:first-child td {
  border-top: 0;
}
.datepicker-visible.employment .ui-datepicker .ui-datepicker-header {
  padding-bottom: 11px;
}
.datepicker-visible.employment .ui-datepicker-title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.datepicker-visible.employment .ui-datepicker-year {
  display: none;
}
.datepicker-visible.auhor-view
  .ui-datepicker
  td.ui-state-disabled
  .ui-state-default {
  background-color: #cfeeba;
  color: #3b3b3b;
}
.datepicker-visible.auhor-view
  .ui-datepicker
  td.ui-datepicker-week-end.ui-state-disabled
  .ui-state-default {
  background-color: #cfeeba;
  color: #df7b7b;
}
.datepicker-visible.guest-view
  .ui-datepicker
  td.ui-state-disabled
  .ui-state-default:after {
  content: "";
  display: block;
  height: 15px;
  width: 15px;
  z-index: 2;
  position: absolute;
  top: 6px;
  left: 12px;
  background: url(/images/icons-and-logos.png) no-repeat -35px -628px;
}
.ui-datepicker-group {
  width: 259px;
  float: left;
  margin-left: 46px;
}
.ui-datepicker-group.ui-datepicker-group-first {
  margin-left: 0;
}
.ui-widget {
  font: normal 16px/20px PT Sans;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
  font: normal 16px/20px PT Sans;
}
.ui-widget-content {
  background: #fff;
}
.ui-widget-content a {
  color: #3b3b3b;
}
.page-lang-el .ui-widget,
.page-lang-el .ui-widget button,
.page-lang-el .ui-widget input,
.page-lang-el .ui-widget select,
.page-lang-el .ui-widget textarea,
.page-lang-vi .ui-widget,
.page-lang-vi .ui-widget button,
.page-lang-vi .ui-widget input,
.page-lang-vi .ui-widget select,
.page-lang-vi .ui-widget textarea {
  font-family: Noto Sans, sans-serif;
}
.width {
  width: 100%;
}
.width1 {
  width: 195px;
}
.line-form {
  height: 23px;
}
.cusel {
  display: block;
  height: 22px;
  text-decoration: none;
  line-height: 21px;
  color: #5e5e5e;
  padding: 0 8px;
  font-size: 14px;
  text-shadow: 0 1px 1px #fff;
  border-top: 1px solid #e9e9e9;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #d0d0d0;
  background-image: -moz-linear-gradient(top, #fff, #e7e7e7);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#fff),
    to(#e7e7e7)
  );
  background-image: -webkit-linear-gradient(top, #fff, #e7e7e7);
  background-image: -o-linear-gradient(top, #fff, #e7e7e7);
  background-image: linear-gradient(180deg, #fff, #e7e7e7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e0e0e0",GradientType=0);
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.cusel span {
  display: block;
  cursor: pointer;
  padding: 3px 0 3px 8px;
  font-size: 16px;
  line-height: 18px;
  color: #484848;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 1px;
  height: 18px;
  white-space: nowrap;
}
.cusel .cuselActive {
  color: #ac7916;
  cursor: default;
  background: #ffeeb3;
  border-color: #efd180;
}
.cusel .cusel-scroll-wrap {
  display: block;
  visibility: hidden;
  position: absolute;
  left: -1px;
  top: 104%;
  width: 100%;
  border: 1px solid #e1e1e1;
}
.cusel .cusel-scroll-pane {
  width: 100%;
}
.cusel .jScrollPaneContainer {
  position: relative;
  overflow: hidden;
  z-index: 5;
  background: #fff;
  padding: 0;
  left: 0;
  top: 0;
  width: auto !important;
}
.cusel .cuselFrameRight {
  position: absolute;
  z-index: 2;
  right: 5px;
  top: 9px;
  height: 4px;
  width: 6px;
  background-image: url(/images/arrows/arrow-icons.png);
  background-repeat: no-repeat;
  background-position: 0 -8px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .cusel .cuselFrameRight {
    background-image: url(/images/arrows/arrow-icons@2x.png);
    background-size: 40px 150px;
    background-position: 0 -8px;
  }
}
.cusel .cuselText {
  height: 21px;
  padding: 0 0 0 10px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #5e5e5e;
  line-height: 20px;
  width: 90%;
}
.cusel .cuselOptHover,
.cusel span:hover {
  color: #ac7916;
  background: #ffeeb3;
  border-color: #efd180;
}
.cusel .jScrollPaneDrag,
.cusel .jScrollPaneDragBottom,
.cusel .jScrollPaneDragTop {
  background: #d2d2d2;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.cusel .jScrollPaneTrack {
  right: 3px;
  background: #f1f1f1;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.cusel.cuselFocus {
  color: #5e5e5e;
  text-shadow: 0 1px 1px #fff;
  border-top: 1px solid #e9e9e9;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #d0d0d0;
  background-image: -moz-linear-gradient(top, #f3f3f3, #d0d0d0);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#f3f3f3),
    to(#d0d0d0)
  );
  background-image: -webkit-linear-gradient(top, #f3f3f3, #d0d0d0);
  background-image: -o-linear-gradient(top, #f3f3f3, #d0d0d0);
  background-image: linear-gradient(180deg, #f3f3f3, #d0d0d0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e0e0e0",GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3f3f3",endColorstr="#d0d0d0",GradientType=0);
}
.cusel.cuselFocus,
.cusel.cuselOpen {
  display: block;
  height: 22px;
  text-decoration: none;
  line-height: 21px;
  padding: 0 8px;
  font-size: 14px;
  background-repeat: repeat-x;
  display: inline-block;
}
.cusel.cuselOpen {
  color: #ac7916;
  text-shadow: 0 0 0 #fff;
  border-top: 1px solid #eac359;
  border-left: 1px solid #ecc866;
  border-right: 1px solid #ecc866;
  border-bottom: 1px solid #efd180;
  background-image: -moz-linear-gradient(top, #ffeeb3, #ffeeb3);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#ffeeb3),
    to(#ffeeb3)
  );
  background-image: -webkit-linear-gradient(top, #ffeeb3, #ffeeb3);
  background-image: -o-linear-gradient(top, #ffeeb3, #ffeeb3);
  background-image: linear-gradient(180deg, #ffeeb3, #ffeeb3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e0e0e0",GradientType=0);
  -webkit-box-shadow: inset 0 4px 5px rgba(240, 202, 85, 0.7);
  -moz-box-shadow: inset 0 4px 5px rgba(240, 202, 85, 0.7);
  box-shadow: inset 0 4px 5px rgba(240, 202, 85, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffeeb3",endColorstr="#ffeeb3",GradientType=0);
  -webkit-transition: box-shadow 0.2s linear;
  -moz-transition: box-shadow linear 0.2s;
  -o-transition: box-shadow linear 0.2s;
  transition: box-shadow 0.2s linear;
}
.cusel.cuselOpen .cuselFrameRight {
  background-position: 0 -12px;
}
.cusel.cuselOpen .cuselText {
  color: #ac7916;
}
.user-pic {
  height: 45px;
  width: 45px;
  position: relative;
}
.userpic img.size-140x140-hard {
  height: 140px !important;
  width: 140px !important;
}
.userpic-link {
  position: relative;
  display: inline-block;
}
.userpic-frame {
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  z-index: 5;
}
.userpic-frame.size-45x45 {
  height: 45px;
  width: 45px;
}
.userpic-frame.size-70x70 {
  height: 70px;
  width: 70px;
}
.userpic-frame.size-140x140 {
  height: 140px;
  width: 140px;
}
.userpic-frame.size-160x160 {
  height: 160px;
  width: 160px;
}
.userpic-frame.size-200x200 {
  height: 200px;
  width: 200px;
}
.userpic-frame.white.size-45x45 {
  background-image: url(/images/userpic/45x45/white.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .userpic-frame.white.size-45x45 {
    background-image: url(/images/userpic/45x45/white@2x.png);
    background-size: 45px 45px;
    background-position: 0 0;
  }
}
.userpic-frame.white.size-70x70 {
  background-image: url(/images/userpic/70x70/white.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .userpic-frame.white.size-70x70 {
    background-image: url(/images/userpic/70x70/white@2x.png);
    background-size: 70px 70px;
    background-position: 0 0;
  }
}
.userpic-frame.white.size-160x160 {
  background-image: url(/images/userpic/160x160/white.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .userpic-frame.white.size-160x160 {
    background-image: url(/images/userpic/160x160/white@2x.png);
    background-size: 160px 160px;
    background-position: 0 0;
  }
}
.userpic-frame.white.size-200x200 {
  background-image: url(/images/userpic/200x200/white.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .userpic-frame.white.size-200x200 {
    background-image: url(/images/userpic/200x200/white@2x.png);
    background-size: 200px 200px;
    background-position: 0 0;
  }
}
.profile-view-nav {
  margin-bottom: 7px;
  text-align: center;
}
.profile-view-nav ul {
  padding: 16px 0 0;
}
.profile-view-nav ul li {
  display: inline-block;
  vertical-align: top;
  color: #343434;
  position: relative;
  font-size: 16px;
  margin: 0 2px;
}
.profile-view-nav ul li a {
  display: block;
  padding: 3px 10px 5px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #2e2e2e;
}
.profile-view-nav ul li a:hover {
  color: #595656;
}
.profile-view-nav ul li .notice {
  position: absolute;
  top: 2px;
  right: -33px;
}
.profile-view-nav ul li:first-child {
  margin: 0;
}
.profile-view-nav ul li.active a {
  text-decoration: none;
  padding: 2px 8px 4px;
  border: 1px solid #999;
  color: #343434;
}
.upload-story {
  text-align: center;
  margin: 26px 0 12px;
}
.upload-story.photos-list-editors div {
  padding: 4px;
}
.upload-story div {
  color: #1992ba;
  overflow: hidden;
  position: relative;
  font-size: 18px;
  display: inline-block;
  padding: 4px 0 2px 38px;
  cursor: pointer;
}
.upload-story div .ico-default {
  height: 25px;
  width: 30px;
  background-position: -30px -1326px;
}
.upload-story div a:hover {
  color: #f64f63;
}
.photos-list-view {
  margin-bottom: 30px;
  padding-top: 4px;
}
.photos-list-view > ul {
  width: auto;
  zoom: 1;
}
.photos-list-view > ul:after {
  clear: both;
}
.photos-list-view > ul:after,
.photos-list-view > ul:before {
  display: table;
  line-height: 0;
  content: "";
}
.photos-list-view > ul .list-item {
  height: 220px;
  width: 220px;
  position: relative;
  float: left;
  margin: 8px 15px 7px 0;
}
.photos-list-view > ul .list-item .ph {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}
.photos-list-view > ul .list-item .ph a {
  text-decoration: none;
}
.photos-list-view > ul .list-item .ph img {
  border-radius: 5px;
}
.photos-list-view > ul .list-item .ph .nui-button-yellow {
  display: none;
  position: absolute;
  left: 7px;
  right: 7px;
  top: 50%;
  text-align: center;
  opacity: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.photos-list-view
  > ul
  .list-item
  .ph
  .photo-stats
  .photo-stats-item.item-comment
  .photo-stats-item-promt {
  margin-left: -10px;
  left: 0;
  width: auto;
}
.photos-list-view
  > ul
  .list-item
  .ph
  .photo-stats
  .photo-stats-item.item-comment
  .photo-stats-item-promt
  .arrow {
  left: 30px;
}
.photos-list-view
  > ul
  .list-item
  .ph
  .photo-stats
  .photo-stats-item.item-favorite
  .photo-stats-item-promt {
  margin-left: -51px;
  left: 0;
  width: auto;
}
.photos-list-view
  > ul
  .list-item
  .ph
  .photo-stats
  .photo-stats-item.item-favorite
  .photo-stats-item-promt
  .arrow {
  left: 72px;
}
.photos-list-view > ul .list-item .ph:hover .nui-button-yellow,
.photos-list-view > ul .list-item .ph:hover .photo-stats,
.photos-list-view > ul .list-item .ph:hover .photo-toggle-block {
  display: block;
}
.photos-list-view > ul .list-item .ph:hover .nui-button-yellow,
.photos-list-view > ul .list-item .ph:hover .photo-stats {
  z-index: 3;
  opacity: 1;
}
.photos-list-view > ul .list-item.format-39 {
  width: 228px;
  height: 228px;
}
.photos-list-view > ul .list-item.format-39 .ph > img {
  display: block;
  width: 228px;
  height: 228px;
}
.photos-list-view > ul .list-item.last-child {
  margin-right: 0;
}
.photos-list-view
  > ul
  .list-item.last-child
  .achievements
  .achievement-item-promt {
  left: auto;
  right: -10px;
}
.photos-list-view
  > ul
  .list-item.last-child
  .achievements
  .achievement-item-promt:after {
  left: auto;
  right: 15px;
}
.photos-list-view eighteen-plus {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  color: #fff;
  font-size: 54px;
  font-weight: 700;
  width: 100px;
  height: 100px;
  line-height: 100px;
  cursor: pointer;
}
.format-32 {
  width: 220px;
  height: 220px;
}
.format-33 {
  width: 82px;
  height: 82px;
}
.format-34,
.format-35 {
  width: 168px;
  height: 168px;
}
.format-39 {
  width: 228px;
  height: 228px;
}
.format-49 {
  width: 40px;
  height: 40px;
}
.format-11 {
  width: 160px;
  height: 160px;
}
.format-12 {
  width: 200px;
  height: 200px;
}
.comment.level-0 {
  padding-left: 0;
}
.comment.level-1 {
  padding-left: 50px;
}
.comment.level-2 {
  padding-left: 100px;
}
.comment.level-3 {
  padding-left: 150px;
}
.comment.level-4 {
  padding-left: 200px;
}
.comment.level-5 {
  padding-left: 250px;
}
.comment.level-6 {
  padding-left: 300px;
}
.comment.level-7 {
  padding-left: 350px;
}
.comment.level-8 {
  padding-left: 400px;
}
.comment.level-9 {
  padding-left: 450px;
}
.comment.level-10 {
  padding-left: 500px;
}
.comment.level-11 {
  padding-left: 550px;
}
.comment.level-12 {
  padding-left: 600px;
}
.comment.level-13 {
  padding-left: 650px;
}
.comment.level-14 {
  padding-left: 700px;
}
.comment.level-15 {
  padding-left: 750px;
}
.comment.level-16 {
  padding-left: 800px;
}
.comment.level-17 {
  padding-left: 850px;
}
.comment.level-18 {
  padding-left: 900px;
}
.comment.level-19 {
  padding-left: 950px;
}
.comment.level-20 {
  padding-left: 1000px;
}
.comment .buttons-group > li {
  min-width: inherit;
}
.add-new-video #forum-topic-video {
  margin-bottom: 15px;
}
.forum-photo-size-switch > div {
  margin: 64px 0 8px;
}
.forum-photo-size-switch {
  color: #7f7f7f;
  margin: 0 auto;
  width: 930px;
  float: left;
  display: inline-block;
}
.forum-photo-size-switch span {
  margin: 0 8px 0 0;
}
.forum-photo-size-switch .selected {
  background-color: #dfdfdf;
}
.forum-photo-size-switch a.switch,
.forum-photo-size-switch a.switch:visited {
  border-bottom: 1px dotted #7f7f7f;
  color: #7f7f7f;
  text-decoration: none;
}
.forum-photo-size-switch .forum-expand {
  width: 510px;
}
.forum-photo-size-switch .topic-expand {
  float: left;
  width: 350px;
}
.forum-quote {
  margin-left: 13px;
}
#forum-popup-quote {
  border: 10px solid #d3d3d3;
}
#forum-popup-quote .reply-to-close {
  height: 16px;
  width: 16px;
  top: 8px;
  right: 8px;
  background: url(/images/quotation-answer-close.jpg) no-repeat;
}
#forum-popup-quote .quote-arrow {
  height: 29px;
  width: 41px;
  left: 450px;
  bottom: -29px;
  background: url(/images/quotation-answer-arrow.png) no-repeat;
}
#forum-popup-quote .user-container {
  overflow: hidden;
  position: relative;
  padding: 20px 20px 20px 60px;
}
#forum-popup-quote #reply-to-user-pic {
  width: 45px;
  height: 45px;
  position: relative;
  left: -53px;
  float: left;
  margin: -2px -100% 0 0;
  overflow: hidden;
}
#forum-popup-quote #reply-to-user-name a {
  color: #7c7c7c;
}
#forum-popup-quote #reply-to-user-name a:hover {
  color: #646464;
}
#forum-popup-quote #reply-to-text {
  overflow: hidden;
  line-height: 16px;
}
#forum-popup-quote #reply-to-text a,
#forum-popup-quote #reply-to-text a:visited {
  color: #1992ba;
}
#forum-popup-quote #reply-to-text a:hover,
#forum-popup-quote #reply-to-text a:visited:hover {
  color: #646464;
}
#forum-popup-quote #reply-to-text .p {
  display: block;
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 15px;
}
#reply-to-photos {
  overflow: hidden;
}
#reply-to-photos img {
  margin-right: 2px;
}
.show {
  display: block;
}
.hide {
  display: none !important;
}
.error {
  color: red;
}
.text-center {
  text-align: center;
}
.vertical-align-top {
  vertical-align: top;
}
.padding-top-20 {
  padding-top: 20px;
}
.fc-ca8b8b {
  color: #ca8b8b;
  text-decoration: none;
}
.fc-a0a0a0 {
  color: #a0a0a0;
  text-decoration: none;
}
.margin-right-10 {
  margin-right: 10px;
}
.text-align-left {
  text-align: left;
}
.text-align-right {
  text-align: right;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-botton-4 {
  margin-bottom: 4px;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.user-account-status-message {
  color: red;
  width: 600px;
  font-size: 21px;
  margin: 25px auto 0;
}
table.advering-first {
  width: 100%;
}
table.advering-first tr td:first-child {
  width: 600px;
  text-align: left;
  vertical-align: top;
  padding: 0 16px 0 10px;
}
table.advering-first tr td:nth-child(2) {
  width: 308px;
  vertical-align: top;
  padding: 0 0 0 16px;
}
table.advering-first .h {
  color: #646464;
  font-size: 21px;
  line-height: 25px;
  margin: 0 0 6px;
  text-align: left;
}
table.advering-first .highlight {
  color: #f12828;
}
table.advering-first #paid-form table td {
  width: 140px;
}
table.advering-first #paid-form table td:first-child,
table.advering-first #paid-form table td:first-child select {
  width: 120px;
}
table.advering-first #paid-form table td:nth-child(2) {
  width: 180px;
}
.color-green {
  color: green;
}
.color-red {
  color: red;
}
.color-white {
  color: #fff;
}
.adverting {
  text-align: left;
  margin: 20px 20px 24px;
  color: #565656;
  line-height: 16px;
  position: relative;
}
.adverting .sidebar {
  margin: 0 0 0 555px;
  position: absolute;
  text-align: left;
  color: #000;
}
.adverting h3,
.adverting h4 {
  white-space: nowrap;
  font-size: 21px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  line-height: 25px;
}
.adverting .p2 h3,
.adverting .p3 h3 {
  margin-bottom: 4px;
}
.adverting .p0 {
  margin-top: 42px;
  font-size: 18px;
  color: #565656;
}
.adverting .p2 {
  margin-top: 42px;
  margin-left: 100px;
}
.adverting .p3 {
  margin-top: 42px;
  margin-left: 200px;
}
.adverting .p4 {
  margin-top: 42px;
  margin-left: 300px;
}
.adverting .p5 {
  margin-top: 42px;
  margin-left: 400px;
}
.adverting .arrow1 {
  background: url(/images/advert/arrow.gif) -30px 0 no-repeat;
  height: 28px;
  left: 490px;
  position: absolute;
  top: -44px;
  width: 20px;
  z-index: 1000;
}
.adverting .arrow2 {
  background: url(/images/advert/arrow.gif) 0 -28px no-repeat;
  height: 50px;
  left: 460px;
  position: absolute;
  top: -16px;
  width: 40px;
  z-index: 1000;
}
.adverting .arrow3 {
  width: 49px;
  height: 77px;
  background: url(/images/advert/arrow-down.gif) 0 0 no-repeat;
  top: 540px;
  left: 343px;
  position: absolute;
}
.adverting .adverting a:link,
.adverting a,
.adverting a:visited {
  color: #1992ba;
}
.adverting a:active,
.adverting a:hover {
  color: #00769c;
}
table.feedback-table td {
  padding-top: 8px;
}
table.feedback-table td.label {
  color: #7a7a7a;
  padding: 3px 14px 0 3px;
  text-align: left;
  width: 235px;
}
table.feedback-table .brd,
table.feedback-table td.field {
  width: 300px;
}
table.feedback-table .cusel {
  z-index: 5 !important;
}
table.feedback-table .small td {
  padding-top: 2px;
}
table.feedback-table .button td {
  padding-top: 31px;
}
.site-rules-topic-list {
  font-size: 0;
  margin: 2px 0 28px;
}
.site-rules-topic-list li {
  display: inline-block;
  height: 29px;
  vertical-align: top;
  font-size: 16px;
  line-height: 16px;
  padding: 5px 9px;
  margin: 0 4px;
  border: 1px solid #fff;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.site-rules-topic-list li a {
  color: #343434;
  text-decoration: none;
}
.site-rules-topic-list li.active {
  border-color: #a3a3a3;
}
.site-rules-list {
  margin-top: 30px;
  text-align: left;
}
.site-rules-list li {
  margin: 10px 0 14px;
}
.site-rules-list li .rules-question {
  margin-bottom: 2px;
  font-size: 18px;
  line-height: 25px;
}
@media only screen and (max-width: 750px) {
  .site-rules-list li .rules-question {
    margin-bottom: 5px;
  }
}
.site-rules-list li .rules-question a {
  font-size: 18px;
  text-decoration: none;
}
.site-rules-list li .rules-question a.active {
  color: #343434;
  border-color: #343434;
}
@media only screen and (max-width: 750px) {
  .site-rules-list li .rules-question a {
    font-size: 16px;
  }
}
.site-rules-list li .rules-answer {
  display: none;
  font-size: 16px;
  line-height: 22px;
}
@media only screen and (max-width: 750px) {
  .site-rules-list li .rules-answer {
    font-size: 14px;
    line-height: 20px;
  }
}
.carousel .adult-small-bg {
  height: 82px;
  width: 82px;
  cursor: pointer;
  display: inline-block;
  background-image: url(/images/captits/texture.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-repeat: repeat;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .carousel .adult-small-bg {
    background-image: url(/images/captits/texture@2x.jpg);
    background-size: 4px 4px;
    background-position: 0 0;
  }
}
.carousel .adult-small-bg .adult-small-text {
  display: inline-block;
  height: 100%;
  width: 100%;
  background-image: url(/images/captits/adult-micro.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .carousel .adult-small-bg .adult-small-text {
    background-image: url(/images/captits/adult-micro@2x.png);
    background-size: 29px 17px;
    background-position: 50% 50%;
  }
}
.adult-photo-cnt .adult-big-bg {
  margin: 0 auto;
  cursor: pointer;
  background-image: url(/images/captits/texture.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-repeat: repeat;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .adult-photo-cnt .adult-big-bg {
    background-image: url(/images/captits/texture@2x.jpg);
    background-size: 4px 4px;
    background-position: 0 0;
  }
}
.adult-photo-cnt .adult-big-bg .adult-big-text {
  display: inline-block;
  height: 100%;
  width: 100%;
  background-image: url(/images/captits/adult-max.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .adult-photo-cnt .adult-big-bg .adult-big-text {
    background-image: url(/images/captits/adult-max@2x.png);
    background-size: 196px 99px;
    background-position: 50% 50%;
  }
}
.loader {
  width: 55px;
  height: 55px;
  position: relative;
  z-index: 3;
  top: 50%;
  left: 50%;
  margin: -27px 0 0 -27px;
}
.loader .loader-spinner-block {
  width: 3px;
  height: 8px;
  background: #000;
  position: absolute;
  top: 20px;
  left: 22px;
  opacity: 0.05;
  -webkit-animation: fadeit 1.56s linear infinite;
  animation: fadeit 1.56s linear infinite;
}
.loader .loader-spinner-block:first-child {
  -webkit-transform: rotate(0deg) translateY(-24px);
  transform: rotate(0deg) translateY(-24px);
  -webkit-animation-delay: 0.39s;
  animation-delay: 0.39s;
}
.loader .loader-spinner-block:nth-child(2) {
  -webkit-transform: rotate(30deg) translateY(-24px);
  transform: rotate(30deg) translateY(-24px);
  -webkit-animation-delay: 0.52s;
  animation-delay: 0.52s;
}
.loader .loader-spinner-block:nth-child(3) {
  -webkit-transform: rotate(60deg) translateY(-24px);
  transform: rotate(60deg) translateY(-24px);
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
}
.loader .loader-spinner-block:nth-child(4) {
  -webkit-transform: rotate(90deg) translateY(-24px);
  transform: rotate(90deg) translateY(-24px);
  -webkit-animation-delay: 0.78s;
  animation-delay: 0.78s;
}
.loader .loader-spinner-block:nth-child(5) {
  -webkit-transform: rotate(120deg) translateY(-24px);
  transform: rotate(120deg) translateY(-24px);
  -webkit-animation-delay: 0.91s;
  animation-delay: 0.91s;
}
.loader .loader-spinner-block:nth-child(6) {
  -webkit-transform: rotate(150deg) translateY(-24px);
  transform: rotate(150deg) translateY(-24px);
  -webkit-animation-delay: 1.04s;
  animation-delay: 1.04s;
}
.loader .loader-spinner-block:nth-child(7) {
  -webkit-transform: rotate(180deg) translateY(-24px);
  transform: rotate(180deg) translateY(-24px);
  -webkit-animation-delay: 1.17s;
  animation-delay: 1.17s;
}
.loader .loader-spinner-block:nth-child(8) {
  -webkit-transform: rotate(210deg) translateY(-24px);
  transform: rotate(210deg) translateY(-24px);
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.loader .loader-spinner-block:nth-child(9) {
  -webkit-transform: rotate(240deg) translateY(-24px);
  transform: rotate(240deg) translateY(-24px);
  -webkit-animation-delay: 1.43s;
  animation-delay: 1.43s;
}
.loader .loader-spinner-block:nth-child(10) {
  -webkit-transform: rotate(270deg) translateY(-24px);
  transform: rotate(270deg) translateY(-24px);
  -webkit-animation-delay: 1.56s;
  animation-delay: 1.56s;
}
.loader .loader-spinner-block:nth-child(11) {
  -webkit-transform: rotate(300deg) translateY(-24px);
  transform: rotate(300deg) translateY(-24px);
  -webkit-animation-delay: 1.69s;
  animation-delay: 1.69s;
}
.loader .loader-spinner-block:nth-child(12) {
  -webkit-transform: rotate(330deg) translateY(-24px);
  transform: rotate(330deg) translateY(-24px);
  -webkit-animation-delay: 1.82s;
  animation-delay: 1.82s;
}
@-webkit-keyframes fadeit {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes fadeit {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeit {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.series-limit-reached-cnt {
  width: 800px;
  margin: 50px auto 0;
}
.series-limit-reached-cnt .time-to-wait {
  color: red;
}
.icon {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-image: url(/images/icons-and-logos.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .icon {
    background-image: url(/images/icons-and-logos@2x.png);
    background-size: 91px 1500px;
    background-position: 0 0;
  }
}
.icon.icon-arrow {
  height: 10px;
  width: 5px;
  top: 10px;
}
.icon.icon-arrow.icon-arrow-up {
  background-position: -24px -611px;
}
.icon.icon-arrow.icon-arrow-down {
  background-position: -30px -611px;
}
.icon.icon-question-mark {
  top: 2px;
  height: 26px;
  width: 26px;
  cursor: pointer;
  background: url(/images/help.svg) no-repeat 50%/26px;
}
.icon.icon-question-mark:hover {
  background: url(/images/help_hover.svg) no-repeat 50%/26px;
}
.icon.icon-endlessness {
  height: 17px;
  width: 39px;
  position: relative;
  margin: 10px auto 0;
  background-position: 0 -943px;
}
.slider-range-theme-2 {
  position: relative;
  width: 649px;
  margin: 10px auto 0;
  padding-top: 11px;
}
.slider-range-theme-2.adv-first {
  width: 325px;
}
.slider-range-theme-2.adv-first .entering-club-mounth li {
  margin-left: 47px;
}
.slider-range-theme-2 .slider-range-label {
  position: absolute;
  top: 0;
  left: -80px;
  color: #fff;
}
.slider-range-theme-2 .slider-range-label.fc-dark {
  color: #2e2e2e;
}
.slider-range-theme-2 .ui-slider {
  position: relative;
}
.slider-range-theme-2 .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  height: 25px;
  width: 25px;
  top: -11px;
  text-decoration: none;
  margin-left: -11px;
  cursor: pointer;
  background-image: url(/images/icons-and-logos.png);
  background-repeat: no-repeat;
  background-position: -64px -236px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .slider-range-theme-2 .ui-slider .ui-slider-handle {
    background-image: url(/images/icons-and-logos@2x.png);
    background-size: 91px 1500px;
    background-position: -64px -236px;
  }
}
.slider-range-theme-2 .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  background-color: #f9c02c;
}
.slider-range-theme-2 .ui-widget-content {
  background-color: #606060;
}
.slider-range-theme-2 .ui-slider-horizontal {
  height: 2px;
}
.slider-range-theme-2 .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.slider-range-theme-2 .ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.slider-range-theme-2 .ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.slider-range-theme-2 .entering-club-mounth {
  overflow: hidden;
  margin: 24px -10px 0 -8px;
}
.slider-range-theme-2 .entering-club-mounth li {
  float: left;
  color: #676767;
  width: 18px;
  text-align: center;
  margin-left: 36px;
}
.slider-range-theme-2 .entering-club-mounth li.active {
  color: #fff;
}
.slider-range-theme-2 .entering-club-mounth li.active.fc-dark {
  color: #2e2e2e;
}
.slider-range-theme-2 .entering-club-mounth li:first-child {
  margin-left: 0;
}
.button-buy,
.text-caps {
  text-transform: uppercase;
}
.button-buy {
  display: inline-block;
  height: 50px;
  padding: 0 24px;
  font-size: 24px;
  color: #191919;
  letter-spacing: 2px;
  border: 0;
  background-color: #fecd36;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.button-buy:hover {
  background-color: #f1c12e;
}
.service.forum-quote,
.service.new-message,
.service.new-message:visited {
  border-bottom: 1px dotted;
  text-decoration: none;
}
.service.forum-quote:hover,
.service.new-message:hover,
.service.new-message:visited:hover {
  border-color: #646464;
}
.forum-photo-size-switch a {
  color: #7c7c7c;
}
.forum-photo-size-switch a:hover {
  color: #646464;
  border-color: #646464;
}
.bride-header {
  margin-bottom: 43px;
  padding: 31px 0 0;
}
.bride-header .request-empty-title {
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  margin: 36px 0 0;
}
.bride-header .column.column-l {
  float: left;
  width: 430px;
  padding-top: 47px;
  font-size: 21px;
  color: #7d7d7d;
}
.bride-header .column.column-l p {
  padding-bottom: 39px;
}
.bride-header .column.column-l h1 {
  padding-bottom: 4px;
}
.bride-header .column.column-l span {
  font-size: 18px;
  display: block;
  line-height: 25px;
}
.bride-header .column.column-l .default-button-xlarge {
  margin-top: 13px;
}
.bride-header .column.column-c {
  margin: 0 450px;
  position: relative;
}
.bride-header .column.column-c .bride-user-status {
  color: #b2d235;
  position: absolute;
  top: 14px;
  left: 191px;
  white-space: nowrap;
  font-size: 14px;
}
.bride-header .column.column-c .bride-user-status.offline {
  color: #7c7c7c;
}
.bride-header .column.column-r {
  color: #000;
  width: 450px;
  float: right;
  font-size: 21px;
  padding-top: 61px;
}
.bride-header .column.column-r ul {
  float: right;
  width: 251px;
}
.bride-header .column.column-r ul li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 30px;
}
.bride-header .column.column-r ul li a {
  color: #000;
}
.bride-header .column.column-r ul li a:hover {
  color: #595656;
}
.bride-header .column.column-r ul li .ico {
  position: absolute;
  background-image: url(/images/icons-and-logos.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .bride-header .column.column-r ul li .ico {
    background-image: url(/images/icons-and-logos@2x.png);
    background-size: 91px 1500px;
    background-position: 0 0;
  }
}
.bride-header .column.column-r ul li .default-button-xlarge {
  margin: -3px 0 0 -20px;
  color: #5e5e5e;
}
.bride-header .column.column-r ul li.bride-mobile .ico {
  height: 14px;
  width: 8px;
  background-position: -22px -365px;
  left: 11px;
  top: 3px;
}
.bride-header .column.column-r ul li.bride-mail .ico {
  height: 9px;
  width: 13px;
  background-position: -22px -379px;
  top: 8px;
  left: 9px;
}
.bride-header .column.column-r ul li.bride-mail a {
  color: #000;
}
.bride-header .column.column-r ul li.bride-mail a:hover {
  color: #595656;
}
.bride-header .column.column-r ul li.write-bride {
  margin-top: 27px;
}
.bride-header.bride-header-empty {
  margin-bottom: 75px;
}
.bride-header.bride-header-empty span {
  line-height: 25px;
}
.bride-content {
  width: 760px;
  margin: 0 auto;
}
.bride-content .bride-content-title {
  text-align: center;
  font-size: 24px;
  line-height: 26px;
  padding-bottom: 26px;
}
.bride-content .bride-block {
  padding-bottom: 52px;
}
.bride-content .bride-block p {
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 16px;
}
.bride-content .bride-block p + a {
  color: #7c7c7c;
}
.bride-content .bride-block .bride-event-day {
  color: #7c7c7c;
  display: block;
  padding-bottom: 3px;
}
.bride-content .bride-block .bride-status {
  display: inline-block;
  padding: 0 7px;
  color: #fff;
  background-color: #e27444;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 3px 0 0 5px;
  font-size: 13px;
}
.bride-content .bride-block .bride-block-title {
  overflow: hidden;
}
.bride-content .bride-block .bride-block-title * {
  float: left;
}
.bride-content .bride-block .bride-block-title h2 {
  padding-bottom: 4px;
}
.bride-content .bride-block .bride-block-title .bride-event-day {
  margin: 3px 0 0 7px;
  font-size: 15px;
}
.bride-content .bride-block .author {
  height: 30px;
  padding-left: 0;
  font-size: 15px;
  margin: -5px 0 0;
}
.bride-content .bride-block .author .user-pic {
  float: left;
}
.bride-content .bride-block .author .name {
  float: left;
  margin: 5px 0 0 10px;
}
.bride-content .bride-block .author .amount-mess {
  position: relative;
  float: left;
  margin: 5px 0 0 19px;
}
.bride-content .bride-block .author .amount-mess .notice {
  margin-left: 13px;
}
.bride-content .bride-block .author.author-add-review {
  overflow: visible;
  position: relative;
  margin: 4px 0 10px;
}
.bride-content .bride-block .author.author-add-review .author-add-review-link {
  position: absolute;
  top: 1px;
  left: -50px;
  height: 30px;
  width: 30px;
  background-image: url(/images/icons-and-logos.png);
  background-repeat: no-repeat;
  background-position: -59px -876px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .bride-content
    .bride-block
    .author.author-add-review
    .author-add-review-link {
    background-image: url(/images/icons-and-logos@2x.png);
    background-size: 91px 1500px;
    background-position: -59px -876px;
  }
}
.bride-footer {
  margin-top: -9px;
  overflow: hidden;
  border-top: 2px solid #000;
  padding: 21px 0 18px;
}
.bride-footer .column {
  float: left;
  width: 340px;
  margin-left: 90px;
}
.bride-footer .column p {
  font-size: 15px;
  line-height: 25px;
  padding-bottom: 13px;
}
.bride-footer .column h2 {
  padding-bottom: 7px;
}
.bride-footer .column > .link-def {
  margin-bottom: 8px;
  display: inline-block;
  color: #f09c24;
}
.bride-footer .column > .link-def:hover {
  color: #dd7209;
}
.bride-footer .column:first-child {
  margin-left: 0;
}
.bride-userpic {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  background-color: #e7e7e7;
  text-align: center;
  position: relative;
}
.bride-userpic,
.bride-userpic .userpic,
.bride-userpic .userpic > .userpic-link > svg,
.bride-userpic .userpic > img,
.bride-userpic .userpic > svg,
.bride-userpic > img {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.bride-userpic .button-upload {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin: -14px 0 0 -68px;
}
.bride-userpic.loaded .button-upload {
  display: none;
}
.bride-userpic.loaded:after {
  content: "";
  display: none;
  height: 200px;
  width: 200px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #000;
  opacity: 0.5;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.bride-userpic.loaded:hover .button-upload {
  display: inline-block;
}
.bride-userpic.loaded:hover:after {
  display: block;
}
.bride-userpic.error .button-upload {
  top: 126px;
  margin-top: 0;
}
.bride-userpic.error .bride-userpic-error {
  position: absolute;
  top: 68px;
  left: 0;
  z-index: 2;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  width: 100%;
}
.bride-userpic.error:after {
  content: "";
  display: block;
  height: 200px;
  width: 200px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #d85959;
  opacity: 0.9;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.profile-bride-edit {
  width: 760px;
  margin: 29px auto 0;
  position: relative;
}
.profile-bride-edit > .h2 {
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  padding: 48px 0 24px;
}
.profile-bride-edit .create-filter {
  margin: 0 190px 0 71px;
}
.profile-bride-edit .create-filter .right-col {
  float: none;
  margin: 0 0 0 119px;
  position: relative;
}
.profile-bride-edit .create-filter .right-col .to-activate {
  position: absolute;
  left: 103%;
  width: 250px;
  margin-left: 2px;
  top: 0;
}
.profile-bride-edit .create-filter .right-col .to-activate span {
  display: block;
  float: left;
  width: 128px;
}
.profile-bride-edit .create-filter .right-col .to-activate.disabled span {
  color: #7c7c7c;
}
.profile-bride-edit .create-filter .right-col .checkbox.mini {
  font-size: 16px;
  padding-left: 22px;
  color: #605f5f;
}
.profile-bride-edit .create-filter .right-col .checkbox-row {
  margin: 2px 0 5px;
  font-size: 14px;
  color: #7c7c7c;
  clear: both;
}
.profile-bride-edit .create-filter .label {
  width: 119px;
}
.profile-bride-edit .create-filter .brd {
  width: 360px;
  border: 0 none;
  height: auto;
  padding: 0;
}
.profile-bride-edit .create-filter .brd input {
  border: 1px solid #e4e4e4;
  float: none;
  font-size: 16px;
  height: 20px;
  line-height: 21px;
  padding: 0 8px 1px;
}
.profile-bride-edit .create-filter .brd.autocmplt {
  width: 360px;
}
.profile-bride-edit .create-filter .brd.autocmplt .autocmplt-ico {
  right: -14px;
  top: 4px;
}
.profile-bride-edit .create-filter .brd.input-small {
  width: 262px;
  float: left;
}
.profile-bride-edit .create-filter .brd.input-small:first-child {
  margin-right: 10px;
  width: 70px;
}
.profile-bride-edit .create-filter .create-filter-row {
  padding-bottom: 10px;
}
.profile-bride-edit .create-filter .create-filter-row.filter-row-mail {
  padding: 40px 0 20px;
}
.profile-bride-edit .create-filter .create-filter-row.filter-row-phone {
  padding-bottom: 34px;
}
.profile-bride-edit .create-filter .create-filter-row.filter-row-phone p {
  color: #868585;
  padding: 5px 0 0;
  font-size: 14px;
  line-height: 22px;
}
.profile-bride-edit .create-filter .create-filter-row.filter-row-phone b {
  font-size: 18px;
  margin: 0 4px 11px 0;
  display: inline-block;
}
.profile-bride-edit .create-filter .create-filter-row.filter-row-button {
  padding: 30px 0;
}
.profile-bride-edit
  .create-filter
  .create-filter-row
  .b-datepicker
  .datepicker-button
  .ins-text {
  font-size: 16px;
}
.profile-bride-edit .button-upload {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin: -14px 0 0 -68px;
}
#sms-phone-confirm {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -121px 0 0 -333px;
}
#sms-phone-confirm .modal-body {
  width: 615px;
  height: 285px;
  text-align: center;
}
#sms-phone-confirm .modal-body:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
#sms-phone-confirm .modal-padding {
  padding: 41px 35px;
  height: 159px;
  display: inline-block;
  vertical-align: middle;
}
#sms-phone-confirm p {
  font-size: 15px;
  padding-bottom: 16px;
}
#sms-phone-confirm p span {
  font-size: 15px;
  line-height: 18px;
}
#sms-phone-confirm h2 {
  padding-bottom: 11px;
}
#sms-phone-confirm form {
  padding-top: 6px;
}
#sms-phone-confirm form .row-fluid {
  text-align: center;
  display: inline-block;
}
#sms-phone-confirm form .row-fluid * {
  float: left;
}
#sms-phone-confirm form .brd {
  margin-right: 5px;
  height: auto;
  padding: 0 8px;
}
#sms-phone-confirm form .brd input {
  font-size: 16px;
  line-height: 21px;
  height: auto;
}
#sms-phone-confirm form .brd.confirm-input-code {
  width: 82px;
  display: inline-block;
}
#sms-phone-confirm form .brd.confirm-input-code:before {
  content: "+";
  position: absolute;
  top: 2px;
  left: -15px;
  font: 13px/20px Arial;
  color: #999;
}
#sms-phone-confirm form .brd.confirm-input-phone {
  width: 126px;
  display: inline-block;
}
#sms-phone-confirm form .error-text {
  margin: -24px 0 16px;
  height: 18px;
}
#sms-phone-confirm .sms-phone-confirm-code-error {
  margin-top: -4px;
}
#sms-phone-confirm .sms-phone-confirm-code-error p {
  font-size: 16px;
  padding: 25px 0 0;
}
#sms-phone-confirm .sms-phone-confirm-code-error h2 {
  color: #f03c24;
  line-height: 31px;
}
#sms-phone-confirm .sms-phone-confirm-code-error h2 a {
  color: #f03c24;
}
#sms-confirm {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -121px 0 0 -333px;
}
#sms-confirm .modal-body {
  width: 615px;
}
#sms-confirm .modal-padding {
  padding: 41px 68px;
  height: 159px;
  text-align: center;
}
#sms-confirm p {
  font-size: 15px;
  padding-bottom: 18px;
}
#sms-confirm p span {
  font-size: 15px;
  line-height: 18px;
}
#sms-confirm h2 {
  padding-bottom: 11px;
}
#sms-confirm form .brd {
  width: 130px;
  margin: 0 auto 30px;
}
#sms-confirm form .default-button-large {
  width: 148px;
}
#sms-confirm form .error-text {
  height: 18px;
  margin: -24px 0 12px;
}
#sms-confirm-complete {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -121px 0 0 -333px;
}
#sms-confirm-complete .modal-body {
  width: 615px;
}
#sms-confirm-complete .modal-padding {
  padding: 41px 68px;
  height: 159px;
  text-align: center;
}
#sms-confirm-complete .modal-padding .centered {
  margin-top: 42px;
}
#sms-confirm-complete h2 {
  padding: 39px 0 15px;
}
#sms-confirm-complete .default-button-large {
  width: 148px;
}
.ert-info-adblock-ignore {
  padding: 33px 0 53px;
  text-align: center;
}
.ert-info-adblock-ignore p {
  line-height: 30px;
  padding-bottom: 30px;
}
.ert-info-adblock-ignore .h1 {
  padding-bottom: 19px;
}
.ert-info-adblock-ignore ul li {
  color: #000;
  font-size: 21px;
  line-height: 28px;
  position: relative;
  margin: 0 34px;
  display: inline-block;
  vertical-align: top;
}
.ert-info-adblock-ignore ul li .icon.icon-mail {
  top: 12px;
  left: -21px;
  width: 13px;
  height: 9px;
  background-position: -22px -379px;
}
.ert-info-adblock-ignore ul li .icon.icon-phone {
  top: 8px;
  left: -15px;
  width: 8px;
  height: 13px;
  background-position: -22px -365px;
}
.ert-positions {
  padding-bottom: 59px;
}
.ert-positions .ert-item {
  padding-bottom: 36px;
}
.ert-positions .ert-item .ert-item-title {
  line-height: 25px;
  position: relative;
  text-align: center;
}
.ert-positions .ert-item .ert-item-title .h2 {
  font-size: 24px;
  padding-bottom: 8px;
}
.ert-positions .ert-item .ert-price-column {
  float: left;
  width: 220px;
  padding-top: 85px;
}
.ert-positions .ert-item .ert-price-column p {
  color: #959595;
  padding-bottom: 28px;
}
.ert-positions .ert-item .ert-price-column p span {
  color: #343434;
}
.ert-positions .ert-item .ert-price-column p .price-rouble {
  font-size: 24px;
}
.ert-positions .ert-item .ert-info-column {
  float: right;
  width: 220px;
  line-height: 25px;
  padding-top: 85px;
}
.ert-positions .ert-item .ert-info-column li {
  padding-bottom: 20px;
}
.ert-positions .ert-item .ert-info-column.sale {
  margin-top: 33px;
}
.ert-positions .ert-item .ert-info-column.sale h2 {
  font-size: 21px;
  padding-bottom: 6px;
}
.ert-positions .ert-item .ert-bnnr-img {
  margin: -14px 220px 0;
}
.ert-positions .ert-item .ert-bnnr-img form {
  text-align: center;
}
.ert-positions .ert-item .ert-bnnr-img form .button-buy {
  margin-top: 30px;
}
.ert-positions .ert-item .entering-club {
  margin-top: -38px;
  text-align: center;
}
.ert-positions .ert-item .entering-club .entering-club__header {
  padding-bottom: 3px;
}
.ert-positions .ert-item .entering-club .entering-club__title {
  font-size: 26px;
  line-height: 30px;
  color: #000;
  margin-bottom: 0;
  padding-bottom: 6px;
}
.ert-positions .ert-item .entering-club .price-entering-club {
  font-size: 26px;
  line-height: 30px;
  padding-bottom: 4px;
}
.ert-positions
  .ert-item
  .entering-club
  .price-entering-club
  .price-entering-club__old {
  font-size: 21px;
  line-height: 24px;
  text-decoration: line-through;
  opacity: 0.5;
}
.ert-positions .ert-item .entering-club .nv-button {
  display: inline-block;
  width: auto;
  height: 45px;
  padding: 7px 21px;
  font-size: 18px;
  line-height: inherit;
  font-weight: 600;
  color: #fff;
  background-color: #4f7cb5;
  border: 1px solid transparent;
  vertical-align: inherit;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.ert-positions .ert-item .entering-club .payment-expires {
  text-align: center;
  font-size: 15px;
  line-height: 24px;
  margin-top: 38px;
}
.ert-positions .ert-item .entering-club .slider-range-theme-2 {
  margin-bottom: 30px;
}
.about {
  overflow-x: hidden;
}
.about .about-title {
  line-height: 30px;
  text-align: center;
  color: #343434;
}
.about .about-title .address {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 25px;
}
.about .about-title .address > span {
  display: inline-flex;
}
@media only screen and (max-width: 750px) {
  .about .about-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.about .about-title .h2 {
  color: #000;
  font-size: 30px;
  line-height: 39px;
  padding-bottom: 4px;
}
@media only screen and (max-width: 750px) {
  .about .about-title .h2 {
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
  }
}
.about .about-title p {
  line-height: 25px;
}
.about .about-header {
  position: relative;
  font-size: 21px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 49px;
  padding-top: 246px;
  padding-bottom: 212px;
  color: #fff;
}
@media only screen and (max-width: 750px) {
  .about .about-header {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 132px;
    padding-bottom: 86px;
  }
}
.about .about-header p {
  padding-bottom: 0;
}
.about .about-header .title {
  font-size: 72px;
  line-height: 93px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  .about .about-header .title {
    font-size: 21px;
    line-height: 28px;
    letter-spacing: unset;
    margin-bottom: 11px;
  }
}
@media only screen and (max-width: 750px) {
  .about .about-header__inspired {
    font-size: 14px;
    line-height: 20px;
  }
}
.about .about-header .wrapper {
  position: relative;
}
@media screen and (max-width: 1198px) and (min-width: 751px) {
  .about .about-header .wrapper {
    box-sizing: border-box;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .about .about-header .wrapper p:first-child {
    letter-spacing: unset;
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 6px;
  }
}
.about .about-header .about-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 750px) {
  .about .wrapper p {
    font-size: 14px;
    line-height: 20px;
  }
}
.about .team-list {
  margin-bottom: 49px;
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.about .team-list .team-member {
  position: relative;
  display: inherit;
  width: 25%;
}
@media screen and (max-width: 1199px) {
  .about .team-list .team-member {
    width: 33%;
    width: 33.33333%;
  }
}
@media screen and (max-width: 899px) {
  .about .team-list .team-member {
    width: 50%;
  }
}
.about .team-list .team-member img {
  width: 100%;
}
.about .team-list .team-member .team-member-info {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 100%;
  font-size: 18px;
  height: 100%;
  padding: 30px 5px 30px 30px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.about .team-list .team-member .team-member-info p {
  padding-bottom: 16px;
}
.about .team-list .team-member .team-member-info .h2 {
  color: #fff;
  padding-bottom: 8px;
}
.about .team-list .team-member .team-member-info .personal-socials {
  margin-top: auto;
  margin-bottom: 19px;
}
@media only screen and (max-width: 750px) {
  .about .team-list .team-member .team-member-info .personal-socials {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 750px) {
  .about .team-list .team-member .team-member-info {
    padding: 20px;
  }
  .about .team-list .team-member .team-member-info p {
    line-height: 18px;
  }
  .about .team-list .team-member .team-member-info .link-def {
    font-size: 14px;
  }
}
@media screen and (max-width: 350px) {
  .about .team-list .team-member .team-member-info {
    padding: 12px;
  }
  .about .team-list .team-member .team-member-info p {
    line-height: 16px;
  }
}
.about .team-list .team-member:hover .team-member-info {
  display: flex;
}
.about .team-list .team-member.team-member-search .team-member-info {
  display: block;
  line-height: 30px;
  background-color: #000;
}
.about .team-list .team-member.team-member-search .team-member-info .h2 {
  padding-bottom: 3px;
}
@media screen and (max-width: 458px) {
  .about .team-list .team-member.team-member-search .team-member-info .h2 {
    display: none;
  }
}
.about span.phone {
  margin-left: 20px;
  margin-right: 20px;
}
.personal-socials {
  height: 25px;
}
.personal-socials li {
  height: 23px;
  width: 23px;
  float: left;
  margin-left: 10px;
  cursor: pointer;
  border: 1px solid hsla(0, 0%, 100%, 0.5);
  background-image: url(/images/icons-and-logos.png);
  background-repeat: no-repeat;
  background-position: -55px -352px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .personal-socials li {
    background-image: url(/images/icons-and-logos@2x.png);
    background-size: 91px 1500px;
    background-position: -55px -352px;
  }
}
.personal-socials li:first-child {
  margin-left: 0;
}
.personal-socials li.socials-item-vk {
  background-position: -1px -962px;
}
.personal-socials li.socials-item-fc {
  background-position: -25px -962px;
}
.personal-socials li.socials-item-in {
  background-position: -49px -962px;
}
.personal-socials li.socials-item-st {
  background-position: -1px -987px;
}
.personal-socials li.socials-item-tw {
  background-position: -25px -987px;
}
.friend-socials {
  margin: 3px 0 71px;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .friend-socials {
    margin-bottom: 40px;
  }
}
.friend-socials li {
  font-size: 21px;
  display: inline-block;
  position: relative;
  margin: 0 24px;
}
.friend-socials li .icon {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 8px;
}
.friend-socials li.friend-social-fc .icon {
  top: 7px;
  width: 19px;
  height: 32px;
  background-position: -36px -1012px;
}
.friend-socials li.friend-social-vk .icon {
  width: 30px;
  height: 17px;
  background-position: 0 -1045px;
}
.friend-socials li.friend-social-in .icon {
  top: 5px;
  width: 30px;
  height: 30px;
  background-position: 0 -1012px;
}
.friend-socials li.friend-social-tw .icon {
  width: 30px;
  height: 22px;
  background-position: -58px -1012px;
}
@media only screen and (max-width: 750px) {
  .friend-socials__name {
    display: none;
  }
}
#about-map {
  height: 470px;
}
span .p {
  margin-bottom: 8px;
  display: block;
}
span .p2 {
  margin-bottom: 18px;
  display: block;
}
.confirmation.wrapper,
.notification.wrapper {
  text-align: center;
  margin-top: 51px;
}
.confirmation.wrapper.notification_adaptive,
.notification.wrapper.notification_adaptive {
  box-sizing: border-box;
}
.confirmation.wrapper.notification_adaptive .h2,
.confirmation.wrapper.notification_adaptive h2,
.notification.wrapper.notification_adaptive .h2,
.notification.wrapper.notification_adaptive h2 {
  font-size: 34px;
}
@media only screen and (max-width: 750px) {
  .confirmation.wrapper.notification_adaptive,
  .notification.wrapper.notification_adaptive {
    margin-top: 26px;
    padding: 0 15px;
  }
  .confirmation.wrapper.notification_adaptive .h2,
  .confirmation.wrapper.notification_adaptive h2,
  .notification.wrapper.notification_adaptive .h2,
  .notification.wrapper.notification_adaptive h2 {
    font-size: 21px;
    line-height: 27px;
  }
}
@media screen and (min-width: 751px) {
  .confirmation.wrapper.notification_adaptive.notification_w600,
  .notification.wrapper.notification_adaptive.notification_w600 {
    width: 600px !important;
  }
}
@media screen and (min-width: 751px) {
  .confirmation.wrapper.notification_adaptive.notification_w400,
  .notification.wrapper.notification_adaptive.notification_w400 {
    width: 400px !important;
  }
}
.confirmation.wrapper.notification_adaptive .description,
.notification.wrapper.notification_adaptive .description {
  margin-top: unset;
  color: #000;
  font-size: 16px;
  line-height: 22px;
}
@media only screen and (max-width: 750px) {
  .confirmation.wrapper.notification_adaptive .description,
  .notification.wrapper.notification_adaptive .description {
    font-size: 14px;
    line-height: 20px;
  }
}
.confirmation .h2,
.confirmation h2,
.notification .h2,
.notification h2 {
  font-size: 30px;
  line-height: 1.3;
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
}
.confirmation p,
.notification p {
  padding: 0;
  line-height: 22px;
  margin: 20px auto 0;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
  width: 100%;
  max-width: 800px;
}
.confirmation .default-button-xxlarge,
.notification .default-button-xxlarge {
  margin-top: 16px;
}
.confirmation .default-button-xxlarge.no-ind,
.notification .default-button-xxlarge.no-ind {
  margin-top: 0;
}
.notification-simple {
  color: #2e2e2e;
  text-align: center;
  padding: 24px 0;
}
.notification-simple .h2,
.notification-simple h2 {
  color: #000;
  font-size: 21px;
  line-height: 40px;
  padding: 0;
}
.notification-forum-access {
  margin-top: 30px;
  font-style: italic;
}
.personal-account {
  padding-top: 11px;
  text-align: center;
}
.personal-account .h2 {
  font-size: 34px;
  padding: 0 0 33px;
  text-align: center;
}
.personal-account .h3 {
  font-size: 26px;
  padding: 0 0 33px;
  text-align: center;
}
.personal-account .h4 {
  font-size: 21px;
  line-height: 30px;
  padding-bottom: 6px;
}
.personal-account .link-border.more-operations {
  color: #2e2e2e;
  border-color: #2e2e2e;
}
.personal-account .link-border.more-operations:hover {
  color: #595656;
  border-color: #595656;
}
.personal-account .personal-account-new-possibilities {
  padding: 97px 0 85px;
  text-align: left;
}
.personal-account .personal-account-new-possibilities .column {
  width: 280px;
  margin-left: 20px;
  float: left;
}
.personal-account .personal-account-new-possibilities .column .h4,
.personal-account .personal-account-new-possibilities .column p {
  font-size: 21px;
  line-height: 35px;
}
.personal-account .personal-account-new-possibilities .column p {
  padding: 0 0 7px;
}
.personal-account .personal-account-new-possibilities .column:first-child {
  margin-left: 0;
}
.personal-account .personal-account-services {
  width: 880px;
  margin: 0 auto;
}
.personal-account .personal-account-services .column {
  width: 33%;
  float: left;
  text-align: center;
}
.narrow-history .personal-account-operations {
  width: 655px;
}
.personal-account-operations {
  margin-bottom: 20px;
}
.personal-account-operations .personal-account-operations-row .wrapper {
  width: 48%;
  max-width: 649px;
  margin: -1px auto 0;
  text-align: left;
}
.personal-account-operations .personal-account-operations-row .wrapper td {
  font-size: 16px;
  line-height: 20px;
  padding: 15px 5px;
  vertical-align: middle;
  border-bottom: 1px solid #d9d9d9;
  min-width: 63px;
}
.personal-account-operations
  .personal-account-operations-row
  .wrapper
  td.personal-account-operations-price {
  font-size: 21px;
  text-align: right;
  min-width: 118px;
}
.personal-account-operations
  .personal-account-operations-row
  .wrapper
  td.personal-account-operations-price.price-income {
  color: #3dc12c;
}
.personal-account-operations
  .personal-account-operations-row
  .wrapper
  td.personal-account-operations-price.price-outcome {
  color: #f34548;
}
.personal-account-operations
  .personal-account-operations-row
  .wrapper
  td.personal-account-operations-date {
  width: 176px;
  padding-left: 18px;
}
.personal-account-operations
  .personal-account-operations-row
  .wrapper
  td.personal-account-operations-comment {
  width: 312px;
}
.personal-account-operations
  .personal-account-operations-row
  .wrapper
  td.personal-account-operations-refresh {
  width: 22px;
  padding-right: 0;
}
.personal-account-operations
  .personal-account-operations-row
  .wrapper
  td.personal-account-operations-refresh
  a {
  display: none;
  width: 22px;
  height: 20px;
  margin: 0 auto;
  background-image: url(/images/icons-and-logos.png);
  background-repeat: no-repeat;
  background-position: 0 -1487px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .personal-account-operations
    .personal-account-operations-row
    .wrapper
    td.personal-account-operations-refresh
    a {
    background-image: url(/images/icons-and-logos@2x.png);
    background-size: 91px 1500px;
    background-position: 0 -1487px;
  }
}
.personal-account-operations .personal-account-operations-row:hover {
  background-color: #d9d9d9;
}
.personal-account-operations
  .personal-account-operations-row:hover
  td.personal-account-operations-refresh
  a {
  display: block;
}
.side-column
  .personal-account-operations
  .personal-account-operations-row
  .wrapper {
  width: 90%;
}
.text-through {
  position: relative;
}
.text-through:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #7a7a7a;
  border-bottom: 1px solid #a1a1a1;
  position: absolute;
  top: 58%;
  left: 0;
}
.confirmation h1 {
  font-size: 34px;
  padding: 0 0 20px;
}
.new-password h2 a {
  color: #fff;
}
.new-password h2 a:hover {
  color: #eee;
}
.new-password h2 a.login {
  font-size: 17px;
  position: relative;
  top: -10px;
}
.new-password .restorepasswd {
  margin-top: -2px;
}
.new-password .restorepasswd .brd {
  margin: 0 auto;
}
.new-password .restorepasswd .form-row {
  position: relative;
  text-align: center;
  margin-bottom: 15px;
}
.new-password .restorepasswd .button-row {
  padding-top: 5px;
}
#account-delete-reason .modal-body,
#delete-photo .modal-body,
#delete-story .modal-body {
  width: 615px;
}
#account-delete-reason .modal-padding,
#delete-photo .modal-padding,
#delete-story .modal-padding {
  padding: 38px 20px 30px;
  min-height: 80px;
  text-align: center;
}
#account-delete-reason .title,
#delete-photo .title,
#delete-story .title {
  padding-bottom: 23px;
  text-align: center;
  color: #434343;
  font-size: 21px;
  font-weight: 400;
  line-height: 24px;
}
#account-delete-reason form {
  float: none;
  width: 615px;
}
#account-delete-reason form #reasons_list {
  text-align: left;
  width: 450px;
  margin: 0 auto;
}
#account-delete-reason form #reasons_list input[type="radio"] {
  float: right;
}
#account-delete-reason form #reasons_list textarea {
  width: 424px;
  min-height: 100px;
}
.photo-toggle-block {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  color: #fff;
  display: none;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
}
.photo-stats {
  position: absolute;
  left: 0;
  bottom: 9px;
}
.photo-stats object {
  display: block;
  margin: 0 0 16px 10px;
  width: 228px;
  text-align: left;
}
.photo-stats .photo-stats-item {
  float: left;
  margin: 0 3px -4px 10px;
  font-size: 15px;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  color: #fff;
}
.photo-stats .photo-stats-item .photo-stats-item-promt {
  position: absolute;
  bottom: 30px;
  left: 50%;
  display: none;
  text-align: center;
  width: 300px;
  margin-left: -146px;
}
.photo-stats
  .photo-stats-item
  .photo-stats-item-promt
  .photo-stats-item-promt-padding {
  display: inline-block;
  vertical-align: top;
  padding: 7px 9px;
  font-size: 15px;
  color: #343434;
  background-color: #fff;
  white-space: nowrap;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.photo-stats .photo-stats-item .photo-stats-item-promt .arrow {
  width: 20px;
  height: 10px;
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -15px;
  overflow: hidden;
}
.photo-stats .photo-stats-item .photo-stats-item-promt .arrow:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -7px;
  -webkit-box-shadow: 2px 2px 8px -3px rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: 2px 2px 8px -3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 8px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 8px -3px rgba(0, 0, 0, 0.3);
}
.photo-stats .photo-stats-item.item-comment .ico-default {
  top: 4px;
  height: 15px;
  width: 15px;
  background-position: -41px -1356px;
}
.photo-stats .photo-stats-item.item-comment:hover .ico-default {
  background-position: -41px -1373px;
}
.photo-stats .photo-stats-item.item-favorite .ico-default {
  height: 15px;
  width: 16px;
  background-position: -22px -1356px;
}
.photo-stats .photo-stats-item.item-favorite:hover .ico-default {
  background-position: -22px -1373px;
}
.photo-stats .photo-stats-item.item-like {
  padding-left: 22px;
}
.photo-stats .photo-stats-item.item-like .ico-default {
  top: 1px;
  height: 15px;
  width: 19px;
  background-position: 0 -1356px;
}
.photo-stats .photo-stats-item.item-like:hover .ico-default {
  background-position: 0 -1373px;
}
.photo-stats .photo-stats-item:hover {
  color: #f64f63;
}
.photo-stats .photo-stats-item:hover .photo-stats-item-promt {
  display: block;
}
.photo-stats.changed {
  display: block;
  width: 100%;
  height: 41px;
  bottom: 0;
  background: url(/images/gradients/photo-stats-gradient.png) repeat-x 0 -1px;
}
.photo-stats.changed .photo-stats-item {
  margin-top: 16px;
}
.achievements {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
}
.achievements .achievement-item {
  float: right;
  position: relative;
  margin-right: 10px;
  height: 45px;
  width: 30px;
  cursor: pointer;
  background-image: url(/images/icons/profile-flags.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .achievements .achievement-item {
    background-image: url(/images/icons/profile-flags@2x.png);
    background-size: 478px 45px;
    background-position: 0 0;
  }
}
.achievements .achievement-item .achievement-item-promt {
  position: absolute;
  top: 58px;
  left: -21px;
  padding: 7px 9px;
  font-size: 15px;
  color: #343434;
  background-color: #fff;
  display: none;
  text-align: left;
  white-space: nowrap;
  z-index: 10;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.achievements .achievement-item .achievement-item-promt:after {
  content: "";
  display: block;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  position: absolute;
  top: -10px;
  left: 26px;
}
.achievements .achievement-item .achievement-item-promt p {
  padding: 0;
}
.achievements .achievement-item.achievement-item-day-photo {
  background-position: -128px 0;
}
.achievements .achievement-item.achievement-item-choice-release {
  background-position: -448px 0;
}
.achievements .achievement-item.achievement-item-award-winner {
  background-position: -96px 0;
}
.achievements .achievement-item.achievement-item-best-stories {
  background-position: -192px 0;
}
.achievements .achievement-item.achievement-item-award-member {
  background-position: -384px 0;
}
.achievements-photograph .achievements {
  position: relative;
}
.achievements-photograph .achievements .achievement-item-column {
  width: 30px;
  float: left;
  margin-right: 15px;
  text-align: center;
  font-size: 14px;
}
.achievements-photograph .achievements .achievement-item {
  margin: 0;
}
.achievements-photograph
  .achievements
  .achievement-item
  .achievement-item-promt {
  top: 78px;
  left: -18px;
  padding: 11px 17px;
  max-height: 160px;
  cursor: default;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.achievements-photograph
  .achievements
  .achievement-item
  .achievement-item-promt.award-no {
  width: 185px;
}
.achievements-photograph
  .achievements
  .achievement-item
  .achievement-item-promt
  .scroll-pane-light {
  display: none;
  height: 15px;
  position: absolute;
  bottom: 11px;
  left: 0;
  width: 97%;
  z-index: 2;
  cursor: default;
  background: -moz-linear-gradient(
    top,
    hsla(0, 0%, 100%, 0) 0,
    hsla(0, 0%, 100%, 0) 1%,
    #fff 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, hsla(0, 0%, 100%, 0)),
    color-stop(1%, hsla(0, 0%, 100%, 0)),
    color-stop(100%, #fff)
  );
  background: -webkit-linear-gradient(
    top,
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0) 1%,
    #fff
  );
  background: -o-linear-gradient(
    top,
    hsla(0, 0%, 100%, 0) 0,
    hsla(0, 0%, 100%, 0) 1%,
    #fff 100%
  );
  background: -ms-linear-gradient(
    top,
    hsla(0, 0%, 100%, 0) 0,
    hsla(0, 0%, 100%, 0) 1%,
    #fff 100%
  );
  background: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0) 0,
    hsla(0, 0%, 100%, 0) 1%,
    #fff
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff",endColorstr="#ffffff",GradientType=0);
}
.achievements-photograph
  .achievements
  .achievement-item
  .achievement-item-promt:after {
  content: "";
  display: block;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  position: absolute;
  top: -10px;
  left: 23px;
}
.achievements-photograph
  .achievements
  .achievement-item
  .achievement-item-promt
  .scroll-pane {
  width: 337px;
  height: auto;
  max-height: 160px;
  cursor: default;
}
.achievements-photograph
  .achievements
  .achievement-item
  .achievement-item-promt
  .scroll-pane
  .generated-code {
  padding: 0;
}
.achievements-photograph
  .achievements
  .achievement-item
  .achievement-item-promt
  .scroll-pane
  .generated-code
  p {
  padding: 0;
  font-size: 15px;
  line-height: 25px;
}
.achievements-photograph
  .achievements
  .achievement-item
  .achievement-item-promt
  .scroll-pane
  .generated-code
  h3 {
  padding: 19px 0 0;
  line-height: 19px;
  font-weight: 700;
}
.achievements-photograph
  .achievements
  .achievement-item
  .achievement-item-promt
  .scroll-pane
  .generated-code
  h3:first-child {
  padding-top: 0;
}
.achievements-photograph
  .achievements
  .achievement-item
  .achievement-item-promt
  .jspTrack {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #f1f1f1;
}
.achievements-photograph
  .achievements
  .achievement-item
  .achievement-item-promt
  .jspTrack
  .jspDrag {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #d2d2d2;
}
.achievements-photograph
  .achievements
  .achievement-item
  .achievement-item-promt
  .jspTrack
  .jspDragBottom,
.achievements-photograph
  .achievements
  .achievement-item
  .achievement-item-promt
  .jspTrack
  .jspDragTop {
  display: none;
}
.achievements-photograph
  .achievements
  .achievement-item.achievement-item-award-winner {
  background-position: -96px 0;
}
.achievements-photograph
  .achievements
  .achievement-item.achievement-item-award-winner
  .achievement-item-promt {
  padding-right: 3px;
  white-space: inherit;
}
.achievements-photograph
  .achievements
  .achievement-item.achievement-item-award-winner.achievement-item-disabled {
  background-position: -384px 0;
}
.achievements-photograph
  .achievements
  .achievement-item.achievement-item-best-photos {
  background-position: -128px 0;
}
.achievements-photograph
  .achievements
  .achievement-item.achievement-item-best-photos.achievement-item-disabled {
  background-position: -288px 0;
}
.achievements-photograph
  .achievements
  .achievement-item.achievement-item-best-stories {
  background-position: -192px 0;
}
.achievements-photograph
  .achievements
  .achievement-item.achievement-item-best-stories.achievement-item-disabled {
  background-position: -352px 0;
}
.achievements-photograph
  .achievements
  .achievement-item.achievement-item-choice-photo {
  background-position: -32px 0;
}
.achievements-photograph
  .achievements
  .achievement-item.achievement-item-choice-photo.achievement-item-disabled {
  background-position: -256px 0;
}
.achievements-photograph
  .achievements
  .achievement-item.achievement-item-party-participant {
  background-position: -224px 0;
}
#site-currency.switcher {
  float: right;
  margin-left: 100px;
  position: relative;
}
#site-currency .container-scrollable {
  left: -32px;
}
#site-currency .container-scrollable:after {
  right: auto;
  left: 37px;
}
#site-currency ul li a {
  padding: 4px 30px 4px 20px;
}
.switcher {
  float: right;
  margin: 1px 0 0 50px;
  position: relative;
}
.switcher > a {
  color: #1992ba;
  display: block;
  position: relative;
  text-decoration: none;
  font-size: 16px;
  line-height: 18px;
  height: 16px;
  border-bottom: 1px dashed #1992ba;
}
.switcher > a:hover {
  color: #00769c;
  border: 0;
  height: 17px;
}
.switcher .icon-flag {
  position: absolute;
  top: 0;
  left: -29px;
  height: 15px;
  width: 21px;
  background-image: url(../images/to-sprite-in-future/Flags_new_2019.svg);
  background-size: 21px 1165px;
  background-repeat: no-repeat;
}
.switcher .icon-flag.flag-en {
  background-position: 0 0;
}
.switcher .icon-flag.flag-es {
  background-position: 0 -25px;
}
.switcher .icon-flag.flag-pt {
  background-position: 0 -50px;
}
.switcher .icon-flag.flag-ru {
  background-position: 0 -75px;
}
.switcher .icon-flag.flag-de {
  background-position: 0 -100px;
}
.switcher .icon-flag.flag-fr {
  background-position: 0 -125px;
}
.switcher .icon-flag.flag-it {
  background-position: 0 -150px;
}
.switcher .icon-flag.flag-tr {
  background-position: 0 -175px;
}
.switcher .icon-flag.flag-pl {
  background-position: 0 -200px;
}
.switcher .icon-flag.flag-ro {
  background-position: 0 -225px;
}
.switcher .icon-flag.flag-nl {
  background-position: 0 -250px;
}
.switcher .icon-flag.flag-hu {
  background-position: 0 -275px;
}
.switcher .icon-flag.flag-el {
  background-position: 0 -300px;
}
.switcher .icon-flag.flag-cs {
  background-position: 0 -325px;
}
.switcher .icon-flag.flag-sv {
  background-position: 0 -350px;
}
.switcher .icon-flag.flag-fi {
  background-position: 0 -375px;
}
.switcher .icon-flag.flag-da {
  background-position: 0 -400px;
}
.switcher .icon-flag.flag-no {
  background-position: 0 -425px;
}
.switcher .icon-flag.flag-ja {
  background-position: 0 -450px;
}
.switcher .icon-flag.flag-zh {
  background-position: 0 -475px;
}
.switcher .icon-flag.flag-hi {
  background-position: 0 -500px;
}
.switcher .icon-flag.flag-ar {
  background-position: 0 -525px;
}
.switcher .icon-flag.flag-za {
  background-position: 0 -550px;
}
.switcher .icon-flag.flag-vi {
  background-position: 0 -575px;
}
.switcher .icon-flag.flag-iw {
  background-position: 0 -600px;
}
.switcher .icon-flag.flag-id {
  background-position: 0 -625px;
}
.switcher .icon-flag.flag-kz {
  background-position: 0 -650px;
}
.switcher .icon-flag.flag-lv {
  background-position: 0 -675px;
}
.switcher .icon-flag.flag-lt {
  background-position: 0 -700px;
}
.switcher .icon-flag.flag-ms {
  background-position: 0 -725px;
}
.switcher .icon-flag.flag-tl {
  background-position: 0 -750px;
}
.switcher .icon-flag.flag-th {
  background-position: 0 -775px;
}
.switcher .icon-flag.flag-uk {
  background-position: 0 -800px;
}
.switcher .icon-flag.flag-et {
  background-position: 0 -825px;
}
.switcher .icon-flag.flag-ka {
  background-position: 0 -850px;
}
.switcher .icon-flag.flag-tw {
  background-position: 0 -875px;
}
.switcher .icon-flag.flag-sk {
  background-position: 0 -900px;
}
.switcher .icon-flag.flag-sr {
  background-position: 0 -925px;
}
.switcher .icon-flag.flag-hr {
  background-position: 0 -950px;
}
.switcher .icon-flag.flag-sl {
  background-position: 0 -975px;
}
.switcher .icon-flag.flag-is {
  background-position: 0 -1000px;
}
.switcher .icon-flag.flag-bs {
  background-position: 0 -1025px;
}
.switcher .icon-flag.flag-az {
  background-position: 0 -1050px;
}
.switcher .icon-flag.flag-bg {
  background-position: 0 -1075px;
}
.switcher .icon-flag.flag-ko {
  background-position: 0 -1100px;
}
.switcher .icon-flag.flag-sa {
  background-position: 0 -1125px;
}
.switcher .icon-flag.flag-mk {
  background-position: 0 -1150px;
}
.switcher .container-scrollable {
  display: none;
  position: absolute;
  left: -102px;
  bottom: 32px;
  z-index: 10;
  padding: 12px 0;
  background-color: #fff;
  border: 1px solid #7b7979;
}
.switcher .container-scrollable.active {
  display: block;
}
.switcher .container-scrollable:after {
  content: "";
  display: block;
  height: 8px;
  width: 16px;
  position: absolute;
  bottom: -8px;
  right: 43px;
  background-image: url(/images/icons/site-lang-arrow.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .switcher .container-scrollable:after {
    background-image: url(/images/icons/site-lang-arrow@2x.png);
    background-size: 16px 8px;
    background-position: 0 0;
  }
}
.switcher li {
  margin: 0;
}
.switcher li a {
  padding: 4px 28px 4px 47px;
  white-space: nowrap;
  font-size: 16px;
  color: #343434;
  display: block;
  line-height: 20px;
  position: relative;
  text-decoration: none;
}
.switcher li a .icon-flag {
  left: 18px;
  top: 5px;
}
.switcher li a:visited {
  color: #343434;
}
.switcher li a.pls-selected-locale {
  color: #7c7c7c;
}
.switcher li:hover {
  background-color: #474747;
}
.switcher li:hover a,
.switcher li:hover a:visited {
  color: #fff;
}
.switcher li:hover a.pls-selected-locale {
  cursor: default;
  color: #7c7c7c;
  background-color: #fff;
}
.switcher.active > a {
  color: #343434;
  border: 0;
  height: 17px;
}
.page-lang-el .switcher > a,
.page-lang-el .switcher li a,
.page-lang-vi .switcher > a,
.page-lang-vi .switcher li a {
  font-size: 15px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.billing-form-block {
  margin-top: 20px;
  font-size: 21px;
}
.billing-form-block form > * {
  display: inline-block;
}
.billing-form-block .brd {
  height: auto;
  width: 60px;
  padding: 0;
}
.billing-form-block .brd input {
  height: auto;
  width: 44px;
  text-align: right;
  padding: 6px 8px;
}
.billing-form-block .brd input,
.billing-form-block .default-button-xlarge,
.billing-form-block .text {
  font-size: 21px;
  line-height: 21px;
}
.billing-form-block .text {
  vertical-align: top;
  padding: 7px 6px 6px 0;
}
.billing-form-block .error {
  font-size: 16px;
}
.adult-small-bg {
  display: inline-block;
  cursor: pointer;
  background-image: url(/images/captits/texture.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-repeat: repeat;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .adult-small-bg {
    background-image: url(/images/captits/texture@2x.jpg);
    background-size: 4px 4px;
    background-position: 0 0;
  }
}
.adult-small-bg .adult-small-text {
  display: inline-block;
  height: 100%;
  width: 100%;
  background-image: url(/images/captits/adult-min.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .adult-small-bg .adult-small-text {
    background-image: url(/images/captits/adult-min@2x.png);
    background-size: 58px 33px;
    background-position: 50% 50%;
  }
}
.adult-big-bg {
  margin: 0 auto;
  cursor: pointer;
  background-image: url(/images/captits/texture.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-repeat: repeat;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .adult-big-bg {
    background-image: url(/images/captits/texture@2x.jpg);
    background-size: 4px 4px;
    background-position: 0 0;
  }
}
.adult-big-bg .adult-big-text {
  height: 100%;
  width: 100%;
  background-image: url(/images/captits/adult-max.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .adult-big-bg .adult-big-text {
    background-image: url(/images/captits/adult-max@2x.png);
    background-size: 196px 99px;
    background-position: 50% 50%;
  }
}
.adult-new {
  background: no-repeat 50% / cover;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
}
.adult-new--prew {
  display: block;
  width: 82px;
  height: 82px;
}
.adult-new--prew eighteen-plus {
  font-size: 30px !important;
  width: 50px !important;
  height: 50px !important;
  line-height: 50px !important;
}
.adult-new eighteen-plus {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  color: #fff;
  font-size: 100px;
  font-weight: 700;
  width: 160px;
  height: 100px;
  line-height: 100px;
  cursor: pointer;
}
.font-style-italic {
  font-style: italic;
}
.cursor-pointer {
  cursor: pointer;
}
.logotypes {
  padding: 0 0 43px;
}
.logotypes p {
  padding-bottom: 10px;
}
.logotypes .logotypes-wrapper {
  width: 100%;
  height: 401px;
  left: 0;
  background-color: #d8d8d8;
}
.logotypes .logotypes-wrapper .download {
  overflow: hidden;
  width: 840px;
  padding: 66px 0 0;
}
.logotypes .logotypes-wrapper .download .vertical {
  float: left;
  position: relative;
  margin: 0 0 0 116px;
}
.logotypes .logotypes-wrapper .download .gorizontal {
  float: right;
  width: 324px;
  position: relative;
}
.logotypes .logotypes-wrapper .download .gorizontal .download-links {
  margin-left: 29px;
}
.logotypes .logotypes-wrapper .download .gorizontal > img,
.logotypes .logotypes-wrapper .download .vertical > img {
  float: left;
}
.logotypes .logotypes-wrapper .download .download-links {
  font-size: 14px;
  color: #616161;
  text-align: left;
  margin: 11px 0 0 18px;
  float: left;
  line-height: 23px;
}
.logotypes .logotypes-wrapper .download .download-links a {
  font-size: 16px;
  line-height: 28px;
  color: #1992ba;
  margin-left: 15px;
}
.logotypes .logotypes-wrapper .download .download-links a:hover {
  color: #00769c;
}
.logotypes .logotypes-wrapper .download .download-links a:first-of-type {
  margin-left: 0;
}
.logotypes .logotypes-wrapper .download:first-child {
  padding: 60px 0 0;
}
.logotypes .logotypes-wrapper.pos-relative {
  position: relative;
  top: 0;
}
#newlyweds_edit_form .create-filter-row .datepicker-button {
  width: auto;
}
#newlyweds_edit_form .brd.input-small:nth-child(2) {
  width: 280px;
}
#modal-write-message {
  top: 107px;
  left: 50%;
  margin-left: -446px;
}
#modal-write-message .modal-body {
  width: 891px;
}
#modal-write-message .modal-body .modal-padding {
  padding: 31px 92px;
}
#modal-write-message .modal-body .modal-padding .b-post-messages {
  padding-bottom: 10px;
}
#modal-write-message .modal-body .modal-padding .b-post-messages .title {
  padding-bottom: 15px;
  font-size: 21px;
  line-height: 24px;
  color: #434343;
  font-weight: 400;
}
#modal-write-message
  .modal-body
  .modal-padding
  .b-post-messages
  .post-messages-comments {
  padding-bottom: 15px;
}
#modal-write-message
  .modal-body
  .modal-padding
  .b-post-messages
  .post-messages-comments
  .brd-texta {
  padding: 8px 15px;
}
#modal-write-message
  .modal-body
  .modal-padding
  .b-post-messages
  .post-messages-comments
  .brd-texta
  textarea {
  font-size: 16px;
  min-height: 78px;
}
#modal-write-message .modal-body .modal-padding .post-messages-comments {
  margin-top: 6px;
  position: relative;
}
#modal-write-message
  .modal-body
  .modal-padding
  .post-messages-comments
  .brd-texta {
  margin-bottom: 13px;
}
#modal-write-message
  .modal-body
  .modal-padding
  .post-messages-comments
  .brd-texta
  textarea {
  font-size: 16px;
  min-height: 154px;
  overflow: auto;
}
#modal-write-message
  .modal-body
  .modal-padding
  .post-messages-comments
  .comments-errors {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  text-align: center;
  display: none;
  background: transparent;
  zoom: 1;
}
#modal-write-message
  .modal-body
  .modal-padding
  .post-messages-comments
  .comments-errors
  > div {
  padding-top: 60px;
  color: #da2e2e;
}
#modal-write-message
  .modal-body
  .modal-padding
  .post-messages-comments
  .comments-errors
  > div
  a {
  color: #7c7c7c;
  border-color: #7c7c7c;
}
#modal-write-message
  .modal-body
  .modal-padding
  .post-messages-comments.error
  .comments-errors {
  display: block;
}
#modal-write-message .modal-body .modal-padding .messages-list {
  padding-bottom: 14px;
}
.photographers-locations {
  margin-top: 8px;
  margin-bottom: 20px;
}
.photographers-locations .photographers-locations-list {
  width: auto;
  zoom: 1;
  font-size: 15px;
  margin-top: 10px;
}
.photographers-locations .photographers-locations-list:after {
  clear: both;
}
.photographers-locations .photographers-locations-list:after,
.photographers-locations .photographers-locations-list:before {
  display: table;
  line-height: 0;
  content: "";
}
.photographers-locations .photographers-locations-list > * {
  float: left;
  margin-right: 11px;
  margin-bottom: 5px;
  line-height: 22px;
}
.photographers-locations .photographers-locations-list div a {
  float: left;
  margin-right: 8px;
  margin-bottom: 5px;
}
.photographers-locations .photographers-locations-list .link-more {
  text-decoration: none;
  color: #343434;
  position: relative;
}
.photographers-locations .photographers-locations-list .link-more:hover {
  color: #595656;
}
.photographers-locations .photographers-locations-list .link-more:after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  border-bottom: 1px dashed #7f7f7f;
}
.photographers-locations .photographers-locations-list .link-more:hover:after {
  border-bottom-color: #595656;
}
.photo-cant-load-more-caption,
.story-pro-link {
  padding: 16px 0 0;
  line-height: 35px;
  text-align: center;
}
.photo-cant-load-more-caption {
  margin-bottom: 40px;
}
.avatar-load-form,
.avatar-load-form .input-file,
.avatar-load-form input {
  font-size: 13px;
  line-height: 18px;
}
.fotodom-auth-form .form-row {
  width: 100px;
  margin: 0 auto 20px;
}
.free-category-count {
  display: flex;
  align-items: center;
  margin: 0 0 32px;
}
.free-category-count__text {
  font-size: 21px;
  font-weight: 600;
}
.free-category-count__value {
  padding: 0;
  margin-left: 10px;
}
.free-category-count__actions {
  display: flex;
  align-items: center;
  margin-left: 16px;
}
.free-category-count__btn {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-weight: 700;
  color: #fff;
  background: var(--blue);
  text-transform: uppercase;
  border-radius: 7px;
  font-size: 17px;
  border: none;
  transition: 0.3s;
}
.free-category-count__btn:hover {
  background: var(--blue-dark);
  color: #fff;
}
.free-category-count__btn--minus {
  margin-left: 12px;
}
.head-important.additional-rating .brd,
.head-important.weight .brd {
  display: inline-block;
  height: 32px;
  width: 24px;
  vertical-align: top;
}
.head-important.additional-rating .brd input,
.head-important.weight .brd input {
  font-size: 21px;
  height: 32px;
  width: 24px;
}
.head-important.additional-rating .brd,
.head-important.additional-rating .brd input {
  width: 60px;
}
.g-fc-blue {
  color: #00b9f2;
}
.g-cur-default {
  cursor: default !important;
}
.g-cur-pointer {
  cursor: pointer !important;
}
.g-text-line-through {
  text-decoration: line-through;
}
.b-button {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 1.42857143;
  font-weight: 700;
  white-space: nowrap;
  padding: 10px 30px;
  background-color: #37b96f;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b-button,
.b-button:hover {
  color: #fff;
}
.b-button.b-button--type-link {
  color: #00b9f2;
  padding: 0;
  font-weight: 700;
}
.b-button.b-button--type-link .b-button__decorate-tag {
  border-bottom: 1px dashed #00b9f2;
}
.b-button.b-button--type-link.b-button--state-active {
  color: #fff;
  background-color: #37b96f;
}
.b-button.b-button--type-link:hover {
  color: #00769c;
}
.b-button.b-button--type-link:hover .b-button__decorate-tag {
  border-bottom-color: #00769c;
}
.b-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.78);
}
.b-modal__dialog {
  width: 900px;
  margin: 100px auto;
  position: relative;
}
.b-modal__content {
  position: relative;
  background-color: #fff;
  padding: 39px 68px;
}
.b-modal__close {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 20px;
  right: 20px;
  cursor: pointer;
  background-image: url(/images/icons-and-logos.png);
  background-repeat: no-repeat;
  background-position: 0 -628px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .b-modal__close {
    background-image: url(/images/icons-and-logos@2x.png);
    background-size: 91px 1500px;
    background-position: 0 -628px;
  }
}
.b-modal__header {
  font-size: 30px;
  line-height: 1;
  color: #343434;
  padding-bottom: 27px;
}
.b-modal__body {
  font-size: 16px;
  line-height: 25px;
}
.b-modal__header-simple-text {
  display: block;
  font-size: 16px;
  line-height: 1;
  padding: 12px 0 0 3px;
}
.b-modal.b-modal--type-award .achievements {
  right: auto;
  left: 20px;
}
.b-modal.b-modal--type-award .b-alert + .b-button {
  margin-top: 20px;
}
.b-modal.b-modal--type-award .b-simple-list {
  margin: 7px 0 20px;
}
.b-modal a.no-decor {
  text-decoration: none;
}
.modal-open {
  padding-right: 17px;
  overflow: hidden;
}
.modal-open .b-modal {
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 17px;
}
.b-alert {
  font-size: 16px;
  line-height: 1.5;
  padding: 15px 22px;
}
.b-alert.b-alert--type-warning {
  background-color: #ffeeb3;
}
.b-ico {
  position: absolute;
  top: 0;
  left: 0;
}
.b-ico.b-ico--style-accept {
  width: 21px;
  height: 16px;
  background-image: url(/images/icons-and-logos.png);
  background-repeat: no-repeat;
  background-position: -57px -1390px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .b-ico.b-ico--style-accept {
    background-image: url(/images/icons-and-logos@2x.png);
    background-size: 91px 1500px;
    background-position: -57px -1390px;
  }
}
.b-simple-text__head {
  font-size: 21px;
  line-height: 1;
  font-weight: 700;
  color: #343434;
  padding-bottom: 5px;
  position: relative;
}
.b-simple-text__caption {
  padding-bottom: 13px;
}
.b-simple-text__link {
  display: inline-block;
  margin-top: 32px;
}
.b-simple-text .b-ico.b-ico--style-accept {
  width: 21px;
  height: 16px;
  top: 4px;
  left: -42px;
  background-image: url(/images/icons-and-logos.png);
  background-repeat: no-repeat;
  background-position: -57px -1390px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .b-simple-text .b-ico.b-ico--style-accept {
    background-image: url(/images/icons-and-logos@2x.png);
    background-size: 91px 1500px;
    background-position: -57px -1390px;
  }
}
.b-simple-list__item {
  position: relative;
  padding: 4px 0 10px 40px;
  margin-top: 19px;
}
.b-simple-list__item:first-child {
  margin-top: 0;
}
.b-simple-list__head {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  color: #343434;
  padding-bottom: 5px;
  position: relative;
}
.b-simple-list__caption {
  font-size: 14px;
  line-height: 1;
}
.b-simple-list__number {
  min-width: 29px;
  height: 29px;
  position: absolute;
  top: 0;
  left: 2px;
  font-size: 16px;
  line-height: 1;
  padding: 4px 0 0;
  text-align: center;
  font-weight: 700;
  border: 2px solid #343434;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b-radio__item {
  position: relative;
  cursor: pointer;
  padding: 2px 0 0 30px;
  margin-bottom: 16px;
}
.b-radio__item.b-radio__item--state-active .b-radio__ico {
  background-position: -59px -1429px;
}
.b-radio__item.b-radio__item--state-disabled {
  cursor: default;
}
.b-radio__title {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  color: #343434;
  padding-bottom: 5px;
  position: relative;
}
.b-radio__caption {
  font-size: 14px;
  line-height: 1;
}
.b-radio__ico {
  top: 0;
  left: 1px;
  height: 20px;
  width: 20px;
  background-image: url(/images/icons-and-logos.png);
  background-repeat: no-repeat;
  background-position: -59px -1407px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .b-radio__ico {
    background-image: url(/images/icons-and-logos@2x.png);
    background-size: 91px 1500px;
    background-position: -59px -1407px;
  }
}
.b-radio .b-budget-status {
  display: inline-block;
  vertical-align: bottom;
  font-weight: 400;
  margin: 0 0 1px 4px;
}
.b-contest-sections-list {
  margin: 29px 0 22px;
}
.b-contest-sections-list__column {
  width: 47.5%;
  float: right;
}
.b-contest-sections-list__column:first-child {
  float: left;
}
.b-budget-status {
  font-size: 14px;
  position: relative;
  padding-left: 20px;
}
.b-budget-status__ico {
  width: 12px;
  height: 9px;
  background-image: url(/images/icons-and-logos.png);
  background-repeat: no-repeat;
  background-position: -59px -1373px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .b-budget-status__ico {
    background-image: url(/images/icons-and-logos@2x.png);
    background-size: 91px 1500px;
    background-position: -59px -1373px;
  }
}
.b-budget-status.b-budget-status--state-accept {
  color: #37b96f;
  padding-left: 16px;
  display: none;
}
.b-budget-status.b-budget-status--state-accept .b-budget-status__ico {
  top: 2px;
  background-position: -59px -1373px;
}
.party-label {
  background: #2c2c2c;
  color: #fff;
  font: 14px/28px OfficinaSans-Book;
  width: 144px;
  height: 28px;
  text-align: center;
  left: 28px;
  top: 128px;
  position: absolute;
  z-index: 5;
}
.party-label a,
.party-label a:hover,
.party-label a:visited,
.party-label a:visited:hover {
  color: #e66665;
  text-decoration: none;
}
.party-label .corner {
  background: url(/images/party/2013/bc.png) no-repeat scroll 0 0 transparent;
  margin: 0 auto;
  top: -9px;
  left: 64px;
  width: 17px;
  height: 9px;
  position: absolute;
}
.safari .b-comments .uploading-photos {
  min-height: 1px;
}
.banner-1200x180 {
  background-color: #ededed;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  height: 180px;
  line-height: 25px;
  margin: auto;
  padding-top: 21px;
  min-width: 1200px;
}
.banner-1200x180,
.banner-1200x180 * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.banner-1200x180 a {
  color: #0091bc;
  text-decoration: none;
}
.banner-1200x180 .banner-1200x180__label {
  float: left;
  margin-left: 40px;
  margin-top: 18px;
  width: 250px;
}
.banner-1200x180 .banner-1200x180__list {
  float: left;
  margin-left: 6px;
  width: 585px;
}
.banner-1200x180 .banner-1200x180__item {
  display: block;
  float: left;
  margin-left: 5px;
  text-align: center;
  width: 140px;
}
.banner-1200x180 .banner-1200x180__item:first-child {
  margin-left: 0;
}
.banner-1200x180 .banner-1200x180__img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  margin: 0 auto 12px;
  overflow: hidden;
}
.banner-1200x180 .banner-1200x180__name {
  display: block;
  font-size: 12px;
  line-height: 15px;
}
.banner-1200x180 .banner-1200x180__title {
  float: right;
  line-height: 24px;
  margin-right: 35px;
  margin-top: 18px;
  width: 270px;
}
.banner-1200x180 .banner-1200x180__title-text {
  padding-left: 61px;
  position: relative;
}
.banner-1200x180 .banner-1200x180__logo {
  left: 2px;
  position: absolute;
  top: -8px;
  width: 50px;
  height: 54px;
  border: none;
}
.banner-1200x180 .banner-1200x180__logo.icon-leadin {
  background: url(/images/banner-1200x180__logo-2.png);
}
.banner-1200x180 .banner-1200x180__logo.icon-videographe,
.banner-1200x180 .icon-dress,
.banner-1200x180 .icon-limousine,
.banner-1200x180 .icon-restaurant,
.banner-1200x180 .icon-stylis {
  background: url(/images/banner-1200x180__logo-1.png);
}
.banner-1200x180 .banner-1200x180__small {
  display: block;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 4px;
}
.banner-1200x180 .banner-1200x180__btn {
  *display: inline;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background-color: #fff;
  border-radius: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  font-size: 15px;
  height: 34px;
  line-height: 33px;
  margin: 13px 0 0 46px;
  padding: 0 31px 0 12px;
  position: relative;
  vertical-align: top;
  zoom: 1;
}
.banner-1200x180 .banner-1200x180__btn:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  border-bottom: 2px solid #0091bc;
  border-right: 2px solid #0091bc;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 13px;
  top: 13px;
  transform: rotate(-45deg);
  width: 8px;
}
.banner-1200x180 .banner-1200x180__btn:hover {
  text-decoration: none;
}
.cities-from-country-bottom {
  font-size: 14px;
  line-height: 21px;
  margin: 20px 0;
}
.cities-from-country-bottom * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cities-from-country-bottom .cities-from-country-bottom__title {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
}
.cities-from-country-bottom .cities-from-country-bottom__inner {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cities-from-country-bottom .cities-from-country-bottom__city {
  position: relative;
  float: left;
  width: 300px;
  max-width: 300px;
  max-height: 20px;
  overflow: hidden;
  white-space: nowrap;
}
.cities-from-country-bottom .cities-from-country-bottom__city a {
  color: #2e2e2e;
  cursor: pointer;
}
.cities-from-country-bottom .cities-from-country-bottom__city a:hover {
  color: #595656;
}
.cities-from-country-bottom .cities-from-country-bottom__city:after {
  content: "";
  display: block;
  width: 40px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  background: -moz-linear-gradient(left, hsla(0, 0%, 100%, 0) 0, #fff 100%);
  background: -webkit-linear-gradient(left, hsla(0, 0%, 100%, 0), #fff);
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, #fff);
}
.cities-from-country-bottom .cities-from-country-bottom__count {
  float: right;
  width: 35px;
  text-align: right;
  color: #878787;
}
.cities-from-country-bottom .cities-from-country-bottom__city-block {
  width: 340px;
  font-weight: 400;
}
#tb_c a span {
  -webkit-background-size: auto 50px !important;
  -moz-background-size: auto 50px !important;
  background-size: auto 50px !important;
}
#bb_c a span {
  -webkit-background-size: auto 180px !important;
  -moz-background-size: auto 180px !important;
  background-size: auto 180px !important;
}
@media (max-width: 1199px) {
  .mobile-hide {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .desktop-hide {
    display: none !important;
  }
}
.adm_currency_table_wrap {
  margin: 0 auto;
  position: relative;
  display: table;
}
.adm_currency_table td,
.adm_currency_table th {
  padding: 2px 5px;
}
.adm_currency_table td input {
  width: 50px;
}
.adm_but_refresh_currency,
.adm_but_save_currency {
  position: absolute;
}
.adm_but_save_currency {
  top: 26px;
  right: -84px;
  padding: 1px 3px;
}
.adm_but_refresh_currency {
  top: 1px;
  right: -136px;
}
.adm_ar {
  text-align: right;
  padding-left: 10px;
}
.svg-masks {
  width: 0;
  height: 0;
  overflow: hidden;
}
.test-667 {
  display: none;
}
.modal-jury-votes {
  position: fixed;
  top: calc(50% - 150px);
  left: calc(50% - 358px);
}
.modal-jury-votes h2 {
  text-align: center;
}
.modal-jury-votes .jury div {
  width: 250px;
  display: inline-block;
}
.modal-jury-votes input[type="submit"] {
  margin-top: 20px;
}
@media screen and (max-width: 760px) {
  .main-content {
    padding-bottom: 520px;
  }
}
.page {
  width: 100%;
  max-width: 1200px;
  margin: 70px auto 0;
}
.tag-frame {
  max-width: 1200px;
  margin: 20px auto 0;
  display: flex;
  justify-content: flex-start;
  flex-flow: row nowrap;
  height: 340px;
}
.tag-frame.temp {
  height: 110px;
}
.tag-frame-text {
  min-height: 340px;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-flow: row nowrap;
}
.tag-frame-left {
  width: 700px;
  background-color: #000;
  border-radius: 7px 0 0 7px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.tag-frame-left.temp {
  width: 100%;
  border-radius: 7px;
  padding-left: 40px;
}
.tag-frame-left.text {
  padding: 30px 40px;
  display: block;
  text-align: left;
}
.tag-frame-right {
  width: 500px;
  overflow: hidden;
  border-radius: 0 7px 7px 0;
  position: relative;
}
.tag-frame__photo {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: -100%;
}
.tag-frame__photo--active {
  top: 0;
  left: 0;
}
.tag-frame__photo--fromLeft {
  top: 0;
  left: -500px;
}
.tag-frame__photo--fromRight {
  top: 0;
  left: 500px;
}
.tag-frame__photo.transition {
  transition: 0.3s;
}
.tag-frame__pic {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.tag-frame__info {
  color: #fff;
  margin-bottom: 40px;
}
.tag-frame__info.temp {
  margin-bottom: 0;
}
.tag-frame__info.text {
  margin-bottom: 25px;
}
.tag-frame__title {
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}
.tag-frame__title.temp {
  margin-bottom: 10px;
}
.tag-frame__title.text {
  font-size: 25px;
  line-height: 27px;
}
.tag-frame__desc {
  font-size: 15px;
  line-height: 20px;
}
.tag-frame__photos,
.tag-frame__subscribers {
  white-space: nowrap;
  display: inline-block;
  margin: 0 10px;
}
.tag-frame__photos.temp,
.tag-frame__subscribers.temp {
  margin: 0;
  opacity: 0.5;
}
.tag-frame__photos.text,
.tag-frame__subscribers.text {
  margin-left: 0;
  margin-right: 20px;
}
.tag-frame__photos.hide,
.tag-frame__subscribers.hide {
  display: none;
}
.tag-frame__button {
  display: inline-block;
  transition: 0.2s;
  box-sizing: border-box;
  color: #fff;
  background-color: var(--blue);
  border-radius: 7px;
  padding: 15px 28px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  outline: none;
  border: none;
}
.tag-frame__button:hover {
  background-color: var(--blue-dark);
}
.tag-frame__button.disabled {
  pointer-events: none;
  background-color: var(--blue-lighter);
  color: #fff;
}
.tag-frame-nav {
  font-size: 0;
  line-height: 0;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.tag-frame-nav.hide {
  display: none;
}
.tag-frame-nav__button {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.2);
  position: relative;
  cursor: pointer;
}
.tag-frame-nav__button:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 13px;
  height: 10px;
  background-size: cover;
  background-image: url(../images/icons/arrow_right_white.svg);
}
.tag-frame-nav__button--left {
  margin-right: 5px;
}
.tag-frame-nav__button--left:after {
  transform: rotate(-180deg);
}
.tag-frame-bottom {
  position: absolute;
  box-sizing: border-box;
  padding: 0 15px 0 20px;
  bottom: 10px;
  left: 0;
  max-height: 62px;
  overflow: hidden;
}
.tag-frame-bottom,
.tag-frame__tags-collection {
  width: 80%;
  font-size: 0;
  line-height: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.tag-frame__location,
.tag-frame__tag-name {
  color: #fff;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 14px;
  line-height: 18px;
  padding: 1px 5px 2px;
}
.tag-frame__tag-name {
  margin: 5px;
}
.tag-frame__tag-name:hover {
  color: #fff;
}
.tag-frame__location {
  position: absolute;
  top: 20px;
  left: 20px;
  padding-left: 26px;
}
.tag-frame__location:after {
  position: absolute;
  content: "";
  width: 13px;
  height: 14px;
  top: 0;
  left: 9px;
  bottom: 0;
  margin: auto 0;
  background-image: url(../images/icons/flag_city.svg);
  background-size: cover;
}
.tag-frame__location:hover {
  color: #fff;
}
.tag-frame__text {
  color: #fff;
  text-align: left;
  font-size: 15px;
}
.tag-frame__text div {
  margin-bottom: 30px;
}
.tag-frame__text div:last-child {
  margin-bottom: 0;
}
.tag-frame-inner-left-text {
  display: flex;
  justify-content: space-between;
}
.tag-menu {
  margin-bottom: 20px;
}
.tag-menu__list {
  display: flex;
  justify-content: center;
  flex-flow: row nowrap;
  height: 100%;
  align-items: center;
  border-bottom: 1px solid #ededed;
}
.tag-menu__item {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ddd;
  margin-right: 30px;
  position: relative;
  padding: 16px 0;
}
.tag-menu__item.active,
.tag-menu__item.active:hover {
  color: var(--blue);
}
.tag-menu__item.active:after {
  background: var(--blue);
  content: "";
  width: 100%;
  height: 2px;
  border-radius: 100px;
  display: block;
  position: absolute;
  bottom: -1px;
  z-index: 1;
}
.tag-menu__item:last-child {
  margin-right: 0;
}
.tag-menu__item:hover {
  color: #ddd;
}
.tag-menu__item:hover:after {
  background: var(--blue);
  content: "";
  width: 100%;
  height: 2px;
  border-radius: 100px;
  display: block;
  position: absolute;
  bottom: -1px;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .tag-frame {
    margin: -40px auto 0;
    height: 250px;
  }
  .tag-frame-right {
    display: none;
  }
  .tag-frame-left {
    width: 100%;
    border-radius: 0;
  }
  .tag-frame-left.temp {
    border-radius: 0;
    justify-content: center;
    text-align: center;
    padding-left: 0;
  }
  .tag-frame-left.text {
    padding: 15px 25px;
  }
  .tag-frame__title {
    font-size: 25px;
    line-height: 27px;
  }
  .tag-frame-text {
    min-height: 250px;
  }
  .tag-frame-inner-left-text {
    display: block;
  }
  .tag-frame__text {
    margin-top: 20px;
  }
  .tag-frame__info.text {
    margin-bottom: 15px;
  }
  .tag-menu {
    margin-bottom: 0;
  }
}
.in-about .nui-submenu-wrap,
.in-feedback .nui-submenu-wrap,
.in-logotypes .nui-submenu-wrap,
.in-rules .nui-submenu-wrap {
  display: none;
}
.in-about .nui-main-menu,
.in-feedback .nui-main-menu,
.in-logotypes .nui-main-menu,
.in-rules .nui-main-menu {
  margin-bottom: 54px;
}
._no-highlight {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:not(.row-fluid) {
  background: unset;
  outline: none;
  border: unset;
  cursor: pointer;
  padding: 0 15px 1px;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  background: var(--blue);
  border-radius: 7px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
.btn:not(.row-fluid):hover {
  background: var(--blue-dark);
}
.btn--p20:not(.row-fluid) {
  padding: 0 20px 1px;
}
.btn--h-55:not(.row-fluid) {
  line-height: 55px;
}
.account input::-webkit-inner-spin-button,
.account input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.account input[type="number"] {
  -moz-appearance: textfield;
}
.account__modern-input-wrapper {
  display: flex;
  align-items: center;
  margin: auto;
  width: 490px;
  max-width: 100%;
  box-sizing: border-box;
  padding: 20px;
}
.account__submit-btn {
  margin-left: 15px;
  flex-shrink: 0;
}
@media (max-width: 500px) {
  .account__modern-input-wrapper {
    flex-direction: column;
  }
  .account__submit-btn {
    margin-left: unset;
    margin-top: 20px;
    width: 100%;
    box-sizing: border-box;
  }
}
.account__btns {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .account__btns {
    flex-direction: column;
    padding: 0 20px;
  }
}
.account__btns li {
  min-height: 56px;
  position: relative;
}
.account__btns li:not(:first-child) {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .account__btns li {
    width: 100%;
  }
  .account__btns li:not(:first-child) {
    margin-top: 20px;
    margin-left: unset;
  }
}
.account__btns li:hover .account__btn--paypal {
  background: #4488dc;
}
.account__btns--main {
  margin: 30px 0 50px;
}
.account__btn {
  padding: 17px;
  font-size: 16px;
  line-height: 21px;
  margin: auto;
  min-width: 214px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .account__btn {
    width: 100%;
  }
}
.account__btn .lds-ellipsis {
  display: none;
}
.account__btn--paypal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 109;
  pointer-events: none;
  touch-action: none;
}
#paypal-container {
  padding: 0;
  max-width: 100%;
  background: unset;
  padding: 0 4px;
}
#paypal-container > div {
  display: block !important;
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 60px;
  height: 55px;
}
.lds-ellipsis div {
  position: absolute;
  top: calc(50% - 3px);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:first-child {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0);
  }
  to {
    transform: translate(24px);
  }
}
.progress-anim {
  background: rgba(0, 0, 0, 0.2);
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: calc(50% - 2px);
  left: calc(50% - 50px);
  display: flex;
  height: 4px;
  width: 100px;
  z-index: 10;
}
.progress-anim-value {
  background: rgba(0, 0, 0, 0.5);
  height: 4px;
  transition: width 0.5s ease-out;
  width: 0;
}
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  position: absolute;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-horizontal {
  height: 5px;
}
.noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  left: -17px;
  top: -8px;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: border-box;
  border: 2px solid #f38528;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -10px;
  left: auto;
}
.noUi-target {
  background: #ddd;
  border-radius: 4px;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #f38528;
}
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
}
[disabled] .noUi-connect {
  background: #b8b8b8;
}
[disabled].noUi-handle,
[disabled] .noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed;
}
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
.noUi-marker {
  position: absolute;
  background: #ccc;
}
.noUi-marker-large,
.noUi-marker-sub {
  background: #aaa;
}
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 120%;
}
modern-input {
  width: 100%;
  display: inline-block;
  position: relative;
  font-size: 17px;
  pointer-events: none;
}
modern-input[ready] {
  pointer-events: auto !important;
}
modern-input[drop] input {
  border-radius: 5px 5px 0 0;
}
modern-input[placeholder] input {
  padding: 18px 10px 2px;
}
modern-input[hidden] {
  display: none !important;
}
modern-input modern-placeholder {
  font-size: 18px;
  position: absolute;
  color: #6f6f6f;
  left: 10px;
  top: 18px;
  transition: 0.15s;
}
modern-input input {
  display: block;
  width: 100%;
  height: 55px;
  outline: none;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 18px;
  padding: 0 10px;
}
modern-input input::-webkit-contacts-auto-fill-button,
modern-input input modern-input input::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
}
modern-input modern-notification {
  display: block;
  position: absolute;
  width: 100%;
  top: 55px;
  background-color: #f34367;
  color: #fff;
  border-radius: 0 0 5px 5px;
  font-size: 15px;
  box-sizing: border-box;
  padding: 0 10px;
  overflow: hidden;
  max-height: 0;
  left: 0;
  transition: 0.15s;
  z-index: 11;
}
modern-input[focus] modern-placeholder {
  font-size: 14px;
  top: 7px;
}
modern-input[notification] input {
  border-color: #f34367;
  border-radius: 5px 5px 0 0;
}
modern-input[notification] modern-notification {
  color: #fff;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  padding: 10px;
  max-height: 75px;
}
modern-input drop-down {
  z-index: 20;
  text-align: left;
  display: none;
  box-sizing: border-box;
  padding: 5px 0;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 5px 5px;
  max-height: 155px;
  overflow-y: auto;
  background-color: #fff;
  position: absolute;
  width: 100%;
}
modern-input drop-down[show] {
  display: block;
}
modern-input drop-down::-webkit-scrollbar {
  width: 4px;
}
modern-input drop-down::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
modern-input drop-down::-webkit-scrollbar-thumb {
  background-color: #c6c6c6;
}
modern-input drop-down drop-down-item {
  display: block;
  box-sizing: border-box;
  padding: 4px 10px;
  cursor: pointer;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
modern-input drop-down drop-down-item:after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 28px;
  top: 0;
  right: 0;
  background: -moz-linear-gradient(
    left,
    hsla(0, 0%, 100%, 0) 0,
    hsla(0, 0%, 100%, 0) 1%,
    #fff 89%,
    #fff 100%
  );
  background: -webkit-linear-gradient(
    left,
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0) 1%,
    #fff 89%,
    #fff
  );
  background: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0) 0,
    hsla(0, 0%, 100%, 0) 1%,
    #fff 89%,
    #fff
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff",endColorstr="#ffffff",GradientType=1);
}
modern-input drop-down drop-down-item[active] {
  color: #fff;
  background-color: #3777cb;
}
modern-input drop-down drop-down-item[active]:after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 28px;
  top: 0;
  right: 0;
  background: -moz-linear-gradient(
    left,
    rgba(55, 119, 203, 0) 0,
    rgba(55, 119, 203, 0) 1%,
    #3777cb 89%,
    #3777cb 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(55, 119, 203, 0),
    rgba(55, 119, 203, 0) 1%,
    #3777cb 89%,
    #3777cb
  );
  background: linear-gradient(
    90deg,
    rgba(55, 119, 203, 0) 0,
    rgba(55, 119, 203, 0) 1%,
    #3777cb 89%,
    #3777cb
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff",endColorstr="#ffffff",GradientType=1);
}
modern-input drop-down empty {
  display: block;
  box-sizing: border-box;
  padding: 4px 10px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  color: #6f6f6f;
  font-size: 14px !important;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  .variants-registrations {
    padding-left: 0;
    height: auto;
  }
  .variants-registrations .iam-photographer {
    display: block !important;
    margin: 0;
    width: 100% !important;
  }
  .variants-registrations .iam-photographer:after,
  .variants-registrations .iam-photographer:before {
    display: none !important;
  }
  .variants-registrations .iam-search-photographer {
    display: block !important;
    margin: 0;
    width: 100% !important;
  }
  .variants-registrations .iam-search-photographer:after,
  .variants-registrations .iam-search-photographer:before {
    display: none !important;
  }
  .variants-registrations .default-button {
    display: block;
    float: none !important;
    width: 250px !important;
    margin: 0 auto;
  }
  .variants-registrations .default-button:first-child {
    margin-top: 10px;
  }
}
.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane,
.jspVerticalBar {
  position: absolute;
}
.jspVerticalBar {
  top: 0;
  right: 0;
  width: 8px;
  height: 100%;
}
.jspDrag {
  position: relative;
}
.jspDragTop {
  background-image: url(/images/gfx/scroll.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .jspDragTop {
    background-image: url(/images/gfx/scroll@2x.jpg);
    background-size: 21px 3px;
    background-position: 0 0;
  }
}
.jspDragBottom {
  background-image: url(/images/gfx/scroll.jpg);
  background-repeat: no-repeat;
  background-position: -14px 0;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .jspDragBottom {
    background-image: url(/images/gfx/scroll@2x.jpg);
    background-size: 21px 3px;
    background-position: -14px 0;
  }
}
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspHorizontalBar .jspDrag,
.jspHorizontalBar .jspTrack {
  float: left;
  height: 100%;
}
.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}
.jspVerticalBar .jspArrow {
  height: 16px;
}
.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}
.jspVerticalBar .jspArrow:focus {
  outline: none;
}
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}
* html .jspCorner {
  margin: 0 -3px 0 0;
}
.miss-on-main {
  background: url(/images/competitions/15/promo-bg.jpg);
  min-height: 150px;
  min-width: 960px;
  padding-bottom: 15px;
  position: relative;
  width: 100%;
}
.miss-on-main .miss-wave {
  background: url(/images/competitions/15/wave-on-main.png) repeat-x;
  height: 5px;
  left: 0;
  position: absolute;
  width: 100%;
}
.miss-on-main .miss-wave.top {
  background-position: 0 0;
  top: -4px;
}
.miss-on-main .miss-wave.bottom {
  background-position: 0 -5px;
  bottom: -5px;
}
.miss-on-main .miss-inside {
  min-width: 960px;
  overflow: hidden;
  position: relative;
}
.miss-on-main .miss-inside .miss-wrapper {
  margin: 0 auto;
  width: 690px;
}
.miss-on-main .miss-inside .miss-logotype {
  padding: 12px 0;
}
.miss-on-main .miss-inside .miss-logotype .miss-logo {
  background: url(/images/competitions/15/teaser/teaser-inner-logo.png)
    no-repeat;
  display: block;
  height: 175px;
  margin: 0 auto;
  width: 244px;
}
.miss-on-main .miss-inside .miss-logotype .miss-l-word {
  margin-left: -340px;
}
.miss-on-main .miss-inside .miss-logotype .miss-l-word,
.miss-on-main .miss-inside .miss-logotype .miss-r-word {
  height: 33px;
  left: 50%;
  position: absolute;
  top: 84px;
  width: 283px;
}
.miss-on-main .miss-inside .miss-logotype .miss-r-word {
  margin-left: 110px;
}
.miss-on-main .miss-inside .miss-logotype .miss-left-border {
  margin-left: -1900px;
}
.miss-on-main .miss-inside .miss-logotype .miss-left-border,
.miss-on-main .miss-inside .miss-logotype .miss-right-border {
  background: url(/images/competitions/15/teaser/teaser-miss-border.png)
    repeat-x;
  height: 3px;
  left: 50%;
  position: absolute;
  top: 100px;
  width: 1565px;
}
.miss-on-main .miss-inside .miss-logotype .miss-right-border {
  margin-left: 388px;
}
.miss-on-main .miss-inside .miss-participants-list {
  overflow: hidden;
  padding: 0 50px 8px;
}
.miss-on-main .miss-inside .miss-participants-list .miss-cont {
  margin: auto;
  width: 960px;
}
.miss-on-main .miss-inside .miss-participants-list .miss-cont .miss-element {
  background: #fff;
  display: inline-block;
  margin: 0 5px;
  padding: 0 0 5px;
  position: relative;
  width: 217px;
}
.miss-on-main
  .miss-inside
  .miss-participants-list
  .miss-cont
  .miss-element
  .miss-ph {
  background: #000;
  height: 202px;
  margin: 7px 7px 8px;
  position: relative;
  width: 202px;
}
.miss-on-main
  .miss-inside
  .miss-participants-list
  .miss-cont
  .miss-element
  h4.miss-name {
  color: #0e0e0e;
  font: 18px/22px PFDinTextCompProMedium, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
.miss-on-main
  .miss-inside
  .miss-participants-list
  .miss-cont
  .miss-element
  .miss-element-wave {
  background: url(/images/competitions/15/miss-element-wave.png) repeat-x;
  bottom: -2px;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.miss-on-main .miss-center-link {
  margin: 15px 0;
  position: relative;
  text-align: center;
}
.miss-on-main .miss-center-link a {
  background: #ff004e;
  color: #e9e9e9;
  display: inline-block;
  font: 18px/22px PFDinTextCompProMedium, Arial, Helvetica, sans-serif;
  padding: 2px 10px 0;
  text-decoration: none;
  text-transform: uppercase;
}
.miss-on-main .miss-center-link a:hover {
  text-decoration: underline;
}
.miss-on-main .miss-center-link .miss-left-border,
.miss-on-main .miss-center-link .miss-right-border {
  background: url(/images/competitions/15/center-link.png) repeat-x 0 -5px;
  border: 0;
  height: 5px;
  margin: 0;
  position: absolute;
  top: 10px;
  width: 38%;
}
.miss-on-main .miss-center-link .miss-right-border {
  right: 0;
}
.miss-on-main .miss-center-link.second a {
  background: none;
}
.miss-on-main .miss-center-link.second .miss-left-border,
.miss-on-main .miss-center-link.second .miss-right-border {
  background: #5d525c;
  border: 0;
  height: 1px;
  top: 12px;
  width: 36%;
}
.miss-on-main .miss-prize {
  color: #e8034a;
  font: 96px/100px PFDinTextCompProMedium, Arial, Helvetica, sans-serif;
  margin: 10px 0 30px;
  text-align: center;
}
.miss-on-main .miss-prize .miss-ribbon {
  background: url(/images/competitions/15/miss-prize.png) no-repeat;
  font-size: 20px;
  height: 27px;
  line-height: 22px;
  margin: -13px auto 0;
  padding-top: 27px;
  text-transform: uppercase;
  width: 443px;
}
.miss-on-main .miss-cont a,
.miss-on-main .miss-cont a:visited {
  color: #0e0e0e;
  text-decoration: none;
}
.miss-on-main.winners {
  height: 636px;
  min-width: 1060px;
  padding-top: 84px;
  position: relative;
}
.miss-on-main.winners .miss-on-main-border {
  border: 10px solid #ecceb0;
  height: 561px;
  margin: 0 auto;
  position: relative;
  width: 1040px;
}
.miss-on-main.winners .miss-on-main-logotype {
  background: url(/images/competitions/15/promo-bg.jpg);
  height: 166px;
  left: 50%;
  margin-left: -132px;
  position: absolute;
  top: -72px;
  width: 263px;
}
.miss-on-main.winners .miss-on-main-logotype .miss-on-main-logo {
  background: url(/images/competitions/15/teaser/main-miss-logo.png) no-repeat;
  display: block;
  height: 166px;
  width: 263px;
}
.miss-on-main.winners .miss-on-main-title-text {
  bottom: -30px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.miss-on-main.winners .miss-on-main-title-text div {
  background: url(/images/competitions/15/promo-bg.jpg);
  color: #ecceb0;
  display: inline-block;
  font: 36px/40px PFDinTextCompProMedium, Arial, Helvetica, sans-serif;
  padding: 5px 20px;
  text-transform: uppercase;
}
.miss-on-main.winners .miss-on-main-winners-list {
  padding-top: 94px;
  text-align: center;
}
.miss-on-main.winners .miss-on-main-winners-list li {
  display: inline-block;
  margin: 0 25px;
  padding-top: 45px;
  vertical-align: top;
  width: 230px;
}
.miss-on-main.winners .miss-on-main-winners-list li a {
  color: #966c8c;
  font: 24px/30px PFDinTextCompProMedium, Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}
.miss-on-main.winners .miss-on-main-winners-list li p {
  color: #6c4c65;
  font: 16px/24px PFDinTextCompProMedium, Arial, Helvetica, sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.miss-on-main.winners .miss-on-main-winners-list li .miss-on-main-ph {
  background: url(/images/competitions/15/teaser/miss-main-winners-list-bg.png)
    no-repeat;
  height: 272px;
  margin-bottom: 10px;
  width: 227px;
}
.miss-on-main.winners
  .miss-on-main-winners-list
  li
  .miss-on-main-ph
  .miss-on-main-in {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  top: 70px;
}
.miss-on-main.winners
  .miss-on-main-winners-list
  li
  .miss-on-main-ph
  .miss-on-main-in,
.miss-on-main.winners
  .miss-on-main-winners-list
  li
  .miss-on-main-ph
  .miss-on-main-in
  img {
  -webkit-border-radius: 75px;
  -moz-border-radius: 75px;
  border-radius: 75px;
  height: 150px;
  position: relative;
  width: 150px;
}
.miss-on-main.winners .miss-on-main-winners-list li.mid {
  padding-top: 0;
  width: 300px;
}
.miss-on-main.winners .miss-on-main-winners-list li.mid a {
  color: #ff004e;
  font-size: 34px;
  line-height: 40px;
}
.miss-on-main.winners .miss-on-main-winners-list li.mid .miss-on-main-ph {
  background-position: -228px 0;
  height: 357px;
  width: 300px;
}
.miss-on-main.winners
  .miss-on-main-winners-list
  li.mid
  .miss-on-main-ph
  .miss-on-main-in {
  top: 90px;
}
.miss-on-main.winners
  .miss-on-main-winners-list
  li.mid
  .miss-on-main-ph
  .miss-on-main-in,
.miss-on-main.winners
  .miss-on-main-winners-list
  li.mid
  .miss-on-main-ph
  .miss-on-main-in
  img {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  height: 200px;
  width: 200px;
}
.miss-on-main.winners .miss-on-main-winners-list li a:hover {
  text-decoration: underline;
}
.dream-main {
  min-width: 970px;
  height: 498px;
  background: url(/images/dreamalbum/img/bg.jpg);
}
.dream-main .dream-main-inside {
  height: 100%;
  background: url(/images/dreamalbum/img/blink.jpg) no-repeat 50% 50%;
  position: relative;
}
.dream-main .dream-main-inside .dream-book {
  display: block;
  position: absolute;
  top: 60px;
  left: 50%;
  height: 436px;
  width: 874px;
  background: url(/images/dreamalbum/img/dream-book.png) no-repeat;
  margin-left: -662px;
}
.dream-main .dream-main-inside .dream-logo {
  display: block;
  position: absolute;
  top: 217px;
  left: 50%;
  height: 66px;
  width: 151px;
  background: url(/images/dreamalbum/img/dream-logo.png) no-repeat;
  margin-left: 306px;
}
.slider-on-main {
  height: 498px;
  margin: 50px 0;
}
.slider-on-main .photographer-of-year {
  width: 100%;
  height: 496px;
  border-top: 1px solid #434343;
  border-bottom: 1px solid #434343;
  position: relative;
}
.slider-on-main .photographer-of-year h1.main-header-title {
  font: 50px/55px OfficinaSans-Bold;
  color: #fff;
  letter-spacing: 4px;
  padding-bottom: 10px;
  font-size: 40px;
  line-height: 44px;
  color: #2e2e2e;
  font-weight: 400;
  text-transform: uppercase;
  word-spacing: 2px;
  margin: 0;
}
.slider-on-main .photographer-of-year h1.main-header-title .party-fc-award {
  color: #1297d0;
  text-decoration: none;
}
.slider-on-main .photographer-of-year .reclama {
  font: normal 16px/26px OfficinaSans-Book;
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  text-align: left;
  padding: 73px 0 0;
  color: #464646;
  text-transform: uppercase;
}
.slider-on-main .photographer-of-year .reclama p {
  padding: 0;
  margin: 0;
}
.slider-on-main .photographer-of-year .reclama p span {
  display: block;
  font-size: 21px;
  line-height: 26px;
}
.slider-on-main .photographer-of-year .reclama .nom-slogan {
  padding-bottom: 37px;
}
.slider-on-main .photographer-of-year .reclama .nom-price {
  font-family: OfficinaSans-Bold;
  font-size: 50px;
  font-weight: 400;
  line-height: 53px;
}
.slider-on-main .photographer-of-year .reclama .nom-price i {
  display: inline-block;
  font-style: normal;
  position: relative;
}
.slider-on-main .photographer-of-year .reclama .nom-price i em {
  background: #434343;
  bottom: 15px;
  display: block;
  height: 6px;
  left: 1px;
  position: absolute;
  width: 20px;
}
.slider-on-main .photographer-of-year .reclama .reclama-l-text {
  float: left;
  width: 460px;
  padding-top: 10px;
}
.slider-on-main .photographer-of-year .reclama .reclama-r-text {
  float: right;
  width: 236px;
  padding-top: 10px;
}
.slider-on-main .photographer-of-year .reclama .reclama-c-text {
  margin: 0 300px 0 515px;
}
.slider-on-main .photographer-of-year .nominations-photos-list {
  overflow: hidden;
}
.slider-on-main .photographer-of-year .nominations-photos-list ul {
  width: 15000px;
}
.slider-on-main .photographer-of-year .nominations-photos-list li {
  float: left;
}
.slider-on-main .photographer-of-year .corner-button {
  margin-top: 129px;
}
.slider-on-main .photographer-of-year .take-part-button {
  background: url(/images/slider-on-main/slide2-btn.png) no-repeat;
  color: #1297d0;
  display: inline-block;
  font: 18px/54px OfficinaSans-Bold;
  height: 52px;
  width: 229px;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 39px;
}
.demo-2 .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.nav-arrows span {
  position: absolute;
  z-index: 2000;
  top: 50%;
  width: 40px;
  height: 40px;
  border: 8px solid #ddd;
  border: 8px solid hsla(0, 0%, 59%, 0.4);
  text-indent: -90000px;
  margin-top: -40px;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-arrows span:hover {
  border-color: hsla(0, 0%, 59%, 0.9);
}
.nav-arrows span.nav-arrow-prev {
  left: 5%;
  border-right: none;
  border-top: none;
}
.nav-arrows span.nav-arrow-next {
  right: 5%;
  border-left: none;
  border-bottom: none;
}
.nav-dots {
  text-align: center;
  position: absolute;
  bottom: 20px;
  height: 13px;
  width: 100%;
  left: 0;
  z-index: 1000;
}
.nav-dots span {
  display: inline-block;
  position: relative;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin: 0 3px;
  cursor: pointer;
  border: 2px solid #fff;
}
.nav-dots span.nav-dot-current,
.nav-dots span:hover {
  background: #fff;
}
.bg-img-1 {
  background: #454242 url(/images/slider-on-main/backgrounds/slide-1.jpg)
    no-repeat 50% 50%;
}
.bg-img-2 {
  background: #fff url(/images/slider-on-main/backgrounds/slide-2-bg.jpg)
    no-repeat 65% 0;
}
.bg-img-3,
.bg-img-4,
.bg-img-5 {
  background: #2b520e url(/images/slider-on-main/backgrounds/slide-3-bg.png);
}
.bg-img-6 {
  z-index: 2;
  background: url(/images/slider-on-main/backgrounds/slide-6-img.png) no-repeat
    50% 0;
}
.bg-img-7 {
  background: #544034 url(/images/slider-on-main/backgrounds/slide-7.jpg);
}
@media screen and (max-width: 660px) {
  .demo-1 .deco {
    width: 130px;
    height: 130px;
    margin-left: -65px;
    margin-bottom: 50px;
  }
  .demo-1 [data-icon]:after {
    width: 110px;
    height: 110px;
    line-height: 110px;
    font-size: 40px;
    margin: -55px 0 0 -55px;
  }
  .demo-1 .sl-slide blockquote {
    margin-bottom: -120px;
  }
  .demo-1 .sl-slide h2 {
    line-height: 22px;
    font-size: 18px;
    margin-bottom: -40px;
    letter-spacing: 8px;
  }
  .demo-1 .sl-slide blockquote p:before {
    line-height: 10px;
    width: 40px;
    height: 40px;
    font-size: 120px;
    left: -45px;
  }
  .demo-2 .sl-slider-wrapper {
    height: 500px;
  }
  .demo-2 .sl-slider h2 {
    font-size: 36px;
  }
  .demo-2 .sl-slider blockquote {
    font-size: 16px;
  }
}
.sl-slider-wrapper {
  width: 100%;
  height: 498px;
  position: relative;
  overflow: hidden;
}
.sl-slider {
  position: absolute;
  top: 0;
  left: 0;
}
.sl-slide,
.sl-slide-inner,
.sl-slides-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.sl-slide {
  z-index: 1;
}
.sl-content-slice {
  overflow: hidden;
  position: absolute;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
}
.sl-slide-horizontal .sl-content-slice {
  width: 100%;
  height: 50%;
  left: -200px;
  -webkit-transform: translateY(0) scale(1);
  -moz-transform: translateY(0) scale(1);
  -o-transform: translateY(0) scale(1);
  -ms-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
}
.sl-slide-horizontal .sl-content-slice:first-child {
  top: -200px;
  padding: 200px 200px 0;
}
.sl-slide-horizontal .sl-content-slice:nth-child(2) {
  top: 50%;
  padding: 0 200px 200px;
}
.sl-slide-vertical .sl-content-slice {
  width: 50%;
  height: 100%;
  top: -200px;
  -webkit-transform: translateX(0) scale(1);
  -moz-transform: translateX(0) scale(1);
  -o-transform: translateX(0) scale(1);
  -ms-transform: translateX(0) scale(1);
  transform: translateX(0) scale(1);
}
.sl-slide-vertical .sl-content-slice:first-child {
  left: -200px;
  padding: 200px 0 200px 200px;
}
.sl-slide-vertical .sl-content-slice:nth-child(2) {
  left: 50%;
  padding: 200px 200px 200px 0;
}
.sl-content-wrapper {
  position: absolute;
}
.sl-content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.sl-slide-horizontal .sl-slide-inner {
  background: #ddd;
}
.sl-slide-vertical .sl-slide-inner {
  background: #ccc;
}
.slide-1-img {
  position: relative;
  z-index: 1;
  top: 28px;
}
@font-face {
  font-family: OfficinaSans-Book;
  src: url(https://mywed.com/fonts/sans/reg/OfficinaSansC-Book.eot);
  src: url(https://mywed.com/fonts/sans/reg/OfficinaSansC-Book.eot#iefix)
      format("embedded-opentype"),
    url(https://mywed.com/fonts/sans/reg/OfficinaSansC-Book.woff) format("woff"),
    url(https://mywed.com/fonts/sans/reg/OfficinaSansC-Book.ttf)
      format("truetype"),
    url(https://mywed.com/fonts/sans/reg/OfficinaSansC-Book.svg#OfficinaSansC-Book)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: OfficinaSans-Bold;
  src: url(https://mywed.com/fonts/sans/bold/OfficinaSansBoldC.eot);
  src: url(https://mywed.com/fonts/sans/bold/OfficinaSansBoldC.eot#iefix)
      format("embedded-opentype"),
    url(https://mywed.com/fonts/sans/bold/OfficinaSansBoldC.woff) format("woff"),
    url(https://mywed.com/fonts/sans/bold/OfficinaSansBoldC.ttf)
      format("truetype"),
    url(https://mywed.com/fonts/sans/bold/OfficinaSansBoldC.svg#OfficinaSansBoldC)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: PTSansNarrowBold;
  src: url(https://mywed.com/fonts/PTN77F-webfont.eot);
  src: url(https://mywed.com/fonts/PTN77F-webfont.eot#iefix)
      format("embedded-opentype"),
    url(https://mywed.com/fonts/PTN77F-webfont.woff) format("woff"),
    url(https://mywed.com/fonts/PTN77F-webfont.ttf) format("truetype"),
    url(https://mywed.com/fonts/PTN77F-webfont.svg#PTSansNarrowBold)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
.slide-party-wrap {
  position: relative;
  text-align: center;
  width: 1200px;
  margin: 0 auto;
  padding-top: 75px;
  font: 16px/24px OfficinaSans-Book;
  color: #bae49b;
}
.slide-party-wrap h1 {
  padding: 0 0 12px;
  font-size: 50px;
  line-height: 55px;
  color: #f2ec44;
  font-weight: 400;
  font-family: OfficinaSans-Bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  word-spacing: 2px;
  text-align: center;
  margin: 0;
}
.slide-party-wrap h1 a,
.slide-party-wrap h1 a:active,
.slide-party-wrap h1 a:active:hover,
.slide-party-wrap h1 a:hover {
  color: #fff;
  text-decoration: none;
}
.slide-party-wrap h2 {
  padding: 0 0 12px;
  font-size: 30px;
  line-height: 34px;
  color: #fff;
  font-weight: 400;
  font-family: OfficinaSerifC-Bold;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
}
.slide-party-wrap .slide-party-text {
  position: relative;
  width: 670px;
  margin: 0 auto;
}
.slide-party-wrap .slide-party-text p {
  text-align: center;
}
.slide-party-wrap .slide-party-text .slide-party-ticket {
  position: absolute;
  left: -267px;
  top: -6px;
}
.slide-party-wrap .slide-party-text .slide-party-ticket.r {
  left: auto;
  right: -267px;
}
.slide-party-wrap .patry-amount-events {
  margin-top: 26px;
}
.slide-party-wrap .patry-amount-events li {
  display: inline-block;
  margin: 0 18px;
  text-transform: uppercase;
}
.slide-party-wrap .patry-amount-events li strong {
  display: block;
  font-weight: 400;
  font: 72px/72px OfficinaSans-Bold;
  color: #f2ec44;
}
.slide-sandisk .san-wrap {
  width: 938px;
  height: 312px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  color: #fff;
  font: 18px/30px OfficinaSans-Bold;
}
.slide-sandisk .wide-ph {
  position: relative;
  height: 312px;
  overflow: hidden;
  margin-bottom: 18px;
  background: url(/images/slider-on-main/backgrounds/slide-4-bg.jpg) repeat-x
    50% 0;
}
.slide-sandisk .wide-ph a {
  margin-top: 42px;
  display: block;
}
.slide-sandisk .wide-ph a.logo-san-1 {
  background: url(/images/slider-on-main/logo-san-1.png) no-repeat;
  height: 83px;
  width: 219px;
  float: left;
}
.slide-sandisk .wide-ph a.logo-san-2 {
  background: url(/images/slider-on-main/logo-san-2.png) no-repeat;
  height: 31px;
  width: 162px;
  float: right;
}
.slide-sandisk .wide-ph a.logo-san-3 {
  height: 238px;
  left: 248px;
  position: absolute;
  top: 30px;
  width: 434px;
}
.slide-sandisk .san-l {
  float: left;
  width: 43%;
}
.slide-sandisk .san-l a {
  color: #fff;
}
.slide-sandisk .san-l a:hover {
  text-decoration: none;
}
.slide-sandisk .san-r {
  float: right;
  width: 350px;
}
.slide-sandisk .san-r a {
  text-decoration: none;
  color: #f2ec44;
}
.slide-sandisk .san-r span {
  padding: 2px 6px 1px;
  background: #ed1c24;
}
.slide-sandisk .san-r span a {
  color: #fff;
}
.slide-photoplay .san-wrap {
  width: 938px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  color: #fff;
  font: 18px/30px OfficinaSans-Bold;
}
.slide-photoplay .san-wrap p {
  text-align: center;
  padding-top: 20px;
  letter-spacing: 1px;
}
.slide-photoplay .san-wrap p a {
  text-decoration: none;
  color: #f2ec44;
}
.slide-photoplay .san-wrap p span {
  padding: 2px 6px 1px;
  background: #0097d4;
}
.slide-photoplay .san-wrap p span a {
  color: #fff;
}
.slide-photoplay .wide-ph {
  position: relative;
  height: 332px;
  overflow: hidden;
  margin-bottom: 18px;
  background: url(/images/slider-on-main/backgrounds/slide-5-bg.jpg) repeat-x;
}
.slide-photoplay .wide-ph .san-wrap {
  height: 332px;
}
.slide-photoplay .wide-ph a {
  margin-top: 18px;
  display: block;
}
.slide-photoplay .wide-ph h2 {
  margin-top: 32px;
  color: #0097d4;
  text-align: left;
  letter-spacing: 1px;
  font: 26px/34px OfficinaSans-Bold;
}
.slide-photoplay .wide-ph a.logo-photoplay-1 {
  background: url(/images/slider-on-main/slider-5-1.jpg) no-repeat;
  height: 322px;
  width: 297px;
  position: absolute;
  bottom: 0;
  right: 82px;
}
.slide-photoplay .wide-ph a.logo-photoplay-2 {
  background: url(/images/slider-on-main/slider-5-2.jpg) no-repeat;
  height: 119px;
  width: 136px;
}
.slide-fotodom {
  position: relative;
  width: 100%;
  height: 498px;
  background: url(/images/slider-on-main/backgrounds/slide-6-bg.png) repeat-x;
}
.slide-fotodom .fotodom-wrap {
  width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.slide-fotodom .fotodom-wrap .fotodom-text {
  float: right;
  margin: 184px 0 0;
  width: 340px;
  text-align: center;
  color: #5c6062;
  font: 24px/30px PTSansNarrowBold;
}
.slide-fotodom .fotodom-wrap .fotodom-text p {
  text-align: center;
  padding: 23px 0;
}
.slide-fotodom .fotodom-wrap .logo-fotodom-1 {
  height: 496px;
  left: 50%;
  position: absolute;
  top: 0;
  width: 640px;
  margin-left: -574px;
}
.slide-dream {
  position: relative;
  width: 100%;
  height: 498px;
  background: url(/images/slider-on-main/slide-7-light.jpg) no-repeat 50% 0;
}
.slide-dream .dream-box {
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -916px;
  height: 445px;
  width: 992px;
  background: url(/images/slider-on-main/slide-7-img.png) no-repeat;
}
.slide-dream .dream-wrap {
  width: 940px;
  margin: 0 auto;
}
.slide-dream .dream-wrap .dream-text {
  float: right;
  margin: 171px 0 0;
  width: 290px;
  text-align: center;
  color: #ffe6bd;
  font: 21px/28px OfficinaSans-Bold;
}
.slide-dream .dream-wrap .dream-text p {
  text-align: center;
  padding: 20px 0;
}
.share.buttons {
  position: fixed;
  top: 360px;
  right: 8px;
  z-index: 999;
}
.share.buttons a {
  float: left;
}
.share.buttons .fb a img {
  width: 21px;
  height: 21px;
  background-image: url(/images/networks_1.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .share.buttons .fb a img {
    background-image: url(/images/networks_1@2x.png);
    background-size: 22px 77px;
    background-position: 0 0;
  }
}
.share.buttons .tw a img {
  width: 21px;
  height: 21px;
  background-image: url(/images/networks_1.png);
  background-repeat: no-repeat;
  background-position: 0 -22px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .share.buttons .tw a img {
    background-image: url(/images/networks_1@2x.png);
    background-size: 22px 77px;
    background-position: 0 -22px;
  }
}
.share.buttons .vk a img {
  width: 21px;
  height: 21px;
  background-image: url(/images/networks_1.png);
  background-repeat: no-repeat;
  background-position: 0 -44px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .share.buttons .vk a img {
    background-image: url(/images/networks_1@2x.png);
    background-size: 22px 77px;
    background-position: 0 -44px;
  }
}
.share .button {
  display: block;
  overflow: hidden;
  margin-bottom: 8px;
  clear: both;
  color: #000;
}
.share .button img {
  float: left;
  display: block;
  margin-right: 4px;
}
.votes {
  float: left;
  color: #a5a5a5;
  font-size: 14px;
}
.votes .l {
  padding-left: 6px;
}
.votes .l .r div {
  padding: 3px 9px 3px 5px;
  line-height: 12px;
  background: #fff;
  min-width: 33px;
  height: 13px;
  text-align: right;
  border: 1px solid #dbdbdb;
  position: relative;
}
.votes .l .r div:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 9px;
  top: 50%;
  left: -5px;
  display: block;
  margin-top: -5px;
  background-image: url(/images/networks_1.png);
  background-repeat: no-repeat;
  background-position: -7px -67px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .votes .l .r div:before {
    background-image: url(/images/networks_1@2x.png);
    background-size: 22px 78px;
    background-position: -7px -67px;
  }
}
.admin-main-title {
  padding: 27px 0 6px;
  overflow: hidden;
}
.admin-main-title h2 {
  float: left;
}
.admin-main-title .main-title-right-column {
  float: right;
  margin-top: 3px;
}
.admin-main-title .main-title-right-column .label {
  float: right;
  margin-right: 13px;
  line-height: 20px;
}
.admin-main-title .main-title-right-column .banners-buttons,
.admin-main-title .main-title-right-column .banners-buttons li {
  float: right;
}
.admin-main-title .b-tabs-buttons {
  float: left;
  margin: 0 0 0 10px;
}
.admin-main-title.indent-large {
  padding: 50px 0 18px;
}
.admin-main-title.high {
  padding: 23px 0 13px;
}
.management-banners {
  border: 2px dashed #e5e5e5;
  border-left: 0;
  border-right: 0;
  margin: 17px 0 20px;
}
.management-banners .title {
  min-height: 39px;
  padding-top: 14px;
  overflow: hidden;
}
.management-banners .title .days {
  float: left;
  width: 306px;
}
.management-banners .title .days.expired {
  color: #da2e2e;
}
.management-banners .title .view-info {
  float: left;
}
.management-banners .title .lang-version {
  float: left;
  width: 68px;
}
.management-banners .title .edit-links {
  float: right;
}
.management-banners .title .edit-links li {
  float: right;
  margin-left: 16px;
}
.lang-version {
  margin: 4px 0 0;
}
.lang-version li {
  display: block;
  float: left;
  height: 13px;
  width: 18px;
  background-image: url(/images/icons-and-logos.png);
  background-repeat: no-repeat;
  background-position: 0 -40px;
  margin-right: 5px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .lang-version li {
    background-image: url(/images/icons-and-logos@2x.png);
    background-size: 91px 1500px;
    background-position: 0 -40px;
  }
}
.lang-version li.ru {
  background-position: -18px -40px;
}
.lang-version li.eng {
  background-position: 0 -40px;
}
.b-bnr {
  background: none;
}
.b-bnr .bnr {
  margin: 0 auto;
  text-align: center;
  display: block;
}
.b-bnr .bnr embed {
  display: inline-block;
  vertical-align: top;
}
.b-bnr .bnr.al-left {
  margin: 0;
}
.b-bnr .bnr.s-220-220,
.b-bnr .bnr.s-220-400 {
  margin-bottom: 29px;
}
.b-bnr .bnr.s-1200-90,
.b-bnr .bnr.s-1200-150,
.b-bnr .bnr.s-1200-180 {
  margin: 0;
  margin-bottom: 19px;
}
.b-bnr .bnr.b-text {
  color: #c35925;
  margin-bottom: 25px;
  display: block;
  height: 32px;
  width: 1200px;
  background: url(/images/backgrounds/sprite-bg.png) repeat-x;
  padding-top: 12px;
  font: 18px/20px PT-Serif;
}
.banner-settings-col {
  margin: 0 0 0 128px;
  width: auto;
  zoom: 1;
}
.banner-settings-col:after {
  clear: both;
}
.banner-settings-col:after,
.banner-settings-col:before {
  display: table;
  line-height: 0;
  content: "";
}
.b-add-banner {
  margin: 15px 0 28px;
}
.b-add-banner .add-banner-row {
  width: auto;
  zoom: 1;
  margin-bottom: 10px;
}
.b-add-banner .add-banner-row:after {
  clear: both;
}
.b-add-banner .add-banner-row:after,
.b-add-banner .add-banner-row:before {
  display: table;
  line-height: 0;
  content: "";
}
.b-add-banner .add-banner-row .label-col {
  float: left;
  width: 128px;
}
.b-add-banner .add-banner-row .banner-settings-col .brd {
  margin-bottom: 4px;
}
.b-add-banner .add-banner-row .checkbox-row {
  float: left;
  margin-right: 16px !important;
}
.tuning-show-banner {
  border: 2px dashed #e5e5e5;
  border-left: 0;
  border-right: 0;
  padding: 12px 0 1px;
  margin-bottom: 40px;
}
.b-uploader-colspan {
  width: auto;
  zoom: 1;
  padding-bottom: 20px;
}
.b-uploader-colspan:after {
  clear: both;
}
.b-uploader-colspan:after,
.b-uploader-colspan:before {
  display: table;
  line-height: 0;
  content: "";
}
.b-uploader-colspan .choose-heks,
.b-uploader-colspan .uploader-box {
  float: left;
  margin-right: 10px;
}
.uploader-box {
  border: 1px dashed #cbcbcb;
  height: 34px;
  width: 188px;
  color: #1992ba;
  cursor: pointer;
  text-align: center;
  padding: 9px 15px 15px;
  overflow: hidden;
}
.uploader-box.one-line {
  padding-top: 18px;
  height: 25px;
}
.choose-heks {
  border: 1px dashed #cbcbcb;
  height: 26px;
  width: 188px;
  color: #1992ba;
  padding: 16px 15px;
  overflow: hidden;
}
.choose-heks .brd {
  width: 175px;
  height: 19px;
}
.choose-heks .brd input {
  font-size: 16px;
  line-height: 120%;
  height: 19px;
  text-align: center;
}
.choose-heks .brd input:-moz-placeholder {
  color: #343434;
}
.choose-heks .brd input::-moz-placeholder {
  color: #343434;
  opacity: 1;
}
.choose-heks .brd input:-ms-input-placeholder {
  color: #343434;
}
.choose-heks .brd input::-webkit-input-placeholder {
  color: #343434;
}
.b-progress.with-money {
  font-size: 14px;
  margin: 0 88px 0 0;
}
.b-progress .progress-title {
  width: auto;
  zoom: 1;
  font-size: 14px;
}
.b-progress .progress-title:after {
  clear: both;
}
.b-progress .progress-title:after,
.b-progress .progress-title:before {
  display: table;
  line-height: 0;
  content: "";
}
.b-progress .progress-title i {
  float: left;
  font-style: normal;
}
.b-progress .progress-title .progress-amount {
  float: right;
}
.admin-progressbar,
.admin-progressbar .progressbar-value {
  height: 3px;
  font-size: 0;
  line-height: 0;
  background: #dedede;
}
.admin-progressbar .progressbar-value {
  background: #e89b5d;
  width: 0;
}
.admin-progressbar .progressbar-value.profits {
  background: #96c253;
}
.admin-progressbar .progressbar-value.pr-bar-width-1 {
  width: 1%;
}
.admin-progressbar .progressbar-value.pr-bar-width-2 {
  width: 2%;
}
.admin-progressbar .progressbar-value.pr-bar-width-3 {
  width: 3%;
}
.admin-progressbar .progressbar-value.pr-bar-width-4 {
  width: 4%;
}
.admin-progressbar .progressbar-value.pr-bar-width-5 {
  width: 5%;
}
.admin-progressbar .progressbar-value.pr-bar-width-6 {
  width: 6%;
}
.admin-progressbar .progressbar-value.pr-bar-width-7 {
  width: 7%;
}
.admin-progressbar .progressbar-value.pr-bar-width-8 {
  width: 8%;
}
.admin-progressbar .progressbar-value.pr-bar-width-9 {
  width: 9%;
}
.admin-progressbar .progressbar-value.pr-bar-width-10 {
  width: 10%;
}
.admin-progressbar .progressbar-value.pr-bar-width-11 {
  width: 11%;
}
.admin-progressbar .progressbar-value.pr-bar-width-12 {
  width: 12%;
}
.admin-progressbar .progressbar-value.pr-bar-width-13 {
  width: 13%;
}
.admin-progressbar .progressbar-value.pr-bar-width-14 {
  width: 14%;
}
.admin-progressbar .progressbar-value.pr-bar-width-15 {
  width: 15%;
}
.admin-progressbar .progressbar-value.pr-bar-width-16 {
  width: 16%;
}
.admin-progressbar .progressbar-value.pr-bar-width-17 {
  width: 17%;
}
.admin-progressbar .progressbar-value.pr-bar-width-18 {
  width: 18%;
}
.admin-progressbar .progressbar-value.pr-bar-width-19 {
  width: 19%;
}
.admin-progressbar .progressbar-value.pr-bar-width-20 {
  width: 20%;
}
.admin-progressbar .progressbar-value.pr-bar-width-21 {
  width: 21%;
}
.admin-progressbar .progressbar-value.pr-bar-width-22 {
  width: 22%;
}
.admin-progressbar .progressbar-value.pr-bar-width-23 {
  width: 23%;
}
.admin-progressbar .progressbar-value.pr-bar-width-24 {
  width: 24%;
}
.admin-progressbar .progressbar-value.pr-bar-width-25 {
  width: 25%;
}
.admin-progressbar .progressbar-value.pr-bar-width-26 {
  width: 26%;
}
.admin-progressbar .progressbar-value.pr-bar-width-27 {
  width: 27%;
}
.admin-progressbar .progressbar-value.pr-bar-width-28 {
  width: 28%;
}
.admin-progressbar .progressbar-value.pr-bar-width-29 {
  width: 29%;
}
.admin-progressbar .progressbar-value.pr-bar-width-30 {
  width: 30%;
}
.admin-progressbar .progressbar-value.pr-bar-width-31 {
  width: 31%;
}
.admin-progressbar .progressbar-value.pr-bar-width-32 {
  width: 32%;
}
.admin-progressbar .progressbar-value.pr-bar-width-33 {
  width: 33%;
}
.admin-progressbar .progressbar-value.pr-bar-width-34 {
  width: 34%;
}
.admin-progressbar .progressbar-value.pr-bar-width-35 {
  width: 35%;
}
.admin-progressbar .progressbar-value.pr-bar-width-36 {
  width: 36%;
}
.admin-progressbar .progressbar-value.pr-bar-width-37 {
  width: 37%;
}
.admin-progressbar .progressbar-value.pr-bar-width-38 {
  width: 38%;
}
.admin-progressbar .progressbar-value.pr-bar-width-39 {
  width: 39%;
}
.admin-progressbar .progressbar-value.pr-bar-width-40 {
  width: 40%;
}
.admin-progressbar .progressbar-value.pr-bar-width-41 {
  width: 41%;
}
.admin-progressbar .progressbar-value.pr-bar-width-42 {
  width: 42%;
}
.admin-progressbar .progressbar-value.pr-bar-width-43 {
  width: 43%;
}
.admin-progressbar .progressbar-value.pr-bar-width-44 {
  width: 44%;
}
.admin-progressbar .progressbar-value.pr-bar-width-45 {
  width: 45%;
}
.admin-progressbar .progressbar-value.pr-bar-width-46 {
  width: 46%;
}
.admin-progressbar .progressbar-value.pr-bar-width-47 {
  width: 47%;
}
.admin-progressbar .progressbar-value.pr-bar-width-48 {
  width: 48%;
}
.admin-progressbar .progressbar-value.pr-bar-width-49 {
  width: 49%;
}
.admin-progressbar .progressbar-value.pr-bar-width-50 {
  width: 50%;
}
.admin-progressbar .progressbar-value.pr-bar-width-51 {
  width: 51%;
}
.admin-progressbar .progressbar-value.pr-bar-width-52 {
  width: 52%;
}
.admin-progressbar .progressbar-value.pr-bar-width-53 {
  width: 53%;
}
.admin-progressbar .progressbar-value.pr-bar-width-54 {
  width: 54%;
}
.admin-progressbar .progressbar-value.pr-bar-width-55 {
  width: 55%;
}
.admin-progressbar .progressbar-value.pr-bar-width-56 {
  width: 56%;
}
.admin-progressbar .progressbar-value.pr-bar-width-57 {
  width: 57%;
}
.admin-progressbar .progressbar-value.pr-bar-width-58 {
  width: 58%;
}
.admin-progressbar .progressbar-value.pr-bar-width-59 {
  width: 59%;
}
.admin-progressbar .progressbar-value.pr-bar-width-60 {
  width: 60%;
}
.admin-progressbar .progressbar-value.pr-bar-width-61 {
  width: 61%;
}
.admin-progressbar .progressbar-value.pr-bar-width-62 {
  width: 62%;
}
.admin-progressbar .progressbar-value.pr-bar-width-63 {
  width: 63%;
}
.admin-progressbar .progressbar-value.pr-bar-width-64 {
  width: 64%;
}
.admin-progressbar .progressbar-value.pr-bar-width-65 {
  width: 65%;
}
.admin-progressbar .progressbar-value.pr-bar-width-66 {
  width: 66%;
}
.admin-progressbar .progressbar-value.pr-bar-width-67 {
  width: 67%;
}
.admin-progressbar .progressbar-value.pr-bar-width-68 {
  width: 68%;
}
.admin-progressbar .progressbar-value.pr-bar-width-69 {
  width: 69%;
}
.admin-progressbar .progressbar-value.pr-bar-width-70 {
  width: 70%;
}
.admin-progressbar .progressbar-value.pr-bar-width-71 {
  width: 71%;
}
.admin-progressbar .progressbar-value.pr-bar-width-72 {
  width: 72%;
}
.admin-progressbar .progressbar-value.pr-bar-width-73 {
  width: 73%;
}
.admin-progressbar .progressbar-value.pr-bar-width-74 {
  width: 74%;
}
.admin-progressbar .progressbar-value.pr-bar-width-75 {
  width: 75%;
}
.admin-progressbar .progressbar-value.pr-bar-width-76 {
  width: 76%;
}
.admin-progressbar .progressbar-value.pr-bar-width-77 {
  width: 77%;
}
.admin-progressbar .progressbar-value.pr-bar-width-78 {
  width: 78%;
}
.admin-progressbar .progressbar-value.pr-bar-width-79 {
  width: 79%;
}
.admin-progressbar .progressbar-value.pr-bar-width-80 {
  width: 80%;
}
.admin-progressbar .progressbar-value.pr-bar-width-81 {
  width: 81%;
}
.admin-progressbar .progressbar-value.pr-bar-width-82 {
  width: 82%;
}
.admin-progressbar .progressbar-value.pr-bar-width-83 {
  width: 83%;
}
.admin-progressbar .progressbar-value.pr-bar-width-84 {
  width: 84%;
}
.admin-progressbar .progressbar-value.pr-bar-width-85 {
  width: 85%;
}
.admin-progressbar .progressbar-value.pr-bar-width-86 {
  width: 86%;
}
.admin-progressbar .progressbar-value.pr-bar-width-87 {
  width: 87%;
}
.admin-progressbar .progressbar-value.pr-bar-width-88 {
  width: 88%;
}
.admin-progressbar .progressbar-value.pr-bar-width-89 {
  width: 89%;
}
.admin-progressbar .progressbar-value.pr-bar-width-90 {
  width: 90%;
}
.admin-progressbar .progressbar-value.pr-bar-width-91 {
  width: 91%;
}
.admin-progressbar .progressbar-value.pr-bar-width-92 {
  width: 92%;
}
.admin-progressbar .progressbar-value.pr-bar-width-93 {
  width: 93%;
}
.admin-progressbar .progressbar-value.pr-bar-width-94 {
  width: 94%;
}
.admin-progressbar .progressbar-value.pr-bar-width-95 {
  width: 95%;
}
.admin-progressbar .progressbar-value.pr-bar-width-96 {
  width: 96%;
}
.admin-progressbar .progressbar-value.pr-bar-width-97 {
  width: 97%;
}
.admin-progressbar .progressbar-value.pr-bar-width-98 {
  width: 98%;
}
.admin-progressbar .progressbar-value.pr-bar-width-99 {
  width: 99%;
}
.admin-progressbar .progressbar-value.pr-bar-width-100 {
  width: 100%;
}
.statistics {
  border: 7px solid #dedede;
  padding: 26px 43px 44px;
  margin-bottom: 30px;
}
.statistics .total-summ {
  font-size: 26px;
  padding-bottom: 38px;
  letter-spacing: -1px;
}
.statistics .statistics-title {
  font-size: 21px;
  padding-bottom: 29px;
}
.statistics .statistics-title span {
  display: block;
  font-size: 36px;
  padding-bottom: 12px;
}
.statistics .statistics-list {
  width: 234px;
}
.statistics .statistics-list .statistics-list-item:first-child {
  padding: 0;
}
.statistics .statistics-list .statistics-list-item {
  padding-top: 7px;
  overflow: hidden;
}
.statistics .statistics-list .statistics-list-item .summ {
  float: right;
  width: 85px;
  text-align: right;
  font-size: 14px;
}
.statistics .statistics-list .statistics-list-item.indention-top {
  margin-top: 30px;
}
.statistics .statistics-list.wide {
  width: 342px;
}
.statistics .statistics-list.short {
  width: 202px;
}
.statistics .statistics-list.short .b-progress.with-money {
  margin-right: 76px;
}
.statistics .statistics-list.short .statistics-list-item .summ {
  width: 75px;
}
.statistics .statistics-column {
  float: left;
  width: 345px;
  margin-right: 33px;
}
.statistics .statistics-column-mini {
  float: left;
  width: 234px;
  margin-right: 46px;
}
.statistics .statistics-column-mini-x {
  float: left;
  width: 202px;
  margin-right: 76px;
}
.statistics .total-orders {
  overflow: hidden;
}
.statistics .total-orders > li {
  float: left;
  font-size: 21px;
  width: 343px;
  margin-right: 107px;
}
.statistics .total-orders > li p {
  overflow: hidden;
  padding: 20px 0 0;
}
.statistics .total-orders > li p i {
  font-style: normal;
  display: block;
  float: left;
  text-align: right;
  width: 120px;
}
.statistics .total-orders > li p span {
  display: block;
  float: left;
  width: 202px;
}
.statistics .total-orders > li p:first-child {
  padding: 0;
}
.statistics .total-orders > li .statistics-list {
  margin-top: 20px;
}
.statistics .total-orders > li .statistics-list.short {
  width: 210px;
}
.statistics.fotodom {
  padding: 28px 36px 31px;
  margin-bottom: 30px;
}
.statistics.fotodom .total-orders > li p {
  padding-top: 16px;
}
.statistics.fotodom .total-orders > li p:first-child {
  padding-top: 0;
}
.statistics.cityes {
  padding: 26px 33px 33px;
  margin-bottom: 23px;
}
.statistics.fotodom-year {
  padding: 28px 36px 23px;
  margin-bottom: 30px;
}
.statistics.fotodom-year .statistics-list {
  width: 344px;
}
.statistics.fotodom-year .total-orders > li p {
  padding-top: 16px;
}
.statistics.fotodom-year .total-orders > li p i {
  width: 120px;
}
.statistics.fotodom-year .total-orders > li p:first-child {
  padding-top: 0;
}
.statistics.fotodom-year .total-orders > li .statistics-list {
  margin-top: 25px;
}
.statistics.fotodom-year .total-orders > li .statistics-list.short {
  width: 203px;
}
.statistics.mail {
  padding: 30px 35px 54px;
  margin-bottom: 35px;
}
.statistics.mail .statistics-title {
  padding-bottom: 22px;
}
.statistics.mail .statistics-column {
  width: 366px;
}
.sorted-link {
  border-bottom: 1px dotted #2e2e2e;
  cursor: pointer;
  font-size: 4px;
  display: inline;
  position: relative;
}
.sorted-link i {
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
}
.sorted-link span {
  position: absolute;
  top: 0;
  right: -12px;
  height: 3px;
  width: 5px;
  background-image: url(/images/arrows/arrows.png);
  background-repeat: no-repeat;
  background-position: 10000px -171px;
  display: block;
  cursor: default;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .sorted-link span {
    background-image: url(/images/arrows/arrows@2x.png);
    background-size: 16px 450px;
    background-position: 10000px -171px;
  }
}
.sorted-link.sort-top span {
  background-position: 100% -171px;
}
.sorted-link.sort-bott span {
  background-position: 100% -174px;
}
.default-mini-table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.default-mini-table .table-row {
  display: table-row;
}
.default-mini-table .table-row .table-col {
  display: table-cell;
  padding: 2px 10px;
  white-space: nowrap;
}
.default-mini-table .table-row .table-col.wh-space {
  white-space: normal;
}
.default-mini-table .table-row.total {
  font-weight: 700;
}
.default-mini-table .table-row.empty {
  height: 14px;
}
.default-mini-table .table-row:hover .table-col {
  background: #f2f2f2;
}
.default-mini-table .table-head {
  display: table-header-group;
}
.default-mini-table .table-head .table-col {
  background: #fff;
  border-bottom: 1px solid #000;
  padding-bottom: 8px;
}
.default-mini-table .table-foot {
  display: table-footer-group;
}
.default-mini-table .table-foot .table-col {
  background: #fff;
  font-weight: 700;
}
.default-mini-table .table-body {
  display: table-row-group;
}
.default-mini-table .table-body .table-row:first-child .table-col {
  padding-top: 13px;
}
.default-table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.default-table tbody .spacer {
  height: 30px;
}
.default-table .table-row {
  display: table-row;
}
.default-table .table-row .table-col:first-child {
  padding-left: 0;
}
.default-table .table-row .table-col:last-child {
  padding-right: 0;
}
.default-table .table-row .table-col {
  display: table-cell;
  padding: 3px 10px;
  vertical-align: top;
  line-height: 19px;
}
.default-table .table-row .table-col h2 {
  margin-top: -3px;
}
.default-table .table-row .table-col .buyer {
  line-height: 19px;
}
.default-table .table-row .table-col .buyer dt {
  padding-bottom: 12px;
}
.default-table .table-row .table-col .buyer dd,
.default-table .table-row .table-col .composition li {
  padding-bottom: 2px;
}
.default-table .table-row .table-col .composition li span {
  display: inline-block;
  width: 95px;
}
.default-table .table-row .table-col .b-control-buttons {
  float: right;
}
.default-table .table-row .table-col.div {
  display: block;
  float: left;
}
.default-table .table-row .table-col.wh-space {
  white-space: nowrap;
}
.default-table .table-row .table-col.align-l {
  text-align: left;
}
.default-table .table-row .table-col.clr-ind-r {
  padding-right: 0 !important;
}
.default-table .table-row.total {
  font-weight: 700;
}
.default-table .table-row.empty {
  height: 32px;
}
.default-table .table-row.empty-top {
  height: 14px;
  padding: 0 !important;
}
.default-table .table-row:hover .table-col {
  background-color: #f2f2f2;
  cursor: pointer;
}
.default-table .table-row.bord .table-col {
  border-bottom: 1px solid #d6d6d6;
  padding-top: 20px;
  padding-bottom: 24px;
}
.default-table .table-head {
  display: table-header-group;
}
.default-table .table-head .table-col {
  background: #fff !important;
  border-bottom: 1px solid #000;
  padding-bottom: 8px;
}
.default-table .table-foot {
  display: table-footer-group;
}
.default-table .table-foot .table-col {
  background: #fff;
  font-weight: 700;
}
.default-table .table-body {
  display: table-row-group;
}
.default-table .table-body.hover:hover {
  background: #f2f2f2;
  cursor: pointer;
}
.default-table .table-body.head .table-row:hover .table-col {
  background: #fff;
}
.default-table .table-row .table-col.align-r,
.default-table .table-row .table-col.button {
  text-align: right;
}
.default-table.lh-20 .table-row .table-col {
  line-height: 20px;
}
.default-table.with-ind .table-body .table-row:first-child .table-col {
  padding-top: 10px;
}
.default-table.row-border .table-body .table-row .table-col {
  border-bottom: 1px solid #e6e6e6;
  padding-top: 15px;
  padding-bottom: 15px;
}
.default-table.in-detail {
  margin-top: 11px;
}
.default-table.in-detail .table-row .default-button {
  visibility: hidden;
}
.default-table.in-detail .table-row .table-col {
  line-height: 19px !important;
}
.default-table.in-detail .table-row:hover .default-button {
  visibility: visible;
}
.default-table.in-detail .table-body .table-row:first-child .table-col {
  padding-top: 18px;
}
.default-table.theme-2 .table-row .table-col {
  line-height: 20px;
}
.default-table.theme-2 .table-row.empty {
  height: 30px;
}
.default-table.codes-list-table {
  margin-bottom: 18px;
}
.default-table.codes-list-table .table-row .table-col {
  padding: 11px 10px;
}
.default-table.codes-list-table .table-head .table-col {
  padding: 3px 10px 2px;
}
.user-rating-table td {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding: 0 5px !important;
}
.user-rating-table td:not(:first-child) {
  text-align: center;
}
.user-rating-coef {
  padding: 30px 0 15px;
}
.user-rating-favs-count {
  padding: 15px 0 30px;
}
.user-rating-stats {
  display: flex;
  justify-content: space-between;
}
.user-rating-stats .user-rating-stats__favs {
  width: 50%;
}
.user-rating-stats .user-rating-stats__meta {
  width: 45%;
}
.admin-button {
  display: inline-block;
  font-weight: 700;
  color: #fff;
  background: var(--blue);
  text-align: center;
  text-transform: uppercase;
  border-radius: 7px;
  font-size: 13px;
  padding: 12px 15px;
  border: none;
  transition: 0.3s;
  white-space: nowrap;
}
.admin-button:hover {
  background: var(--blue-dark);
}
.ribbon-of-months {
  margin-bottom: 16px;
}
.ribbon-of-months .years-row {
  height: 32px;
  border: 1px solid #fff;
}
.ribbon-of-months .years-row .next,
.ribbon-of-months .years-row .prev {
  cursor: pointer;
  padding-top: 4px;
  background-image: url(/images/arrows/arrows.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 20px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .ribbon-of-months .years-row .next,
  .ribbon-of-months .years-row .prev {
    background-image: url(/images/arrows/arrows@2x.png);
    background-size: 16px 450px;
    background-position: 0 0;
  }
}
.ribbon-of-months .years-row .next {
  float: right;
  background-position: 100% -226px;
  padding-right: 18px;
}
.ribbon-of-months .years-row .prev {
  float: left;
  background-position: 0 -179px;
  padding-left: 18px;
}
.ribbon-of-months .years-row .next span,
.ribbon-of-months .years-row .prev span {
  border-bottom: 1px dotted #2e2e2e;
  line-height: 14px;
  float: left;
}
.ribbon-of-months .years-row .next.disabled span,
.ribbon-of-months .years-row .prev.disabled span {
  color: #7c7c7c;
  border: 0;
}
.ribbon-of-months .years-row .this-year {
  display: block;
  height: 36px;
  width: 89px;
  color: #2e2e2e;
  padding-top: 8px;
  margin: -8px auto 0;
  text-align: center;
  background-image: url(/images/icons-and-logos.png);
  background-repeat: no-repeat;
  background-position: -15000px -137px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .ribbon-of-months .years-row .this-year {
    background-image: url(/images/icons-and-logos@2x.png);
    background-size: 91px 1500px;
    background-position: -15000px -137px;
  }
}
.ribbon-of-months .years-row .this-year span {
  font-size: 21px;
  border-bottom: 1px dotted #2e2e2e;
  line-height: 18px;
  display: inline-block;
}
.ribbon-of-months .years-row .this-year.active {
  background-position: 0 -137px;
}
.ribbon-of-months .years-row .this-year.active span {
  border: 0;
}
.ribbon-of-months .mounts {
  height: 42px;
  overflow: hidden;
  margin-left: -20px;
}
.ribbon-of-months .mounts ul {
  width: 110%;
}
.ribbon-of-months .mounts ul .mounts-list {
  float: left;
  height: 36px;
  width: 89px;
  text-align: center;
  background-image: url(/images/icons-and-logos.png);
  background-repeat: no-repeat;
  background-position: -15000px -137px;
  padding-top: 6px;
  margin-left: 13px;
  cursor: pointer;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .ribbon-of-months .mounts ul .mounts-list {
    background-image: url(/images/icons-and-logos@2x.png);
    background-size: 91px 1500px;
    background-position: -15000px -137px;
  }
}
.ribbon-of-months .mounts ul .mounts-list span {
  line-height: 15px;
  display: inline-block;
  border-bottom: 1px dotted #1992ba;
  color: #1992ba;
}
.ribbon-of-months .mounts ul .mounts-list:first-child {
  margin-left: 0;
}
.ribbon-of-months .mounts ul .mounts-list.active {
  background-position: 0 -137px;
}
.ribbon-of-months .mounts ul .mounts-list.active span {
  color: #373737;
  border: none !important;
}
.ribbon-of-months .mounts ul .mounts-list.disabled span {
  color: #7c7c7c;
  border: none !important;
}
.report-managment {
  overflow: hidden;
  padding-bottom: 16px;
}
.report-managment li {
  float: left;
}
.report-managment li h2 {
  padding-right: 10px;
}
.report-managment li a {
  margin-top: 2px;
}
.report-managment.view-table {
  padding-bottom: 25px;
}
.report-managment.codes-list {
  padding-bottom: 6px;
}
.report-managment.codes-list li h2 {
  padding-right: 17px;
}
.money-on-hands {
  overflow: hidden;
}
.money-on-hands .all-maoney-on-hands {
  float: right;
  border: 7px solid #dedede;
  color: #4a4a4a;
  padding: 16px 36px 18px 24px;
  font-size: 21px;
  margin-top: 5px;
  text-align: left;
}
.money-on-hands .all-maoney-on-hands h2 {
  padding: 0 0 2px;
  font-size: 36px;
  line-height: 40px;
  color: #4a4a4a;
}
.money-on-hands .money-on-hands-list {
  float: left;
}
.money-on-hands .money-on-hands-list li {
  padding-bottom: 6px;
  overflow: hidden;
}
.money-on-hands .money-on-hands-list li i {
  font-style: normal;
  float: right;
  display: block;
}
.money-on-hands .money-on-hands-list li span {
  float: left;
  width: 280px;
  display: block;
}
.promo-codes {
  width: auto;
  zoom: 1;
  margin: 11px 0 89px;
}
.promo-codes:after {
  clear: both;
}
.promo-codes:after,
.promo-codes:before {
  display: table;
  line-height: 0;
  content: "";
}
.promo-codes h2 {
  padding-bottom: 9px;
}
.promo-codes .generate-code {
  float: left;
  width: 785px;
}
.promo-codes .generate-code .arrow {
  height: 7px;
  width: 25px;
  position: absolute;
  right: -30px;
  top: 98px;
  background-image: url(/images/icons-and-logos.png);
  background-repeat: no-repeat;
  background-position: 0 -182px;
  margin-top: -10px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .promo-codes .generate-code .arrow {
    background-image: url(/images/icons-and-logos@2x.png);
    background-size: 91px 1500px;
    background-position: 0 -182px;
  }
}
.promo-codes .generate-code .row-fluid {
  margin-top: 22px;
}
.promo-codes .generate-code form {
  float: left;
  width: 445px;
  position: relative;
  z-index: 2;
}
.promo-codes .generate-code form .row {
  width: auto;
  zoom: 1;
  margin-bottom: 10px;
}
.promo-codes .generate-code form .row:after {
  clear: both;
}
.promo-codes .generate-code form .row:after,
.promo-codes .generate-code form .row:before {
  display: table;
  line-height: 0;
  content: "";
}
.promo-codes .generate-code form .row .label-col {
  float: left;
  width: 110px;
}
.promo-codes .generate-code form .row .long-col {
  margin: 0 0 0 115px;
}
.promo-codes .generate-code form .row .long-col .brd {
  float: left;
  width: 95px;
}
.promo-codes .generate-code form .row .long-col .brd.input-xlarge {
  width: 294px;
}
.promo-codes .generate-code form .row .long-col .currency {
  float: left;
  margin-left: 10px;
}
.promo-codes .generate-code form .row .long-col .currency li {
  float: left;
}
.promo-codes .generate-code form .default-button-large {
  margin-top: 30px;
  padding: 0 20px;
}
.promo-codes .generate-code .b-show-information {
  float: right;
}
.promo-codes .statistics-codes {
  float: right;
  width: 292px;
}
.promo-codes .statistics-codes h2 {
  padding-bottom: 14px;
}
.promo-codes .statistics-codes .table-col {
  text-align: right;
  background: #fff !important;
  padding-right: 0;
}
.promo-codes .statistics-codes .table-col:first-child {
  text-align: left;
}
.promo-codes.promo-billing {
  margin-bottom: 95px;
}
.generated-code {
  position: relative;
  padding: 7px 0;
}
.generated-code p {
  padding-bottom: 0;
  font-size: 21px;
  color: #989898;
  line-height: 28px;
}
.show-information-button {
  height: 30px;
  margin: 12px 57px 0 0;
  position: relative;
  z-index: 2;
}
.show-information-button .code-shadow {
  height: 30px;
  width: 115%;
  position: absolute;
  top: -40px;
  left: 0;
  background: url(/images/backgrounds/sprite-bg.png) repeat-x 0 -50px;
}
.blocking-list {
  overflow: hidden;
  padding-top: 50px;
}
.blocking-list li h2 {
  padding-bottom: 29px;
}
.blocking-list li .to-add {
  height: 56px;
}
.blocking-list li .to-add * {
  float: left;
}
.blocking-list li .to-add .brd {
  margin-right: 11px;
}
.blocking-list li .row {
  border: 1px solid #fff;
  border-right: 0;
  border-left: 0;
  padding: 2px 8px 1px 0;
  overflow: hidden;
  cursor: pointer;
}
.blocking-list li .row span {
  display: block;
  margin: 0 73px 0 0;
  overflow: hidden;
}
.blocking-list li .row .default-button {
  float: right;
  visibility: hidden;
}
.blocking-list li .row:hover {
  background: #e9e9e9;
  border-color: #ededed;
}
.blocking-list li .row:hover .default-button {
  visibility: visible;
}
.blocking-list .stop-words {
  width: 469px;
}
.blocking-list .stop-words .brd {
  width: 362px;
}
.blocking-list .blocking-list-column {
  float: left;
  width: 257px;
  margin-left: 152px;
}
.blocking-list .blocking-list-column:first-child {
  margin-left: 0;
}
.choose-a-period {
  overflow: hidden;
  padding-bottom: 14px;
}
.choose-a-period li {
  float: left;
}
.choose-a-period li span {
  padding: 0 8px 0 0;
  display: inline-block;
}
.blocking-of-users-list {
  padding-top: 12px;
}
.blocking-of-users-list .blocking-of-users-list-item {
  overflow: hidden;
  padding-bottom: 10px;
}
.blocking-of-users-list .blocking-of-users-list-item .b-user {
  float: left;
  position: relative;
  padding: 0 0 0 42px;
  width: 316px;
}
.blocking-of-users-list .blocking-of-users-list-item .b-user .userpic {
  position: absolute;
  left: 0;
  height: 30px;
  width: 30px;
}
.blocking-of-users-list .blocking-of-users-list-item .b-user .user-info p {
  padding-bottom: 10px;
  color: #7c7c7c;
}
.blocking-of-users-list .blocking-of-users-list-item .amount {
  font-size: 21px;
  float: left;
  color: #7c7c7c;
  margin-top: 7px;
}
.blocking-of-users-list .blocking-of-users-list-item .block-statistic {
  float: left;
  margin-left: 20px;
}
.blocking-of-users-list .blocking-of-users-list-item .block-statistic li {
  float: left;
  margin-left: 42px;
}
.blocking-of-users-list .blocking-of-users-list-item .recipients {
  color: #7c7c7c;
  padding-bottom: 41px;
}
.blocking-of-users-list .blocking-of-users-list-item .sms-list {
  color: #7c7c7c;
  padding: 0 0 15px 42px;
}
.blocking-of-users-list .blocking-of-users-list-item .sms-list p {
  padding: 0 0 5px;
}
.blocking-of-users-list .blocking-of-users-list-item .sms-list p a {
  display: inline-block;
  border-bottom: 1px dotted #7c7c7c;
  color: #7c7c7c;
  margin-top: 6px;
  line-height: 16px;
}
.add-competition .row-fluid {
  margin-bottom: 10px;
}
.add-competition .row-fluid .label {
  float: left;
  width: 195px;
  margin-right: 11px;
}
.add-competition .brd {
  width: auto;
  height: 24px;
}
.add-competition .brd input {
  height: 24px;
  font-size: 21px;
}
.add-competition .brd-texta {
  padding: 7px;
}
.add-competition .brd-texta textarea {
  height: 126px;
  font-size: 17px;
}
.add-competition .checkbox-row {
  margin-top: 3px;
}
.add-competition .default-button-large {
  margin-top: 13px;
}
.row-fluid .side-column {
  float: right;
  width: 571px;
}
.row-fluid .side-column:first-child {
  float: left;
}
.creation-of-delivery h2 span {
  font-size: 21px;
  line-height: 21px;
}
.creation-of-delivery h2.active a {
  border-color: #000;
}
.creation-of-delivery h2.active a span {
  color: #000;
}
.creation-of-delivery .row-fluid {
  padding-bottom: 30px;
  display: none;
}
.creation-of-delivery .side-column {
  float: right;
  width: 571px;
}
.creation-of-delivery .side-column:first-child {
  float: left;
}
.creation-of-delivery .side-column .checkbox-row {
  float: none;
  margin-bottom: 12px;
  width: auto;
  zoom: 1;
}
.creation-of-delivery .side-column .checkbox-row:after {
  clear: both;
}
.creation-of-delivery .side-column .checkbox-row:after,
.creation-of-delivery .side-column .checkbox-row:before {
  display: table;
  line-height: 0;
  content: "";
}
.creation-of-delivery .side-column .checkbox-row .checkbox {
  float: left;
  font-size: 21px;
  line-height: 23px;
}
.creation-of-delivery .side-column .brd-texta {
  margin-bottom: 15px;
  padding: 5px 0 0 8px;
}
.creation-of-delivery .side-column .brd-texta textarea {
  font-size: 16px;
  height: 143px;
}
.creation-of-delivery.in-add-delivery .row-fluid {
  display: block;
  margin-top: 19px;
}
.creation-of-delivery.in-add-delivery .brd-texta textarea {
  height: 240px;
}
.creation-of-delivery.in-add-delivery .brd-texta.title {
  padding: 0 0 0 9px;
  margin-bottom: 11px;
}
.creation-of-delivery.in-add-delivery .brd-texta.title textarea {
  height: 67px;
  font-size: 21px;
}
.creation-of-delivery.in-add-delivery .brd-texta.title + .brd-texta {
  margin-bottom: 0;
}
.creation-of-delivery.in-add-delivery .brd-texta.title + .brd-texta textarea {
  height: 243px;
}
.creation-of-delivery.in-add-delivery .brd-texta.subscribe-users-list textarea {
  min-height: 100px;
}
.deliveries-tabs {
  margin: 10px 0 33px;
}
.admin-deliveries .admin-deliveries-row {
  border-bottom: 1px solid #d9d9d9;
  padding: 27px 0 24px;
}
.admin-deliveries .admin-deliveries-row:first-child {
  padding-top: 0;
}
.admin-deliveries .admin-deliveries-row h2 {
  padding-bottom: 13px;
}
.admin-deliveries .admin-deliveries-row .deliveries-info {
  overflow: hidden;
  padding-bottom: 15px;
}
.admin-deliveries .admin-deliveries-row .deliveries-info .info {
  float: left;
}
.admin-deliveries .admin-deliveries-row .deliveries-info .info .info-item {
  float: left;
  margin-right: 18px;
}
.admin-deliveries .admin-deliveries-row .deliveries-info .info .info-item.date {
  width: 139px;
}
.admin-deliveries .admin-deliveries-row .deliveries-info .info .info-item.lang {
  width: 65px;
}
.admin-deliveries .admin-deliveries-row .deliveries-info .info .info-item.adrs {
  width: 200px;
}
.admin-deliveries .admin-deliveries-row .deliveries-info .b-control-buttons {
  float: right;
  padding-left: 10px;
  width: 76px;
}
.admin-deliveries .admin-deliveries-row .deliveries-info .amount-sent-messages {
  float: right;
  width: 329px;
}
.admin-deliveries .admin-deliveries-row .participating-cities {
  line-height: 21px;
  padding-bottom: 15px;
}
.admin-deliveries .admin-deliveries-row .deliveries-text .link-border.active {
  border-color: #000;
}
.admin-deliveries
  .admin-deliveries-row
  .deliveries-text
  .link-border.active
  span {
  color: #000;
}
.admin-deliveries .admin-deliveries-row .deliveries-text .side-column {
  float: right;
  width: 555px;
  line-height: 22px;
}
.admin-deliveries
  .admin-deliveries-row
  .deliveries-text
  .side-column:first-child {
  float: left;
}
.admin-deliveries .admin-deliveries-row .deliveries-text .hidden-text {
  padding-top: 5px;
  display: none;
}
.add-delivery .delivery-settings-row {
  width: auto;
  zoom: 1;
  margin-bottom: 9px;
}
.add-delivery .delivery-settings-row:after {
  clear: both;
}
.add-delivery .delivery-settings-row:after,
.add-delivery .delivery-settings-row:before {
  display: table;
  line-height: 0;
  content: "";
}
.add-delivery .delivery-settings-row .short-col {
  width: 115px;
}
.add-delivery .delivery-settings-row .long-col {
  margin: 0 0 0 115px;
}
.add-delivery .delivery-settings-row .long-col .brd {
  width: 425px;
  float: left;
  margin-right: 18px;
}
.add-delivery .delivery-settings-row .long-col .b-tabs-buttons {
  padding: 0 0 2px;
}
.add-delivery .delivery-settings-row .long-col .brd.autocmplt {
  padding-left: 10px;
  width: 420px;
}
.add-delivery .delivery-settings-row .brd-texta textarea {
  font-size: 16px;
  height: 132px;
}
.add-delivery .delivery-settings-row .switcher-button.first-child {
  width: 53px;
}
.add-delivery-settings .delivery-settings-row .brd-texta {
  margin: -2px 0 3px;
}
.add-delivery-settings .delivery-settings-row .brd-texta textarea {
  height: 132px;
  padding: 1px 3px;
}
.add-moder {
  margin-top: 3px;
}
.add-moder,
.add-moder * {
  float: right;
}
.add-moder .brd.input-large {
  margin: 0 10px 0 15px;
  padding: 2px 6px;
  width: 205px;
}
.edit-moders {
  margin-top: -10px;
}
.edit-moders .edit-moders-row {
  padding: 20px 0 18px;
}
.edit-moders .edit-moders-row .default-button {
  visibility: hidden;
}
.edit-moders .edit-moders-row .moder-title {
  padding-bottom: 2px;
}
.edit-moders .edit-moders-row .moder-title .default-button {
  margin-left: 15px;
}
.edit-moders .edit-moders-row:hover {
  background: #f2f2f2;
}
.edit-moders .edit-moders-row:hover .default-button {
  visibility: visible;
}
.edit-moders .checkbox-row {
  margin: 0;
}
.edit-moders .checkbox-row .checkbox {
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  color: #aeaeae;
}
.edit-moders .checkbox-row .checkbox.active,
.edit-moders .edit-moders-row:hover .checkbox {
  color: #343434;
}
.logs-managment {
  height: 25px;
  position: relative;
  z-index: 1;
  margin-top: 10px;
}
.logs-managment .b-datepicker,
.logs-managment .b-tabs-buttons {
  float: left;
  margin-right: 10px;
}
.logs-managment .brd {
  float: right;
  width: 212px;
}
.logs-managment .line-form {
  float: left;
}
.logs-managment .line-form .width1 {
  width: 164px;
}
.b-log-list {
  margin: 34px 0 7px;
  position: relative;
  z-index: 0;
}
.b-log-list .log-list-day-row {
  border-top: 1px solid #939393;
  padding: 15px 0 20px;
  position: relative;
}
.b-log-list .log-list-day-row .date-title {
  width: 220px;
  background: #fff;
  text-align: center;
  position: absolute;
  left: 50%;
  top: -12px;
  margin: 0 0 0 -110px;
}
.b-log-list .log-list-day-row .log-event-list-row {
  border-top: 1px solid #e7e7e7;
  padding: 20px 0 19px;
}
.b-log-list .log-list-day-row .log-event-list-row .row-fluid {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  min-height: 220px;
}
.b-log-list .log-list-day-row .log-event-list-row .row-fluid .author {
  margin: -6px 0 20px;
}
.b-log-list .log-list-day-row .log-event-list-row .row-fluid .left-column {
  float: left;
  width: 684px;
}
.b-log-list
  .log-list-day-row
  .log-event-list-row
  .row-fluid
  .left-column
  .comment-text {
  margin-top: -5px;
}
.b-log-list
  .log-list-day-row
  .log-event-list-row
  .row-fluid
  .left-column
  .comment-text
  p {
  line-height: 22px;
  padding-bottom: 3px;
}
.b-log-list
  .log-list-day-row
  .log-event-list-row
  .row-fluid
  .left-column
  .comment-text
  h2 {
  line-height: 28px;
  padding-bottom: 8px;
}
.b-log-list
  .log-list-day-row
  .log-event-list-row
  .row-fluid
  .left-column
  .comment-text
  a {
  text-decoration: underline;
}
.b-log-list
  .log-list-day-row
  .log-event-list-row
  .row-fluid
  .left-column
  .comment-text
  .comment-author {
  color: #7c7c7c;
}
.b-log-list
  .log-list-day-row
  .log-event-list-row
  .row-fluid
  .left-column
  .comment-text
  .comment-author
  i {
  font-style: normal;
  color: #89b100;
}
.b-log-list
  .log-list-day-row
  .log-event-list-row
  .row-fluid
  .left-column
  .comment-text
  .comment-author
  a {
  color: #7c7c7c;
}
.b-log-list
  .log-list-day-row
  .log-event-list-row
  .row-fluid
  .left-column
  .comment-text
  .comment-author
  span {
  padding: 0 14px 0 10px;
}
.b-log-list
  .log-list-day-row
  .log-event-list-row
  .row-fluid
  .left-column
  .comment-text
  .photos-list {
  padding: 10px 0;
}
.b-log-list
  .log-list-day-row
  .log-event-list-row
  .row-fluid
  .left-column
  .show-hidden-photos {
  text-decoration: underline;
}
.b-log-list .log-list-day-row .log-event-list-row .row-fluid .right-column {
  float: right;
  width: 465px;
  margin-top: -5px;
}
.b-log-list
  .log-list-day-row
  .log-event-list-row
  .row-fluid
  .right-column
  .author-info {
  width: 230px;
  float: left;
}
.b-log-list
  .log-list-day-row
  .log-event-list-row
  .row-fluid
  .right-column
  .author-info
  .published-time {
  position: absolute;
  bottom: 0;
  width: 230px;
}
.b-log-list
  .log-list-day-row
  .log-event-list-row
  .row-fluid
  .right-column
  .author-info
  .published-time
  span {
  display: block;
  color: #da2e2e;
  padding: 7px 0 0;
}
.b-log-list
  .log-list-day-row
  .log-event-list-row
  .row-fluid
  .right-column
  .author-info
  .published-time
  .default-button {
  margin-top: 20px;
}
.b-log-list
  .log-list-day-row
  .log-event-list-row
  .row-fluid
  .right-column
  .author-info
  .published-time.no-btn {
  bottom: -5px;
}
.b-log-list
  .log-list-day-row
  .log-event-list-row
  .row-fluid
  .right-column
  .reasons {
  float: right;
  width: 221px;
}
.b-log-list
  .log-list-day-row
  .log-event-list-row
  .row-fluid
  .right-column
  .reasons
  p {
  padding-bottom: 18px;
}
.b-log-list
  .log-list-day-row
  .log-event-list-row
  .row-fluid
  .right-column
  .reasons
  p:first-child {
  padding-bottom: 6px;
}
.b-log-list .log-list-day-row .log-event-list-row:first-child {
  border: 0;
}
.b-log-list .log-list-day-row .log-event-list-row.last {
  border-bottom: 1px solid #e7e7e7;
}
.admin-photos-list {
  overflow: hidden;
  position: relative;
}
.admin-photos-list ul {
  width: 105%;
  float: right;
  margin-top: -4px;
}
.admin-photos-list ul li {
  float: right;
  margin: 4px 0 0 4px;
}
.admin-photos-list ul li:first-child {
  margin-right: 0;
}
.admin-photos-list.big ul li {
  margin-left: 12px;
}
.default-photo {
  height: 220px;
  width: 220px;
  overflow: hidden;
  position: relative;
}
.default-photo.mini {
  height: 82px;
  width: 82px;
}
.default-photo.mini .photo-ico.ero {
  margin-left: -28px;
}
.opacity.white {
  background: url(/images/opcatity/opacity-white.png);
}
.opacity.black {
  background: url(/images/opcatity/opacity-black.png);
}
.opacity.black-ero {
  background: url(/images/opcatity/opacity-black-ero.png);
}
.opacity.dark-ero {
  background: url(/images/opcatity/opacity-dark-ero.jpg);
}
.admin-edit-rules-title {
  float: left;
  padding: 4px 0 0;
}
.admin-edit-rules-title li {
  float: left;
  margin-left: 25px;
}
.admin-edit-rules-title li:first-child {
  margin-left: 7px;
}
.admin-rules-list .rules-lang {
  height: 36px;
}
.admin-rules-list .rules-lang .lang {
  float: right;
  width: 581px;
  position: relative;
}
.admin-rules-list .rules-lang .lang:first-child {
  float: left;
}
.admin-rules-list .rules-lang .lang .promt-sortable {
  position: absolute;
  top: -18px;
  right: -2px;
  width: 265px;
  padding-left: 19px;
  word-spacing: 2px;
}
.admin-rules-list .rules-lang .lang .promt-sortable span {
  display: block;
  height: 31px;
  width: 12px;
  background-image: url(/images/arrows/arrows.png);
  background-repeat: no-repeat;
  background-position: 0 -332px;
  position: absolute;
  left: -3px;
  top: 4px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .admin-rules-list .rules-lang .lang .promt-sortable span {
    background-image: url(/images/arrows/arrows@2x.png);
    background-size: 16px 450px;
    background-position: 0 -332px;
  }
}
.admin-rules-list .rules-list-inside .rules-list-item {
  border: 2px dashed #e5e5e5;
  padding: 10px 15px 7px;
  margin-bottom: 10px;
  background: #fff;
}
.admin-rules-list .rules-list-inside .rules-list-item .side-column {
  float: right;
  width: 563px;
}
.admin-rules-list .rules-list-inside .rules-list-item .side-column:first-child {
  float: left;
}
.admin-rules-list .rules-list-inside .rules-list-item .side-column .brd-texta {
  margin-bottom: 10px;
  padding-left: 8px;
  padding-top: 6px;
}
.admin-rules-list
  .rules-list-inside
  .rules-list-item
  .side-column
  .brd-texta
  textarea {
  font-size: 16px;
  height: 106px;
  overflow: auto;
}
.admin-rules-list
  .rules-list-inside
  .rules-list-item
  .side-column
  .brd-texta.title {
  padding-top: 2px;
}
.admin-rules-list
  .rules-list-inside
  .rules-list-item
  .side-column
  .brd-texta.title
  textarea {
  height: 40px;
}
.admin-rules-list
  .rules-list-inside
  .rules-list-item
  .side-column
  .b-tabs-buttons
  li {
  margin-right: 9px;
}
.admin-rating-settings .side-column {
  width: 410px;
  margin-right: 180px;
}
.admin-rating-settings .side-column:first-child {
  margin: 0;
  width: 525px;
}
.admin-rating-settings .rating-settings-list {
  padding-top: 45px;
}
.admin-rating-settings .rating-settings-list dt {
  padding-bottom: 11px;
}
.admin-rating-settings .rating-settings-list dd {
  width: auto;
  zoom: 1;
  margin-bottom: 7px;
}
.admin-rating-settings .rating-settings-list dd:after {
  clear: both;
}
.admin-rating-settings .rating-settings-list dd:after,
.admin-rating-settings .rating-settings-list dd:before {
  display: table;
  line-height: 0;
  content: "";
}
.admin-rating-settings .rating-settings-list dd .r-col {
  margin: 0 0 0 439px;
}
.admin-rating-settings .rating-settings-list dd .brd {
  width: 69px;
  float: left;
}
.admin-rating-settings .rating-settings-list dd .info {
  float: left;
  margin-left: 10px;
}
.admin-rating-settings .rating-settings-list dd .label {
  float: left;
  width: 430px;
}
.admin-rating-settings .rating-settings-list dd .label span {
  color: #7c7c7c;
}
.admin-rating-settings .rating-settings-list .movable-indicator {
  float: left;
}
.admin-rating-settings .rating-settings-list.first {
  padding: 0 0 4px;
}
.admin-rating-settings .rating-settings-list.first dd .r-col {
  margin: 0 0 0 439px;
}
.admin-rating-settings .rating-settings-list.first dd .label {
  float: left;
  width: 430px;
}
.admin-rating-settings .rating-settings-list.second {
  padding-top: 35px;
}
.admin-rating-settings .rating-settings-list.second dd .r-col {
  margin: 0 0 0 248px;
}
.admin-rating-settings .rating-settings-list.second dd .label {
  width: 235px;
}
.admin-rating-settings .indicator-list {
  margin-top: -3px;
}
.admin-rating-settings .indicator-list-row {
  margin-bottom: 6px;
}
.admin-rating-settings .wide-indicator {
  margin: 49px 0 53px;
}
.admin-rating-settings .wide-indicator > li {
  margin-bottom: 29px;
}
.admin-b-movable-indicator {
  height: 60px;
  padding-top: 11px;
}
.admin-b-movable-indicator .label {
  float: left;
  padding-top: 20px;
  width: 129px;
}
.admin-movable-indicator {
  height: 8px;
  position: relative;
  padding: 29px 0 20px;
  width: 277px;
  float: left;
}
.admin-movable-indicator .grad {
  position: absolute;
  color: #9e9e9e;
  top: 38px;
  font-size: 14px;
  width: 20px;
}
.admin-movable-indicator .grad.first {
  left: 0;
}
.admin-movable-indicator .grad.sec {
  left: 60px;
}
.admin-movable-indicator .grad.four {
  right: 58px;
}
.admin-movable-indicator .grad.last {
  right: 0;
  text-align: right;
}
.admin-movable-indicator .grad.middle {
  left: 50%;
  margin-left: -8px;
  text-align: center;
}
.admin-movable-indicator .ui-slider {
  position: relative;
}
.admin-movable-indicator .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  cursor: default;
  height: 15px;
  width: 14px;
  background: url(/images/gfx/movable-indicator.png) repeat-x 0 -10px;
  top: -5px;
  text-decoration: none;
  color: #0d9ac2;
  margin-left: -5px;
}
.admin-movable-indicator .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  background: url(/images/gfx/movable-indicator.png) repeat-x 0 -5px;
}
.admin-movable-indicator .ui-widget-content {
  background: url(/images/gfx/movable-indicator.png) repeat-x;
}
.admin-movable-indicator .ui-slider-horizontal {
  height: 5px;
  border: 1px solid #e9e9e9;
}
.admin-movable-indicator .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.admin-movable-indicator .ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.admin-movable-indicator .ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.admin-movable-indicator .indicator-amount {
  padding-left: 5px;
  width: 25px;
  top: -27px;
  font-size: 14px;
  line-height: 18px;
  margin-left: -16px;
  border: 1px solid #efd180;
  display: block;
  background: #ffeeb3;
  position: absolute;
  left: 50%;
  height: 19px;
  color: #ac7916;
}
.admin-movable-indicator .indicator-amount i {
  position: absolute;
  bottom: -6px;
  left: 10px;
  height: 6px;
  width: 10px;
  display: block;
  background-image: url(/images/gfx/movable-indicator.png);
  background-repeat: no-repeat;
  background-position: 0 -25px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .admin-movable-indicator .indicator-amount i {
    background-image: url(/images/gfx/movable-indicator@2x.png);
    background-size: 14px 40px;
    background-position: 0 -25px;
  }
}
.admin-movable-indicator .indicator-amount strong {
  font-weight: 400;
}
.admin-b-movable-indicator.align-l .label {
  width: auto;
}
.admin-b-movable-indicator.align-l .admin-movable-indicator {
  float: left;
  margin-left: 18px;
}
.admin-b-movable-indicator.xlarge .label {
  width: 316px;
}
.admin-b-movable-indicator.xlarge .admin-movable-indicator {
  width: 884px;
}
.admin-b-movable-indicator.xlarge .admin-movable-indicator .indicator-amount {
  width: 30px;
}
.translate .side-column {
  float: right;
  width: 571px;
}
.translate .side-column:first-child {
  float: left;
}
.translate .checkbox-row {
  float: none;
  overflow: hidden;
  margin-bottom: 17px;
}
.translate .checkbox-row .checkbox {
  float: left;
  font-size: 21px;
  line-height: 24px;
}
.translate .translate-list {
  padding-bottom: 33px;
}
.translate .translate-list .translate-list-row h2 {
  padding-bottom: 8px;
}
.translate .translate-list .translate-list-row h2 span {
  font-size: 21px;
  line-height: 21px;
}
.translate .translate-list .translate-list-row h2.active a {
  border-color: #000;
}
.translate .translate-list .translate-list-row h2.active a span {
  color: #000;
}
.translate .translate-list .translate-list-row .row-fluid {
  padding-bottom: 18px;
  display: none;
}
.translate .translate-list .translate-list-row .row-fluid .inside {
  margin-bottom: 30px;
}
.translate .translate-list .translate-list-row .row-fluid .inside .label {
  padding-bottom: 5px;
}
.translate .translate-list .translate-list-row .row-fluid .inside .brd {
  width: 100%;
  padding: 2px 8px 0;
  height: 21px;
}
.translate .translate-list .translate-list-row .row-fluid .inside .brd input {
  font-size: 16px;
  height: 19px;
  padding-bottom: 2px;
}
.b-profile {
  min-width: 1200px;
  height: 334px;
  text-align: center;
}
.user-settings {
  margin-top: 66px;
}
.user-settings .user-settings-title {
  padding-bottom: 31px;
}
.user-settings .side-column {
  width: 465px;
}
.user-settings .side-column:first-child {
  width: 730px;
}
.user-settings .side-column p {
  padding-bottom: 19px;
}
.user-settings .side-column.pt {
  padding-top: 5px;
}
.user-settings .side-column h2 {
  padding-bottom: 15px;
}
.user-settings .side-column h2.title {
  padding-bottom: 8px;
}
.user-settings .side-column dl {
  padding-bottom: 60px;
}
.user-settings .side-column dl dd {
  padding-bottom: 5px;
}
.user-settings .side-column .total-summ {
  font-size: 24px;
}
.user-settings .side-column .link-border {
  color: #2e2e2e;
  border-bottom-color: #2e2e2e;
}
.user-settings .side-column .personal-account {
  float: right;
  margin-right: 105px;
}
.user-settings .side-column .default-table {
  margin-bottom: 15px;
}
.user-settings .side-column .default-table .table-row:hover .table-col {
  background: #fff;
}
.user-settings .side-column .ban-info {
  width: auto;
  zoom: 1;
  padding-bottom: 18px;
}
.user-settings .side-column .ban-info:after {
  clear: both;
}
.user-settings .side-column .ban-info:after,
.user-settings .side-column .ban-info:before {
  display: table;
  line-height: 0;
  content: "";
}
.user-settings .side-column .ban-info .label-col {
  width: 75px;
}
.user-settings .side-column .ban-info .r-col {
  margin: 0 0 0 78px;
}
.user-settings .side-column .ban-info .r-col p {
  padding-bottom: 6px;
}
.user-settings .side-column .ban-info:first-of-type {
  padding-bottom: 12px;
}
.user-settings .side-column .last-bans {
  margin-top: 47px;
}
.user-settings .side-column .last-bans h2 {
  padding-bottom: 9px !important;
}
.user-settings .alert {
  margin-bottom: 25px;
}
.user-settings .b-tabs-buttons li span {
  margin-right: 24px;
}
.user-settings .delete-reasons {
  margin: 14px 0 27px;
  position: relative;
  z-index: 1;
}
.user-settings .delete-reasons li {
  overflow: hidden;
  padding-bottom: 5px;
}
.user-settings .managm-list {
  margin-bottom: 5px;
  position: relative;
  z-index: 2;
}
.user-settings .managm-list .managm-list-item {
  width: auto;
  zoom: 1;
  padding-top: 10px;
}
.user-settings .managm-list .managm-list-item:after {
  clear: both;
}
.user-settings .managm-list .managm-list-item:after,
.user-settings .managm-list .managm-list-item:before {
  display: table;
  line-height: 0;
  content: "";
}
.user-settings .managm-list .managm-list-item:first-child {
  padding-top: 0;
}
.user-settings .managm-list .managm-list-item .label-col {
  width: 80px;
}
.user-settings .managm-list .managm-list-item .r-col {
  margin: 0 0 0 84px;
}
.user-settings .managm-list .managm-list-item .width1 {
  width: 148px;
}
.user-settings .managm-list.promo {
  padding: 11px 0 15px;
}
.user-settings .managm-list.promo .managm-list-item .width1 {
  width: 188px;
}
.user-settings .managm-list.promo .managm-list-item .label-col {
  width: 110px;
}
.user-settings .managm-list.promo .managm-list-item .r-col {
  margin: 0 0 0 114px;
}
.user-settings .managm-list.promo .managm-list-item .brd {
  float: left;
}
.user-settings .managm-list.promo .managm-list-item .b-tabs-buttons {
  float: left;
  margin-left: 7px;
}
.user-settings .managm-list.promo .managm-list-item + .default-button-large {
  width: 286px;
}
.user-settings .side-left-column {
  float: left;
  width: 580px;
  padding-top: 22px;
}
.user-settings .side-left-column .default-table {
  font-size: 21px;
  width: 720px;
}
.user-settings .side-left-column .default-table .table-col {
  line-height: 22px;
}
.user-settings .explaining {
  font-size: 16px;
  color: #7c7c7c;
}
.user-settings .dropdown-panel {
  position: relative;
}
.user-settings .dropdown-panel.clickable {
  cursor: pointer;
}
.user-settings .dropdown-panel .photo-top-list {
  width: 480px;
}
.user-settings .dropdown-panel .photo-top-list li {
  display: inline-block;
  margin: 0 6px 2px 0;
}
.user-settings .dropdown-panel .series-top-list {
  width: 200px;
}
.user-settings .dropdown-panel .series-top-list li {
  margin: 0 0 10px;
}
.user-settings .dropdown-panel .photo-top-list,
.user-settings .dropdown-panel .series-top-list {
  display: none;
  position: absolute;
  left: calc(-100px + 50%);
  top: 20px;
  height: 340px;
  overflow-y: scroll;
  background: #fff;
  padding: 10px 0 10px 7px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.user-settings .head-important {
  font-size: 21px;
  padding-bottom: 9px;
}
.user-settings .head-important .summ {
  display: inline-block;
  border: 2px solid #bfbfbf;
  padding: 7px 11px;
}
.user-settings .head-important-list {
  margin-bottom: 23px;
}
.user-settings .head-important-list .radio-list-plus-minus {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin-top: -8px;
  width: 35px;
  height: 40px;
}
.user-settings .head-important-list .radio-list-plus-minus .minus,
.user-settings .head-important-list .radio-list-plus-minus .plus {
  width: 18px;
}
.user-settings .head-important-list .radio-list-plus-minus .radio-cnt {
  width: 23px;
}
.user-settings
  .head-important-list
  .radio-list-plus-minus
  .radio-list-plus
  input {
  margin-top: -3px;
}
.user-settings .side-right-column {
  float: right;
  width: 517px;
  padding-top: 22px;
  margin-right: 30px;
}
.user-settings .side-right-column h2 {
  padding-bottom: 1px;
}
.user-settings .side-right-column .movable-indicator {
  width: 275px;
  float: right;
  margin-right: 90px;
}
.user-settings .side-right-column .movable-indicator .kof {
  position: absolute;
  font-size: 21px;
  left: -35px;
  top: 19px;
}
.user-settings .side-right-column .movable-indicator .tot {
  position: absolute;
  left: 106%;
  font-size: 21px;
  white-space: nowrap;
  top: 19px;
}
.user-settings .side-right-column .b-movable-indicator .label {
  width: 135px;
}
.user-settings .side-right-column .b-movable-indicator.sec {
  margin: 7px 0 -7px;
}
.user-settings .side-right-column .default-table {
  font-size: 21px;
  margin-top: 42px;
  width: 720px;
}
.user-settings .side-right-column .default-table .table-col {
  line-height: 22px;
}
.user-settings.history .side-column {
  width: 221px;
}
.user-settings.history .side-column:first-child {
  width: 960px;
}
.rating-info {
  width: 360px;
  margin: 3px 0 42px;
}
.rating-info .rating-info-row {
  width: auto;
  zoom: 1;
  padding-bottom: 1px;
}
.rating-info .rating-info-row:after {
  clear: both;
}
.rating-info .rating-info-row:after,
.rating-info .rating-info-row:before {
  display: table;
  line-height: 0;
  content: "";
}
.rating-info .rating-info-row .label {
  float: left;
  width: 270px;
}
.rating-info .rating-info-row .amount {
  float: right;
  width: 75px;
  text-align: right;
  padding-bottom: 5px;
  position: relative;
}
.rating-info .rating-info-row .amount .explaining {
  position: absolute;
  top: 0;
  left: 103%;
  text-align: left;
}
.correspondences {
  text-align: right;
  width: 265px;
  margin-top: 29px;
}
.correspondences .label {
  float: left;
  width: 230px;
}
.correspondences .amount {
  float: right;
  width: 30px;
}
.given-out-codes {
  margin: 81px 370px 0 0;
}
.given-out-codes h2 {
  padding-bottom: 14px;
}
.given-out-codes .default-table .table-col {
  padding-top: 5px;
  padding-bottom: 5px;
}
.admin-edit-profile {
  margin: 22px 0 0;
}
.admin-edit-profile .load-userpic {
  float: left;
  width: 220px;
  text-align: center;
}
.admin-edit-profile .load-userpic .loader-userpic {
  padding: 0;
}
.admin-edit-profile .load-userpic .loader-userpic i {
  display: block;
  font-style: italic;
  color: #b8b8b8;
  font-size: 14px;
  margin-top: -5px;
}
.admin-edit-profile .load-userpic .loader-userpic .error {
  text-align: center;
}
.admin-edit-profile .load-userpic .user-pic-crop {
  height: 200px;
  width: 200px;
  margin: 0 auto 24px;
}
.admin-edit-profile .load-userpic .user-pic-crop .button-upload {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 6;
  margin: -15px 0 0 -67px;
}
.admin-edit-profile .load-userpic .user-pic-crop .upload-overlay {
  display: none;
  height: 100%;
  width: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #000;
  opacity: 0.5;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
.admin-edit-profile .load-userpic .user-pic-crop.loaded .button-upload {
  display: none;
}
.admin-edit-profile .load-userpic .user-pic-crop.loaded:hover .button-upload,
.admin-edit-profile .load-userpic .user-pic-crop.loaded:hover .upload-overlay {
  display: block;
}
.admin-edit-profile .load-userpic .user-pic-crop.error .button-upload {
  top: 126px;
  margin-top: 0;
}
.admin-edit-profile .load-userpic .user-pic-crop.error .bride-userpic-error {
  position: absolute;
  top: 68px;
  left: 0;
  z-index: 2;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  width: 100%;
}
.admin-edit-profile .load-userpic .user-pic-crop.error .upload-overlay {
  display: block;
  background-color: #d85959;
  opacity: 0.9;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}
.admin-edit-profile form {
  float: right;
  margin: 2px 0 0;
  width: 905px;
}
.admin-edit-profile form .row-fluid {
  margin-bottom: 10px;
}
.admin-edit-profile form .row-fluid.indent {
  margin-bottom: 31px;
}
.admin-edit-profile form .row-fluid.indent-small {
  margin-bottom: 21px;
}
.admin-edit-profile form .row-fluid.price-row {
  padding: 12px 0 9px;
}
.admin-edit-profile form .row-fluid .row-fluid {
  margin-bottom: 0;
}
.admin-edit-profile form .row-fluid .label {
  float: left;
  width: 118px;
}
.admin-edit-profile form .row-fluid .r-col {
  float: left;
  width: 379px;
  position: relative;
}
.admin-edit-profile form .row-fluid .r-col .movable-indicator {
  width: 379px;
  margin: -20px 0 2px;
}
.admin-edit-profile form .row-fluid .r-col .movable-indicator .grad.sec {
  width: 50px;
  left: 165px;
  text-align: center;
}
.admin-edit-profile form .row-fluid .r-col .movable-indicator .grad.four {
  right: 0;
}
.admin-edit-profile form .row-fluid .r-col .prmt {
  position: absolute;
  color: #7c7c7c;
  font-size: 14px;
  font-style: italic;
  top: 2px;
  left: 103%;
  width: 150px;
  margin-left: 5px;
  line-height: 18px;
}
.admin-edit-profile form .row-fluid .r-col .brd {
  padding: 0;
  width: 361px;
  border: 0;
  height: auto;
}
.admin-edit-profile form .row-fluid .r-col .brd input {
  float: none;
  height: 20px;
  font-size: 16px;
  line-height: 21px;
  padding: 0 8px 1px;
  border: 1px solid #e4e4e4;
}
.admin-edit-profile form .row-fluid .r-col .brd.input-large {
  width: 213px;
}
.admin-edit-profile form .row-fluid .r-col .brd.input-small {
  width: 92px;
  float: left;
  margin-left: 22px;
}
.admin-edit-profile form .row-fluid .r-col .brd.input-small:first-child {
  margin: 0;
}
.admin-edit-profile form .row-fluid .r-col .brd.input-small.phone-code {
  width: 133px;
}
.admin-edit-profile form .row-fluid .r-col .brd.autocmplt input {
  width: 347px;
  padding-right: 22px;
}
.admin-edit-profile form .row-fluid .r-col .brd-texta {
  width: 361px;
}
.admin-edit-profile form .row-fluid .r-col .brd-texta textarea {
  height: 125px;
  font-size: 16px;
}
.admin-edit-profile form .row-fluid .r-col .plus-phone {
  position: absolute;
  left: -15px;
  top: 2px;
  color: #7c7c7c;
  font-size: 13px;
}
.admin-edit-profile form .row-fluid .r-col .checkbox-row {
  font-size: 16px;
  color: #605f5f;
}
.admin-edit-profile form .row-fluid .r-col .to-activate {
  position: absolute;
  left: 103%;
  width: 250px;
  margin-left: 2px;
  top: 0;
}
.admin-edit-profile form .row-fluid .r-col .to-activate span {
  display: block;
  float: left;
  width: 128px;
}
.admin-edit-profile form .row-fluid .r-col .to-activate.disabled span {
  color: #7c7c7c;
}
.admin-edit-profile form .row-fluid .r-col .default-button-large.fixed {
  margin-top: 9px;
}
.edit-portfolio {
  margin-top: 25px;
}
.edit-portfolio .edit-portfolio-title .b-tabs-buttons {
  float: left;
  margin: 10px 0 0;
}
.edit-portfolio .edit-portfolio-title .b-tabs-buttons li h2 {
  padding: 0 14px 0 0;
  margin-top: -1px;
}
.edit-portfolio .edit-portfolio-title .promt-sortable {
  position: relative;
  text-align: left;
  font-size: 14px;
  padding: 1px 0 22px;
}
.edit-portfolio .edit-portfolio-title .promt-sortable span {
  display: inline-block;
  padding-left: 27px;
  position: relative;
}
.edit-portfolio .edit-portfolio-title .promt-sortable span .ico {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 1px;
  top: 2px;
  background-image: url(/images/icons-and-logos.png);
  background-repeat: no-repeat;
  background-position: 0 -488px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .edit-portfolio .edit-portfolio-title .promt-sortable span .ico {
    background-image: url(/images/icons-and-logos@2x.png);
    background-size: 91px 1500px;
    background-position: 0 -488px;
  }
}
.portfolio-list {
  overflow: hidden;
  margin-bottom: 32px;
}
.portfolio-list .portfolio-list-ins {
  width: 105%;
}
.portfolio-list .portfolio-list-ins .portfolio-list-item {
  float: left;
  height: 228px;
  width: 228px;
  margin: 8px 15px 7px 0;
  position: relative;
}
.portfolio-list .portfolio-list-ins .portfolio-list-item .loader {
  position: absolute;
}
.portfolio-list .portfolio-list-ins .portfolio-list-item img {
  position: relative;
  z-index: 1;
}
.portfolio-list .portfolio-list-ins .portfolio-list-item .shadow {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: none;
}
.portfolio-list .portfolio-list-ins .portfolio-list-item .b-button {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 52px;
  background: #171717;
  text-align: center;
  padding-top: 30px;
  display: none;
}
.portfolio-list .portfolio-list-ins .portfolio-list-item.history {
  height: 82px;
  width: 100%;
  margin: 0 0 25px;
}
.portfolio-list .portfolio-list-ins .portfolio-list-item .opacity {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.45;
  filter: alpha(opacity=45);
  top: 0;
  left: 0;
  display: none;
}
.portfolio-list .portfolio-list-ins .portfolio-list-item.load .opacity {
  background: #fff;
  display: block;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.portfolio-list .portfolio-list-ins .portfolio-list-item:hover .opacity,
.portfolio-list .portfolio-list-ins .portfolio-list-item:hover .up-block {
  display: block;
}
.portfolio-list .portfolio-list-ins .portfolio-list-item.error .opacity {
  background: #d85959;
  display: block;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.portfolio-list .portfolio-list-ins .portfolio-list-item.error .error-text {
  position: relative;
  color: #fff;
  z-index: 3;
  text-align: center;
  padding: 0 10px;
  line-height: 22px;
}
.portfolio-list
  .portfolio-list-ins
  .portfolio-list-item.error
  .error-text
  .error-text-top {
  height: 65px;
  display: table-cell;
  width: 157px;
  vertical-align: bottom;
  padding-bottom: 6px;
  text-align: center;
}
.portfolio-list
  .portfolio-list-ins
  .portfolio-list-item.error
  .error-text
  .error-text-top
  span {
  display: inline-block;
  width: 157px;
  word-wrap: break-word;
}
.portfolio-list
  .portfolio-list-ins
  .portfolio-list-item.error
  .error-text
  .error-text-bott {
  height: 100px;
}
.portfolio-list .portfolio-list-ins .portfolio-list-item:hover .b-button,
.portfolio-list .portfolio-list-ins .portfolio-list-item:hover .shadow {
  display: block;
}
.admin-portfolio-history {
  text-align: left;
  position: relative;
  height: 82px;
}
.admin-portfolio-history .shadow {
  width: 1200px !important;
}
.admin-portfolio-history .edit-history {
  height: 52px;
  width: 310px;
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  background: #171717;
  padding: 30px 0 0 30px;
  display: none;
}
.admin-portfolio-history .edit-history .default-button {
  margin-left: 18px;
}
.admin-portfolio-history .portfolio-history-photos-list {
  height: 100%;
}
.admin-portfolio-history .portfolio-history-photos-list .photos-list-item {
  height: 82px;
  width: 82px;
  margin-left: 4px;
  float: left;
}
.admin-portfolio-history
  .portfolio-history-photos-list
  .photos-list-item:first-child {
  margin-left: 0;
}
.admin-portfolio-history:hover .edit-history {
  display: block;
}
.admin-photo-detail {
  border-top: 1px solid #e1e1e1;
  margin: 15px 0 0;
  position: relative;
  min-height: 25px;
}
.admin-photo-detail .toggle-button {
  position: absolute;
  top: -12px;
  left: 50%;
  margin-left: -23px;
  width: 27px;
}
.admin-photo-detail .toggle-button span {
  background-image: url(/images/arrows/arrows.png);
  background-repeat: no-repeat;
  background-position: 5px -377px;
  display: block;
  height: 100%;
  width: 100%;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .admin-photo-detail .toggle-button span {
    background-image: url(/images/arrows/arrows@2x.png);
    background-size: 16px 450px;
    background-position: 5px -377px;
  }
}
.admin-gallery {
  margin-bottom: 34px;
}
.admin-gallery .prewiev {
  height: 800px;
  position: relative;
}
.admin-gallery .prewiev .arrows {
  position: absolute;
  top: 50%;
  height: 91px;
  width: 53px;
  margin-top: -46px;
}
.admin-gallery .prewiev .arrows span {
  display: block;
  height: 43px;
  width: 23px;
  background-image: url(/images/gfx/gallery-arrows.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  margin: 24px 0 0 23px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .admin-gallery .prewiev .arrows span {
    background-image: url(/images/gfx/gallery-arrows@2x.png);
    background-size: 46px 43px;
    background-position: 0 0;
  }
}
.admin-gallery .prewiev .arrows.prev {
  left: -53px;
}
.admin-gallery .prewiev .arrows.next {
  right: -53px;
}
.admin-gallery .prewiev .arrows.next span {
  background-position: -23px 0;
  margin: 24px 0 0 6px;
}
.admin-gallery .buttons-wrapper {
  height: 23px;
  margin: 15px 0;
  text-align: center;
  position: relative;
}
.admin-gallery .buttons-wrapper .b-tabs-buttons {
  display: inline-block;
}
.admin-gallery .buttons-wrapper .b-tabs-buttons.right {
  right: 0;
  position: absolute;
}
.admin-gallery .buttons-wrapper .b-tabs-buttons.right li {
  float: right;
  margin-left: 7px;
}
.admin-gallery .buttons-wrapper .b-tabs-buttons.centr li {
  margin: 0 10px;
}
.admin-gallery .buttons-wrapper .b-tabs-buttons.centr li * {
  vertical-align: top;
}
.admin-gallery .buttons-wrapper .b-tabs-buttons.centr .amount-like {
  display: inline-block;
  border: 1px solid #eaeaea;
  height: 21px;
  padding: 0 5px;
  color: #5e5e5e;
  font-size: 14px;
  line-height: 22px;
  background: #f7f7f7;
  margin-left: 5px;
  position: relative;
  cursor: pointer;
}
.admin-gallery .buttons-wrapper .b-tabs-buttons.centr .amount-like .arrow {
  position: absolute;
  top: 6px;
  left: -6px;
  height: 9px;
  width: 6px;
  background-image: url(/images/arrows/arrows.png);
  background-repeat: no-repeat;
  background-position: 0 -398px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .admin-gallery .buttons-wrapper .b-tabs-buttons.centr .amount-like .arrow {
    background-image: url(/images/arrows/arrows@2x.png);
    background-size: 16px 450px;
    background-position: 0 -398px;
  }
}
.admin-gallery .thumbs {
  overflow: hidden;
  height: 168px;
}
.admin-gallery .thumbs ul {
  width: 300%;
}
.admin-gallery .thumbs ul li {
  float: left;
  margin-right: 2px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: pointer;
  position: relative;
  height: 168px;
  width: 168px;
}
.admin-gallery .thumbs ul li.active,
.admin-gallery .thumbs ul li:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.admin-gallery .thumbs ul li .thumb-ero-zone {
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url(/images/pictures/gallery/thumbs/thumbs-ero.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .admin-gallery .thumbs ul li .thumb-ero-zone {
    background-image: url(/images/pictures/gallery/thumbs/thumbs-ero@2x.jpg);
    background-size: 168px 168px;
    background-position: 0 0;
  }
}
.admin-gallery .thumbs ul li .thumb-video-zone {
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url(/images/backgrounds/gallery-prew-bg.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .admin-gallery .thumbs ul li .thumb-video-zone {
    background-image: url(/images/backgrounds/gallery-prew-bg@2x.png);
    background-size: 168px 168px;
    background-position: 0 0;
  }
}
.photo-statistic {
  margin-top: 16px;
}
.photo-statistic .explaining {
  color: #7c7c7c;
  font-size: 16px;
}
.photo-statistic .table-wrap {
  width: 680px;
  margin-top: 14px;
}
.photo-statistic .table-wrap .attention {
  padding: 3px 9px;
  display: inline-block;
  word-spacing: 1px;
  background: #a8bf4c;
  color: #fff;
  margin-bottom: 36px;
  white-space: nowrap;
}
.photo-statistic .table-wrap .default-table {
  margin: -5px 0 35px;
}
.photo-statistic .full-rating-clickable {
  cursor: pointer;
  border-bottom: 1px dotted blue;
}
.photo-statistic .rating-description-expandable {
  display: none;
}
.log-pending {
  padding-top: 11px;
}
.log-pending h2 {
  padding-bottom: 10px;
}
.log-pending .log-pending-row {
  min-height: 225px;
  margin: 25px 0 6px;
  overflow: hidden;
}
.log-pending .log-pending-row .log-pending-photos {
  float: left;
  width: 697px;
  margin-top: 5px;
}
.log-pending .log-pending-row .log-pending-photos li {
  float: left;
  margin-right: 12px;
}
.log-pending .log-pending-row .log-pending-buttons {
  float: right;
  width: 496px;
  position: relative;
  min-height: 225px;
}
.log-pending .log-pending-row .log-pending-buttons .submit {
  position: absolute;
  bottom: 0;
  left: 0;
}
.log-pending .log-pending-row .log-pending-buttons .log-pending-head {
  overflow: hidden;
}
.log-pending .log-pending-row .log-pending-buttons .log-pending-head a {
  margin-right: 6px;
}
.log-pending
  .log-pending-row
  .log-pending-buttons
  .log-pending-head
  a:first-child {
  margin-right: 15px;
}
.log-pending .log-pending-row .log-pending-buttons .log-decline-reasons {
  margin-top: 21px;
}
.log-pending .log-pending-row .log-pending-buttons .log-decline-reasons li {
  float: none;
  font-size: 15px;
  margin-bottom: 5px;
}
.log-pending .log-pending-row:first-of-type {
  margin: 0 0 30px;
}
.account-history {
  margin-bottom: 8px !important;
}
.account-history .table-row .table-col {
  padding-top: 0;
  padding-bottom: 8px;
  height: 18px;
}
.account-history .table-row .table-col.no-wrap {
  white-space: nowrap;
}
.banner-page .admin-main-title {
  padding-bottom: 15px;
}
.add-banner-page .admin-main-title {
  padding-bottom: 16px;
}
.add-banner-page .b-bnr .bnr.s-220-400 {
  margin-bottom: 25px;
}
.add-banner-page .b-bnr .bnr.b-text {
  margin-bottom: 46px;
}
.billing-page .admin-main-title {
  padding-bottom: 9px;
}
.billing-city-page .admin-main-title {
  padding-bottom: 16px;
}
.billing-fotodom-page .admin-main-title {
  padding-bottom: 9px;
}
.billing-fotodom-page .default-table .table-row.empty {
  height: 30px;
}
.billing-fotodom-page .default-table .table-row .table-col {
  line-height: 20px;
}
.billing-fotodom-years-page .admin-main-title {
  padding-bottom: 9px;
}
.billing-fotodom-years-page .more-link {
  margin-top: 40px;
}
.billing-hands .admin-main-title {
  padding-bottom: 11px;
}
.billing-mail .admin-main-title {
  padding-bottom: 10px;
}
.billing-mail .ribbon-of-months {
  margin-bottom: 20px;
}
.billing-mail .default-table .table-row .table-col {
  line-height: 20px;
  padding: 5px 10px;
}
.billing-place .admin-main-title {
  padding-bottom: 16px;
}
.billing-place .statistics {
  padding: 26px 34px 33px;
  margin-bottom: 23px;
}
.billing-place .statistics .statistics-column-mini {
  width: 222px;
}
.billing-pro-page .admin-main-title {
  padding-bottom: 16px;
}
.billing-wait-payment-page .admin-main-title {
  padding-bottom: 10px;
}
.admin-competition-page .admin-main-title {
  padding-bottom: 15px;
}
.admin-competition-page .default-table .table-row .table-col {
  padding: 6px 10px;
}
.admin-competition-page .default-table .table-row .table-col:first-child {
  padding-left: 0;
}
.admin-competition-page .default-table .table-head .table-col {
  padding-bottom: 8px;
}
.admin-competition-page
  .default-table
  .table-body
  .table-row:first-child
  .table-col {
  padding-top: 21px;
}
.admin-mail-page .deliveries-tabs {
  margin: 10px 0 23px;
}
.admin-mail-page .default-table .table-row .table-col {
  padding: 5px 10px;
}
.admin-mail-page .default-table .table-row .table-col:first-child {
  padding-left: 0;
}
.admin-mail-send-nick-page .admin-main-title,
.admin-mail-send-page .admin-main-title {
  padding-bottom: 16px;
}
.admin-moder-log-page .admin-main-title {
  padding-bottom: 15px;
}
.admin-moder-log-page .default-table .table-head .table-col {
  padding-bottom: 12px;
  border-color: #838383;
}
.admin-moder-log-page .default-table .table-body .table-row .table-col {
  padding-top: 17px;
  padding-bottom: 15px;
}
.admin-moder-log-page
  .default-table
  .table-body
  .table-row:first-child
  .table-col {
  padding-top: 18px;
}
.admin-moder-log-conf-page .b-tabs-buttons.with-ind {
  margin-bottom: 26px;
}
.admin-moder-log-conf-page .default-table {
  margin-bottom: 55px;
}
.admin-moder-log-conf-page .default-table .table-head .table-col {
  padding-bottom: 12px;
  border-color: #838383;
}
.admin-moder-log-conf-page .default-table .table-body .table-row .table-col {
  padding-top: 17px;
  padding-bottom: 15px;
}
.admin-moder-log-conf-page
  .default-table
  .table-body
  .table-row:first-child
  .table-col {
  padding-top: 18px;
}
.admin-photo-page .admin-main-title {
  padding: 23px 0 6px;
}
.admin-rate-page .admin-main-title {
  padding-bottom: 27px;
}
.admin-user-ban-page .user-settings .side-column h2 {
  padding-bottom: 25px;
}
.edit-portfolio-page .admin-main-title,
.edit-profile-page .admin-main-title {
  padding-bottom: 22px;
}
.admin-winners-page .admin-main-title .b-tabs-buttons {
  margin-top: 3px;
}
.admin-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 31px;
  min-width: 1200px;
  width: 100%;
  z-index: 10021;
}
.admin-footer a:hover {
  color: #fff;
}
.foot-menu {
  position: relative;
  background: #2e2e2e;
}
.foot-menu .nav {
  height: 31px;
}
.foot-menu .nav li {
  float: left;
  margin-left: 19px;
}
.foot-menu .nav li a {
  color: #aaa9a9;
  display: block;
  height: 31px;
  line-height: 30px;
  text-decoration: none;
  background-image: url(/images/arrows/arrows.png);
  background-repeat: no-repeat;
  background-position: 50% -150000px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .foot-menu .nav li a {
    background-image: url(/images/arrows/arrows@2x.png);
    background-size: 16px 450px;
    background-position: 50% -150000px;
  }
}
.foot-menu .nav li a:hover {
  color: #fff;
}
.foot-menu .nav li.active > a {
  color: #fff;
  background-position: 50% 0;
}
.foot-menu .nav li.active .sub-menu {
  display: block;
}
.foot-menu .nav li.active-second > a {
  color: #fff;
  background-position: 50% -429px;
}
.foot-menu .nav li:first-child {
  margin: 0;
}
.foot-menu .sub-menu {
  width: 100%;
  height: 31px;
  background: #bcbcbc;
  position: absolute;
  bottom: 31px;
  left: 0;
  z-index: 101;
  display: none;
}
.foot-menu .sub-menu ul {
  width: 1200px;
  margin: 0 auto;
}
.foot-menu .sub-menu ul li a {
  color: #2e2e2e;
}
.foot-menu .sub-menu ul li.active a {
  background-position: 50% -45px;
}
.admin-footer .godmode-button {
  display: block;
  width: 102px;
  padding-left: 26px;
  height: 31px;
  line-height: 32px;
  color: #aaa9a9;
  position: absolute;
  bottom: 0;
  right: 50%;
  z-index: 105;
  margin-right: -600px;
  font-size: 14px;
  background: #2e2e2e;
  text-decoration: none;
}
#admin-main {
  position: relative;
  width: 100%;
  min-width: 1200px;
}
.admin-punisher {
  clear: both;
  height: 31px;
}
.b-control-buttons {
  height: 20px;
}
.b-control-buttons .control-buttons {
  float: right;
  height: 20px;
  width: 20px;
  background-image: url(/images/gfx/control-buttons-ico.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-left: 5px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .b-control-buttons .control-buttons {
    background-image: url(/images/gfx/control-buttons-ico@2x.png);
    background-size: 60px 81px;
    background-position: 0 0;
  }
}
.b-control-buttons .control-buttons a {
  display: block;
  height: 20px;
  width: 20px;
}
.b-control-buttons .control-buttons.play {
  background-position: 0 0;
}
.b-control-buttons .control-buttons.play:hover {
  background-position: 0 -20px;
}
.b-control-buttons .control-buttons.play.active {
  background-position: 0 -40px;
}
.b-control-buttons .control-buttons.play.disabled {
  background-position: 0 -60px;
}
.b-control-buttons .control-buttons.pause {
  background-position: -20px 0;
}
.b-control-buttons .control-buttons.pause:hover {
  background-position: -20px -20px;
}
.b-control-buttons .control-buttons.pause.active {
  background-position: -20px -40px;
}
.b-control-buttons .control-buttons.pause.disabled {
  background-position: -20px -60px;
}
.b-control-buttons .control-buttons.delete {
  background-position: -40px 0;
}
.b-control-buttons .control-buttons.delete:hover {
  background-position: -40px -20px;
}
.b-control-buttons .control-buttons.delete.active {
  background-position: -40px -40px;
}
.b-control-buttons .control-buttons.delete.disabled {
  background-position: -40px -60px;
}
.admin-brd-texta {
  width: auto;
  padding: 2px 0 2px 5px;
  height: auto;
}
.admin-brd-texta textarea {
  height: 100px;
  resize: none;
  overflow: auto;
  background: transparent;
}
.brd-texta textarea,
.brd input {
  background: #f6f6f6;
  width: 100%;
  border: 0;
  display: block;
}
.brd.autocmplt {
  padding-right: 22px;
}
.brd-texta.disabled,
.brd.disabled {
  background: #fcfcfc;
  -webkit-box-shadow: inset 0 2px 4px #f5f5f5;
  -moz-box-shadow: inset 0 2px 4px #f5f5f5;
  box-shadow: inset 0 2px 4px #f5f5f5;
  border-color: #fafafa;
}
.brd-texta.disabled textarea,
.brd.disabled input {
  color: #7c7c7c;
  background: transparent;
}
.ui-datepicker {
  width: 17em;
  padding: 12px;
  display: none;
  border: 1px solid #e1e1e1;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding-bottom: 13px;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 2px;
  width: 9px;
  height: 17px;
  background-image: url(/images/arrows/arrows.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  cursor: pointer;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .ui-datepicker .ui-datepicker-next,
  .ui-datepicker .ui-datepicker-prev {
    background-image: url(/images/arrows/arrows@2x.png);
    background-size: 16px 450px;
    background-position: 0 0;
  }
}
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  display: none;
}
.ui-datepicker .ui-datepicker-prev {
  left: 6px;
  background-position: 0 -183px;
}
.ui-datepicker .ui-datepicker-next {
  right: 6px;
  background-position: 100% -207px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 15px;
  text-align: center;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}
.ui-datepicker tr:last-child td {
  border-bottom: 0;
}
.ui-datepicker td a.ui-state-hover {
  background: #eee;
}
.ui-datepicker td a.ui-state-active {
  background: #ffeeb3;
  color: #ac7916;
  -webkit-box-shadow: inset 0 4px 8px #ffce65;
  -moz-box-shadow: inset 0 4px 8px #ffce65;
  box-shadow: inset 0 4px 8px #ffce65;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker td,
.ui-datepicker th {
  text-align: center;
  color: #a2a2a2;
  font-weight: 400;
  border: 1px solid #eee;
  border-top: 0;
  border-right: 0;
}
.ui-datepicker td:first-child,
.ui-datepicker th:first-child {
  border-left: 0;
}
.ui-datepicker td a,
.ui-datepicker td span {
  display: block;
  padding: 0.2em;
  text-decoration: none;
}
.ui-datepicker-week-end .ui-state-default {
  color: #d64a4a;
}
.ui-state-custom {
  border: 1px solid #000;
}
.b-show-information {
  border: 2px dashed #e5e5e5;
  padding: 9px 4px 10px 21px;
}
.scroll-pane {
  height: 170px;
  width: 256px;
  overflow: hidden;
}
.jScrollPaneDrag {
  background: #b3b3b3;
  position: absolute;
  cursor: pointer;
  overflow: hidden;
}
.jScrollPaneDragTop {
  background-image: url(/images/gfx/scroll.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .jScrollPaneDragTop {
    background-image: url(/images/gfx/scroll@2x.jpg);
    background-size: 21px 3px;
    background-position: 0 0;
  }
}
.jScrollPaneDragBottom {
  background-image: url(/images/gfx/scroll.jpg);
  background-repeat: no-repeat;
  background-position: -14px 0;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .jScrollPaneDragBottom {
    background-image: url(/images/gfx/scroll@2x.jpg);
    background-size: 21px 3px;
    background-position: -14px 0;
  }
}
a.jScrollArrowDown,
a.jScrollArrowUp {
  display: none;
}
.jScrollPaneContainer {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.jScrollPaneTrack {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  height: 100%;
}
.full-payments-list {
  margin-top: 15px;
}
.full-payments-list td {
  padding-right: 20px;
}
.payment-yaers-block {
  margin: 15px 0 10px;
}
.payments-blocks {
  display: flow-root;
}
.in-list-users h3 a.active {
  color: #343434;
  border-color: #343434;
}
.payments-left-block,
.payments-right-block {
  float: left;
  padding-right: 60px;
  width: 370px;
}
.payments-left-block table,
.payments-left-block tr,
.payments-right-block table,
.payments-right-block tr {
  vertical-align: top;
}
.payments-left-block td,
.payments-right-block td {
  padding-right: 15px;
}
.payments-left-block td.money-cell,
.payments-right-block td.money-cell {
  min-width: 60px;
  text-align: right;
}
.payments-left-block div.comment,
.payments-right-block div.comment {
  color: #7f7f7f;
}
.throw-payments-list table,
.withdraw-payments-list table {
  width: 700px;
}
.nikon-sale-list table {
  width: 1120px;
}
.nikon-sale-list table td.day,
.nikon-sale-list table td.order-num {
  width: 100px;
}
.nikon-sale-list table td.order-num {
  padding-left: 20px;
}
.nikon-sale-list table td.user-info {
  width: 500px;
}
.nikon-sale-list table td.order-info {
  width: 420px;
}
.nikon-sale-list table .comment {
  color: #7f7f7f;
}
.payments-right-block {
  float: right;
  width: 500px;
}
table.data-list {
  border-top: 1px solid #ccc;
  margin: 16px 0;
  width: 100%;
}
table.data-list td,
table.data-list th {
  border-bottom: 1px solid #ccc;
  padding: 8px;
  text-align: left;
  vertical-align: top;
}
table.data-list .fotodom-orders-number {
  width: 20%;
}
table.data-list .fotodom-orders-composition,
table.data-list .fotodom-orders-params {
  width: 40%;
}
#payments-arrow {
  background: url(/images/next2.gif) no-repeat scroll 0 0 transparent;
  height: 5px;
  margin-top: 10px;
  width: 11px;
}
.default-table.subscribe {
  margin-bottom: 40px;
}
.default-table.subscribe .table-col.title {
  width: 300px;
}
.default-table.deleted-users {
  margin-bottom: 40px;
}
.default-table.deleted-users .table-col.date {
  min-width: 145px;
}
table.rating td {
  padding-top: 16px;
  padding-bottom: 16px;
}
table.rating td.label {
  color: #7a7a7a;
  padding: 3px 14px 0 3px;
  text-align: right;
  width: 226px;
}
table.rating td.field {
  width: 691px;
}
table.rating .brd {
  width: 118px;
}
table.rating .brd input {
  width: 70px;
}
table.rating .brd span {
  text-align: right;
  margin-left: 8px;
  width: 40px;
  display: inline-block;
}
table.settings td {
  padding-top: 8px;
}
table.settings td.label {
  color: #7a7a7a;
  padding: 3px 14px 0 3px;
  text-align: right;
  width: 226px;
}
table.settings td.field {
  width: 691px;
}
table.award-config label {
  font-size: 14px;
}
div.rating-additional-rating-cnt,
div.rating-weight-cnt {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
form.admin-emails-form table,
form.admin-info-form table {
  width: 930px;
}
form.admin-emails-form table .field,
form.admin-info-form table .field {
  width: 691px;
}
form.admin-emails-form table td,
form.admin-info-form table td {
  padding-bottom: 16px;
  text-align: left;
  vertical-align: top;
}
form.admin-emails-form .brd,
form.admin-info-form .brd {
  width: 604px;
}
form.admin-emails-form .brd {
  width: 300px;
}
form.admin-emails-form .field {
  width: 400px;
}
form.admin-emails-form .label {
  width: 300px;
}
form.admin-discussion-form-add-form table,
form.admin-discussion-form-ny table,
form.admin-rule-form-add table {
  width: 630px;
}
form.admin-discussion-form-add-form table .brd,
form.admin-discussion-form-add-form table .field,
form.admin-discussion-form-ny table .brd,
form.admin-discussion-form-ny table .field,
form.admin-rule-form-add table .brd,
form.admin-rule-form-add table .field {
  width: 500px;
}
form.admin-rule-form-add table td {
  padding-top: 15px;
}
.city-add-form .brd,
.city-edit-form .brd,
.country-add-form .brd,
.country-edit-form .brd {
  display: inline-block;
  width: 120px;
}
.admin-nominations-list .admin-nomination-form {
  width: 300px;
  margin-left: 204px;
}
.admin-nominations-list .admin-nomination-form div.element {
  margin-top: 10px;
  margin-bottom: 10px;
}
.admin-nominations-list .admin-nomination-form div.remove {
  left: 284px;
  position: relative;
  width: 30px;
}
.admin-main-title .rules-sections-ul li.section {
  padding-left: 10px;
  float: left;
}
.rules-list-inside .rules-list-item .actions {
  width: 100%;
  margin-bottom: 12px;
}
.rules-list-inside .rules-list-item .actions img {
  cursor: pointer;
}
.rules-list-inside .rules-list-item .brd {
  width: 545px;
}
.rules-list .rules-save-questions-cnt {
  width: 200px;
  margin: 0 auto;
}
.in-admin-editportfolio .b-uploader {
  margin-top: 40px;
}
#payments-month-statistic table td {
  padding-right: 20px;
}
#payments-month-statistic table td:last-child {
  padding-right: 0;
}
#total-user-accounts-sum {
  margin-top: 20px;
}
.adm_city_table_wrap {
  margin: 0 auto;
  position: relative;
  display: table;
}
.adm_city_table_wrap .adm_city_search_row {
  width: auto;
  zoom: 1;
  margin-bottom: 40px;
}
.adm_city_table_wrap .adm_city_search_row .autocmplt {
  padding-left: 10px;
  width: 420px;
}
.adm_city_table_wrap .adm_city_search_row .error {
  color: red;
  margin-top: 10px;
}
.adm_city_table_wrap .adm_city_table td,
.adm_city_table_wrap .adm_city_table th {
  padding: 2px 5px;
  height: 25px;
}
.adm_city_table_wrap .adm_city_table td input {
  width: 50px;
}
.adm_city_table_wrap .adm_city_table td:last-child {
  width: 70px;
}
.adm_city_table_wrap .adm_city_table td .default-button {
  display: none;
}
.adm_city_table_wrap .adm_city_table tr:hover .default-button {
  display: block;
}
.adm_city_table_wrap .adm_but_save_city {
  position: absolute;
  top: 69px;
  right: -185px;
  padding: 1px 3px;
}
.adm_city_table_wrap .adm_but_save_city p {
  display: none;
}
.download-award-form {
  margin-bottom: 10px;
}
.mobile body,
.touch body {
  min-width: 1240px;
}
.chrome .cusel .cuselText {
  padding-top: 1px;
}
.chrome .title-author li .author-login.admin:after,
.chrome .title-author li .author-login.moderator:after,
.chrome .title-author li .author-login.pro:after {
  top: 2px;
  padding: 2px 3px;
}
.chrome .default-button-large,
.chrome .default-button-large.active,
.chrome .default-button-large.disabled,
.chrome .default-button-large:active,
.chrome .default-button-large:hover,
.chrome .default-button-xxlarge,
.chrome .default-button-xxlarge.active,
.chrome .default-button-xxlarge.disabled,
.chrome .default-button-xxlarge:active,
.chrome .default-button-xxlarge:hover {
  padding: 4px 16px 3px !important;
}
.chrome .choose-city .btns .city-select .city-select-row .select-text,
.chrome .choose-city .btns .city-select .city-select-row .select-text.active,
.chrome .choose-city .btns .city-select .city-select-row .select-text.disabled,
.chrome .choose-city .btns .city-select .city-select-row .select-text:active,
.chrome .choose-city .btns .city-select .city-select-row .select-text:hover,
.chrome .datepicker-button,
.chrome .datepicker-button.active,
.chrome .datepicker-button.disabled,
.chrome .datepicker-button:active,
.chrome .datepicker-button:hover,
.chrome .default-button,
.chrome .default-button.active,
.chrome .default-button.disabled,
.chrome .default-button:active,
.chrome .default-button:hover,
.chrome .gallery .buttons-wrapper .b-tabs-buttons.centr .amount-like,
.chrome .gallery .buttons-wrapper .b-tabs-buttons.centr .amount-like.active,
.chrome .gallery .buttons-wrapper .b-tabs-buttons.centr .amount-like.disabled,
.chrome .gallery .buttons-wrapper .b-tabs-buttons.centr .amount-like:active,
.chrome .gallery .buttons-wrapper .b-tabs-buttons.centr .amount-like:hover,
.chrome
  .gallery
  .buttons-wrapper
  .b-tabs-buttons
  li
  .switcher-button.like-me.disabled,
.chrome
  .gallery
  .buttons-wrapper
  .b-tabs-buttons
  li
  .switcher-button.like-me.disabled:active,
.chrome
  .story-view-nav
  .buttons-wrapper.story-view-detail-buttons
  .b-tabs-buttons
  li
  .amount-like,
.chrome
  .story-view-nav
  .buttons-wrapper.story-view-detail-buttons
  .b-tabs-buttons
  li
  .amount-like.active,
.chrome
  .story-view-nav
  .buttons-wrapper.story-view-detail-buttons
  .b-tabs-buttons
  li
  .amount-like.disabled,
.chrome
  .story-view-nav
  .buttons-wrapper.story-view-detail-buttons
  .b-tabs-buttons
  li
  .amount-like:active,
.chrome
  .story-view-nav
  .buttons-wrapper.story-view-detail-buttons
  .b-tabs-buttons
  li
  .amount-like:hover,
.chrome .switcher-button,
.chrome .switcher-button.active,
.chrome .switcher-button.disabled,
.chrome .switcher-button.first-child,
.chrome .switcher-button.first-child.active,
.chrome .switcher-button.first-child.disabled,
.chrome .switcher-button.first-child:active,
.chrome .switcher-button.first-child:hover,
.chrome .switcher-button:active,
.chrome .switcher-button:hover {
  padding-top: 4px;
  padding-bottom: 4px;
}
.chrome .story-view-nav .buttons-wrapper.story-view-detail-buttons .next-story {
  margin-top: 5px;
}
.chrome .billing-form-block .brd input {
  padding-top: 3px;
  padding-bottom: 3px;
}
.chrome
  .feedback-wrapper
  .feedback-table
  .section.captcha-element
  .captch-block
  .brd
  input {
  padding-top: 8px;
  padding-bottom: 8px;
}
.chrome .pagination .pagination-pages li a {
  height: 24px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.chrome .pagination .pagination-pages li.active {
  padding-top: 3px;
  padding-bottom: 3px;
  height: 20px;
}
.ie7 .brd.input-xxxlarge input,
.ie8 .brd.input-xxxlarge input {
  line-height: 37px;
}
.mac .notice {
  line-height: 14px;
  margin-top: 0;
  padding: 3px 6px 2px;
}
.mac .inner-page-menu li.create-new-theme {
  padding: 3px 9px;
  margin: -4px 0 0;
}
.mac .title-author li .author-login.admin:after,
.mac .title-author li .author-login.moderator:after,
.mac .title-author li .author-login.pro:after {
  top: 1px;
  padding: 3px 3px 1px;
}
.mac .main-menu .login-nav li .link,
.mac .main-menu .toolbar-nav li .link,
.mac .main-menu .user-nav li .link {
  padding: 4px 10px 3px;
}
.mac .main-menu .login-nav li.active .link,
.mac .main-menu .toolbar-nav li.active .link,
.mac .main-menu .user-nav li.active .link {
  padding: 4px 9px 3px;
}
.mac .buttons-group.events-filter .default-button,
.mac .buttons-group.events-filter .default-button.active,
.mac .buttons-group.events-filter .default-button.disabled,
.mac .buttons-group.events-filter .default-button:active,
.mac .buttons-group.events-filter .default-button:hover,
.mac .choose-city .btns .city-select .city-select-row .select-text,
.mac .choose-city .btns .city-select .city-select-row .select-text.active,
.mac .choose-city .btns .city-select .city-select-row .select-text.disabled,
.mac .choose-city .btns .city-select .city-select-row .select-text:active,
.mac .choose-city .btns .city-select .city-select-row .select-text:hover,
.mac .default-button,
.mac .default-button.active,
.mac .default-button.disabled,
.mac .default-button:active,
.mac .default-button:hover,
.mac .gallery .buttons-wrapper .b-tabs-buttons.centr .amount-like,
.mac .gallery .buttons-wrapper .b-tabs-buttons.centr .amount-like.active,
.mac .gallery .buttons-wrapper .b-tabs-buttons.centr .amount-like.disabled,
.mac .gallery .buttons-wrapper .b-tabs-buttons.centr .amount-like:active,
.mac .gallery .buttons-wrapper .b-tabs-buttons.centr .amount-like:hover,
.mac
  .gallery
  .buttons-wrapper
  .b-tabs-buttons
  li
  .switcher-button.like-me.disabled,
.mac
  .gallery
  .buttons-wrapper
  .b-tabs-buttons
  li
  .switcher-button.like-me.disabled:active,
.mac
  .story-view-nav
  .buttons-wrapper.story-view-detail-buttons
  .b-tabs-buttons
  li
  .amount-like,
.mac
  .story-view-nav
  .buttons-wrapper.story-view-detail-buttons
  .b-tabs-buttons
  li
  .amount-like.active,
.mac
  .story-view-nav
  .buttons-wrapper.story-view-detail-buttons
  .b-tabs-buttons
  li
  .amount-like.disabled,
.mac
  .story-view-nav
  .buttons-wrapper.story-view-detail-buttons
  .b-tabs-buttons
  li
  .amount-like:active,
.mac
  .story-view-nav
  .buttons-wrapper.story-view-detail-buttons
  .b-tabs-buttons
  li
  .amount-like:hover,
.mac .switcher-button,
.mac .switcher-button.active,
.mac .switcher-button.disabled,
.mac .switcher-button.first-child,
.mac .switcher-button.first-child.active,
.mac .switcher-button.first-child.disabled,
.mac .switcher-button.first-child:active,
.mac .switcher-button.first-child:hover,
.mac .switcher-button:active,
.mac .switcher-button:hover {
  padding-top: 4px;
  padding-bottom: 4px;
}
.mac .choose-city .btns .city-select .city-select-row .select-arrow {
  padding-top: 9px;
  padding-bottom: 9px;
}
.mac .photographers-locations .photographers-locations-list .link-more:after {
  bottom: 2px;
}
.mac
  .story-view-nav
  .buttons-wrapper.story-view-detail-buttons
  .next-story
  .ico-default {
  top: 2px;
}
.in-member .profile-view,
.in-photographer .profile-view {
  z-index: 5;
}
.fiter {
  width: 200px;
}
.great-request,
.great-request li {
  padding-top: 10px;
}
.great-request li .label {
  float: left;
  width: 128px;
  color: #383737;
  padding-top: 4px;
}
.great-request li .r-column {
  margin: 0 0 0 128px;
  position: relative;
}
.great-request li .r-column .brd {
  height: 24px;
  border-color: #e1e1e1;
  padding: 0 10px;
  width: 340px;
}
.great-request li .r-column select.brd {
  padding: 2px 0 2px 10px;
  width: 285px;
  height: 24px !important;
}
.great-request li .r-column textarea.brd {
  padding: 10px;
  width: 530px !important;
  height: 160px;
}
.great-request li .r-column #forum_topic_photos.ui-sortable {
  padding-top: 50px;
}
.great-request li .b-calendar {
  height: 26px;
}
.great-request li .b-calendar .day {
  float: left;
  position: relative;
}
.great-request li .b-calendar .day .brd {
  width: 105px;
  background: url(/images/tenders/calendar.png) no-repeat 95% 50%;
}
.great-request li .b-calendar .ind {
  height: 13px;
  float: left;
  width: 13px;
  border-bottom: 1px solid #383737;
  margin: 0 9px;
}
.great-request li .price {
  position: relative;
}
.great-request li .price .brd {
  width: 105px;
}
.great-request li .price .rouble {
  font: 18px/18px Rouble;
  position: absolute;
  top: 5px;
  left: 130px;
}
.great-request li .load-text-under {
  padding: 20px 0;
}
.projects-list .list-item {
  margin-bottom: 40px;
}
.projects-list .list-item .projects-list-title {
  overflow: hidden;
}
.projects-list .list-item .projects-list-title .name {
  float: left;
}
.projects-list .list-item .projects-list-title .summ {
  float: right;
}
.projects-list .list-item .projects-list-title .summ .rouble {
  text-decoration: line-through;
}
#autocomplete-city-tender {
  position: absolute;
  z-index: 50;
  background: #f0f0f0;
  width: 362px;
}
.in-forum-tender #content,
.in-forum-tender #content2,
.in-forum-tenders #content,
.in-forum-tenders #content2 {
  min-height: 0;
  position: relative;
}
.fiter > a {
  text-decoration: none;
  border-bottom: 1px dotted #1992ba;
  color: #1992ba;
}
.fiter > a:hover {
  color: #00769c;
}
.fiter .great-request {
  padding-top: 3px;
}
.fiter .great-request li {
  padding-top: 9px;
}
.fiter .great-request li .r-column {
  margin: 0;
}
.fiter .great-request li .b-calendar .ind {
  margin: 0 3px;
  width: 4px;
}
.fiter .great-request li .b-calendar .day .brd {
  width: 83px;
  background: url(/images/tenders/calendar-mini.png) no-repeat 95% 5px;
  padding: 0 5px;
  font: 12px Arial, Helvetica, sans-serif;
  height: 22px;
}
.fiter .great-request li .great-request-low-title {
  font-size: 13px;
  color: #383737;
  display: block;
}
.fiter .great-request li .r-column select.brd {
  width: 199px;
  height: 22px !important;
  padding-left: 5px;
}
.in-forum-tender .fiter .brd,
.in-forum-tenders .fiter .brd {
  border-color: #e1e1e1;
  height: 24px;
  padding: 0 5px;
  width: 188px;
}
.in-forum-tender .fiter #autocomplete-city-tender,
.in-forum-tenders .fiter #autocomplete-city-tender {
  background: none repeat scroll 0 0 #f0f0f0;
  position: absolute;
  width: 200px;
  z-index: 50;
}
.slider-range {
  height: 22px;
}
.slider-range .slider-range-visual {
  width: 8px;
  height: 15px;
  margin-left: 2px;
  background: url(/images/rage-slider.png) no-repeat;
  display: inline-block;
}
.slider-range .slider-range-visual.slider-range-visual-1 {
  background-position: -2px -1px;
}
.slider-range .slider-range-visual.slider-range-visual-2 {
  background-position: -11px -1px;
}
.slider-range .slider-range-visual.slider-range-visual-3 {
  background-position: -22px -1px;
}
.slider-range .slider-range-visual.slider-range-visual-4 {
  background-position: -31px -1px;
}
.slider-range .slider-range-visual.slider-range-visual-5 {
  background-position: -41px -1px;
}
.slider-range .slider-range-visual.slider-range-visual-6 {
  background-position: -51px -1px;
}
.slider-range .slider-range-visual.slider-range-visual-7 {
  background-position: -61px -1px;
}
.slider-range .slider-range-visual.slider-range-visual-8 {
  background-position: -71px -1px;
}
.slider-range .slider-range-visual.slider-range-visual-9 {
  background-position: -81px -1px;
}
.slider-range .slider-range-visual.slider-range-visual-10 {
  background-position: -91px -1px;
}
.slider-range .slider-range-visual.slider-range-visual-11 {
  background-position: -101px -1px;
}
.slider-range .slider-range-visual.slider-range-visual-12 {
  background-position: -112px -1px;
}
.slider-range .slider-range-visual.slider-range-visual-13 {
  background-position: -122px -1px;
}
.slider-range .slider-range-visual.slider-range-visual-14 {
  background-position: -132px -1px;
}
.slider-range .slider-range-visual.slider-range-visual-15 {
  background-position: -141px -1px;
}
.slider-range .slider-range-visual.slider-range-visual-16 {
  background-position: -151px -1px;
}
.slider-range .slider-range-visual.slider-range-visual-17 {
  background-position: -161px -1px;
}
.slider-range .slider-range-visual.slider-range-visual-18 {
  background-position: -171px -1px;
}
.slider-range .slider-range-visual.slider-range-visual-19 {
  background-position: -181px -1px;
}
.slider-range .slider-range-visual.slider-range-visual-20 {
  background-position: -191px -1px;
}
.slider-range .slider-range-visual.slider-range-visual-1.active {
  background-position: -2px -17px;
}
.slider-range .slider-range-visual.slider-range-visual-2.active {
  background-position: -11px -17px;
}
.slider-range .slider-range-visual.slider-range-visual-3.active {
  background-position: -22px -17px;
}
.slider-range .slider-range-visual.slider-range-visual-4.active {
  background-position: -31px -17px;
}
.slider-range .slider-range-visual.slider-range-visual-5.active {
  background-position: -41px -17px;
}
.slider-range .slider-range-visual.slider-range-visual-6.active {
  background-position: -51px -17px;
}
.slider-range .slider-range-visual.slider-range-visual-7.active {
  background-position: -61px -17px;
}
.slider-range .slider-range-visual.slider-range-visual-8.active {
  background-position: -71px -17px;
}
.slider-range .slider-range-visual.slider-range-visual-9.active {
  background-position: -81px -17px;
}
.slider-range .slider-range-visual.slider-range-visual-10.active {
  background-position: -91px -17px;
}
.slider-range .slider-range-visual.slider-range-visual-11.active {
  background-position: -101px -17px;
}
.slider-range .slider-range-visual.slider-range-visual-12.active {
  background-position: -112px -17px;
}
.slider-range .slider-range-visual.slider-range-visual-13.active {
  background-position: -122px -17px;
}
.slider-range .slider-range-visual.slider-range-visual-14.active {
  background-position: -132px -17px;
}
.slider-range .slider-range-visual.slider-range-visual-15.active {
  background-position: -141px -17px;
}
.slider-range .slider-range-visual.slider-range-visual-16.active {
  background-position: -151px -17px;
}
.slider-range .slider-range-visual.slider-range-visual-17.active {
  background-position: -161px -17px;
}
.slider-range .slider-range-visual.slider-range-visual-18.active {
  background-position: -171px -17px;
}
.slider-range .slider-range-visual.slider-range-visual-19.active {
  background-position: -181px -17px;
}
.slider-range .slider-range-visual.slider-range-visual-20.active {
  background-position: -191px -17px;
}
.selecter-element {
  *left: -999999px;
  position: absolute;
  opacity: 0;
}
.selecter {
  display: block;
  margin: 10px 0;
  position: relative;
  z-index: 1;
}
.selecter .selecter-selected {
  background: #f9f9f9 url(/images/fs-selecter-arrow.png) no-repeat 100%;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #333;
  cursor: pointer;
  display: block;
  font-size: 13px;
  margin: 0;
  overflow: hidden;
  padding: 8px 10px;
  position: relative;
  text-overflow: clip;
  z-index: 49;
}
.selecter .selecter-options {
  border: 1px solid #ccc;
  border-width: 0 1px 1px;
  background-color: #fefefe;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  display: none;
  left: 0;
  margin: 0;
  max-height: 260px;
  overflow: auto;
  overflow-x: hidden;
  padding: 0;
  position: absolute;
  top: 100%;
  width: 99%;
  *width: auto;
  z-index: 50;
}
.selecter .selecter-group {
  background: #f9f9f9;
  border-bottom: 1px solid #e3e3e3;
  color: #999;
  display: block;
  font-size: 11px;
  padding: 5px 10px 4px;
  text-transform: uppercase;
}
.selecter .selecter-item {
  background: #fff;
  border-bottom: 1px solid #e3e3e3;
  color: #666;
  cursor: pointer;
  display: block;
  font-size: 13px;
  margin: 0;
  overflow: hidden;
  padding: 8px 10px;
  text-overflow: ellipsis;
  width: 100%;
}
.selecter .selecter-item.selected {
  background: #f9f9f9;
}
.selecter .selecter-item.first {
  border-radius: 0;
}
.selecter .selecter-item.last {
  border-radius: 0 0 2px 2px;
  border-bottom: 0;
}
@media screen and (min-width: 740px) {
  .selecter .selecter-item.selected:hover,
  .selecter .selecter-item:hover {
    background-color: #f3f3f3;
  }
  .selecter:hover .selecter-selected {
    background-color: #fff;
  }
  .selecter.disabled .selecter-item:hover {
    background: #fff;
  }
}
.selecter.open {
  z-index: 3;
}
.selecter.open .selecter-selected {
  border-radius: 3px 3px 0 0;
  z-index: 51;
}
.selecter.focus .selecter-selected,
.selecter.open .selecter-selected {
  background-color: #fff;
}
.selecter.cover .selecter-options {
  border-radius: 3px;
  border-width: 1px;
  top: 0;
}
.selecter.cover .selecter-options .selecter-item.first {
  border-radius: 3px 3px 0 0;
}
.selecter.cover.open .selecter-selected {
  border-radius: 3px 3px 0 0;
  z-index: 49;
}
.selecter.bottom .selecter-options {
  border-width: 1px 1px 0;
  bottom: 100%;
  top: auto;
}
.selecter.bottom .selecter-item.last {
  border: none;
}
.selecter.bottom.open .selecter-selected {
  border-radius: 0 0 3px 3px;
}
.selecter.bottom.open .selecter-options {
  border-radius: 3px 3px 0 0;
}
.selecter.bottom.cover .selecter-options {
  bottom: 0;
  top: auto;
}
.selecter.bottom.cover.open .selecter-options,
.selecter.bottom.cover.open .selecter-selected {
  border-radius: 3px;
}
.selecter.multiple .selecter-options {
  border-radius: 3px;
  border-width: 1px;
  box-shadow: none;
  display: block;
  position: static;
  width: 100%;
}
.selecter.disabled .selecter-selected {
  background: #fff;
  border-color: #eee;
  color: #ccc;
  cursor: default;
}
.selecter.disabled .selecter-options {
  background: #fff;
  border-color: #eee;
}
.selecter.disabled .selecter-group,
.selecter.disabled .selecter-item {
  border-color: #eee;
  color: #ccc;
  cursor: default;
}
.selecter.disabled .selecter-item.selected {
  background: #fafafa;
}
@media screen and (max-width: 740px) {
  .selecter {
    max-width: 40%;
  }
}
@media screen and (max-width: 500px) {
  .selecter {
    max-width: 100%;
  }
}
.fiter .names div {
  cursor: pointer;
  min-height: 15px;
  padding: 6px 11px;
}
.fiter .names .active,
.fiter .names div:hover {
  background: #d8d8d8;
}
.autocomplete-suggestions {
  border: 1px solid #e4e4e4;
  background: #fff;
  cursor: default;
  overflow: auto;
}
.autocomplete-suggestions strong {
  font-weight: 400;
  color: #39f;
}
.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.autocomplete-no-suggestion {
  padding: 2px 5px;
}
.autocomplete-selected {
  background: #ffeeb4;
  color: #ad7818;
  border-color: #efd07d;
}
.qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 280px;
  min-width: 50px;
  font-size: 10.5px;
  line-height: 12px;
  direction: ltr;
  box-shadow: none;
  padding: 0;
}
.qtip-content {
  padding: 5px 9px;
  text-align: left;
  word-wrap: break-word;
}
.qtip-content,
.qtip-titlebar {
  position: relative;
  overflow: hidden;
}
.qtip-titlebar {
  padding: 5px 35px 5px 10px;
  border-width: 0 0 1px;
  font-weight: 700;
}
.qtip-titlebar + .qtip-content {
  border-top-width: 0 !important;
}
.qtip-close {
  position: absolute;
  right: -9px;
  top: -9px;
  z-index: 11;
  cursor: pointer;
  outline: medium none;
  border: 1px solid transparent;
}
.qtip-titlebar .qtip-close {
  right: 4px;
  top: 50%;
  margin-top: -9px;
}
* html .qtip-titlebar .qtip-close {
  top: 16px;
}
.qtip-icon .ui-icon,
.qtip-titlebar .ui-icon {
  display: block;
  text-indent: -1000em;
  direction: ltr;
}
.qtip-icon,
.qtip-icon .ui-icon {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
}
.qtip-icon .ui-icon {
  width: 18px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  text-indent: 0;
  font: normal 700 10px/13px Tahoma, sans-serif;
  color: inherit;
  background: transparent none no-repeat -100em -100em;
}
.qtip-default {
  border: 1px solid #f1d031;
  background-color: #ffffa3;
  color: #555;
}
.qtip-default .qtip-titlebar {
  background-color: #ffef93;
}
.qtip-default .qtip-icon {
  border-color: #ccc;
  background: #f1f1f1;
  color: #777;
}
.qtip-default .qtip-titlebar .qtip-close {
  border-color: #aaa;
  color: #111;
}
.b-tags {
  position: relative;
}
.b-tags .autocmplt-ico {
  position: absolute;
  z-index: 1;
  top: 3px;
  right: 5px;
  width: 16px;
  height: 16px;
  background-image: url(/images/icons-and-logos.png);
  background-repeat: no-repeat;
  background-position: -47px -644px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .b-tags .autocmplt-ico {
    background-image: url(/images/icons-and-logos@2x.png);
    background-size: 91px 1500px;
    background-position: -47px -644px;
  }
}
.b-tags .tagsinput {
  width: 100% !important;
}
.b-tags .tagsinput input {
  background: #f6f6f6;
  width: 100%;
  display: block;
  float: left;
  height: 17px;
  border: 1px solid #e4e4e4;
  padding: 2px 22px 2px 8px;
}
.b-tags .tagsinput .b-add-tag {
  display: block;
  position: relative;
}
.b-tags .tagsinput span.tag {
  display: block;
  float: left;
  text-decoration: none;
  margin: 8px 10px 0 0;
  height: 20px;
}
.b-tags .tagsinput span.tag span {
  display: block;
  padding: 0 1px 0 9px;
  float: left;
  color: #ac7916;
  font-size: 14px;
  height: 20px;
  line-height: 18px;
  margin-right: 1px;
  background-color: #ffeeb3;
}
.b-tags .tagsinput span.tag a {
  color: red;
  display: block;
  height: 20px;
  width: 20px;
  float: left;
  text-decoration: none;
  background-color: #ffeeb3;
  background-image: url(/images/icons-and-logos.png);
  background-repeat: no-repeat;
  background-position: -67px -1329px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .b-tags .tagsinput span.tag a {
    background-image: url(/images/icons-and-logos@2x.png);
    background-size: 91px 1500px;
    background-position: -67px -1329px;
  }
}
.tags_clear {
  clear: both;
  width: 100%;
  height: 0;
}
.not_valid {
  background: #fbd8db !important;
  color: #90111a !important;
}
#tags_tag {
  width: 100% !important;
}
.pro-2014 {
  background-color: #191919;
}
.pro-2014 .dark-menu {
  margin-bottom: 91px;
}
.pro-2014 .pro-2014-title {
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 52px;
  padding-top: 66px;
}
.pro-2014 .pro-2014-title span {
  display: block;
  font-size: 72px;
  line-height: 74px;
  color: #fecd36;
  padding-bottom: 18px;
  letter-spacing: 6px;
}
.pro-2014 .pro-2014-vaiting {
  height: 320px;
  padding-top: 100px;
  text-align: center;
  font-size: 72px;
  line-height: 100px;
  color: #fff;
  letter-spacing: 6px;
  margin-bottom: 51px;
  position: relative;
}
.pro-2014 .pro-2014-vaiting .wrapper {
  position: relative;
  z-index: 10;
}
.pro-2014 .pro-2014-vaiting .indent {
  margin-top: 54px;
}
.pro-2014 .pro-2014-vaiting .vaiting-users {
  width: 100%;
  height: 420px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: #333;
}
.pro-2014 .pro-2014-vaiting .vaiting-users .vaiting-user {
  position: absolute;
}
.pro-2014 .pro-2014-vaiting .vaiting-users .vaiting-user.vaiting-user-1 {
  top: 60px;
  left: 0;
}
.pro-2014 .pro-2014-vaiting .vaiting-users .vaiting-user.vaiting-user-2 {
  top: 33px;
  left: 100px;
}
.pro-2014 .pro-2014-vaiting .vaiting-users .vaiting-user.vaiting-user-3 {
  top: 60px;
  left: 200px;
}
.pro-2014 .pro-2014-vaiting .vaiting-users .vaiting-user.vaiting-user-4 {
  top: 60px;
  left: 300px;
}
.pro-2014 .pro-2014-vaiting .vaiting-users .vaiting-user.vaiting-user-5 {
  top: 0;
  left: 380px;
}
.pro-2014 .pro-2014-vaiting .vaiting-users .vaiting-user.vaiting-user-6 {
  top: 60px;
  left: 500px;
}
.pro-2014 .pro-2014-vaiting .vaiting-users .vaiting-user.vaiting-user-7 {
  top: 60px;
  left: 600px;
}
.pro-2014 .pro-2014-vaiting .vaiting-users .vaiting-user.vaiting-user-8 {
  top: 0;
  left: 700px;
}
.pro-2014 .pro-2014-vaiting .vaiting-users .vaiting-user.vaiting-user-9 {
  top: 60px;
  left: 800px;
}
.pro-2014 .pro-2014-vaiting .vaiting-users .vaiting-user.vaiting-user-10 {
  top: 60px;
  left: 900px;
}
.pro-2014 .pro-2014-vaiting .vaiting-users .vaiting-user.vaiting-user-11 {
  top: 60px;
  left: 1000px;
}
.pro-2014 .pro-2014-vaiting .vaiting-users .vaiting-user.vaiting-user-12 {
  top: 60px;
  left: 1100px;
}
.pro-2014 .pro-2014-vaiting .vaiting-users .vaiting-user.vaiting-user-13 {
  top: 0;
  left: 1140px;
}
.pro-2014 .pro-2014-vaiting .vaiting-users .vaiting-user.vaiting-user-14 {
  top: 60px;
  left: 1300px;
}
.pro-2014 .pro-2014-vaiting .vaiting-users .vaiting-user.vaiting-user-15 {
  top: 33px;
  left: 1400px;
}
.pro-2014 .pro-2014-vaiting .vaiting-users .vaiting-user.vaiting-user-16 {
  top: 60px;
  left: 1500px;
}
.pro-2014 .pro-2014-vaiting .vaiting-users .vaiting-user.vaiting-user-17 {
  top: 160px;
  left: -50px;
}
.pro-2014 .pro-2014-vaiting .vaiting-users .vaiting-user.vaiting-user-18 {
  top: 160px;
  left: 50px;
}
.pro-2014 .pro-2014-vaiting .vaiting-users .vaiting-user.vaiting-user-19 {
  top: 160px;
  left: 150px;
}
.pro-2014 .pro-2014-vaiting .vaiting-users .vaiting-user.vaiting-user-20 {
  top: 135px;
  left: 190px;
}
.pro-2014 .pro-2014-vaiting .vaiting-users .vaiting-user.vaiting-user-21 {
  top: 160px;
  left: 350px;
}
.pro-2014 .pro-2014-vaiting .vaiting-users .vaiting-user.vaiting-user-22 {
  top: 160px;
  left: 450px;
}
.pro-2014 .pro-2014-vaiting .vaiting-users .vaiting-user.vaiting-user-23 {
  top: 128px;
  left: 550px;
  z-index: 1;
}
.pro-2014 .pro-2014-vaiting .vaiting-users .vaiting-user.vaiting-user-24 {
  top: 160px;
  left: 650px;
}
.pro-2014 .pro-2014-vaiting .vaiting-users .vaiting-user.vaiting-user-25 {
  top: 160px;
  left: 750px;
}
.pro-2014 .pro-2014-vaiting .vaiting-users .vaiting-user.vaiting-user-26 {
  top: 160px;
  left: 850px;
}
.pro-2014 .pro-2014-vaiting .vaiting-users .vaiting-user.vaiting-user-27 {
  top: 100px;
  left: 950px;
}
.pro-2014 .pro-2014-vaiting .vaiting-users .vaiting-user.vaiting-user-28 {
  top: 160px;
  left: 1050px;
}
.pro-2014 .pro-2014-vaiting .vaiting-users .vaiting-user.vaiting-user-29 {
  top: 160px;
  left: 1150px;
}
.pro-2014 .pro-2014-vaiting .vaiting-users .vaiting-user.vaiting-user-30 {
  top: 160px;
  left: 1250px;
}
.pro-2014 .pro-2014-vaiting .vaiting-users .vaiting-user.vaiting-user-31 {
  top: 160px;
  left: 1350px;
}
.pro-2014 .pro-2014-vaiting .vaiting-users .vaiting-user.vaiting-user-32 {
  top: 160px;
  left: 1450px;
}
.pro-2014 .pro-2014-vaiting .vaiting-users .vaiting-user.vaiting-user-33 {
  top: 260px;
  left: 0;
}
.pro-2014 .pro-2014-vaiting .vaiting-users .vaiting-user.vaiting-user-34 {
  top: 230px;
  left: 100px;
}
.pro-2014 .pro-2014-vaiting .vaiting-users .vaiting-user.vaiting-user-35 {
  top: 260px;
  left: 200px;
}
.pro-2014 .pro-2014-vaiting .vaiting-users .vaiting-user.vaiting-user-36 {
  top: 260px;
  left: 300px;
}
.pro-2014 .pro-2014-vaiting .vaiting-users .vaiting-user.vaiting-user-37 {
  top: 230px;
  left: 400px;
  z-index: 2;
}
.pro-2014 .pro-2014-vaiting .vaiting-users .vaiting-user.vaiting-user-38 {
  top: 260px;
  left: 500px;
  z-index: 2;
}
.pro-2014 .pro-2014-vaiting .vaiting-users .vaiting-user.vaiting-user-39 {
  top: 260px;
  left: 600px;
  z-index: 2;
}
.pro-2014 .pro-2014-vaiting .vaiting-users .vaiting-user.vaiting-user-40 {
  top: 260px;
  left: 700px;
  z-index: 2;
}
.pro-2014 .pro-2014-vaiting .vaiting-users .vaiting-user.vaiting-user-41 {
  top: 230px;
  left: 800px;
}
.pro-2014 .pro-2014-vaiting .vaiting-users .vaiting-user.vaiting-user-42 {
  top: 260px;
  left: 900px;
}
.pro-2014 .pro-2014-vaiting .vaiting-users .vaiting-user.vaiting-user-43 {
  top: 260px;
  left: 1000px;
}
.pro-2014 .pro-2014-vaiting .vaiting-users .vaiting-user.vaiting-user-44 {
  top: 260px;
  left: 1100px;
}
.pro-2014 .pro-2014-vaiting .vaiting-users .vaiting-user.vaiting-user-45 {
  top: 260px;
  left: 1200px;
}
.pro-2014 .pro-2014-vaiting .vaiting-users .vaiting-user.vaiting-user-46 {
  top: 260px;
  left: 1300px;
}
.pro-2014 .pro-2014-vaiting .vaiting-users .vaiting-user.vaiting-user-47 {
  top: 260px;
  left: 1400px;
}
.pro-2014 .pro-2014-vaiting .vaiting-users .vaiting-user.vaiting-user-48 {
  top: 260px;
  left: 1500px;
}
.pro-2014 .pro-2014-vaiting .vaiting-users .vaiting-users-column {
  position: absolute;
  top: 0;
  left: 0;
  width: 1550px;
  height: 420px;
}
.pro-2014 .pro-2014-vaiting .vaiting-users .vaiting-users-column.column-2 {
  left: 1600px;
}
.pro-2014 .pro-2014-vaiting .vaiting-users .vaiting-users-column.column-3 {
  left: 3200px;
}
.pro-2014 .pro-2014-vaiting .vaiting-users .vaiting-users-column.column-4 {
  left: 4800px;
}
.pro-2014 .pro-2014-vaiting .vaiting-users .vaiting-users-column.column-5 {
  left: 6400px;
}
.pro-2014 .pro-2014-vaiting .vaiting-users:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.pro-2014 .pro-2014-advantages {
  margin-bottom: 80px;
}
.pro-2014 .pro-2014-advantages h2 {
  color: #fecd36;
  text-align: center;
  font-size: 24px;
  line-height: 48px;
  letter-spacing: 2px;
  padding-bottom: 32px;
}
.pro-2014 .pro-2014-advantages .table-outer {
  width: 100%;
}
.pro-2014 .pro-2014-advantages .table-outer tr .table {
  margin: 0 0 0 118px;
}
.pro-2014 .pro-2014-advantages .table-outer tr .table tr td {
  font-size: 21px;
  line-height: 30px;
  padding: 25px 0;
  color: #8c8c8c;
  vertical-align: middle;
}
.pro-2014 .pro-2014-advantages .table-outer tr .table tr td.club-pro {
  width: 220px;
  text-align: center;
  color: #fecd36;
  padding-left: 10px;
  padding-right: 10px;
  background: url(/images/other-pages/pro-2014/table-midd.png) repeat-y;
}
.pro-2014
  .pro-2014-advantages
  .table-outer
  tr
  .table
  tr
  td.club-pro
  .club-pro-parent {
  position: relative;
}
.pro-2014 .pro-2014-advantages .table-outer tr .table tr td.club-pro .position {
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: 1px;
  left: 137%;
  padding-left: 10px;
}
.pro-2014
  .pro-2014-advantages
  .table-outer
  tr
  .table
  tr
  td.club-pro.last-border {
  border-bottom: 10px solid #fecd36;
}
.pro-2014 .pro-2014-advantages .table-outer tr .table tr td .link-border {
  font-size: 18px;
  border-bottom: 1px solid #5e5e5e;
}
.pro-2014 .pro-2014-advantages .table-outer tr .table tr td .link-border:hover {
  border: 0;
}
.pro-2014 .pro-2014-advantages .table-outer tr .table tr td .link-border span {
  color: #fff;
  font-size: 21px;
}
.pro-2014 .pro-2014-advantages .table-outer tr .table tr td.club-default {
  width: 264px;
  text-align: center;
}
.pro-2014 .pro-2014-advantages .table-outer tr .table tr td.club-label {
  text-align: left;
}
.pro-2014 .pro-2014-advantages .table-outer tr .table tr td.club-label > div {
  position: relative;
  padding-left: 42px;
  padding-right: 15px;
  width: 305px;
}
.pro-2014
  .pro-2014-advantages
  .table-outer
  tr
  .table
  tr
  td.club-label
  .icon-question-mark:hover
  .hover-promt {
  display: block;
}
.pro-2014 .pro-2014-advantages .table-outer tr:hover td {
  cursor: pointer;
  background-color: #303030;
}
.pro-2014 .pro-2014-advantages .table-outer tr:hover td .table tr td {
  color: #fff;
}
.pro-2014 .pro-2014-advantages .table-outer tr:hover td .table tr td.club-pro {
  color: #fecd36;
}
.pro-2014 .pro-2014-advantages .table-outer tr:first-child:hover td {
  background-color: transparent;
}
.pro-2014
  .pro-2014-advantages
  .table-outer
  tr:first-child:hover
  td
  table
  tr
  td {
  color: #8c8c8c;
}
.pro-2014
  .pro-2014-advantages
  .table-outer
  tr:first-child
  .table
  tr
  td.club-pro {
  padding-top: 29px;
  border-top: 10px solid #fecd36;
}
.pro-2014
  .pro-2014-advantages
  .table-outer
  tr:first-child
  .table
  tr
  td.club-default,
.pro-2014
  .pro-2014-advantages
  .table-outer
  tr:first-child
  .table
  tr
  td.club-pro {
  text-transform: uppercase;
}
.pro-2014
  .pro-2014-advantages
  .table-outer
  tr:first-child
  .table
  tr
  td.club-default {
  padding-top: 34px;
}
.pro-2014 .pro-2014-advantages .entering-club {
  margin: 59px 0 0;
  text-align: center;
}
.pro-2014 .pro-2014-advantages .entering-club p {
  font-size: 15px;
  line-height: 24px;
  color: #8c8c8c;
  padding-bottom: 16px;
}
.pro-2014 .pro-2014-advantages .entering-club h2 {
  color: #fecd36;
  font-size: 24px;
  line-height: 26px;
  padding-bottom: 8px;
  text-transform: uppercase;
}
.pro-2014 .pro-2014-advantages .entering-club .price-entering-club {
  font-size: 30px;
  line-height: 42px;
  color: #fff;
  padding-bottom: 12px;
}
.pro-2014
  .pro-2014-advantages
  .entering-club
  .price-entering-club
  .price-rouble:after {
  content: "i";
}
.pro-2014
  .pro-2014-advantages
  .entering-club
  .price-entering-club
  .price-entering-club__old {
  font-size: 21px;
  line-height: 24px;
  color: #8c8c8c;
  text-decoration: line-through;
}
.pro-2014 .pro-2014-advantages .entering-club .payment-expires {
  text-align: center;
  font-size: 15px;
  line-height: 24px;
  color: #8c8c8c;
  margin-top: 38px;
}
.pro-2014 .pro-2014-advantages .entering-club .links {
  margin-top: 20px;
}
.pro-2014 .pro-2014-advantages .entering-club .links,
.pro-2014 .pro-2014-advantages .entering-club .links a span {
  color: #fff;
  font-size: 21px;
}
.pro-2014 .pro-2014-advantages .entering-club .links .link-border {
  font-size: 18px;
  border-bottom: 1px solid #5e5e5e;
}
.pro-2014 .pro-2014-advantages .entering-club .links .link-border:hover {
  border: 0;
}
.pro-2014 .pro-2014-advantages .slider-range-theme-2 {
  margin-bottom: 36px;
}
.main-menu {
  min-height: 51px;
  padding-top: 10px;
  margin-bottom: 40px;
}
.main-menu .logo {
  display: block;
  min-height: 54px;
  width: 50px;
  margin: 0 auto;
  border-top: 1px solid transparent;
  background-image: url(/images/icons-and-logos.png);
  background-repeat: no-repeat;
  background-position: -21px -1069px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .main-menu .logo {
    background-image: url(/images/icons-and-logos@2x.png);
    background-size: 91px 1500px;
    background-position: -21px -1069px;
  }
}
.main-menu .logo .logo-name {
  display: block;
  width: 100px;
  height: 43px;
  z-index: 100;
  margin: 57px 0 -9px -27px;
  background-image: url(/images/icons-and-logos.png);
  background-repeat: no-repeat;
  background-position: 50% -1452px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .main-menu .logo .logo-name {
    background-image: url(/images/icons-and-logos@2x.png);
    background-size: 91px 1500px;
    background-position: 50% -1452px;
  }
}
.main-menu .login-nav,
.main-menu .toolbar-nav,
.main-menu .user-nav {
  float: left;
  margin-top: 15px;
}
.main-menu .login-nav li,
.main-menu .toolbar-nav li,
.main-menu .user-nav li {
  height: 31px;
  cursor: pointer;
  position: relative;
  float: left;
  margin-right: 10px;
}
.main-menu .login-nav li .link,
.main-menu .toolbar-nav li .link,
.main-menu .user-nav li .link {
  text-decoration: none;
}
.main-menu .login-nav li .link.mark.pro a,
.main-menu .toolbar-nav li .link.mark.pro a,
.main-menu .user-nav li .link.mark.pro a {
  color: #ffcb05;
}
.main-menu .login-nav li .link.mark.award a,
.main-menu .toolbar-nav li .link.mark.award a,
.main-menu .user-nav li .link.mark.award a {
  color: #00b3f1;
}
.main-menu .login-nav li .link.mark.party a,
.main-menu .toolbar-nav li .link.mark.party a,
.main-menu .user-nav li .link.mark.party a {
  color: #ef5ba1;
}
.main-menu .login-nav li .link.mark.store a,
.main-menu .toolbar-nav li .link.mark.store a,
.main-menu .user-nav li .link.mark.store a {
  color: #ed1c24;
}
.main-menu .login-nav li .link.mark.amazing a,
.main-menu .toolbar-nav li .link.mark.amazing a,
.main-menu .user-nav li .link.mark.amazing a {
  color: #b2d235;
}
.main-menu .login-nav li:hover .link.mark.pro a,
.main-menu .toolbar-nav li:hover .link.mark.pro a,
.main-menu .user-nav li:hover .link.mark.pro a {
  color: #dd7209;
}
.main-menu .login-nav li:hover .link.mark.award a,
.main-menu .toolbar-nav li:hover .link.mark.award a,
.main-menu .user-nav li:hover .link.mark.award a {
  color: #00bcf3;
}
.main-menu .login-nav li:hover .link.mark.party a,
.main-menu .toolbar-nav li:hover .link.mark.party a,
.main-menu .user-nav li:hover .link.mark.party a {
  color: #f965aa;
}
.main-menu .login-nav li:hover .link.mark.store a,
.main-menu .toolbar-nav li:hover .link.mark.store a,
.main-menu .user-nav li:hover .link.mark.store a {
  color: #ed1c24;
}
.main-menu .login-nav li:hover .link.mark.amazing a,
.main-menu .toolbar-nav li:hover .link.mark.amazing a,
.main-menu .user-nav li:hover .link.mark.amazing a {
  color: #b2d235;
}
.main-menu .login-nav li .link,
.main-menu .login-nav li a,
.main-menu .toolbar-nav li .link,
.main-menu .toolbar-nav li a,
.main-menu .user-nav li .link,
.main-menu .user-nav li a {
  color: #343434;
  font-size: 16px;
  line-height: 17px;
  white-space: nowrap;
  position: relative;
  text-decoration: none;
}
.main-menu .login-nav li .link,
.main-menu .toolbar-nav li .link,
.main-menu .user-nav li .link {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 3px 10px;
}
.main-menu .login-nav li.active .link,
.main-menu .toolbar-nav li.active .link,
.main-menu .user-nav li.active .link {
  padding: 3px 9px;
  border: 1px solid #a3a3a3;
}
.main-menu .login-nav li:hover .link,
.main-menu .login-nav li:hover .link > a,
.main-menu .toolbar-nav li:hover .link,
.main-menu .toolbar-nav li:hover .link > a,
.main-menu .user-nav li:hover .link,
.main-menu .user-nav li:hover .link > a {
  color: #595656;
}
.main-menu .login-nav li:hover .sub,
.main-menu .toolbar-nav li:hover .sub,
.main-menu .user-nav li:hover .sub {
  display: block;
}
.main-menu .login-nav li.active-photogr,
.main-menu .toolbar-nav li.active-photogr,
.main-menu .user-nav li.active-photogr {
  background-image: url(/images/arrows/head-menu-arrow-photogr.jpg);
  background-repeat: no-repeat;
  background-position: 19px 100%;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .main-menu .login-nav li.active-photogr,
  .main-menu .toolbar-nav li.active-photogr,
  .main-menu .user-nav li.active-photogr {
    background-image: url(/images/arrows/head-menu-arrow-photogr@2x.jpg);
    background-size: 14px 7px;
    background-position: 19px 100%;
  }
}
.main-menu .sub {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 1001;
  padding: 15px 0;
  margin: 0;
  background: #fff;
  cursor: default;
  display: none;
  border: 1px solid #7b7979;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.main-menu .sub li {
  float: none;
  height: auto;
  background: none;
  font-size: 16px;
  cursor: default;
  margin: 0;
}
.main-menu .sub li a {
  text-decoration: none;
  color: #343434;
  padding: 5px 11px;
  display: block;
}
.main-menu .sub li a:hover {
  color: #fff;
  background-color: #474747;
}
.main-menu .sub li.pro a {
  color: #ffcb05;
}
.main-menu .sub li.award a {
  color: #00b3f1;
}
.main-menu .sub li.party a {
  color: #ef5ba1;
}
.main-menu .sub li.store a {
  color: #ed1c24;
}
.main-menu .sub li.active a {
  color: #a4a4a4;
}
.main-menu .sub li.user-link a,
.main-menu .sub li.user-link a:hover {
  color: #f09c24;
}
.main-menu .toolbar-nav {
  margin-left: -10px;
}
.main-menu .user-nav {
  float: right;
}
.main-menu .user-nav li {
  float: right;
  margin: 0 0 0 29px;
}
.main-menu .user-nav li .sub li {
  float: none;
  margin: 0;
}
.main-menu .user-nav li .sub li strong {
  display: block;
  padding: 0 11px;
}
.main-menu .user-nav li .sub li.ind {
  padding-top: 15px;
}
.main-menu .user-nav li .sub li.exit {
  padding-top: 4px;
}
.main-menu .user-nav li .sub li.exit a {
  color: #a7a7a7;
  text-decoration: underline;
}
.main-menu .user-nav li .sub li.exit a:hover {
  text-decoration: none;
}
.main-menu .user-nav li .sub li.enter-club {
  margin: 2px 0 0;
}
.main-menu .user-nav li .sub li.enter-club a {
  color: #fff;
  background-color: #ffce17;
  margin: 0 11px;
  padding: 2px 10px 5px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.main-menu .user-nav li .sub li.enter-club a:hover {
  color: #fff;
  background-color: #000;
}
.main-menu .login-nav {
  float: right;
}
.main-menu .login-nav li {
  float: right;
  margin: 0 0 0 10px;
}
.main-menu .login-nav li a {
  text-decoration: none;
}
.main-menu.main-menu-white .logo {
  background-image: url(/images/icons-and-logos.png);
  background-repeat: no-repeat;
  background-position: -23px -1124px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .main-menu.main-menu-white .logo {
    background-image: url(/images/icons-and-logos@2x.png);
    background-size: 91px 1500px;
    background-position: -23px -1124px;
  }
}
.main-menu.main-menu-white .logo .logo-name {
  background-image: url(/images/icons-and-logos.png);
  background-repeat: no-repeat;
  background-position: 0 -1218px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .main-menu.main-menu-white .logo .logo-name {
    background-image: url(/images/icons-and-logos@2x.png);
    background-size: 91px 1500px;
    background-position: 0 -1218px;
  }
}
.main-menu.main-menu-white .login-nav li .link,
.main-menu.main-menu-white .login-nav li .link.mark.amazing a,
.main-menu.main-menu-white .login-nav li .link.mark.award a,
.main-menu.main-menu-white .login-nav li .link.mark.party a,
.main-menu.main-menu-white .login-nav li .link.mark.store a,
.main-menu.main-menu-white .login-nav li a,
.main-menu.main-menu-white .toolbar-nav li .link,
.main-menu.main-menu-white .toolbar-nav li .link.mark.amazing a,
.main-menu.main-menu-white .toolbar-nav li .link.mark.award a,
.main-menu.main-menu-white .toolbar-nav li .link.mark.party a,
.main-menu.main-menu-white .toolbar-nav li .link.mark.store a,
.main-menu.main-menu-white .toolbar-nav li a,
.main-menu.main-menu-white .user-nav li .link,
.main-menu.main-menu-white .user-nav li .link.mark.amazing a,
.main-menu.main-menu-white .user-nav li .link.mark.award a,
.main-menu.main-menu-white .user-nav li .link.mark.party a,
.main-menu.main-menu-white .user-nav li .link.mark.store a,
.main-menu.main-menu-white .user-nav li a {
  color: #fff;
}
.main-menu.main-menu-white .login-nav li:hover .link,
.main-menu.main-menu-white .login-nav li:hover a,
.main-menu.main-menu-white .toolbar-nav li:hover .link,
.main-menu.main-menu-white .toolbar-nav li:hover a,
.main-menu.main-menu-white .user-nav li:hover .link,
.main-menu.main-menu-white .user-nav li:hover a {
  color: #eee;
}
.main-menu.main-menu-white .sub {
  background: #343434;
  border-color: #fff;
}
.main-menu.main-menu-white .sub li a {
  color: #fff;
}
.main-menu.main-menu-white .sub li a:hover {
  color: #000;
  background-color: #fff;
}
.main-menu.main-menu-white .sub li.pro a {
  color: #ffcb05;
}
.main-menu.main-menu-white .sub li.award a {
  color: #00b3f1;
}
.main-menu.main-menu-white .sub li.party a {
  color: #ef5ba1;
}
.main-menu.main-menu-white .sub li.store a {
  color: #ed1c24;
}
.main-menu.main-menu-white .sub li.active a {
  color: #a4a4a4;
}
.main-menu.main-menu-white .sub li.user-link a,
.main-menu.main-menu-white .sub li.user-link a:hover {
  color: #f09c24;
}
.main-menu.main-menu-white .sub li strong {
  color: #fff;
}
.main-menu.main-menu-white .sub:before {
  top: -8px;
  background-position: -76px -942px;
}
.main-menu.z-position {
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  position: absolute;
}
.nv-logotype {
  display: block;
  min-height: 54px;
  width: 50px;
  margin: 0 auto;
  border-top: 1px solid transparent;
  background-image: url(/images/icons-and-logos.png);
  background-repeat: no-repeat;
  background-position: -21px -1069px;
}
@media only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .nv-logotype {
    background-image: url(/images/icons-and-logos@2x.png);
    background-size: 91px 1500px;
    background-position: -21px -1069px;
  }
}
.nui-main-menu .active {
  background-color: #3b3b3b;
}
.nui-main-menu .nui-menu-wrap .nui-menu-nav li.award span a {
  color: #ffdc2d;
}
.nui-main-menu .nui-menu-wrap .nui-menu-nav li.award:hover span a {
  color: #ffe342;
}
.nui-main-menu .nui-menu-wrap .nui-menu-nav li.award._family.active span a,
.nui-main-menu .nui-menu-wrap .nui-menu-nav li.award._family span a,
.nui-main-menu .nui-menu-wrap .nui-menu-nav li.award:hover._family span a {
  color: #e1171e;
}
@font-face {
  font-family: FrutigerNextLight;
  src: url(/fonts/frutigernext/frutigernextlight/frutigernextlight.eot?#iefix)
    format("embedded-opentype");
  src: url(/fonts/frutigernext/frutigernextlight/frutigernextlight.woff)
      format("woff"),
    url(/fonts/frutigernext/frutigernextlight/frutigernextlight.ttf)
      format("truetype"),
    url(/fonts/frutigernext/frutigernextlight/frutigernextlight.svg)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: FrutigerNextHeavy;
  src: url(/fonts/frutigernext/frutigernextheavy/frutigernextheavy?#iefix)
    format("embedded-opentype");
  src: url(/fonts/frutigernext/frutigernextheavy/frutigernextheavy.woff)
      format("woff"),
    url(/fonts/frutigernext/frutigernextheavy/frutigernextheavy.ttf)
      format("truetype"),
    url(/fonts/frutigernext/frutigernextheavy/frutigernextheavy.svg)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
.is-nikon-sale {
  background: #191919 url(/images/actions/nikon-sale/nikon-sale-bg.jpg)
    no-repeat 50% 0;
  color: #fff;
}
.is-nikon-sale .header {
  height: 74px;
}
.nikon-sale {
  padding-top: 62px;
}
.nikon-sale .nikon-sale__header {
  text-align: center;
  color: #fff;
  margin-bottom: 141px;
}
.nikon-sale .nikon-sale__label {
  margin-bottom: 47px;
}
.nikon-sale .nikon-sale__sub-title {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 37px;
}
.nikon-sale .nikon-sale__auth {
  font-size: 24px;
  line-height: 30px;
}
.nikon-sale .nikon-sale__auth-link {
  color: #fcde05;
  text-decoration: none;
}
.nikon-sale .nikon-sale__link {
  color: #fff;
}
.nikon-sale .nikon-sale__title {
  text-align: center;
  color: #fff;
  font: 200 48px/56px FrutigerNextLight;
  padding-bottom: 58px;
}
.nikon-sale .nikon-sale__devices {
  text-align: center;
  font-size: 0;
  margin-bottom: 121px;
}
.nikon-sale
  .nikon-sale__devices.nikon-sale__devices--cameras
  .nikon-sale__devices-name {
  font-size: 48px;
  line-height: 52px;
}
.nikon-sale
  .nikon-sale__devices.nikon-sale__devices--cameras
  .nikon-sale__devices-photo-wrap {
  height: 321px;
  margin-bottom: 12px;
}
.nikon-sale .nikon-sale__devices-item {
  display: inline-block;
  width: 500px;
  height: 500px;
  cursor: pointer;
  vertical-align: top;
  border: 1px solid #151515;
  margin-top: -1px;
  margin-left: -1px;
  background-color: rgba(30, 30, 30, 0.8);
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -ms-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
.nikon-sale .nikon-sale__devices-item.nikon-sale__devices-item--active,
.nikon-sale .nikon-sale__devices-item:hover {
  background-color: #fcde05;
}
.nikon-sale
  .nikon-sale__devices-item.nikon-sale__devices-item--active
  .nikon-sale__devices-name,
.nikon-sale
  .nikon-sale__devices-item.nikon-sale__devices-item--active
  .nikon-sale__devices-price,
.nikon-sale .nikon-sale__devices-item:hover .nikon-sale__devices-name,
.nikon-sale .nikon-sale__devices-item:hover .nikon-sale__devices-price {
  color: #1f1f1f;
}
.nikon-sale
  .nikon-sale__devices-item.nikon-sale__devices-item--active
  .nikon-sale__devices-price-old,
.nikon-sale .nikon-sale__devices-item:hover .nikon-sale__devices-price-old {
  color: #bba928;
}
.nikon-sale .nikon-sale__devices-photo-wrap {
  position: relative;
  height: 302px;
}
.nikon-sale .nikon-sale__devices-photo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.nikon-sale .nikon-sale__devices-caption {
  font-family: FrutigerNextHeavy;
}
.nikon-sale .nikon-sale__devices-name {
  font-size: 30px;
  line-height: 36px;
  color: #fcde05;
  text-transform: uppercase;
}
.nikon-sale .nikon-sale__devices-name,
.nikon-sale .nikon-sale__devices-price,
.nikon-sale .nikon-sale__devices-price-old {
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -ms-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.nikon-sale .nikon-sale__devices-price {
  font-size: 24px;
  line-height: 26px;
  color: #fff;
}
.nikon-sale .nikon-sale__devices-price-old {
  color: #4c4c4c;
}
.nikon-sale .nikon-sale__rouble {
  font-family: PT-Sans;
}
.nikon-sale .nikon-sale__footer {
  font-size: 36px;
  color: #fff;
  text-align: center;
  padding-top: 57px;
  padding-bottom: 57px;
  font-family: FrutigerNextLight;
}
.nikon-sale .nikon-sale__phone {
  font-size: 60px;
  line-height: 66px;
  margin-top: 27px;
  color: #fcde05;
  font-family: FrutigerNextHeavy;
}
.popup-nikon-sale {
  display: none;
  width: 500px;
  height: 500px;
  position: absolute;
  z-index: 10;
  background-color: #fcde05;
  -webkit-box-shadow: 0 0 57px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 57px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 57px rgba(0, 0, 0, 0.35);
}
.popup-nikon-sale .popup-nikon-sale__close {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 24px;
  right: 24px;
}
.popup-nikon-sale .popup-nikon-sale__close:after,
.popup-nikon-sale .popup-nikon-sale__close:before {
  content: "";
  display: block;
  height: 42px;
  border: 1px solid #1f1f1f;
  position: absolute;
  top: -4px;
  left: 17px;
}
.popup-nikon-sale .popup-nikon-sale__close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.popup-nikon-sale .popup-nikon-sale__close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form.form--nikon-sale {
  width: 100%;
  height: 100%;
  padding-top: 106px;
  padding-bottom: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form.form--nikon-sale .form__control {
  display: block;
  margin-bottom: 11px;
  position: relative;
}
.form.form--nikon-sale .form__control-preppend {
  color: #1f1f1f;
  font-size: 18px;
  line-height: 42px;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: -32px;
}
.form.form--nikon-sale .form__control-input {
  width: 100%;
  height: 42px;
  color: #1f1f1f;
  font-size: 18px;
  font-weight: 600;
  background-color: #fcde05;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
  border: 2px solid #a18f0d;
  padding: 0 22px;
  -webkit-transition: border-color 0.3s linear;
  -moz-transition: border-color 0.3s linear;
  -ms-transition: border-color 0.3s linear;
  -o-transition: border-color 0.3s linear;
  transition: border-color 0.3s linear;
}
.form.form--nikon-sale .form__control-input:focus {
  border-color: #191919;
}
.form.form--nikon-sale .form__control-input:-moz-placeholder,
.form.form--nikon-sale .form__control-input::-moz-placeholder {
  opacity: 1;
  color: #1f1f1f;
}
.form.form--nikon-sale .form__control-input:-ms-input-placeholder {
  color: #1f1f1f;
}
.form.form--nikon-sale .form__control-input::-webkit-input-placeholder {
  color: #1f1f1f;
}
.form.form--nikon-sale .form__submit-label {
  color: #1f1f1f;
  font-style: italic;
  font-size: 14px;
  line-height: 21px;
}
.form.form--nikon-sale .nikon-sale-form__inner {
  padding: 0 67px 28px;
  border: 0;
}
.form.form--nikon-sale .form__control-submit {
  min-width: 176px;
  height: 42px;
  color: #1f1f1f;
  font-size: 18px;
  font-weight: 600;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
  border: 2px solid #191919;
  padding: 0 22px;
  margin-bottom: 4px;
}
.popup-nikon-sale.error .form.form--nikon-sale {
  padding-top: 50px;
}
.popup-nikon-sale.error .nikon-sale-error {
  display: block;
}
.nikon-sale-thanx {
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 168px;
  padding-bottom: 50px;
  color: #1f1f1f;
  text-align: center;
  font-family: FrutigerNextLight;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nikon-sale-thanx .nikon-sale-thanx__title {
  padding-bottom: 46px;
  text-transform: uppercase;
  font: 36px/40px FrutigerNextHeavy;
}
.nikon-sale-thanx .nikon-sale-thanx__subtitle {
  font-size: 30px;
  line-height: 36px;
  padding-bottom: 35px;
}
.nikon-sale-thanx .nikon-sale-thanx__p {
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 28px;
}
.nikon-sale-error {
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 120px;
  color: #1f1f1f;
  text-align: center;
  font-family: FrutigerNextLight;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nikon-sale-error__title {
  padding-bottom: 44px;
  text-transform: uppercase;
  font: 36px/40px FrutigerNextHeavy;
}
.nikon-sale-error__subtitle {
  font-size: 30px;
  line-height: 36px;
}
.nikon-sale-error .nikon-sale__link {
  color: #1f1f1f;
}
.posa {
  position: absolute;
}
.posr {
  position: relative;
}
.posf {
  position: fixed;
}
input[type="submit"],
input[type="text"],
textarea {
  -webkit-appearance: none;
}
.weight {
  font-weight: 600;
}
.clear:after {
  height: 0;
}
.clear:after,
.clear:before {
  content: "";
  width: 100%;
  display: block;
  float: none;
  clear: both;
}
.mp-reset {
  margin: 0;
  padding: 0;
}
.grad_icon_fon {
  content: "";
  position: absolute;
  display: block;
  top: 1px;
  right: 1px;
  width: 55px;
  height: 33px;
  border-radius: 0 4px 4px 0;
  background: -webkit-linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0.5),
    #fff,
    #fff,
    #fff
  );
  background: -moz-linear-gradient(
    to right,
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0.5),
    #fff,
    #fff,
    #fff
  );
  background: -ms-linear-gradient(
    to right,
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0.5),
    #fff,
    #fff,
    #fff
  );
  background: -o-linear-gradient(
    to right,
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0.5),
    #fff,
    #fff,
    #fff
  );
  background: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0.5),
    #fff,
    #fff,
    #fff
  );
}
.nhc {
  color: var(--blue);
}
.nhc:hover {
  color: var(--blue-dark);
  cursor: pointer;
}
.grad_icon_fon_nex_black {
  content: "";
  position: absolute;
  display: block;
  top: 1px;
  right: 1px;
  width: 55px;
  height: 39px;
  border-radius: 0 4px 4px 0;
  background: -webkit-linear-gradient(
    90deg,
    hsla(0, 0%, 8%, 0),
    hsla(0, 0%, 8%, 0.5),
    #141414,
    #141414,
    #141414
  );
  background: -moz-linear-gradient(
    to right,
    hsla(0, 0%, 8%, 0),
    hsla(0, 0%, 8%, 0.5),
    #141414,
    #141414,
    #141414
  );
  background: -ms-linear-gradient(
    to right,
    hsla(0, 0%, 8%, 0),
    hsla(0, 0%, 8%, 0.5),
    #141414,
    #141414,
    #141414
  );
  background: -o-linear-gradient(
    to right,
    hsla(0, 0%, 8%, 0),
    hsla(0, 0%, 8%, 0.5),
    #141414,
    #141414,
    #141414
  );
  background: linear-gradient(
    90deg,
    hsla(0, 0%, 8%, 0),
    hsla(0, 0%, 8%, 0.5),
    #141414,
    #141414,
    #141414
  );
}
.table_wrap {
  position: relative;
  display: table;
  margin: 0 auto;
}
.error_inline_wrap {
  position: relative;
  display: inline-block;
}
.serif {
  font-family: PT Serif, serif;
}
.fnl {
  font-family: FrutigerNextLight;
}
.fnh {
  font-family: FrutigerNextHeavy;
}
html {
  height: 101%;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
}
a {
  color: var(--blue);
}
a:hover {
  color: var(--blue-dark);
  cursor: pointer;
}
.temp-hide {
  display: none;
}
.set-posr {
  position: relative;
}
#show_all_code {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  width: 820px;
  margin-left: -410px;
  margin-top: -150px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #fff;
  padding: 10px 15px;
  box-sizing: border-box;
}
#show_all_code .all_this_code {
  overflow: auto;
  padding-bottom: 5px;
}
#show_all_code .nui-button-blue {
  margin: 10px auto 0;
  display: table;
}
#show_all_code .nui-button-blue--right-hover:hover {
  color: #fff;
}
.nui-button-blue--right-hover {
  transition: 0.2s;
}
.nui-button-blue--right-hover:hover {
  color: #fff;
}
.footer {
  position: relative;
}
.nui-pg18 {
  background-size: 50px 50px;
  height: 50px;
  width: 50px;
  position: absolute;
  bottom: 84px;
  left: 0;
  background-image: url(../images/to-sprite-in-future/pg18.svg);
}
.hidden-facebook-users {
  display: none;
  height: 0;
  width: 0;
  overflow: hidden;
  opacity: 0;
}
.hellobar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-color: #367acf;
  z-index: 1000;
  display: none;
  opacity: 0;
  margin-bottom: -60px;
}
.hellobar a {
  text-decoration: none;
}
.hellobar:last-child {
  margin-bottom: 0;
  display: block;
  opacity: 1;
}
.hellobar.set-admin {
  bottom: 31px;
}
.hellobar.set-facebook {
  background-color: #191919;
}
.hellobar.set-facebook .nui_hellobar {
  height: 60px;
  overflow: hidden;
}
.hellobar.set-facebook .nui_hellobar .hb_facebook_list {
  height: 60px;
  overflow: hidden;
  text-align: center;
}
.hellobar.set-facebook .nui_hellobar .hb_facebook_list .hbf_user_wrap {
  max-width: 920px;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
  display: inline-block;
  box-sizing: border-box;
  font-size: 0;
}
.hellobar.set-facebook .nui_hellobar .hb_facebook_list .hb_facebook_item {
  position: relative;
  vertical-align: top;
  display: inline-block;
  max-width: 230px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
}
.hellobar.set-facebook
  .nui_hellobar
  .hb_facebook_list
  .hb_facebook_item
  .hb_facebook_user {
  position: relative;
  height: 60px;
  box-sizing: border-box;
  padding-right: 50px;
  padding-left: 10px;
  padding-top: 7px;
  width: 230px;
  overflow: hidden;
}
.hellobar.set-facebook
  .nui_hellobar
  .hb_facebook_list
  .hb_facebook_item
  .hb_facebook_user:hover {
  background-color: #3b3b3b;
}
.hellobar.set-facebook
  .nui_hellobar
  .hb_facebook_list
  .hb_facebook_item
  .hb_facebook_user:hover
  .hbfu_close {
  display: block;
}
.hellobar.set-facebook
  .nui_hellobar
  .hb_facebook_list
  .hb_facebook_item
  .hb_facebook_user:hover
  .hbfu_name_surname
  .hbfu_ns_grad {
  background: -webkit-linear-gradient(
    90deg,
    rgba(59, 59, 59, 0),
    rgba(59, 59, 59, 0.3),
    rgba(59, 59, 59, 0.5),
    rgba(59, 59, 59, 0.8),
    #3b3b3b
  );
  background: -moz-linear-gradient(
    to right,
    rgba(59, 59, 59, 0),
    rgba(59, 59, 59, 0.3),
    rgba(59, 59, 59, 0.5),
    rgba(59, 59, 59, 0.8),
    #3b3b3b
  );
  background: -ms-linear-gradient(
    to right,
    rgba(59, 59, 59, 0),
    rgba(59, 59, 59, 0.3),
    rgba(59, 59, 59, 0.5),
    rgba(59, 59, 59, 0.8),
    #3b3b3b
  );
  background: -o-linear-gradient(
    to right,
    rgba(59, 59, 59, 0),
    rgba(59, 59, 59, 0.3),
    rgba(59, 59, 59, 0.5),
    rgba(59, 59, 59, 0.8),
    #3b3b3b
  );
  background: linear-gradient(
    90deg,
    rgba(59, 59, 59, 0),
    rgba(59, 59, 59, 0.3),
    rgba(59, 59, 59, 0.5),
    rgba(59, 59, 59, 0.8),
    #3b3b3b
  );
}
.hellobar.set-facebook
  .nui_hellobar
  .hb_facebook_list
  .hb_facebook_item
  .hb_facebook_user
  .hbfu_close,
.hellobar.set-facebook
  .nui_hellobar
  .hb_facebook_list
  .hb_facebook_item
  .hb_facebook_user
  .hbfu_follow {
  position: absolute;
  background-repeat: no-repeat;
}
.hellobar.set-facebook
  .nui_hellobar
  .hb_facebook_list
  .hb_facebook_item
  .hb_facebook_user
  .hbfu_follow {
  height: 15px;
  width: 13px;
  background-size: 13px 15px;
  background-position: 0 0;
  top: 22px;
  right: 35px;
  background-image: url(../images/to-sprite-in-future/fb_follow_strokewhite.svg);
}
.hellobar.set-facebook
  .nui_hellobar
  .hb_facebook_list
  .hb_facebook_item
  .hb_facebook_user
  .hbfu_follow:hover {
  cursor: pointer;
  background-image: url(../images/to-sprite-in-future/fb_follow_fullwhite.svg);
}
.hellobar.set-facebook
  .nui_hellobar
  .hb_facebook_list
  .hb_facebook_item
  .hb_facebook_user
  .hbfu_follow.active,
.hellobar.set-facebook
  .nui_hellobar
  .hb_facebook_list
  .hb_facebook_item
  .hb_facebook_user
  .hbfu_follow:active {
  background-image: url(../images/to-sprite-in-future/fb_follow_orange.svg);
}
.hellobar.set-facebook
  .nui_hellobar
  .hb_facebook_list
  .hb_facebook_item
  .hb_facebook_user
  .hbfu_close {
  display: none;
  height: 12px;
  width: 12px;
  background-size: 12px 12px;
  top: 23px;
  right: 10px;
  background-image: url(../images/to-sprite-in-future/nui-nex-cross_half-white.svg);
}
.hellobar.set-facebook
  .nui_hellobar
  .hb_facebook_list
  .hb_facebook_item
  .hb_facebook_user
  .hbfu_close:hover {
  cursor: pointer;
  background-image: url(../images/to-sprite-in-future/nui-nex-cross_white.svg);
}
.hellobar.set-facebook
  .nui_hellobar
  .hb_facebook_list
  .hb_facebook_item
  .hb_facebook_user
  .hbfu_userpic {
  height: 60px;
  float: left;
}
.hellobar.set-facebook
  .nui_hellobar
  .hb_facebook_list
  .hb_facebook_item
  .hb_facebook_user
  .hbfu_name_surname {
  width: 115px;
  position: relative;
  display: inline-block;
  height: 60px;
  float: left;
  text-align: left;
  margin-left: 10px;
  padding-top: 2px;
  box-sizing: border-box;
}
.hellobar.set-facebook
  .nui_hellobar
  .hb_facebook_list
  .hb_facebook_item
  .hb_facebook_user
  .hbfu_name_surname
  .hbfu_name,
.hellobar.set-facebook
  .nui_hellobar
  .hb_facebook_list
  .hb_facebook_item
  .hb_facebook_user
  .hbfu_name_surname
  .hbfu_surname {
  font-size: 16px;
  color: #fff;
  max-width: 115px;
  overflow: hidden;
  white-space: nowrap;
}
.hellobar.set-facebook
  .nui_hellobar
  .hb_facebook_list
  .hb_facebook_item
  .hb_facebook_user
  .hbfu_name_surname
  .hbfu_ns_grad {
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  height: 100%;
  z-index: 1000;
  background: -webkit-linear-gradient(
    90deg,
    rgba(25, 25, 25, 0),
    rgba(25, 25, 25, 0.3),
    rgba(25, 25, 25, 0.5),
    rgba(25, 25, 25, 0.8),
    #191919
  );
  background: -moz-linear-gradient(
    to right,
    rgba(25, 25, 25, 0),
    rgba(25, 25, 25, 0.3),
    rgba(25, 25, 25, 0.5),
    rgba(25, 25, 25, 0.8),
    #191919
  );
  background: -ms-linear-gradient(
    to right,
    rgba(25, 25, 25, 0),
    rgba(25, 25, 25, 0.3),
    rgba(25, 25, 25, 0.5),
    rgba(25, 25, 25, 0.8),
    #191919
  );
  background: -o-linear-gradient(
    to right,
    rgba(25, 25, 25, 0),
    rgba(25, 25, 25, 0.3),
    rgba(25, 25, 25, 0.5),
    rgba(25, 25, 25, 0.8),
    #191919
  );
  background: linear-gradient(
    90deg,
    rgba(25, 25, 25, 0),
    rgba(25, 25, 25, 0.3),
    rgba(25, 25, 25, 0.5),
    rgba(25, 25, 25, 0.8),
    #191919
  );
}
.hellobar.set-facebook
  .nui_hellobar
  .hb_facebook_list
  .hb_facebook_item.set-button {
  padding: 0 40px 0 10px;
}
.hellobar.set-facebook
  .nui_hellobar
  .hb_facebook_list
  .hb_facebook_item.set-button
  .nui-button-blue.set-facebook {
  text-transform: uppercase;
  height: 35px;
  padding: 11px 20px 9px;
  font-size: 13px;
  margin-top: 12px;
}
.hellobar .nui_hellobar {
  position: relative;
  text-align: center;
}
.hellobar .nui_hellobar .nui_hellobar_text {
  line-height: 24px;
  color: #fff;
  font-size: 18px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 16px 21px;
}
.hellobar .nui_hellobar .nui_hellobar_text a {
  color: #fff;
  font-size: 18px;
}
.hellobar .nui_hellobar .nui_hellobar_text a:hover {
  cursor: pointer;
}
.hellobar .nui_hellobar .nui_hellobar_text a span {
  text-decoration: underline;
  color: #fff;
  font-size: 18px;
}
.hellobar .nui_hellobar .nui_hellobar_text a span:hover {
  cursor: pointer;
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  .hellobar .nui_hellobar .nui_hellobar_text {
    max-width: 396px;
  }
}
.hellobar .nui_hellobar_close {
  background-image: url(../images/to-sprite-in-future/nui-nex-cross_white.svg);
  background-size: 12px 12px;
  height: 12px;
  width: 12px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.hellobar .nui_hellobar_close:hover {
  cursor: pointer;
}
.nrb_head_wrap {
  margin-bottom: 5px;
}
.nrb_head_wrap .hrd_h1 {
  font-size: 34px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 13px;
}
.nrb_head_wrap .hrb_p {
  margin: 0 auto;
  width: 556px;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
}
.hrb_photographer_wrap {
  margin-bottom: 64px;
  height: 491px;
  background-size: 600px 446px;
  background-position: 50% 100%;
  background-image: url(../images/to-sprite-in-future/rating-boost-bg.svg);
  background-repeat: no-repeat;
  position: relative;
}
.hrb_photographer_wrap .hrbp_possiblePlace_wrap {
  padding: 4px 8px;
  box-sizing: border-box;
  position: absolute;
  top: 30px;
  right: 50%;
  margin-right: -300px;
  height: 30px;
  background: #37b970;
  border-radius: 5px;
}
.hrb_photographer_wrap .hrbp_possiblePlace_wrap .rating_grey_ico {
  top: 4px;
  height: 16px;
  width: 23px;
  background-size: 23px 16px;
  background-image: url(../images/to-sprite-in-future/rating.svg);
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.hrb_photographer_wrap .hrbp_possiblePlace_wrap .hrbp_possiblePlace {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
}
.hrb_photographer_wrap .hrbp_rating_up_arrow {
  width: 14px;
  height: 62px;
  background-size: 14px 62px;
  background-image: url(../images/to-sprite-in-future/rating_up.svg);
  position: absolute;
  right: 15px;
  top: -45px;
}
.hrb_photographer_wrap .hrb_photographer_block {
  position: absolute;
  padding: 20px 30px;
  top: 173px;
  left: 50%;
  width: 680px;
  margin-left: -340px;
  min-height: 221px;
  box-sizing: border-box;
  border: 1px solid #eaeaea;
  background-color: #fff;
  border-radius: 16px;
}
.hrb_photographer_wrap .hrb_photographer_block .hrbp_upline {
  margin-bottom: 20px;
}
.hrb_photographer_wrap .hrb_photographer_block .hrbp_upline .nrbp_user {
  display: inline-block;
  max-width: 440px;
}
.hrb_photographer_wrap
  .hrb_photographer_block
  .hrbp_upline
  .nrbp_user
  .nrbp_user_data {
  display: inline-block;
  margin-right: 15px;
}
.hrb_photographer_wrap
  .hrb_photographer_block
  .hrbp_upline
  .nrbp_user
  .nrbp_user_data
  .nrbp_username {
  font-size: 18px;
  line-height: 21px;
  display: inline-block;
  vertical-align: bottom;
}
.hrb_photographer_wrap
  .hrb_photographer_block
  .hrbp_upline
  .nrbp_user
  .nrbp_user_data
  .nrbp_login {
  display: inline-block;
  position: relative;
  vertical-align: bottom;
  font-size: 14px;
  top: -8px;
}
.hrb_photographer_wrap
  .hrb_photographer_block
  .hrbp_upline
  .nrbp_user
  .nrbp_user_data
  .nrbp_probadge {
  display: inline-block;
  position: relative;
  vertical-align: bottom;
  width: 36px;
  height: 20px;
  background-color: #f9c913;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  border-radius: 10px;
  top: -8px;
}
.hrb_photographer_wrap
  .hrb_photographer_block
  .hrbp_upline
  .nrbp_user
  .nrbp_location {
  display: inline-block;
  max-width: 255px;
  margin-right: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #757575;
  vertical-align: bottom;
}
.hrb_photographer_wrap .hrb_photographer_block .hrbp_upline .nrbp_rating_place {
  float: right;
  color: #757575;
  position: relative;
  top: 1px;
  padding-right: 25px;
  font-size: 16px;
  font-weight: 700;
}
.hrb_photographer_wrap
  .hrb_photographer_block
  .hrbp_upline
  .nrbp_rating_place
  .nrbp_rating_grey_ico {
  position: relative;
  top: 4px;
  display: inline-block;
  width: 23px;
  height: 16px;
  background-size: 23px 16px;
  background-image: url(../images/to-sprite-in-future/rating_grey.svg);
}
.hrb_photographer_wrap .hrb_photographer_block .hrbp_middlblock .hrbp_userpic {
  float: left;
}
.hrb_photographer_wrap
  .hrb_photographer_block
  .hrbp_middlblock
  .hrbp_rating_line_wrap {
  margin-left: 22px;
  margin-top: 25px;
  float: left;
  position: relative;
}
.hrb_photographer_wrap
  .hrb_photographer_block
  .hrbp_middlblock
  .hrbp_rating_line_wrap
  .rating_confirm_circle {
  width: 25px;
  height: 25px;
  background-color: #37b970;
  background-image: url(../images/to-sprite-in-future/rating_white_confirm.svg);
  background-size: 25px 25px;
  background-position: 50%;
  background-repeat: no-repeat;
  border-radius: 50%;
  position: absolute;
  margin-left: -13px;
  top: -8px;
  left: 0;
}
.hrb_photographer_wrap
  .hrb_photographer_block
  .hrbp_middlblock
  .hrbp_rating_line_wrap
  .hrbp_rating_line {
  width: 484px;
  background-color: #eaeaea;
  overflow: hidden;
  height: 10px;
  border-radius: 8px;
}
.hrb_photographer_wrap
  .hrb_photographer_block
  .hrbp_middlblock
  .hrbp_rating_line_wrap
  .hrbp_rating_line
  .hrbp_rating_now {
  height: 100%;
  background-color: #f28510;
  float: left;
}
.hrb_photographer_wrap
  .hrb_photographer_block
  .hrbp_middlblock
  .hrbp_rating_line_wrap
  .hrbp_rating_line
  .hrbp_rating_now.set-minw {
  min-width: 12px;
}
.hrb_photographer_wrap
  .hrb_photographer_block
  .hrbp_middlblock
  .hrbp_rating_line_wrap
  .hrbp_rating_line
  .hrbp_rating_now.set_confirmed {
  background-color: #37b970;
}
.hrb_photographer_wrap
  .hrb_photographer_block
  .hrbp_middlblock
  .hrbp_rating_line_wrap
  .hrbp_rating_line
  .hrbp_rating_plus {
  height: 100%;
  background-color: #367acf;
  float: left;
}
.hrb_photographer_wrap
  .hrb_photographer_block
  .hrbp_middlblock
  .hrbp_rating_line_wrap
  .hrbp_rating_line_describe_wrap {
  position: relative;
  height: 30px;
  width: 484px;
  margin-top: 12px;
}
.hrb_photographer_wrap
  .hrb_photographer_block
  .hrbp_middlblock
  .hrbp_rating_line_wrap
  .hrbp_rating_line_describe_wrap
  .hrbprldw {
  position: absolute;
  top: 0;
  color: #757575;
  font-size: 13px;
}
.hrb_photographer_wrap
  .hrb_photographer_block
  .hrbp_middlblock
  .hrbp_rating_line_wrap
  .hrbp_rating_line_describe_wrap
  .hrbprldw_0 {
  left: 0;
}
.hrb_photographer_wrap
  .hrb_photographer_block
  .hrbp_middlblock
  .hrbp_rating_line_wrap
  .hrbp_rating_line_describe_wrap
  .hrbprldw_200 {
  left: 20%;
  margin-left: -11px;
}
.hrb_photographer_wrap
  .hrb_photographer_block
  .hrbp_middlblock
  .hrbp_rating_line_wrap
  .hrbp_rating_line_describe_wrap
  .hrbprldw_400 {
  left: 40%;
  margin-left: -11px;
}
.hrb_photographer_wrap
  .hrb_photographer_block
  .hrbp_middlblock
  .hrbp_rating_line_wrap
  .hrbp_rating_line_describe_wrap
  .hrbprldw_600 {
  left: 60%;
  margin-left: -11px;
}
.hrb_photographer_wrap
  .hrb_photographer_block
  .hrbp_middlblock
  .hrbp_rating_line_wrap
  .hrbp_rating_line_describe_wrap
  .hrbprldw_800 {
  left: 80%;
  margin-left: -11px;
}
.hrb_photographer_wrap
  .hrb_photographer_block
  .hrbp_middlblock
  .hrbp_rating_line_wrap
  .hrbp_rating_line_describe_wrap
  .hrbprldw_1000 {
  right: 0;
}
.hrb_photographer_wrap
  .hrb_photographer_block
  .hrbp_middlblock
  .hrbp_rating_numbers {
  width: 484px;
  height: 42px;
  overflow: hidden;
  margin-left: 22px;
  float: left;
  margin-top: 12px;
  font-size: 0;
  white-space: nowrap;
}
.hrb_photographer_wrap
  .hrb_photographer_block
  .hrbp_middlblock
  .hrbp_rating_numbers
  .hrbprn_confirmed_number,
.hrb_photographer_wrap
  .hrb_photographer_block
  .hrbp_middlblock
  .hrbp_rating_numbers
  .hrbprn_equal_symbol,
.hrb_photographer_wrap
  .hrb_photographer_block
  .hrbp_middlblock
  .hrbp_rating_numbers
  .hrbprn_now,
.hrb_photographer_wrap
  .hrb_photographer_block
  .hrbp_middlblock
  .hrbp_rating_numbers
  .hrbprn_plus,
.hrb_photographer_wrap
  .hrb_photographer_block
  .hrbp_middlblock
  .hrbp_rating_numbers
  .hrbprn_plus_symbol {
  display: inline-block;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  margin-right: 10px;
}
.hrb_photographer_wrap
  .hrb_photographer_block
  .hrbp_middlblock
  .hrbp_rating_numbers
  .hrbprn_confirmed_number.set_confirmed,
.hrb_photographer_wrap
  .hrb_photographer_block
  .hrbp_middlblock
  .hrbp_rating_numbers
  .hrbprn_equal_symbol.set_confirmed,
.hrb_photographer_wrap
  .hrb_photographer_block
  .hrbp_middlblock
  .hrbp_rating_numbers
  .hrbprn_now.set_confirmed,
.hrb_photographer_wrap
  .hrb_photographer_block
  .hrbp_middlblock
  .hrbp_rating_numbers
  .hrbprn_plus.set_confirmed,
.hrb_photographer_wrap
  .hrb_photographer_block
  .hrbp_middlblock
  .hrbp_rating_numbers
  .hrbprn_plus_symbol.set_confirmed {
  color: #343434;
}
.hrb_photographer_wrap
  .hrb_photographer_block
  .hrbp_middlblock
  .hrbp_rating_numbers
  .hrbprn_confirmed_number {
  color: #37b970;
}
.hrb_photographer_wrap
  .hrb_photographer_block
  .hrbp_middlblock
  .hrbp_rating_numbers
  .hrbprn_equal_symbol,
.hrb_photographer_wrap
  .hrb_photographer_block
  .hrbp_middlblock
  .hrbp_rating_numbers
  .hrbprn_plus_symbol {
  color: #343434;
}
.hrb_photographer_wrap
  .hrb_photographer_block
  .hrbp_middlblock
  .hrbp_rating_numbers
  .hrbprn_now {
  color: #f28510;
}
.hrb_photographer_wrap
  .hrb_photographer_block
  .hrbp_middlblock
  .hrbp_rating_numbers
  .hrbprn_plus {
  color: #367acf;
}
.hrb_photographer_wrap
  .hrb_photographer_block
  .hrbp_middlblock
  .hrbp_rating_numbers
  .hrbprn_now_text,
.hrb_photographer_wrap
  .hrb_photographer_block
  .hrbp_middlblock
  .hrbp_rating_numbers
  .hrbprn_plus_text {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 16px;
  color: #757575;
  position: relative;
  top: 6px;
  vertical-align: top;
}
.hrb_photographer_wrap
  .hrb_photographer_block
  .hrbp_middlblock
  .hrbp_rating_numbers
  .hrbprn_now_text.set_confirmed,
.hrb_photographer_wrap
  .hrb_photographer_block
  .hrbp_middlblock
  .hrbp_rating_numbers
  .hrbprn_plus_text.set_confirmed {
  margin-right: 10px;
}
.hrb_photographer_wrap
  .hrb_photographer_block
  .hrbp_middlblock
  .hrbp_rating_numbers
  .hrbprn_now_text {
  margin-right: 16px;
}
.hrb_urlcheck_wrap.set-payment .hrbu_input_wrap {
  min-width: 380px;
  max-width: 450px;
  display: table;
  overflow: visible;
}
.hrb_urlcheck_wrap.set-payment .hrbu_input_wrap:after {
  height: 0;
}
.hrb_urlcheck_wrap.set-payment .hrbu_input_wrap:after,
.hrb_urlcheck_wrap.set-payment .hrbu_input_wrap:before {
  content: "";
  width: 100%;
  display: block;
  float: none;
  clear: both;
}
.hrb_urlcheck_wrap.set-payment .hrbu_input_wrap .hiw_center {
  display: block;
  float: left;
  height: 48px;
  padding: 5px 10px;
  box-sizing: border-box;
}
.hrb_urlcheck_wrap.set-payment
  .hrbu_input_wrap
  .hiw_center
  .hiw_center_currency {
  font-size: 24px;
  font-weight: 400;
  position: relative;
  top: 13px;
  color: #424242;
}
.hrb_urlcheck_wrap.set-payment .hrbu_input_wrap .hiw_left {
  display: block;
  width: 60%;
  min-width: 219px;
  float: left;
}
.hrb_urlcheck_wrap.set-payment
  .hrbu_input_wrap
  .hiw_left
  .hrbu_input.cp_pay_summ,
.hrb_urlcheck_wrap.set-payment .hrbu_input_wrap .hiw_left .hrbu_placeholder {
  display: block;
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  text-align: left;
}
.hrb_urlcheck_wrap.set-payment .hrbu_input_wrap .hiw_left .hrbu_placeholder {
  padding: 8px 11px 0;
  white-space: nowrap;
}
.hrb_urlcheck_wrap.set-payment
  .hrbu_input_wrap
  .hiw_left
  .hrbu_input.cp_pay_summ {
  padding: 3px 11px;
}
.hrb_urlcheck_wrap.set-payment .hrbu_input_wrap .hiw_right {
  display: block;
  float: right;
}
.hrb_urlcheck_wrap.set-payment .hrbu_input_wrap .hiw_right .hrbu_submit {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  margin: 6px 9px 0 0;
}
.hrb_urlcheck_wrap.set-payment .hrbu_input_wrap .hiw_error {
  display: none;
  white-space: nowrap;
  right: 103%;
  font-size: 15px;
  top: 18px;
}
.hrb_urlcheck_wrap.set-payment .hrbu_input_wrap .hiw_error.set-vis {
  display: block;
}
.hrb_urlcheck_wrap.set-payment .hrbu_input_wrap .hrbu_input {
  width: 100%;
}
.hrb_urlcheck_wrap .hrbu_confirmed {
  width: 600px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 25px;
  color: #757575;
}
.hrb_urlcheck_wrap .hrbu_error_block {
  width: 600px;
  margin: 0 auto;
  overflow: hidden;
  display: none;
}
.hrb_urlcheck_wrap .hrbu_error_block .hrbueb_ico {
  background-image: url(../images/to-sprite-in-future/hrb_alarm.svg);
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
  float: left;
  margin-top: 2px;
}
.hrb_urlcheck_wrap .hrbu_error_block .hrbueb_text {
  width: 570px;
  float: right;
  display: inline-block;
  font-size: 16px;
  line-height: 25px;
  color: #343434;
}
.hrb_urlcheck_wrap .hrbu_header {
  width: 600px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 14px;
  margin-bottom: 13px;
}
.hrb_urlcheck_wrap .hrbu_overrated {
  width: 600px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 13px;
  text-align: center;
}
.hrb_urlcheck_wrap .hrbu_input_wrap {
  width: 600px;
  max-width: 450px;
  height: 55px;
  margin: 0 auto 20px;
  border: 1px solid #dedede;
  border-radius: 5px;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
.hrb_urlcheck_wrap .hrbu_input_wrap.urlcheck {
  max-width: 600px;
}
.hrb_urlcheck_wrap .hrbu_input_wrap .hrbu_placeholder {
  color: #757575;
  font-size: 14px;
  position: absolute;
  top: 8px;
  left: 11px;
  line-height: 16px;
}
.hrb_urlcheck_wrap .hrbu_input_wrap .hrbu_input {
  position: absolute;
  top: 27px;
  left: 11px;
  border: none;
  outline: none;
  font-size: 15px;
  line-height: 18px;
  color: #343434;
  width: 465px;
}
.hrb_urlcheck_wrap .hrbu_input_wrap .hrbu_submit {
  height: 39px;
  position: absolute;
  top: 8px;
  right: 9px;
  display: table;
  padding: 0 30px;
}
.hrb_urlcheck_wrap .hrbu_input_wrap .hrbu_submit.set-cp-pay {
  padding: 12px 15px;
  top: 6px;
}
.hrb_urlcheck_wrap .hrbu_input_wrap .hrbu_url_bg_wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #367acf;
  display: none;
}
.hrb_urlcheck_wrap .hrbu_input_wrap .hrbu_url_bg_wrap .hrbuub_confirmed_ico {
  height: 25px;
  width: 25px;
  background-image: url(../images/to-sprite-in-future/hrb_white_confirm.svg);
  background-size: 25px 25px;
  position: absolute;
  top: 15px;
  right: 20px;
}
.hrb_urlcheck_wrap .hrbu_input_wrap .hrbu_url_bg_wrap .hrbuub_url {
  position: absolute;
  top: 17px;
  left: 20px;
  color: #fff;
  font-size: 21px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 360px;
}
.hrb_urlcheck_wrap .hrbu_input_wrap .hrbu_url_bg_wrap .hrbuub_change {
  position: absolute;
  top: 17px;
  right: 20px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.hrb_urlcheck_wrap .hrbu_input_wrap .hrbu_url_bg_wrap.set-checked {
  display: block;
  background-color: #367acf;
}
.hrb_urlcheck_wrap .hrbu_input_wrap .hrbu_url_bg_wrap.set-confirmed {
  display: block;
  background-color: #37b970;
}
.hrb_urlcheck_wrap .hrbu_input_wrap .hrbu_url_bg_wrap.set-error {
  display: block;
  background-color: #f24368;
}
.n1y-photo-list-item-badge-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.n1y-photo-list-item-badge-wrap .n1y-photo-list-item-badge {
  z-index: 100;
  position: absolute;
  height: 82px;
  width: 116px;
  top: 50%;
  left: 50%;
  margin-left: -58px;
  margin-top: -41px;
  background-size: 116px auto;
  background-image: url(../images/to-sprite-in-future/years_100_logo.svg);
  background-repeat: no-repeat;
}
.n1y-photo-item-badge {
  position: absolute;
  bottom: 0;
  left: 0;
}
.n1y-photo-item-badge a {
  display: block;
}
.n1y-photo-item-badge a img {
  width: 167px;
  height: 125px;
}
#main.set-nikon-competition {
  background: #141414;
  max-width: 100%;
  overflow: hidden;
  min-width: 1200px;
}
#nikon-100year-section .n1y-fs60b {
  line-height: 1;
  font-size: 60px;
}
#nikon-100year-section .n1y-fs36b,
#nikon-100year-section .n1y-fs60b {
  margin: 0;
  padding: 0;
  font-family: FrutigerNextHeavy;
  color: #fff;
  text-transform: uppercase;
}
#nikon-100year-section .n1y-fs36b {
  line-height: 1.2;
  font-size: 36px;
}
#nikon-100year-section .n1y-fs18l {
  font-family: FrutigerNextLight;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
}
#nikon-100year-section .n1y-delete-cross {
  font-family: FrutigerNextHeavy;
  color: #fd0;
  font-size: 24px;
  transform: rotate(45deg);
  display: inline-block;
  position: relative;
}
#nikon-100year-section .n1y-ico-small-v {
  background-image: url(../images/to-sprite-in-future/fa_check_fd0.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 18px 18px;
  display: inline-block;
  height: 18px;
  width: 18px;
}
#nikon-100year-section .n1y-hidden-participation-wrap {
  display: none;
}
#nikon-100year-section #n1y-parti-list,
#nikon-100year-section #n1y-work-list {
  height: 600px;
  overflow: hidden;
}
#nikon-100year-section .n1y-popap-slider-wrap {
  visibility: hidden;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
}
#nikon-100year-section .n1y-popap-slider-wrap .n1y-popap-slider-shadow {
  z-index: 301;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#nikon-100year-section
  .n1y-popap-slider-wrap.set-big
  .n1y-popap-slide-list-wrap {
  margin-top: -400px;
}
@media screen and (max-height: 799px) {
  #nikon-100year-section
    .n1y-popap-slider-wrap.set-big
    .n1y-popap-slide-list-wrap {
    top: 0;
    margin-top: 0;
  }
}
#nikon-100year-section
  .n1y-popap-slider-wrap.set-big
  .n1y-popap-slide-list-wrap
  .n1y-popap-slide-item
  img {
  height: 800px;
}
#nikon-100year-section
  .n1y-popap-slider-wrap.set-big
  .n1y-popap-slide-left-arrow-wrap {
  margin-left: -584px;
}
@media screen and (max-width: 1216px) {
  #nikon-100year-section
    .n1y-popap-slider-wrap.set-big
    .n1y-popap-slide-left-arrow-wrap {
    left: 16px;
    right: auto;
    margin-left: 0;
  }
}
#nikon-100year-section
  .n1y-popap-slider-wrap.set-big
  .n1y-popap-slide-right-arrow-wrap {
  margin-left: 534px;
}
@media screen and (max-width: 1216px) {
  #nikon-100year-section
    .n1y-popap-slider-wrap.set-big
    .n1y-popap-slide-right-arrow-wrap {
    left: auto;
    right: 16px;
    margin-left: 0;
  }
}
#nikon-100year-section
  .n1y-popap-slider-wrap.set-big
  .n1y-popap-slide-close-wrap {
  margin-top: -384px;
  margin-left: 534px;
}
@media screen and (max-width: 1216px) {
  #nikon-100year-section
    .n1y-popap-slider-wrap.set-big
    .n1y-popap-slide-close-wrap {
    left: auto;
    right: 16px;
    margin-left: 0;
  }
}
@media screen and (max-height: 799px) {
  #nikon-100year-section
    .n1y-popap-slider-wrap.set-big
    .n1y-popap-slide-close-wrap {
    top: 16px;
    margin-top: 0;
  }
}
#nikon-100year-section .n1y-popap-slider-wrap .n1y-popap-slide-list-wrap {
  width: 999999999999px;
  position: absolute;
  top: 50%;
  z-index: 303;
  margin-top: -300px;
}
#nikon-100year-section .n1y-popap-slider-wrap .n1y-popap-slide-list-wrap:after {
  content: "";
  height: 0;
  width: 100%;
  display: block;
  float: none;
  clear: both;
}
#nikon-100year-section
  .n1y-popap-slider-wrap
  .n1y-popap-slide-list-wrap:before {
  content: "";
  width: 100%;
  display: block;
  float: none;
  clear: both;
}
@media screen and (max-height: 599px) {
  #nikon-100year-section .n1y-popap-slider-wrap .n1y-popap-slide-list-wrap {
    top: 0;
    margin-top: 0;
  }
}
#nikon-100year-section
  .n1y-popap-slider-wrap
  .n1y-popap-slide-list-wrap
  .n1y-popap-slide-item {
  position: relative;
  float: left;
}
#nikon-100year-section
  .n1y-popap-slider-wrap
  .n1y-popap-slide-list-wrap
  .n1y-popap-slide-item.active
  .n1y-img-overlay {
  background: transparent;
}
#nikon-100year-section
  .n1y-popap-slider-wrap
  .n1y-popap-slide-list-wrap
  .n1y-popap-slide-item.active
  .n1y-img-overlay
  .n1y-io-description {
  display: block;
}
#nikon-100year-section
  .n1y-popap-slider-wrap
  .n1y-popap-slide-list-wrap
  .n1y-popap-slide-item
  .n1y-img-overlay {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
}
#nikon-100year-section
  .n1y-popap-slider-wrap
  .n1y-popap-slide-list-wrap
  .n1y-popap-slide-item
  .n1y-img-overlay
  .n1y-io-description {
  display: none;
  box-sizing: border-box;
  padding: 48px 17px 0;
  bottom: 0;
  left: 0;
  height: 88px;
  width: 100%;
  background: -webkit-linear-gradient(
    180deg,
    hsla(0, 0%, 8%, 0),
    hsla(0, 0%, 8%, 0.3),
    hsla(0, 0%, 8%, 0.6),
    hsla(0, 0%, 8%, 0.9)
  );
  background: -moz-linear-gradient(
    to bottom,
    hsla(0, 0%, 8%, 0),
    hsla(0, 0%, 8%, 0.3),
    hsla(0, 0%, 8%, 0.6),
    hsla(0, 0%, 8%, 0.9)
  );
  background: -ms-linear-gradient(
    to bottom,
    hsla(0, 0%, 8%, 0),
    hsla(0, 0%, 8%, 0.3),
    hsla(0, 0%, 8%, 0.6),
    hsla(0, 0%, 8%, 0.9)
  );
  background: -o-linear-gradient(
    to bottom,
    hsla(0, 0%, 8%, 0),
    hsla(0, 0%, 8%, 0.3),
    hsla(0, 0%, 8%, 0.6),
    hsla(0, 0%, 8%, 0.9)
  );
  background: linear-gradient(
    180deg,
    hsla(0, 0%, 8%, 0),
    hsla(0, 0%, 8%, 0.3),
    hsla(0, 0%, 8%, 0.6),
    hsla(0, 0%, 8%, 0.9)
  );
  position: absolute;
}
#nikon-100year-section
  .n1y-popap-slider-wrap
  .n1y-popap-slide-list-wrap
  .n1y-popap-slide-item
  .n1y-img-overlay
  .n1y-io-description:after {
  content: "";
  height: 0;
  width: 100%;
  display: block;
  float: none;
  clear: both;
}
#nikon-100year-section
  .n1y-popap-slider-wrap
  .n1y-popap-slide-list-wrap
  .n1y-popap-slide-item
  .n1y-img-overlay
  .n1y-io-description:before {
  content: "";
  width: 100%;
  display: block;
  float: none;
  clear: both;
}
#nikon-100year-section
  .n1y-popap-slider-wrap
  .n1y-popap-slide-list-wrap
  .n1y-popap-slide-item
  .n1y-img-overlay
  .n1y-io-description
  .n1y-io-description-wrap {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 17px;
}
#nikon-100year-section
  .n1y-popap-slider-wrap
  .n1y-popap-slide-list-wrap
  .n1y-popap-slide-item
  .n1y-img-overlay
  .n1y-io-description
  .n1y-io-description-wrap
  .n1y-iod-descr-left {
  float: left;
  margin-bottom: 8px;
}
#nikon-100year-section
  .n1y-popap-slider-wrap
  .n1y-popap-slide-list-wrap
  .n1y-popap-slide-item
  .n1y-img-overlay
  .n1y-io-description
  .n1y-io-description-wrap
  .n1y-iod-descr-left
  .n1y-iod-item {
  margin-right: 8px;
}
#nikon-100year-section
  .n1y-popap-slider-wrap
  .n1y-popap-slide-list-wrap
  .n1y-popap-slide-item
  .n1y-img-overlay
  .n1y-io-description
  .n1y-io-description-wrap
  .n1y-iod-descr-right {
  float: right;
  margin-bottom: 8px;
}
#nikon-100year-section
  .n1y-popap-slider-wrap
  .n1y-popap-slide-list-wrap
  .n1y-popap-slide-item
  .n1y-img-overlay
  .n1y-io-description
  .n1y-io-description-wrap
  .n1y-iod-descr-right
  .n1y-iod-item {
  float: right;
  margin-left: 16px;
}
#nikon-100year-section
  .n1y-popap-slider-wrap
  .n1y-popap-slide-list-wrap
  .n1y-popap-slide-item
  .n1y-img-overlay
  .n1y-io-description
  .n1y-iod-item {
  float: left;
  color: #fd0;
  font-family: FrutigerNextLight;
  font-size: 14px;
  margin-bottom: 2px;
}
#nikon-100year-section
  .n1y-popap-slider-wrap
  .n1y-popap-slide-list-wrap
  .n1y-popap-slide-item
  .n1y-img-overlay
  .n1y-io-description
  .n1y-iod-item
  a {
  font-size: 14px;
  font-family: FrutigerNextLight;
  color: #fd0;
}
#nikon-100year-section
  .n1y-popap-slider-wrap
  .n1y-popap-slide-list-wrap
  .n1y-popap-slide-item
  .n1y-img-overlay
  .n1y-io-description
  .n1y-iod-item
  a.set-name {
  font-family: FrutigerNextHeavy;
}
#nikon-100year-section
  .n1y-popap-slider-wrap
  .n1y-popap-slide-list-wrap
  .n1y-popap-slide-item
  .n1y-img-overlay
  .n1y-io-description
  .n1y-iod-item
  a:hover {
  color: #fff;
}
#nikon-100year-section
  .n1y-popap-slider-wrap
  .n1y-popap-slide-list-wrap
  .n1y-popap-slide-item
  .n1y-img-overlay
  .n1y-io-description
  .n1y-iod-item
  .n1y-iod-ico {
  position: relative;
  top: -2px;
  height: 19px;
  width: 19px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: top;
  margin-right: 1px;
}
#nikon-100year-section
  .n1y-popap-slider-wrap
  .n1y-popap-slide-list-wrap
  .n1y-popap-slide-item
  .n1y-img-overlay
  .n1y-io-description
  .n1y-iod-item
  .n1y-iod-ico.set-camera {
  background-image: url(../images/to-sprite-in-future/exif-nicon-camera_name-gray_light.svg);
  background-size: 19px 16px;
}
#nikon-100year-section
  .n1y-popap-slider-wrap
  .n1y-popap-slide-list-wrap
  .n1y-popap-slide-item
  .n1y-img-overlay
  .n1y-io-description
  .n1y-iod-item
  .n1y-iod-ico.set-aperture {
  background-image: url(../images/to-sprite-in-future/exif-nicon-aperture-gray_light.svg);
  background-size: 18px 18px;
}
#nikon-100year-section
  .n1y-popap-slider-wrap
  .n1y-popap-slide-list-wrap
  .n1y-popap-slide-item
  .n1y-img-overlay
  .n1y-io-description
  .n1y-iod-item
  .n1y-iod-ico.set-focal_lenght {
  background-image: url(../images/to-sprite-in-future/exif-nicon-focal_lenght-gray_light.svg);
  background-size: 19px 18px;
}
#nikon-100year-section
  .n1y-popap-slider-wrap
  .n1y-popap-slide-list-wrap
  .n1y-popap-slide-item
  .n1y-img-overlay
  .n1y-io-description
  .n1y-iod-item
  .n1y-iod-ico.set-exposure_time {
  background-image: url(../images/to-sprite-in-future/exif-nicon-exposure_time-gray_light.svg);
  background-size: 18px 19px;
}
#nikon-100year-section
  .n1y-popap-slider-wrap
  .n1y-popap-slide-list-wrap
  .n1y-popap-slide-item
  .n1y-img-overlay
  .n1y-io-description
  .n1y-iod-item
  .n1y-iod-ico.set-iso {
  background-image: url(../images/to-sprite-in-future/exif-nicon-iso-gray_light.svg);
  background-size: 16px 10px;
}
#nikon-100year-section
  .n1y-popap-slider-wrap
  .n1y-popap-slide-list-wrap
  .n1y-popap-slide-item
  .n1y-img-overlay
  .n1y-io-description
  .n1y-iod-item
  .n1y-iod-ico.set-geo {
  background-image: url(../images/to-sprite-in-future/exif-nicon-geo-gray_light.svg);
  background-size: 13px 19px;
}
#nikon-100year-section
  .n1y-popap-slider-wrap
  .n1y-popap-slide-list-wrap
  .n1y-popap-slide-item
  img {
  height: 600px;
}
#nikon-100year-section .n1y-popap-slider-wrap .n1y-popap-slide-close-wrap {
  z-index: 305;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -284px;
  margin-left: 384px;
  height: 48px;
  width: 48px;
  background-color: #000;
  opacity: 0.3;
  border-radius: 50%;
}
@media screen and (max-width: 876px) {
  #nikon-100year-section .n1y-popap-slider-wrap .n1y-popap-slide-close-wrap {
    left: auto;
    right: 16px;
    margin-left: 0;
  }
}
@media screen and (max-height: 599px) {
  #nikon-100year-section .n1y-popap-slider-wrap .n1y-popap-slide-close-wrap {
    top: 16px;
    margin-top: 0;
  }
}
#nikon-100year-section
  .n1y-popap-slider-wrap
  .n1y-popap-slide-close-wrap:hover {
  cursor: pointer;
  opacity: 1;
}
#nikon-100year-section
  .n1y-popap-slider-wrap
  .n1y-popap-slide-close-wrap
  .n1y-popap-slide-close {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  height: 30px;
  width: 30px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-image: url(../images/to-sprite-in-future/fa_close_fd0.svg);
}
#nikon-100year-section .n1y-popap-slider-wrap .n1y-popap-slide-left-arrow-wrap,
#nikon-100year-section
  .n1y-popap-slider-wrap
  .n1y-popap-slide-right-arrow-wrap {
  z-index: 305;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  left: 50%;
  height: 48px;
  width: 48px;
  background-color: #000;
  opacity: 0.3;
  border-radius: 50%;
}
#nikon-100year-section
  .n1y-popap-slider-wrap
  .n1y-popap-slide-left-arrow-wrap.disabled:hover,
#nikon-100year-section
  .n1y-popap-slider-wrap
  .n1y-popap-slide-right-arrow-wrap.disabled:hover {
  cursor: default;
  opacity: 0.3;
}
#nikon-100year-section
  .n1y-popap-slider-wrap
  .n1y-popap-slide-left-arrow-wrap:hover,
#nikon-100year-section
  .n1y-popap-slider-wrap
  .n1y-popap-slide-right-arrow-wrap:hover {
  cursor: pointer;
  opacity: 1;
}
#nikon-100year-section
  .n1y-popap-slider-wrap
  .n1y-popap-slide-left-arrow-wrap
  .n1y-popap-slide-left-arrow,
#nikon-100year-section
  .n1y-popap-slider-wrap
  .n1y-popap-slide-left-arrow-wrap
  .n1y-popap-slide-right-arrow,
#nikon-100year-section
  .n1y-popap-slider-wrap
  .n1y-popap-slide-right-arrow-wrap
  .n1y-popap-slide-left-arrow,
#nikon-100year-section
  .n1y-popap-slider-wrap
  .n1y-popap-slide-right-arrow-wrap
  .n1y-popap-slide-right-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  height: 30px;
  width: 30px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}
#nikon-100year-section .n1y-popap-slider-wrap .n1y-popap-slide-left-arrow-wrap {
  margin-left: -434px;
}
@media screen and (max-width: 876px) {
  #nikon-100year-section
    .n1y-popap-slider-wrap
    .n1y-popap-slide-left-arrow-wrap {
    left: 16px;
    right: auto;
    margin-left: 0;
  }
}
#nikon-100year-section
  .n1y-popap-slider-wrap
  .n1y-popap-slide-left-arrow-wrap
  .n1y-popap-slide-left-arrow {
  background-image: url(../images/to-sprite-in-future/fa_arrow_left_fd0.svg);
}
#nikon-100year-section
  .n1y-popap-slider-wrap
  .n1y-popap-slide-right-arrow-wrap {
  margin-left: 384px;
}
@media screen and (max-width: 876px) {
  #nikon-100year-section
    .n1y-popap-slider-wrap
    .n1y-popap-slide-right-arrow-wrap {
    left: auto;
    right: 16px;
    margin-left: 0;
  }
}
#nikon-100year-section
  .n1y-popap-slider-wrap
  .n1y-popap-slide-right-arrow-wrap
  .n1y-popap-slide-right-arrow {
  background-image: url(../images/to-sprite-in-future/fa_arrow_right_fd0.svg);
}
#nikon-100year-section .n1y-part-info-wrap {
  position: relative;
  margin-bottom: 53px;
}
#nikon-100year-section .n1y-part-info-wrap:after {
  height: 0;
}
#nikon-100year-section .n1y-part-info-wrap:after,
#nikon-100year-section .n1y-part-info-wrap:before {
  content: "";
  width: 100%;
  display: block;
  float: none;
  clear: both;
}
#nikon-100year-section .n1y-part-info-wrap .n1y-part-info-col {
  width: 600px;
  float: left;
}
#nikon-100year-section .n1y-part-info-wrap .n1y-part-info-col .n1y-pic-h {
  margin-bottom: 31px;
}
#nikon-100year-section .n1y-part-info-wrap .n1y-part-info-col .n1y-pic-p {
  line-height: 1.2;
  color: #fff;
  font-size: 18px;
  margin-bottom: 22px;
  font-family: FrutigerNextLight;
}
#nikon-100year-section
  .n1y-part-info-wrap
  .n1y-part-info-col
  .n1y-pic-p
  .n1y-ico-small-v {
  position: relative;
  top: 2px;
}
#nikon-100year-section
  .n1y-part-info-wrap
  .n1y-part-info-col
  .n1y-pic-p
  .n1y-pic-p-b {
  font-family: FrutigerNextHeavy;
}
#nikon-100year-section .n1y-part-info-wrap .n1y-part-info-col .n1y-pic-p a {
  color: #fd0;
}
#nikon-100year-section
  .n1y-part-info-wrap
  .n1y-part-info-col
  .n1y-pic-p
  a:hover {
  color: #fff;
}
#nikon-100year-section .n1y-fiveFacts .n1y-ff-header {
  margin-bottom: 28px;
}
#nikon-100year-section .n1y-fiveFacts .n1y-ff-cols-wrap .n1y-ff-col {
  float: left;
  width: 387px;
  margin-right: 20px;
}
#nikon-100year-section
  .n1y-fiveFacts
  .n1y-ff-cols-wrap
  .n1y-ff-col
  .n1y-ff-col-item {
  min-height: 100px;
  background-color: #fff;
  margin-bottom: 20px;
}
#nikon-100year-section
  .n1y-fiveFacts
  .n1y-ff-cols-wrap
  .n1y-ff-col
  .n1y-ff-col-item
  .n1y-ffi-img {
  width: 100%;
  margin-bottom: 15px;
}
#nikon-100year-section
  .n1y-fiveFacts
  .n1y-ff-cols-wrap
  .n1y-ff-col
  .n1y-ff-col-item
  .n1y-ffi-img
  img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
#nikon-100year-section
  .n1y-fiveFacts
  .n1y-ff-cols-wrap
  .n1y-ff-col
  .n1y-ff-col-item
  .n1y-ffi-img.set-it1 {
  padding-top: 24px;
  margin-bottom: 20px;
}
#nikon-100year-section
  .n1y-fiveFacts
  .n1y-ff-cols-wrap
  .n1y-ff-col
  .n1y-ff-col-item
  .n1y-ffi-img.set-it3 {
  margin-bottom: 5px;
}
#nikon-100year-section
  .n1y-fiveFacts
  .n1y-ff-cols-wrap
  .n1y-ff-col
  .n1y-ff-col-item
  .n1y-ffi-img.set-it5 {
  padding-top: 39px;
  margin-bottom: 42px;
}
#nikon-100year-section
  .n1y-fiveFacts
  .n1y-ff-cols-wrap
  .n1y-ff-col
  .n1y-ff-col-item
  .n1y-ffi-h {
  padding: 0 30px;
  margin-bottom: 15px;
  font-family: FrutigerNextHeavy;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1.2;
  color: #191919;
}
#nikon-100year-section
  .n1y-fiveFacts
  .n1y-ff-cols-wrap
  .n1y-ff-col
  .n1y-ff-col-item
  .n1y-ffi-p {
  padding: 0 18px 30px 30px;
  font-family: FrutigerNextLight;
  line-height: 1.2;
  color: #191919;
}
#nikon-100year-section
  .n1y-fiveFacts
  .n1y-ff-cols-wrap
  .n1y-ff-col
  .n1y-ff-col-item
  .n1y-ffi-h4 {
  font-family: FrutigerNextLight;
  font-size: 22px;
  color: #191919;
  line-height: 1.2;
  padding: 25px 24px 108px;
}
#nikon-100year-section
  .n1y-fiveFacts
  .n1y-ff-cols-wrap
  .n1y-ff-col
  .n1y-ff-col-item.set-yellow {
  background-color: #fd0;
}
#nikon-100year-section
  .n1y-fiveFacts
  .n1y-ff-cols-wrap
  .n1y-ff-col
  .n1y-ff-col-item.set-silver {
  background-color: #c7c6c1;
}
#nikon-100year-section
  .n1y-fiveFacts
  .n1y-ff-cols-wrap
  .n1y-ff-col
  .n1y-ff-col-item.set-grey {
  background-color: #d1d3c6;
}
#nikon-100year-section
  .n1y-fiveFacts
  .n1y-ff-cols-wrap
  .n1y-ff-col:first-child {
  margin-right: 19px;
}
#nikon-100year-section .n1y-fiveFacts .n1y-ff-cols-wrap .n1y-ff-col:last-child {
  margin-right: 0;
}
#nikon-100year-section .n1y-video-blocks-wrap {
  margin-bottom: 193px;
}
#nikon-100year-section .n1y-video-blocks-wrap .n1y-vb-header {
  margin-bottom: 27px;
}
#nikon-100year-section .n1y-video-blocks-wrap .n1y-vb-block {
  background-color: #232323;
  height: 446px;
  overflow: hidden;
}
#nikon-100year-section
  .n1y-video-blocks-wrap
  .n1y-vb-block.set-first
  .n1y-vbb-video {
  float: left;
}
#nikon-100year-section
  .n1y-video-blocks-wrap
  .n1y-vb-block.set-first
  .n1y-vbb-text,
#nikon-100year-section
  .n1y-video-blocks-wrap
  .n1y-vb-block.set-second
  .n1y-vbb-video {
  float: right;
}
#nikon-100year-section
  .n1y-video-blocks-wrap
  .n1y-vb-block.set-second
  .n1y-vbb-text {
  float: left;
  margin-left: 5px;
}
#nikon-100year-section .n1y-video-blocks-wrap .n1y-vb-block .n1y-vbb-video {
  width: 794px;
  height: 446px;
  position: relative;
}
#nikon-100year-section
  .n1y-video-blocks-wrap
  .n1y-vb-block
  .n1y-vbb-video
  .n1y-vbb-video-poster {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50%;
}
#nikon-100year-section
  .n1y-video-blocks-wrap
  .n1y-vb-block
  .n1y-vbb-video
  .n1y-vbb-video-poster:hover {
  cursor: pointer;
}
#nikon-100year-section
  .n1y-video-blocks-wrap
  .n1y-vb-block
  .n1y-vbb-video
  .n1y-vbb-video-poster.set-first {
  background-image: url(../images/to-sprite-in-future/video_thumb1.jpg);
}
#nikon-100year-section
  .n1y-video-blocks-wrap
  .n1y-vb-block
  .n1y-vbb-video
  .n1y-vbb-video-poster.set-second {
  background-image: url(../images/to-sprite-in-future/video_thumb2.jpg);
}
#nikon-100year-section
  .n1y-video-blocks-wrap
  .n1y-vb-block
  .n1y-vbb-video
  .n1y-vbb-video-poster
  .n1y-vbb-play-button {
  height: 73px;
  width: 57px;
  background-size: 57px 73px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -36px;
  margin-left: -28px;
  background-image: url(../images/to-sprite-in-future/nikon-video-play.svg);
}
#nikon-100year-section .n1y-video-blocks-wrap .n1y-vb-block .n1y-vbb-text {
  width: 400px;
}
#nikon-100year-section
  .n1y-video-blocks-wrap
  .n1y-vb-block
  .n1y-vbb-text
  .n1y-vbbt-h,
#nikon-100year-section
  .n1y-video-blocks-wrap
  .n1y-vb-block
  .n1y-vbb-text
  .n1y-vbbt-p {
  text-transform: uppercase;
  color: #fff;
  padding: 26px 25px 0;
}
#nikon-100year-section
  .n1y-video-blocks-wrap
  .n1y-vb-block
  .n1y-vbb-text
  .n1y-vbbt-h {
  font-family: FrutigerNextHeavy;
  font-size: 36px;
  line-height: 1.2;
  width: 300px;
}
#nikon-100year-section
  .n1y-video-blocks-wrap
  .n1y-vb-block
  .n1y-vbb-text
  .n1y-vbbt-p {
  font-family: FrutigerNextLight;
  font-size: 24px;
  line-height: 1;
  line-height: 29px;
  margin-top: -10px;
}
#nikon-100year-section .n1y-day-works {
  margin-bottom: 133px;
}
#nikon-100year-section .n1y-day-works .n1y-dw-header {
  margin-bottom: 19px;
}
#nikon-100year-section .n1y-day-works .n1y-dw-h2 {
  margin-bottom: 34px;
}
#nikon-100year-section .n1y-day-works .n1y-dw-work-list {
  position: relative;
}
#nikon-100year-section .n1y-day-works .n1y-dw-work-list:after {
  content: "";
  height: 0;
  width: 100%;
  display: block;
  float: none;
  clear: both;
}
#nikon-100year-section .n1y-day-works .n1y-dw-work-list:before {
  content: "";
  width: 100%;
  display: block;
  float: none;
  clear: both;
}
#nikon-100year-section
  .n1y-day-works
  .n1y-dw-work-list
  .n1y-pt-work-item:hover {
  cursor: pointer;
}
#nikon-100year-section .n1y-day-works .n1y-dw-work-list .n1y-dw-work-item,
#nikon-100year-section .n1y-day-works .n1y-dw-work-list .n1y-pt-work-item {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  height: 300px;
  width: 300px;
  float: left;
}
#nikon-100year-section
  .n1y-day-works
  .n1y-dw-work-list
  .n1y-dw-work-item:hover
  .n1y-img-shadow,
#nikon-100year-section
  .n1y-day-works
  .n1y-dw-work-list
  .n1y-pt-work-item:hover
  .n1y-img-shadow {
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
}
#nikon-100year-section .n1y-day-works .n1y-dw-work-list .n1y-dw-work-item img,
#nikon-100year-section .n1y-day-works .n1y-dw-work-list .n1y-pt-work-item img {
  height: 300px;
  width: 300px;
}
#nikon-100year-section
  .n1y-day-works
  .n1y-dw-work-list
  .n1y-dw-work-item.j_popSliseUp:hover,
#nikon-100year-section
  .n1y-day-works
  .n1y-dw-work-list
  .n1y-pt-work-item.j_popSliseUp:hover {
  cursor: pointer;
}
#nikon-100year-section
  .n1y-day-works
  .n1y-dw-work-list
  .n1y-dw-work-item.set-hide,
#nikon-100year-section
  .n1y-day-works
  .n1y-dw-work-list
  .n1y-pt-work-item.set-hide {
  display: none;
}
#nikon-100year-section
  .n1y-day-works
  .n1y-dw-work-list
  .n1y-dw-work-item.set-load-nikon,
#nikon-100year-section
  .n1y-day-works
  .n1y-dw-work-list
  .n1y-pt-work-item.set-load-nikon {
  border: 4px solid #fd0;
}
#nikon-100year-section
  .n1y-day-works
  .n1y-dw-work-list
  .n1y-dw-work-item.set-load-nikon
  .n1y-dw-load-text-wrap,
#nikon-100year-section
  .n1y-day-works
  .n1y-dw-work-list
  .n1y-pt-work-item.set-load-nikon
  .n1y-dw-load-text-wrap {
  position: absolute;
  top: 95px;
  left: 50%;
  width: 236px;
  margin-left: -118px;
  overflow: hidden;
  text-align: center;
  max-height: 180px;
}
#nikon-100year-section
  .n1y-day-works
  .n1y-dw-work-list
  .n1y-dw-work-item.set-load-nikon
  .n1y-dw-load-text-wrap
  .n1y-dw-load-text-p,
#nikon-100year-section
  .n1y-day-works
  .n1y-dw-work-list
  .n1y-pt-work-item.set-load-nikon
  .n1y-dw-load-text-wrap
  .n1y-dw-load-text-p {
  font-family: FrutigerNextLight;
  color: #fff;
  font-size: 16px;
  margin-bottom: 6px;
}
#nikon-100year-section
  .n1y-day-works
  .n1y-dw-work-list
  .n1y-dw-work-item.set-load-nikon
  .n1y-dw-load-text-wrap
  .n1y-dw-load-text-p
  a,
#nikon-100year-section
  .n1y-day-works
  .n1y-dw-work-list
  .n1y-pt-work-item.set-load-nikon
  .n1y-dw-load-text-wrap
  .n1y-dw-load-text-p
  a {
  color: #fd0;
}
#nikon-100year-section
  .n1y-day-works
  .n1y-dw-work-list
  .n1y-dw-work-item.set-load-nikon
  .n1y-dw-load-text-wrap
  .n1y-dw-load-text-p
  a:hover,
#nikon-100year-section
  .n1y-day-works
  .n1y-dw-work-list
  .n1y-pt-work-item.set-load-nikon
  .n1y-dw-load-text-wrap
  .n1y-dw-load-text-p
  a:hover {
  color: #fff;
}
#nikon-100year-section
  .n1y-day-works
  .n1y-dw-work-list
  .n1y-dw-work-item.set-empty,
#nikon-100year-section
  .n1y-day-works
  .n1y-dw-work-list
  .n1y-pt-work-item.set-empty {
  border: 1px solid #303030;
}
#nikon-100year-section
  .n1y-day-works
  .n1y-dw-work-list
  .n1y-dw-work-item
  .n1y-dw-check-wrap,
#nikon-100year-section
  .n1y-day-works
  .n1y-dw-work-list
  .n1y-pt-work-item
  .n1y-dw-check-wrap {
  position: absolute;
  width: 120px;
  top: 50%;
  left: 50%;
  margin-left: -60px;
  margin-top: -29px;
  text-align: center;
}
#nikon-100year-section
  .n1y-day-works
  .n1y-dw-work-list
  .n1y-dw-work-item
  .n1y-dw-check-wrap
  .n1y-dw-check-ico,
#nikon-100year-section
  .n1y-day-works
  .n1y-dw-work-list
  .n1y-pt-work-item
  .n1y-dw-check-wrap
  .n1y-dw-check-ico {
  height: 60px;
  width: 60px;
  background-size: 60px 60px;
  background-repeat: no-repeat;
  background-image: url(../images/to-sprite-in-future/fa_check_fd0.svg);
  margin: 0 auto 3px;
}
#nikon-100year-section
  .n1y-day-works
  .n1y-dw-work-list
  .n1y-dw-work-item
  .n1y-img-shadow,
#nikon-100year-section
  .n1y-day-works
  .n1y-dw-work-list
  .n1y-pt-work-item
  .n1y-img-shadow {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
#nikon-100year-section
  .n1y-day-works
  .n1y-dw-work-list
  .n1y-dw-work-item
  .n1y-dw-check-wrap,
#nikon-100year-section
  .n1y-day-works
  .n1y-dw-work-list
  .n1y-dw-work-item
  .n1y-dw-mywork-delete,
#nikon-100year-section
  .n1y-day-works
  .n1y-dw-work-list
  .n1y-dw-work-item
  .n1y-dw-mywork-text,
#nikon-100year-section
  .n1y-day-works
  .n1y-dw-work-list
  .n1y-pt-work-item
  .n1y-dw-check-wrap,
#nikon-100year-section
  .n1y-day-works
  .n1y-dw-work-list
  .n1y-pt-work-item
  .n1y-dw-mywork-delete,
#nikon-100year-section
  .n1y-day-works
  .n1y-dw-work-list
  .n1y-pt-work-item
  .n1y-dw-mywork-text {
  display: none;
}
#nikon-100year-section
  .n1y-day-works
  .n1y-dw-work-list
  .n1y-dw-work-item.set-my-participation,
#nikon-100year-section
  .n1y-day-works
  .n1y-dw-work-list
  .n1y-pt-work-item.set-my-participation {
  border: 4px solid #fd0;
}
#nikon-100year-section
  .n1y-day-works
  .n1y-dw-work-list
  .n1y-dw-work-item.set-my-participation
  .n1y-img-shadow,
#nikon-100year-section
  .n1y-day-works
  .n1y-dw-work-list
  .n1y-pt-work-item.set-my-participation
  .n1y-img-shadow {
  display: block;
}
#nikon-100year-section
  .n1y-day-works
  .n1y-dw-work-list
  .n1y-dw-work-item.set-my-participation:hover,
#nikon-100year-section
  .n1y-day-works
  .n1y-dw-work-list
  .n1y-pt-work-item.set-my-participation:hover {
  cursor: default;
}
#nikon-100year-section
  .n1y-day-works
  .n1y-dw-work-list
  .n1y-dw-work-item.set-my-participation
  .n1y-dw-check-wrap,
#nikon-100year-section
  .n1y-day-works
  .n1y-dw-work-list
  .n1y-pt-work-item.set-my-participation
  .n1y-dw-check-wrap {
  display: block;
}
#nikon-100year-section
  .n1y-day-works
  .n1y-dw-work-list
  .n1y-dw-work-item.set-my-participation
  .n1y-dw-mywork-delete,
#nikon-100year-section
  .n1y-day-works
  .n1y-dw-work-list
  .n1y-pt-work-item.set-my-participation
  .n1y-dw-mywork-delete {
  display: block;
  position: absolute;
  font-size: 16px;
  color: #fff;
  font-family: FrutigerNextLight;
  top: 6px;
  right: 8px;
}
#nikon-100year-section
  .n1y-day-works
  .n1y-dw-work-list
  .n1y-dw-work-item.set-my-participation
  .n1y-dw-mywork-delete:hover,
#nikon-100year-section
  .n1y-day-works
  .n1y-dw-work-list
  .n1y-pt-work-item.set-my-participation
  .n1y-dw-mywork-delete:hover {
  cursor: pointer;
}
#nikon-100year-section
  .n1y-day-works
  .n1y-dw-work-list
  .n1y-dw-work-item.set-my,
#nikon-100year-section
  .n1y-day-works
  .n1y-dw-work-list
  .n1y-pt-work-item.set-my {
  border: 4px solid #fd0;
}
#nikon-100year-section
  .n1y-day-works
  .n1y-dw-work-list
  .n1y-dw-work-item.set-my
  .n1y-img-shadow,
#nikon-100year-section
  .n1y-day-works
  .n1y-dw-work-list
  .n1y-pt-work-item.set-my
  .n1y-img-shadow {
  display: block;
}
#nikon-100year-section
  .n1y-day-works
  .n1y-dw-work-list
  .n1y-dw-work-item.set-my
  .n1y-dw-mywork-delete,
#nikon-100year-section
  .n1y-day-works
  .n1y-dw-work-list
  .n1y-dw-work-item.set-my
  .n1y-dw-mywork-text,
#nikon-100year-section
  .n1y-day-works
  .n1y-dw-work-list
  .n1y-pt-work-item.set-my
  .n1y-dw-mywork-delete,
#nikon-100year-section
  .n1y-day-works
  .n1y-dw-work-list
  .n1y-pt-work-item.set-my
  .n1y-dw-mywork-text {
  display: block;
  position: absolute;
  font-size: 16px;
  color: #fff;
  font-family: FrutigerNextLight;
  bottom: 8px;
}
#nikon-100year-section
  .n1y-day-works
  .n1y-dw-work-list
  .n1y-dw-work-item.set-my
  .n1y-dw-mywork-text,
#nikon-100year-section
  .n1y-day-works
  .n1y-dw-work-list
  .n1y-pt-work-item.set-my
  .n1y-dw-mywork-text {
  left: 12px;
}
#nikon-100year-section
  .n1y-day-works
  .n1y-dw-work-list
  .n1y-dw-work-item.set-my
  .n1y-dw-mywork-delete,
#nikon-100year-section
  .n1y-day-works
  .n1y-dw-work-list
  .n1y-pt-work-item.set-my
  .n1y-dw-mywork-delete {
  right: 12px;
}
#nikon-100year-section
  .n1y-day-works
  .n1y-dw-work-list
  .n1y-dw-work-item.set-my
  .n1y-dw-mywork-delete:hover,
#nikon-100year-section
  .n1y-day-works
  .n1y-dw-work-list
  .n1y-pt-work-item.set-my
  .n1y-dw-mywork-delete:hover {
  cursor: pointer;
}
#nikon-100year-section
  .n1y-day-works
  .n1y-dw-work-list
  .n1y-dw-work-item.set-more,
#nikon-100year-section
  .n1y-day-works
  .n1y-dw-work-list
  .n1y-pt-work-item.set-more {
  text-align: center;
  background-color: #fd0;
  color: #000;
  text-transform: uppercase;
  font-size: 24px;
  font-family: FrutigerNextLight;
  padding-top: 144px;
}
#nikon-100year-section
  .n1y-day-works
  .n1y-dw-work-list
  .n1y-dw-work-item.set-more:hover,
#nikon-100year-section
  .n1y-day-works
  .n1y-dw-work-list
  .n1y-pt-work-item.set-more:hover {
  cursor: pointer;
  color: #fff;
}
#nikon-100year-section
  .n1y-day-works
  .n1y-dw-work-list
  .n1y-dw-work-item.set-more.set-absolut,
#nikon-100year-section
  .n1y-day-works
  .n1y-dw-work-list
  .n1y-pt-work-item.set-more.set-absolut {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 8;
}
#nikon-100year-section .n1y-result-wrap {
  margin-bottom: 152px;
}
#nikon-100year-section .n1y-result-wrap .n1y-result-content-wrap {
  position: relative;
}
#nikon-100year-section
  .n1y-result-wrap
  .n1y-result-content-wrap
  .n1y-result-winner-list-wrap {
  width: 700px;
  clear: both;
  overflow: hidden;
}
#nikon-100year-section
  .n1y-result-wrap
  .n1y-result-content-wrap
  .n1y-result-winner-list-wrap
  .n1y-result-winner-list {
  width: 1200px;
  clear: both;
}
#nikon-100year-section
  .n1y-result-wrap
  .n1y-result-content-wrap
  .n1y-result-winner-list-wrap
  .n1y-result-winner-list
  .n1y-result-winner-item {
  min-height: 20px;
  overflow: hidden;
  margin-bottom: 4px;
}
#nikon-100year-section
  .n1y-result-wrap
  .n1y-result-content-wrap
  .n1y-result-winner-list-wrap
  .n1y-result-winner-list
  .n1y-result-winner-item
  .n1y-rw-faded-block,
#nikon-100year-section
  .n1y-result-wrap
  .n1y-result-content-wrap
  .n1y-result-winner-list-wrap
  .n1y-result-winner-list
  .n1y-result-winner-item
  .n1y-rw-faded-wrap,
#nikon-100year-section
  .n1y-result-wrap
  .n1y-result-content-wrap
  .n1y-result-winner-list-wrap
  .n1y-result-winner-list
  .n1y-result-winner-item
  .n1y-rw-grey-line,
#nikon-100year-section
  .n1y-result-wrap
  .n1y-result-content-wrap
  .n1y-result-winner-list-wrap
  .n1y-result-winner-list
  .n1y-result-winner-item
  .n1y-rw-number,
#nikon-100year-section
  .n1y-result-wrap
  .n1y-result-content-wrap
  .n1y-result-winner-list-wrap
  .n1y-result-winner-list
  .n1y-result-winner-item
  .n1y-rw-winner {
  float: left;
}
#nikon-100year-section
  .n1y-result-wrap
  .n1y-result-content-wrap
  .n1y-result-winner-list-wrap
  .n1y-result-winner-list
  .n1y-result-winner-item
  .n1y-rw-number {
  width: 37px;
  font-family: FrutigerNextLight;
  color: #303030;
  font-size: 18px;
}
#nikon-100year-section
  .n1y-result-wrap
  .n1y-result-content-wrap
  .n1y-result-winner-list-wrap
  .n1y-result-winner-list
  .n1y-result-winner-item
  .n1y-rw-faded-wrap {
  height: 11px;
}
#nikon-100year-section
  .n1y-result-wrap
  .n1y-result-content-wrap
  .n1y-result-winner-list-wrap
  .n1y-result-winner-list
  .n1y-result-winner-item
  .n1y-rw-faded-wrap
  .n1y-rw-faded-block {
  width: 31px;
  height: 11px;
  background-color: #212121;
  margin-right: 1px;
  margin-top: 2px;
}
#nikon-100year-section
  .n1y-result-wrap
  .n1y-result-content-wrap
  .n1y-result-winner-list-wrap
  .n1y-result-winner-list
  .n1y-result-winner-item
  .n1y-rw-faded-wrap
  .n1y-rw-faded-block:first-child {
  background-color: #3b3b3b;
}
#nikon-100year-section
  .n1y-result-wrap
  .n1y-result-content-wrap
  .n1y-result-winner-list-wrap
  .n1y-result-winner-list
  .n1y-result-winner-item
  .n1y-rw-faded-wrap
  .n1y-rw-faded-block:nth-child(2) {
  background-color: #545454;
}
#nikon-100year-section
  .n1y-result-wrap
  .n1y-result-content-wrap
  .n1y-result-winner-list-wrap
  .n1y-result-winner-list
  .n1y-result-winner-item
  .n1y-rw-faded-wrap
  .n1y-rw-faded-block:nth-child(3) {
  background-color: #6e6e6e;
}
#nikon-100year-section
  .n1y-result-wrap
  .n1y-result-content-wrap
  .n1y-result-winner-list-wrap
  .n1y-result-winner-list
  .n1y-result-winner-item
  .n1y-rw-faded-wrap
  .n1y-rw-faded-block:nth-child(4) {
  background-color: #878787;
}
#nikon-100year-section
  .n1y-result-wrap
  .n1y-result-content-wrap
  .n1y-result-winner-list-wrap
  .n1y-result-winner-list
  .n1y-result-winner-item
  .n1y-rw-faded-wrap
  .n1y-rw-faded-block:nth-child(5) {
  background-color: #a1a1a1;
}
#nikon-100year-section
  .n1y-result-wrap
  .n1y-result-content-wrap
  .n1y-result-winner-list-wrap
  .n1y-result-winner-list
  .n1y-result-winner-item
  .n1y-rw-faded-wrap
  .n1y-rw-faded-block:nth-child(6) {
  background-color: #bababa;
}
#nikon-100year-section
  .n1y-result-wrap
  .n1y-result-content-wrap
  .n1y-result-winner-list-wrap
  .n1y-result-winner-list
  .n1y-result-winner-item
  .n1y-rw-faded-wrap
  .n1y-rw-faded-block:nth-child(7) {
  background-color: #d3d3d3;
}
#nikon-100year-section
  .n1y-result-wrap
  .n1y-result-content-wrap
  .n1y-result-winner-list-wrap
  .n1y-result-winner-list
  .n1y-result-winner-item
  .n1y-rw-faded-wrap
  .n1y-rw-faded-block:nth-child(8) {
  background-color: #ededed;
}
#nikon-100year-section
  .n1y-result-wrap
  .n1y-result-content-wrap
  .n1y-result-winner-list-wrap
  .n1y-result-winner-list
  .n1y-result-winner-item
  .n1y-rw-faded-wrap
  .n1y-rw-faded-block:nth-child(9),
#nikon-100year-section
  .n1y-result-wrap
  .n1y-result-content-wrap
  .n1y-result-winner-list-wrap
  .n1y-result-winner-list
  .n1y-result-winner-item
  .n1y-rw-faded-wrap
  .n1y-rw-faded-block:nth-child(10) {
  background-color: #fff;
}
#nikon-100year-section
  .n1y-result-wrap
  .n1y-result-content-wrap
  .n1y-result-winner-list-wrap
  .n1y-result-winner-list
  .n1y-result-winner-item
  .n1y-rw-winner {
  padding: 0 18px;
}
#nikon-100year-section
  .n1y-result-wrap
  .n1y-result-content-wrap
  .n1y-result-winner-list-wrap
  .n1y-result-winner-list
  .n1y-result-winner-item
  .n1y-rw-winner
  a {
  color: #fd0;
  font-size: 18px;
  font-family: FrutigerNextLight;
}
#nikon-100year-section
  .n1y-result-wrap
  .n1y-result-content-wrap
  .n1y-result-winner-list-wrap
  .n1y-result-winner-list
  .n1y-result-winner-item
  .n1y-rw-winner
  a:hover {
  color: #fff;
}
#nikon-100year-section
  .n1y-result-wrap
  .n1y-result-content-wrap
  .n1y-result-winner-list-wrap
  .n1y-result-winner-list
  .n1y-result-winner-item
  .n1y-rw-grey-line {
  display: block;
  height: 11px;
  background-color: #1d1d1d;
  margin-top: 2px;
  width: 700px;
}
#nikon-100year-section
  .n1y-result-wrap
  .n1y-result-content-wrap
  .n1y-result-camera-img {
  height: 336px;
  width: 589px;
  background-size: 589px 336px;
  background-repeat: no-repeat;
  background-image: url(../images/to-sprite-in-future/nikon_prise.png);
  position: absolute;
  top: -98px;
  right: 108px;
}
#nikon-100year-section
  .n1y-result-wrap
  .n1y-result-content-wrap
  .n1y-result-camera-img.set-retina {
  background-image: url(../images/to-sprite-in-future/nikon_prise@2x.png);
}
#nikon-100year-section .n1y-result-wrap .n1y-result-camera-img-static {
  height: 336px;
  width: 589px;
  background-size: 589px 336px;
  background-repeat: no-repeat;
  background-image: url(../images/to-sprite-in-future/nikon_prise.png);
  position: relative;
  margin-top: -50px;
}
#nikon-100year-section .n1y-result-wrap .n1y-result-header-wrap {
  position: relative;
  z-index: 1;
  margin: 36px 0;
  min-height: 116px;
}
#nikon-100year-section .n1y-result-wrap .n1y-result-header-wrap:after {
  content: "";
  height: 0;
  width: 100%;
  display: block;
  float: none;
  clear: both;
}
#nikon-100year-section .n1y-result-wrap .n1y-result-header-wrap:before {
  content: "";
  width: 100%;
  display: block;
  float: none;
  clear: both;
}
#nikon-100year-section
  .n1y-result-wrap
  .n1y-result-header-wrap
  .n1y-result-header-col {
  float: left;
  box-sizing: border-box;
  padding-right: 20px;
}
#nikon-100year-section
  .n1y-result-wrap
  .n1y-result-header-wrap
  .n1y-result-header-col.set-fist {
  width: 601px;
}
#nikon-100year-section
  .n1y-result-wrap
  .n1y-result-header-wrap
  .n1y-result-header-col.set-second {
  width: 406px;
}
#nikon-100year-section
  .n1y-result-wrap
  .n1y-result-header-wrap
  .n1y-result-header-col.set-third {
  width: 192px;
}
#nikon-100year-section
  .n1y-result-wrap
  .n1y-result-header-wrap
  .n1y-result-header-col:last-child {
  padding-right: 0;
}
#nikon-100year-section
  .n1y-result-wrap
  .n1y-result-header-wrap
  .n1y-result-header-col
  .n1y-result-h {
  position: relative;
  margin-bottom: 14px;
}
#nikon-100year-section
  .n1y-result-wrap
  .n1y-result-header-wrap
  .n1y-result-header-col
  .n1y-result-h
  span {
  font-family: FrutigerNextLight;
  position: absolute;
  top: 0;
  left: -33px;
}
#nikon-100year-section
  .n1y-result-wrap
  .n1y-result-header-wrap
  .n1y-result-header-col
  .n1y-result-p
  a {
  color: #fd0;
}
#nikon-100year-section
  .n1y-result-wrap
  .n1y-result-header-wrap
  .n1y-result-header-col
  .n1y-result-p
  a:hover {
  color: #fff;
}
#nikon-100year-section .n1y-current-day-h-wrap {
  color: #fff;
  position: absolute;
  top: 90%;
  left: 50%;
  margin-left: -600px;
}
#nikon-100year-section .n1y-current-day-h-wrap.set-main {
  top: 90%;
}
#nikon-100year-section .n1y-current-day-h-wrap .n1y-current-day-yellow-wrap {
  display: table;
  height: 60px;
  overflow: hidden;
  border: 2px solid #fd0;
  box-sizing: border-box;
  border-radius: 6px;
}
#nikon-100year-section
  .n1y-current-day-h-wrap
  .n1y-current-day-yellow-wrap
  .n1y-cdy-participation {
  height: 100%;
  background-color: #fd0;
  display: table;
  color: #000;
  font-family: FrutigerNextLight;
  font-size: 24px;
  float: left;
  padding: 19px 30px 0 27px;
}
#nikon-100year-section
  .n1y-current-day-h-wrap
  .n1y-current-day-yellow-wrap
  .n1y-cdy-participation:hover {
  color: #fff;
}
#nikon-100year-section
  .n1y-current-day-h-wrap
  .n1y-current-day-yellow-wrap
  .n1y-cdy-timeleft-wrap {
  float: left;
  padding: 21px 15px 0 21px;
}
#nikon-100year-section
  .n1y-current-day-h-wrap
  .n1y-current-day-yellow-wrap
  .n1y-cdy-timeleft-wrap
  .n1y-cdy-timeleft-split,
#nikon-100year-section
  .n1y-current-day-h-wrap
  .n1y-current-day-yellow-wrap
  .n1y-cdy-timeleft-wrap
  .n1y-cdy-timeleft-time {
  float: left;
  font-size: 30px;
}
#nikon-100year-section
  .n1y-current-day-h-wrap
  .n1y-current-day-yellow-wrap
  .n1y-cdy-timeleft-wrap
  .n1y-cdy-timeleft-time {
  font-family: FrutigerNextHeavy;
  color: #fff;
}
#nikon-100year-section
  .n1y-current-day-h-wrap
  .n1y-current-day-yellow-wrap
  .n1y-cdy-timeleft-wrap
  .n1y-cdy-timeleft-split {
  font-family: FrutigerNextLight;
  color: #4f4f4f;
}
#nikon-100year-section
  .n1y-current-day-h-wrap
  .n1y-current-day-yellow-wrap
  .n1y-cdy-timeleft-text {
  float: left;
  font-size: 13px;
  padding-top: 14px;
  padding-right: 10px;
  line-height: 1.1;
  color: #757575;
}
#nikon-100year-section .n1y-current-day-h-wrap .n1y-cdh-theme-hp {
  margin-bottom: 6px;
  margin-left: 6px;
  font-family: FrutigerNextLight;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.2;
}
#nikon-100year-section .n1y-current-day-h-wrap .n1y-cdh-theme-h {
  margin-bottom: 2px;
}
#nikon-100year-section .n1y-current-day-h-wrap .n1y-cdh-theme-p {
  margin-bottom: 30px;
}
#nikon-100year-section .n1y-timeline-wrap {
  z-index: 111;
  width: 100%;
  height: 11px;
  position: absolute;
  bottom: 20%;
  left: 0;
}
#nikon-100year-section .n1y-timeline-wrap .n1y-timeline-white-bg {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 11px;
  margin-left: -600px;
}
#nikon-100year-section .n1y-timeline-wrap .n1y-timeline-gray-bg {
  background-color: #393939;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 11px;
  margin-right: -601px;
}
#nikon-100year-section .n1y-timeline-wrap .n1y-timeline-wrapper {
  width: 1200px;
  margin: 0 auto;
  height: 11px;
  position: relative;
  left: 1px;
}
#nikon-100year-section
  .n1y-timeline-wrap
  .n1y-timeline-wrapper
  .n1y-timeline-start {
  position: absolute;
  top: 0;
  left: 0;
}
#nikon-100year-section
  .n1y-timeline-wrap
  .n1y-timeline-wrapper
  .n1y-timeline-start
  #n1y-vertical-start {
  left: 5px;
}
#nikon-100year-section
  .n1y-timeline-wrap
  .n1y-timeline-wrapper
  .n1y-timeline-finish {
  position: absolute;
  top: 0;
  right: 0;
}
#nikon-100year-section
  .n1y-timeline-wrap
  .n1y-timeline-wrapper
  .n1y-timeline-finish
  #n1y-vertical-finish {
  left: -7px;
}
#nikon-100year-section
  .n1y-timeline-wrap
  .n1y-timeline-wrapper
  .n1y-timeline-finish
  .n1y-vertical-line,
#nikon-100year-section
  .n1y-timeline-wrap
  .n1y-timeline-wrapper
  .n1y-timeline-item
  .n1y-vertical-line,
#nikon-100year-section
  .n1y-timeline-wrap
  .n1y-timeline-wrapper
  .n1y-timeline-start
  .n1y-vertical-line {
  height: 32px;
  width: 1px;
  background-color: #393939;
  position: absolute;
}
#nikon-100year-section
  .n1y-timeline-wrap
  .n1y-timeline-wrapper
  .n1y-timeline-finish
  .n1y-vertical-line.set-up,
#nikon-100year-section
  .n1y-timeline-wrap
  .n1y-timeline-wrapper
  .n1y-timeline-item
  .n1y-vertical-line.set-up,
#nikon-100year-section
  .n1y-timeline-wrap
  .n1y-timeline-wrapper
  .n1y-timeline-start
  .n1y-vertical-line.set-up {
  left: 50%;
  top: -38px;
}
#nikon-100year-section
  .n1y-timeline-wrap
  .n1y-timeline-wrapper
  .n1y-timeline-finish
  .n1y-vertical-line.set-down,
#nikon-100year-section
  .n1y-timeline-wrap
  .n1y-timeline-wrapper
  .n1y-timeline-item
  .n1y-vertical-line.set-down,
#nikon-100year-section
  .n1y-timeline-wrap
  .n1y-timeline-wrapper
  .n1y-timeline-start
  .n1y-vertical-line.set-down {
  left: 50%;
  bottom: -39px;
}
#nikon-100year-section
  .n1y-timeline-wrap
  .n1y-timeline-wrapper
  .n1y-timeline-finish
  .n1y-vertical-line-text,
#nikon-100year-section
  .n1y-timeline-wrap
  .n1y-timeline-wrapper
  .n1y-timeline-item
  .n1y-vertical-line-text,
#nikon-100year-section
  .n1y-timeline-wrap
  .n1y-timeline-wrapper
  .n1y-timeline-start
  .n1y-vertical-line-text {
  font-family: FrutigerNextLight;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  position: absolute;
}
#nikon-100year-section
  .n1y-timeline-wrap
  .n1y-timeline-wrapper
  .n1y-timeline-finish
  .n1y-vertical-line-text.set-up,
#nikon-100year-section
  .n1y-timeline-wrap
  .n1y-timeline-wrapper
  .n1y-timeline-item
  .n1y-vertical-line-text.set-up,
#nikon-100year-section
  .n1y-timeline-wrap
  .n1y-timeline-wrapper
  .n1y-timeline-start
  .n1y-vertical-line-text.set-up {
  top: -61px;
}
#nikon-100year-section
  .n1y-timeline-wrap
  .n1y-timeline-wrapper
  .n1y-timeline-finish
  .n1y-vertical-line-text.set-down,
#nikon-100year-section
  .n1y-timeline-wrap
  .n1y-timeline-wrapper
  .n1y-timeline-item
  .n1y-vertical-line-text.set-down,
#nikon-100year-section
  .n1y-timeline-wrap
  .n1y-timeline-wrapper
  .n1y-timeline-start
  .n1y-vertical-line-text.set-down {
  bottom: -64px;
}
#nikon-100year-section
  .n1y-timeline-wrap
  .n1y-timeline-wrapper
  .n1y-timeline-finish
  .n1y-vertical-line-text.set-lr,
#nikon-100year-section
  .n1y-timeline-wrap
  .n1y-timeline-wrapper
  .n1y-timeline-item
  .n1y-vertical-line-text.set-lr,
#nikon-100year-section
  .n1y-timeline-wrap
  .n1y-timeline-wrapper
  .n1y-timeline-start
  .n1y-vertical-line-text.set-lr {
  left: 0;
}
#nikon-100year-section
  .n1y-timeline-wrap
  .n1y-timeline-wrapper
  .n1y-timeline-finish
  .n1y-vertical-line-text.set-rl,
#nikon-100year-section
  .n1y-timeline-wrap
  .n1y-timeline-wrapper
  .n1y-timeline-item
  .n1y-vertical-line-text.set-rl,
#nikon-100year-section
  .n1y-timeline-wrap
  .n1y-timeline-wrapper
  .n1y-timeline-start
  .n1y-vertical-line-text.set-rl {
  right: 0;
}
#nikon-100year-section
  .n1y-timeline-wrap
  .n1y-timeline-wrapper
  .n1y-timeline-finish
  .n1y-vertical-line-text.set-center,
#nikon-100year-section
  .n1y-timeline-wrap
  .n1y-timeline-wrapper
  .n1y-timeline-item
  .n1y-vertical-line-text.set-center,
#nikon-100year-section
  .n1y-timeline-wrap
  .n1y-timeline-wrapper
  .n1y-timeline-start
  .n1y-vertical-line-text.set-center {
  width: 128px;
  text-align: center;
  left: 50%;
  margin-left: -64px;
}
#nikon-100year-section
  .n1y-timeline-wrap
  .n1y-timeline-wrapper
  .n1y-timeline-item {
  position: relative;
  height: 11px;
  width: 11px;
  display: block;
  vertical-align: top;
  float: left;
  background-color: #393939;
  margin-right: 1px;
}
@media screen and (max-width: 1414px) {
  #nikon-100year-section
    .n1y-timeline-wrap
    .n1y-timeline-wrapper
    .n1y-timeline-item:nth-child(3)
    .n1y-vertical-line-text,
  #nikon-100year-section
    .n1y-timeline-wrap
    .n1y-timeline-wrapper
    .n1y-timeline-item:nth-child(4)
    .n1y-vertical-line-text,
  #nikon-100year-section
    .n1y-timeline-wrap
    .n1y-timeline-wrapper
    .n1y-timeline-item:nth-child(5)
    .n1y-vertical-line-text {
    left: 0;
    text-align: left;
    margin-left: 0;
    white-space: nowrap;
  }
  #nikon-100year-section
    .n1y-timeline-wrap
    .n1y-timeline-wrapper
    .n1y-timeline-item:nth-child(100)
    .n1y-vertical-line-text,
  #nikon-100year-section
    .n1y-timeline-wrap
    .n1y-timeline-wrapper
    .n1y-timeline-item:nth-child(101)
    .n1y-vertical-line-text,
  #nikon-100year-section
    .n1y-timeline-wrap
    .n1y-timeline-wrapper
    .n1y-timeline-item:nth-child(102)
    .n1y-vertical-line-text {
    left: auto;
    right: 0;
    text-align: right;
    margin-left: 0;
    white-space: nowrap;
  }
  #nikon-100year-section
    .n1y-timeline-wrap
    .n1y-timeline-wrapper
    .n1y-timeline-item:nth-child(102)
    .n1y-yellow-wrap {
    left: auto;
    right: 0;
    margin-left: 0;
  }
  #nikon-100year-section
    .n1y-timeline-wrap
    .n1y-timeline-wrapper
    .n1y-timeline-item:nth-child(102)
    .n1y-yellow-wrap:before {
    left: auto;
    right: 5px;
    margin-left: 0;
  }
  #nikon-100year-section
    .n1y-timeline-wrap
    .n1y-timeline-wrapper
    .n1y-timeline-item:nth-child(101)
    .n1y-vertical-line-text {
    left: auto;
    right: -12px;
  }
  #nikon-100year-section
    .n1y-timeline-wrap
    .n1y-timeline-wrapper
    .n1y-timeline-item:nth-child(101)
    .n1y-yellow-wrap {
    left: auto;
    right: -12px;
    margin-left: 0;
  }
  #nikon-100year-section
    .n1y-timeline-wrap
    .n1y-timeline-wrapper
    .n1y-timeline-item:nth-child(101)
    .n1y-yellow-wrap:before {
    left: auto;
    right: 11px;
    margin-left: 0;
  }
  #nikon-100year-section
    .n1y-timeline-wrap
    .n1y-timeline-wrapper
    .n1y-timeline-item:nth-child(100)
    .n1y-vertical-line-text {
    left: auto;
    right: -24px;
  }
  #nikon-100year-section
    .n1y-timeline-wrap
    .n1y-timeline-wrapper
    .n1y-timeline-item:nth-child(100)
    .n1y-yellow-wrap {
    left: auto;
    right: -24px;
    margin-left: 0;
  }
  #nikon-100year-section
    .n1y-timeline-wrap
    .n1y-timeline-wrapper
    .n1y-timeline-item:nth-child(100)
    .n1y-yellow-wrap:before {
    left: auto;
    right: 22px;
    margin-left: 0;
  }
  #nikon-100year-section
    .n1y-timeline-wrap
    .n1y-timeline-wrapper
    .n1y-timeline-item:nth-child(99)
    .n1y-yellow-wrap {
    left: auto;
    right: -36px;
    margin-left: 0;
  }
  #nikon-100year-section
    .n1y-timeline-wrap
    .n1y-timeline-wrapper
    .n1y-timeline-item:nth-child(99)
    .n1y-yellow-wrap:before {
    left: auto;
    right: 33px;
    margin-left: 0;
  }
  #nikon-100year-section
    .n1y-timeline-wrap
    .n1y-timeline-wrapper
    .n1y-timeline-item:nth-child(98)
    .n1y-yellow-wrap {
    left: auto;
    right: -48px;
    margin-left: 0;
  }
  #nikon-100year-section
    .n1y-timeline-wrap
    .n1y-timeline-wrapper
    .n1y-timeline-item:nth-child(98)
    .n1y-yellow-wrap:before {
    left: auto;
    right: 44px;
    margin-left: 0;
  }
  #nikon-100year-section
    .n1y-timeline-wrap
    .n1y-timeline-wrapper
    .n1y-timeline-item:nth-child(97)
    .n1y-yellow-wrap {
    left: auto;
    right: -60px;
    margin-left: 0;
  }
  #nikon-100year-section
    .n1y-timeline-wrap
    .n1y-timeline-wrapper
    .n1y-timeline-item:nth-child(97)
    .n1y-yellow-wrap:before {
    left: auto;
    right: 55px;
    margin-left: 0;
  }
  #nikon-100year-section
    .n1y-timeline-wrap
    .n1y-timeline-wrapper
    .n1y-timeline-item:nth-child(96)
    .n1y-yellow-wrap {
    left: auto;
    right: -72px;
    margin-left: 0;
  }
  #nikon-100year-section
    .n1y-timeline-wrap
    .n1y-timeline-wrapper
    .n1y-timeline-item:nth-child(96)
    .n1y-yellow-wrap:before {
    left: auto;
    right: 66px;
    margin-left: 0;
  }
  #nikon-100year-section
    .n1y-timeline-wrap
    .n1y-timeline-wrapper
    .n1y-timeline-item:nth-child(95)
    .n1y-yellow-wrap {
    left: auto;
    right: -84px;
    margin-left: 0;
  }
  #nikon-100year-section
    .n1y-timeline-wrap
    .n1y-timeline-wrapper
    .n1y-timeline-item:nth-child(95)
    .n1y-yellow-wrap:before {
    left: auto;
    right: 77px;
    margin-left: 0;
  }
  #nikon-100year-section
    .n1y-timeline-wrap
    .n1y-timeline-wrapper
    .n1y-timeline-item:nth-child(94)
    .n1y-yellow-wrap {
    left: auto;
    right: -96px;
    margin-left: 0;
  }
  #nikon-100year-section
    .n1y-timeline-wrap
    .n1y-timeline-wrapper
    .n1y-timeline-item:nth-child(94)
    .n1y-yellow-wrap:before {
    left: auto;
    right: 88px;
    margin-left: 0;
  }
  #nikon-100year-section
    .n1y-timeline-wrap
    .n1y-timeline-wrapper
    .n1y-timeline-item:nth-child(3)
    .n1y-yellow-wrap {
    left: 0;
    margin-left: 0;
  }
  #nikon-100year-section
    .n1y-timeline-wrap
    .n1y-timeline-wrapper
    .n1y-timeline-item:nth-child(3)
    .n1y-yellow-wrap:before {
    left: 5px;
    margin-left: 0;
  }
  #nikon-100year-section
    .n1y-timeline-wrap
    .n1y-timeline-wrapper
    .n1y-timeline-item:nth-child(4)
    .n1y-vertical-line-text {
    left: -12px;
  }
  #nikon-100year-section
    .n1y-timeline-wrap
    .n1y-timeline-wrapper
    .n1y-timeline-item:nth-child(4)
    .n1y-yellow-wrap {
    left: -12px;
    margin-left: 0;
  }
  #nikon-100year-section
    .n1y-timeline-wrap
    .n1y-timeline-wrapper
    .n1y-timeline-item:nth-child(4)
    .n1y-yellow-wrap:before {
    left: 11px;
    margin-left: 0;
  }
  #nikon-100year-section
    .n1y-timeline-wrap
    .n1y-timeline-wrapper
    .n1y-timeline-item:nth-child(5)
    .n1y-vertical-line-text {
    left: -24px;
  }
  #nikon-100year-section
    .n1y-timeline-wrap
    .n1y-timeline-wrapper
    .n1y-timeline-item:nth-child(5)
    .n1y-yellow-wrap {
    left: -24px;
    margin-left: 0;
  }
  #nikon-100year-section
    .n1y-timeline-wrap
    .n1y-timeline-wrapper
    .n1y-timeline-item:nth-child(5)
    .n1y-yellow-wrap:before {
    left: 22px;
    margin-left: 0;
  }
  #nikon-100year-section
    .n1y-timeline-wrap
    .n1y-timeline-wrapper
    .n1y-timeline-item:nth-child(6)
    .n1y-yellow-wrap {
    left: -36px;
    margin-left: 0;
  }
  #nikon-100year-section
    .n1y-timeline-wrap
    .n1y-timeline-wrapper
    .n1y-timeline-item:nth-child(6)
    .n1y-yellow-wrap:before {
    left: 33px;
    margin-left: 0;
  }
  #nikon-100year-section
    .n1y-timeline-wrap
    .n1y-timeline-wrapper
    .n1y-timeline-item:nth-child(7)
    .n1y-yellow-wrap {
    left: -48px;
    margin-left: 0;
  }
  #nikon-100year-section
    .n1y-timeline-wrap
    .n1y-timeline-wrapper
    .n1y-timeline-item:nth-child(7)
    .n1y-yellow-wrap:before {
    left: 44px;
    margin-left: 0;
  }
  #nikon-100year-section
    .n1y-timeline-wrap
    .n1y-timeline-wrapper
    .n1y-timeline-item:nth-child(8)
    .n1y-yellow-wrap {
    left: -60px;
    margin-left: 0;
  }
  #nikon-100year-section
    .n1y-timeline-wrap
    .n1y-timeline-wrapper
    .n1y-timeline-item:nth-child(8)
    .n1y-yellow-wrap:before {
    left: 55px;
    margin-left: 0;
  }
  #nikon-100year-section
    .n1y-timeline-wrap
    .n1y-timeline-wrapper
    .n1y-timeline-item:nth-child(9)
    .n1y-yellow-wrap {
    left: -72px;
    margin-left: 0;
  }
  #nikon-100year-section
    .n1y-timeline-wrap
    .n1y-timeline-wrapper
    .n1y-timeline-item:nth-child(9)
    .n1y-yellow-wrap:before {
    left: 66px;
    margin-left: 0;
  }
  #nikon-100year-section
    .n1y-timeline-wrap
    .n1y-timeline-wrapper
    .n1y-timeline-item:nth-child(10)
    .n1y-yellow-wrap {
    left: -84px;
    margin-left: 0;
  }
  #nikon-100year-section
    .n1y-timeline-wrap
    .n1y-timeline-wrapper
    .n1y-timeline-item:nth-child(10)
    .n1y-yellow-wrap:before {
    left: 77px;
    margin-left: 0;
  }
  #nikon-100year-section
    .n1y-timeline-wrap
    .n1y-timeline-wrapper
    .n1y-timeline-item:nth-child(11)
    .n1y-yellow-wrap {
    left: -96px;
    margin-left: 0;
  }
  #nikon-100year-section
    .n1y-timeline-wrap
    .n1y-timeline-wrapper
    .n1y-timeline-item:nth-child(11)
    .n1y-yellow-wrap:before {
    left: 88px;
    margin-left: 0;
  }
}
#nikon-100year-section
  .n1y-timeline-wrap
  .n1y-timeline-wrapper
  .n1y-timeline-item
  .n1y-timeline-hidden {
  display: none;
  z-index: 3;
}
#nikon-100year-section
  .n1y-timeline-wrap
  .n1y-timeline-wrapper
  .n1y-timeline-item
  .n1y-timeline-hidden
  .n1y-hover-wrap {
  position: absolute;
  top: 11px;
  left: 50%;
  width: 128px;
  height: 100px;
  margin-left: -64px;
}
#nikon-100year-section
  .n1y-timeline-wrap
  .n1y-timeline-wrapper
  .n1y-timeline-item
  .n1y-timeline-hidden.set-visible {
  display: block;
}
#nikon-100year-section
  .n1y-timeline-wrap
  .n1y-timeline-wrapper
  .n1y-timeline-item
  .n1y-yellow-wrap {
  background-color: #fd0;
  position: absolute;
  left: 50%;
  top: 100px;
  width: 204px;
  margin-left: -102px;
  text-align: center;
}
#nikon-100year-section
  .n1y-timeline-wrap
  .n1y-timeline-wrapper
  .n1y-timeline-item
  .n1y-yellow-wrap
  .n1y-yellow-watch {
  display: inline-block;
  height: 80px;
  width: 80px;
  background-image: url(../images/to-sprite-in-future/n1y-watch.svg);
  background-size: 80px 80px;
  background-repeat: no-repeat;
  margin: 18px auto;
}
#nikon-100year-section
  .n1y-timeline-wrap
  .n1y-timeline-wrapper
  .n1y-timeline-item
  .n1y-yellow-wrap
  .n1y-yellow-p {
  font-size: 16px;
  font-family: FrutigerNextLight;
  line-height: 1.2;
  margin-bottom: 20px;
  padding: 0 8px;
}
#nikon-100year-section
  .n1y-timeline-wrap
  .n1y-timeline-wrapper
  .n1y-timeline-item
  .n1y-yellow-wrap
  .n1y-yellow-a-img {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
#nikon-100year-section
  .n1y-timeline-wrap
  .n1y-timeline-wrapper
  .n1y-timeline-item
  .n1y-yellow-wrap
  .n1y-yellow-a-img
  img {
  max-width: 204px;
}
#nikon-100year-section
  .n1y-timeline-wrap
  .n1y-timeline-wrapper
  .n1y-timeline-item
  .n1y-yellow-wrap
  .n1y-yellow-h3 {
  position: relative;
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
  font-family: FrutigerNextHeavy;
  padding: 23px 12px 15px;
  line-height: 1;
}
#nikon-100year-section
  .n1y-timeline-wrap
  .n1y-timeline-wrapper
  .n1y-timeline-item
  .n1y-yellow-wrap
  .n1y-yellow-sp {
  position: relative;
  font-family: FrutigerNextLight;
  font-size: 12px;
  color: #000;
  line-height: 1;
  margin-bottom: 4px;
  padding: 0 5px;
}
#nikon-100year-section
  .n1y-timeline-wrap
  .n1y-timeline-wrapper
  .n1y-timeline-item
  .n1y-yellow-wrap
  .n1y-yellow-a {
  position: relative;
  font-size: 16px;
  color: #000;
  font-family: FrutigerNextHeavy;
  text-transform: capitalize;
  line-height: 1;
  display: block;
  margin-bottom: 23px;
  padding: 0 5px;
}
#nikon-100year-section
  .n1y-timeline-wrap
  .n1y-timeline-wrapper
  .n1y-timeline-item
  .n1y-yellow-wrap
  .n1y-yellow-a:hover {
  color: #fff;
}
#nikon-100year-section
  .n1y-timeline-wrap
  .n1y-timeline-wrapper
  .n1y-timeline-item
  .n1y-yellow-wrap:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  margin-left: -6px;
  height: 12px;
  width: 12px;
  background-color: #fd0;
  transform: rotate(45deg);
}
#nikon-100year-section
  .n1y-timeline-wrap
  .n1y-timeline-wrapper
  .n1y-timeline-item.set-judge,
#nikon-100year-section
  .n1y-timeline-wrap
  .n1y-timeline-wrapper
  .n1y-timeline-item.set-past {
  background-color: #fff;
}
#nikon-100year-section
  .n1y-timeline-wrap
  .n1y-timeline-wrapper
  .n1y-timeline-item.set-future:hover,
#nikon-100year-section
  .n1y-timeline-wrap
  .n1y-timeline-wrapper
  .n1y-timeline-item.set-judge:hover,
#nikon-100year-section
  .n1y-timeline-wrap
  .n1y-timeline-wrapper
  .n1y-timeline-item.set-past:hover {
  z-index: 112;
  background-color: #fd0;
}
#nikon-100year-section
  .n1y-timeline-wrap
  .n1y-timeline-wrapper
  .n1y-timeline-item.set-future:hover
  .n1y-timeline-hidden,
#nikon-100year-section
  .n1y-timeline-wrap
  .n1y-timeline-wrapper
  .n1y-timeline-item.set-judge:hover
  .n1y-timeline-hidden,
#nikon-100year-section
  .n1y-timeline-wrap
  .n1y-timeline-wrapper
  .n1y-timeline-item.set-past:hover
  .n1y-timeline-hidden {
  display: block;
}
#nikon-100year-section
  .n1y-timeline-wrap
  .n1y-timeline-wrapper
  .n1y-timeline-item.set-current {
  background-color: #fd0;
}
#nikon-100year-section
  .n1y-timeline-wrap
  .n1y-timeline-wrapper
  .n1y-timeline-item.set-current
  .n1y-timeline-hidden {
  display: block;
}
#nikon-100year-section
  .n1y-timeline-wrap
  .n1y-timeline-wrapper
  .n1y-timeline-item.set-current
  .n1y-vertical-line-text.set-down {
  bottom: -64px;
}
#nikon-100year-section
  .n1y-timeline-wrap
  .n1y-timeline-wrapper
  .n1y-timeline-item:last-child {
  margin-right: 0;
}
#nikon-100year-section .n1y-head-screen-wrap {
  margin-top: -130px;
  padding-top: 50px;
  box-sizing: border-box;
  position: relative;
  height: 100%;
  min-height: 850px;
  margin-bottom: 130px;
}
#nikon-100year-section .n1y-head-screen-wrap.set-main {
  margin-bottom: 230px;
}
#nikon-100year-section .n1y-head-screen-wrap.set-finished {
  margin-bottom: -50px;
  min-height: 1032px;
}
#nikon-100year-section .n1y-head-screen-wrap .wrapper {
  position: relative;
  z-index: 1;
}
#nikon-100year-section .n1y-head-screen-wrap .n1y-head-winner-wrap {
  position: absolute;
  top: 399px;
  left: 50%;
  margin-left: -603px;
}
#nikon-100year-section
  .n1y-head-screen-wrap
  .n1y-head-winner-wrap
  .n1y-winner-href,
#nikon-100year-section
  .n1y-head-screen-wrap
  .n1y-head-winner-wrap
  .n1y-winner-text {
  font-size: 24px;
}
#nikon-100year-section
  .n1y-head-screen-wrap
  .n1y-head-winner-wrap
  .n1y-winner-text {
  color: #fff;
  margin-bottom: 9px;
}
#nikon-100year-section
  .n1y-head-screen-wrap
  .n1y-head-winner-wrap
  .n1y-winner-href {
  margin-bottom: 23px;
}
#nikon-100year-section
  .n1y-head-screen-wrap
  .n1y-head-winner-wrap
  .n1y-winner-href
  a {
  color: #fd0;
  text-transform: uppercase;
}
#nikon-100year-section
  .n1y-head-screen-wrap
  .n1y-head-winner-wrap
  .n1y-winner-href
  a:hover {
  color: #fff;
}
#nikon-100year-section
  .n1y-head-screen-wrap
  .n1y-head-winner-wrap
  .n1y-winner-userpic
  a {
  box-sizing: border-box;
  border: 2px solid #fd0;
  display: table;
}
#nikon-100year-section
  .n1y-head-screen-wrap
  .n1y-head-winner-wrap
  .n1y-winner-userpic
  a:hover {
  border: 2px solid #fff;
}
#nikon-100year-section .n1y-head-screen-wrap .n1y-head-text-wrap {
  position: absolute;
  top: 164px;
  left: 50%;
  margin-left: -603px;
}
#nikon-100year-section
  .n1y-head-screen-wrap
  .n1y-head-text-wrap
  .n1y-head-text-h1 {
  font-size: 48px;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: FrutigerNextHeavy;
  color: #fff;
}
#nikon-100year-section
  .n1y-head-screen-wrap
  .n1y-head-text-wrap
  .n1y-head-text-h1.set-yellow {
  color: #fd0;
}
#nikon-100year-section
  .n1y-head-screen-wrap
  .n1y-head-text-wrap
  .n1y-head-text-h2 {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.3;
  font-family: FrutigerNextLight;
  color: #fff;
}
#nikon-100year-section .n1y-head-screen-wrap .n1y-head-screen-logo {
  position: absolute;
  height: 141px;
  width: 199px;
  top: 162px;
  right: 50%;
  margin-right: -454px;
  background-image: url(../images/to-sprite-in-future/years_100_logo.svg);
  background-size: 199px 141px;
  background-repeat: no-repeat;
}
#nikon-100year-section .n1y-head-screen-wrap .n1y-head-screen-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  background-attachment: fixed;
}
#nikon-100year-section .n1y-head-screen-wrap .n1y-head-screen-shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 400px;
  width: 100%;
  background: -webkit-linear-gradient(
    180deg,
    hsla(0, 0%, 8%, 0),
    hsla(0, 0%, 8%, 0.3),
    hsla(0, 0%, 8%, 0.6),
    #141414,
    #141414
  );
  background: -moz-linear-gradient(
    to bottom,
    hsla(0, 0%, 8%, 0),
    hsla(0, 0%, 8%, 0.3),
    hsla(0, 0%, 8%, 0.6),
    #141414,
    #141414
  );
  background: -ms-linear-gradient(
    to bottom,
    hsla(0, 0%, 8%, 0),
    hsla(0, 0%, 8%, 0.3),
    hsla(0, 0%, 8%, 0.6),
    #141414,
    #141414
  );
  background: -o-linear-gradient(
    to bottom,
    hsla(0, 0%, 8%, 0),
    hsla(0, 0%, 8%, 0.3),
    hsla(0, 0%, 8%, 0.6),
    #141414,
    #141414
  );
  background: linear-gradient(
    180deg,
    hsla(0, 0%, 8%, 0),
    hsla(0, 0%, 8%, 0.3),
    hsla(0, 0%, 8%, 0.6),
    #141414,
    #141414
  );
}
.nui-text-error {
  display: none;
  font-size: 14px;
  color: #f24368;
}
.nui-text-error.set-w100-aleft {
  text-align: left;
}
.nui-text-error.set-w100-aleft:after {
  height: 0;
}
.nui-text-error.set-w100-aleft:after,
.nui-text-error.set-w100-aleft:before {
  content: "";
  width: 100%;
  display: block;
  float: none;
  clear: both;
}
.nui-payment-table {
  width: 100%;
}
.nui-payment-table tr:first-child td {
  font-weight: 700;
  white-space: nowrap;
}
.nui-payment-table tr td {
  padding: 5px 20px 5px 0;
}
.nui-payment-table tr td.set-pay-data {
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  max-width: 280px;
}
.nui-payment-table .delete-row {
  cursor: pointer;
}
.nui-products-table-wrap h1 {
  padding: 27px 0;
  text-align: center;
}
.nui-error-input-wrap.error .loc-datepicker-button,
.nui-error-input-wrap.error .nui-text-input,
.nui-error-input-wrap.error .nui-textarea {
  border: 1px solid #f24368;
}
#nui-fav-name-surname {
  position: absolute;
  z-index: 5000;
}
#nui-fav-name-surname a {
  display: block;
  position: relative;
  border-radius: 4px;
  background: #000;
  padding: 9px;
  color: #fff;
}
#nui-fav-name-surname a .arrow-triangle {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  top: 0;
  margin-top: -10px;
  left: 15px;
  border: 5px solid transparent;
  border-bottom: 5px solid #000;
}
.nui-city-table-section {
  text-align: center;
}
.nui-city-table-section .nui-city-autoform-wrap {
  float: left;
  margin-bottom: 50px;
  padding: 0 10px;
}
.nui-city-table-section .nui-city-autoform-wrap:after {
  height: 0;
}
.nui-city-table-section .nui-city-autoform-wrap:after,
.nui-city-table-section .nui-city-autoform-wrap:before {
  content: "";
  width: 100%;
  display: block;
  float: none;
  clear: both;
}
.nui-city-table-section .nui-city-refresh {
  cursor: pointer;
}
.nui-city-table-section .nui-city-table {
  margin: 0 10px 10px;
}
.nui-city-table-section .nui-city-table tr {
  border-bottom: 5px solid transparent;
}
.nui-city-table-section .nui-city-table tr td {
  box-sizing: border-box;
}
.nui-city-table-section .nui-city-table tr td div {
  width: 100%;
  padding: 5px;
  border: 1px solid #000;
  box-sizing: border-box;
  min-height: 32px;
}
.nui-city-table-section .nui-city-table tr td div.nui_edit_row:hover {
  background-color: #a0a0a0;
  color: #fff;
  cursor: pointer;
}
.nui-city-table-section .nui-city-table tr td div.nui_edit_row.set-active {
  background-color: #a0a0a0;
  color: #fff;
}
.nui-city-table-section .nui-city-table tr td div.nui_edit_row.set-changed {
  background-color: #5cb85c;
  color: #fff;
}
.nui-city-table-section .nui-city-table tr td.set-borded {
  position: relative;
}
.nui-city-table-section .nui-city-table tr td.set-borded p {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  padding: 0;
  box-sizing: border-box;
}
.nui-city-table-section .nui-city-table tr td.set-borded p span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  margin-top: -10px;
}
.nui-city-table-section .nui-city-table tr td.set-borded.set-country {
  min-width: 65px;
}
.nui-city-table-section .pages {
  display: table;
  margin: 10px auto;
}
#nui-city-edit-block,
#nui-path-edit-block {
  display: none;
  text-align: center;
  padding: 25px;
  left: 50%;
  top: 50%;
  position: fixed;
  margin-top: -80px;
  margin-left: -215px;
  z-index: 9999;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
#nui-city-edit-block #city-id,
#nui-city-edit-block #city-name,
#nui-city-edit-block #path-city-name,
#nui-city-edit-block #path-gp-id,
#nui-city-edit-block #path_row,
#nui-city-edit-block #row-name,
#nui-city-edit-block span,
#nui-path-edit-block #city-id,
#nui-path-edit-block #city-name,
#nui-path-edit-block #path-city-name,
#nui-path-edit-block #path-gp-id,
#nui-path-edit-block #path_row,
#nui-path-edit-block #row-name,
#nui-path-edit-block span {
  display: inline;
}
#nui-city-edit-block #new-city-gp,
#nui-city-edit-block #new-path-gp,
#nui-path-edit-block #new-city-gp,
#nui-path-edit-block #new-path-gp {
  text-align: center;
}
#nui-city-edit-block #city-edit-close,
#nui-city-edit-block #path-edit-close,
#nui-path-edit-block #city-edit-close,
#nui-path-edit-block #path-edit-close {
  background-image: url(../images/to-sprite-in-future/nui-input-clear.svg);
  background-size: 12px 12px;
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
}
#nui-city-edit-block input,
#nui-path-edit-block input {
  text-align: center;
}
#nui-country-edit-block {
  z-index: 999999999999999;
  background-color: #fff;
  border: 1px solid #000;
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  width: 400px;
  overflow: auto;
  box-sizing: border-box;
}
#nui-country-edit-block #country-select-list .nui-select-country {
  padding: 3px 5px;
  color: #343434;
}
#nui-country-edit-block #country-select-list .nui-select-country:hover {
  background-color: #367acf;
  color: #fff;
  cursor: pointer;
}
#nui-country-edit-block #country-edit-close {
  background-image: url(../images/to-sprite-in-future/nui-input-clear.svg);
  background-size: 12px 12px;
  box-sizing: border-box;
  height: 50px;
  width: 50px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50%;
  border: 1px solid #000;
  position: fixed;
  cursor: pointer;
  top: 0;
}
.nui-city-section {
  width: 1200px;
  margin: 0 auto;
}
.nui-city-section .nui-city-table tr td {
  padding: 4px 15px 4px 5px;
}
.nui-city-section .nui-city-table tr:hover td {
  background-color: #a0a0a0;
  cursor: pointer;
  color: #fff;
}
.nui-city-section #autocomplete,
.nui-city-section .result {
  margin-bottom: 10px;
}
.nui-error {
  display: none;
  position: absolute;
  border-radius: 4px;
  background-color: #f24368;
  color: #fff;
  font-size: 14px;
  padding: 9px 8px;
  line-height: 120%;
  z-index: 1;
}
.nui-error.set-feedback {
  top: 0;
  left: 103%;
  white-space: nowrap;
}
.nui-error.set-feedback.set-visib {
  display: block;
}
.nui-error.set-story-city-error,
.nui-error.set-story-date-error {
  top: 0;
  white-space: nowrap;
  left: 108%;
}
.nui-error.set-vcenter {
  top: 50%;
  margin-top: -17px;
}
.nui-error.set-bride {
  left: 305px;
  white-space: nowrap;
  top: 0;
}
.nui-error.set-bride-short {
  left: 215px;
  white-space: nowrap;
  top: 0;
}
.nui-error.set-vis,
.nui-error.set-visible {
  display: block;
}
.nui-error.set-right:after {
  left: -5px;
}
.nui-error.set-left:after,
.nui-error.set-right:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #f24368;
  top: 50%;
}
.nui-error.set-left:after {
  right: -5px;
}
.nui-error.set-login-err {
  top: -5px;
  left: 205px;
  white-space: nowrap;
  z-index: 99;
}
.nui-error.set-posr-up {
  position: relative;
}
.nui-error.set-posr-up:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  left: 50%;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #f24368;
  top: -5px;
}
.nui-error.set-name_surn {
  top: 0;
  left: 224px;
  white-space: nowrap;
}
.nui-error.set-wide_ld {
  top: 0;
  left: 396px;
  white-space: nowrap;
}
.nui-error.set-pass_log {
  padding: 3px 5px;
  margin: 2px auto 5px;
}
.nui-error.set-comment-error {
  top: 0;
  left: 100%;
  white-space: nowrap;
  margin-left: 15px;
}
.nui-award-menu-wrap {
  margin: -25px 0 35px;
  width: 100%;
  text-align: center;
}
.nui-award-menu-wrap:after {
  height: 0;
}
.nui-award-menu-wrap:after,
.nui-award-menu-wrap:before {
  content: "";
  width: 100%;
  display: block;
  float: none;
  clear: both;
}
.nui-award-menu-wrap .nui-award-col {
  vertical-align: top;
  display: inline-block;
  width: 190px;
  margin-left: 10px;
  text-align: left;
}
.nui-award-menu-wrap .nui-award-col a {
  cursor: pointer;
  font-size: 15px;
  line-height: 30px;
  color: #191919;
  display: block;
}
.nui-award-menu-wrap .nui-award-col a.active,
.nui-award-menu-wrap .nui-award-col a:hover {
  color: var(--blue);
}
.nui-submenu-wrap {
  width: 100%;
  margin: -80px auto 50px;
  min-height: 50px;
  padding: 0;
}
.nui-submenu-wrap.set-el ul li {
  padding: 0 10px;
}
.nui-submenu-wrap.set-el ul li a {
  font-size: 12px;
}
.nui-submenu-wrap ul {
  white-space: nowrap;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  height: 50px;
  border-bottom: 1px solid #ededed;
  font-size: 0;
}
.nui-submenu-wrap ul:after {
  height: 0;
}
.nui-submenu-wrap ul:after,
.nui-submenu-wrap ul:before {
  content: "";
  width: 100%;
  display: block;
  float: none;
  clear: both;
}
.nui-submenu-wrap ul li {
  vertical-align: top;
  margin: 0;
  padding: 0 15px;
  display: inline-block;
  float: none;
  height: 50px;
  max-height: 50px;
}
.nui-submenu-wrap ul li a {
  display: inline-block;
  padding: 16px 0 0;
  height: 51px;
  font-size: 13px;
  font-weight: 700;
  color: #191919;
  text-transform: uppercase;
  box-sizing: border-box;
  letter-spacing: 0.5px;
}
.nui-submenu-wrap ul li a:hover {
  border-bottom: 2px solid var(--blue);
}
.nui-submenu-wrap ul li a h1 {
  font-size: 13px;
  font-weight: 700;
  color: #191919;
  letter-spacing: 0.5px;
}
.nui-submenu-wrap ul li.active a {
  border-bottom: 2px solid var(--blue);
  color: var(--blue);
  cursor: pointer;
}
.nui-submenu-wrap ul li.active a h1 {
  color: var(--blue);
  cursor: pointer;
}
.nui-submenu-wrap ul li.author-links a {
  color: #f38b1c;
}
.nui-submenu-wrap ul li.author-links a:hover {
  color: #ffa23e;
  border-bottom: 2px solid #f38b1c;
  cursor: pointer;
}
.nui-submenu-wrap ul li.author-links a:active {
  color: #f4840d;
}
.nui-submenu-wrap ul li.author-links.active a {
  border-bottom: 2px solid #f38b1c;
  color: #f38b1c;
  cursor: pointer;
}
.nui-submenu-wrap ul li.author-links.active a h1 {
  color: #f38b1c;
  cursor: pointer;
}
.nui-submenu-wrap ul li.set-button {
  padding: 10px 5px 0;
  box-sizing: border-box;
}
.nui-submenu-wrap ul li.set-button a {
  color: #fff;
  height: auto;
  padding: 6px 10px 3px;
  background-color: #f38b1c;
  border-radius: 4px;
}
.nui-submenu-wrap ul li.set-button a:hover {
  color: #fff;
  background-color: #ffa23e;
  border-bottom: none;
}
.nui-submenu-wrap ul li.set-button a:active {
  background-color: #f4840d;
}
.index.guest .main-menu,
.index .nui-main-menu {
  padding: 0;
}
.nui-main-menu {
  z-index: 10011;
  min-height: 50px;
  background-color: #191919;
  padding: 0;
  margin: 0;
  margin-bottom: 80px;
  position: relative;
  height: 50px;
}
.nui-main-menu .nui-menu-wrap {
  position: relative;
  width: 100%;
  height: 50px;
}
.nui-main-menu .nui-menu-wrap:after {
  height: 0;
}
.nui-main-menu .nui-menu-wrap:after,
.nui-main-menu .nui-menu-wrap:before {
  content: "";
  width: 100%;
  display: block;
  float: none;
  clear: both;
}
.nui-main-menu .nui-menu-wrap .nui-menu-mobile-shadow {
  transition: height 0.3s;
  background-color: #191919;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 0%;
}
.nui-main-menu .nui-menu-wrap .nui-menu-mobile-button {
  display: none;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
}
.nui-main-menu .nui-menu-wrap .nui-menu-mobile-button.set-on {
  background-color: #3b3b3b;
}
.nui-main-menu .nui-menu-wrap .nui-menu-mobile-button:hover {
  cursor: pointer;
}
.nui-main-menu .nui-menu-wrap .nui-logo {
  display: block;
  background-image: url(../images/to-sprite-in-future/logo.svg);
  height: 50px;
  width: 102px;
  background-position: 0 5px;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -600px;
  top: 0;
}
.nui-main-menu .nui-menu-wrap .nui-menu-nav {
  margin: 0 auto;
  display: table;
}
.nui-main-menu .nui-menu-wrap .nui-menu-nav.biasMenu {
  transform: translateX(-51px);
}
.nui-main-menu .nui-menu-wrap .nui-menu-nav > li {
  vertical-align: top;
  position: relative;
  height: 50px;
  display: inline-block;
  box-sizing: border-box;
}
.nui-main-menu .nui-menu-wrap .nui-menu-nav > li span a {
  display: block;
  padding: 14px 15px 0;
  height: 50px;
  box-sizing: border-box;
  font-size: 16px;
  color: #d1d1d1;
  font-weight: 700;
  cursor: pointer;
}
.nui-main-menu .nui-menu-wrap .nui-menu-nav > li .nui-sub {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  background-color: #3b3b3b;
  padding: 10px 0;
}
.nui-main-menu .nui-menu-wrap .nui-menu-nav > li .nui-sub li {
  height: 35px;
}
.nui-main-menu .nui-menu-wrap .nui-menu-nav > li .nui-sub li a {
  display: block;
  height: 35px;
  padding: 6px 15px;
  box-sizing: border-box;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
}
.nui-main-menu .nui-menu-wrap .nui-menu-nav > li .nui-sub li a.set-orange {
  color: #f28510;
}
.nui-main-menu .nui-menu-wrap .nui-menu-nav > li .nui-sub li a.set-pink {
  color: #ea3b6b;
}
.nui-main-menu .nui-menu-wrap .nui-menu-nav > li .nui-sub li a.set-pink._red {
  color: #e1171e;
}
.nui-main-menu .nui-menu-wrap .nui-menu-nav > li .nui-sub li.active,
.nui-main-menu .nui-menu-wrap .nui-menu-nav > li .nui-sub li:hover {
  background-color: #367acf;
  cursor: pointer;
}
.nui-main-menu .nui-menu-wrap .nui-menu-nav > li.active span a {
  color: #fff;
}
.nui-main-menu .nui-menu-wrap .nui-menu-nav > li:hover {
  background-color: #3b3b3b;
}
.nui-main-menu .nui-menu-wrap .nui-menu-nav > li:hover span a {
  color: #fff;
}
.nui-main-menu .nui-menu-wrap .nui-menu-nav > li:hover .nui-sub {
  display: block;
}
.nui-main-menu .nui-menu-wrap .nui-user-nav {
  font-size: 0;
}
.nui-main-menu .nui-menu-wrap .nui-login-nav,
.nui-main-menu .nui-menu-wrap .nui-user-nav {
  position: absolute;
  right: 50%;
  margin-right: -600px;
  top: 0;
}
.nui-main-menu .nui-menu-wrap .nui-login-nav > li,
.nui-main-menu .nui-menu-wrap .nui-user-nav > li {
  vertical-align: top;
  position: relative;
  height: 50px;
  display: inline-block;
  box-sizing: border-box;
}
.nui-main-menu .nui-menu-wrap .nui-login-nav > li a,
.nui-main-menu .nui-menu-wrap .nui-user-nav > li a {
  display: block;
  padding: 14px 10px 0;
  height: 50px;
  box-sizing: border-box;
  font-size: 16px;
  color: #d1d1d1;
  font-weight: 700;
  cursor: pointer;
}
.nui-main-menu .nui-menu-wrap .nui-login-nav > li a .svg-avtar,
.nui-main-menu .nui-menu-wrap .nui-user-nav > li a .svg-avtar {
  display: inline-block;
  position: relative;
  height: 16px;
  width: 36px;
}
.nui-main-menu .nui-menu-wrap .nui-login-nav > li a .svg-avtar svg,
.nui-main-menu .nui-menu-wrap .nui-user-nav > li a .svg-avtar svg {
  position: absolute;
  top: -7px;
  left: 0;
}
.nui-main-menu .nui-menu-wrap .nui-login-nav > li .nui-menu-letter-ico,
.nui-main-menu .nui-menu-wrap .nui-user-nav > li .nui-menu-letter-ico {
  position: relative;
  top: 3px;
  width: 23px;
  height: 16px;
}
.nui-main-menu .nui-menu-wrap .nui-login-nav > li .nui-menu-cloud-ico,
.nui-main-menu .nui-menu-wrap .nui-user-nav > li .nui-menu-cloud-ico {
  position: relative;
  top: 0;
  width: 31px;
  height: 20px;
}
.nui-main-menu .nui-menu-wrap .nui-login-nav > li .nui-sub,
.nui-main-menu .nui-menu-wrap .nui-user-nav > li .nui-sub {
  display: none;
  position: absolute;
  top: 50px;
  right: 0;
  background-color: #3b3b3b;
  padding: 10px 0;
}
.nui-main-menu .nui-menu-wrap .nui-login-nav > li .nui-sub.set-user,
.nui-main-menu .nui-menu-wrap .nui-user-nav > li .nui-sub.set-user {
  right: auto;
  left: 0;
}
.nui-main-menu .nui-menu-wrap .nui-login-nav > li .nui-sub li,
.nui-main-menu .nui-menu-wrap .nui-user-nav > li .nui-sub li {
  height: 35px;
}
.nui-main-menu .nui-menu-wrap .nui-login-nav > li .nui-sub li a,
.nui-main-menu .nui-menu-wrap .nui-user-nav > li .nui-sub li a {
  display: block;
  height: 35px;
  padding: 6px 15px;
  box-sizing: border-box;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
}
.nui-main-menu .nui-menu-wrap .nui-login-nav > li .nui-sub li a.set-orange,
.nui-main-menu .nui-menu-wrap .nui-user-nav > li .nui-sub li a.set-orange {
  color: #f28510;
}
.nui-main-menu .nui-menu-wrap .nui-login-nav > li .nui-sub li a.set-pink,
.nui-main-menu .nui-menu-wrap .nui-user-nav > li .nui-sub li a.set-pink {
  color: #ea3b6b;
}
.nui-main-menu .nui-menu-wrap .nui-login-nav > li .nui-sub li a.set-pink._red,
.nui-main-menu .nui-menu-wrap .nui-user-nav > li .nui-sub li a.set-pink._red {
  color: #e1171e;
}
.nui-main-menu .nui-menu-wrap .nui-login-nav > li .nui-sub li a.set-yellow,
.nui-main-menu .nui-menu-wrap .nui-user-nav > li .nui-sub li a.set-yellow {
  color: #fecd36;
}
.nui-main-menu .nui-menu-wrap .nui-login-nav > li .nui-sub li a.set-gray,
.nui-main-menu .nui-menu-wrap .nui-user-nav > li .nui-sub li a.set-gray {
  color: #d1d1d1;
}
.nui-main-menu .nui-menu-wrap .nui-login-nav > li .nui-sub li.active,
.nui-main-menu .nui-menu-wrap .nui-login-nav > li .nui-sub li:hover,
.nui-main-menu .nui-menu-wrap .nui-user-nav > li .nui-sub li.active,
.nui-main-menu .nui-menu-wrap .nui-user-nav > li .nui-sub li:hover {
  background-color: var(--blue);
  cursor: pointer;
}
.nui-main-menu .nui-menu-wrap .nui-login-nav > li .nui-sub li.exit,
.nui-main-menu .nui-menu-wrap .nui-user-nav > li .nui-sub li.exit {
  margin-top: 10px;
}
.nui-main-menu .nui-menu-wrap .nui-login-nav > li.active span a,
.nui-main-menu .nui-menu-wrap .nui-user-nav > li.active span a {
  color: #fff;
}
.nui-main-menu .nui-menu-wrap .nui-login-nav > li:hover,
.nui-main-menu .nui-menu-wrap .nui-user-nav > li:hover {
  background-color: #3b3b3b;
}
.nui-main-menu .nui-menu-wrap .nui-login-nav > li:hover span a,
.nui-main-menu .nui-menu-wrap .nui-user-nav > li:hover span a {
  color: #fff;
}
.nui-main-menu .nui-menu-wrap .nui-login-nav > li:hover .nui-sub,
.nui-main-menu .nui-menu-wrap .nui-user-nav > li:hover .nui-sub {
  display: block;
}
.nui-main-menu .nui-menu-wrap .nui-login-nav > li#user_nav_messages,
.nui-main-menu .nui-menu-wrap .nui-user-nav > li#user_nav_messages {
  z-index: 200;
}
.nui-main-menu .nui-menu-wrap .nui-login-nav > li .nui-notice,
.nui-main-menu .nui-menu-wrap .nui-user-nav > li .nui-notice {
  position: relative;
  display: inline-block;
  left: auto;
  right: -10px;
  top: -6px;
  padding: 2px 6px;
  line-height: 1;
  font-style: normal;
  font-size: 13px;
  background-color: #37b970;
  color: #fff;
  border-radius: 10px;
  z-index: 1;
  margin: 0;
}
.nui-main-menu
  .nui-menu-wrap
  .nui-login-nav
  > li#user_nav_messages.have-notice
  a,
.nui-main-menu
  .nui-menu-wrap
  .nui-user-nav
  > li#user_nav_messages.have-notice
  a {
  font-size: 0;
  padding-left: 0;
}
.nui-to-top {
  cursor: pointer;
  z-index: 99;
  display: none;
  position: fixed;
  border-radius: 50%;
  right: 50%;
  margin-right: -670px;
  bottom: 30%;
  width: 50px;
  height: 50px;
  background-color: #fff;
  background-image: url(../images/to-sprite-in-future/nui-to-top.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.nui-to-top.set-visib {
  display: block;
}
.nui-to-top.set-down {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.nui-to-top.set-white {
  background-image: url(../images/to-sprite-in-future/nui-to-top-white.svg);
  background-color: #191919;
  background-color: rgba(25, 25, 25, 0.7);
}
@media screen and (max-width: 1355px) {
  .nui-to-top {
    right: 10px;
    bottom: 30%;
  }
}
.nui-forum-h2 {
  display: block;
  width: 100%;
  clear: both;
  font-size: 34px;
  text-align: center;
  margin-bottom: 17px;
}
.nui-button-link {
  display: inline-block;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  color: #343434;
  font-size: 14px;
  padding: 4px 10px 5px;
  line-height: 1;
}
.nui-button-link,
.nui-button-link:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.nui-button-link:hover {
  background-color: var(--blue);
  border: 1px solid var(--blue);
  color: #fff;
}
.nui-follow-flag {
  position: absolute;
  top: 8px;
  left: 50%;
  margin-left: -9px;
  width: 19px;
  height: 18px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-image: url(../images/to-sprite-in-future/trash_star.svg);
  background-size: 270px 18px;
  background-position: -88px 0;
}
.nui-follow-flag:hover {
  background-position: -118px 0;
}
.nui-follow-flag.set-active {
  background-position: -148px 0;
}
.nui-follow-flag.set-intheme {
  top: 7px;
  left: auto;
  right: 0;
}
.nui-follow-flag.set-intheme .nui-tooltip.set-white-shadow.set-down {
  padding-top: 15px;
  left: auto;
  right: 50%;
  margin-right: -20px;
  width: auto;
}
.nui-follow-flag.set-intheme .nui-tooltip.set-white-shadow.set-down:after {
  left: auto;
  right: 12px;
}
.nui-follow-flag.set-intheme
  .nui-tooltip.set-white-shadow.set-down
  .nui-tt-wrap {
  margin: 0;
  white-space: nowrap;
}
.nui-ignore-flag {
  position: absolute;
  top: 9px;
  left: 50%;
  margin-left: -9px;
  width: 19px;
  height: 18px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-image: url(../images/to-sprite-in-future/trash_star.svg);
  background-size: 270px 18px;
  background-position: 2px 0;
}
.nui-ignore-flag:hover {
  background-position: -28px 0;
}
.nui-ignore-flag.set-active {
  background-position: -58px 0;
}
.nui-ignore-flag.set-intheme {
  top: 8px;
  left: auto;
  right: 30px;
}
.nui-ignore-flag.set-intheme .nui-tooltip.set-white-shadow.set-down {
  padding-top: 15px;
  left: auto;
  right: 50%;
  margin-right: -20px;
  width: auto;
}
.nui-ignore-flag.set-intheme .nui-tooltip.set-white-shadow.set-down:after {
  left: auto;
  right: 12px;
}
.nui-ignore-flag.set-intheme
  .nui-tooltip.set-white-shadow.set-down
  .nui-tt-wrap {
  margin: 0;
  white-space: nowrap;
}
.forum-event-list .list-item .topic-flag-wrap {
  position: relative;
}
.forum-event-list .list-item .topic-flag-wrap .nui-ff-flag {
  position: absolute;
  top: 0;
  width: 30px;
  height: 30px;
  right: 0;
  display: none;
  cursor: pointer;
}
.forum-event-list .list-item .topic-flag-wrap .nui-ff-flag.set-active {
  display: block;
}
.forum-event-list .list-item .topic-flag-wrap .nui-ff-flag.set-ignore {
  right: 30px;
}
.forum-event-list
  .list-item
  .topic-flag-wrap
  .nui-ff-flag.set-ignore:hover
  .nui-ignore-flag {
  background-position: -28px 0;
}
.forum-event-list .list-item .topic-flag-wrap:hover .nui-ff-flag {
  display: block;
}
.forum-event-list
  .list-item
  .topic-flag-wrap:hover
  .nui-ff-flag:hover
  .nui-follow-flag {
  background-position: -118px 0;
}
.forum-event-list
  .list-item
  .topic-flag-wrap
  .nui-tooltip.set-white-shadow.set-down {
  margin-top: -10px;
  padding-top: 15px;
  margin-left: -122px;
}
.nex_lens_maker_wrap {
  white-space: nowrap;
  top: 19px;
}
.nex_inline_wrap,
.nex_lens_maker_wrap {
  display: inline-block;
  position: relative;
}
.nex_inline_wrap {
  vertical-align: top;
  top: 18px;
}
.nex_inline_wrap.set-obj {
  top: -7px;
}
.nex_inline_wrap.set-cam {
  top: 25px;
}
.nex_inline_wrap.set-tilt-macro {
  top: 14px;
}
.nex_inline_wrap.set-tilt-macro .nui-select-wrapper.set-nikon {
  margin-left: 22px;
}
.nex-select-clear {
  display: none;
  background-image: url(../images/to-sprite-in-future/nex-cross.svg);
  z-index: 1;
  position: absolute;
  top: 6px;
  right: -39px;
  height: 30px;
  width: 30px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  transform: rotate(45deg);
}
.nex-select-clear.show {
  display: block;
}
.nex-select-clear:hover {
  background-image: url(../images/to-sprite-in-future/nex-cross-white.svg);
  cursor: pointer;
}
.nex-select-clear.disabled:hover {
  cursor: default;
  background-image: url(../images/to-sprite-in-future/nex-cross.svg);
}
.nui-select-wrapper {
  position: relative;
}
.nui-select-wrapper.set-nikon {
  z-index: 800;
  margin-left: 12px;
  display: inline-block;
  max-width: 408px;
  box-sizing: border-box;
}
.nui-select-wrapper.set-nikon .nui-select-width {
  height: 0;
  overflow: hidden;
  line-height: 0;
}
.nui-select-wrapper.set-nikon .nui-select-width div {
  font-size: 18px;
  font-family: FrutigerNextLight;
  padding: 0 20px;
}
.nui-select-wrapper.set-nikon.disabled,
.nui-select-wrapper.set-nikon.disabled .nui-select-wrap,
.nui-select-wrapper.set-nikon.disabled .nui-select-wrap .nui-text-input,
.nui-select-wrapper.set-nikon.disabled .nui-select-wrap .nui-text-input:hover,
.nui-select-wrapper.set-nikon.disabled .nui-select-wrap:hover,
.nui-select-wrapper.set-nikon.disabled:hover {
  cursor: default;
}
.nui-select-wrapper.set-nikon .nui-select-wrap:after {
  background: none;
  content: "";
  position: absolute;
  display: block;
  top: 1px;
  right: 1px;
  width: 55px;
  height: 39px;
  border-radius: 0 4px 4px 0;
  background: -webkit-linear-gradient(
    90deg,
    hsla(0, 0%, 8%, 0),
    hsla(0, 0%, 8%, 0.5),
    #141414,
    #141414,
    #141414
  );
  background: -moz-linear-gradient(
    to right,
    hsla(0, 0%, 8%, 0),
    hsla(0, 0%, 8%, 0.5),
    #141414,
    #141414,
    #141414
  );
  background: -ms-linear-gradient(
    to right,
    hsla(0, 0%, 8%, 0),
    hsla(0, 0%, 8%, 0.5),
    #141414,
    #141414,
    #141414
  );
  background: -o-linear-gradient(
    to right,
    hsla(0, 0%, 8%, 0),
    hsla(0, 0%, 8%, 0.5),
    #141414,
    #141414,
    #141414
  );
  background: linear-gradient(
    90deg,
    hsla(0, 0%, 8%, 0),
    hsla(0, 0%, 8%, 0.5),
    #141414,
    #141414,
    #141414
  );
}
.nui-select-wrapper.set-nikon .nui-select-wrap .nui-text-input {
  background-color: #141414;
  border: 1px solid #fd0;
  font-size: 18px;
  color: #fff;
  font-family: FrutigerNextLight;
  padding: 11px 18px 6px;
}
.nui-select-wrapper.set-nikon .nui-select-wrap .nui-text-input:hover {
  border: 1px solid #fff;
}
.nui-select-wrapper.set-nikon .nui-select-wrap .nui-text-input.disabled:hover {
  border: 1px solid #fd0;
}
.nui-select-wrapper.set-nikon .nui-select-wrap .nui-nex-select-ico {
  position: absolute;
  z-index: 1;
}
.nui-select-wrapper.set-nikon .nui-select-wrap .nui-nex-select-ico.set-camera {
  background-image: url(../images/to-sprite-in-future/exif-nicon-camera_white.svg);
  top: 9px;
  right: 8px;
  width: 27px;
  height: 22px;
  background-size: 27px 22px;
}
.nui-select-wrapper.set-nikon .nui-select-wrap .nui-nex-select-ico.set-obj {
  background-image: url(../images/to-sprite-in-future/exif-nicon-aperture_white.svg);
  top: 10px;
  right: 13px;
  width: 22px;
  height: 22px;
  background-size: 22px 22px;
}
.nui-select-wrapper.set-nikon .nui-select-wrap .nui-select-angle {
  display: none;
}
.nui-select-wrapper.set-nikon .nui-select-subwrap {
  background-color: #141414;
  border: 1px solid #fff;
  top: 40px;
  padding-right: 10px;
  width: 100%;
}
.nui-select-wrapper.set-nikon .nui-select-subwrap .nui-select-ul {
  max-height: 500px;
  overflow-y: auto;
  margin-left: 0;
  margin-bottom: 5px;
  width: auto;
  box-sizing: border-box;
  padding-right: 2px;
}
.nui-select-wrapper.set-nikon
  .nui-select-subwrap
  .nui-select-ul
  .nui-select-li {
  font-size: 18px;
  color: #fd0;
  font-family: FrutigerNextLight;
  padding: 5px 5px 6px 17px;
}
.nui-select-wrapper.set-nikon
  .nui-select-subwrap
  .nui-select-ul
  .nui-select-li.set-selected,
.nui-select-wrapper.set-nikon
  .nui-select-subwrap
  .nui-select-ul
  .nui-select-li:hover {
  color: #fff;
  background-color: #141414;
}
.nui-select-wrapper.set-nikon
  .nui-select-subwrap
  .nui-select-ul
  .nui-select-li:first-child {
  display: none;
}
.nui-select-wrapper.set-nikon
  .nui-select-subwrap
  .nui-select-ul::-webkit-scrollbar {
  width: 2px;
}
.nui-select-wrapper.set-nikon
  .nui-select-subwrap
  .nui-select-ul::-webkit-scrollbar-track {
  background-color: #2b2b2b;
}
.nui-select-wrapper.set-nikon
  .nui-select-subwrap
  .nui-select-ul::-webkit-scrollbar-thumb {
  background-color: #fd0;
}
.nui-select-wrapper.set-nikon.set-open .nui-select-wrap .nui-text-input {
  border: 1px solid #fff;
  border-bottom: 1px solid #141414;
  color: #fff;
}
.nui-select-wrapper.set-nikon.set-open .nui-select-subwrap {
  border-top: none;
}
.nui-select-wrapper .nui-select-wrap {
  position: relative;
  cursor: pointer;
}
.nui-select-wrapper .nui-select-wrap:after {
  content: "";
  position: absolute;
  display: block;
  top: 1px;
  right: 1px;
  width: 55px;
  height: 33px;
  border-radius: 0 4px 4px 0;
  background: -webkit-linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0.5),
    #fff,
    #fff,
    #fff
  );
  background: -moz-linear-gradient(
    to right,
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0.5),
    #fff,
    #fff,
    #fff
  );
  background: -ms-linear-gradient(
    to right,
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0.5),
    #fff,
    #fff,
    #fff
  );
  background: -o-linear-gradient(
    to right,
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0.5),
    #fff,
    #fff,
    #fff
  );
  background: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0.5),
    #fff,
    #fff,
    #fff
  );
}
.nui-select-wrapper .nui-select-wrap .nui-select-angle {
  z-index: 1;
  position: absolute;
  top: 11px;
  right: 13px;
  width: 10px;
  height: 10px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
  border-bottom: 1px solid #4e4e4e;
  border-left: 1px solid #4e4e4e;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.nui-select-wrapper .nui-select-subwrap {
  display: none;
  position: absolute;
  box-sizing: border-box;
  min-height: 30px;
  top: 34px;
  left: 0;
  width: 100%;
  border: 1px solid #a3a3a3;
  border-radius: 0 0 4px 4px;
  background-color: #fff;
}
.nui-select-wrapper .nui-select-subwrap .nui-select-ul {
  width: 100%;
  overflow: hidden;
}
.nui-select-wrapper .nui-select-subwrap .nui-select-ul .nui-select-li {
  width: 100%;
  padding: 7px 9px;
  line-height: 18px;
  font-size: 15px;
  color: #343434;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  box-sizing: border-box;
}
.nui-select-wrapper
  .nui-select-subwrap
  .nui-select-ul
  .nui-select-li.set-selected {
  background-color: var(--blue);
  color: #fff;
  cursor: default;
}
.nui-select-wrapper .nui-select-subwrap .nui-select-ul .nui-select-li:hover {
  background-color: var(--blue);
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.nui-select-wrapper.set-open .nui-select-wrap .nui-select-angle {
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  transform: rotate(-225deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 3px;
}
.nui-select-wrapper.set-open .nui-select-wrap .nui-text-input {
  border-color: #a3a3a3;
  border-radius: 4px 4px 0 0;
}
.nui-select-wrapper.set-open .nui-select-subwrap {
  display: block;
}
.nui-select-wrapper.set-event {
  width: 190px;
  z-index: 5;
}
.nui-select-wrapper.set-feedback {
  width: 100%;
  z-index: 5;
}
.nui-exif-wrap {
  margin-top: 40px;
  margin-left: 30px;
  width: 265px;
}
.nui-exif-wrap--float {
  float: right;
}
.nui-exif-wrap .nui-exif-item {
  vertical-align: top;
  display: inline-block;
  margin-bottom: 12px;
}
.nui-exif-wrap .nui-exif-item .nui-exif-icon-wrap {
  vertical-align: top;
  width: 21px;
  margin-right: 8px;
  display: inline-block;
}
.nui-exif-wrap .nui-exif-item .nui-exif-icon-wrap .nui-exif-icon {
  position: relative;
}
.nui-exif-wrap .nui-exif-item .nui-exif-icon-wrap .nui-exif-icon.set-icon-1,
.nui-exif-wrap .nui-exif-item .nui-exif-icon-wrap .nui-exif-icon.set-icon-2,
.nui-exif-wrap .nui-exif-item .nui-exif-icon-wrap .nui-exif-icon.set-icon-3,
.nui-exif-wrap .nui-exif-item .nui-exif-icon-wrap .nui-exif-icon.set-icon-4 {
  top: 1px;
}
.nui-exif-wrap .nui-exif-item .nui-exif-icon-wrap .nui-exif-icon.set-icon-5 {
  top: -1px;
}
.nui-exif-wrap .nui-exif-item .nui-exif-icon-wrap .nui-exif-icon.set-icon-6,
.nui-exif-wrap .nui-exif-item .nui-exif-icon-wrap .nui-exif-icon.set-icon-7 {
  top: 1px;
}
.nui-exif-wrap .nui-exif-item .nui-exif-text {
  width: 61px;
  display: inline-block;
  font-size: 14px;
  color: #343434;
  line-height: 20px;
}
.nui-exif-wrap .nui-exif-item a.nui-exif-text {
  transition: color 0.3s;
  color: var(--blue);
}
.nui-exif-wrap .nui-exif-item a.nui-exif-text:hover {
  color: #000;
}
.nui-exif-wrap .nui-exif-item.set-wide {
  display: block;
}
.nui-exif-wrap .nui-exif-item.set-wide .nui-exif-text {
  width: 175px;
}
.nui-exif-wrap .nui-exif-gmap-wrap {
  width: 100%;
  height: 130px;
}
.nui-exif-wrap .nui-exif-gmap-wrap .nui-exif-gmap {
  height: 150px;
  overflow: hidden;
}
.nui-tabs-wrap.set-forum-meet {
  float: left;
  position: relative;
  top: 1px;
}
.nui-tabs-wrap.set-forum-meet .nui-tab {
  padding: 2px 9px;
  font-size: 15px;
}
.nui-tabs-wrap .nui-tab {
  display: block;
  float: left;
  font-size: 14px;
  color: #343434;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-left-width: 0;
  cursor: pointer;
  box-sizing: border-box;
  padding: 1px 9px 2px;
}
.nui-tabs-wrap .nui-tab .icon-like-heart {
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 3px;
  width: 13px;
  height: 11px;
  background-image: url(../images/to-sprite-in-future/nui-black-heart.svg);
  background-size: 13px 11px;
  vertical-align: top;
}
.nui-tabs-wrap .nui-tab .icon-like-heart.active {
  background-image: url(../images/to-sprite-in-future/nui-orange-heart.svg);
}
.nui-tabs-wrap .nui-tab:first-child {
  border-left-width: 1px;
  border-radius: 4px 0 0 4px;
}
.nui-tabs-wrap .nui-tab:last-child {
  border-radius: 0 4px 4px 0;
}
.nui-tabs-wrap .nui-tab:hover {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
}
.nui-tabs-wrap .nui-tab:hover .icon-like-heart {
  background-image: url(../images/to-sprite-in-future/nui-white-heart.svg);
  background-size: 13px 11px;
}
.nui-tabs-wrap .nui-tab:hover .icon-like-heart.active {
  background-image: url(../images/to-sprite-in-future/nui-orange-heart.svg);
}
.nui-tabs-wrap .nui-tab.active,
.nui-tabs-wrap .nui-tab.set-active,
.nui-tabs-wrap .nui-tab:active {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
  cursor: default;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.nui-tabs-wrap .nui-tab.active .icon-like-heart,
.nui-tabs-wrap .nui-tab.set-active .icon-like-heart,
.nui-tabs-wrap .nui-tab:active .icon-like-heart {
  background-image: url(../images/to-sprite-in-future/nui-white-heart.svg);
}
.nui-tabs-wrap .nui-tab.active .icon-like-heart.active,
.nui-tabs-wrap .nui-tab.set-active .icon-like-heart.active,
.nui-tabs-wrap .nui-tab:active .icon-like-heart.active {
  background-image: url(../images/to-sprite-in-future/nui-orange-heart.svg);
}
.nui-tabs-wrap .nui-tab.set-left {
  border-radius: 4px 0 0 4px;
}
.nui-tabs-wrap .nui-tab.set-right {
  border-radius: 0 4px 4px 0;
}
.nui-tabs-wrap .nui-tab.disabled {
  cursor: default;
}
.nui-tabs-wrap .nui-tab.disabled:hover {
  background: #fff;
  border-color: #dbdbdb;
  color: #343434;
  cursor: default;
}
.nui-close-cross {
  background-image: url(../images/to-sprite-in-future/nui-input-clear.svg);
  background-size: 12px 12px;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  cursor: pointer;
  z-index: 2;
}
.nui-close-cross.set-black {
  background-image: url(../images/to-sprite-in-future/nui-input-clear-black.svg);
}
.nui-stars-wrap .nui-stars {
  position: relative;
  height: 15px;
  width: 100px;
}
.nui-stars-wrap .nui-stars .nui-stars-downlayer {
  height: 100%;
  width: 100%;
  background-image: url(../images/to-sprite-in-future/nui-stars-white.svg);
}
.nui-stars-wrap .nui-stars .nui-stars-downlayer.set-grey {
  background-image: url(../images/to-sprite-in-future/nui-stars-grey.svg);
}
.nui-stars-wrap .nui-stars .nui-stars-uplayer {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-image: url(../images/to-sprite-in-future/nui-stars-yellow.svg);
}
.nui-stars-wrap .nui-stars.set-r-00 .nui-stars-uplayer {
  width: 0;
}
.nui-stars-wrap .nui-stars.set-r-05 .nui-stars-uplayer {
  width: 8%;
}
.nui-stars-wrap .nui-stars.set-r-10 .nui-stars-uplayer {
  width: 16%;
}
.nui-stars-wrap .nui-stars.set-r-15 .nui-stars-uplayer {
  width: 29%;
}
.nui-stars-wrap .nui-stars.set-r-20 .nui-stars-uplayer {
  width: 37%;
}
.nui-stars-wrap .nui-stars.set-r-25 .nui-stars-uplayer {
  width: 50%;
}
.nui-stars-wrap .nui-stars.set-r-30 .nui-stars-uplayer {
  width: 58%;
}
.nui-stars-wrap .nui-stars.set-r-35 .nui-stars-uplayer {
  width: 71%;
}
.nui-stars-wrap .nui-stars.set-r-40 .nui-stars-uplayer {
  width: 79%;
}
.nui-stars-wrap .nui-stars.set-r-45 .nui-stars-uplayer {
  width: 92%;
}
.nui-stars-wrap .nui-stars.set-r-50 .nui-stars-uplayer {
  width: 100%;
}
.nui-stars-wrap .nui-stars .nui-star-1,
.nui-stars-wrap .nui-stars .nui-star-2,
.nui-stars-wrap .nui-stars .nui-star-3,
.nui-stars-wrap .nui-stars .nui-star-4,
.nui-stars-wrap .nui-stars .nui-star-5 {
  display: none;
}
.nui-stars-wrap .nui-stars.set-hover .nui-star-1,
.nui-stars-wrap .nui-stars.set-hover .nui-star-2,
.nui-stars-wrap .nui-stars.set-hover .nui-star-3,
.nui-stars-wrap .nui-stars.set-hover .nui-star-4,
.nui-stars-wrap .nui-stars.set-hover .nui-star-5 {
  z-index: 100;
  display: block;
  position: absolute;
  top: 0;
  height: 15px;
  width: 20%;
  cursor: pointer;
}
.nui-stars-wrap .nui-stars.set-hover .nui-star-5 {
  width: 19.9%;
}
.nui-stars-wrap .nui-stars.set-hover .nui-star-1 {
  width: 20%;
  left: 0;
}
.nui-stars-wrap .nui-stars.set-hover .nui-star-1:hover ~ .nui-stars-uplayer {
  width: 16%;
}
.nui-stars-wrap .nui-stars.set-hover .nui-star-2 {
  left: 20%;
}
.nui-stars-wrap .nui-stars.set-hover .nui-star-2:hover ~ .nui-stars-uplayer {
  width: 37%;
}
.nui-stars-wrap .nui-stars.set-hover .nui-star-3 {
  left: 40%;
}
.nui-stars-wrap .nui-stars.set-hover .nui-star-3:hover ~ .nui-stars-uplayer {
  width: 58%;
}
.nui-stars-wrap .nui-stars.set-hover .nui-star-4 {
  left: 60%;
}
.nui-stars-wrap .nui-stars.set-hover .nui-star-4:hover ~ .nui-stars-uplayer {
  width: 79%;
}
.nui-stars-wrap .nui-stars.set-hover .nui-star-5 {
  left: 80%;
}
.nui-stars-wrap .nui-stars.set-hover .nui-star-5:hover ~ .nui-stars-uplayer {
  width: 100%;
}
.nui-tooltip {
  z-index: 9000;
  display: none;
  position: absolute;
}
.nui-tooltip.set-text-center {
  text-align: center;
}
.nui-tooltip.set-text-left {
  text-align: left;
  top: 50%;
}
.nui-tooltip.set-text-right {
  text-align: right;
  top: 50%;
}
.nui-tooltip.set-down,
.nui-tooltip.set-up {
  left: 50%;
  width: 240px;
  margin-left: -120px;
}
.nui-tooltip.set-left,
.nui-tooltip.set-right {
  max-width: 240px;
}
.nui-tooltip.set-up .set-online:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: -10px;
  border: 5px solid transparent;
  border-top: 5px solid #37b96f;
}
.nui-tooltip.set-up .set-offline:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: -10px;
  border: 5px solid transparent;
  border-top: 5px solid #bebebe;
}
.nui-tooltip.set-down .set-online:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: -9px;
  border: 5px solid transparent;
  border-bottom: 5px solid #37b96f;
}
.nui-tooltip.set-down .set-offline:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: -9px;
  border: 5px solid transparent;
  border-bottom: 5px solid #bebebe;
}
.nui-tooltip.set-left .set-online:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: -10px;
  border: 5px solid transparent;
  border-left: 5px solid #37b96f;
}
.nui-tooltip.set-left .set-offline:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: -10px;
  border: 5px solid transparent;
  border-left: 5px solid #bebebe;
}
.nui-tooltip.set-right .set-online:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: -10px;
  border: 5px solid transparent;
  border-right: 5px solid #37b96f;
}
.nui-tooltip.set-right .set-offline:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: -10px;
  border: 5px solid transparent;
  border-right: 5px solid #bebebe;
}
.nui-tooltip.set-white-shadow .nui-tt-wrap {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding: 11px;
  color: #343434;
  font-size: 15px;
  border-radius: 4px;
}
.nui-tooltip.set-white-shadow.set-up {
  margin-bottom: -5px;
  padding-bottom: 15px;
}
.nui-tooltip.set-white-shadow.set-up:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom: 7px;
  left: 50%;
  margin-left: -8px;
  box-shadow: 2px 2px 8px -3px rgba(0, 0, 0, 0.3);
}
.nui-tooltip.set-white-shadow.set-down {
  margin-top: -5px;
  padding-top: 15px;
}
.nui-tooltip.set-white-shadow.set-down:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  top: 7px;
  left: 50%;
  margin-left: -5px;
  box-shadow: 2px 2px 8px -3px rgba(0, 0, 0, 0.3);
}
.nui-tooltip.set-white-shadow.set-down .set-righter {
  margin-left: 80px;
  min-width: 82px;
}
.nui-tooltip.set-white-shadow.set-down .set-righter.set-ignore {
  white-space: nowrap;
}
.nui-tooltip.set-white-shadow.set-left {
  margin-right: -5px;
  padding-right: 15px;
}
.nui-tooltip.set-white-shadow.set-left:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg);
  position: absolute;
  right: 7px;
  top: 50%;
  margin-top: -8px;
  box-shadow: 2px 2px 8px -3px rgba(0, 0, 0, 0.3);
}
.nui-tooltip.set-white-shadow.set-right {
  margin-left: -5px;
  padding-left: 15px;
}
.nui-tooltip.set-white-shadow.set-right:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  left: 7px;
  top: 50%;
  margin-top: -8px;
  box-shadow: 2px 2px 8px -3px rgba(0, 0, 0, 0.3);
}
.nui-tooltip .nui-tt-wrap {
  background-color: #bebebe;
  display: inline-block;
  border-radius: 5px;
  padding: 3px 8px;
  color: #fff;
  font-size: 14px;
  line-height: 19px;
}
.nui-tooltip .nui-tt-wrap.set-offline {
  background: #bebebe;
}
.nui-tooltip .nui-tt-wrap.set-online {
  background: #37b96f;
}
.nui-tooltip.set-visib {
  display: inline-block;
  margin: 0 9px;
}
.nui-tooltip.set-passchange {
  width: 200px;
  margin-left: -100px;
  top: 17px;
}
.nui-tooltip.set-passchange .nui-tt-wrap {
  max-width: 200px;
}
.nui-tooltip.set-min .nui-tt-wrap {
  padding: 0 7px;
}
.nui-tooltip.set-min.set-up .set-online:after {
  margin-left: -3px;
  bottom: -6px;
  border: 3px solid transparent;
  border-top: 3px solid #37b96f;
}
.nui-tooltip.set-min.set-up .set-offline:after {
  margin-left: -3px;
  bottom: -6px;
  border: 3px solid transparent;
  border-top: 3px solid #bebebe;
}
.nui-tooltip.set-min.set-down .set-online:after {
  margin-left: -3px;
  top: -6px;
  border: 3px solid transparent;
  border-bottom: 3px solid #37b96f;
}
.nui-tooltip.set-min.set-down .set-offline:after {
  margin-left: -3px;
  top: -6px;
  border: 3px solid transparent;
  border-bottom: 3px solid #bebebe;
}
.nui-tooltip.set-min.set-left .set-online:after {
  margin-top: -3px;
  right: -6px;
  border: 3px solid transparent;
  border-left: 3px solid #37b96f;
}
.nui-tooltip.set-min.set-left .set-offline:after {
  margin-top: -3px;
  right: -6px;
  border: 3px solid transparent;
  border-left: 3px solid #bebebe;
}
.nui-tooltip.set-min.set-right .set-online:after {
  margin-top: -3px;
  left: -6px;
  border: 3px solid transparent;
  border-right: 3px solid #37b96f;
}
.nui-tooltip.set-min.set-right .set-offline:after {
  margin-top: -3px;
  left: -6px;
  border: 3px solid transparent;
  border-right: 3px solid #bebebe;
}
.nui-tooltip.set-tender {
  position: relative;
  margin: 0 0 0 9px;
  top: 1px;
}
.nui-online-status {
  height: 23px;
  width: 23px;
  background-color: #ededed;
  position: absolute;
  left: 136px;
  top: 11px;
  border-radius: 50%;
  z-index: 5;
}
.nui-online-status.set-in-list {
  left: 135px;
  top: 26px;
}
.nui-online-status .nui-os-indicator {
  height: 15px;
  width: 15px;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 50%;
}
.nui-online-status .nui-os-indicator.offline {
  background-color: #bebebe;
}
.nui-online-status .nui-os-indicator.online {
  background-color: #37b96f;
}
.nui-button-white {
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #dbdbdb;
  color: #343434;
  font-size: 18px;
  padding: 14px 29px 16px;
  text-decoration: none;
  background-color: #fff;
}
.nui-button-white.set-video-upload {
  display: none;
  padding: 6px 23px 7px;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  vertical-align: bottom;
  margin-left: 10px;
}
.nui-button-white.set-video-upload.set-del {
  position: absolute;
  bottom: 25px;
  right: 50%;
  margin-right: -58px;
  z-index: 1;
  top: auto;
  display: none;
}
.nui-button-white.set-uploader {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  padding: 13px 30px;
  border: 1px solid #dbdbdb;
  color: #343434;
  background-color: #fff;
}
.nui-button-white.set-uploader,
.nui-button-white.set-uploader:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.nui-button-white.set-uploader:hover {
  color: #fff;
  background-color: var(--blue);
  border: 1px solid var(--blue);
}
.nui-button-white.set-tab {
  font-size: 14px;
  border: 1px solid #dbdbdb;
  cursor: pointer;
  box-sizing: border-box;
  padding: 1px 9px 2px;
}
.nui-button-white.set-tab:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.nui-button-white.set-tab.active,
.nui-button-white.set-tab:active,
.nui-button-white.set-tab:hover {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
}
.nui-button-white.set-tab.active .icon-like-heart,
.nui-button-white.set-tab:active .icon-like-heart {
  background-image: url(../images/to-sprite-in-future/nui-white-heart.svg);
}
.nui-button-white.set-tab.disabled {
  cursor: default;
}
.nui-button-white.set-tab.disabled:hover {
  background: #fff;
  border-color: #dbdbdb;
  color: #343434;
  cursor: default;
}
.nui-button-white:hover {
  background-color: #dbdbdb;
  border: 1px solid #dbdbdb;
  color: #343434;
}
.nui-button-white:active {
  background-color: #c2c2c2;
  border: 1px solid #c2c2c2;
  color: #343434;
}
.nui-button-blue {
  box-sizing: border-box;
  border-radius: 4px;
  background-color: var(--blue);
  color: #fff;
  padding: 15px 30px 17px;
  line-height: 1;
  border: none;
  outline: none;
  font-size: 18px;
  cursor: pointer;
}
.nui-button-blue.set-bride-message {
  margin: -3px 0 0 -20px;
  font-size: 16px;
  padding: 6px 12px 8px;
}
.nui-button-blue.set-pay-confirm {
  padding: 10px 20px 12px;
  font-size: 21px;
}
.nui-button-blue.set-ep-gp-submit {
  display: inline-block;
  margin-left: 20px;
  vertical-align: bottom;
}
.nui-button-blue.set-mess {
  display: table;
}
.nui-button-blue.set-badge {
  display: table;
  margin: 0 auto;
}
.nui-button-blue.set-exif-close {
  padding: 8px 20px 9px;
  cursor: pointer;
  display: table;
  margin: 0 auto;
}
.nui-button-blue:active,
.nui-button-blue:hover {
  background-color: var(--blue-dark);
}
.nui-button-blue.set-forum-add {
  display: table;
  margin: 0 auto;
  font-weight: 700;
  font-size: 18px;
  padding: 13px 31px;
}
.nui-button-blue.set-upload-submit {
  font-weight: 700;
  padding: 12px 33px 14px;
}
.nui-button-blue.set-center {
  padding: 8px 20px 9px;
  cursor: pointer;
  display: table;
  margin: 0 auto;
}
.nui-button-blue.set-min {
  padding: 7px 15px 8px;
  font-size: 14px;
}
.nui-button-blue.set-bri {
  position: relative;
  top: 6px;
}
.nui-button-blue.set-xxlarge {
  padding: 8px 20px 9px;
  font-weight: 700;
  font-size: 18px;
}
.nui-button-blue.disabled {
  background-color: var(--blue-lighter);
  color: #fff;
}
.nui-button-blue.disabled:hover {
  cursor: default;
}
.nui-button-blue.set-comment {
  padding: 8px 20px 9px;
}
.nui-button-blue.set-forum {
  padding: 8px 20px 9px;
  margin-top: 30px;
}
.nui-button-blue.set-forum-topic {
  padding: 8px 14px 9px;
  position: relative;
  top: -4px;
  font-weight: 700;
}
.nui-button-blue.set-active {
  background-color: #3070c1;
}
.nui-textarea {
  color: #9d9d9d;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #dbdbdb;
  outline: none;
  box-sizing: border-box;
  color: #343434;
  resize: none;
  padding: 6px 10px 8px;
  font-size: 15px;
}
.nui-textarea ::-webkit-input-placeholder {
  color: #9d9d9d;
  opacity: 1 !important;
}
.nui-textarea :-moz-placeholder,
.nui-textarea ::-moz-placeholder {
  color: #9d9d9d;
}
.nui-textarea :-ms-input-placeholder {
  color: #9d9d9d;
}
.nui-textarea:focus {
  border: 1px solid #a3a3a3;
}
.nui-textarea.set-seo-text {
  display: block;
  width: 80%;
  margin-bottom: 10px;
  min-height: 100px;
}
.nui-textarea.set-feedback {
  width: 100%;
  min-height: 175px;
}
.nui-textarea.set-comment {
  width: 96%;
  min-height: 94px;
  margin-bottom: 10px;
}
.nui-textarea.set-story {
  width: 100%;
}
.nui-checkbox-wrap:hover .nui-checkbox-label {
  border: 1px solid #a3a3a3;
}
.nui-checkbox-wrap label {
  vertical-align: middle;
  cursor: pointer;
}
.nui-checkbox {
  display: none;
}
.nui-checkbox + .nui-checkbox-label {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #dbdbdb;
  background: #fff;
  position: relative;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
}
.nui-checkbox + .nui-checkbox-label:hover {
  border: 1px solid #a3a3a3;
}
.nui-checkbox + .nui-checkbox-label:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 4px;
}
.nui-checkbox:checked + .nui-checkbox-label:after {
  background-image: url(../images/to-sprite-in-future/nui_checkbox.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.nui-radio-wrap input {
  display: none;
}
.nui-radio-wrap input:checked + label span {
  background-color: #f28510;
}
.nui-radio-wrap label {
  vertical-align: middle;
}
.nui-radio-wrap .nui-radio-round {
  height: 20px;
  width: 20px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #dbdbdb;
  background: #fff;
  display: inline-block;
  position: relative;
}
.nui-radio-wrap .nui-radio-round span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -4px;
  margin-top: -4px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #fff;
}
.nui-radio-wrap.set-user-delete {
  margin: 10px 0 10px 25px;
}
.nui-radio-wrap.set-user-delete .nui-raido-text {
  font-size: 15px;
  cursor: pointer;
}
.nui-wrap-input {
  position: relative;
}
.nui-wrap-input.set-story-input {
  display: table;
}
.nui-wrap-input .loc-datepicker-button {
  color: #9d9d9d;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #dbdbdb;
  outline: none;
  box-sizing: border-box;
  color: #343434;
  width: 100%;
  font-size: 15px;
  width: 169px;
  min-height: 35px;
  padding: 6px 10px 7px;
}
.nui-wrap-input .loc-datepicker-button.error {
  border: 1px solid #f24368;
}
.nui-wrap-input .loc-datepicker-button .ui-datepicker-trigger {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  border: 0;
  text-indent: -9999px;
  z-index: 4;
}
.nui-wrap-input.set-datepic {
  position: relative;
}
.nui-wrap-input.set-datepic .ui-datepicker-trigger {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  border: 0;
  text-indent: -9999px;
  z-index: 4;
}
.nui-wrap-input.set-loupe:before {
  z-index: 1;
  content: "";
  position: absolute;
  display: block;
  top: 10px;
  right: 9px;
  width: 16px;
  height: 16px;
  background-image: url(../images/to-sprite-in-future/profile_edit_loupe.svg);
}
.nui-wrap-input.set-loupe2 {
  max-width: 381px;
}
.nui-wrap-input.set-loupe2:before {
  z-index: 1;
  content: "";
  position: absolute;
  display: block;
  top: 10px;
  right: 9px;
  width: 16px;
  height: 16px;
  background-image: url(../images/to-sprite-in-future/profile_edit_loupe.svg);
}
.nui-wrap-input.set-loupe-trigger:before {
  display: none;
}
.nui-wrap-input.set-loupe-trigger.set-search:after {
  right: 1px;
}
.nui-wrap-input.set-loupe-trigger .loupe-trigger {
  z-index: 2;
  border: none;
  background-color: transparent;
  position: absolute;
  display: block;
  top: 10px;
  right: 9px;
  width: 16px;
  height: 16px;
  background-image: url(../images/to-sprite-in-future/profile_edit_loupe.svg);
}
.nui-wrap-input.set-calendar:before {
  z-index: 1;
  content: "";
  position: absolute;
  display: block;
  top: 11px;
  right: 11px;
  width: 14px;
  height: 12px;
  background-image: url(../images/to-sprite-in-future/nui-input-calendar.svg);
}
.nui-wrap-input.set-calendar.set-forum-calendar {
  width: 160px;
}
.nui-wrap-input.set-calendar.set-forum-calendar:after {
  content: "";
  position: absolute;
  display: block;
  top: 1px;
  right: 1px;
  width: 55px;
  height: 33px;
  border-radius: 0 4px 4px 0;
  background: -webkit-linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0.5),
    #fff,
    #fff,
    #fff
  );
  background: -moz-linear-gradient(
    to right,
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0.5),
    #fff,
    #fff,
    #fff
  );
  background: -ms-linear-gradient(
    to right,
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0.5),
    #fff,
    #fff,
    #fff
  );
  background: -o-linear-gradient(
    to right,
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0.5),
    #fff,
    #fff,
    #fff
  );
  background: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0.5),
    #fff,
    #fff,
    #fff
  );
}
.nui-wrap-input.set-catalog:after {
  right: 1px;
}
.nui-wrap-input .nui-close-cross {
  content: "";
  position: absolute;
  display: block;
  top: 1px;
  right: 1px;
  width: 55px;
  height: 33px;
  border-radius: 0 4px 4px 0;
  background: -webkit-linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0.5),
    #fff,
    #fff,
    #fff
  );
  background: -moz-linear-gradient(
    to right,
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0.5),
    #fff,
    #fff,
    #fff
  );
  background: -ms-linear-gradient(
    to right,
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0.5),
    #fff,
    #fff,
    #fff
  );
  background: -o-linear-gradient(
    to right,
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0.5),
    #fff,
    #fff,
    #fff
  );
  background: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0.5),
    #fff,
    #fff,
    #fff
  );
}
.nui-wrap-input .nui-close-cross:after {
  content: "";
  top: 7px;
  right: 7px;
  background-image: url(../images/to-sprite-in-future/nui-input-clear.svg);
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  cursor: pointer;
  z-index: 2;
}
.nui-wrap-input.set-small {
  width: 168px;
}
.nui-wrap-input.set-forum {
  width: 225px;
}
.nui-text-input {
  color: #9d9d9d;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #dbdbdb;
  outline: none;
  box-sizing: border-box;
  color: #343434;
  width: 100%;
  font-size: 15px;
  padding: 6px 10px 8px;
}
.nui-text-input ::-webkit-input-placeholder {
  color: #9d9d9d;
  opacity: 1 !important;
}
.nui-text-input :-moz-placeholder,
.nui-text-input ::-moz-placeholder {
  color: #9d9d9d;
}
.nui-text-input :-ms-input-placeholder {
  color: #9d9d9d;
}
.nui-text-input:focus {
  border: 1px solid #a3a3a3;
}
.nui-text-input.set-seo-text {
  margin: 10px 0;
  width: 148px;
  float: none;
  clear: both;
  display: block;
}
.nui-text-input.set-feedback {
  width: 100%;
}
.nui-text-input.set-sm {
  width: 209px;
}
.nui-text-input.set-catalog {
  width: 270px;
}
.nui-text-input.set-calendar {
  cursor: pointer;
  width: 201px;
}
.nui-text-input.set-calendar.set-forum-calendar {
  width: 170px;
}
.nui-text-input.set-search {
  width: 228px;
}
.nui-text-input.set-search.set-short {
  width: 100%;
}
.nui-text-input.set-select {
  cursor: pointer;
}
.nui-text-input.set-mi {
  width: 381px;
}
.nui-text-input.set-bri {
  width: 290px;
  position: relative;
}
.nui-text-input.set-bri-date {
  width: 200px;
  position: relative;
  min-height: 36px;
}
.nui-text-input.set-mi-short {
  width: 110px;
  float: left;
  margin-right: 5px;
}
.nui-text-input.set-mi-short2 {
  width: 151px;
}
.nui-text-input.set-min {
  font-size: 14px;
  text-align: center;
  width: 180px;
  height: 24px;
  padding: 3px 10px;
}
.nui-text-input.set-search-active {
  font-size: 16px;
  border: 1px solid #a3a3a3;
  padding: 5px 10px 8px;
}
.nui-text-input.set-large {
  font-size: 21px;
  padding: 3px 10px;
}
.nui-text-input.set-add {
  width: 474px;
}
.nui-text-input.set-add.set-tender {
  width: 445px;
}
.nui-pagination-wrap .nui-pagination-list {
  text-align: center;
}
.nui-pagination-wrap .nui-pagination-list .nui-pagination-item,
.nui-pagination-wrap .nui-pagination-list li {
  display: inline-block;
  margin: 0 3px 0 0;
  height: 26px;
  vertical-align: top;
}
.nui-pagination-wrap .nui-pagination-list .nui-pagination-item a,
.nui-pagination-wrap .nui-pagination-list li a {
  text-decoration: none;
  padding: 3px 10px 4px;
  color: #2e2e2e;
  font-size: 14px;
}
.nui-pagination-wrap .nui-pagination-list .nui-pagination-item span,
.nui-pagination-wrap .nui-pagination-list li span {
  color: #343434;
  height: 26px;
  font-size: 14px;
}
.nui-pagination-wrap .nui-pagination-list .nui-pagination-item.active,
.nui-pagination-wrap .nui-pagination-list li.active {
  border-radius: 4px;
  border: 1px solid #a3a3a3;
  color: #595656;
  padding: 3px 9px;
  height: 20px;
  position: relative;
  top: -4px;
}
.price-entering-club .price-entering-message {
  font-size: 21px;
  line-height: 24px;
  color: #8c8c8c;
  display: block;
  padding: 10px 0 20px;
}
.steps .steps__date,
.steps .steps__title {
  white-space: nowrap;
}
.locale_pay-system h1 {
  text-align: center;
}
.locale_pay-system .locale_pay-system_list .locale_pay-system_item b {
  font-size: 18px;
}
.locale_pay-system .locale_pay-system_list .locale_pay-system_item label {
  margin-left: 15px;
  font-size: 16px;
}
.locale_pay-system .locale_pay-system_list .locale_pay-system_item label input {
  vertical-align: middle;
}
.locale_pay-system .locale_pay-system_list .locale_pay-system_item label:hover {
  cursor: pointer;
}
.locale_pay-system .locale_pay-system_submit {
  font-weight: 700;
  margin-right: -600px;
  padding: 12px 24px 13px;
  z-index: 10033;
}
.slider-range-theme-2 .entering-club-mounth li,
.slider-range-theme-2 .entering-club-mounth li.active {
  color: #fff;
}
.slider-range-theme-2 .entering-club-mounth li.active.set-grey,
.slider-range-theme-2 .entering-club-mounth li.set-grey {
  color: #676767;
}
.entering-club.set-adv-first .slider-range-theme-2 .entering-club-mounth li,
.entering-club.set-adv-first
  .slider-range-theme-2
  .entering-club-mounth
  li.active {
  color: #2e2e2e;
}
.share.buttons {
  right: 4px;
}
.prize-caption {
  position: relative;
}
.prize-caption .award_prize_column {
  width: 494px;
  height: 518px;
  overflow: hidden;
}
.prize-caption .award_d5 {
  position: absolute;
  top: 66px;
  right: 84px;
  height: 27px;
  width: 48px;
}
.prize-caption .award_d5 img {
  height: 27px;
  width: 48px;
}
#award_judjes,
#award_nominations,
#award_participation,
#award_rules {
  padding-top: 15px;
}
#award_scroll_nav_wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  background-color: #ffdc2d;
  z-index: 100;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}
#award_scroll_nav_wrap .award_s_nav_list {
  display: table;
  margin: 0 auto;
  padding: 15px 0;
  text-align: center;
}
#award_scroll_nav_wrap .award_s_nav_list .award_s_nav_item {
  display: inline-block;
  color: #191919;
  text-transform: uppercase;
  margin: 0 15px;
}
#award_scroll_nav_wrap .award_s_nav_list .award_s_nav_item:hover {
  cursor: pointer;
  color: #fff;
}
.photo-story-view
  .photo-story-main-photo
  .main-photo-toggle-block.changed
  .nui-button-yellow {
  display: none;
}
.photo-story-view:hover
  .photo-story-main-photo
  .main-photo-toggle-block.changed
  .nui-button-yellow {
  display: block;
}
.nv-popup-award .radio {
  overflow: visible;
}
.nv-popup-award .badge-rounded.badge-rounded--accept {
  position: absolute;
  top: 0;
  right: -22px;
}
.nv-popup-award.set-remove {
  width: auto;
  display: table;
  padding: 38px 126px;
}
.nv-popup-award .remove-ask {
  font-size: 32px;
  display: table;
  margin: 0 auto 30px;
}
.nv-popup-award .nui-button-blue {
  display: table;
  margin: 0 auto;
  font-weight: 700;
}
.page-lang-el .award_h1.h1,
.page-lang-vi .award_h1.h1 {
  font-size: 82px;
}
.award_h1 {
  white-space: nowrap;
  position: relative;
}
.award_h1.h1 {
  font-size: 90px;
}
.award_h1.h1 .badge-over {
  font-size: 36px;
  margin: -49px 0 0 -30px;
}
.award_h1 .nikon_Url {
  height: 95px;
  width: 151px;
  position: absolute;
  top: -11px;
  right: 17px;
  background-size: 151px 132px;
  background-image: url(../images/to-sprite-in-future/Nikon.svg);
}
#award_judjes .card-judge {
  margin-bottom: 30px;
}
#award_judjes .card-judge.card-judge--first {
  margin-top: 68px;
}
#award_judjes .card-judge.card-judge--ninth {
  margin-top: -7px;
}
#award_judjes .card-judge.card-judge--seventh {
  margin-top: 34px;
}
#award_judjes .card-judge.card-judge--eighth {
  margin-top: 95px;
}
#award_judjes .row {
  margin-bottom: 15px;
}
#award_judjes .row:first-child {
  margin-bottom: 0;
}
.hidden_photographers_wrap {
  display: none;
}
.award_nikon_logo {
  height: 132px;
}
.nv-popup-award__body {
  position: relative;
}
.nv-popup-award__body .nv-popup-award--gallery__photo {
  position: relative;
  z-index: 1;
}
.nv-popup-award__body .nv-popup-bg-close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.nv-popup-award__container {
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}
.nv-popup-award__container--show {
  max-height: 220px;
}
.nv-popup-award__promo-code--error .nv-popup-award__error {
  display: block !important;
}
.nv-popup-award__line {
  width: 100%;
  height: 1px;
  margin-top: 30px;
  background-color: rgba(25, 25, 25, 0.3);
}
.nv-popup-award__input {
  display: block;
  border-radius: 4px;
  border: none;
  outline: none;
  width: 235px;
  height: 44px;
  box-sizing: border-box;
  padding: 0 10px;
}
.nv-popup-award__input--lock {
  pointer-events: none;
  opacity: 0.8;
}
.nv-popup-award__error {
  font-weight: 700;
  display: none;
}
.cities-from-country-bottom .cities-from-country-bottom__title a {
  color: #343434;
}
.switcher .container-scrollable {
  z-index: 9999;
  padding: 12px 3px 12px 0;
}
.switcher .container-scrollable ul {
  overflow: auto;
  max-height: 374px;
}
.switcher .container-scrollable ul::-webkit-scrollbar {
  width: 4px;
}
.switcher .container-scrollable ul::-webkit-scrollbar-track {
  background-color: transparent;
}
.switcher .container-scrollable ul::-webkit-scrollbar-thumb {
  background-color: #c6c6c6;
}
.profile-wrap .user-pic-crop.loaded:hover .upload-overlay,
.profile-wrap .user-pic-crop.process.loaded:hover .button-upload {
  display: none;
}
.userpic-load-wrap {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: hsla(0, 0%, 100%, 0.7);
  text-align: center;
}
.userpic-load-wrap .loader,
.userpic-load-wrap .loader:after,
.userpic-load-wrap .loader:before {
  border-radius: 50%;
}
.userpic-load-wrap .loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #000;
  background: -moz-linear-gradient(left, #000 10%, transparent 42%);
  background: -webkit-linear-gradient(left, #000 10%, transparent 42%);
  background: -o-linear-gradient(left, #000 10%, transparent 42%);
  background: -ms-linear-gradient(left, #000 10%, transparent 42%);
  background: linear-gradient(90deg, #000 10%, transparent 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.userpic-load-wrap .sk-fading-circle {
  margin: 80px auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.userpic-load-wrap .sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.userpic-load-wrap .sk-fading-circle .sk-circle:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.userpic-load-wrap .sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.userpic-load-wrap .sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.userpic-load-wrap .sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.userpic-load-wrap .sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.userpic-load-wrap .sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.userpic-load-wrap .sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.userpic-load-wrap .sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.userpic-load-wrap .sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.userpic-load-wrap .sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.userpic-load-wrap .sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.userpic-load-wrap .sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.userpic-load-wrap .sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.userpic-load-wrap .sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.userpic-load-wrap .sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.userpic-load-wrap .sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.userpic-load-wrap .sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.userpic-load-wrap .sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.userpic-load-wrap .sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.userpic-load-wrap .sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.userpic-load-wrap .sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.userpic-load-wrap .sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.userpic-load-wrap .sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleFadeDelay {
  0%,
  39%,
  to {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes sk-circleFadeDelay {
  0%,
  39%,
  to {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
#photographers-locations-header .filter-rusult-title,
#photographers-locations-header .filter-rusult-title h1 {
  display: inline-block;
}
#photographers-locations-header .back-to-country-block {
  display: inline-block;
  font-size: 21px;
}
#photographers-locations-header .back-to-country-block a {
  color: #367acf;
  float: none;
  margin: 0;
}
#photographers-locations-header .back-to-country-block a:hover {
  color: #255999;
}
.photographers-locations
  .photographers-locations-list
  div.back-to-country-block {
  display: none;
}
.photographers-locations
  .photographers-locations-list
  div.back-to-country-block
  a {
  float: none;
  margin: 0;
}
.nv-popup-trigger__wrapper {
  overflow: hidden;
}
.nui-main-menu .nui-menu-wrap .nui-menu-nav > li.party.active span a,
.nui-main-menu .nui-menu-wrap .nui-menu-nav li.party span a {
  color: #f24368;
}
.nui-menu-nav > li.party.active {
  background-color: #3b3b3b;
}
.nv-popup-award--gallery__photo {
  max-width: 1200px;
  max-height: 800px;
}
.feedback-checkbox-section {
  display: none;
}
.feedback-checkbox-section .nui-checkbox-wrap {
  display: inline-block;
}
.feedback-checkbox-section .personal-data-check-p {
  font-size: 16px;
  margin-left: 6px;
  display: inline-block;
  vertical-align: middle;
}
.feedback-form label.personal-data-check-label {
  display: inline-block;
  font-size: 16px;
  padding-left: 6px;
}
.blocking-of-users-list-item svg {
  max-width: 30px;
  max-height: 30px;
}
.nui-main-menu .nui-menu-wrap .nui-menu-nav > li.award.active span a {
  color: #ffdc2d;
}
.nui-menu-nav > li.award.active {
  background-color: #3b3b3b;
}
.post-gallery.expanded ul li img:hover {
  cursor: pointer;
}
.page-lang-el .award-final h1,
.page-lang-vi .award-final h1 {
  font-size: 94px;
}
.page-lang-el .profile-wrap .link-border span,
.page-lang-el .profile-wrap .link-def span,
.page-lang-vi .profile-wrap .link-border span,
.page-lang-vi .profile-wrap .link-def span {
  font-size: 15px;
}
.enter-with-socials ul li.item-2 a {
  cursor: pointer;
}
.profile-wrap .edits-column .movable-indicator .grad.sec {
  width: 100px;
  left: 50%;
  margin-left: -50px;
  text-align: center;
}
.photo-stats .photo-stats-item.item-comment .ico-default {
  top: 3px;
  width: 19px;
  display: inline-block;
  margin-left: -2px;
  background-image: url(../images/to-sprite-in-future/new_comments_white.svg);
  background-size: 17px auto;
  background-position: 50%;
}
.photo-stats .photo-stats-item.item-comment:hover .ico-default {
  width: 19px;
  display: inline-block;
  margin-left: -2px;
  background-image: url(../images/to-sprite-in-future/new_comments_pink.svg);
  background-size: 17px auto;
  background-position: 50%;
}
.photo-stats .photo-stats-item.item-favorite .ico-default {
  top: 3px;
  background-image: url(../images/to-sprite-in-future/new_bookmark_white.svg);
  background-size: auto 100%;
  background-position: 50%;
}
.photo-stats .photo-stats-item.item-favorite:hover .ico-default {
  top: 3px;
  background-image: url(../images/to-sprite-in-future/new_bookmark_pink.svg);
  background-size: auto 100%;
  background-position: 50%;
}
.photo-stats .photo-stats-item.item-like .ico-default {
  top: 2px;
  background-image: url(../images/to-sprite-in-future/new_like_white.svg);
  background-size: auto 15px;
  background-position: 50%;
}
.photo-stats .photo-stats-item.item-like:hover .ico-default {
  top: 2px;
  background-image: url(../images/to-sprite-in-future/new_like_pink.svg);
  background-size: auto 15px;
  background-position: 50%;
}
.nui-php-data {
  display: none;
}
.filter-rusult-list .filter-rusult-list-item.set-ivw {
  background-color: #161616;
  padding-top: 28px;
}
.filter-rusult-list .filter-rusult-list-item.set-ivw .ivw-wrap {
  position: relative;
  margin-top: 18px;
  padding-bottom: 18px;
  height: 595px;
  overflow: hidden;
}
.filter-rusult-list .filter-rusult-list-item.set-ivw .ivw-wrap.unhide {
  height: auto;
}
.filter-rusult-list
  .filter-rusult-list-item.set-ivw
  .ivw-wrap
  .ivw-unhide-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
}
.filter-rusult-list
  .filter-rusult-list-item.set-ivw
  .ivw-wrap
  .ivw-unhide-wrap
  .ivw-unhide-grad-wrap {
  background: -webkit-linear-gradient(
    180deg,
    hsla(0, 0%, 9%, 0),
    hsla(0, 0%, 9%, 0.3),
    hsla(0, 0%, 9%, 0.6),
    hsla(0, 0%, 9%, 0.9),
    #161616
  );
  background: -moz-linear-gradient(
    to bottom,
    hsla(0, 0%, 9%, 0),
    hsla(0, 0%, 9%, 0.3),
    hsla(0, 0%, 9%, 0.6),
    hsla(0, 0%, 9%, 0.9),
    #161616
  );
  background: -ms-linear-gradient(
    to bottom,
    hsla(0, 0%, 9%, 0),
    hsla(0, 0%, 9%, 0.3),
    hsla(0, 0%, 9%, 0.6),
    hsla(0, 0%, 9%, 0.9),
    #161616
  );
  background: -o-linear-gradient(
    to bottom,
    hsla(0, 0%, 9%, 0),
    hsla(0, 0%, 9%, 0.3),
    hsla(0, 0%, 9%, 0.6),
    hsla(0, 0%, 9%, 0.9),
    #161616
  );
  background: linear-gradient(
    180deg,
    hsla(0, 0%, 9%, 0),
    hsla(0, 0%, 9%, 0.3),
    hsla(0, 0%, 9%, 0.6),
    hsla(0, 0%, 9%, 0.9),
    #161616
  );
  position: absolute;
  width: 100%;
  height: 70px;
  bottom: 30px;
  left: 0;
}
.filter-rusult-list
  .filter-rusult-list-item.set-ivw
  .ivw-wrap
  .ivw-unhide-wrap
  .ivw-unhide-black-wrap {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  background-color: #161616;
  padding-bottom: 6px;
}
.filter-rusult-list
  .filter-rusult-list-item.set-ivw
  .ivw-wrap
  .ivw-unhide-wrap
  .ivw-unhide-black-wrap
  p {
  padding: 8px 0;
  color: #367acf;
  display: inline-block;
  border-radius: 4px;
  margin-left: 243px;
}
.filter-rusult-list
  .filter-rusult-list-item.set-ivw
  .ivw-wrap
  .ivw-unhide-wrap
  .ivw-unhide-black-wrap
  p
  .blue_arrow {
  height: 21px;
  width: 21px;
  background-image: url(../images/to-sprite-in-future/blue_arrow.svg);
  background-size: 21px 21px;
  display: inline-block;
  position: relative;
  top: 6px;
  margin-left: 5px;
}
.filter-rusult-list
  .filter-rusult-list-item.set-ivw
  .ivw-wrap
  .ivw-unhide-wrap
  .ivw-unhide-black-wrap
  p:hover {
  color: #5f95d9;
  cursor: pointer;
}
.filter-rusult-list
  .filter-rusult-list-item.set-ivw
  .ivw-wrap
  .ivw-unhide-wrap
  .ivw-unhide-black-wrap
  p:hover
  .blue_arrow {
  background-image: url(../images/to-sprite-in-future/blue_arrow_light.svg);
}
.filter-rusult-list
  .filter-rusult-list-item.set-ivw
  .ivw-wrap
  .ivw-list-href-wrap
  .ivw-list-href {
  font-size: 17px;
  margin-left: 243px;
}
.filter-rusult-list
  .filter-rusult-list-item.set-ivw
  .ivw-wrap
  .ivw-list-href-wrap
  .ivw-list-href
  .blue_arrow {
  height: 21px;
  width: 21px;
  background-image: url(../images/to-sprite-in-future/blue_arrow.svg);
  background-size: 21px 21px;
  display: inline-block;
  position: relative;
  top: 6px;
  margin-left: 5px;
}
.filter-rusult-list
  .filter-rusult-list-item.set-ivw
  .ivw-wrap
  .ivw-list-href-wrap
  .ivw-list-href:hover {
  color: #5f95d9;
  cursor: pointer;
}
.filter-rusult-list
  .filter-rusult-list-item.set-ivw
  .ivw-wrap
  .ivw-list-href-wrap
  .ivw-list-href:hover
  .blue_arrow {
  background-image: url(../images/to-sprite-in-future/blue_arrow_light.svg);
}
.filter-rusult-list
  .filter-rusult-list-item.set-ivw
  .ivw-wrap
  .ivw-slider-wrap {
  width: 100%;
  overflow: hidden;
}
.filter-rusult-list
  .filter-rusult-list-item.set-ivw
  .ivw-wrap
  .ivw-slider-wrap
  .ivw-slider-buffer {
  position: absolute;
  display: none;
}
.filter-rusult-list
  .filter-rusult-list-item.set-ivw
  .ivw-wrap
  .ivw-slider-wrap
  .ivw-arrow-wrap {
  width: 110px;
  height: 30px;
  display: table;
  margin-bottom: 42px;
  margin-left: 230px;
}
.filter-rusult-list
  .filter-rusult-list-item.set-ivw
  .ivw-wrap
  .ivw-slider-wrap
  .ivw-arrow-wrap
  .ivw-arrow {
  width: 50px;
  height: 30px;
  opacity: 0.7;
  background-size: 25px 16px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.filter-rusult-list
  .filter-rusult-list-item.set-ivw
  .ivw-wrap
  .ivw-slider-wrap
  .ivw-arrow-wrap
  .ivw-arrow.set-left {
  float: left;
  background-image: url(../images/to-sprite-in-future/ivw-slider-arrow-left.svg);
}
.filter-rusult-list
  .filter-rusult-list-item.set-ivw
  .ivw-wrap
  .ivw-slider-wrap
  .ivw-arrow-wrap
  .ivw-arrow.set-right {
  background-image: url(../images/to-sprite-in-future/ivw-slider-arrow-right.svg);
  float: right;
}
.filter-rusult-list
  .filter-rusult-list-item.set-ivw
  .ivw-wrap
  .ivw-slider-wrap
  .ivw-arrow-wrap
  .ivw-arrow:hover {
  opacity: 1;
  cursor: pointer;
}
.filter-rusult-list
  .filter-rusult-list-item.set-ivw
  .ivw-wrap
  .ivw-slider-wrap
  .ivw-slider-list {
  width: 8000000px;
  height: 400px;
  overflow: hidden;
  margin-bottom: 14px;
  position: relative;
}
.filter-rusult-list
  .filter-rusult-list-item.set-ivw
  .ivw-wrap
  .ivw-slider-wrap
  .ivw-slider-list
  .ivw-slider-item {
  float: left;
  position: relative;
}
.filter-rusult-list
  .filter-rusult-list-item.set-ivw
  .ivw-wrap
  .ivw-slider-wrap
  .ivw-slider-list
  .ivw-slider-item
  img {
  width: auto;
  height: 400px;
  opacity: 0.2;
}
.filter-rusult-list
  .filter-rusult-list-item.set-ivw
  .ivw-wrap
  .ivw-slider-wrap
  .ivw-slider-list
  .ivw-slider-item.active {
  box-shadow: 0 0 65px rgba(0, 0, 0, 0.1);
}
.filter-rusult-list
  .filter-rusult-list-item.set-ivw
  .ivw-wrap
  .ivw-slider-wrap
  .ivw-slider-list
  .ivw-slider-item.active
  img {
  opacity: 1;
}
.filter-rusult-list
  .filter-rusult-list-item.set-ivw
  .ivw-wrap
  .ivw-wrap-down:after,
.filter-rusult-list
  .filter-rusult-list-item.set-ivw
  .ivw-wrap
  .ivw-wrap-up:after {
  content: "";
  height: 0;
  width: 100%;
  display: block;
  float: none;
  clear: both;
}
.filter-rusult-list
  .filter-rusult-list-item.set-ivw
  .ivw-wrap
  .ivw-wrap-down:before,
.filter-rusult-list
  .filter-rusult-list-item.set-ivw
  .ivw-wrap
  .ivw-wrap-up:before {
  content: "";
  width: 100%;
  display: block;
  float: none;
  clear: both;
}
.filter-rusult-list .filter-rusult-list-item.set-ivw .ivw-wrap .ivw-wrap-up {
  margin-bottom: 18px;
}
.filter-rusult-list .filter-rusult-list-item.set-ivw .ivw-wrap .ivw-wrap-down {
  margin-bottom: 23px;
}
.filter-rusult-list .filter-rusult-list-item.set-ivw .ivw-wrap .ivw-cont-list {
  width: 100%;
}
.filter-rusult-list
  .filter-rusult-list-item.set-ivw
  .ivw-wrap
  .ivw-cont-list:after {
  content: "";
  height: 0;
  width: 100%;
  display: block;
  float: none;
  clear: both;
}
.filter-rusult-list
  .filter-rusult-list-item.set-ivw
  .ivw-wrap
  .ivw-cont-list:before {
  content: "";
  width: 100%;
  display: block;
  float: none;
  clear: both;
}
.filter-rusult-list
  .filter-rusult-list-item.set-ivw
  .ivw-wrap
  .ivw-cont-list
  .ivw-cont-item {
  width: 957px;
  position: relative;
  left: 122px;
  margin: 0 auto;
}
.filter-rusult-list
  .filter-rusult-list-item.set-ivw
  .ivw-wrap
  .ivw-cont-list
  .ivw-cont-item
  .item-answer,
.filter-rusult-list
  .filter-rusult-list-item.set-ivw
  .ivw-wrap
  .ivw-cont-list
  .ivw-cont-item
  .item-question {
  font-size: 17px;
  line-height: 28px;
  position: relative;
  padding: 0;
  margin-bottom: 14px;
}
.filter-rusult-list
  .filter-rusult-list-item.set-ivw
  .ivw-wrap
  .ivw-cont-list
  .ivw-cont-item
  .item-answer
  span.tire,
.filter-rusult-list
  .filter-rusult-list-item.set-ivw
  .ivw-wrap
  .ivw-cont-list
  .ivw-cont-item
  .item-question
  span.tire {
  position: absolute;
  left: -25px;
  top: -1px;
}
.filter-rusult-list
  .filter-rusult-list-item.set-ivw
  .ivw-wrap
  .ivw-cont-list
  .ivw-cont-item
  .item-question {
  font-weight: 700;
  color: #fff;
}
.filter-rusult-list
  .filter-rusult-list-item.set-ivw
  .ivw-wrap
  .ivw-cont-list
  .ivw-cont-item
  .item-answer {
  color: #dedede;
}
.filter-rusult-list .filter-rusult-list-item.set-ivw .ivw-wrap .ivw-about {
  width: 957px;
  margin: 0 auto;
  position: relative;
  left: 122px;
  margin-bottom: 6px;
}
.filter-rusult-list
  .filter-rusult-list-item.set-ivw
  .ivw-wrap
  .ivw-about:after {
  content: "";
  height: 0;
  width: 100%;
  display: block;
  float: none;
  clear: both;
}
.filter-rusult-list
  .filter-rusult-list-item.set-ivw
  .ivw-wrap
  .ivw-about:before {
  content: "";
  width: 100%;
  display: block;
  float: none;
  clear: both;
}
.filter-rusult-list .filter-rusult-list-item.set-ivw .ivw-wrap .ivw-about p {
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  position: relative;
}
.filter-rusult-list
  .filter-rusult-list-item.set-ivw
  .ivw-wrap
  .ivw-about
  p
  span {
  font-size: 24px;
  color: #fff;
}
.filter-rusult-list
  .filter-rusult-list-item.set-ivw
  .ivw-wrap
  .ivw-about
  p
  span.before {
  font-size: 24px;
  color: #fff;
  position: absolute;
  top: -1px;
  left: -17px;
}
.filter-rusult-list
  .filter-rusult-list-item.set-ivw
  .title-author
  li
  .author-login.pro
  a:hover,
.filter-rusult-list .filter-rusult-list-item.set-ivw a:hover {
  color: #3f90f2;
}
.interview-input-wrap .ivw-form-button {
  width: 507px;
  margin: 0 auto;
  position: relative;
  padding-left: 23px;
}
.interview-input-wrap .ivw-form-button:after {
  height: 0;
}
.interview-input-wrap .ivw-form-button:after,
.interview-input-wrap .ivw-form-button:before {
  content: "";
  width: 100%;
  display: block;
  float: none;
  clear: both;
}
.interview-input-wrap .ivw-form-button .ivw-submit-wrap {
  max-width: 350px;
  float: left;
  text-align: left;
}
.interview-input-wrap .ivw-form-button .ivw-submit-wrap .set-ivw-submit {
  display: block;
  font-weight: 700;
  font-size: 17px;
  padding: 8px 21px 10px;
  margin-bottom: 20px;
}
.interview-input-wrap .ivw-form-button .ivw-submit-wrap p {
  font-size: 14px;
  line-height: 1.3;
}
.interview-input-wrap .ivw-form-button .set-ivw-delete {
  float: right;
  text-align: right;
  font-weight: 700;
  padding: 6px 25px 9px;
}
.interview-input-wrap .ivw-answ-list {
  width: 507px;
  margin: 0 auto;
  position: relative;
  text-align: left;
  padding-left: 23px;
}
.interview-input-wrap .ivw-answ-list .ivw-answ-item {
  margin-bottom: 25px;
}
.interview-input-wrap .ivw-answ-list .ivw-answ-item p {
  font-weight: 700;
  font-size: 16px;
  padding: 0;
  margin-bottom: 11px;
  margin-left: 1px;
}
.interview-input-wrap .ivw-answ-list .ivw-answ-item .ivw-answ-textarea {
  width: 100%;
  min-height: 125px;
}
.interview-input-wrap .h1,
.interview-input-wrap .interview-about-wrap {
  text-align: center;
}
.interview-input-wrap .interview-about-wrap .ivw-col {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.interview-input-wrap .interview-about-wrap .ivw-userpic-col {
  width: 210px;
}
.interview-input-wrap .interview-about-wrap .ivw-userpic-col .ivw-userpic {
  margin: 20px auto 15px;
}
.interview-input-wrap .interview-about-wrap .ivw-userpic-col .ivw-name-surname {
  text-align: center;
  font-size: 21px;
}
.interview-input-wrap .interview-about-wrap .ivw-about-lang-col {
  width: 736px;
}
.interview-input-wrap
  .interview-about-wrap
  .ivw-about-lang-col
  .ivw-lang-switch {
  position: relative;
  left: -23px;
  display: table;
  margin: 8px auto 0;
}
.interview-input-wrap
  .interview-about-wrap
  .ivw-about-lang-col
  .ivw-lang-switch
  .switcher {
  position: absolute;
  top: 1px;
  left: 100%;
  display: inline-block;
  float: none;
  margin: 0;
  padding-left: 35px;
  white-space: nowrap;
}
.interview-input-wrap
  .interview-about-wrap
  .ivw-about-lang-col
  .ivw-lang-switch
  .switcher
  .container-scrollable {
  bottom: auto;
  top: 30px;
  left: 50%;
  margin-left: -75px;
}
.interview-input-wrap
  .interview-about-wrap
  .ivw-about-lang-col
  .ivw-lang-switch
  .switcher
  .container-scrollable:after {
  bottom: auto;
  top: -8px;
  transform: rotate(180deg);
  right: 62px;
}
.interview-input-wrap .interview-about-wrap .ivw-about-lang-col .ivw-about {
  position: relative;
  width: 701px;
  margin: 5px 0 25px 29px;
}
.interview-input-wrap
  .interview-about-wrap
  .ivw-about-lang-col
  .ivw-about:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 18px;
  background-image: url(../images/to-sprite-in-future/angle.png);
  top: 55px;
  left: -7px;
}
.interview-input-wrap
  .interview-about-wrap
  .ivw-about-lang-col
  .ivw-about
  .ivw-about-textarea {
  width: 701px;
  min-height: 135px;
  box-sizing: border-box;
  padding: 7px 18px;
  line-height: 1.8;
}
.interview-input-wrap
  .interview-about-wrap
  .ivw-about-lang-col
  .ivw-about
  .ivw-about-textarea:focus {
  border: 1px solid #dbdbdb;
}
.interview-input-wrap .interview-about-wrap .ivw-char-count-col {
  width: 230px;
  padding: 63px 0 0 10px;
}
.interview-input-wrap .interview-about-wrap .ivw-char-count-col p {
  font-style: italic;
  font-size: 14px;
  text-align: left;
  line-height: 1.25;
  padding-bottom: 16px;
}
.interview-input-wrap .interview-about-wrap .ivw-char-count-col p span {
  font-weight: 700;
}
.link-border,
.photo-story-view
  .photo-story-main-photo
  .main-photo-toggle-block
  .story-author
  a,
.profile-wrap .link-def span,
.switcher > a,
.title-author li .author-login.pro a {
  color: var(--blue);
}
.link-border:hover,
.photo-story-view
  .photo-story-main-photo
  .main-photo-toggle-block
  .story-author
  a:hover,
.profile-wrap .link-def span:hover,
.switcher > a:hover,
.title-author li .author-login.pro a:hover {
  color: var(--blue-dark);
  cursor: pointer;
}
.forum-event-list .list-item h2 a:hover,
.upload-story div a:hover {
  color: var(--blue);
}
.forum-event-list .list-item h2 a:hover:hover,
.upload-story div a:hover:hover {
  color: var(--blue-dark);
  cursor: pointer;
}
.interview-wrap {
  position: relative;
  margin-top: 43px;
}
@media (min-width: 1200px) {
  .interview-wrap {
    padding-left: 133px;
  }
}
@media (max-width: 1024px) {
  .interview-wrap {
    margin: 30px 15px 0;
  }
}
.interview-wrap h2 {
  padding: 0;
  width: 935px;
  margin: 60px auto 0;
  font-size: 30px;
  line-height: 39px;
}
@media (max-width: 1024px) {
  .interview-wrap h2 {
    width: 100%;
  }
}
.interview-wrap .interview-empty {
  text-align: center;
  margin: 228px 0;
}
.interview-wrap .interview-empty p {
  font-size: 30px;
}
.interview-wrap .interview-list {
  margin: 38px 0 55px;
  overflow: hidden;
}
.interview-wrap .interview-list ul {
  width: 935px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .interview-wrap .interview-list ul {
    width: 100%;
  }
}
.interview-wrap .interview-list ul li p {
  font-size: 17px;
  position: relative;
  padding-bottom: 14px;
  line-height: 28px;
}
.interview-wrap .interview-list ul li p span.tire {
  position: absolute;
  top: 0;
  left: -24px;
}
.interview-wrap .interview-list ul li .item-question {
  font-weight: 700;
}
.interview-wrap .interview-buttons-wrapper {
  display: table;
  position: absolute;
  right: 0;
  top: 7px;
  z-index: 1;
}
.interview-wrap .interview-buttons-wrapper ul {
  text-align: right;
}
.interview-wrap .interview-buttons-wrapper ul li {
  display: inline-block;
  margin-left: 5px;
}
.interview-wrap .interview-header {
  margin: 0;
  padding: 0;
  line-height: 1;
  text-align: center;
  display: block;
  font-size: 31px;
  margin-bottom: 14px;
}
.interview-wrap .interview-text {
  padding: 0;
  text-align: center;
  line-height: 1.6;
}
.interview-wrap .interview-give-button {
  text-align: center;
  margin-top: 30px;
}
.interview-wrap .interview-give-button a {
  margin-left: -6px;
}
.interview-wrap .interview-give-button a .interview-ico {
  display: inline-block;
  background-image: url(../images/to-sprite-in-future/interview.png);
  height: 27px;
  width: 27px;
  position: relative;
  top: 9px;
  margin-right: 6px;
}
.interview-wrap .interview-give-button a span {
  color: #367acf;
  font-size: 18px;
}
.interview-wrap .interview-give-button a:hover {
  cursor: pointer;
}
.interview-wrap .interview-give-button a:hover span {
  color: #255999;
}
.favourite-author
  .favourite-author-switcher-photo-view
  .favourite-author-switcher-ins
  .favourite-author-switcher-button,
.favourite-author
  .favourite-author-switcher
  .favourite-author-switcher-ins
  .favourite-author-switcher-button {
  background-size: 13px 11px;
}
.payment-wrapper .padding img {
  margin: 0 1px;
}
#main.set-nikon-exif {
  background: #141414;
}
#main.set-nikon-exif #nikon-exif-section #up-nex-menu {
  margin-bottom: 60px;
}
#main.set-nikon-exif #nikon-exif-section .nex-three-block-wrap {
  text-align: center;
  width: 1220px;
  font-size: 0;
}
#main.set-nikon-exif
  #nikon-exif-section
  .nex-three-block-wrap
  .nex-mainpage-header {
  text-align: left;
  margin-left: 10px;
}
#main.set-nikon-exif
  #nikon-exif-section
  .nex-three-block-wrap
  .nex-three-block-item {
  position: relative;
  font-size: 18px;
  display: inline-block;
  height: 386px;
  width: 386px;
  margin: 0 10px 30px;
  background-color: #1e1e1e;
  box-sizing: border-box;
  padding: 48px 50px 35px;
  text-align: left;
  white-space: normal;
  vertical-align: top;
}
#main.set-nikon-exif
  #nikon-exif-section
  .nex-three-block-wrap
  .nex-three-block-item
  .nex-tbi-medium-text {
  position: relative;
  font-family: FrutigerNextLight;
  font-size: 36px;
  color: #fff;
  line-height: 1.1;
  margin-top: 2px;
}
#main.set-nikon-exif
  #nikon-exif-section
  .nex-three-block-wrap
  .nex-three-block-item
  .nex-tbi-medium-text
  span {
  color: #fd0;
}
#main.set-nikon-exif
  #nikon-exif-section
  .nex-three-block-wrap
  .nex-three-block-item
  .nex-tbi-central-content {
  margin-top: 32px;
  margin-left: 1px;
}
#main.set-nikon-exif
  #nikon-exif-section
  .nex-three-block-wrap
  .nex-three-block-item
  .nex-like-it-wrap {
  position: absolute;
  top: 163px;
  left: 0;
  width: 350px;
  height: 140px;
  overflow: hidden;
}
#main.set-nikon-exif
  #nikon-exif-section
  .nex-three-block-wrap
  .nex-three-block-item
  .nex-like-it-wrap
  .nex-liw-heart {
  position: absolute;
  top: 54px;
  left: 213px;
  height: 38px;
  width: 44px;
  background-image: url(../images/to-sprite-in-future/fa_heart_pink_nex.svg);
  background-size: 40px 33px;
  background-repeat: no-repeat;
  z-index: 10;
}
#main.set-nikon-exif
  #nikon-exif-section
  .nex-three-block-wrap
  .nex-three-block-item
  .nex-like-it-wrap
  .nex-liw-kriv {
  position: absolute;
  top: 40px;
  left: -3px;
  height: 59px;
  width: 219px;
  background-size: 219px 59px;
  background-image: url(../images/to-sprite-in-future/Krivaya.svg);
}
#main.set-nikon-exif
  #nikon-exif-section
  .nex-three-block-wrap
  .nex-three-block-item
  .nex-like-it-wrap
  .nex-liw-like-count {
  position: absolute;
  top: 56px;
  left: 264px;
  font-size: 36px;
  color: #fd0;
  font-family: FrutigerNextLight;
  line-height: 1;
}
#main.set-nikon-exif
  #nikon-exif-section
  .nex-three-block-wrap
  .nex-three-block-item
  .nex-tbi-shadow {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
#main.set-nikon-exif
  #nikon-exif-section
  .nex-three-block-wrap
  .nex-three-block-item.set-tilt {
  background-image: url(../images/to-sprite-in-future/nex_tilt.jpg);
  background-size: cover;
  background-position: 50%;
}
#main.set-nikon-exif
  #nikon-exif-section
  .nex-three-block-wrap
  .nex-three-block-item.set-tilt:hover
  .nex-tbi-shadow {
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#main.set-nikon-exif
  #nikon-exif-section
  .nex-three-block-wrap
  .nex-three-block-item.set-tilt:hover
  .nex-tbi-header {
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#main.set-nikon-exif
  #nikon-exif-section
  .nex-three-block-wrap
  .nex-three-block-item.set-macro {
  background-image: url(../images/to-sprite-in-future/nex_macro.jpg);
  background-size: cover;
  background-position: 50%;
}
#main.set-nikon-exif
  #nikon-exif-section
  .nex-three-block-wrap
  .nex-three-block-item.set-macro:hover
  .nex-tbi-shadow {
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#main.set-nikon-exif
  #nikon-exif-section
  .nex-three-block-wrap
  .nex-three-block-item.set-macro:hover
  .nex-tbi-header {
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#main.set-nikon-exif
  #nikon-exif-section
  .nex-three-block-wrap
  .nex-three-block-item.set-nex-photo-bl {
  background-size: cover;
  background-position: 50%;
}
#main.set-nikon-exif
  #nikon-exif-section
  .nex-three-block-wrap
  .nex-three-block-item.set-nex-photo-bl:hover
  .nex-tbi-shadow {
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#main.set-nikon-exif
  #nikon-exif-section
  .nex-three-block-wrap
  .nex-three-block-item.set-nex-photo-bl:hover
  .nex-tbi-header {
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#main.set-nikon-exif
  #nikon-exif-section
  .nex-three-block-wrap
  .nex-three-block-item
  .nex-tbi-header {
  position: relative;
  color: #fd0;
  font-size: 60px;
  font-family: FrutigerNextHeavy;
  text-transform: uppercase;
  line-height: 1;
}
#main.set-nikon-exif
  #nikon-exif-section
  .nex-three-block-wrap
  .nex-three-block-item
  .nex-tbi-header
  a {
  color: #fd0;
}
#main.set-nikon-exif
  #nikon-exif-section
  .nex-three-block-wrap
  .nex-three-block-item
  .nex-tbi-header
  a:hover {
  color: #fff;
}
#main.set-nikon-exif
  #nikon-exif-section
  .nex-three-block-wrap
  .nex-three-block-item
  .nex-tbi-bottom-text,
#main.set-nikon-exif
  #nikon-exif-section
  .nex-three-block-wrap
  .nex-three-block-item
  .nex-tbi-up-text {
  position: relative;
  line-height: 1.25;
  text-shadow: 1.4px 1.4px 2px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 18px;
  font-family: FrutigerNextLight;
}
#main.set-nikon-exif
  #nikon-exif-section
  .nex-three-block-wrap
  .nex-three-block-item
  .nex-tbi-bottom-text
  span,
#main.set-nikon-exif
  #nikon-exif-section
  .nex-three-block-wrap
  .nex-three-block-item
  .nex-tbi-up-text
  span {
  font-family: FrutigerNextHeavy;
}
#main.set-nikon-exif
  #nikon-exif-section
  .nex-three-block-wrap
  .nex-three-block-item
  .nex-tbi-bottom-text {
  max-width: 230px;
  position: absolute;
  bottom: 26px;
}
#main.set-nikon-exif #nikon-exif-section .nex-h2 {
  display: inline-block;
  color: #fd0;
  font-size: 60px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 700;
  padding: 16px 0;
  font-family: FrutigerNextHeavy;
}
#main.set-nikon-exif #nikon-exif-section .nex-gen-menu {
  display: inline-block;
}
#main.set-nikon-exif #nikon-exif-section .nex-gen-menu:after {
  content: "";
  height: 0;
  width: 100%;
  display: block;
  float: none;
  clear: both;
}
#main.set-nikon-exif #nikon-exif-section .nex-gen-menu:before {
  content: "";
  width: 100%;
  display: block;
  float: none;
  clear: both;
}
#main.set-nikon-exif
  #nikon-exif-section
  .nex-gen-menu
  .nex-menu-list
  .nex-menu-item {
  padding: 9px 0;
  display: inline-block;
  margin-right: 20px;
  border-bottom: 3px solid transparent;
}
#main.set-nikon-exif
  #nikon-exif-section
  .nex-gen-menu
  .nex-menu-list
  .nex-menu-item
  .nex-menu-href {
  color: #fff;
  font-size: 24px;
  font-family: FrutigerNextLight;
}
#main.set-nikon-exif
  #nikon-exif-section
  .nex-gen-menu
  .nex-menu-list
  .nex-menu-item.active,
#main.set-nikon-exif
  #nikon-exif-section
  .nex-gen-menu
  .nex-menu-list
  .nex-menu-item:hover {
  border-bottom: 3px solid #fcde05;
}
#main.set-nikon-exif #nikon-exif-section .wrapper:after {
  height: 0;
}
#main.set-nikon-exif #nikon-exif-section .wrapper:after,
#main.set-nikon-exif #nikon-exif-section .wrapper:before {
  content: "";
  width: 100%;
  display: block;
  float: none;
  clear: both;
}
#main.set-nikon-exif .footer .copyright {
  color: #fff;
}
#main.set-nikon-exif .footer a {
  color: var(--blue);
}
#main.set-nikon-exif .footer a:hover {
  color: var(--blue-dark);
}
.create-filter .create-filter-row .right-col.set-tender-ui-slider {
  padding-left: 20px;
}
.ert-positions {
  position: relative;
}
.ert-first .ert-positions .ert-item .ert-info-column,
.ert-first .ert-positions .ert-item .ert-price-column {
  padding-top: 81px;
}
.ert-first .ert-positions .ert-item .ert-info-column p.ert-h2,
.ert-first .ert-positions .ert-item .ert-price-column p.ert-h2 {
  font-size: 21px;
  color: #000;
}
.ert-discount {
  position: absolute;
  top: 660px;
  right: 3px;
  width: 218px;
}
.ert-discount p {
  color: #343434;
}
.ert-discount p.discount-h2 {
  padding-bottom: 6px;
  color: #000;
  font-size: 21px;
}
.ert-discount p #discount {
  white-space: nowrap;
}
.slider-range-theme-2 .ui-slider .ui-slider-handle {
  border-radius: 50%;
  background: #fff;
  top: -12px;
}
.slider-range-theme-2.adv-first .ui-slider .ui-slider-handle {
  border: 1px solid #dbdbdb;
  box-sizing: border-box;
}
.main-layout .footer {
  height: 160px;
  padding-top: 66px;
  font-size: 16px;
}
.main-layout .footer .nui-pg18 {
  bottom: 128px;
}
.main-layout .footer .switcher > a {
  color: var(--blue);
  border-bottom: 1px dashed var(--blue);
}
#gp_search {
  margin-left: 40px;
}
.ert-up {
  text-align: center;
}
.feedback-wrapper .feedback-table .section {
  margin-bottom: 15px;
}
.feedback-wrapper .feedback-table .section.button {
  padding-top: 5px;
}
.feedback-wrapper .feedback-table .section .label {
  position: relative;
}
.create-filter .create-filter-row.error .label {
  color: #f24368;
}
.error .nui-text-input,
.error .nui-textarea {
  border: 1px solid #f24368;
}
.photographers-search-result .found {
  background-color: #cfff70;
}
.variants-registrations {
  text-align: center;
}
.variants-registrations .iam-photographer,
.variants-registrations .iam-search-photographer {
  width: 48%;
  display: inline-block;
}
.variants-registrations .iam-photographer:after,
.variants-registrations .iam-search-photographer:after {
  content: "";
  height: 0;
  width: 100%;
  display: block;
  float: none;
  clear: both;
}
.variants-registrations .iam-photographer:before,
.variants-registrations .iam-search-photographer:before {
  content: "";
  width: 100%;
  display: block;
  float: none;
  clear: both;
}
.variants-registrations .iam-photographer {
  text-align: right;
}
.variants-registrations .iam-search-photographer {
  text-align: left;
}
.variants-registrations li.iam-photographer .default-button,
.variants-registrations li.iam-photographer .default-button:hover,
.variants-registrations li.iam-search-photographer .default-button,
.variants-registrations li.iam-search-photographer .default-button:hover {
  white-space: nowrap;
  width: auto;
  min-width: 240px;
}
.variants-registrations li.iam-photographer .default-button,
.variants-registrations li.iam-photographer .default-button:hover {
  float: right;
  padding: 6px 15px 7px 40px;
}
.variants-registrations li.iam-search-photographer .default-button,
.variants-registrations li.iam-search-photographer .default-button:hover {
  float: left;
}
.edit-profile .row-fluid .r-col .buy-info {
  max-width: 381px;
}
.edit-profile .row-fluid .r-col .buy-info p {
  white-space: normal;
}
#account-delete-reason form #reasons_list {
  width: 475px;
}
#account-delete-reason form #reasons_list textarea {
  margin-bottom: 10px;
  width: 100%;
}
.opt-hide {
  display: none;
}
.opt-hide.set-view {
  display: block;
}
.award-user .award-user__name,
.favourite-photographers-photos-list .photo-author-name a,
.filter-rusult-list-item .cap-author-name,
.menu-touch-event,
.mess_name_surname,
.message-title .h2,
.participants-event .participants-list ul li .list-row .name,
.photo-story-view .story-author,
.photographers-forum .name-cnt .name,
.photos-list-view .list-item .photo-stats a,
.rec-list li a,
.team-member-info .h2,
.title-author .cap-author-name {
  text-transform: capitalize;
}
.about
  .team-list
  .team-member.team-member-search
  .team-member-info.set-no-capitalize
  .h2,
.messages-list .list-item .message-title .login {
  text-transform: none;
}
.main-title .title-author .addressLocality {
  font-size: 18px;
  color: #7c7c7c;
}
.wrapper .award-user .award-user__label {
  width: auto;
  display: table;
}
.comment-error-wrap {
  display: table;
  position: relative;
}
#edit-password-link {
  position: relative;
}
#forum-popup-quote #reply-to-text {
  padding-bottom: 15px;
}
#forum-popup-quote #reply-to-text .p {
  padding-bottom: 0;
}
.pro-2014 .pro-2014-advantages .table-outer .places-row .club-label div {
  margin: 0;
  margin-bottom: 10px;
}
.pro-2014
  .pro-2014-advantages
  .table-outer
  .places-row
  .club-label
  div.cl-row-label {
  font-size: 16px;
  margin-bottom: 0;
}
.pro-2014
  .pro-2014-advantages
  .table-outer
  .places-row
  .club-label
  div:last-child {
  margin-bottom: 0;
}
.pro-2014 .pro-2014-advantages .table-outer .places-row .club-pro {
  padding-top: 55px;
}
.pro-2014
  .pro-2014-advantages
  .table-outer
  .places-row
  .club-pro
  .club-pro-parent {
  display: table;
  margin: 0 auto 10px;
}
.pro-2014
  .pro-2014-advantages
  .table-outer
  .places-row
  .club-pro
  .club-pro-parent:last-child {
  margin-bottom: 0;
}
.pro-2014 .pro-2014-advantages .table-outer .places-row .club-default {
  padding-top: 55px;
}
.pro-2014 .pro-2014-advantages .table-outer .places-row .club-default div {
  margin: 0;
  margin-bottom: 10px;
}
.pro-2014
  .pro-2014-advantages
  .table-outer
  .places-row
  .club-default
  div:last-child {
  margin-bottom: 0;
}
.photo-stats object {
  width: 213px;
}
.pro_popwrap {
  display: none;
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}
.pro_badge {
  padding: 31px 92px;
}
.del_popap,
.pro_popap {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -152px 0 0 -452px;
  background-color: #fff;
  width: 720px;
  text-align: center;
  display: none;
}
.code_wrap {
  background: #f6f6f6;
  border: 1px solid #e4e4e4;
  width: auto;
  height: auto;
  resize: none;
  overflow: hidden;
  color: #343434;
  font-size: 20px;
  padding: 2px 12px;
  line-height: 34px;
  text-align: left;
  margin-bottom: 25px;
}
.logotypes .logotypes-wrapper .download {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.logotypes .logotypes-wrapper .download .download-links a {
  margin-left: 5px;
}
.logotypes .logotypes-wrapper .download .logo-img {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
}
.logotypes .logotypes-wrapper .download .logo-img.vertical img {
  height: 105px;
  width: auto;
}
.logotypes .logotypes-wrapper .download .logo-img.vertical.only-badge img {
  height: 70px;
  width: auto;
}
.logotypes .logotypes-wrapper .download .logo-img.gorizontal {
  width: auto;
}
.logotypes .logotypes-wrapper .download .logo-img.gorizontal img {
  height: 70px;
  width: auto;
}
.photogallery-open .nui-story-view-switcher-wrap,
.photogallery-open .story-view-detail-heading .next-story {
  display: none;
}
.story-view-detail-heading {
  position: relative;
}
.story-view-detail-heading h2 {
  padding-right: 200px;
  box-sizing: border-box;
}
.story-view-detail-heading .next-story {
  display: block;
  position: absolute;
  top: 15px;
  right: 0;
  font-size: 14px;
  line-height: 14px;
  margin: 4px 0 0;
  text-decoration: none;
  padding-right: 14px;
  color: #343434;
}
.story-view-detail-heading .next-story span {
  border-bottom: 1px solid #c2c2c2;
}
.story-view-detail-heading .next-story .ico-default {
  height: 11px;
  width: 7px;
  top: 3px;
  left: auto;
  right: 0;
  background-position: -66px -1356px;
}
.story-view-detail-photogrid.set-wide {
  text-align: center;
}
.story-view-detail-photogrid.set-wide .photogrid-item {
  display: inline-block;
  float: none;
}
.story-view-detail-photogrid.set-wide .photogrid-item,
.story-view-detail-photogrid.set-wide .photogrid-item a.gallery-photo {
  width: auto;
  height: auto;
  max-width: 1200px;
  max-height: 800px;
}
.nui-story-view-switcher-wrap {
  position: absolute;
  right: 0;
  top: 1px;
}
.nui-story-view-switcher-wrap .nui-story-switch {
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  margin-left: 15px;
  display: inline-block;
  opacity: 0.6;
}
.nui-story-view-switcher-wrap .nui-story-switch.set-four {
  background-image: url(../images/to-sprite-in-future/story-viev-switch-4.svg);
}
.nui-story-view-switcher-wrap .nui-story-switch.set-two {
  background-image: url(../images/to-sprite-in-future/story-viev-switch-2.svg);
}
.nui-story-view-switcher-wrap .nui-story-switch.active {
  opacity: 1;
}
.nui-story-view-switcher-wrap .nui-story-switch:hover {
  cursor: pointer;
}
.wrapper.set-center {
  text-align: center;
}
.nui-maincity-block {
  display: inline-block;
  margin: 15px 15px 20px;
}
.nui-maincity-block .set-bold {
  font-weight: 700;
}
.nui-maincity-block a {
  display: inline-block;
  margin: 0 6px 0 5px;
  color: #2e2e2e;
  line-height: 22px;
}
.nui-maincity-block a:hover {
  color: #595656;
}
.nui-maincity-block a.set-bold {
  font-weight: 700;
}
.nui-maincity-block a.set-h3 {
  font-size: 20px;
  display: block;
  margin: 0 auto 15px;
}
.nui-maincity-block:last-child {
  display: block;
}
.index .photographers-cityes.set-nui {
  background: #f3f3f3;
  box-shadow: none;
  padding-bottom: 35px;
}
.index .photographers-cityes.set-nui .index-title {
  padding-bottom: 0;
}
.in-user-addseries .uploading-photos .uploading-photos-list {
  margin-bottom: 78px;
}
.in-user-addseries
  .uploading-photos
  .uploading-photos-list
  ul
  .list-item
  .cover-logo {
  top: 0;
  right: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  height: 40px;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  padding-top: 3px;
  font-size: 15px;
}
.in-user-addseries
  .uploading-photos
  .uploading-photos-list
  ul
  .list-item
  .cover-logo
  .cover-ico {
  position: relative;
  margin-right: 7px;
  top: 5px;
  width: 19px;
  height: 23px;
  display: inline-block;
  background-image: url(../images/to-sprite-in-future/white_cover_icon.svg);
  background-size: 19px 23px;
}
.in-user-addseries
  .uploading-photos
  .uploading-photos-list
  ul
  .list-item
  .up-block
  .cover-button {
  margin-top: -33px;
}
.in-user-addseries
  .uploading-photos
  .uploading-photos-list
  ul
  .list-item
  .up-block
  .cover-button
  .cover-href {
  color: #fff;
  cursor: pointer;
  font-size: 15px;
}
.in-user-addseries
  .uploading-photos
  .uploading-photos-list
  ul
  .list-item
  .up-block
  .cover-button
  .cover-href
  .cover-ico {
  display: table;
  margin: 0 auto 8px;
  width: 19px;
  height: 23px;
  background-image: url(../images/to-sprite-in-future/white_cover_icon.svg);
  background-size: 19px 23px;
}
.in-user-addseries
  .uploading-photos
  .uploading-photos-list
  ul
  .list-item
  .up-block
  .cover-button.hidden {
  display: none;
}
.in-user-addseries
  .uploading-photos
  .uploading-photos-list
  ul
  .list-item
  .up-block
  .delete-button {
  bottom: 10px;
}
.in-user-addseries
  .uploading-photos
  .uploading-photos-list
  ul
  .list-item
  .up-block
  .delete-button
  a {
  font-size: 14px;
}
.in-user-addseries .portfolio-edit-pass.small-ind {
  margin-top: 30px;
}
.in-user-addseries .portfolio-edit-pass.small-ind .b-btn {
  text-align: center;
}
.file-uploading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
}
.file-uploading__spinner {
  width: 70px;
  height: 70px;
  position: relative;
}
.file-uploading__spinner div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 5px solid #fff;
  border-radius: 50%;
  animation: turn 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent;
}
.file-uploading__spinner div:first-child {
  animation-delay: -0.45s;
}
.file-uploading__spinner div:nth-child(2) {
  animation-delay: -0.3s;
}
.file-uploading__spinner div:nth-child(3) {
  animation-delay: -0.15s;
}
.uploading-photos-promt {
  text-align: center;
}
.uploading-photos-promt span {
  padding-left: 38px;
}
.uploading-photos-promt span .ico {
  width: 25px;
  height: 32px;
  background-image: url(../images/to-sprite-in-future/draggable_icon.png);
  background-position: 0 0;
  top: -5px;
}
.uploading-photos-promt.multiblock {
  overflow: visible;
}
.uploading-photos-promt.multiblock span {
  float: none;
}
.uploading-photos-promt.multiblock span.cover {
  padding-left: 25px;
}
.uploading-photos-promt.multiblock span.cover .ico {
  width: 19px;
  height: 23px;
  background-image: url(../images/to-sprite-in-future/black_cover_icon.svg);
  background-size: 19px 23px;
  background-position: 0 0;
  top: -2px;
}
#main .b-uploader .drop-zone .text {
  position: relative;
  top: 0;
  text-align: center;
}
#main .b-uploader .drop-zone .text .upload-title {
  color: #c6c6c6;
  display: inline-block;
}
#main .b-uploader .drop-zone .text .progressbar {
  position: relative;
  display: inline-block;
  margin: 0;
  right: 0;
  top: -12px;
  margin-left: 20px;
  vertical-align: bottom;
  height: 0;
}
#main .b-uploader .drop-zone .text .progressbar.hidden {
  display: none;
}
.in-user-addseries #ui-datepicker-div,
.ui-datepicker {
  margin: 0;
}
.label.change-label {
  position: relative;
  top: 6px;
}
.portfolio-edit.large-ind .portfolio-edit-descrip textarea {
  min-height: 141px;
}
.cap-author-name {
  text-transform: capitalize;
}
.column-550 {
  width: 550px;
  float: left;
  margin-left: 90px;
}
.column-550:first-child {
  margin-left: 0;
}
.autocomplete-suggestion strong {
  color: #343434;
}
.autocomplete-suggestion:hover strong {
  color: #fff;
}
.profile-bride-edit .create-filter .right-col .to-activate {
  left: 80%;
}
.in-admin-editnewlyweds.in-admin-editnewlyweds-admin-editnewlyweds
  .profile-bride-edit
  .create-filter
  .right-col
  .to-activate
  span {
  position: relative;
  top: 6px;
}
.in-admin-editnewlyweds.in-admin-editnewlyweds-admin-editnewlyweds
  .filter-row-phone
  .plus-phone {
  position: absolute;
  left: -15px;
  top: 7px;
  color: #7c7c7c;
  font-size: 13px;
}
.city-asap-fix {
  max-width: 463px;
  margin: 10px 0;
  padding: 0;
}
.in-admin-editnewlyweds.in-admin-editnewlyweds-admin-editnewlyweds
  #ui-datepicker-div,
.in-user.in-user-editprofile #ui-datepicker-div {
  margin: -1px 0 0 -1px;
}
body .mfp-wrap {
  z-index: 90010;
}
.create-filter .create-filter-row .label.set-bride {
  top: 9px;
}
.profile-bride-edit .create-filter {
  margin: 0 120px 0 71px;
}
.edit-profile .create-filter-row.filter-row-phone p {
  max-width: 381px;
}
.profile-bride-edit .create-filter .create-filter-row.filter-row-phone p {
  max-width: 290px;
}
.profile-bride-edit .create-filter .create-filter-row.filter-row-phone a,
.profile-bride-edit .create-filter .create-filter-row.filter-row-phone b {
  position: relative;
  top: 6px;
}
.b-uploader {
  margin-top: 20px;
}
.b-uploader p {
  padding-bottom: 10px !important;
}
.create-filter .create-filter-row .label.set-video {
  width: 86px;
  min-width: 86px;
}
.create-filter .create-filter-row.set-video {
  margin-top: 37px;
}
#account-delete-reason {
  overflow: auto;
  height: auto;
  max-height: 700px;
}
#account-delete-reason .modal-body {
  width: auto;
}
html.mobile #account-delete-reason {
  top: 10% !important;
  left: 5% !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
  width: 90%;
  max-height: 80%;
  max-width: 90%;
}
html.mobile #account-delete-reason .nui-button-blue {
  font-size: 2vh;
  width: 60%;
  margin-top: 2vh;
  white-space: normal;
}
html.mobile #account-delete-reason .modal-body,
html.mobile #account-delete-reason form,
html.mobile #account-delete-reason form #reasons_list {
  width: 100%;
}
html.mobile #account-delete-reason form #reasons_list textarea {
  font-size: 2vh;
  border: 0.2vh solid #dbdbdb;
}
html.mobile #account-delete-reason .nui-checkbox-wrap label {
  font-size: 0.7vh;
}
html.mobile #account-delete-reason .nui-checkbox + .nui-checkbox-label {
  width: 2vh;
  height: 2vh;
  border: 0.2vh solid #dbdbdb;
}
html.mobile #account-delete-reason .nui-checkbox + .nui-checkbox-label:after {
  top: 0;
  left: 0;
  width: 1.7vh;
  height: 1.7vh;
  background-color: transparent;
}
html.mobile
  #account-delete-reason
  .nui-checkbox:checked
  + .nui-checkbox-label:after {
  background-size: 1.8vh 1.8vh;
}
html.mobile #account-delete-reason .nui-raido-text {
  font-size: 1vh;
}
html.mobile #account-delete-reason .nui-radio-wrap .nui-radio-round {
  height: 2vh;
  width: 2vh;
  border: 0.2vh solid #dbdbdb;
}
html.mobile #account-delete-reason .nui-radio-wrap .nui-radio-round span {
  margin-left: -0.4vh;
  margin-top: -0.4vh;
  height: 0.8vh;
  width: 0.8vh;
}
.share_button {
  display: block;
  overflow: hidden;
  margin-bottom: 8px;
  clear: both;
  color: #000;
}
.share_button:hover {
  cursor: pointer;
}
.form_series .add-info .row .right-col {
  margin: 0;
}
#delete_form_photo .set-aleft,
#delete_form_story .set-aleft {
  text-align: left;
  padding-left: 70px;
}
.authorizing .send-password .send-password-promt {
  top: -20px;
}
.b-uploader .drop-zone .drop-table-cell.set-el .text {
  padding-right: 220px;
}
.b-uploader .drop-zone .drop-table-cell.set-ru .text {
  padding-right: 230px;
}
.pro-2014-vaiting.set-ja .wrapper {
  font-size: 68px;
}
.welcome-screen-index .photographer-column {
  width: auto;
  min-width: 410px;
}
.welcome-screen-index .photographer-column h2 {
  width: 433px;
}
.welcome-screen-index .photographer-column p {
  width: 410px;
}
.welcome-screen-index .photographer-column.set-de h2 {
  width: 445px;
}
.welcome-screen-index .photographer-column.set-pl h2 {
  width: 460px;
}
.welcome-screen-index .photographer-column.set-hu h2 {
  width: 495px;
}
.welcome-screen-index .photographer-column.set-el p {
  width: 440px;
}
.welcome-screen-index .bride-column h2,
.welcome-screen-index .bride-column p {
  width: 410px;
}
.welcome-screen-index .bride-column.set-de h2 {
  width: 425px;
}
.welcome-screen-index .bride-column.set-fr h2 {
  width: 515px;
}
.welcome-screen-index .bride-column.set-pt h2 {
  width: 460px;
}
.welcome-screen-index .bride-column.set-nl h2,
.welcome-screen-index .bride-column.set-tr h2 {
  width: 435px;
}
.welcome-screen-index .bride-column.set-hi p {
  width: 445px;
}
.welcome-screen-index .bride-column.set-el h2 {
  width: 430px;
}
.bride-userpic.error .bride-userpic-error {
  bottom: 102px;
  width: 160px;
  left: 50%;
  margin-left: -80px;
  top: auto;
}
.profile-bride-edit .create-filter .right-col {
  margin: 0 0 0 172px;
  top: 4px;
}
.profile-bride-edit.set-el .create-filter .right-col {
  margin: 0 0 0 215px;
}
.profile-bride-edit .button-upload .default-button-xlarge {
  max-width: 142px;
  box-sizing: border-box;
}
.bride-userpic.error .button-upload {
  top: 50%;
}
.profile-wrap .user-pic-crop.error .bride-userpic-error {
  bottom: 104px;
  width: 160px;
  left: 50%;
  margin-left: -80px;
  top: auto;
}
.welcome-screen-index h2,
.welcome-screen-index p {
  width: 410px;
}
.welcome-screen-index .welcome-screen-copyright {
  white-space: nowrap;
}
.welcome-screen-index .bride-column {
  width: auto;
  min-width: 410px;
}
.profile-wrap .user-pic-crop.error .button-upload {
  top: 50%;
}
.authorizing .authorizing-form .form-row .phone-row .brd.nmbr-1 {
  padding: 3px 5px 3px 10px;
  width: 95px;
}
.user-account-status-message.set-payment {
  line-height: 1.2;
}
.profile-wrap .user-pic-crop .button-upload {
  width: 100%;
}
.pe_loadphoto {
  max-width: 142px;
}
.profile-view .profile-view-head li {
  white-space: nowrap;
}
.logotypes .logotypes-wrapper .download .gorizontal {
  width: 355px;
}
.authorizing .authorizing-form .form-row.phone-btns,
.authorizing .authorizing-form .form-row label {
  width: 500px;
  margin-left: -100px;
}
.create-filter .create-filter-row .label {
  width: auto;
  min-width: 100px;
  margin-right: 5px;
}
#popup-create-event.nv-popup.nv-popup--create-event .nv-popup__button {
  width: auto;
  min-width: 109px;
  background-color: #367acf;
}
.nv-form .nv-form__group.has-error .form__error-block {
  text-align: center;
}
.title-with-buttons .photog-info li span {
  min-width: 115px;
  margin-right: 5px;
  width: auto;
}
.feedback-wrapper .feedback-text .feedback-text-p ul li span {
  width: auto;
  min-width: 105px;
  margin-right: 5px;
}
.nv-popup-trigger.nv-popup-trigger--create-event.set-el {
  width: 260px;
}
.nv-popup-trigger.nv-popup-trigger--create-event.set-de
  .nv-form.nv-form--horizontal
  .nv-form__label {
  width: 110px;
}
.nv-popup-trigger.nv-popup-trigger--create-event.set-de .nv-popup__body {
  padding: 40px 25px 40px 45px;
}
.nv-popup.nv-popup--create-event-succes .nv-popup__header {
  max-width: 550px;
}
.forum-photo-size-switch .topic-expand {
  float: none;
  display: inline-block;
  width: auto;
  margin-right: 20px;
}
.forum-photo-size-switch .forum-expand {
  width: auto;
}
.forum-event-list .list-item h2 {
  padding: 0 100px 5px 0;
}
.title-with-buttons .row-fluid .forum_h1,
.title-with-buttons .row-fluid h2 {
  padding-right: 65px;
  box-sizing: border-box;
}
.set-wrap-exif {
  position: relative;
  z-index: 1;
}
.set-wrap-exif--flex {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.create-filter-row .movable-indicator.day .grad {
  top: 38px;
}
.create-filter-row .movable-indicator .ui-slider .ui-slider-range {
  background: transparent;
}
.create-filter-row .movable-indicator.set-tender .ui-slider .ui-slider-range {
  background: #f28510;
}
.about {
  margin-top: -100px;
}
.gallery .buttons-wrapper .b-tabs-buttons .button-promt {
  width: 236px;
  margin-left: -148px;
}
.gallery .buttons-wrapper .b-tabs-buttons .button-promt .button-promt-inner {
  text-align: center;
}
.buttons-group.set-forum-list {
  margin-bottom: 55px;
}
.welcome-screen-index {
  margin-top: -80px;
  padding-top: 0;
}
.wrapper.notification:not(.notification_adaptive) {
  margin-top: 150px;
}
.edit-profile .row-fluid .r-col {
  display: table;
  width: auto;
}
.comment .leave-comment-link {
  color: #f28510;
}
.comment .leave-comment-link:hover {
  color: #f59e40;
}
#pict {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.gallery.gallery-second .b-carousel .carousel-arrows.prev {
  background-position: 0 50%;
  background-color: #fff;
  background-image: url(/images/to-sprite-in-future/left-carousel-bg.svg);
  background-size: 12px 18px;
}
.gallery.gallery-second .b-carousel .carousel-arrows.prev:hover {
  background-position: 0 50%;
  background-color: #fff;
}
.gallery.gallery-second .b-carousel .carousel-arrows.next {
  background-position: 100% 50%;
  background-color: #fff;
  background-image: url(/images/to-sprite-in-future/right-carousel-bg.svg);
  background-size: 12px 18px;
}
.gallery.gallery-second .b-carousel .carousel-arrows.next:hover {
  background-position: 100% 50%;
  background-color: #fff;
}
.preloader {
  position: relative;
  overflow: hidden;
}
.preloader .preloader_shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 105;
  background: #fff;
}
.preloader .preloader_shadow img {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
}
.ajaxlink-next {
  cursor: pointer;
}
.b-tabs-buttons .button-promt {
  border: none;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding: 11px;
  color: #343434;
  font-size: 15px;
  border-radius: 4px;
}
.b-tabs-buttons .button-promt .button-promt-inner {
  padding: 0;
}
.b-tabs-buttons .button-promt .button-promt-arrow {
  display: block;
  width: 16px;
  height: 16px;
  background-image: none;
  background: #fff;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -8px;
  box-shadow: 2px 2px 8px -3px rgba(0, 0, 0, 0.3);
}
.b-tabs-button.left {
  left: 0;
  position: absolute;
}
.b-tabs-button.left li {
  float: left;
  margin-right: 7px;
}
.adult-photo-cnt #adult-big {
  height: 800px;
}
.adult-photo-cnt.set-retina #adult-big {
  height: 600px;
}
@media screen and (max-height: 700px) {
  .adult-photo-cnt {
    min-width: 900px;
  }
  .adult-photo-cnt #adult-big {
    height: 600px;
  }
}
.forum-event-list .list-item .bott-info li a {
  position: relative;
}
.forum-event-list .list-item .bott-info {
  overflow: visible;
}
.forum-event-list .list-item .bott-info:after {
  height: 0;
}
.forum-event-list .list-item .bott-info:after,
.forum-event-list .list-item .bott-info:before {
  content: "";
  width: 100%;
  display: block;
  float: none;
  clear: both;
}
#reply-to-user-pic img {
  width: 45px;
  height: 45px;
}
.messages-list .list-item .b-messages .message-answer .head span,
.messages-list .list-item .b-messages .message-qwestion .head span {
  padding-right: 0;
}
#share-buttons {
  top: 30%;
}
#share-buttons .votes {
  display: none;
}
#share-buttons.share.buttons .button {
  cursor: pointer;
}
#share-buttons.share.buttons a {
  width: 25px;
  height: 25px;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  overflow: hidden;
  box-sizing: border-box;
}
#share-buttons.share.buttons a img {
  width: 25px;
  height: 25px;
  margin: 0;
  background-image: url(/images/to-sprite-in-future/social_icons.svg);
  background-repeat: no-repeat;
  background-size: 81px 44px;
}
#share-buttons.share.buttons .fb a img {
  background-position: -66px 4px;
}
#share-buttons.share.buttons .fb:hover a {
  background-color: #44619d;
  border: 1px solid #44619d;
}
#share-buttons.share.buttons .fb:hover a img {
  background-position: -66px -25px;
}
#share-buttons.share.buttons .tw a img {
  background-position: -35px 4px;
}
#share-buttons.share.buttons .tw:hover a {
  background-color: #28aae1;
  border: 1px solid #28aae1;
}
#share-buttons.share.buttons .tw:hover a img {
  background-position: -35px -26px;
}
#share-buttons.share.buttons .vk a img {
  background-position: 2px 5px;
}
#share-buttons.share.buttons .vk:hover a {
  background-color: #4f7cb5;
  border: 1px solid #4f7cb5;
}
#share-buttons.share.buttons .vk:hover a img {
  background-position: 2px -25px;
}
.title-with-buttons .row-fluid h1,
.title-with-buttons .row-fluid h2 {
  padding: 0;
}
.achievements .achievement-item {
  background-image: url(/images/to-sprite-in-future/flag.svg);
  background-size: 414px 100px;
}
.achievements.set-small .achievement-item {
  height: 25px;
  width: 18px;
}
.achievements.set-small .achievement-item.achievement-item-choice-release {
  background-position: -26px -75px;
}
.achievements.set-small .achievement-item.achievement-item-day-photo {
  background-position: -86px -75px;
}
.achievements.set-small .achievement-item.achievement-item-best-stories {
  background-position: -126px -75px;
}
.achievements.set-small .achievement-item.achievement-item-award-winner {
  background-position: -66px -75px;
}
.achievements.set-small .achievement-item.achievement-item-award-member {
  background-position: -166px -75px;
}
.achievements.set-small .achievement-item .achievement-item-promt {
  top: 40px;
  left: -27px;
}
.achievements .achievement-item.achievement-item-choice-release {
  background-position: -32px 0;
}
#forum_comment_add_submit,
#forum_comment_add_submit_main {
  font-weight: 700;
  padding: 12px 33px 14px;
}
.user-account-status-message.set-payment {
  width: 100%;
  margin: 0 auto;
  font-size: 34px;
  padding: 13px 0 28px;
  text-align: center;
  color: #434343;
}
.user-account-status-message.set-payment._price {
  font-size: 24px;
  line-height: 31px;
  text-align: center;
  padding: 13px 15px 0;
}
.user-account-operation-price {
  text-align: center;
  font-size: 34px;
  line-height: 44px;
  margin-top: 5px;
}
.money-wrapper.set-payment {
  margin: 0 auto;
}
.money-wrapper.set-payment .payment-method ul li {
  font-size: 0;
}
.link-border.set-answer {
  color: #367acf;
}
#forum-popup-quote {
  display: none;
  z-index: 10;
  height: auto;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding: 11px;
  color: #343434;
  font-size: 15px;
  border: none;
  border-radius: 4px;
  text-align: left;
  max-width: 950px;
  min-width: 400px;
}
#forum-popup-quote .user-container {
  padding: 20px 20px 5px 68px;
}
#forum-popup-quote .quote-arrow {
  display: block;
  width: 16px;
  height: 16px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  background: #fff;
  bottom: -8px;
  left: 50%;
  margin-left: -8px;
  box-shadow: 2px 2px 8px -3px rgba(0, 0, 0, 0.3);
}
#forum-popup-quote .reply-to-close {
  background-image: url(../images/to-sprite-in-future/nui-input-clear-black.svg);
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  cursor: pointer;
  z-index: 2;
  top: 0;
  right: 0;
}
.comment.level-6 .b-author,
.comment.level-6 .post-answer,
.comment.level-7 .b-author,
.comment.level-7 .post-answer,
.comment.level-8 .b-author,
.comment.level-8 .post-answer {
  max-width: 684px;
}
.comment.level-9 .post-answer,
.comment.level-10 .b-author,
.comment.level-10 .post-answer,
.comment.level-11 .b-author,
.comment.level-11 .post-answer,
.comment.level-12 .b-author,
.comment.level-12 .post-answer {
  max-width: 512px;
}
.b-uploader .drop-zone .text {
  padding-right: 255px;
  padding-left: 45px;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
}
.b-author .name-and-time-post a.forum-quote:hover,
.buttons-group.me-links a:hover,
.service.forum-quote.set-answer {
  color: #367acf;
}
.service.forum-quote,
.service.new-message,
.service.new-message:visited {
  border-bottom: none;
}
.b-author .name-and-time-post.mark > span,
.b-author .name-and-time-post.mark a {
  color: #37b96f;
}
.b-author .name-and-time-post.mark a:hover {
  color: #56cd89;
}
.b-author .name-and-time-post.me-post a,
.b-author .name-and-time-post.me-post span {
  color: #f28510;
}
.b-author .name-and-time-post.me-post a:hover {
  color: #f59e40;
}
.create-filter-row.set-tender {
  padding-bottom: 15px;
}
.create-filter .create-filter-row .movable-indicator.money.set-tender {
  margin: -15px 0 0;
}
#forum_content .video {
  margin-bottom: 15px;
}
.video_prew {
  width: 474px;
  margin-top: 10px;
}
.video-wrap {
  position: relative;
}
.video-wrap .video {
  position: relative;
  display: none;
}
.video-wrap .video:hover .set-del {
  display: block;
}
#meeting_text_count {
  margin-right: 12px;
}
.create-filter .create-filter-descrip textarea {
  font-size: 18px;
  line-height: 26px;
  width: 100%;
  min-height: 141px;
  margin-bottom: 5px;
}
.create-filter .create-filter-row .movable-indicator {
  margin: -16px 0 0 28px;
}
.create-filter .create-filter-row .movable-indicator.day .indicator-amount {
  width: 44px;
  padding: 3px 0;
  text-align: center;
  top: -30px;
  font-size: 13px;
  line-height: 1;
  margin-left: -22px;
  border: 1px solid #f28510;
  display: block;
  background: #f28510;
  position: absolute;
  left: 50%;
  border-radius: 4px;
  color: #fff;
  box-sizing: border-box;
  height: auto;
}
.create-filter .create-filter-row .movable-indicator.day .indicator-amount i {
  width: 0;
  height: 0;
  background-image: none;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: -10px;
  border: 5px solid transparent;
  border-top: 5px solid #f28510;
}
.create-filter .create-filter-row.high.date-1 {
  padding-top: 20px;
}
.create-filter .create-filter-row.high.date-2 {
  padding-top: 19px;
  padding-bottom: 34px;
}
.forum-datapicker-wrap .loc-datepicker-button {
  color: #9d9d9d;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #dbdbdb;
  outline: none;
  box-sizing: border-box;
  color: #343434;
  width: 100%;
  font-size: 15px;
  width: 169px;
  padding: 6px 10px 7px;
}
.forum-datapicker-wrap .loc-datepicker-button .ui-datepicker-trigger {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  border: 0;
  text-indent: -9999px;
  z-index: 4;
}
.movable-indicator.day .grad {
  width: auto;
}
.movable-indicator.day .grad.first {
  left: 0;
}
.movable-indicator.day .grad.sec {
  left: 75px;
}
.movable-indicator.day .grad.four {
  right: 95px;
}
.movable-indicator.day .grad.last {
  right: 0;
}
.create-filter .create-filter-row .label {
  position: relative;
  top: 5px;
}
.create-filter-row.set-theme-name {
  padding-bottom: 10px;
}
.button-upload:hover .set-uploader {
  color: #fff;
  background-color: #367acf;
  border: 1px solid #367acf;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.uploading-photos {
  margin-bottom: 15px;
}
.b-uploader.loading .drop-zone .text .progressbar {
  position: absolute;
  top: 16px;
  right: 50%;
  margin-right: -228px;
}
.b-uploader .drop-zone .text {
  position: static;
}
.b-uploader .drop-table-cell,
.b-uploader .drop-zone {
  height: 93px;
}
.b-uploader .drop-table-cell .button-upload {
  margin-top: -22px;
  right: 4%;
}
.title-author li .author-login,
.title-author li .author-login a {
  display: inline-block;
}
.title-author li .author-login.admin,
.title-author li .author-login.moderator,
.title-author li .author-login.pro {
  padding: 0 37px 2px 0;
}
.title-author li .author-login.admin:after,
.title-author li .author-login.moderator:after,
.title-author li .author-login.pro:after {
  width: 26px;
  box-sizing: border-box;
}
.chrome .title-author li .author-login.admin:after,
.chrome .title-author li .author-login.moderator:after,
.chrome .title-author li .author-login.pro:after,
.title-author li .author-login.admin:after,
.title-author li .author-login.moderator:after,
.title-author li .author-login.pro:after {
  padding: 2px 3px;
  width: 26px;
  box-sizing: border-box;
  top: 2px;
}
.b-post p {
  padding-bottom: 16px;
}
.post-info .b-author .name-and-time-post .link-def,
.post-info .b-author .name-and-time-post > span {
  font-size: 16px;
  display: inline-block;
  float: left;
}
.participants-event .participants-list {
  padding: 20px 0 6px;
}
.participants-event .show-all {
  margin-bottom: 0;
}
.participants-event .show-all li a.shows.active {
  color: #1992ba;
}
.participants-event .show-all li a:hover.shows.active {
  color: #00769c;
}
.title-with-buttons .photog-info {
  margin: 24px 0;
}
.title-with-buttons .photog-info li {
  margin-bottom: 5px;
}
.title-with-buttons .photog-info.set-tender {
  margin: 18px 0 0;
  padding-bottom: 0;
}
.title-with-buttons {
  position: relative;
}
.buttons-group.edit-post-buttons li a.nui-button-link {
  color: #343434;
}
.buttons-group.edit-post-buttons li a.nui-button-link,
.buttons-group.edit-post-buttons li a.nui-button-link:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.buttons-group.edit-post-buttons li a.nui-button-link:hover {
  color: #fff;
}
.buttons-group.edit-post-buttons {
  width: 100%;
  text-align: right;
}
.buttons-group.edit-post-buttons li {
  float: right;
  margin-left: 5px;
}
.buttons-group.edit-post-buttons li.set-left {
  float: left;
  color: #7c7c7c;
  position: relative;
  top: 1px;
  margin-left: 0;
}
.title-with-buttons .row-fluid .forum_h1,
.title-with-buttons .row-fluid h2 {
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 9px;
  width: 100%;
}
.profile-view .profile-user-info .profile-user-contacts .nui-profile-phone {
  font-weight: 400;
  display: inline-block;
  font-size: 26px;
  line-height: 26px;
  margin: -2px 0 8px;
  color: #343434;
}
.profile-user-contacts__link {
  color: #367acf;
  display: inline-block;
  margin-left: 5px;
  cursor: pointer;
}
.profile-user-contacts__link:hover {
  color: #255999;
}
.in-forum .b-datepicker .delimiter {
  position: relative;
  top: 5px;
}
.in-forum #ui-datepicker-div {
  margin-top: 0;
}
.chose-date-catalog .ins-text {
  white-space: nowrap;
  overflow: hidden;
  width: 160px;
  height: 35px;
  background: #fff;
  border: 1px solid #dbdbdb;
  box-sizing: border-box;
  color: #343434;
  font-size: 15px;
  padding: 6px 10px 8px;
  border-radius: 4px;
}
.chose-date-catalog .ui-datepicker-trigger {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  border: 0;
  text-indent: -9999px;
  z-index: 4;
}
.post-answer {
  padding-top: 0;
}
.b-author p {
  padding-bottom: 0;
}
.buttons-group.me-links {
  padding-top: 9px;
}
.creation-of-delivery .side-column .brd-texta textarea {
  min-height: 143px;
}
.forum-event-list .list-item h2 a:hover {
  color: #00769c;
}
.forum-event-list .list-item .bott-info {
  margin-top: 5px;
}
.list-item .bott-info li,
.list-item .bott-info li a,
.list-item .top-info li {
  font-size: 14px;
}
.forum-event-list .list-item .bott-info li a.set-new {
  color: #37b96f;
}
.forum-event-list .list-item .bott-info li a.set-new:hover {
  color: #56cd89;
}
.forum-event-list.ind {
  margin-top: 0;
}
.inner-page-menu li.create-new-theme {
  padding: 0;
  margin: -1px 0 0;
  border-radius: 4px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.inner-page-menu li.create-new-theme a {
  display: inline-block;
  padding: 0 10px 2px;
  color: #f09c24;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.inner-page-menu li.create-new-theme:hover {
  background: #f09c24;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.inner-page-menu li.create-new-theme:hover a {
  color: #fff;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.inner-page-menu li.author-links a:hover {
  color: #f28510;
}
.b-author .name-and-time-post > span,
.b-author .name-and-time-post a {
  font-size: 13px;
}
.b-author {
  margin-top: 29px;
}
.b-author p a {
  color: var(--blue);
  transition: 0.3s;
}
.b-author p a:hover {
  color: var(--blue-dark);
}
.set-comment .post-answer {
  padding: 20px 0 20px 100px;
}
#comment_leave .post-answer {
  padding-left: 0;
}
.set-comment .buttons-group:after,
.set-comment .buttons-group:before {
  clear: none !important;
  display: none;
}
.set-comment .buttons-group.me-links {
  overflow: hidden;
}
.set-comment .buttons-group.comment-managment {
  overflow: hidden;
  margin-bottom: 15px;
}
.set-comment .comment {
  max-width: 735px;
  margin-bottom: 15px;
}
.set-comment .comment.level-0 {
  max-width: 785px;
}
.b-comments {
  position: relative;
}
.b-comments .post-answer form > .brd-texta {
  min-height: 141px;
  height: auto;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  padding: 11px 10px;
  box-sizing: border-box;
  margin: 15px 0;
}
.b-comments .post-answer form > .brd-texta textarea {
  background-color: #fff;
  max-height: 500px;
}
.b-uploader .drop-zone {
  border: 1px dashed #c6c6c6;
  border-radius: 4px;
}
.filter-rusult-list .filter-rusult-list-item {
  height: auto;
}
.filter-rusult-list .filter-rusult-list-item:after {
  height: 0;
}
.filter-rusult-list .filter-rusult-list-item:after,
.filter-rusult-list .filter-rusult-list-item:before {
  content: "";
  width: 100%;
  display: block;
  float: none;
  clear: both;
}
.filter-rusult-list .filter-rusult-list-item .filter-rusult-head {
  height: auto;
}
.filter-rusult-list .filter-rusult-list-item .filter-rusult-head:after {
  content: "";
  height: 0;
  width: 100%;
  display: block;
  float: none;
  clear: both;
}
.filter-rusult-list .filter-rusult-list-item .filter-rusult-head:before {
  content: "";
  width: 100%;
  display: block;
  float: none;
  clear: both;
}
.title-author.wide li:first-child {
  width: auto;
  min-width: 669px;
  max-width: 820px;
}
#rangeDataPicker {
  position: relative;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #dbdbdb;
  outline: none;
  box-sizing: border-box;
  color: #343434;
  padding: 6px 10px 7px;
  cursor: pointer;
  width: 221px;
  font-size: 15px;
}
#rangeDataPicker .delimiter {
  top: 0;
}
#rangeDataPicker .ui-datepicker {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 100;
  display: none;
  margin: 0;
}
#rangeDataPicker .dp-highlight .ui-state-default {
  background-color: #367acf;
  box-shadow: none;
  color: #fff;
}
#rangeDataPicker .ui-state-active {
  background-color: transparent;
  box-shadow: none;
  color: #343434;
}
#rangeDataPicker .datepicker-container {
  position: absolute;
  z-index: 100;
  left: 0;
  top: calc(100% + 5px);
  width: 350px;
}
#ui-datepicker-div,
.ui-datepicker {
  margin: -35px 0 0;
  border-radius: 4px;
  padding: 20px 12px 25px;
}
#ui-datepicker-div:hover,
.ui-datepicker:hover {
  border: 1px solid #a3a3a3;
}
#ui-datepicker-div table td a,
.ui-datepicker table td a {
  padding: 0;
  width: 38px;
  height: 40px;
  box-sizing: border-box;
  padding: 17px 11px 0 0;
  text-align: right;
}
#ui-datepicker-div table td a.ui-state-active,
.ui-datepicker table td a.ui-state-active {
  background-color: #367acf;
  box-shadow: inset 0 4px 8px #2862aa;
  color: #fff;
}
#ui-datepicker-div table td span,
.ui-datepicker table td span {
  padding: 0;
  width: 38px;
  height: 40px;
  box-sizing: border-box;
  padding: 17px 11px 0 0;
  text-align: right;
}
#ui-datepicker-div table td:hover a,
.ui-datepicker table td:hover a {
  background-color: #367acf;
  color: #fff;
}
#ui-datepicker-div table th,
.ui-datepicker table th {
  border-bottom: none;
}
a {
  text-decoration: none;
}
.autocomplete-suggestions {
  box-sizing: border-box;
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  border: 1px solid #a3a3a3;
  padding: 8px 0;
}
.autocomplete-suggestions .autocomplete-suggestion {
  padding: 1px 12px 2px;
  border: none;
  color: #343434;
  line-height: 25px;
}
.autocomplete-suggestions .autocomplete-suggestion.autocomplete-selected,
.autocomplete-suggestions .autocomplete-suggestion:hover {
  color: #fff;
  border: none;
  background: var(--blue);
}
.movable-indicator.hours .grad,
.movable-indicator.money .grad {
  top: 45px;
}
.movable-indicator.hours .indicator-amount,
.movable-indicator.money .indicator-amount {
  line-height: 21px;
  background: #f28510;
  border: none;
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  top: 22px;
}
.movable-indicator.hours .indicator-amount strong,
.movable-indicator.money .indicator-amount strong {
  display: inline-block;
}
.movable-indicator.hours .indicator-amount i,
.movable-indicator.money .indicator-amount i {
  width: 0;
  height: 0;
  position: absolute;
  left: -10px;
  top: 6px;
  background-image: none;
  border: 5px solid transparent;
  border-right: 5px solid #f28510;
}
@-moz-document domain(mywed.ru) {
  .movable-indicator .indicator-amount span,
  .movable-indicator .indicator-amount strong {
    position: relative;
    top: -1px;
  }
}
.movable-indicator .ui-slider {
  border: none;
  height: 3px;
  background-image: none;
  position: relative;
  top: 3px;
}
.movable-indicator .ui-slider:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #dbdbdb;
}
.movable-indicator .ui-slider .ui-slider-range {
  height: 3px;
  background: #f28510;
  position: relative;
}
.movable-indicator .ui-slider .ui-slider-handle {
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #dbdbdb;
  background-image: none;
  background: #fff;
  top: -6px;
  cursor: pointer;
}
.movable-indicator .ui-slider .ui-slider-handle.ui-state-active,
.movable-indicator .ui-slider .ui-slider-handle:hover {
  background: #367acf;
  border: 1px solid #367acf;
}
.movable-indicator.budget {
  width: 272px;
  margin: 14px 0 0 6px;
}
.movable-indicator.budget.set-forum {
  width: 242px;
  margin: 11px 0 0 6px;
  position: relative;
  left: 5px;
}
.movable-indicator.budget .ui-slider {
  top: 6px;
}
.movable-indicator.budget .ui-slider.ui-widget-content {
  background: transparent;
}
.movable-indicator.budget .ui-slider:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: transparent;
}
.movable-indicator.budget .indicator-result {
  bottom: 0;
  height: 35px;
}
.movable-indicator.budget .indicator-result .inside {
  height: 34px;
  left: -5%;
  width: 110%;
  display: inline-table;
  position: relative;
  box-sizing: border-box;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #dbdbdb;
  overflow: hidden;
}
.movable-indicator.budget .indicator-result .inside:after {
  content: "";
  height: 0;
  width: 100%;
  display: block;
  float: none;
  clear: both;
}
.movable-indicator.budget .indicator-result .inside:before {
  content: "";
  width: 100%;
  display: block;
  float: none;
  clear: both;
}
.movable-indicator.budget .indicator-result .inside .indicator-left,
.movable-indicator.budget .indicator-result .inside .indicator-right {
  width: 49%;
  height: 33px;
  float: left;
  display: inline-block;
  box-sizing: border-box;
  padding: 6px 10px 8px;
  white-space: nowrap;
  overflow: hidden;
}
.movable-indicator.budget .indicator-result .inside .indicator-left:after,
.movable-indicator.budget .indicator-result .inside .indicator-right:after {
  content: "";
  height: 0;
  width: 100%;
  display: block;
  float: none;
  clear: both;
}
.movable-indicator.budget .indicator-result .inside .indicator-left:before,
.movable-indicator.budget .indicator-result .inside .indicator-right:before {
  content: "";
  width: 100%;
  display: block;
  float: none;
  clear: both;
}
.movable-indicator.budget .indicator-result .inside .indicator-left {
  border-right: 1px solid #dbdbdb;
}
.movable-indicator.budget .indicator-result .inside span {
  position: relative;
  float: left;
  padding: 0;
  border: none;
  left: auto;
  top: auto;
  font-size: 13px;
  line-height: 16px;
  margin: 0;
  width: auto;
  height: auto;
  color: #343434;
}
.movable-indicator.budget .indicator-result .inside .nui-close-cross {
  display: none;
  right: 5px;
  top: 5px;
}
.movable-indicator.budget .indicator-result .inside .indicator-count {
  width: auto;
  height: auto;
  background: transparent;
  color: #343434;
  font-size: 15px;
}
.movable-indicator.budget .indicator-result .inside .indicator-count#amount-1,
.movable-indicator.budget .indicator-result .inside .indicator-count#amount-2 {
  display: inline-block;
  width: auto;
  margin: 0;
}
.filter-rusult-list .filter-rusult-cont:after {
  height: 0;
}
.filter-rusult-list .filter-rusult-cont:after,
.filter-rusult-list .filter-rusult-cont:before {
  content: "";
  width: 100%;
  display: block;
  float: none;
  clear: both;
}
.inner-page-menu .active .nui-href:hover span {
  color: #343434;
}
.favourite-author .label {
  color: #9e9e9e;
}
.favourite-author .favourite-author-switcher,
.favourite-author .favourite-author-switcher-photo-view {
  border-radius: 12px;
  height: 18px;
  border: 1px solid #dbdbdb;
  width: 44px;
  cursor: pointer;
}
.favourite-author
  .favourite-author-switcher-photo-view
  .favourite-author-switcher-ins,
.favourite-author .favourite-author-switcher .favourite-author-switcher-ins {
  box-sizing: border-box;
  width: 44px;
  border-radius: 0;
  height: 18px;
}
.favourite-author
  .favourite-author-switcher-photo-view
  .favourite-author-switcher-ins
  .favourite-author-switcher-button,
.favourite-author
  .favourite-author-switcher
  .favourite-author-switcher-ins
  .favourite-author-switcher-button {
  height: 11px;
  width: 13px;
  margin-left: 5px;
  background-image: url(../images/to-sprite-in-future/nui-white-heart.svg);
  background-position: 0 0;
  margin-top: 3px;
}
.favourite-author
  .favourite-author-switcher-photo-view
  .favourite-author-switcher-ins
  .favourite-author-switcher-button-dis,
.favourite-author
  .favourite-author-switcher
  .favourite-author-switcher-ins
  .favourite-author-switcher-button-dis {
  background: transparent;
  background-image: none;
}
.favourite-author
  .favourite-author-switcher-photo-view
  .favourite-author-switcher-ins
  .favourite-author-switcher-corner,
.favourite-author
  .favourite-author-switcher
  .favourite-author-switcher-ins
  .favourite-author-switcher-corner {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: 0 0 0 9px;
  float: left;
  background: #fff;
  background-image: none;
}
.favourite-author .favourite-author-switcher-photo-view.active,
.favourite-author .favourite-author-switcher.active {
  border: 1px solid #f28510;
  background-color: #f28510;
}
.favourite-author
  .favourite-author-switcher-photo-view.active
  .favourite-author-switcher-ins,
.favourite-author
  .favourite-author-switcher.active
  .favourite-author-switcher-ins {
  background: none;
  box-shadow: none;
}
.favourite-author .favourite-author-switcher-photo-view.disabled,
.favourite-author .favourite-author-switcher.disabled {
  background-color: #fff;
}
.favourite-author
  .favourite-author-switcher-photo-view.disabled
  .favourite-author-switcher-ins,
.favourite-author
  .favourite-author-switcher.disabled
  .favourite-author-switcher-ins {
  background: none;
  margin-left: -25px;
  box-shadow: none;
}
.favourite-author
  .favourite-author-switcher-photo-view.disabled
  .favourite-author-switcher-ins
  .favourite-author-switcher-corner,
.favourite-author
  .favourite-author-switcher.disabled
  .favourite-author-switcher-ins
  .favourite-author-switcher-corner {
  background: #dbdbdb;
}
.profile-view .profile-user-info .profile-user-rating {
  margin: 0 0 0 78px;
}
.profile-view .profile-user-info .profile-user-contacts {
  float: left;
  margin-left: 54px;
}
.profile-view .profile-event-price .event-price {
  margin: 0 0 21px;
}
.profile-view .event-booked .event-booked-title {
  font-size: 12px;
  color: #939393;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.profile-view .event-booked .event-booked-day {
  color: #1992ba;
  font-size: 30px;
  margin-bottom: 16px;
  cursor: pointer;
}
.profile-view .event-booked .event-booked-mess {
  color: #37b96f;
  font-size: 15px;
  margin-bottom: 26px;
}
.profile-view-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  z-index: 100000;
  display: none;
  opacity: 0;
  transition: 0.3s;
}
.profile-view-popup--block {
  display: block !important;
}
.profile-view-popup--show {
  opacity: 1 !important;
}
.profile-view-popup__frame {
  position: absolute;
  width: 100%;
  max-width: 400px;
  height: 580px;
  background-color: #fff;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  box-sizing: border-box;
  padding: 30px 40px;
  border-radius: 20px;
  text-align: center;
}
.profile-view-popup h1 {
  font-size: 26px;
  font-weight: 100;
  margin: 0;
  padding: 0;
}
.profile-view-popup p {
  font-size: 16px;
  line-height: 25px;
  margin: 20px 0 0;
  padding: 0;
}
.profile-view-popup__button {
  display: block;
  margin-top: 20px;
  width: 320px;
  height: 55px;
  color: #fff;
  text-decoration: none;
  background-color: #367acf;
  transition: 0.2s;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 55px;
  border-radius: 5px;
}
.profile-view-popup__button:hover {
  background-color: #4488dc;
  color: #fff;
}
.profile-view-popup__phone {
  margin-top: 20px;
  font-size: 30px;
  color: #343434;
  display: block;
  cursor: pointer;
}
.profile-view-popup__phone:hover {
  color: #343434;
}
.profile-view-popup__name {
  margin-top: 73px;
  font-size: 18px;
}
.profile-view-popup__close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(../images/popup-close.svg) no-repeat 50%/10px 10px;
  cursor: pointer;
}
.admin-edit-profile form.change-password,
.change-login,
.change-password {
  margin: 20px 10px 19px;
}
.main-menu .user-nav li .sub li.enter-club a {
  padding: 3px 10px 4px;
}
@-moz-document domain(mywed.ru) {
  .main-menu .user-nav li .sub li.enter-club a {
    padding: 2px 10px 5px;
  }
}
.main-menu .user-nav li .sub li.enter-club a::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}
.link-border {
  font-size: 6px;
}
.welcome-screen-index .bride-column {
  min-height: 267px;
}
.welcome-screen-index .bride-column ul {
  position: absolute;
  bottom: 0;
  left: 0;
}
.popap_error {
  font-size: 24px;
  padding: 10px 10px 20px;
}
.forum-tabs-wrap {
  margin: 0 auto 10px;
  display: table;
}
.chose-date-catalog {
  float: left;
}
.choose-city .j_catalog_city_all {
  display: none;
}
.buttons-group.events-filter > li.srch {
  width: 228px;
}
.filter-rusult-cont .user-pic-crop {
  left: -9px;
}
.filter-rusult-list-item .nui-online-status {
  background-color: #fff;
}
.filter-rusult-list-item:hover .nui-online-status {
  background-color: #f3f3f3;
}
.in-photographer-myprofile .nui-tooltip {
  opacity: 0;
}
.account-old {
  margin: 27px 0 0;
}
.profile-wrap .link-def {
  text-decoration: none;
}
.profile-wrap .link-def span {
  font-size: 16px;
  padding: 0;
  display: inline-block;
}
.note {
  padding-top: 49px;
}
.note p {
  line-height: 21px;
  padding-bottom: 23px;
}
.profile-wrap .user-pic-crop {
  margin: 0 auto 19px;
}
.profile-wrap .user-pic-crop .button-upload {
  margin: -18px 0 0 -69px;
}
.pe_loadphoto {
  display: block;
  padding: 5px 14px 8px;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #fff;
}
.button-upload:hover .pe_loadphoto {
  background-color: #dbdbdb;
  border: 1px solid #dbdbdb;
}
.button-upload:active .pe_loadphoto {
  background-color: #c2c2c2;
  border: 1px solid #c2c2c2;
}
.pe_submit {
  padding: 8px 20px 9px;
  cursor: pointer;
}
.pe_textarea {
  width: 381px;
  min-height: 125px;
}
.user_mail_notification {
  margin: 10px 0 6px;
}
.user_mail_notification-text-label {
  font-size: 15px;
  color: #343434;
  position: relative;
  margin-left: 6px;
  top: -4px;
  cursor: pointer;
}
.in-user-editprofile .main-menu {
  margin-bottom: 29px;
}
.in-user-editprofile .profile-wrap {
  margin-top: 21px;
}
.admin-edit-profile form .row-fluid .r-col .plus-phone {
  top: 7px;
}
.admin-edit-profile form .row-fluid .r-col .to-activate {
  top: 6px;
}
.admin-edit-profile form .row-fluid.price-row .money {
  margin-bottom: 35px;
}
@media only all and (max-width: 760px) {
  .admin-edit-profile {
    min-width: 320px;
  }
  .admin-edit-profile #footer-new .nui-pg18 {
    position: relative;
    bottom: auto;
    left: auto;
  }
  .admin-edit-profile #footer-new .footer-navigation {
    display: block;
    float: none;
  }
  .admin-edit-profile #footer-new .footer-navigation:after {
    height: 0;
  }
  .admin-edit-profile #footer-new .footer-navigation:after,
  .admin-edit-profile #footer-new .footer-navigation:before {
    content: "";
    width: 100%;
    display: block;
    float: none;
    clear: both;
  }
  .admin-edit-profile .wrapper {
    min-width: 320px;
  }
  .admin-edit-profile #user_nav_messages_mobile {
    position: relative;
    display: block;
  }
  .admin-edit-profile #user_nav_messages_mobile a {
    text-transform: capitalize;
  }
  .admin-edit-profile #user_nav_messages_mobile a .nui-notice {
    position: absolute;
    top: -10px;
    left: 100%;
    right: auto;
  }
  .admin-edit-profile #user_name_menu,
  .admin-edit-profile #user_nav_loads,
  .admin-edit-profile #user_nav_messages {
    display: none;
  }
  .admin-edit-profile #user_menu .nui-notice {
    display: block;
  }
  .admin-edit-profile #user_menu a {
    padding: 14px 15px 0 18px;
  }
}
.edit-profile .create-filter-row.filter-row-phone {
  padding-bottom: 0;
  margin-bottom: 8px;
}
.edit-profile .create-filter-row.filter-row-phone .right-col {
  margin: 0 0 0 126px;
}
.edit-profile .row-fluid .r-col .prmt {
  top: 9px;
  left: 105%;
}
.edit-profile .row-fluid.btn {
  margin-top: 16px;
}
.edit-profile .row-fluid.indent {
  margin-bottom: 30px;
}
.edit-profile .row-fluid.indent2 {
  margin-bottom: 18px;
}
.edit-profile .row-fluid.indent3 {
  margin-bottom: 10px;
}
.edit-profile .row-fluid .label {
  margin-top: 6px;
  width: 131px;
}
.edit-profile .row-fluid.price-row {
  margin-bottom: 46px;
}
.edit-profile .row-fluid.price-row p {
  margin: 8px 2px 1px;
  font-size: 13px;
  padding: 0;
}
.edit-profile .row-fluid.price-row .money {
  margin-bottom: 35px;
}
.nui_a-close-cross {
  display: none;
  background-image: url(../images/to-sprite-in-future/nui_a-close-cross_black.svg);
  background-size: "11px 12px";
  background-repeat: no-repeat;
  background-position: 50%;
  height: 22px;
  width: 21px;
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -11px;
  z-index: 5;
}
.nui_a-close-cross:hover {
  cursor: pointer;
}
.nui_a-wrap-input {
  border-radius: 5px;
  box-sizing: border-box;
  position: relative;
  width: 260px;
}
.nui_a-wrap-input .nui-a-input-shadow {
  content: "";
  top: 1px;
  right: 1px;
  position: absolute;
  width: 50px;
  height: 53px;
  border-radius: 0 5px 5px 0;
  z-index: 3;
}
.nui_a-wrap-input .nui-a-input-shadow:hover {
  cursor: text;
}
.nui_a-wrap-input.set-label-onfocus .nui_a-input-label {
  position: absolute;
  top: 19px;
  left: 19px;
  display: block;
  width: 80%;
  box-sizing: border-box;
  font-size: 17px;
  color: #757575;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.nui_a-wrap-input.set-label-onfocus .nui_a-text-input {
  padding: 26px 19px 8px;
}
.nui_a-wrap-input.set-label-onfocus
  .nui_a-text-input:focus
  + .nui_a-input-label {
  top: 8px;
  font-size: 14px;
  color: #757575;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.nui_a-wrap-input.set-label-onfocus.set-completed .nui_a-input-label {
  top: 8px;
  font-size: 14px;
  color: #757575;
}
.nui_a-wrap-input .nui_a-text-input {
  outline: none;
  box-sizing: border-box;
  border: none;
  height: 55px;
  width: 100%;
  font-size: 15px;
  color: #343434;
  border-radius: 5px;
  border: 1px solid #dedede;
  position: relative;
  z-index: 1;
  background-color: transparent;
}
.nui_a-wrap-input .nui_a-text-input:focus {
  border: 1px solid #757575;
  outline: none;
}
.movable-indicator.set-nui_a {
  position: relative;
  width: 260px;
  min-height: 55px;
  padding: 0;
  float: left;
}
.movable-indicator.set-nui_a.set-focus .indicator-result {
  border: 1px solid #757575;
  border-radius: 5px 5px 0 0;
}
.movable-indicator.set-nui_a.set-focus .indicator-hidden-wrap {
  display: block;
}
.movable-indicator.set-nui_a .indicator-hidden-wrap {
  display: none;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -1px;
  height: 100px;
  box-sizing: border-box;
  border: 1px solid #757575;
  border-radius: 0 0 5px 5px;
  background-color: #fff;
  z-index: 1;
}
.movable-indicator.set-nui_a .indicator-hidden-wrap .indicator-padding-wrap {
  position: relative;
  padding: 0 31px;
  box-sizing: border-box;
  width: 100%;
  height: 49px;
}
.movable-indicator.set-nui_a
  .indicator-hidden-wrap
  .indicator-padding-wrap
  .ui-slider {
  padding: 0;
  top: 26px;
  margin: 0;
  height: 4px;
  background-color: #dedede;
}
.movable-indicator.set-nui_a
  .indicator-hidden-wrap
  .indicator-padding-wrap
  .ui-slider:after,
.movable-indicator.set-nui_a
  .indicator-hidden-wrap
  .indicator-padding-wrap
  .ui-slider:before {
  content: "";
  position: absolute;
  top: 0;
  height: 4px;
  width: 12px;
  background-color: #dedede;
}
.movable-indicator.set-nui_a
  .indicator-hidden-wrap
  .indicator-padding-wrap
  .ui-slider:before {
  left: -12px;
  border-radius: 3px 0 0 3px;
}
.movable-indicator.set-nui_a
  .indicator-hidden-wrap
  .indicator-padding-wrap
  .ui-slider:after {
  left: 100%;
  border-radius: 0 3px 3px 0;
}
.movable-indicator.set-nui_a
  .indicator-hidden-wrap
  .indicator-padding-wrap
  .ui-slider
  .ui-slider-range {
  height: 4px;
}
.movable-indicator.set-nui_a
  .indicator-hidden-wrap
  .indicator-padding-wrap
  .ui-slider
  .ui-slider-handle {
  border: 9px solid #f28510;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  top: -11px;
  margin-left: -13px;
}
.movable-indicator.set-nui_a
  .indicator-hidden-wrap
  .indicator-padding-wrap
  .ui-slider
  .ui-slider-handle.ui-state-active,
.movable-indicator.set-nui_a
  .indicator-hidden-wrap
  .indicator-padding-wrap
  .ui-slider
  .ui-slider-handle:hover {
  background: #fff;
}
.movable-indicator.set-nui_a .indicator-hidden-wrap .indicator-submit {
  display: table;
  margin: 0 auto;
  padding: 6px 10px;
  border: 1px solid #000;
  border-radius: 4px;
  color: #000;
}
.movable-indicator.set-nui_a .indicator-hidden-wrap .indicator-submit:hover {
  background: #367ad0;
  border: 1px solid #367ad0;
  color: #fff;
  cursor: pointer;
}
.movable-indicator.set-nui_a .indicator-hidden-wrap .value_wrap {
  display: none;
  position: relative;
  width: 100%;
  padding: 0 19px 25px;
  box-sizing: border-box;
}
.movable-indicator.set-nui_a .indicator-hidden-wrap .value_wrap .max_val,
.movable-indicator.set-nui_a .indicator-hidden-wrap .value_wrap .mid_val,
.movable-indicator.set-nui_a .indicator-hidden-wrap .value_wrap .min_val {
  font-size: 12px;
  color: #757575;
}
.movable-indicator.set-nui_a .indicator-hidden-wrap .value_wrap .min_val {
  float: left;
}
.movable-indicator.set-nui_a .indicator-hidden-wrap .value_wrap .mid_val {
  position: absolute;
  top: 0;
  width: 80px;
  text-align: center;
  left: 50%;
  margin-left: -40px;
}
.movable-indicator.set-nui_a .indicator-hidden-wrap .value_wrap .max_val {
  float: right;
}
.movable-indicator.set-nui_a .indicator-result {
  box-sizing: border-box;
  width: 100%;
  height: 55px;
  border: 1px solid #dedede;
  padding: 26px 19px 8px;
  margin: 0;
  border-radius: 5px;
}
.movable-indicator.set-nui_a .indicator-result .inside {
  font-size: 15px;
}
.movable-indicator.set-nui_a .indicator-result .inside .indicator-left,
.movable-indicator.set-nui_a .indicator-result .inside .indicator-right {
  display: inline-block;
}
.movable-indicator.set-nui_a .indicator-result:hover {
  cursor: pointer;
}
.movable-indicator.set-nui_a .indicator-label {
  position: absolute;
  top: 8px;
  font-size: 14px;
  color: #757575;
  left: 19px;
  display: block;
  width: 80%;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#user_menu .nui-notice {
  display: none;
  position: absolute;
  z-index: 1;
  top: 3px;
  right: 36px;
  left: auto;
}
#user_nav_messages_mobile {
  display: none;
}
#user_nav_messages_mobile .user_nav_messages_text {
  position: relative;
  display: inline-block;
}
.mobile body.adaptive,
.touch body.adaptive {
  min-width: 320px;
  width: 100%;
}
.nui-login-nav-mobile {
  display: none;
}
#footer-new {
  background-color: #f7f7f7;
  height: auto;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  left: 0;
  min-width: 320px;
}
#footer-new:after {
  height: 0;
}
#footer-new:after,
#footer-new:before {
  content: "";
  width: 100%;
  display: block;
  float: none;
  clear: both;
}
#footer-new .footer_content_wrap {
  position: relative;
  min-width: 320px;
  width: 1200px;
  margin: 0 auto;
  padding: 28px 0;
}
#footer-new .footer_content_wrap:after {
  height: 0;
}
#footer-new .footer_content_wrap:after,
#footer-new .footer_content_wrap:before {
  content: "";
  width: 100%;
  display: block;
  float: none;
  clear: both;
}
#footer-new .footer_content_wrap .copyright {
  width: 100%;
  clear: both;
  margin-top: 12px;
}
#footer-new .footer_content_wrap .af_social_block {
  position: absolute;
  top: 36px;
  left: 50%;
  overflow: hidden;
  height: 20px;
  width: 214px;
  margin-left: -107px;
  font-size: 0;
}
#footer-new .footer_content_wrap .af_social_block .af_sb_item {
  background: url(../images/to-sprite-in-future/icons-social.svg);
  display: inline-block;
  vertical-align: middle;
  margin-right: 24px;
}
#footer-new .footer_content_wrap .af_social_block .af_sb_item.set-fb {
  height: 21px;
  width: 21px;
  background-position: -126px 0;
}
#footer-new .footer_content_wrap .af_social_block .af_sb_item.set-fb:active,
#footer-new .footer_content_wrap .af_social_block .af_sb_item.set-fb:hover {
  opacity: 0.6;
}
#footer-new .footer_content_wrap .af_social_block .af_sb_item.set-in {
  height: 21px;
  width: 21px;
  background-position: -28px 0;
}
#footer-new .footer_content_wrap .af_social_block .af_sb_item.set-in:active,
#footer-new .footer_content_wrap .af_social_block .af_sb_item.set-in:hover {
  opacity: 0.6;
}
#footer-new .footer_content_wrap .af_social_block .af_sb_item.set-pi {
  height: 21px;
  width: 21px;
}
#footer-new .footer_content_wrap .af_social_block .af_sb_item.set-pi:active,
#footer-new .footer_content_wrap .af_social_block .af_sb_item.set-pi:hover {
  opacity: 0.6;
}
#footer-new .footer_content_wrap .af_social_block .af_sb_item.set-gp {
  height: 18px;
  width: 29px;
  margin-right: 20px;
  background-position: -204px -1px;
}
#footer-new .footer_content_wrap .af_social_block .af_sb_item.set-gp:active,
#footer-new .footer_content_wrap .af_social_block .af_sb_item.set-gp:hover {
  opacity: 0.6;
}
#footer-new .footer_content_wrap .af_social_block .af_sb_item.set-vk {
  height: 15px;
  width: 26px;
  background-size: 152px;
  background-position: -248px -3px;
  margin-right: 0;
}
#footer-new .footer_content_wrap .af_social_block .af_sb_item.set-vk:active,
#footer-new .footer_content_wrap .af_social_block .af_sb_item.set-vk:hover {
  opacity: 0.6;
}
#footer-new .footer_content_wrap .nui-pg18 {
  left: auto;
  right: 0;
  top: 28px;
  bottom: auto;
}
#footer-new .footer_content_wrap .site-lang-currency-block {
  position: relative;
  z-index: 100;
  float: right;
  margin-right: 170px;
  width: 220px;
  height: 80px;
}
#footer-new .footer_content_wrap .site-lang-currency-block #site-currency,
#footer-new .footer_content_wrap .site-lang-currency-block #site-lang {
  position: relative;
  height: 35px;
  background: #fff;
  border: 0;
  outline: none;
  box-sizing: border-box;
  color: #343434;
  width: 100%;
  font-size: 15px;
  padding: 0;
}
#footer-new
  .footer_content_wrap
  .site-lang-currency-block
  #site-currency
  li:hover,
#footer-new .footer_content_wrap .site-lang-currency-block #site-lang li:hover {
  background-color: #f7f7f7;
}
#footer-new
  .footer_content_wrap
  .site-lang-currency-block
  #site-currency
  .container-scrollable,
#footer-new
  .footer_content_wrap
  .site-lang-currency-block
  #site-lang
  .container-scrollable {
  width: 100%;
  left: 0;
  bottom: 30px;
  padding: 0;
  border: 1px solid #dbdbdb;
  border-radius: 4px 4px 0 0;
  box-sizing: border-box;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  max-height: 0;
  overflow: hidden;
}
#footer-new
  .footer_content_wrap
  .site-lang-currency-block
  #site-currency
  .container-scrollable:after,
#footer-new
  .footer_content_wrap
  .site-lang-currency-block
  #site-lang
  .container-scrollable:after {
  display: none;
}
#footer-new
  .footer_content_wrap
  .site-lang-currency-block
  #site-currency
  .container-scrollable
  ul,
#footer-new
  .footer_content_wrap
  .site-lang-currency-block
  #site-lang
  .container-scrollable
  ul {
  width: 100%;
}
#footer-new .footer_content_wrap .site-lang-currency-block #site-currency > a,
#footer-new .footer_content_wrap .site-lang-currency-block #site-lang > a {
  border-radius: 4px;
  border: 1px solid #dbdbdb;
  color: #343434;
  padding: 7px 10px 9px;
  text-decoration: none;
  height: 35px;
  box-sizing: border-box;
  font-size: 14px;
  z-index: 10000;
  background-color: #fff;
  position: relative;
}
#footer-new
  .footer_content_wrap
  .site-lang-currency-block
  #site-currency
  > a:hover,
#footer-new
  .footer_content_wrap
  .site-lang-currency-block
  #site-lang
  > a:hover {
  height: 35px;
}
#footer-new
  .footer_content_wrap
  .site-lang-currency-block
  #site-currency
  .nui-lang_curr-angle,
#footer-new
  .footer_content_wrap
  .site-lang-currency-block
  #site-lang
  .nui-lang_curr-angle {
  z-index: 10001;
  position: absolute;
  top: 11px;
  right: 13px;
  width: 10px;
  height: 10px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
  border-bottom: 1px solid #4e4e4e;
  border-left: 1px solid #4e4e4e;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#footer-new
  .footer_content_wrap
  .site-lang-currency-block
  #site-currency
  .nui-lang_curr-angle:hover,
#footer-new
  .footer_content_wrap
  .site-lang-currency-block
  #site-lang
  .nui-lang_curr-angle:hover {
  cursor: pointer;
}
#footer-new
  .footer_content_wrap
  .site-lang-currency-block
  #site-currency.active
  > a,
#footer-new
  .footer_content_wrap
  .site-lang-currency-block
  #site-lang.active
  > a {
  border-radius: 0 0 4px 4px;
}
#footer-new
  .footer_content_wrap
  .site-lang-currency-block
  #site-currency.active
  .container-scrollable,
#footer-new
  .footer_content_wrap
  .site-lang-currency-block
  #site-lang.active
  .container-scrollable {
  padding: 8px 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  max-height: 392px;
}
#footer-new
  .footer_content_wrap
  .site-lang-currency-block
  #site-currency.active
  .nui-lang_curr-angle,
#footer-new
  .footer_content_wrap
  .site-lang-currency-block
  #site-lang.active
  .nui-lang_curr-angle {
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  transform: rotate(-225deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 3px;
}
#footer-new .footer_content_wrap .site-lang-currency-block #site-currency > a {
  z-index: 10004;
}
#footer-new
  .footer_content_wrap
  .site-lang-currency-block
  #site-currency
  .nui-lang_curr-angle {
  z-index: 10005;
}
#footer-new
  .footer_content_wrap
  .site-lang-currency-block
  #site-currency
  .nui-lang_curr-angle:hover {
  cursor: pointer;
}
#footer-new
  .footer_content_wrap
  .site-lang-currency-block
  #site-currency
  .container-scrollable {
  z-index: 10003;
  box-sizing: border-box;
  width: 100%;
}
#footer-new
  .footer_content_wrap
  .site-lang-currency-block
  #site-currency
  .container-scrollable
  ul
  li
  a {
  color: #343434;
  padding: 4px 10px;
}
#footer-new .footer_content_wrap .site-lang-currency-block #site-lang {
  margin-bottom: 10px;
}
#footer-new .footer_content_wrap .site-lang-currency-block #site-lang a {
  padding-left: 40px;
}
#footer-new
  .footer_content_wrap
  .site-lang-currency-block
  #site-lang
  a
  .icon-flag {
  top: 7px;
  left: 11px;
}
#footer-new
  .footer_content_wrap
  .site-lang-currency-block
  #site-lang
  .container-scrollable {
  padding-right: 2px;
}
#footer-new
  .footer_content_wrap
  .site-lang-currency-block
  #site-lang
  .container-scrollable
  ul {
  box-sizing: border-box;
  width: 100%;
}
#footer-new
  .footer_content_wrap
  .site-lang-currency-block
  #site-lang
  .container-scrollable
  ul
  li
  a {
  color: #343434;
  padding-left: 40px;
}
#footer-new
  .footer_content_wrap
  .site-lang-currency-block
  #site-lang
  .container-scrollable
  ul
  li
  a
  .icon-flag {
  left: 11px;
}
#footer-new
  .footer_content_wrap
  .site-lang-currency-block
  #site-lang
  .container-scrollable.active {
  padding-right: 2px;
}
#footer-new .footer_content_wrap .footer-navigation {
  float: left;
}
#footer-new .footer_content_wrap .footer-navigation li {
  width: 50%;
  display: block;
  padding-right: 8px;
  height: 30px;
  float: left;
  margin: 0;
  box-sizing: border-box;
}
#footer-new.forblack {
  background-color: #272727;
  padding-bottom: 50px;
}
#footer-new.forblack .copyright {
  color: #fff;
}
#footer-new.forblack .footer_content_wrap .af_sb_item {
  background: url(../images/to-sprite-in-future/icons-social-white.svg);
}
#footer-new.standart {
  padding-bottom: 0;
}
.mobile_userpic {
  display: none;
}
#main .title-author li .author-login.admin,
#main .title-author li .author-login.moderator,
#main .title-author li .author-login.pro {
  padding: 0 38px 2px 0;
}
#main .title-author li .author-login.admin:after,
#main .title-author li .author-login.moderator:after,
#main .title-author li .author-login.pro:after {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  padding: 3px 5px;
  border-radius: 10px;
  width: auto;
  max-width: 36px;
}
.chrome .title-author li .author-login.non-after-pro:after,
.title-author li .author-login.non-after-pro:after {
  top: 0;
  content: "" !important;
  background: none !important;
}
.title-author li .author-login.story-view.pro:after {
  padding: 3px 6px;
}
.pro-link,
.title-author li .author-login.story-view.pro:after {
  border-radius: 10px;
  width: auto;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
.pro-link {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 14px;
  color: #fff !important;
  padding: 3px 6px !important;
  display: block;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  cursor: pointer;
  background-color: #ffce17 !important;
  max-width: 34px;
}
@media (max-width: 759px) {
  .chrome .title-author li .author-login.non-after-pro:after,
  .title-author li .author-login.non-after-pro:after {
    content: "PRO" !important;
    background-color: #ffce17 !important;
  }
  .pro-link {
    display: none !important;
  }
}
.filter-rusult-list .filter-rusult-list-item .rec-list .rec-list-head-wrap {
  position: relative;
  text-align: center;
}
.filter-rusult-list .filter-rusult-list-item .rec-list .rec-list-head-wrap p {
  font-size: 19px;
  display: inline-block;
}
.filter-rusult-list .filter-rusult-list-item .rec-list .rec-list-head-wrap a {
  top: 0;
  position: absolute;
  right: 0;
  padding-bottom: 15px;
}
.filter-rusult-list
  .filter-rusult-list-item
  .filter-rusult-head
  .favourite-author
  .favourite-author-ico {
  background-image: url(../images/to-sprite-in-future/fb_follow_strokeblack.svg);
  background-size: 13px 15px;
  background-repeat: no-repeat;
  background-position: 50%;
  height: 25px;
  width: 25px;
  float: right;
  position: relative;
  z-index: 11;
}
.filter-rusult-list
  .filter-rusult-list-item
  .filter-rusult-head
  .favourite-author
  .favourite-author-ico.set-ivw {
  background-image: url(../images/to-sprite-in-future/fb_follow_strokewhite.svg);
}
.filter-rusult-list
  .filter-rusult-list-item
  .filter-rusult-head
  .favourite-author
  .favourite-author-ico.active,
.filter-rusult-list
  .filter-rusult-list-item
  .filter-rusult-head
  .favourite-author
  .favourite-author-ico.active.set-ivw,
.filter-rusult-list
  .filter-rusult-list-item
  .filter-rusult-head
  .favourite-author
  .favourite-author-ico:hover,
.filter-rusult-list
  .filter-rusult-list-item
  .filter-rusult-head
  .favourite-author
  .favourite-author-ico:hover.set-ivw {
  background-image: url(../images/to-sprite-in-future/fb_follow_orange.svg);
  cursor: pointer;
}
.filter-rusult-list
  .filter-rusult-list-item
  .filter-rusult-cont
  .filter-long-col
  .author-text-wrap {
  padding: 18px 12px 0;
}
.filter-rusult-list
  .filter-rusult-list-item
  .filter-rusult-cont
  .filter-long-col
  .author-text-wrap
  .text-author {
  position: relative;
  height: auto;
  display: block;
  color: #757575;
  font-style: italic;
  line-height: 1.3;
  width: auto;
  font-size: 18px;
}
.filter-rusult-list
  .filter-rusult-list-item
  .filter-rusult-cont
  .filter-long-col
  .author-text-wrap
  .text-author
  .before {
  font-size: 21px;
  position: absolute;
  top: -3px;
  left: -13px;
  color: #757575;
}
.filter-rusult-list
  .filter-rusult-list-item
  .filter-rusult-cont
  .filter-long-col
  .author-text-wrap
  .text-author
  .after {
  font-size: 21px;
  color: #757575;
  vertical-align: top;
  top: -3px;
  position: relative;
}
.filter-rusult-list
  .filter-rusult-list-item
  .filter-rusult-cont
  .filter-long-col
  .author-text-wrap.set-desctope-hide {
  display: none;
}
.filter-rusult-list .filter-rusult-list-item.set-ivw .ivw-wrap .ivw-about p {
  font-style: italic;
}
.filter-rusult-list
  .filter-rusult-list-item.set-ivw
  .ivw-wrap
  .ivw-cont-list
  .ivw-cont-item
  .ivw-slider-wrap
  .ivw-slider-item {
  width: auto;
}
.filter-rusult-list .filter-rusult-list-item.set-ivw .ivw-wrap .ivw-thumb-wrap,
.photos_thumb_wrap {
  display: none;
}
.city_text {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.city_text p {
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
}
.city_text h2 {
  max-width: 1200px;
  margin: 0 auto;
}
.buttons-group.events-filter {
  margin-bottom: 21px;
}
.nui-main-menu .nui-menu-wrap .nui-menu-nav > li.search {
  display: none;
}
.search_ico {
  height: 16px;
  width: 16px;
  background-image: url(../images/to-sprite-in-future/loupe_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}
.search_ico.set-mobile-menu {
  position: absolute;
  top: 2px;
  left: -26px;
}
.search_ico.set-desctope-menu {
  height: 18px;
  width: 18px;
}
.search_ico_wrap {
  position: relative;
  display: inline-block;
}
.autocomplete-suggestions .autocomplete-suggestion {
  padding: 1px 10px 2px;
  font-size: 15px;
  position: relative;
}
.autocomplete-suggestions .autocomplete-suggestion:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 100%;
  background: -webkit-linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff);
  background: -moz-linear-gradient(to right, hsla(0, 0%, 100%, 0), #fff);
  background: -ms-linear-gradient(to right, hsla(0, 0%, 100%, 0), #fff);
  background: -o-linear-gradient(to right, hsla(0, 0%, 100%, 0), #fff);
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff);
}
.autocomplete-suggestions .autocomplete-suggestion .autocomplete-selected,
.autocomplete-suggestions .autocomplete-suggestion:hover {
  cursor: pointer;
}
.nv-popup__link-closed {
  opacity: 0.6;
  pointer-events: none;
}
body.adaptive.lock-screen {
  overflow-y: hidden;
  height: 100%;
}
body.adaptive .adaptive_h1 {
  margin-bottom: 20px;
}
body.adaptive .adaptive_h1 h1 {
  display: inline-block;
}
body.adaptive .adaptive_h1 .back-to-country-block {
  font-size: 21px;
  display: inline-block;
}
body.adaptive .admin-footer {
  z-index: 10021;
}
body.adaptive .autocomplete-suggestions {
  border-radius: 0 0 5px 5px;
}
body.adaptive .autocomplete-suggestions .autocomplete-suggestion {
  padding: 3px 19px 4px;
}
body.adaptive .shadow_for_create_tender {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  z-index: 10011;
}
body.adaptive .shadow_for_create_tender.set-vis {
  display: block;
}
body.adaptive .nv-autocomplete-suggestions {
  box-sizing: border-box;
}
body.adaptive .nv-popup-trigger.nv-popup-trigger--create-event {
  width: 100%;
  min-width: 320px;
  display: none;
  min-height: 60px;
  height: 63px;
  bottom: 0;
  left: 0;
  right: auto;
  transition: 0s !important;
}
body.adaptive .nv-popup-trigger.nv-popup-trigger--create-event.is-open {
  background-color: transparent;
  width: 360px;
  min-height: 494px;
  left: 50%;
  bottom: auto;
  top: 50%;
  margin-top: -247px;
  margin-left: -180px;
  z-index: 10012;
  overflow: hidden;
  border-radius: 8px;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
body.adaptive
  .nv-popup-trigger.nv-popup-trigger--create-event.is-open
  .nv-popup-trigger__wrapper {
  background-color: #fff;
}
body.adaptive
  .nv-popup-trigger.nv-popup-trigger--create-event.is-open
  .nv-popup-trigger__wrapper
  .nv-popup-trigger__inner
  .popup_header_block {
  display: block;
}
body.adaptive
  .nv-popup-trigger.nv-popup-trigger--create-event
  .nv-popup-trigger__arrow,
body.adaptive
  .nv-popup-trigger.nv-popup-trigger--create-event
  .nv-popup-trigger__close {
  display: none;
}
body.adaptive
  .nv-popup-trigger.nv-popup-trigger--create-event
  .nv-popup-trigger__label {
  font-weight: 400;
  text-align: center;
  font-size: 18px;
}
body.adaptive
  .nv-popup-trigger.nv-popup-trigger--create-event
  .nv-popup-trigger__label
  .white_arrow_ico {
  display: inline-block;
  vertical-align: top;
  position: relative;
  height: 21px;
  width: 21px;
  background-image: url(../images/to-sprite-in-future/white_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  top: 4px;
  margin-left: 3px;
}
body.adaptive
  .nv-popup-trigger.nv-popup-trigger--create-event
  .nv-popup-trigger__wrapper {
  border-radius: 0;
}
body.adaptive
  .nv-popup-trigger.nv-popup-trigger--create-event
  .nv-popup-trigger__wrapper
  .nv-popup-trigger__body {
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
  text-align: left;
  max-width: 1200px;
  text-align: center;
  position: relative;
}
body.adaptive
  .nv-popup-trigger.nv-popup-trigger--create-event
  .nv-popup-trigger__wrapper
  .nv-popup-trigger__body
  .popup_close {
  position: absolute;
  top: 13px;
  right: 25px;
  height: 30px;
  width: 30px;
  background-image: url(../images/to-sprite-in-future/nui-nex-cross_white.svg);
  background-size: 11px 11px;
  background-repeat: no-repeat;
  background-position: 50%;
}
body.adaptive
  .nv-popup-trigger.nv-popup-trigger--create-event
  .nv-popup-trigger__wrapper
  .nv-popup-trigger__body
  .popup_close:hover {
  cursor: pointer;
}
body.adaptive
  .nv-popup-trigger.nv-popup-trigger--create-event
  .nv-popup-trigger__wrapper
  .nv-popup-trigger__body
  .nv-popup-trigger__icon {
  display: none;
}
body.adaptive
  .nv-popup-trigger.nv-popup-trigger--create-event
  .nv-popup-trigger__wrapper
  .nv-popup-trigger__inner
  .popup_header_block {
  display: none;
  width: 100%;
  height: 50px;
  background-color: #343434;
  position: relative;
  text-align: center;
  padding-top: 16px;
  box-sizing: border-box;
}
body.adaptive
  .nv-popup-trigger.nv-popup-trigger--create-event
  .nv-popup-trigger__wrapper
  .nv-popup-trigger__inner
  .popup_header_block
  p {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
body.adaptive
  .nv-popup-trigger.nv-popup-trigger--create-event
  .nv-popup-trigger__wrapper
  .nv-popup-trigger__inner
  .popup_header_block
  .popup_close {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 30px;
  width: 30px;
  background-image: url(../images/to-sprite-in-future/nui-nex-cross_white.svg);
  background-size: 11px 11px;
  background-repeat: no-repeat;
  background-position: 50%;
}
body.adaptive
  .nv-popup-trigger.nv-popup-trigger--create-event
  .nv-popup-trigger__wrapper
  .nv-popup-trigger__inner
  .popup_header_block
  .popup_close:hover {
  cursor: pointer;
}
body.adaptive
  .nv-popup-trigger.nv-popup-trigger--create-event
  .nv-popup-trigger__wrapper
  .nv-popup-trigger__inner
  .nv-popup.nv-popup--create-event-succes {
  height: auto;
  background-color: #fff;
}
body.adaptive
  .nv-popup-trigger.nv-popup-trigger--create-event
  .nv-popup-trigger__wrapper
  .nv-popup-trigger__inner
  .nv-popup.nv-popup--create-event-succes
  .nv-popup__header {
  box-sizing: border-box;
}
body.adaptive
  .nv-popup-trigger.nv-popup-trigger--create-event
  .nv-popup-trigger__wrapper
  .nv-popup-trigger__inner
  .nv-popup.nv-popup--create-event-succes
  .nv-popup__header
  .nv_ct_success_ico {
  height: 80px;
  width: 80px;
  background-image: url(../images/to-sprite-in-future/ct_success_ico.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  display: table;
  margin: 30px auto 22px;
}
body.adaptive
  .nv-popup-trigger.nv-popup-trigger--create-event
  .nv-popup-trigger__wrapper
  .nv-popup-trigger__inner
  .nv-popup.nv-popup--create-event-succes
  .nv-popup__header
  .nv_ct_success_ico:hover {
  cursor: pointer;
}
body.adaptive
  .nv-popup-trigger.nv-popup-trigger--create-event
  .nv-popup-trigger__wrapper
  .nv-popup-trigger__inner
  .nv-popup.nv-popup--create-event-succes
  .nv-popup__header
  .nv-popup__title {
  color: #343434;
  font-size: 18px;
}
body.adaptive
  .nv-popup-trigger.nv-popup-trigger--create-event
  .nv-popup-trigger__wrapper
  .nv-popup-trigger__inner
  .nv-popup.nv-popup--create-event-succes
  .nv-popup__header
  .nv-popup__subtitle {
  color: #343434;
  font-size: 15px;
}
body.adaptive
  .nv-popup-trigger.nv-popup-trigger--create-event
  .nv-popup-trigger__wrapper
  .nv-popup-trigger__inner
  .nv-popup.nv-popup--create-event-succes
  .nv-popup__header
  .nv-popup__subtitle
  .nv-paragraph
  a {
  color: #367acf;
}
body.adaptive
  .nv-popup-trigger.nv-popup-trigger--create-event
  .nv-popup-trigger__wrapper
  .nv-popup-trigger__inner
  .nv-popup.nv-popup--create-event {
  min-width: 320px;
  min-height: 320px;
  box-sizing: border-box;
  padding: 20px 35px 25px;
  border-radius: 0;
}
body.adaptive
  .nv-popup-trigger.nv-popup-trigger--create-event
  .nv-popup-trigger__wrapper
  .nv-popup-trigger__inner
  .nv-popup.nv-popup--create-event
  .nv-popup__header {
  height: auto;
  width: auto;
  padding: 0 0 20px;
  float: none;
  clear: both;
  background-color: #fff;
}
body.adaptive
  .nv-popup-trigger.nv-popup-trigger--create-event
  .nv-popup-trigger__wrapper
  .nv-popup-trigger__inner
  .nv-popup.nv-popup--create-event
  .nv-popup__header
  .nv-popup__title {
  color: #343434;
}
body.adaptive
  .nv-popup-trigger.nv-popup-trigger--create-event
  .nv-popup-trigger__wrapper
  .nv-popup-trigger__inner
  .nv-popup.nv-popup--create-event
  .nv-form.nv-form--horizontal {
  margin-left: 0;
}
body.adaptive
  .nv-popup-trigger.nv-popup-trigger--create-event
  .nv-popup-trigger__wrapper
  .nv-popup-trigger__inner
  .nv-popup.nv-popup--create-event
  .nv-form.nv-form--horizontal
  .nv-popup__footer {
  width: 100%;
  padding: 0;
}
body.adaptive
  .nv-popup-trigger.nv-popup-trigger--create-event
  .nv-popup-trigger__wrapper
  .nv-popup-trigger__inner
  .nv-popup.nv-popup--create-event
  .nv-form.nv-form--horizontal
  .nv-popup__body {
  padding: 0 0 20px;
  height: auto;
  min-height: 275px;
}
body.adaptive
  .nv-popup-trigger.nv-popup-trigger--create-event
  .nv-popup-trigger__wrapper
  .nv-popup-trigger__inner
  .nv-popup.nv-popup--create-event
  .nv-form.nv-form--horizontal
  .nv-popup__body
  .nv-form__group {
  margin-bottom: 0;
  height: 55px;
  position: relative;
}
body.adaptive
  .nv-popup-trigger.nv-popup-trigger--create-event
  .nv-popup-trigger__wrapper
  .nv-popup-trigger__inner
  .nv-popup.nv-popup--create-event
  .nv-form.nv-form--horizontal
  .nv-popup__body
  .nv-form__group:first-child
  .nv-form__input {
  border-radius: 5px 5px 0 0;
}
body.adaptive
  .nv-popup-trigger.nv-popup-trigger--create-event
  .nv-popup-trigger__wrapper
  .nv-popup-trigger__inner
  .nv-popup.nv-popup--create-event
  .nv-form.nv-form--horizontal
  .nv-popup__body
  .nv-form__group:last-child
  .nv-form__input {
  border-radius: 0 0 5px 5px;
}
body.adaptive
  .nv-popup-trigger.nv-popup-trigger--create-event
  .nv-popup-trigger__wrapper
  .nv-popup-trigger__inner
  .nv-popup.nv-popup--create-event
  .nv-form.nv-form--horizontal
  .nv-popup__body
  .nv-form__group
  .nv-form__input {
  position: relative;
  height: 55px;
  max-height: 55px;
  font-size: 15px;
  padding-top: 26px;
  border-radius: 0;
}
body.adaptive
  .nv-popup-trigger.nv-popup-trigger--create-event
  .nv-popup-trigger__wrapper
  .nv-popup-trigger__inner
  .nv-popup.nv-popup--create-event
  .nv-form.nv-form--horizontal
  .nv-popup__body
  .nv-form__group
  .nv-form__input#create-event-reg-surname {
  top: -1px;
}
body.adaptive
  .nv-popup-trigger.nv-popup-trigger--create-event
  .nv-popup-trigger__wrapper
  .nv-popup-trigger__inner
  .nv-popup.nv-popup--create-event
  .nv-form.nv-form--horizontal
  .nv-popup__body
  .nv-form__group
  .nv-form__input#create-event-reg-email {
  top: -2px;
}
body.adaptive
  .nv-popup-trigger.nv-popup-trigger--create-event
  .nv-popup-trigger__wrapper
  .nv-popup-trigger__inner
  .nv-popup.nv-popup--create-event
  .nv-form.nv-form--horizontal
  .nv-popup__body
  .nv-form__group
  .nv-form__input:focus {
  z-index: 1;
}
body.adaptive
  .nv-popup-trigger.nv-popup-trigger--create-event
  .nv-popup-trigger__wrapper
  .nv-popup-trigger__inner
  .nv-popup.nv-popup--create-event
  .nv-form.nv-form--horizontal
  .nv-popup__body
  .nv-form__group
  .nv-form__textarea {
  height: 250px;
}
body.adaptive
  .nv-popup-trigger.nv-popup-trigger--create-event
  .nv-popup-trigger__wrapper
  .nv-popup-trigger__inner
  .nv-popup.nv-popup--create-event
  .nv-form.nv-form--horizontal
  .nv-popup__body
  .nv-form__group
  .form__error-block {
  position: absolute;
  top: -12px;
  left: 38px;
  height: 18px;
}
body.adaptive
  .nv-popup-trigger.nv-popup-trigger--create-event
  .nv-popup-trigger__wrapper
  .nv-popup-trigger__inner
  .nv-popup.nv-popup--create-event
  .nv-form.nv-form--horizontal
  .nv-popup__body
  .nv-form__group
  .nv-form__holder {
  width: 100%;
  height: 55px;
}
body.adaptive
  .nv-popup-trigger.nv-popup-trigger--create-event
  .nv-popup-trigger__wrapper
  .nv-popup-trigger__inner
  .nv-popup.nv-popup--create-event
  .nv-form.nv-form--horizontal
  .nv-popup__body
  .nv-form__group
  .nv-form__holder
  .nv-form__range-slider {
  height: 30px;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 0 0 5px 5px;
  border-top: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
}
body.adaptive
  .nv-popup-trigger.nv-popup-trigger--create-event
  .nv-popup-trigger__wrapper
  .nv-popup-trigger__inner
  .nv-popup.nv-popup--create-event
  .nv-form.nv-form--horizontal
  .nv-popup__body
  .nv-form__group
  .nv-form__holder
  .nv-form__range-slider
  .irs
  .irs-line {
  top: 7px;
  height: 4px;
  border-radius: 3px;
}
body.adaptive
  .nv-popup-trigger.nv-popup-trigger--create-event
  .nv-popup-trigger__wrapper
  .nv-popup-trigger__inner
  .nv-popup.nv-popup--create-event
  .nv-form.nv-form--horizontal
  .nv-popup__body
  .nv-form__group
  .nv-form__holder
  .nv-form__range-slider
  .irs-bar-edge {
  display: none;
}
body.adaptive
  .nv-popup-trigger.nv-popup-trigger--create-event
  .nv-popup-trigger__wrapper
  .nv-popup-trigger__inner
  .nv-popup.nv-popup--create-event
  .nv-form.nv-form--horizontal
  .nv-popup__body
  .nv-form__group
  .nv-form__holder
  .nv-form__range-slider
  .irs-bar {
  top: 7px;
  height: 4px;
  border-radius: 3px;
}
body.adaptive
  .nv-popup-trigger.nv-popup-trigger--create-event
  .nv-popup-trigger__wrapper
  .nv-popup-trigger__inner
  .nv-popup.nv-popup--create-event
  .nv-form.nv-form--horizontal
  .nv-popup__body
  .nv-form__group
  .nv-form__holder
  .nv-form__range-slider
  .irs-slider.single {
  top: -3px;
  border: 9px solid #f28510;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  box-sizing: border-box;
}
body.adaptive
  .nv-popup-trigger.nv-popup-trigger--create-event
  .nv-popup-trigger__wrapper
  .nv-popup-trigger__inner
  .nv-popup.nv-popup--create-event
  .nv-form.nv-form--horizontal
  .nv-popup__body
  .nv-form__group
  .nv-form__holder
  .nv-form__range-slider
  .irs-slider.single:hover {
  background-color: #fff;
  cursor: pointer;
}
body.adaptive
  .nv-popup-trigger.nv-popup-trigger--create-event
  .nv-popup-trigger__wrapper
  .nv-popup-trigger__inner
  .nv-popup.nv-popup--create-event
  .nv-form.nv-form--horizontal
  .nv-popup__body
  .nv-form__group
  .nv-form__holder
  .budget_wrap {
  height: 55px;
  box-sizing: border-box;
  width: 100%;
  padding: 28px 10px 0;
  border: 1px solid #dbdbdb;
  font-size: 15px;
  border-radius: 0;
  border-top: 0;
  border-bottom: 0;
}
body.adaptive
  .nv-popup-trigger.nv-popup-trigger--create-event
  .nv-popup-trigger__wrapper
  .nv-popup-trigger__inner
  .nv-popup.nv-popup--create-event
  .nv-form.nv-form--horizontal
  .nv-popup__body
  .nv-form__group
  .nv-form__holder
  .budget_wrap
  .budget_summ {
  display: inline-block;
}
body.adaptive
  .nv-popup-trigger.nv-popup-trigger--create-event
  .nv-popup-trigger__wrapper
  .nv-popup-trigger__inner
  .nv-popup.nv-popup--create-event
  .nv-form.nv-form--horizontal
  .nv-popup__body
  .nv-form__group
  .nv-form__holder
  .nv-form__calendar
  .nv-form__calendar-icon {
  display: none;
}
body.adaptive
  .nv-popup-trigger.nv-popup-trigger--create-event
  .nv-popup-trigger__wrapper
  .nv-popup-trigger__inner
  .nv-popup.nv-popup--create-event
  .nv-form.nv-form--horizontal
  .nv-popup__body
  .nv-form__group
  .nv-form__holder
  .nv-form__calendar
  .nv-form__calendar-input {
  height: 55px;
  max-height: 55px;
  border-radius: 0;
  border-top: 0;
  padding-top: 26px;
}
body.adaptive
  .nv-popup-trigger.nv-popup-trigger--create-event
  .nv-popup-trigger__wrapper
  .nv-popup-trigger__inner
  .nv-popup.nv-popup--create-event
  .nv-form.nv-form--horizontal
  .nv-popup__body
  .nv-form__group
  .nv-form__holder
  .nv-form__autocomplete
  .nv-form__autocomplete-icon {
  display: none;
}
body.adaptive
  .nv-popup-trigger.nv-popup-trigger--create-event
  .nv-popup-trigger__wrapper
  .nv-popup-trigger__inner
  .nv-popup.nv-popup--create-event
  .nv-form.nv-form--horizontal
  .nv-popup__body
  .nv-form__group
  .nv-form__holder
  .nv-form__autocomplete
  .nv-form__autocomplete-input {
  height: 55px;
  max-height: 55px;
  border-radius: 0;
  position: relative;
  top: -1px;
  padding-top: 26px;
}
body.adaptive
  .nv-popup-trigger.nv-popup-trigger--create-event
  .nv-popup-trigger__wrapper
  .nv-popup-trigger__inner
  .nv-popup.nv-popup--create-event
  .nv-form.nv-form--horizontal
  .nv-popup__body
  .nv-form__group
  .nv-form__holder
  .nv-form__autocomplete
  .nv-form__autocomplete-input:focus {
  z-index: 1;
}
body.adaptive
  .nv-popup-trigger.nv-popup-trigger--create-event
  .nv-popup-trigger__wrapper
  .nv-popup-trigger__inner
  .nv-popup.nv-popup--create-event
  .nv-form.nv-form--horizontal
  .nv-popup__body
  .nv-form__group
  .nv-form__holder
  .nv-select
  .nv-button.nv-button--select {
  -webkit-appearance: none;
  background-color: transparent;
  height: 55px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding-top: 26px;
}
body.adaptive
  .nv-popup-trigger.nv-popup-trigger--create-event
  .nv-popup-trigger__wrapper
  .nv-popup-trigger__inner
  .nv-popup.nv-popup--create-event
  .nv-form.nv-form--horizontal
  .nv-popup__body
  .nv-form__group
  .nv-form__label {
  position: absolute;
  top: 8px;
  left: 11px;
  font-size: 14px;
  color: #757575;
  z-index: 2;
  width: auto;
}
body.adaptive #popup-create-event .nv-popup__footer {
  padding: 0;
  height: auto;
}
body.adaptive #popup-create-event .nv-popup__footer .nv-popup__button {
  width: 100%;
}
body.adaptive .ui-menu-left,
body.adaptive .ui-menu-right {
  list-style: none;
  transition: all 0.4s;
  display: inline-block;
  width: 20px;
  padding: 0;
  margin: 17px;
  height: auto;
  text-align: center;
  transform-origin: 7px 6px;
}
body.adaptive .ui-menu-left.set-on,
body.adaptive .ui-menu-right.set-on {
  transform: rotate(180deg);
}
body.adaptive .ui-menu-left.set-on li:first-child,
body.adaptive .ui-menu-right.set-on li:first-child {
  transform-origin: 3px 0;
  transform: rotate(45deg);
}
body.adaptive .ui-menu-left.set-on .middle,
body.adaptive .ui-menu-right.set-on .middle {
  background: transparent;
}
body.adaptive .ui-menu-left.set-on li:last-child,
body.adaptive .ui-menu-right.set-on li:last-child {
  transform-origin: 0;
  transform: rotate(-45deg);
}
body.adaptive .ui-menu-left li,
body.adaptive .ui-menu-right li {
  transition: all 0.4s;
  border-radius: 2px;
  background: #fff;
  height: 2px;
  margin-bottom: 4px;
}
body.adaptive .ui-menu-right.pos {
  position: absolute;
  top: 0;
  right: 0;
}
body.adaptive .ui-menu-right.right {
  right: -7px;
}
body.adaptive .nui-login-nav-mobile .ui-menu-right,
body.adaptive .nui-user-item .ui-menu-right {
  transition: all 0.4s;
  opacity: 0;
}
body.adaptive .nui-login-nav-mobile .menu-touch-event,
body.adaptive .nui-user-item .menu-touch-event {
  transition: opacity 0.5s;
}
body.adaptive .nui-login-nav-mobile.set-on .nui-logreg-button,
body.adaptive .nui-user-item.set-on .nui-logreg-button {
  background-size: 0;
}
body.adaptive .nui-login-nav-mobile.set-on .menu-touch-event,
body.adaptive .nui-user-item.set-on .menu-touch-event {
  opacity: 0;
}
body.adaptive .nui-login-nav-mobile.set-on .ui-menu-right,
body.adaptive .nui-user-item.set-on .ui-menu-right {
  opacity: 1;
  transform: rotate(180deg);
}
body.adaptive .nui-login-nav-mobile.set-on .ui-menu-right li:first-child,
body.adaptive .nui-user-item.set-on .ui-menu-right li:first-child {
  transform-origin: 3px 0;
  transform: rotate(45deg);
}
body.adaptive .nui-login-nav-mobile.set-on .ui-menu-right .middle,
body.adaptive .nui-user-item.set-on .ui-menu-right .middle {
  background: transparent;
}
body.adaptive .nui-login-nav-mobile.set-on .ui-menu-right li:last-child,
body.adaptive .nui-user-item.set-on .ui-menu-right li:last-child {
  transform-origin: 0;
  transform: rotate(-45deg);
}
@media only all and (max-width: 1199px) {
  body.adaptive {
    min-width: 100%;
    width: 100%;
  }
  body.adaptive .personal-account-operations-row .wrapper {
    width: 94%;
  }
  body.adaptive .column-top-content.right {
    display: none;
  }
  body.adaptive .column-top-content.left {
    padding: 0 5%;
    width: 90%;
  }
  body.adaptive .main-menu .nui-menu-wrap .nui-menu-nav.biasMenu {
    transform: translateX(0);
  }
  body.adaptive .adaptive_h1 {
    display: block;
    width: 714px;
    text-align: center;
    margin: 15px auto 30px;
  }
  body.adaptive .adaptive_h1 .back-to-country-block,
  body.adaptive .adaptive_h1 .filter-rusult-title {
    display: inline-block;
    font-size: 21px;
  }
  body.adaptive .wrapper-description.no-content .adaptive_h1 {
    margin: 15px auto;
    text-align: left;
  }
  body.adaptive .wrapper-description .adaptive_h1 {
    margin: 0 auto 15px;
    text-align: left;
  }
  body.adaptive #photographers-locations-header,
  body.adaptive #search-desctope,
  body.adaptive #top-b {
    display: none;
  }
  body.adaptive .buttons-group.events-filter .choose-city {
    margin-right: 0;
  }
  body.adaptive .movable-indicator.set-nui_a,
  body.adaptive .nui_a-wrap-input {
    width: 228px;
  }
  body.adaptive .movable-indicator.set-nui_a .ui-slider-handle {
    -ms-touch-action: none;
    touch-action: none;
  }
  body.adaptive #photographers-locations,
  body.adaptive #photographers-locations-header,
  body.adaptive .buttons-group {
    padding: 0;
    box-sizing: border-box;
    margin: 0 auto;
  }
  body.adaptive .buttons-group {
    margin-bottom: 21px;
  }
  body.adaptive .cities-from-country-bottom {
    width: 714px;
    padding: 0;
    box-sizing: border-box;
    margin: 0 auto;
  }
  body.adaptive
    .cities-from-country-bottom
    .cities-from-country-bottom__city-block {
    width: 50%;
    padding: 0;
  }
  body.adaptive
    .cities-from-country-bottom
    .cities-from-country-bottom__city-block:nth-child(3n-1) {
    padding: 0;
  }
  body.adaptive
    .cities-from-country-bottom
    .cities-from-country-bottom__city-block:nth-child(odd)
    .cities-from-country-bottom__count {
    padding-right: 10px;
    width: auto;
  }
  body.adaptive
    .cities-from-country-bottom
    .cities-from-country-bottom__city-block:nth-child(2n)
    .cities-from-country-bottom__city {
    padding-left: 10px;
  }
  body.adaptive .city_text p {
    width: 714px;
    padding-bottom: 0;
  }
  body.adaptive .wrapper {
    width: 100%;
  }
  body.adaptive .footer {
    margin: 0 auto;
    left: 0;
    width: 100%;
  }
  body.adaptive .nui-login-nav,
  body.adaptive .nui-submenu-wrap {
    display: none;
  }
  body.adaptive .filter-rusult-list .filter-rusult-list-item:hover {
    background-color: #fff;
  }
  body.adaptive .filter-rusult-list .filter-rusult-list-item:hover.set-ivw {
    background-color: #161616;
  }
  body.adaptive .filter-rusult-list .filter-rusult-list-item .wrapper {
    width: 714px;
    margin: 0 auto;
  }
  body.adaptive .filter-rusult-list .filter-rusult-list-item .rec-list ul {
    width: 100%;
    height: 250px;
  }
  body.adaptive .filter-rusult-list .filter-rusult-list-item .rec-list ul li {
    margin: 0 9px 26px;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .rec-list
    ul
    li.himself {
    display: none;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .rec-list
    .rec-list-head-wrap {
    position: relative;
    display: block;
    text-align: center;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .rec-list
    .rec-list-head-wrap
    p {
    font-size: 19px;
    color: #343434;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .rec-list
    .rec-list-head-wrap
    a {
    font-size: 15px;
    position: absolute;
    top: 1px;
    right: 0;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .filter-rusult-head
    .favourite-author
    .favourite-author-ico {
    background-image: url(../images/to-sprite-in-future/fb_follow_strokeblack.svg);
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .filter-rusult-head
    .favourite-author
    .favourite-author-ico.set-ivw {
    background-image: url(../images/to-sprite-in-future/fb_follow_strokewhite.svg);
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .filter-rusult-head
    .favourite-author
    .favourite-author-ico.active,
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .filter-rusult-head
    .favourite-author
    .favourite-author-ico.active.set-ivw {
    background-image: url(../images/to-sprite-in-future/fb_follow_orange.svg);
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .filter-rusult-head
    .favourite-author
    .favourite-author-ico:hover {
    background-image: url(../images/to-sprite-in-future/fb_follow_strokeblack.svg);
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .filter-rusult-head
    .favourite-author
    .favourite-author-ico:hover.active {
    background-image: url(../images/to-sprite-in-future/fb_follow_orange.svg);
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .filter-rusult-head
    .favourite-author
    .favourite-author-ico:hover.set-ivw {
    background-image: url(../images/to-sprite-in-future/fb_follow_strokewhite.svg);
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .filter-rusult-head
    .favourite-author
    .favourite-author-ico:hover.set-ivw.active {
    background-image: url(../images/to-sprite-in-future/fb_follow_orange.svg);
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .filter-rusult-head
    .title-author {
    width: 680px;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .filter-rusult-head
    .title-author:after {
    content: "";
    height: 0;
    width: 100%;
    display: block;
    float: none;
    clear: both;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .filter-rusult-head
    .title-author:before {
    content: "";
    width: 100%;
    display: block;
    float: none;
    clear: both;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .filter-rusult-head
    .title-author
    .favourite-author-ico {
    top: 6px;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .filter-rusult-head
    .title-author
    li,
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .filter-rusult-head
    .title-author
    li:first-child {
    float: left;
    min-width: auto;
    max-width: auto;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .filter-rusult-head
    .title-author
    .mobile_userpic {
    display: block;
    float: left;
    margin-right: 10px;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .filter-rusult-head
    .title-author
    .price {
    font-size: 16px;
    margin-right: 88px;
    float: right;
    position: relative;
    top: 1px;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .filter-rusult-head
    .title-author
    .photographer_name_geo {
    vertical-align: top;
    display: inline-block;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .filter-rusult-head
    .title-author
    .photographer_name_geo
    > a {
    font-size: 18px;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .filter-rusult-head
    .title-author
    .photographer_name_geo
    .author-login {
    font-size: 14px;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .filter-rusult-head
    .title-author
    .photographer_name_geo
    .author-adress {
    font-size: 15px;
    display: block;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .filter-rusult-cont
    .filter-user-col {
    width: 0;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .filter-rusult-cont
    .filter-user-col
    .nui-online-status,
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .filter-rusult-cont
    .filter-user-col
    .user-pic-crop {
    display: none;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .filter-rusult-cont
    .filter-long-col {
    margin: 0 auto;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .filter-rusult-cont
    .filter-long-col
    .author-text-wrap.set-desctope-hide {
    display: block;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .filter-rusult-cont
    .filter-long-col
    .photos {
    width: 714px;
    margin: 0 auto;
    height: 228px;
    overflow: hidden;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .filter-rusult-cont
    .filter-long-col
    .photos
    li {
    min-width: 228px;
    min-height: 228px;
    margin-left: 15px;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .filter-rusult-cont
    .filter-long-col
    .photos
    li:first-child {
    margin-left: 0;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .filter-rusult-cont
    .filter-long-col
    .photos
    li
    a
    img {
    min-width: 228px;
    min-height: 228px;
  }
  body.adaptive #footer-new .footer_content_wrap {
    width: 714px;
    padding: 28px 0;
    box-sizing: border-box;
  }
  body.adaptive #footer-new .footer_content_wrap .copyright {
    max-width: 415px;
    line-height: 1.5;
  }
  body.adaptive #footer-new .footer_content_wrap .nui-pg18 {
    top: 102px;
  }
  body.adaptive #footer-new .footer_content_wrap .af_social_block {
    left: auto;
    right: 116px;
    top: 103px;
  }
  body.adaptive #footer-new .footer_content_wrap .af_social_block .af_sb_item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 24px;
  }
  body.adaptive
    #footer-new
    .footer_content_wrap
    .af_social_block
    .af_sb_item.set-vk {
    margin-right: 0;
  }
  body.adaptive #footer-new .footer_content_wrap .site-lang-currency-block {
    width: 330px;
    height: 35px;
    position: absolute;
    top: 28px;
    right: 0;
    margin: 0;
  }
  body.adaptive
    #footer-new
    .footer_content_wrap
    .site-lang-currency-block:after {
    content: "";
    height: 0;
    width: 100%;
    display: block;
    float: none;
    clear: both;
  }
  body.adaptive
    #footer-new
    .footer_content_wrap
    .site-lang-currency-block:before {
    content: "";
    width: 100%;
    display: block;
    float: none;
    clear: both;
  }
  body.adaptive
    #footer-new
    .footer_content_wrap
    .site-lang-currency-block
    #site-currency,
  body.adaptive
    #footer-new
    .footer_content_wrap
    .site-lang-currency-block
    #site-lang {
    margin: 0;
    width: 160px;
    box-sizing: border-box;
  }
  body.adaptive
    #footer-new
    .footer_content_wrap
    .site-lang-currency-block
    #site-currency {
    float: right;
  }
  body.adaptive
    #footer-new
    .footer_content_wrap
    .site-lang-currency-block
    #site-currency
    .container-scrollable
    a
    .full_currency_name {
    display: none;
  }
  body.adaptive
    #footer-new
    .footer_content_wrap
    .site-lang-currency-block
    #site-lang {
    float: left;
  }
  body.adaptive .nui-login-nav-mobile {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
  body.adaptive .nui-login-nav-mobile .nui-sub {
    display: none;
    position: fixed;
    left: 0;
    top: 50px;
    margin-left: 0;
    width: 100%;
    text-align: center;
    background-color: #191919;
  }
  body.adaptive .nui-login-nav-mobile .nui-sub li {
    height: auto;
  }
  body.adaptive .nui-login-nav-mobile .nui-sub li a {
    font-weight: 400;
    display: block;
    font-size: 18px;
    padding: 15px;
    height: auto;
    box-sizing: border-box;
    color: #d1d1d1;
    font-weight: 700;
    cursor: pointer;
  }
  body.adaptive .nui-login-nav-mobile .nui-sub li.active,
  body.adaptive .nui-login-nav-mobile .nui-sub li:hover {
    background-color: #191919;
  }
  body.adaptive .nui-login-nav-mobile .nui-logreg-button {
    height: 50px;
    width: 50px;
    background-size: 25px 20px;
    background-position: 45%;
    background-repeat: no-repeat;
    background-image: url(../images/to-sprite-in-future/enter.svg);
  }
  body.adaptive .nui-login-nav-mobile .nui-logreg-button:hover {
    cursor: pointer;
  }
  body.adaptive .nui-login-nav-mobile.set-on {
    background-color: #3b3b3b;
  }
  body.adaptive .nui-login-nav-mobile.set-on .nui-logreg-button {
    background-image: url(../images/to-sprite-in-future/enter_so.svg);
  }
  body.adaptive .nui-login-nav-mobile.set-on .nui-logreg-button:hover {
    cursor: pointer;
  }
  body.adaptive .nui-login-nav-mobile.set-on .nui-sub {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: calc(100% - 50px);
    padding: 0;
  }
  body.adaptive .nui-main-menu {
    background-color: transparent;
  }
  body.adaptive .nui-main-menu.set-shadow .nui-menu-mobile-shadow {
    height: 100%;
  }
  body.adaptive .nui-main-menu .nui-menu-wrap {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #191919;
  }
  body.adaptive .nui-main-menu .nui-menu-wrap .nui-menu-mobile-button {
    display: block;
  }
  body.adaptive .nui-main-menu .nui-menu-wrap .nui-login-nav,
  body.adaptive .nui-main-menu .nui-menu-wrap .nui-user-nav {
    right: 0;
    margin-right: 0;
  }
  body.adaptive .nui-main-menu .nui-menu-wrap .nui-user-nav li.set-on {
    background-color: #3b3b3b;
  }
  body.adaptive .nui-main-menu .nui-menu-wrap .nui-user-nav li.set-on .nui-sub {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: calc(100% - 50px);
    padding: 0;
  }
  body.adaptive .nui-main-menu .nui-menu-wrap .nui-user-nav li:hover.set-on {
    background-color: #3b3b3b;
  }
  body.adaptive .nui-main-menu .nui-menu-wrap .nui-user-nav li:hover {
    background-color: #191919;
  }
  body.adaptive .nui-main-menu .nui-menu-wrap .nui-user-nav .nui-sub {
    display: none;
    position: fixed;
    left: 0;
    top: 50px;
    margin-left: 0;
    width: 100%;
    text-align: center;
    background-color: #191919;
  }
  body.adaptive .nui-main-menu .nui-menu-wrap .nui-user-nav .nui-sub li {
    height: auto;
  }
  body.adaptive .nui-main-menu .nui-menu-wrap .nui-user-nav .nui-sub li a {
    font-size: 18px;
    padding: 15px;
    height: auto;
  }
  body.adaptive .nui-main-menu .nui-menu-wrap .nui-user-nav .nui-sub li.active,
  body.adaptive .nui-main-menu .nui-menu-wrap .nui-user-nav .nui-sub li:hover {
    background-color: #191919;
  }
  body.adaptive .nui-main-menu .nui-menu-wrap .nui-logo {
    width: 50px;
    height: 50px;
    background-position: 50%;
    background-image: url(../images/to-sprite-in-future/logo_mobile.svg);
    background-size: 35px 41px;
    margin-left: -25px;
  }
  body.adaptive .nui-main-menu .nui-menu-wrap .nui-menu-nav {
    display: none;
    position: fixed;
    left: 0;
    top: 50px;
    margin-left: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    box-sizing: border-box;
    padding-bottom: 70px;
  }
  body.adaptive .nui-main-menu .nui-menu-wrap .nui-menu-nav > li {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    height: auto;
    display: block;
    width: 100%;
    text-align: center;
    background-color: #191919;
  }
  body.adaptive .nui-main-menu .nui-menu-wrap .nui-menu-nav > li a {
    font-size: 18px;
    padding: 15px;
    height: auto;
  }
  body.adaptive
    .nui-main-menu
    .nui-menu-wrap
    .nui-menu-nav
    > li.hide-on-mobile {
    display: none;
  }
  body.adaptive .nui-main-menu .nui-menu-wrap .nui-menu-nav > li.search {
    display: block;
  }
  body.adaptive .nui-main-menu .nui-menu-wrap .nui-menu-nav > li.search a {
    padding: 15px;
    margin: 15px auto;
  }
  body.adaptive .nui-main-menu .nui-menu-wrap .nui-menu-nav > li .nui-sub {
    display: block;
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    background-color: transparent;
    overflow: hidden;
    max-height: 0;
    padding: 0;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
  }
  body.adaptive .nui-main-menu .nui-menu-wrap .nui-menu-nav > li .nui-sub li {
    height: auto;
    display: block;
    width: 100%;
    text-align: center;
    background-color: transparent;
  }
  body.adaptive .nui-main-menu .nui-menu-wrap .nui-menu-nav > li .nui-sub li a {
    font-size: 16px;
    font-weight: 400;
    padding: 6px 15px 7px;
  }
  body.adaptive .nui-main-menu .nui-menu-wrap .nui-menu-nav > li.award.active,
  body.adaptive
    .nui-main-menu
    .nui-menu-wrap
    .nui-menu-nav
    > li
    .nui-sub
    li.active,
  body.adaptive
    .nui-main-menu
    .nui-menu-wrap
    .nui-menu-nav
    > li
    .nui-sub
    li:hover,
  body.adaptive .nui-main-menu .nui-menu-wrap .nui-menu-nav > li:hover {
    background-color: transparent;
  }
  body.adaptive
    .nui-main-menu
    .nui-menu-wrap
    .nui-menu-nav
    > li:hover
    .nui-sub {
    display: block;
  }
  body.adaptive .nui-main-menu .nui-menu-wrap .nui-menu-nav > li.set-on {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    background-color: #fff;
    padding: 6px 0 15px;
    margin: 8px 0 12px;
  }
  body.adaptive
    .nui-main-menu
    .nui-menu-wrap
    .nui-menu-nav
    > li.set-on:first-child {
    margin-top: 0;
  }
  body.adaptive .nui-main-menu .nui-menu-wrap .nui-menu-nav > li.set-on a {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    color: #191919;
    padding: 12px 15px 10px;
  }
  body.adaptive
    .nui-main-menu
    .nui-menu-wrap
    .nui-menu-nav
    > li.set-on
    .nui-sub {
    max-height: 600px;
  }
  body.adaptive
    .nui-main-menu
    .nui-menu-wrap
    .nui-menu-nav
    > li.set-on
    .nui-sub,
  body.adaptive
    .nui-main-menu
    .nui-menu-wrap
    .nui-menu-nav
    > li.set-on
    .nui-sub
    li.active {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    background-color: transparent;
  }
  body.adaptive
    .nui-main-menu
    .nui-menu-wrap
    .nui-menu-nav
    > li.set-on
    .nui-sub
    li.active
    a {
    color: #737373;
    cursor: default;
  }
  body.adaptive
    .nui-main-menu
    .nui-menu-wrap
    .nui-menu-nav
    > li.set-on
    .nui-sub
    a {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    color: #191919;
  }
  body.adaptive
    .nui-main-menu
    .nui-menu-wrap
    .nui-menu-nav
    > li.set-on
    .nui-sub
    a.set-orange {
    color: #f28510;
  }
  body.adaptive
    .nui-main-menu
    .nui-menu-wrap
    .nui-menu-nav
    > li.set-on
    .nui-sub
    a.set-pink {
    color: #ea3b6b;
  }
  body.adaptive
    .nui-main-menu
    .nui-menu-wrap
    .nui-menu-nav
    > li.set-on
    .nui-sub
    a.set-pink._red {
    color: #e1171e;
  }
  body.adaptive .nui-main-menu .nui-menu-wrap .nui-menu-nav.set-on {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: calc(100% - 50px);
    padding: 0;
  }
}
@media only all and (max-width: 1199px) and (min-width: 760px) {
  body.adaptive {
    width: 100%;
    min-width: 100%;
  }
  body.adaptive .filter-rusult-list .filter-rusult-list-item .ivw-wrap {
    margin: 18px auto 0;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .ivw-wrap
    .ivw-wrap-up
    .ivw-about {
    width: 680px;
    left: auto;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .ivw-wrap
    .ivw-wrap-up
    .ivw-about
    p {
    font-size: 21px;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .ivw-wrap
    .ivw-wrap-up
    .ivw-cont-list
    .ivw-cont-item {
    width: 680px;
    left: auto;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .ivw-wrap
    .ivw-wrap-up
    .ivw-cont-list
    .ivw-slider-wrap
    .ivw-arrow-wrap {
    margin-left: 5px;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .ivw-wrap
    .ivw-list-href-wrap
    .ivw-list-href,
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .ivw-wrap
    .ivw-unhide-wrap
    .ivw-unhide-black-wrap
    p {
    margin-left: 15px;
  }
}
@media only all and (max-width: 759px) {
  body.adaptive .hrb_urlcheck_wrap.set-payment .hrbu_input_wrap {
    width: 96%;
    max-width: 100%;
    min-width: 318px;
  }
  body.adaptive .hrb_urlcheck_wrap.set-payment .hrbu_input_wrap .hiw_left {
    width: 60%;
    min-width: 165px;
  }
  body.adaptive .hrb_urlcheck_wrap.set-payment .hrbu_input_wrap .hrbu_submit {
    padding: 12px 15px;
  }
  body.adaptive .hrb_urlcheck_wrap.set-payment .hiw_error {
    right: 66%;
    top: 57px;
  }
  body.adaptive .wrapper-description.no-content .adaptive_h1 {
    margin: 15px auto 0;
    text-align: left;
    padding: 0;
  }
  body.adaptive .wrapper-description .adaptive_h1 {
    margin: 0 auto;
    text-align: left;
    padding: 0;
  }
  body.adaptive .personal-account .h2 {
    font-size: 30px;
  }
  body.adaptive .nui-error.set-left:after {
    margin-top: -22px;
    right: 52px;
  }
  body.adaptive #bottom-b {
    display: none;
  }
  body.adaptive .personal-account-operations-row .wrapper {
    width: 94%;
  }
  body.adaptive .nv-popup-trigger.nv-popup-trigger--create-event {
    height: auto;
  }
  body.adaptive .nv-popup-trigger.nv-popup-trigger--create-event.is-open {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin-left: 0;
    margin-top: 0;
    border-radius: 0;
  }
  body.adaptive
    .nv-popup-trigger.nv-popup-trigger--create-event
    .nv-popup-trigger__wrapper
    .nv-popup-trigger__body
    .popup_close {
    right: 10px;
    top: 50%;
    margin-top: -15px;
  }
  body.adaptive .wrapper-description .column-top-content {
    padding: 0 15px;
  }
  body.adaptive .adaptive_h1 {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    text-align: center;
    margin: 15 auto 25px;
  }
  body.adaptive .adaptive_h1 .back-to-country-block,
  body.adaptive .adaptive_h1 .filter-rusult-title {
    display: inline;
    font-size: 18px;
    line-height: 1.4;
  }
  body.adaptive .nui_a-wrap-input {
    width: 100%;
  }
  body.adaptive .nui_a-wrap-input .nui_a-text-input {
    border-radius: 5px 5px 0 0;
  }
  body.adaptive .movable-indicator.set-nui_a {
    width: 100%;
    top: -1px;
  }
  body.adaptive .movable-indicator.set-nui_a .indicator-result {
    border-radius: 0 0 5px 5px;
  }
  body.adaptive .movable-indicator.set-nui_a.set-focus {
    z-index: 1;
  }
  body.adaptive .movable-indicator.set-nui_a.set-focus .indicator-result {
    border-radius: 0;
  }
  body.adaptive .buttons-group li {
    margin: 0;
    width: 100%;
  }
  body.adaptive .city_text p {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 0;
  }
  body.adaptive #photographers-locations,
  body.adaptive #photographers-locations-header,
  body.adaptive .buttons-group {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  body.adaptive #photographers-locations-header .filter-rusult-title {
    display: inline;
  }
  body.adaptive .buttons-group {
    margin-bottom: 21px;
  }
  body.adaptive .cities-from-country-bottom {
    width: 100%;
    min-width: 320px;
    padding: 0;
    box-sizing: border-box;
    margin: 0 auto;
  }
  body.adaptive .cities-from-country-bottom .cities-from-country-bottom__count {
    width: auto;
    font-size: 13px;
  }
  body.adaptive .cities-from-country-bottom .cities-from-country-bottom__city {
    width: auto;
    max-width: 86%;
    width: 100%;
    font-size: 13px;
  }
  body.adaptive .cities-from-country-bottom .cities-from-country-bottom__title {
    padding: 0 15px 21px;
  }
  body.adaptive
    .cities-from-country-bottom
    .cities-from-country-bottom__city-block {
    width: 100%;
    padding: 0 15px;
  }
  body.adaptive
    .cities-from-country-bottom
    .cities-from-country-bottom__city-block:nth-child(3n-1) {
    padding: 0 15px;
  }
  body.adaptive
    .cities-from-country-bottom
    .cities-from-country-bottom__city-block:nth-child(2n)
    .cities-from-country-bottom__city,
  body.adaptive
    .cities-from-country-bottom
    .cities-from-country-bottom__city-block:nth-child(odd)
    .cities-from-country-bottom__count {
    padding: 0;
  }
  body.adaptive #user_name_menu,
  body.adaptive #user_nav_loads,
  body.adaptive #user_nav_messages {
    display: none;
  }
  body.adaptive #user_menu {
    position: relative;
    left: 5px;
  }
  body.adaptive #user_menu .nui-notice,
  body.adaptive #user_nav_messages_mobile {
    display: block;
    text-transform: capitalize;
  }
  body.adaptive #user_nav_messages_mobile {
    position: relative;
  }
  body.adaptive #user_nav_messages_mobile .nui-notice {
    position: absolute;
    left: 100%;
    right: auto;
    top: -10px;
  }
  body.adaptive .nui-main-menu .nui-menu-wrap .nui-user-nav > li a {
    padding: 14px 10px 0 15px;
  }
  body.adaptive .filter-rusult-list {
    width: 100%;
    overflow: hidden;
  }
  body.adaptive .filter-rusult-list .filter-rusult-list-item {
    padding-top: 18px;
  }
  body.adaptive .filter-rusult-list .filter-rusult-list-item .wrapper {
    width: 100%;
    min-width: 320px;
    margin: 0 auto;
  }
  body.adaptive .filter-rusult-list .filter-rusult-list-item.set-ivw {
    padding-top: 18px;
  }
  body.adaptive .filter-rusult-list .filter-rusult-list-item .rec-list {
    width: 100%;
    overflow: hidden;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .rec-list
    .rec-list-head-wrap {
    position: relative;
    text-align: center;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .rec-list
    .rec-list-head-wrap
    p {
    padding-bottom: 4px;
    display: inline-block;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .rec-list
    .rec-list-head-wrap
    a {
    position: static;
    display: block;
    padding-bottom: 15px;
  }
  body.adaptive .filter-rusult-list .filter-rusult-list-item .rec-list ul {
    width: 320px;
    margin: 0 auto;
    height: 500px;
  }
  body.adaptive .filter-rusult-list .filter-rusult-list-item .rec-list ul li {
    margin: 0 0 26px;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .rec-list
    ul
    li.himself {
    display: none;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .filter-rusult-head {
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px 11px;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .filter-rusult-head
    .title-author {
    width: 90%;
    white-space: nowrap;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .filter-rusult-head
    .title-author
    .favourite-author {
    margin-top: 1px;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .filter-rusult-head
    .title-author
    .price {
    float: left;
    margin-left: 56px;
    top: -5px;
    font-size: 16px;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .filter-rusult-head
    .title-author
    .photographer_name_geo {
    position: relative;
    top: -7px;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .filter-rusult-head
    .title-author
    .photographer_name_geo
    > a {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 5px;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .filter-rusult-head
    .title-author
    .photographer_name_geo
    .author-login {
    min-height: 22px;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .filter-rusult-head
    .title-author
    .photographer_name_geo
    .author-login
    a {
    display: none;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .filter-rusult-head
    .title-author
    .photographer_name_geo
    .author-login.admin:after,
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .filter-rusult-head
    .title-author
    .photographer_name_geo
    .author-login.moderator:after,
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .filter-rusult-head
    .title-author
    .photographer_name_geo
    .author-login.pro:after {
    top: 21px;
    right: 6px;
    font-size: 12px;
    line-height: 12px;
    width: auto;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .filter-rusult-head
    .title-author
    .photographer_name_geo
    .author-adress {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 91%;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .filter-rusult-cont
    .filter-user-col
    .nui-online-status {
    display: none;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .filter-rusult-cont
    .filter-long-col
    .author-text-wrap {
    padding: 18px 30px 0;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .filter-rusult-cont
    .filter-long-col
    .author-text-wrap
    .after,
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .filter-rusult-cont
    .filter-long-col
    .author-text-wrap
    .before {
    font-size: 18px;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .filter-rusult-cont
    .filter-long-col
    .author-text-wrap
    .after {
    top: -2px;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .filter-rusult-cont
    .filter-long-col
    .author-text-wrap
    .before {
    top: -2px;
    left: -12px;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .filter-rusult-cont
    .filter-long-col
    .author-text-wrap
    .text-author {
    font-size: 16px;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .filter-rusult-cont
    .filter-long-col
    .photos-wrap {
    width: 100%;
    overflow: hidden;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .filter-rusult-cont
    .filter-long-col
    .photos-wrap
    .photos {
    width: 6000px;
    height: auto;
    white-space: nowrap;
    position: relative;
    left: 0;
    -webkit-transition: all 0.3;
    -moz-transition: all 0.3;
    -ms-transition: all 0.3;
    -o-transition: all 0.3;
    transition: all 0.3;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .filter-rusult-cont
    .filter-long-col
    .photos-wrap
    .photos
    > li {
    min-width: 100vw;
    max-width: 100vw;
    min-height: auto;
    margin: 0;
    font-size: 0;
    line-height: 0;
    text-align: center;
    float: left;
    vertical-align: top;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .filter-rusult-cont
    .filter-long-col
    .photos-wrap
    .photos
    > li
    a {
    font-size: 0;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .filter-rusult-cont
    .filter-long-col
    .photos-wrap
    .photos
    > li
    a
    img {
    width: 100%;
    height: 100%;
    min-width: 320px;
    min-height: 320px;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .filter-rusult-cont
    .filter-long-col
    .photos_thumb_wrap {
    display: block;
    height: 18px;
    width: 100%;
    min-width: 320px;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .filter-rusult-cont
    .filter-long-col
    .photos_thumb_wrap
    .thumb_list {
    font-size: 0;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .filter-rusult-cont
    .filter-long-col
    .photos_thumb_wrap
    .thumb_list
    .thumb_item {
    transition: all 0.3s;
    height: 5px;
    width: 5px;
    display: inline-block;
    margin: 12px 5px 12px 0;
    background-color: #c6c6c6;
    border-radius: 50%;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .filter-rusult-cont
    .filter-long-col
    .photos_thumb_wrap
    .thumb_list
    .thumb_item.active {
    background-color: #367acf;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .ivw-wrap
    .ivw-wrap-up
    .ivw-about {
    left: auto;
    min-width: 280px;
    padding: 0 20px;
    box-sizing: border-box;
    max-width: 100%;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .ivw-wrap
    .ivw-wrap-up
    .ivw-about
    p {
    font-size: 18px;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .ivw-wrap
    .ivw-wrap-up
    .ivw-cont-list
    .ivw-cont-item {
    left: auto;
    min-width: 280px;
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .ivw-wrap
    .ivw-wrap-up
    .ivw-cont-list
    .ivw-cont-item
    .item-answer,
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .ivw-wrap
    .ivw-wrap-up
    .ivw-cont-list
    .ivw-cont-item
    .item-question {
    font-size: 16px;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .ivw-wrap
    .ivw-wrap-up
    .ivw-cont-list
    .ivw-cont-item
    .item-answer
    .tire,
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .ivw-wrap
    .ivw-wrap-up
    .ivw-cont-list
    .ivw-cont-item
    .item-question
    .tire {
    font-size: 16px;
    left: -16px;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .ivw-wrap
    .ivw-wrap-up
    .ivw-cont-list
    .ivw-slider-wrap
    .ivw-slider-list {
    height: auto;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .ivw-wrap
    .ivw-wrap-up
    .ivw-cont-list
    .ivw-slider-wrap
    .ivw-slider-list
    .ivw-slider-item {
    width: 100vw;
    height: auto;
    overflow: hidden;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .ivw-wrap
    .ivw-wrap-up
    .ivw-cont-list
    .ivw-slider-wrap
    .ivw-slider-list
    .ivw-slider-item
    img {
    width: 100vw;
    height: auto;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .ivw-wrap
    .ivw-wrap-up
    .ivw-cont-list
    .ivw-slider-wrap
    .ivw-arrow-wrap {
    display: none;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .ivw-wrap
    .ivw-wrap-up
    .ivw-cont-list
    .ivw-slider-wrap
    .ivw-thumb-wrap {
    display: table;
    margin: 10px auto;
    width: 64px;
    height: 9px;
    overflow: hidden;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .ivw-wrap
    .ivw-wrap-up
    .ivw-cont-list
    .ivw-slider-wrap
    .ivw-thumb-wrap
    .ivw-thumb-list {
    white-space: nowrap;
    height: 9px;
    overflow: hidden;
    text-align: center;
    position: relative;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .ivw-wrap
    .ivw-wrap-up
    .ivw-cont-list
    .ivw-slider-wrap
    .ivw-thumb-wrap
    .ivw-thumb-list
    .ivw-thumb-item {
    height: 10px;
    width: 10px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .ivw-wrap
    .ivw-wrap-up
    .ivw-cont-list
    .ivw-slider-wrap
    .ivw-thumb-wrap
    .ivw-thumb-list
    .ivw-thumb-item
    .iti-circle {
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: #c6c6c6;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .ivw-wrap
    .ivw-wrap-up
    .ivw-cont-list
    .ivw-slider-wrap
    .ivw-thumb-wrap
    .ivw-thumb-list
    .ivw-thumb-item.active
    .iti-circle {
    background-color: #367acf;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .ivw-wrap
    .ivw-wrap-up
    .ivw-cont-list
    .ivw-slider-wrap
    .ivw-thumb-wrap
    .ivw-thumb-list
    .ivw-thumb-item.half
    .iti-circle {
    height: 3px;
    width: 3px;
    top: 1px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .ivw-wrap
    .ivw-wrap-up
    .ivw-cont-list
    .ivw-slider-wrap
    .ivw-thumb-wrap
    .ivw-thumb-list
    .ivw-thumb-item.min
    .iti-circle {
    height: 1px;
    width: 1px;
    top: 2px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .ivw-wrap
    .ivw-list-href-wrap {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 60px;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .ivw-wrap
    .ivw-list-href-wrap
    .ivw-list-href {
    margin-left: 0;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .ivw-wrap
    .ivw-unhide-wrap
    .ivw-unhide-black-wrap {
    box-sizing: border-box;
    padding-right: 60px;
  }
  body.adaptive
    .filter-rusult-list
    .filter-rusult-list-item
    .ivw-wrap
    .ivw-unhide-wrap
    .ivw-unhide-black-wrap
    p {
    margin-left: 20px;
  }
  body.adaptive #footer-new .footer_content_wrap {
    min-width: 290px;
    width: 290px;
    padding: 28px 0;
    box-sizing: border-box;
  }
  body.adaptive #footer-new .footer_content_wrap .footer-navigation {
    margin-bottom: 12px;
  }
  body.adaptive #footer-new .footer_content_wrap .footer-navigation:after {
    content: "";
    height: 0;
    width: 100%;
    display: block;
    float: none;
    clear: both;
  }
  body.adaptive #footer-new .footer_content_wrap .footer-navigation:before {
    content: "";
    width: 100%;
    display: block;
    float: none;
    clear: both;
  }
  body.adaptive
    #footer-new
    .footer_content_wrap
    .footer-navigation--imbalance
    li {
    padding-right: 5px !important;
  }
  body.adaptive
    #footer-new
    .footer_content_wrap
    .footer-navigation--imbalance
    li:nth-child(odd) {
    width: 55% !important;
  }
  body.adaptive
    #footer-new
    .footer_content_wrap
    .footer-navigation--imbalance
    li:nth-child(2n) {
    width: 45% !important;
  }
  body.adaptive #footer-new .footer_content_wrap .copyright {
    max-width: 290px;
    margin-bottom: 20px;
  }
  body.adaptive #footer-new .footer_content_wrap .nui-pg18 {
    top: auto;
    right: auto;
    position: relative;
    display: table;
  }
  body.adaptive #footer-new .footer_content_wrap .af_social_block {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    margin: 0 0 7px;
    display: table;
  }
  body.adaptive #footer-new .footer_content_wrap .site-lang-currency-block {
    width: 290px;
    position: relative;
    top: auto;
    right: auto;
    margin: 0 0 25px;
  }
  body.adaptive
    #footer-new
    .footer_content_wrap
    .site-lang-currency-block:after {
    content: "";
    height: 0;
    width: 100%;
    display: block;
    float: none;
    clear: both;
  }
  body.adaptive
    #footer-new
    .footer_content_wrap
    .site-lang-currency-block:before {
    content: "";
    width: 100%;
    display: block;
    float: none;
    clear: both;
  }
  body.adaptive
    #footer-new
    .footer_content_wrap
    .site-lang-currency-block
    #site-currency {
    width: 120px;
  }
  body.adaptive
    #footer-new
    .footer_content_wrap
    .site-lang-currency-block
    #site-lang {
    width: 160px;
  }
}
@media only all and (max-width: 440px) {
  body.adaptive .nv-popup-trigger__body {
    text-align: center;
  }
  body.adaptive .nv-popup-trigger__body .nv-popup-trigger__label {
    display: inline-block;
    max-width: 300px;
  }
}
@media screen and (max-width: 330px) {
  body.adaptive .photographer_name_geo {
    max-width: 250px;
  }
}
.tags-users-frames {
  box-sizing: border-box;
  position: absolute;
  font-size: 15px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  display: inline-block;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s;
  white-space: nowrap;
  color: #367acf;
  padding: 10px;
  pointer-events: none;
}
.tags-users-frames__tag-name {
  display: inline-block;
  cursor: pointer;
  margin: 0 5px;
  transition: 0.3s;
}
.tags-users-frames__tag-name:hover {
  color: #255999;
}
.tags-users-frames__tag-name--long {
  display: block;
  white-space: nowrap;
}
.tags-users-frames__user {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  transition: 0.3s;
  margin-right: 7px;
  margin-bottom: 5px;
  cursor: pointer;
}
.tags-users-frames__user:hover {
  color: #255999;
}
.tags-users-frames__user:last-child {
  margin-bottom: 0;
}
.tags-users-frames__user span {
  white-space: nowrap;
}
.tags-users-frames--show {
  opacity: 1;
  z-index: 2;
  pointer-events: auto;
}
.tag-comment {
  width: 850px;
  margin: 40px 0 0;
  display: inline-block;
}
.tag-comment-textarea {
  margin-bottom: 44px;
}
.tag-comment-textarea.hide {
  display: none;
}
.tag-comment-text,
.tag-comment-textarea-container {
  width: 850px;
  position: relative;
}
.tag-comment-text {
  margin-bottom: 44px;
}
.tag-comment-text.hide {
  display: none;
}
.tag-comment-text-inner {
  width: 95%;
}
.tag-comment__textarea {
  overflow: auto !important;
  border-radius: 7px;
  min-height: 120px;
  width: 100%;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 25px;
}
.tag-comment__desc {
  font-size: 18px;
  line-height: 25px;
  white-space: pre-line;
}
.tag-comment__menu-button {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  right: 0;
  cursor: pointer;
  background: url(../images/icons/tag-comment-menu-open.svg) no-repeat 50%/15px
    3px;
  display: none;
}
.tag-comment__menu-button.show {
  display: block;
}
.tag-comment-menu {
  background-color: #3b3b3b;
  border-radius: 7px;
  padding: 8px 42px 12px 15px;
  display: inline-block;
  opacity: 0;
  position: absolute;
  top: 28px;
  right: 0;
  z-index: 5;
  transition: opacity 0.3s;
  pointer-events: none;
}
.tag-comment-menu__item {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  font-weight: 700;
  cursor: pointer;
  transition: color 0.3s;
}
.tag-comment-menu__item:hover {
  color: #dbdbdb;
}
.tag-comment-menu__input {
  width: 1px;
  height: 1px;
  opacity: 0;
  display: block;
}
.tag-comment-menu.show {
  opacity: 1;
  pointer-events: auto;
}
.text-area-container,
.text-area-edit-story-container,
.text-area-set-story-container,
.text-area-story-comment-container {
  position: relative;
}
.menu-photographer-account-value {
  font-weight: 400;
  opacity: 0.6;
  padding-left: 5px;
}
.photos-new-list-nav:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #ededed;
  border-radius: 100px;
  display: block;
  position: relative;
  z-index: 0;
  top: -1px;
}
.photos-new-list-nav-wrap {
  position: relative;
}
.photos-new-list-nav-wrap.active:after {
  content: "";
  position: absolute;
  right: 0;
  top: 7px;
  width: 50px;
  height: 100%;
  display: block;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0.0001), #fff 81.42%);
  z-index: 2;
}
.photos-new-list-nav-wrap.transparent {
  opacity: 0;
}
.photos-new-list-nav-list {
  text-align: center;
  height: 50px;
  padding: 0 20px;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none;
}
.photos-new-list-nav-list::-webkit-scrollbar {
  width: 0;
  background: transparent;
  display: none;
}
.photos-new-list-nav-list::-webkit-scrollbar-thumb {
  display: none;
}
@media (min-width: 577px) {
  .photos-new-list-nav-list {
    padding: 0 20px;
  }
}
@media (max-width: 577px) {
  .photos-new-list-nav-list {
    padding: 0 15px;
  }
}
.photos-new-list-nav-list__item {
  display: inline-block;
}
.photos-new-list-nav-list__item--default:hover a {
  color: #191919;
}
.photos-new-list-nav-list__item--default:hover a:after {
  background: #367acf;
  content: "";
  width: 100%;
  height: 2px;
  border-radius: 100px;
  display: block;
  position: relative;
  top: 15px;
  z-index: 1;
}
.photos-new-list-nav-list__item--default a {
  color: #191919;
}
.photos-new-list-nav-list__item--default a:after {
  background: #367acf;
}
.photos-new-list-nav-list__item--default.active a {
  color: #367acf;
}
.photos-new-list-nav-list__item--default.active a:after {
  background: #367acf;
  content: "";
  width: 100%;
  height: 2px;
  border-radius: 100px;
  display: block;
  position: relative;
  top: 15px;
  z-index: 1;
}
.photos-new-list-nav-list__item--orange a {
  color: #f38b1c;
}
.photos-new-list-nav-list__item--orange a:after {
  background: #f38b1c;
}
.photos-new-list-nav-list__item--orange.active a {
  color: #f38b1c;
}
.photos-new-list-nav-list__item--orange.active a:after,
.photos-new-list-nav-list__item--orange:hover a:after {
  background: #f38b1c;
  content: "";
  width: 100%;
  height: 2px;
  border-radius: 100px;
  display: block;
  position: relative;
  top: 15px;
  z-index: 1;
}
.photos-new-list-nav-list__item:not(:last-child) {
  margin-right: 30px;
}
.photos-new-list-nav-list__item a {
  display: block;
  font-weight: 700;
  font-size: 13px;
  line-height: 17px;
  padding: 16px 0;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: pointer;
}
.photos-new-list-nav-list__item a:focus:after {
  content: "";
  width: 100%;
  height: 2px;
  border-radius: 100px;
  display: block;
  position: relative;
  top: 15px;
  z-index: 1;
}
.set-like-amount.active {
  color: #f64e63;
}
.wrapper--photo {
  max-width: 1220px;
  width: 100% !important;
}
.adaptive .photos-list-view > ul .list-item {
  margin: 6px;
  float: none;
  display: inline-block;
}
.adaptive .photos-list-view > ul .list-item .item-comment a {
  color: inherit;
}
.adaptive .photos-list-view > ul .list-item .photo-list-photograph {
  font-size: 16px;
}
.adaptive
  .photos-list-view
  > ul
  .list-item
  .photo-list-photograph
  .author-login {
  left: 0;
  top: -14px;
  display: none;
}
.adaptive
  .photos-list-view
  > ul
  .list-item
  .photo-list-photograph
  .author-adress {
  font-size: 14px;
  display: none;
}
.adaptive .photos-list-view {
  width: 100%;
  max-width: 1220px;
  margin: auto;
  text-align: center;
}
.adaptive .photos-list-view--horizontal {
  max-width: 499px !important;
  margin: 0 auto !important;
}
.adaptive .blockLink {
  color: #000;
}
body.adaptive.in-photo .mob h1 {
  display: none;
}
body.adaptive.in-photo .mob .nui-submenu-wrap {
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  body.adaptive.in-photo .mob .nui-submenu-wrap {
    display: none;
  }
  body.adaptive.in-photo .mob h1 {
    display: block;
  }
}
.photoViewH1 {
  display: none;
}
.mob .gallery-second {
  width: 100%;
}
.mob .gallery-second .zoom-photo {
  width: 100% !important;
}
.mob .gallery-second .zoom-photo #pict {
  width: 100%;
}
.mob .gallery-second .b-carousel {
  width: 80%;
  display: inline-block;
  margin: 10px 0 !important;
}
.mob .gallery-second .achievements-photos {
  display: none;
}
.mob .main-title {
  padding: 15px;
}
.mob .button-apply {
  border: 1px solid #000;
  color: #000 !important;
  border-radius: 6px;
  font-size: 15px;
}
.mob .button-apply:hover {
  color: #367acf !important;
  border: 1px solid #367acf;
}
.mob .bottom-bar-view {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.mob .bottom-bar-view .set-wrap-exif {
  overflow: hidden;
  float: right;
  margin-top: 40px;
  width: 25%;
  background-color: #f7f7f7;
}
.mob .bottom-bar-view .nui-exif-wrap {
  margin-top: 0;
  width: 90%;
  padding: 5%;
}
.mob .bottom-bar-view .set-comment-load {
  width: 75%;
  float: left;
}
.photo__title {
  text-align: center;
  font-size: 21px;
  box-sizing: border-box;
  padding: 0 10px 15px;
  position: relative;
  top: -3px;
  display: none;
}
.wrapper-photo-bar {
  position: relative;
  color: #fff;
  text-align: left;
  z-index: 100;
  font-size: 16px;
}
.wrapper-photo-bar--pc {
  display: block;
  pointer-events: none;
  white-space: nowrap;
}
.wrapper-photo-bar--pc .wrapper-photo-bar__icon-like {
  background-image: url(../images/iconsPhotos/like_white.svg);
}
.wrapper-photo-bar--pc .wrapper-photo-bar__icon-comment {
  background-image: url(../images/iconsPhotos/comments_white.svg);
}
.wrapper-photo-bar--pc .wrapper-photo-bar__icon-favorite {
  background-image: url(../images/iconsPhotos/fav_white.svg);
}
.wrapper-photo-bar--mob {
  display: none;
  color: #000;
  text-align: center;
  right: 0;
}
.wrapper-photo-bar--mob .wrapper-photo-bar__value {
  text-align: left;
}
.wrapper-photo-bar--mob .wrapper-photo-bar__icon {
  width: 22px;
  height: 22px;
  background-size: auto 22px;
  background-position-x: 0;
}
.wrapper-photo-bar--mob .wrapper-photo-bar__icon-like {
  background-image: url(../images/iconsPhotos/like-sprite.svg);
}
.wrapper-photo-bar--mob .wrapper-photo-bar__icon-comment {
  background-image: url(../images/iconsPhotos/comments-new.svg);
  top: 1px;
  position: relative;
}
.wrapper-photo-bar--mob .wrapper-photo-bar__icon-favorite {
  background-image: url(../images/iconsPhotos/fav-sprite.svg);
}
.wrapper-photo-bar--mob .wrapper-photo-bar__icon--active {
  background-position-x: -22px;
}
.wrapper-photo-bar__part {
  display: inline-block;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  margin: 0 7px;
}
.wrapper-photo-bar__icon {
  background: no-repeat 50% / auto 22px;
  width: 22px;
  height: 22px;
  position: relative;
  top: 1px;
}
.wrapper-photo-bar__icon,
.wrapper-photo-bar__value {
  display: inline-block;
  vertical-align: middle;
}
.wrapper-photo-bar__alert {
  width: 310px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 7px 9px;
  color: #343434;
  font-size: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  position: absolute;
  bottom: 34px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 101;
}
.wrapper-photo-bar__alert-arrow {
  position: absolute;
  width: 14px;
  height: 14px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  bottom: -5px;
  transform: rotate(45deg);
  z-index: 100;
}
.title-author.photo-user.normal {
  margin: 0 0 0 10px !important;
}
.photos-list-view .title-author li {
  float: none;
}
@media screen and (max-width: 1199px) {
  .photo__title {
    display: block;
  }
  .adaptive .mob .photos-list-view > ul .list-item {
    margin: 6px;
  }
  .mob .zoom-photo {
    width: 100% !important;
  }
  .mob .zoom-photo #pict {
    width: 100%;
  }
  .adaptive.in-photo .photoViewH1 {
    display: block;
    font-size: 22px;
    text-align: center;
    padding-bottom: 15px;
    line-height: 18px;
  }
  .adaptive.in-photo .mobile-submenu {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    height: 50px;
  }
  .adaptive.in-photo .mobile-submenu li {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
    display: block;
  }
  .mob .bottom-bar-view .set-wrap-exif {
    width: 96%;
    padding: 2%;
    margin-top: 0;
  }
  .mob .bottom-bar-view .nui-exif-wrap {
    width: 100%;
    padding: 0;
    float: left;
  }
  .mob .bottom-bar-view .set-comment-load {
    width: 94%;
    padding: 3%;
  }
  .mob .b-comments {
    width: 100%;
  }
  .mob .gallery-second .b-carousel {
    width: 86%;
  }
}
.mob .prewiev.set-new {
  min-height: 200px;
}
@media screen and (max-width: 1024px) {
  .achievements,
  .photo-stats,
  .photo-toggle-block {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .bnr.bnr--228x228,
  .n1y-photo-list-item-badge-wrap {
    display: none;
  }
  .photo-stats {
    display: block !important;
  }
  .picture {
    width: 100%;
    height: auto;
  }
  .adaptive.in-photo
    .mob
    .gallery
    .buttons-wrapper
    .b-tabs-buttons
    .button-promt {
    margin-left: -100px;
    width: 200px;
  }
  .adaptive.in-photo .mob .author-adress {
    display: block !important;
    font-size: 14px;
  }
  .adaptive.in-photo .mob .author-login {
    left: 0;
    top: -14px;
    display: inline-block !important;
  }
  .adaptive.in-photo .mob .author-login .js_user_href {
    display: none;
  }
  .adaptive.in-photo .mob .mobile-submenu {
    position: relative;
    margin-top: 100px;
    width: 100%;
    overflow: hidden;
    height: 50px;
  }
  .adaptive.in-photo .mob .mobile-submenu li {
    width: 100%;
    padding: 0;
    float: left;
    display: block;
  }
  .adaptive.in-photo .mob .comment-error-wrap,
  .adaptive.in-photo .mob .nui-button-blue.set-comment,
  .adaptive.in-photo .mob .nui-textarea.set-comment {
    width: 100%;
  }
  .adaptive .mob .b-carousel {
    display: none;
  }
  .mob .bottom-bar-view .nui-exif-wrap {
    width: 96%;
    padding: 2%;
    margin-top: 0;
  }
  .mob .bottom-bar-view .set-comment-load {
    width: 94%;
    padding: 3%;
  }
  .mob .photo-stats object {
    width: calc(100% - 16px);
  }
  .mob .nui-submenu-wrap ul li {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .mob .buttons-group > li {
    width: 100%;
  }
  .mob .title-author li .author-login {
    left: 20px;
  }
  .mob .title-author li > a {
    background-image: none;
    padding-left: 0;
  }
  .mob .main-title .title-author li .author-adress {
    width: 100%;
    display: inline-block;
  }
  .mob .gallery-second {
    width: 100%;
  }
  .mob .gallery-second .b-carousel {
    width: 75%;
    margin: 0;
  }
  .adaptive .mob .photos-list-view > ul .list-item {
    width: 100%;
    height: auto;
    margin: 10px 0 45px;
    position: relative;
  }
  .adaptive .mob .photos-list-view > ul .list-item .item-comment .ico-default {
    background-image: url(../images/to-sprite-in-future/new_comments.svg);
    background-size: 47px 18px;
    width: 20px;
    height: 18px;
    top: 3px;
  }
  .adaptive .mob .photos-list-view > ul .list-item .img-bar {
    height: 30px;
    width: 100%;
    overflow: hidden;
  }
  .adaptive .mob .photos-list-view > ul .list-item .top-img-bar {
    height: 60px;
  }
  .adaptive .mob .photos-list-view > ul .list-item .item-like .ico-default {
    background-image: url(../images/to-sprite-in-future/new_like.svg);
    background-size: 47px 18px;
    width: 22px;
    height: 18px;
  }
  .adaptive
    .mob
    .photos-list-view
    > ul
    .list-item
    .item-like
    .ico-default.active {
    background-image: url(../images/to-sprite-in-future/new_like_red.svg);
    background-size: 47px 17px;
  }
  .adaptive .mob .photos-list-view > ul .list-item .item-favorite .ico-default {
    background-image: url(../images/to-sprite-in-future/new_bookmark.svg);
    background-size: 46px 17px;
    background-position: -15px 0;
    height: 17px;
  }
  .adaptive
    .mob
    .photos-list-view
    > ul
    .list-item
    .item-favorite
    .ico-default.active {
    background-image: url(../images/to-sprite-in-future/new_bookmark_orange.svg);
    background-size: 46px 16px;
  }
  .adaptive .mob .photos-list-view > ul .list-item .ph {
    position: relative;
    height: auto;
    width: 100%;
  }
  .adaptive .mob .photos-list-view > ul .list-item .ph img {
    border-radius: 0;
  }
  .adaptive .mob .photos-list-view > ul .list-item .wrapper-photo-bar {
    position: absolute;
    bottom: -30px;
    left: 0;
  }
  .adaptive
    .mob
    .photos-list-view
    > ul
    .list-item
    .wrapper-photo-bar
    .photo-stats-item:last-child {
    margin-right: 0;
  }
  .adaptive .mob .photos-list-view > ul .list-item .photo-user {
    position: absolute;
    top: -48px;
    left: 0;
  }
  .adaptive .mob .photos-list-view > ul .list-item .photo-stats {
    position: static;
  }
  .adaptive .mob .photos-list-view > ul .list-item .photo-stats-item {
    padding-left: 24px;
    margin: 0 5px -4px 0;
    float: none;
    display: inline-block;
    color: #000;
  }
  .adaptive
    .mob
    .photos-list-view
    > ul
    .list-item
    .photo-stats-item__container {
    display: inline-block;
    min-width: 25px;
    text-align: left;
  }
  .adaptive
    .mob
    .photos-list-view
    > ul
    .list-item
    .photo-stats-item
    .photo-stats-item-promt {
    margin-left: -90px;
  }
  .adaptive
    .mob
    .photos-list-view
    > ul
    .list-item
    .photo-stats-item
    .photo-stats-item-promt
    .photo-stats-item-promt-padding {
    white-space: unset;
  }
  .adaptive
    .mob
    .photos-list-view
    > ul
    .list-item
    .photo-stats-item
    .photo-stats-item-promt
    .arrow {
    margin-left: -67px;
  }
  .adaptive
    .mob
    .photos-list-view
    > ul
    .list-item
    .photo-stats-item.item-favorite
    .photo-stats-item-promt-padding {
    white-space: nowrap;
  }
  .adaptive
    .mob
    .photos-list-view
    > ul
    .list-item
    .photo-stats-item.item-comment
    .arrow,
  .adaptive
    .mob
    .photos-list-view
    > ul
    .list-item
    .photo-stats-item.item-favorite
    .arrow {
    margin-left: 0;
  }
  .mob .slide {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .mob .slide:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/to-sprite-in-future/ivw-arrow-white.svg) no-repeat;
    background-size: 22px;
    background-position: 50%;
  }
  .mob .slide.next {
    right: 15px;
  }
  .mob .slide.prev {
    left: 15px;
  }
  .mob .slide.prev:after {
    transform: rotate(180deg);
  }
  .wrapper-photo-bar--pc {
    display: none !important;
  }
  .wrapper-photo-bar--mob {
    display: block !important;
  }
}
.mob .favourite-author .favourite-author-switcher-photo-view {
  border-radius: 0;
  border: none;
  background-color: none;
  width: 20px;
}
.mob .favourite-author .favourite-author-switcher-photo-view.active {
  background-color: transparent;
  border: none;
}
.mob .favourite-author .favourite-author-switcher-photo-view.disabled {
  background-color: transparent;
}
.mob .gallery .buttons-wrapper .b-tabs-buttons.right {
  position: static;
}
.mob .buttons-wrapper {
  height: 34px;
}
.wrapper-description {
  width: 100%;
  background-color: #f7f7f7;
}
.wrapper-description.no-content {
  background-color: transparent;
}
.wrapper-description.no-content .column-top-content {
  margin: 0;
  padding: 0;
}
.column-top-content {
  float: left;
  margin: 20px 0;
}
.column-top-content.right {
  width: 40%;
}
.column-top-content.left {
  padding: 0 4% 0 0;
  width: 56%;
}
.column-top-content .slideshow {
  position: relative;
  margin-top: 7px;
  color: #fff;
  overflow: hidden;
  height: 280px;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.column-top-content .slideshow .author {
  transition: all 0.3s;
  position: absolute;
  bottom: 14px;
  left: 10px;
  z-index: 11;
}
.column-top-content .slideshow .buttons_slide {
  z-index: 10;
  position: absolute;
  bottom: 14px;
  right: 10%;
}
.column-top-content .slideshow .buttons_slide .button-slide-content {
  transition: color 0.3s;
  cursor: pointer;
  float: left;
  margin-left: 10px;
}
.column-top-content .slideshow .buttons_slide .button-slide-content:hover {
  color: #afacac;
}
.column-top-content .slideshow .buttons_slide .button-slide-content:after {
  font-size: 22px;
}
.column-top-content .slideshow .buttons_slide .button-left:after {
  content: "<";
}
.column-top-content .slideshow .buttons_slide .button-right:after {
  content: ">";
}
.column-top-content .slideshow .slider {
  transition: all 0.3s;
  width: 500%;
  margin-left: -100%;
}
.column-top-content .slideshow .slider .slide {
  position: relative;
  float: left;
  height: 280px;
  width: 20%;
}
.column-top-content .slideshow .slide-bar {
  position: absolute;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent);
  width: 100%;
  height: 50px;
}
.column-top-content .slideshow .slide-bar a {
  color: #fff;
  transition: color 0.3s;
}
.column-top-content .slideshow .slide-bar a:hover {
  color: #afacac;
}
.new-checkbox {
  width: auto !important;
}
.new-checkbox .checkbox-row {
  display: inline-block;
  width: 220px;
}
.selectCitys {
  width: 20px;
  height: 20px;
}
.country .hided {
  display: none;
}
.country .preloadCity {
  height: 100px;
  width: 100%;
  max-width: 400px;
}
.country .city-list {
  padding-left: 60px;
}
.city-list {
  font-size: 18px;
}
.city-list .blockcity {
  display: inline-block;
  width: 220px;
  font-size: 14px;
}
.country {
  font-size: 18px;
}
.country .city {
  width: 18px;
  height: 18px;
  margin-left: 10px;
}
.country label {
  font-size: 18px;
}
.country .open {
  cursor: pointer;
  font-size: 20px;
  width: 20px;
  display: inline-block;
}
.preloadBlock {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 100%, 0.9);
  z-index: 5;
}
.preloadBlock .load {
  transition: box-shadow 0.3s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 38px;
  height: 38px;
  border-bottom: 3px solid #000;
  border-radius: 50%;
  transform-origin: center;
  animation: turn linear infinite 1s;
}
@keyframes turn {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.default-button-large .preloadBlock .load {
  width: 25px;
  height: 25px;
}
.updateViewBanner:hover {
  box-shadow: 0 0 20px #000;
}
.button-file {
  cursor: pointer;
  border: 1px solid #dbdbdb;
  display: inline-block;
  border-radius: 5px;
  font-size: 15px;
  padding: 5px 10px;
}
.button-file:hover {
  background: #367acf;
  border: 1px solid #367acf;
  color: #fff;
}
.photo_row_banner {
  overflow: hidden;
}
.photo_row_banner .photo_column {
  width: 33%;
  float: left;
}
@keyframes preload-likes {
  0% {
    transform: rotate(0deg);
    border: 2px solid #000;
    border-radius: 0;
  }
  10% {
    transform: rotate(180deg);
    border: 2px solid #ff0;
    border-radius: 50%;
  }
  20% {
    transform: rotate(1turn);
    border: 2px solid #000;
    border-radius: 0;
  }
  30% {
    transform: rotate(540deg);
    border: 2px solid #7926e6;
    border-radius: 50%;
  }
  40% {
    transform: rotate(2turn);
    border: 2px solid #000;
    border-radius: 0;
  }
  50% {
    transform: rotate(900deg);
    border: 2px solid #4ce626;
    border-radius: 50%;
  }
  60% {
    transform: rotate(3turn);
    border: 2px solid #000;
    border-radius: 0;
  }
  70% {
    transform: rotate(1260deg);
    border: 2px solid #1cadad;
    border-radius: 50%;
  }
  80% {
    transform: rotate(4turn);
    border: 2px solid #000;
    border-radius: 0;
  }
  90% {
    transform: rotate(1620deg);
    border: 2px solid #da17d4;
    border-radius: 50%;
  }
  to {
    transform: rotate(5turn);
    border: 2px solid #000;
    border-radius: 0;
  }
}
.wrapPreload {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: hsla(0, 0%, 100%, 0.3);
  z-index: 5;
}
.preload,
.wrapPreload {
  top: 0;
  position: absolute;
}
.preload {
  transition: all 0.3s;
  width: 50px;
  height: 50px;
  display: inline-block;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  transform-origin: center;
  animation: preload-likes 10s infinite linear;
}
@media (max-width: 1024px) {
  #hb_c,
  #hb_cd {
    display: none;
  }
}
.notifications {
  cursor: pointer;
}
.notifications,
.notifications-lock {
  width: 57px;
  height: 50px;
  vertical-align: top;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
}
.notifications:hover {
  background-color: #3b3b3b;
}
.notifications a {
  color: #fff;
  transition: 0.2s;
}
.notifications a:hover {
  opacity: 0.8;
}
.notifications.disabled {
  display: none;
}
.notifications.active {
  background: #3b3b3b !important;
}
.notifications__block {
  padding-bottom: 15px;
}
.notifications__block:last-child {
  padding-bottom: 0;
}
.notifications__click {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.notifications-bell {
  width: 17px;
  height: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  background: url(../../images/notification-bell.svg) no-repeat 50% / cover;
}
.notifications-bell__count {
  background: #37b970;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  border-radius: 10px;
  box-sizing: border-box;
  position: absolute;
  top: -2px;
  right: 10px;
  height: 16.57px;
  display: inline-block;
  padding: 1.8px 6px;
  line-height: 1;
  font-style: normal;
  z-index: 1;
  margin: 0;
  transition: 0.2s;
}
.notifications-bell__count.hidden {
  transform: scale(0);
}
.notifications-frame {
  width: 375px;
  height: auto;
  max-height: 475px;
  position: absolute;
  top: 50px;
  right: 0;
  background-color: #3b3b3b;
  font-size: 14px;
  color: #fff;
  padding: 0 20px 20px;
  border-radius: 0 0 5px 5px;
  display: none;
  box-sizing: border-box;
  cursor: auto;
  overflow-y: auto;
  overflow-x: hidden;
}
.notifications-frame.active {
  display: block;
}
.notifications-frame::-webkit-scrollbar-button {
  background-repeat: no-repeat;
  width: 4px;
  height: 0;
}
.notifications-frame::-webkit-scrollbar-track {
  background-color: #3b3b3b;
  margin-bottom: 5px;
}
.notifications-frame::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0;
  border-radius: 5px;
  background-color: #626262;
}
.notifications-frame::-webkit-scrollbar-thumb:hover {
  background-color: #626262;
}
.notifications-frame::-webkit-resizer {
  background-repeat: no-repeat;
  width: 4px;
  height: 0;
}
.notifications-frame::-webkit-scrollbar {
  width: 4px;
}
.notifications__title {
  font-size: 21px;
  padding: 15px 0;
}
.notifications__title--empty {
  text-align: center;
  margin: 80px 0 60px;
  opacity: 0.5;
}
.notifications-item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.notifications-item a {
  color: #fff;
  transition: 0.2s;
}
.notifications-item a:hover {
  opacity: 0.8;
}
.notifications-item__container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  flex-grow: 1;
}
.notifications-item__container--hover:hover {
  transition: 0.2s;
  opacity: 0.7;
}
.notifications-item:last-child {
  margin-bottom: 0;
}
.notifications-item a:last-child {
  padding-right: 0 !important;
}
.notifications-item__avatar {
  display: block;
  width: 40px;
  height: 48px !important;
  margin-top: 1px;
  padding: 0 !important;
  position: relative;
  flex-shrink: 0;
  transition: 0.2s;
}
.notifications-item__avatar:hover {
  opacity: 0.7;
}
.notifications-item__flag {
  box-sizing: border-box;
  width: 36px;
  height: 44px;
  padding: 6px 7px;
}
.notifications-item__body {
  flex-grow: 1;
  margin-top: 5px;
  padding: 0 10px !important;
  box-sizing: border-box;
  line-height: 18px;
  font-size: 14px !important;
  font-weight: 100 !important;
  height: auto !important;
}
.notifications-item__body notice-name {
  font-weight: 700;
}
.notifications-item__body notice-time {
  opacity: 0.5;
}
.notifications-item__body--lock-width {
  max-width: 241px;
}
.notifications-item__target {
  width: 50px;
  height: 50px !important;
  border-radius: 5px;
  padding: 0 !important;
  flex-shrink: 0;
}
.notifications-item__target--photo {
  background: no-repeat 50% / cover;
}
.notifications-item__target--series {
  display: flex !important;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.notifications-item__target--series img {
  border-radius: 3px;
}
.notifications-item__target--series img:nth-child(3),
.notifications-item__target--series img:nth-child(4) {
  margin-top: 1px;
}
.notifications-item__target--favorite {
  border: none;
  background: url(../../images/notifications/favorite-button-white.svg)
    no-repeat 50%/16px;
}
.notifications-item__target--favorite.selected {
  background-image: url(../../images/notifications/favorite.svg);
}
.notifications-item__target--favorite.locked {
  pointer-events: none;
}
.notifications-item__target--favorite:hover {
  transition: 0.2s;
  opacity: 0.7;
}
.notifications-item__type {
  background: no-repeat 50% / cover;
  position: absolute;
  z-index: 10;
  bottom: 0;
  right: 0;
}
.notifications-item__type--like {
  width: 17px;
  height: 14px;
  background-image: url(../../images/notifications/like.svg);
}
.notifications-item__type--comment {
  width: 17px;
  height: 16px;
  background-image: url(../../images/notifications/comment.svg);
  bottom: -3px;
}
.notifications-item__type--mention {
  width: 17px;
  height: 17px;
  background: #367acf url(../../images/notifications/mention.svg) no-repeat 50%/13px;
  border-radius: 50%;
}
.notifications-item__type--favorite {
  width: 16px;
  height: 21px;
  background-image: url(../../images/notifications/favorite.svg);
}
.nui-user-item__click-zone {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media (max-width: 414px) {
  .notifications {
    display: none;
  }
  .notifications-frame {
    left: 0;
    top: 50px;
    position: fixed;
    width: 100%;
    height: calc(100% - 110px);
    max-height: none;
  }
}
@media (max-width: 759px) {
  .notifications,
  .notifications-lock {
    display: none !important;
  }
}
@media (min-width: 760px) {
  .temporary-menu-click {
    display: none !important;
  }
  .temporary-menu-click.show {
    display: block !important;
  }
  .ui-menu-right {
    display: none !important;
  }
}
#kartla-ode-btn:hover {
        color: #fff;
    }

    @media (max-width:700px) {
        #iframe {
            width: 100% !important;
        }

        #iframe iframe {
            width: 100% !important;
        }
    }