@font-face {
  font-family: "Museo Bold";
  src: url("../fonts/exljbrisMuseoCyrl700.eot");
  src: url("../fonts/exljbrisMuseoCyrl700.eot") format("embedded-opentype"), url("../fonts/exljbrisMuseoCyrl700.woff2") format("woff2"), url("../fonts/exljbrisMuseoCyrl700.woff") format("woff"), url("../fonts/exljbrisMuseoCyrl700.ttf") format("truetype"), url("../fonts/exljbrisMuseoCyrl700.svg#exljbrisMuseoCyrl700") format("svg"); }
* {
  outline: none !important; }

html * {
  max-height: 999999px; }

html {
  background-color: #fff;
  color: #000; }

html, body {
  margin: 0;
  background-color: #fff;
  color: #000;
  font-family: 'PT Sans', sans-serif; }

.main-row {
  width: 1024px;
  margin-left: auto;
  margin-right: auto; }

.emph-text {
  font-family: 'Museo Bold'; }

.act-btn {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 6px 18px;
  display: inline-block; }
  .act-btn.bg-accent {
    color: #fff;
    background-color: #2e8c5d; }

.close-btn {
  width: 17px;
  height: 17px;
  cursor: pointer;
  background: url("../img/icon-close.png") no-repeat;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 10; }

.like-btn {
  width: 24px;
  height: 22px;
  background: url("../img/icon-like.png") no-repeat;
  cursor: pointer; }

.burger-btn {
  width: 21px;
  height: 15px;
  border: none;
  background: url("../img/icon-burger.png") no-repeat;
  cursor: pointer; }
  .burger-btn:after {
    content: none; }

.auth-btn {
  width: 19px;
  height: 19px;
  border: none;
  background: url("../img/icon-user.png") no-repeat;
  cursor: pointer; }
  .auth-btn:after {
    content: none; }

.burger-menu {
  display: none; }

@media screen and (max-width: 769px) {
  .burger-visible-menu {
    display: none;
    position: absolute; } }
@media screen and (min-width: 770px) and (max-width: 1179px) {
  .burger-visible-menu {
    display: none;
    position: absolute; } }

.open .burger-menu {
  display: block;
  position: absolute; }
@media screen and (max-width: 769px) {
  .open .burger-visible-menu {
    display: block; } }
@media screen and (min-width: 770px) and (max-width: 1179px) {
  .open .burger-visible-menu {
    display: block; } }

.top-header-line {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 11;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4); }
  @media screen and (min-width: 770px) and (max-width: 1179px) {
    .top-header-line {
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      padding: 10px; } }
  @media screen and (min-width: 1180px) {
    .top-header-line {
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      padding: 10px; } }
  .top-header-line .logo img {
    width: 60px; }
  @media screen and (max-width: 769px) {
    .top-header-line .logo {
      position: relative; }
      .top-header-line .logo img {
        width: 50px; }
      .top-header-line .logo a {
        display: block;
        width: 75px;
        height: 40px;
        padding: 4px 10px 0 12px;
        position: relative;
        z-index: 3;
        background: #fff; }
      .top-header-line .logo:after {
        content: '';
        background: #fff;
        -webkit-border-radius: 0 0 50% 50%;
        -moz-border-radius: 0 0 50% 50%;
        -ms-border-radius: 0 0 50% 50%;
        border-radius: 0 0 50% 50%;
        display: block;
        width: 70px;
        height: 50px;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0; } }
  @media screen and (min-width: 770px) and (max-width: 1179px) {
    .top-header-line .logo {
      padding: 0 5px 0 11px; } }
  @media screen and (min-width: 1180px) {
    .top-header-line .logo {
      padding: 0 5px 0 11px; } }
  @media screen and (min-width: 770px) and (max-width: 1179px) {
    .top-header-line .region {
      padding-top: 12px; } }
  @media screen and (min-width: 1180px) {
    .top-header-line .region {
      padding-top: 12px; } }
  .top-header-line .region .selectric {
    background: #fff;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
    .top-header-line .region .selectric .label {
      color: #485059; }
      @media screen and (min-width: 770px) and (max-width: 1179px) {
        .top-header-line .region .selectric .label {
          font-size: 16px;
          line-height: 16px;
          height: 20px;
          margin: 0 20px 0 10px; } }
      @media screen and (min-width: 1180px) {
        .top-header-line .region .selectric .label {
          font-size: 16px;
          line-height: 16px;
          height: 20px;
          margin: 0 20px 0 10px; } }
    .top-header-line .region .selectric .button {
      color: #485059; }
      @media screen and (min-width: 770px) and (max-width: 1179px) {
        .top-header-line .region .selectric .button {
          width: 20px;
          height: 20px;
          top: 4px; } }
      @media screen and (min-width: 1180px) {
        .top-header-line .region .selectric .button {
          width: 20px;
          height: 20px;
          top: 4px; } }
      .top-header-line .region .selectric .button:after {
        border-top-color: #485059; }
  .top-header-line .region .selectric-items {
    background: #fff; }
    .top-header-line .region .selectric-items li {
      color: #485059; }
      .top-header-line .region .selectric-items li:hover {
        background: #bcffd7; }
      .top-header-line .region .selectric-items li.highlighted {
        background: #2e8c5d;
        color: #fff; }
  @media screen and (max-width: 769px) {
    .top-header-line .top-menu {
      -webkit-flex-basis: 30px;
      flex-basis: 30px;
      margin-left: auto;
      padding-top: 8px; } }
  @media screen and (min-width: 770px) and (max-width: 1179px) {
    .top-header-line .top-menu {
      -webkit-flex-basis: 30px;
      flex-basis: 30px;
      margin-left: auto;
      padding-top: 12px; } }
  @media screen and (min-width: 1180px) {
    .top-header-line .top-menu {
      margin-right: auto;
      margin-left: auto;
      padding-top: 12px; } }
  .top-header-line .top-menu ul {
    list-style-type: none;
    padding: 0;
    background: #fff; }
    @media screen and (max-width: 769px) {
      .top-header-line .top-menu ul {
        width: 100%;
        left: 0;
        right: 0;
        top: 100%;
        padding: 20px 0 0 40px; } }
    @media screen and (min-width: 770px) and (max-width: 1179px) {
      .top-header-line .top-menu ul {
        width: 100%;
        left: 0;
        right: 0;
        top: 100%;
        padding: 20px 0 0 40px; } }
    @media screen and (min-width: 1180px) {
      .top-header-line .top-menu ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; } }
    @media screen and (min-width: 1180px) {
      .top-header-line .top-menu ul li {
        margin: 0 20px;
        white-space: nowrap; } }
  .top-header-line .menu-item {
    font-size: 16px;
    text-transform: uppercase;
    color: #485059; }
    @media screen and (max-width: 769px) {
      .top-header-line .menu-item {
        margin-bottom: 24px; } }
    @media screen and (min-width: 770px) and (max-width: 1179px) {
      .top-header-line .menu-item {
        margin-bottom: 24px; } }
  .top-header-line .menu-link {
    color: #485059; }
  @media screen and (max-width: 769px) {
    .top-header-line .auth-block {
      -webkit-flex-basis: 30px;
      flex-basis: 30px;
      margin-left: 10px;
      padding-top: 8px; } }
  @media screen and (min-width: 770px) and (max-width: 1179px) {
    .top-header-line .auth-block {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; } }
  @media screen and (min-width: 1180px) {
    .top-header-line .auth-block {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      position: relative; } }
  @media screen and (min-width: 770px) and (max-width: 1179px) {
    .top-header-line .auth-block .auth-btn {
      order: 3;
      align-self: center;
      margin-left: 30px;
      width: 31px;
      height: 31px;
      background: url("../img/icon-user-big.png") no-repeat; } }
  @media screen and (min-width: 1180px) {
    .top-header-line .auth-block .auth-btn {
      order: 3;
      align-self: center;
      margin-left: 30px;
      width: 31px;
      height: 31px;
      background: url("../img/icon-user-big.png") no-repeat; } }
  .top-header-line .auth-block .text {
    align-self: center; }
  .top-header-line .auth-block .act-btn {
    align-self: center; }
    @media screen and (min-width: 770px) and (max-width: 1179px) {
      .top-header-line .auth-block .act-btn {
        margin-left: 10px; } }
    @media screen and (min-width: 1180px) {
      .top-header-line .auth-block .act-btn {
        margin-left: 10px; } }
  .top-header-line .auth-block ul {
    list-style-type: none;
    margin: 0;
    background: #fff;
    width: 100%;
    left: 0;
    right: 0;
    top: 100%;
    padding: 20px 0 0 40px; }
    @media screen and (min-width: 1180px) {
      .top-header-line .auth-block ul {
        padding-bottom: 20px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.4); } }

.mid-header-line {
  background: #f5f5f5;
  text-align: center;
  padding: 20px 0; }
  .mid-header-line .big-logo {
    margin-bottom: 20px; }
  .mid-header-line .auth-block {
    background: #fff;
    position: relative;
    padding: 13px 10px 20px 10px; }
    .mid-header-line .auth-block .text {
      font-size: 18px;
      margin-bottom: 6px; }

.categories-container {
  padding: 4px 0 40px 0;
  -webkit-flex-basis: 220px;
  flex-basis: 220px; }
  .categories-container h2 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 34px; }
    @media screen and (min-width: 770px) and (max-width: 1179px) {
      .categories-container h2 {
        display: none; } }
    @media screen and (min-width: 1180px) {
      .categories-container h2 {
        display: none; } }
  @media screen and (max-width: 769px) {
    .categories-container {
      background: #fff;
      padding: 27px 0 40px 0; } }
  @media (max-width: 500px) {
    .categories-container {
      width: 100%; } }

.categories-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .categories-list .category-item {
    margin-bottom: 24px; }
    @media screen and (max-width: 769px) {
      .categories-list .category-item {
        text-align: center; } }
    @media screen and (min-width: 770px) and (max-width: 1179px) {
      .categories-list .category-item {
        padding-left: 40px; } }
    @media screen and (min-width: 1180px) {
      .categories-list .category-item {
        padding-left: 40px; } }
  .categories-list .category-link {
    text-transform: uppercase;
    font-size: 16px;
    color: #485059; }
    .categories-list .category-link sup {
      font-size: 10px; }

.main-content {
  -webkit-flex-basis: calc(100% - 240px);
  flex-basis: calc(100% - 240px); }
  @media (max-width: 500px) {
    .main-content {
      display: none; } }

.gallery-bnr {
  background: #fff url("../img/bg-bnr.jpg") center center no-repeat;
  height: 365px;
  border: 10px solid #ecca9a;
  position: relative; }
  @media (max-width: 1400px) {
    .gallery-bnr {
      background: #fff url("../img/bg-bnr.jpg") left center no-repeat; } }
  @media (max-width: 920px) {
    .gallery-bnr {
      background: #fff url("../img/bg-bnr.jpg") -180px center no-repeat; } }
  @media (max-width: 760px) {
    .gallery-bnr {
      background: #d5f0eb; } }
  .gallery-bnr .bnr-area {
    text-align: center;
    width: 250px;
    margin: 0 auto; }
    @media (min-width: 761px) {
      .gallery-bnr .bnr-area {
        position: absolute;
        left: 50px;
        top: 50%;
        transform: translateY(-50%); } }
    .gallery-bnr .bnr-area .text {
      font-size: 18px;
      line-height: 20px;
      margin-top: 10px; }
      @media (max-width: 900px) {
        .gallery-bnr .bnr-area .text {
          font-size: 14px; } }
    .gallery-bnr .bnr-area .logotype img {
      width: 50%; }
    .gallery-bnr .bnr-area .act-btn {
      margin-top: 30px; }

.gallery-line {
  position: relative; }
  @media (min-width: 1049px) {
    .gallery-line {
      overflow: visible; } }

.gallery-item {
  position: relative;
  margin-right: 10px;
  margin-bottom: 5px;
  display: inline-block;
  overflow: hidden; }
  .gallery-item img {
    max-height: 210px; }
  .gallery-item .like-area {
    position: absolute;
    right: 0;
    top: 0;
    -webkit-border-radius: 0 0 0 200px;
    -moz-border-radius: 0 0 0 200px;
    -ms-border-radius: 0 0 0 200px;
    border-radius: 0 0 0 200px;
    background: rgba(0, 0, 0, 0.6);
    padding: 8px 8px 18px 18px;
    display: none; }
  .gallery-item .info-area {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: auto;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 12px 13px;
    display: none; }
    .gallery-item .info-area h2 {
      font-size: 16px;
      text-overflow: ellipsis;
      overflow: hidden;
      margin-bottom: 0; }
    .gallery-item .info-area .add-to-fav {
      color: #bcffd7; }
  .gallery-item:hover .like-area {
    display: block; }
  .gallery-item:hover .info-area {
    display: block; }

.content-wrap {
  padding-bottom: 50px;
  background: #f5f5f5; }
  @media (min-width: 501px) {
    .content-wrap {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      padding-top: 50px; } }

@media screen and (max-width: 769px) {
  .desktop-med-only {
    display: none; } }

@media screen and (min-width: 1180px) {
  .mobile-med-only {
    display: none; } }

@media screen and (min-width: 770px) and (max-width: 1179px) {
  .mobile-only {
    display: none; } }
@media screen and (min-width: 1180px) {
  .mobile-only {
    display: none; } }

@media screen and (max-width: 769px) {
  .desktop-only {
    display: none; } }
@media screen and (min-width: 770px) and (max-width: 1179px) {
  .desktop-only {
    display: none; } }

/*# sourceMappingURL=style.css.map */
