@charset "UTF-8";

/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/

/**
* NORMALIZE
* FONT-FACE
* GRID
* LOADER
* HELPERS
* COMMON STYLES
* HEADER
* INTRO BLOCK
* MASONRY GRID
* ABOUT
* ITEM PAGE
* PURCHASE PAGE
* PURCHASE FORM
* THANKS PAGE
* ASK PRICE FORM & FEEDBACK FORM
* NEWS
* LENTA ENTRY
* LENTA ENTRY NOTE
* PAGER
* FOOTER
* STICKY FOOTER
* ITEM PAGE FOOTER
**/

/* ----- NORMALIZE ----- */

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {display: block;}
audio, canvas, video {display: inline-block;}
html {font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;}
a {background: transparent; -webkit-tap-highlight-color: rgba(0,0,0,0) !important;}
a:active, a:hover {outline: 0;}
b, strong {font-weight: bold;}
hr {-moz-box-sizing: content-box; box-sizing: content-box; height: 0;}
pre {white-space: pre-wrap;}
q {quotes: "\201C" "\201D" "\2018" "\2019";}
small {font-size: 80%;}
sub, sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
svg:not(:root) {overflow: hidden;}
figure {margin: 0;}
mark {background-color: transparent;}
button, input, select, textarea {font-family: inherit; font-size: 100%; margin: 0;}
button, input {line-height: normal;}
button, select {text-transform: none;}
button, html input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance: button; cursor: pointer;}
button[disabled], html input[disabled] {cursor: default;}
input:focus, input:active, textarea:focus, textarea:active, select:focus, select:active, button, button:focus {outline: none;}
input[type="checkbox"], input[type="radio"] {box-sizing: border-box; padding: 0;}
button::-moz-focus-inner, input::-moz-focus-inner {border: 0; padding: 0;}
textarea {overflow: auto; vertical-align: top;}
table {border-collapse: collapse; border-spacing: 0;}
ul, p {margin: 0; padding: 0;}
li {list-style: none;}
img {border: 0; width: auto\9; /*height: auto;*/ max-width: 100%; vertical-align: middle; -ms-interpolation-mode: bicubic;}
input::-webkit-input-placeholder {color: #a5a5a5;}
input:focus::-webkit-input-placeholder { color: transparent;}
input:-moz-placeholder {color: #a5a5a5;}
input:focus:-moz-placeholder {color: transparent;}
input::-moz-placeholder {color: #a5a5a5;}
input:focus::-moz-placeholder {color: transparent;}
input:-ms-input-placeholder {color: #a5a5a5;}
input:focus:-ms-input-placeholder {color: transparent;}
textarea::-webkit-input-placeholder {color: #a5a5a5;}
textarea:focus::-webkit-input-placeholder { color: transparent;}
textarea:-moz-placeholder {color: #a5a5a5;}
textarea:focus:-moz-placeholder {color: transparent;}
textarea::-moz-placeholder {color: #a5a5a5;}
textarea:focus::-moz-placeholder {color: transparent;}
textarea:-ms-input-placeholder {color: #a5a5a5;}
textarea:focus:-ms-input-placeholder {color: transparent;}
input::-ms-clear {width: 0; height: 0;}

/* ----- FONT-FACE ----- */

@font-face {
    font-family: Rouble;
    src: url('/fonts/rouble.eot');
    src: url('/fonts/rouble.eot?#iefix') format('embedded-opentype'),
    url('/fonts/rouble.otf') format('truetype'),
    url('/fonts/rouble.woff') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* ----- COMMON STYLES ----- */

html {
    width: 100%;
    /*height: 100%;*/
    min-height: 100%;
}

body {
    position: relative;
    color: #221f1f;
    font: 16px/22px 'Open Sans', Helvetica, Arial, sans-serif;
    margin: 0 auto;
    width: 100%;
    min-width: 1200px;
    height: 100%;
    -webkit-text-size-adjust: none;
}

a, a:visited, a:active { color: #7c00d2; text-decoration: none; }
a:hover { color: #d100ff; text-decoration: none; }

h1, h2, h3, h4, .h1, .h2, .h3, .h4  {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-align: left;
    margin: 0;
    color: #3b3b3b;
}

h1, .h1 {font-size: 32px; line-height: 36px; font-weight: 300; margin-bottom: 10px;}
h2, .h2 {font-size: 26px; line-height: 26px; font-weight: 300; margin-bottom: 10px; color: #000;}

.content, .header-wrap, .footer-menu {
    margin: 0 auto;
    width: 1200px;
    max-width: 1200px;
}

/* ----- GRID ----- */

.grid-w {
    letter-spacing: -0.31em;
    text-rendering: optimizespeed;
    font-family: "Open Sans", FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
    display: -webkit-flex;
    -webkit-flex-flow: row wrap;
    display: -ms-flexbox;
    -ms-flex-flow: row wrap;
}

.opera-only :-o-prefocus,
.grid-w {
    word-spacing: -0.43em;
}

.grid-i, .grid-i-1-2, .grid-i-1-3, .section, .grid-i-2-3 {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
}

.grid-i [class *="grid-i"] {font-family: sans-serif;}

.grid-i-1-2, .section {width: 50%; *width: 49.969%;}
.grid-i-1-3 {width: 33.3333%; *width: 33.3023%;}
.grid-i-2-3 {width: 66.6667%; *width: 66.6357%;}

/* ----- LOADER----- */

.spinner-css {
    margin: -15px 0 0 -15px;
    height: 30px;
    width: 30px;
    top: 50%;
    left: 50%;
    position: absolute;
    border-radius: 999px;
}
.spinner-css:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    top: 0;
    margin: 3px;
    background: #ffffff;
    opacity: 1;
    border-radius: 999px;
}
.spinner-css .side {
    height: 30px;
    width: 15px;
    position: absolute;
    overflow: hidden;
    top: 0;
}
.spinner-css .side > .fill {
    position: absolute;
    width: 15px;
    height: 30px;
    background: #ff0c00;
    border-radius: 999px;
    -webkit-animation: cssSpinnerRight 2s infinite linear;
    -moz-animation: cssSpinnerRight 2s infinite linear;
    animation: cssSpinnerRight 2s infinite linear;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.spinner-css .side.sp_right {
    left: 15px;
    border-radius: 0 999px 999px 0;
}
.spinner-css .side.sp_right > .fill {
    right: 0;
    border-right: 15px solid #ffffff;
}
.spinner-css .side.sp_left {
    left: 0;
    border-radius: 999px 0 0 999px;
}
.spinner-css .side.sp_left > .fill {
    left: 0;
    border-left: 15px solid #ffffff;
    -webkit-animation: cssSpinnerLeft 2s infinite linear;
    -moz-animation: cssSpinnerLeft 2s infinite linear;
    animation: cssSpinnerLeft 2s infinite linear;
}
@-webkit-keyframes cssSpinnerRight {
  0% {
    -webkit-transform: rotate(0deg);
  }
  20% {
    -webkit-transform: rotate(90deg);
  }
  25% {
    -webkit-transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  70% {
    -webkit-transform: rotate(270deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes cssSpinnerLeft {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(0deg);
  }
  35% {
    -webkit-transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(180deg);
  }
  80% {
    -webkit-transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes cssSpinnerRight {
  0% {
    -moz-transform: rotate(0deg);
  }
  20% {
    -moz-transform: rotate(90deg);
  }
  25% {
    -moz-transform: rotate(180deg);
  }
  50% {
    -moz-transform: rotate(180deg);
  }
  70% {
    -moz-transform: rotate(270deg);
  }
  75% {
    -moz-transform: rotate(360deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-moz-keyframes cssSpinnerLeft {
  0% {
    -moz-transform: rotate(0deg);
  }
  25% {
    -moz-transform: rotate(0deg);
  }
  35% {
    -moz-transform: rotate(90deg);
  }
  50% {
    -moz-transform: rotate(180deg);
  }
  75% {
    -moz-transform: rotate(180deg);
  }
  80% {
    -moz-transform: rotate(270deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}

@keyframes cssSpinnerRight {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(90deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  70% {
    transform: rotate(270deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes cssSpinnerLeft {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(0deg);
  }
  35% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(180deg);
  }
  80% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* ----- HELPERS ----- */

.rur {font-family: Rouble, sans-serif; font-size: inherit; text-transform: lowercase !important;}

.hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.hidden {
    display: none;
}

.color-red {
    color: #ff0c00;
}

.animate, a, a:hover, li:hover div, li:hover header, a:hover div > *, input,
input:focus, textarea, textarea:focus, .controls .btn-send, .controls .btn-send:hover, .form-errors > .invalid,
.form-errors > .invalid:hover, .animate, .sold_items_btn span, .sold_items_btn span:hover {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.animated {
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.animated-item, .animated-item > a, .animated-item .item-card-info {
    -webkit-transition: border 0.2s 0s linear, opacity 0.2s 0s linear, box-shadow 0.2s 0s linear, max-height 0s 0s ease-in, visibility 0.5s 0s linear;
    -moz-transition: border 0.2s 0s linear, opacity 0.2s 0s linear, box-shadow 0.2s 0s linear, max-height 0s 0s ease-in, visibility 0.5s 0s linear;
    transition: border 0.2s 0s linear, opacity 0.2s 0s linear, box-shadow 0.2s 0s linear, max-height 0s 0s ease-in, visibility 0.5s 0s linear;
}

.animated-item.item-card-wrap-active, .animated-item.item-card-wrap-active > a, .animated-item.item-card-wrap-active .item-card-info {
    -webkit-transition: border 0.2s 0s linear, opacity 0.2s 0s linear, box-shadow 0.2s 0s linear, max-height 0.5s 0s ease-in, visibility 0.5s 0s linear;
    -moz-transition: border 0.2s 0s linear, opacity 0.2s 0s linear, box-shadow 0.2s 0s linear, max-height 0.5s 0s ease-in, visibility 0.5s 0s linear;
    transition: border 0.2s 0s linear, opacity 0.2s 0s linear, box-shadow 0.2s 0s linear, max-height 0.5s 0s ease-in, visibility 0.5s 0s linear;
}

.animated.fade-in {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    animation-name: fadeIn;
}

.animated.fade-out {
    -webkit-animation-name: fadeOut;
    -moz-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@-moz-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@-webkit-keyframes fadeOut {
    0% {opacity: 1;}
    100% {opacity: 0;}
}
@-moz-keyframes fadeOut {
    0% {opacity: 1;}
    100% {opacity: 0;}
}
@keyframes fadeOut {
    0% {opacity: 1;}
    100% {opacity: 0;}
}

.cf:after {content: ''; display: table; clear: both;}
.cf:before {content: ''; display: table;}
.clear {clear: both;}

.blurred > .wrap, .lenta_blur {
    -webkit-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: url('/i/blur.svg#blur');
    filter: blur(4px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='4');
    -webkit-transition: 0.5s -webkit-filter linear;
    -moz-transition: 0.5s filter linear;
    transition: 0.5s filter linear;
    -webkit-transform: translate3D(0, 0, 0);
    -moz-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
}

.modal-form-wrap > .fancybox-skin {
    border-radius: 0;
    background: #fff;
    color: #000;
    box-shadow: none !important;
}

.modal-form-wrap .fancybox-inner {
   overflow: visible !important;
}

.item-card-wrap {
    display: inline-block;
    min-width: 260px;
    max-width: 330px;
    border: 1px solid #eb8cff;
    border-radius: 20px;
    background-color: #fff;
    position: relative;
    vertical-align: top;
    overflow: hidden;
}

.item-card-wrap.item-card-wrap-active {
    border: 1px solid transparent;
    overflow: visible;
}

.lenta-item-wrap > .item-card-wrap > a {
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
    max-height: 88px;
}

.lenta-item-wrap > .item-card-wrap-active > a {
    border: 1px solid #fae4ff;
    box-shadow: 0 0 10px #f4c4ff;
    z-index: 500;
    background-color: #FFF;
    max-height: 1000px;
    overflow: visible;
}

.lenta-item-wrap > .item-card-wrap {
    margin-bottom: 20px;
    margin-right: 20px;
    float: left;
    height: 90px;
}

.lenta-item-wrap > .item-card-wrap:nth-child(even) {
    margin-right: 0;
}

.item-card-details {
    overflow: hidden;
}

.item-card-wrap > a {
    padding: 9px;
    min-width: 260px;
    max-width: 330px;
    display: inline-block;
    border-radius: 20px;
}

.lenta-item-wrap > .item-card-wrap a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 80px;
    background-color: transparent;
    width: 230px;
    height: 30px;
    opacity: 1;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDE1NCAzMCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmVmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxNTQiIGhlaWdodD0iMzAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
    background-image: -moz-linear-gradient(bottom, #fff 0%, rgba(255,255,255,0) 100%);
    background-image: -webkit-linear-gradient(bottom, #fff 0%, rgba(255,255,255,0) 100%);
    background-image: linear-gradient(bottom, #fff 0%, rgba(255,255,255,0) 100%);
    -webkit-transition: all 0s 0s ease-in-out;
    -moz-transition: all 0s 0s ease-in-out;
    transition: all 0s 0s ease-in-out;
}

.item-card-wrap-active a:after {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s 0s ease-in-out;
    -moz-transition: all 0.5s 0s ease-in-out;
    transition: all 0.5s 0s ease-in-out;
}

.item-card-wrap > a:hover .item-card-title {
    color: #d200ff;
}

.item-card-wrap-active .item-card-inner {
    position: relative;
}

.item-card {
    margin-right: 10px;
    float: left;
}

.item-card-title {
    color: #7c00d3;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    margin-top: -10px;
}

.thumb-item {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    background-position: center center;
    background-size: cover;
    background-image: url('/i/img/purchase_thumb.jpg');
    background-repeat: no-repeat;
    background-color: #f5f5f5;
}

.item-card-event {
    display: inline-block;
    vertical-align: top;
    color: #838383;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 10px;
}

.item-card-cost {
    color: #838383;
    font-size: 11px;
    line-height: 18px;
    display: inline-block;
    border-top: 1px solid #dfdfdf;
}

.item-card-wrap-active .item-card-cost {
    color: #3c3c3c;
}

.item-card-info {
    opacity: 1;
    max-height: 0;
    color: #3c3c3c;
    font-size: 11px;
    line-height: 14px;
    font-style: italic;
}

.item-card-wrap-active .item-card-info {
    max-height: 500px;
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
}

.item-card-info-details {
    color: #838383;
}

.item-card-info-details:before {
    content: "/";
    position: relative;
    display: inline-block;
    margin: 0 3px;
}

/* ----- HEADER ----- */

.header-wrap {
    margin-top: 10px;
    margin-bottom: 20px;
    position: relative;
    min-height: 150px;
}

.logo {
    width: 280px;
    height: 146px;
    background: url('/i/logo.png') 0 0 no-repeat;
    display: block;
    margin: 0 auto;
}

.main-nav {
    position: relative;
}

.main-nav li {
    display: inline-block;
    margin-left: 10px;
    width: 170px;
    vertical-align: top;
    margin-top: 34px;
}

.main-nav a, .pseudo-link {
    font-family: 'Comfortaa', cursive;
    text-transform: lowercase;
    color: #7c00d2;
    font-size: 16px;
    letter-spacing: 1px;
    cursor: pointer;
}

.main-nav a:hover, .pseudo-link:hover {
    color: #d100ff;
}

.main-nav .search-item {
    width: 40px;
    padding-left: 15px;
}

.search-item .pseudo-link {
    width: 15px;
    height: 15px;
    background: url('/i/search.png') -15px 0 no-repeat;
    display: inline-block;
    margin-top: 4px;
}

.search-item .pseudo-link:hover {
    background-position: 0 0;
}

.thanks-page .main-nav li {
    margin-left: 0;
}

.news-page .main-nav .search-item span {
    margin-left: 8px;
}

.main-nav li:first-child {
    margin-left: 0;
}

.main-nav li + .current > a, .main-nav li + .item-bordered a {
    margin-left: -5px;
}

.main-nav li + .item-bordered > a:after {
    height: 75px;
}


.phones-item {
	float: left;
    width: 160px;
    position: relative;
    height: 50px;
    margin-left: 68px;
    margin-top: 16px;
	font-size: 14px;
	line-height: 20px;
}
	.phones-item span {
		font-weight: 300;
		color: #a5a5a5;
	}


.news-item {
	float: left;
    width: 270px;
    position: relative;
    height: 50px;
    margin-left: 10px;
    margin-top: 16px;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.news-item:after, .news-item-gradient {
    content: '';
    width: 40px;
    height: 50px;
    background-color: rgba(255,255,255,.02);
    background-image: -moz-linear-gradient(right, #fff 0%, rgba(255,255,255,0) 100%);
    background-image: -webkit-linear-gradient(right, #fff 0%, rgba(255,255,255,0) 100%);
    background-image: linear-gradient(right, #fff 0%, rgba(255,255,255,0) 100%);
    background-repeat: repeat-y;
    position: absolute;
    top: 0;
    right: 0;
}

.news-item-gradient {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDQwIDMwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImhhdDAiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB4MT0iMTAwJSIgeTE9IjUwJSIgeDI9Ii0xLjQyMTA4NTQ3MTUyMDJlLTE0JSIgeTI9IjUwJSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjQwIiBoZWlnaHQ9IjMwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
}

.news-item__hot:before, .news-item__regular:before {
    content: '';
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    margin-left: -60px;
    margin-top: -15px;
}

.news-item__hot:before {
    background: url('/i/ornament_hot.png');
}

.news-item__regular:before {
    background: url('/i/ornament_regular.png');
}

.news-date {
    color: #ff0c00;
    font-size: 11px;
    line-height: 18px;
    font-weight: 300;
}

.news-text {
    overflow: hidden;
    white-space: nowrap;
    line-height: 14px;
}

.news-text a {
    color: #000;
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
}

.news-text a:hover {
    color: #7c00d3;
}

.search-block.hidden, .news-item.hidden {
    visibility: hidden;
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    margin: 0;
    height: 0;
    width: 0;
    padding: 0;
    border: none;
}

.hidden #search {
    display: none;
}

.search-block {
    position: absolute;
    top: 60px;
    right: 0;
    z-index: 200;
}

.search-block:before {
    content: '';
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background: url('/i/angle.png');
    display: inline-block;
    position: absolute;
    margin-left: 0;
    right: 0;
    margin-top: -20px;
}

.results .search_wrapper {
/*
    max-height: 330px;
    height: 330px;
*/
}

.search-block, .results {
    visibility: visible;
    opacity: 1;
    margin-top: 16px;
    width: 290px;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.results {
    position: absolute;
    right: 0;
    top: 30px;
    margin-top: 8px;
    border: 1px solid #e7e7e7;
    background-color: #FFF;
}

#search {
    color: #000000;
    font-size: 14px;
    line-height: 18px;
    width: 290px;
    border: 5px solid #ff0c00;
    padding: 5px 10px;
    outline: none;
    display: block;
}

.results .group .title {
    background-color: #e7e7e7;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 20px;
}

.results .group .item {
    line-height: 30px;
    font-size: 12px;
    max-width: 290px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.results .group .title, .results .group .item {
    padding: 0 15px;

}

.results .group .item.selected, .results .group .item:hover {
    background-color: #7c00d3;
    cursor: pointer;
    color: #fff;
}

.results .group .item .match {
    font-weight: 700;
}

/* ----- INTRO BLOCK ----- */

.intro {
    margin-top: 30px;
}

.info {
    width: 340px;
    margin: 40px auto;
    border: 1px solid #ffdf88;
    border-radius: 20px;
    padding: 10px;
    text-align: center;
    position: relative;
}

.info:before, .info:after {
    content: '';
    width: 35px;
    height: 25px;
    background-size: 35px 25px;
/*    background: url('/i/ornament_side2.png');*/
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    z-index: 20;
}

.info:before {
    background-position: 0 0;
    left: -30px;
}

.info:after {
    background-position: -43px 0;
    right: -30px;
}

.line-style1 {
    color: #797979;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
}

.line-style2 {
    color: #797979;
    font-size: 20px;
    line-height: 30px;
    font-style: italic;
}

.line-style3 {
    color: #000000;
    font-family: Comfortaa, cursive;
    font-size: 24px;
    line-height: 30px;
    margin-top: 2px;
    letter-spacing: 1px;
}

.line-style4 {
    color: #000000;
    font-family: Comfortaa, cursive;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 1px;
    font-weight: 700;
}

.line-style5 {
	margin-top: 8px;
    color: #000000;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
}

.line-style6 {
	font-weight: 300;
    color: #494949;
    font-size: 14px;
    line-height: 24px;
}

.line-style7 {
    color: #9e9e9e;
    font-size: 14px;
    line-height: 24px;
    font-style: italic;
}

.collection {
    width: 491px;
    height: 78px;
    background: url('/i/collection_header.png') 0 0 no-repeat;
    display: block;
    margin: 0 auto;
}

.filter {
    margin-top: 80px;
}

.collection-header {
    margin-top: 12px;
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    line-height: 24px;
}

.collection-list {
    text-align: center;
    position: relative;
    width: 80%;
    margin: 0 auto;
}

.collection-list li:before {
    content: '';
    /*border-top: 1px solid #b679e1;*/
    margin-top: 1px;
    width: 10px;
    height: 1px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-left: -10px;
    z-index: -1;
}

.collection-list li:first-child:before {
    display: none;
}

.collection-list li {
    display: inline-block;
    text-transform: uppercase;
    z-index: 1;
    margin: 0 0 5px 5px;
    position: relative;
}

.collection-list li:first-child {
    margin-left: 0;
}

.collection-list a {
    padding: 1px 10px;
    color: #7b00d3;
    font-size: 12px;
    line-height: 18px;
    border: 1px solid #b679e1;
    border-radius: 10px;
    background-clip: padding-box;
    background-color: #fff;
}

.collection-list a:hover {
    background-color: #7c00d3;
    color: #fff;
    border: 1px solid #deb3fd;
}

.collection-list .current a {
    background-color: #ff0c00;
    color: #fff;
    border: 1px solid #ff0c00;
}

.front-item-wrap {
    position: relative;
    text-align: center;
    z-index: 10;
}

.front-item-wrap:before, .front-item-wrap:after {
    content: '';
    width: 55px;
    height: 55px;
    background-size: 55px 55px;
/*    background: url('/i/corners.png'); */
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    top: 0;
    margin-top: -12px;
    z-index: 10;
}

.front-item-wrap:before {
    background-position: 0 0;
    left: 3px;
    top: 7px;
}

.front-item-wrap:after {
    background-position: 0 -70px;
    right: 2px;
    top: 7px;
}

.front-item {
    position: relative;
    width: 580px;
    height: 510px;
    overflow: hidden;
    background-position: 100% 0;
    background-image: url('/i/img/img_intro.jpg');
    background-repeat: no-repeat;
    background-color: #f5f5f5;
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
    z-index: 6;
}

.front-item:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 580px;
    height: 250px;
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDU4MCAyMTAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjZmVmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmVmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSI1ODAiIGhlaWdodD0iMjEwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
    background-image: -moz-linear-gradient(bottom, #fff 0%, #feffff 20%, rgba(255,255,255,0) 100%);
    background-image: -webkit-linear-gradient(bottom, #fff 0%, #feffff 20%, rgba(255,255,255,0) 100%);
    background-image: linear-gradient(bottom, #fff 0%, #feffff 20%, rgba(255,255,255,0) 100%);
}

.price-card {
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 580px;
    z-index: 10;
    padding: 0 20px;
}

.price-card-title {
    max-width: 500px;
    display: inline-block;
    letter-spacing: 1px;
    border-radius: 18px;
    background-color: #fff;
    color: #000;
    font-family: Comfortaa, cursive;
    font-size: 22px;
    line-height: 36px;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid #e9cb81;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.front-item:hover .price-card-title {
    background-color: #e9cb81;
    color: #512a04;
}

.price-card-info {
    color: #ff0c00;
    font-size: 12px;
    line-height: 24px;
    font-style: italic;
    text-shadow: 0 0 2px #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.price-card-cost {
    color: #838383;
    font-size: 11px;
    line-height: 22px;
    border-top: 1px solid #dfdfdf;
    display: inline-block;
}

.front-item:hover .price-card-cost {
    color: #b374df;
    border-top: 1px solid #d2b4e7;
}

/* ----- MASONRY GRID ----- */

.grid, #container {
    max-width: 1200px;
    width: 1200px !important;
    margin: 20px auto;
    position: relative;
}

.grid.first {
	margin-bottom: 40px;
}

#container {
    opacity: 0;
}

.grid-item {
    margin: 10px;
    float: left;
    display: block;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.grid-item .image {
    background-color: #f5f5f5;
    background-repeat: no-repeat;
}

.grid-item.new-item:after {
    content: '';
    width: 46px;
    height: 46px;
    display: inline-block;
    position: absolute;
    text-align: center;
    left: 50%;
    bottom: 36px;
    margin-left: -23px;
    background-size: 46px 46px;
    /*background: url('/i/new_item.png');*/
    background-repeat: no-repeat;
}

.grid-item.type1 {
    width: 280px;
    height: 280px;
}

.type1 .image {
    width: 280px;
    height: 230px;
    background-position: 100% 0;
    background-image: url('/i/img/img_1.jpg');
    background-color: #f5f5f5;
}

.grid-item.type2 {
    width: 580px;
    height: 280px;
}

.type2 .image {
    width: 580px;
    height: 230px;
    background-position: 100% 0;
    background-image: url('/i/img/img_2.jpg');
}

.grid-item.type3 {
    width: 280px;
    height: 580px;
}

.type3 .image {
    width: 280px;
    height: 530px;
    background-position: 100% 0;
    background-image: url('/i/img/img_3.jpg');
}

.grid-item.type4 {
    width: 880px;
    height: 280px;
}

.type4 .image {
    width: 880px;
    height: 230px;
    background-position: 100% 0;
    background-image: url('/i/img/img_4.jpg');
}

.grid-item.type5 {
    width: 280px;
    height: 880px;
}

.type5 .image {
    width: 280px;
    height: 830px;
    background-position: 100% 0;
    background-image: url('/i/img/img_5.jpg');
}

.grid-item.type6 {
    width: 580px;
    height: 580px;
}

.type6 .image {
    width: 580px;
    height: 530px;
    background-position: 100% 0;
    background-image: url('/i/img/img_6.jpg');
}

.grid-price-card {
    position: relative;
}

.grid-price-card-title {
    display: block;
    color: #000;
    font-size: 12px;
    line-height: 28px;
    letter-spacing: 1px;
}

.grid-price-card-cost {
    color: #838383;
    font-size: 11px;
    line-height: 24px;
    margin-top: -1px;
    border-top: 1px solid #dfdfdf;
    display: inline-block;
}

.grid-item:hover .grid-price-card-title {
    color: #7c00d3;
}

.grid-item:hover .grid-price-card-cost {
    color: #b374df;
    border-top: 1px solid #d2b4e7;
}

.grid-item:hover {
	/*opacity: 0.8;*/
	opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out, filter 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out, filter 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, filter 0.3s ease-in-out;
}

.grid-item.sold-out {
    opacity: 1 !important;
/*    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(grayscale=1), progid:DXImageTransform.Microsoft.Alpha(Opacity=20)';
    filter: url('/i/grayscale.svg#grayscale');
    filter: gray; */
    -webkit-transition: opacity 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out, filter 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out, filter 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, filter 0.3s ease-in-out;
}

.grid-item.sold-out:hover {
    /*opacity: 0.8 !important;*/
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out, filter 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out, filter 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, filter 0.3s ease-in-out;
}

#container, #container .grid-item {
    -webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
    transition-duration: 0.7s;
}

#container {
    -webkit-transition-property: height, width, opacity;
    -moz-transition-property: height, width, opacity;
    transition-property: height, width, opacity;
}

#container .grid-item {
    -webkit-transition-property: -webkit-transform, opacity, -webkit-filter, filter;
    -moz-transition-property: -moz-transform, opacity, -webkit-filter, filter;
    transition-property: transform, opacity, -webkit-filter, filter;
}


.grid-type-header {
	font-family: Comfortaa, cursive;
	font-size: 22px;
    line-height: 36px;
	color: #ff0c00;
	text-align: center;
}

.sold_items_btn {
	width: 270px;
	margin: 0 auto 0 auto;
	text-align: center;
	background: url('/i/ornament_sold_items_btn.png') 50% 50% no-repeat;
}

.sold_items_btn span {
	display: inline-block;
	width: 160px;
	cursor: pointer;
	color: #7b00d3;
	font-size: 16px;
	line-height: 36px;
	border: 1px solid #b679e1;
	border-radius: 20px;
	background-clip: padding-box;
	background-color: #fff;
	text-align: center;
	text-transform: uppercase;
	position: relative;
}

.sold_items_btn span:hover {
	background-color: #7c00d3;
	color: #fff;
	border: 1px solid #deb3fd;
}

.sold_items_dot {
	width: 6px;
	height: 6px;
	margin: 14px auto;
	background-color: #7c00d3;
	border-radius: 50%;
}


/* ----- ABOUT ----- */

.color-green {color: #11ae09;}
.color-brown {color: #7d3614;}
.color-orange {color: #dc772d;}
.color-pink {color: #ea5191;}
.color-lime {color: #789501;}
.color-light-brown {color: #c9a22b;}

.ornament {
    text-align: center;
    margin: 50px auto 10px;
}

.column-1 {
    width: 680px;
    position: relative;
    padding: 0 15px;
    margin-top: 20px;
}

.column-1 > img {
    max-width: none;
}

.column-2 {
    width: 485px;
    padding: 0 0 0 50px;
    margin-top: 15px;
}

.column-1 p {
    line-height: 22px;
    color: #552906;
    font-size: 13px;
    margin-bottom: 10px;
    margin-left: -5px;
}

.column-2 p {
    color: #000;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 20px;
}

.first-par {
    line-height: 25px;
    color: #552906;
    font-weight: 300;
    width: 300px;
    position: relative;
    top: -50px;
    margin-left: 15px;
}

.first-par:before {
    content: '';
    width: 64px;
    height: 68px;
    display: inline-block;
    position: absolute;
    margin: -85px 0 0 0;
    background-size: 64px 68px;
    background: url('/i/triangle.png');
    background-repeat: no-repeat;
}

.first-par i {
    color: #552906;
    font-size: 15px;
    font-weight: 400;
    font-style: italic;
}

.first-par + p {
    margin-top: -30px;
}

.more-info {
    margin-top: 25px;
    color: #552906;
    font-size: 13px;
    font-weight: 300;
}

.info-par {
    width: 340px;
    margin-left: 15px;
    float: left;
}

.slon-aside {
    margin-top: 10px;
    margin-right: 8px;
    text-align: center;
    float: right;
    display: inline-block;
    vertical-align: middle;
    width: 209px;
    height: 209px;
    line-height: 200px;
    background-image: url('/i/slon.png');
    background-repeat: no-repeat;
}

.slon-aside p {
    color: #ffffff;
    font-style: italic;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
    width: 100px;
}

.second-par {
    line-height: 28px;
    font-weight: 300;
    color: #000;
    font-size: 16px;
    margin-bottom: 20px;
}

.second-par mark {
    font-weight: 400;
}

.second-par + p {
    margin-bottom: 12px;
}

.second-par + p + p {
    margin-bottom: 30px;
}

.incut-aside {
    width: 378px;
    border: 1px solid #ffdf87;
    border-radius: 20px;
    background-clip: padding-box;
    padding: 10px 20px;
    margin: 10px 0 30px 30px;
}

.incut-aside > p {
    margin-bottom: 0;
    color: #707070;
    font-size: 13px;
    line-height: 18px;
    font-style: italic;
}

/* ----- ITEM PAGE ----- */

.logo-middle {
    width: 280px;
    height: 67px;
    background: url('/i/logo_middle.png') 0 0 no-repeat;
    display: block;
    margin: -5px auto;
    position: relative;
    left: 5px;
}

.main-nav .current > a {
    color: #ff0c00;
    line-height: 24px;
    border: 1px solid #ff7971;
    border-radius: 15px;
    vertical-align: top;
    background-clip: padding-box;
    display: inline-block;
    padding: 0 10px;
    position: relative;
    margin-left: -20px;
    height: 25px;
    z-index: 30;
}

.main-nav .current > a:after {
    content: '';
    width: 59px;
    height: 75px;
    margin: 0 0 0 -30px;
    display: inline-block;
    position: absolute;
    background-size: 59px 75px;
    background: url('/i/ornament_top.png');
    background-repeat: no-repeat;
    left: 50%;
    top: 24px;
    cursor: default !important;
    pointer-events: none;
}

.item-page {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.item-page:before, .purchase-border:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 1px;
    vertical-align: middle;
    left: 0;
    margin: 0;
    top: -61px;
    z-index: -1;
}

.item-page:before {
    background: #ff7971;
}

.purchase-border:before {
    background: #b8b8b8;
}

.item-about {
    margin-top: 5px;
    position: relative;
}

.item-info {
    margin-top: -10px;
    position: relative;
}

.item-info > h1 {
    width: 590px;
}

.item-page .item-author {
    color: #ff0c00;
    font-size: 14px;
    font-weight: 300;
    text-align: right;
    padding-right: 20px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.item-cost {
    color: #7b00d2;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 26px;
    height: 26px;
    border: 1px solid #b579e1;
    border-radius: 5px;
    background-clip: padding-box;
    background-color: #fff;
    display: inline-block;
    left: -300px;
    padding: 0 13px;
    position: absolute;
    bottom: 12px;
}

.item-cost > .rur {
    line-height: 20px;
}

.item-cost:hover {
    background-color: #7c00d3;
    color: #fff;
    border: 1px solid #ddb3fd;
}

.item-cost.disabled, .item-cost.disabled:hover, .item-cost:disabled {
    color: #838383;
    border-bottom-color: #dfdfdf;
    border-width: 0 0 1px 0;
    cursor: default;
    background-color: #fff;
    padding: 0;
    border-radius: 0;
}

.item-material {
    font-size: 12px;
    line-height: 18px;
    padding-top: 10px;
    margin-bottom: 6px;
    font-style: italic;
    color: #3d3d3d;
    max-width: 450px;
}

.item-origin {
    font-weight: 300;
    color: #3b3b3b;
    padding-top: 6px;
    font-size: 12px;
    line-height: 18px;
    border-top: 1px solid #dfdfdf;
    display: inline-block;
    max-width: 300px;
}

.collection-item {
    margin: 20px 0 0;
}

.item-normal .thumbs {
    float: left;
    width: 300px;
}

.item-normal .item-content {
    float: right;
    margin-right: 10px;
    width: 890px;
}

.item-normal .thumbs-list {
    width: 240px;
    float: right;
    text-align: right;
}

.item-square .thumbs {
    float: right;
    width: 520px;
    margin-left: 20px;
}

.item-square .item-content {
    float: left;
    margin-left: 10px;
    width: 650px;
}

.item-square .thumbs-list {
    width: 520px;
    float: right;
    text-align: left;
    margin-bottom: 5px;
}

.item-normal .thumbs-list a {
    float: right;
}

.item-square .thumbs-list a, .item-tall .thumbs-list a, .item-wide .thumbs-list a {
    float: left;
}

.item-normal .tags, .item-square .tags, .item-tall .tags {
    float: left;
    width: 300px;
}

.item-normal .item-descr, .item-square .item-descr, .item-tall .item-descr,  .item-wide .item-descr {
    max-width: 400px;
    width: 100%;
    float: left;
}

.item-normal .thumbs-other, .item-wide .thumbs-other {
    width: 890px;
    margin: 30px 10px 0;
    float: right;
}

.item-normal .thumbs-other {
    margin: 35px 0 0;
}

.item-square .thumbs-other, .item-tall .thumbs-other {
    width: 382px;
    margin: 185px 10px 0;
    float: right;
}

.item-square .thumbs-other {
    margin: 110px 10px 0;
}

.item-tall .item-content {
    float: left;
    margin-left: 130px;
    width: 450px;
}

.item-tall .thumbs {
    float: right;
    width: 600px;
    margin-left: 20px;
}

.item-tall .thumbs-list {
    width: 600px;
    float: right;
    text-align: left;
    margin-bottom: 5px;
}

.item-tall .thumbs-other-list, .item-square .thumbs-other-list {
    padding: 40px 0 10px;
}

.item-wide .item-content {
    float: none;
    margin-right: 0;
    margin-left: 10px;
    width: 1180px;
}

.item-wide .thumbs {
    float: left;
    width: 590px;
    margin-left: 10px;
}

.item-wide .thumbs-list {
    width: 570px;
    float: left;
    text-align: left;
}

.item-wide .item-details {
    float: left;
    width: 600px;
}

.item-wide .tags {
    float: left;
    width: 600px;
}

.item-wide .tags > li {
    max-width: inherit;
}

.tags {
    margin-bottom: 20px;
}

.item-descr {
    color: #000;
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
}

.thumbs-list a {
    display: inline-block;
    margin-right: 20px;
    width: 100px;
    height: 100px;
    border: 2px solid #f5f5f5;
    margin-bottom: 20px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f5f5f5;
}

.thumbs-list a:hover {
    border: 2px solid #af3dff;
	opacity: 0.8;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
    -webkit-transition: opacity 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out, filter 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out, filter 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, filter 0.3s ease-in-out;
}

.item-image {
    margin-bottom: 15px;
    background-color: #f5f5f5;
}

.item-descr > p {
    margin-bottom: 10px;
}

.tags > li {
    color: #3b3b3b;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 290px;
    width: 100%;
    display: inline-block;
}

.thumbs-other {
    position: relative;
    text-align: center;
}

.thumbs-other:before, .thumbs-other:after {
    content: '';
    width: 42px;
    height: 60px;
    background-size: 42px 60px;
    /*background: url('/i/ornament_corners.png');*/
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    top: 16px;
    z-index: 18;
}

.thumbs-other:before {
    background-position: 0 0;
    left: 0;
}

.thumbs-other:after {
    background-position: 0 -60px;
    right: -4px;
}

.thumbs-header {
    text-align: center;
    text-transform: uppercase;
    color: #d8a71d;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
    margin: 0;
    display: inline-block;
    position: relative;
    top: 10px;
    background-color: #FFF;
    padding: 0 20px;
}

.thumbs-other-list {
    border: 1px solid #ffdf87;
    border-radius: 20px;
    background-clip: padding-box;
    text-align: left;
    padding: 40px 0 15px;
}

.thumbs-other-list > li {
    display: inline-block;
    margin-left: 37px;
    margin-bottom: 8px;
    width: 130px;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 20;
    -webkit-transition: opacity 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out, filter 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out, filter 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, filter 0.3s ease-in-out;
}

.thumbs-other-list > li:hover {
	opacity: 0.8;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
    -webkit-transition: opacity 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out, filter 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out, filter 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, filter 0.3s ease-in-out;
}

.thumb-inner {
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 10px;
    background-position: center center;
    background-size: cover;
    background-image: url('/i/img/thumb_other_1.jpg');
    background-repeat: no-repeat;
    background-color: #f5f5f5;
}

.thumb-link {
    color: #782f19;
    display: inline-block;
    font-size: 11px;
    line-height: 32px;
    letter-spacing: 1px;
    position: relative;
    width: 130px;
    text-align: center;
}

.thumbs-other-list > li:hover .thumb-link {
    color: #d100ff;
}

.thumb-link:after {
    content: '';
    width: 140px;
    height: 50px;
    background-color: rgba(255,255,255,.02);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDQwIDMwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImhhdDAiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB4MT0iMTAwJSIgeTE9IjUwJSIgeDI9Ii0xLjQyMTA4NTQ3MTUyMDJlLTE0JSIgeTI9IjUwJSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjQwIiBoZWlnaHQ9IjMwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
    background-image: -moz-linear-gradient(right, #fff 0%, rgba(255,255,255,0) 100%);
    background-image: -webkit-linear-gradient(right, #fff 0%, rgba(255,255,255,0) 100%);
    background-image: linear-gradient(right, #fff 0%, rgba(255,255,255,0) 100%);
    background-repeat: repeat-y;
    position: absolute;
    top: 0;
    right: 0;
}

/* ----- PURCHASE PAGE ----- */

.purchase-border.item-page {
    margin-top: -14px;
}

.purchase-border.news-wrap {
    padding-top: 13px;
}

.purchase-border:before {
    top: -52px;
}

.main-nav .item-bordered > a {
    color: #7b00d2;
    line-height: 24px;
    border: 1px solid #b579e1;
    border-radius: 15px;
    vertical-align: top;
    display: inline-block;
    padding: 0 10px;
    position: relative;
    margin-left: -20px;
    height: 25px;
    z-index: 30;
}

.main-nav .item-bordered > a:hover {
    background-color: #7c00d3;
    color: #fff;
    border: 1px solid #deb3fd;
}

.main-nav .item-bordered > a:after {
    content: '';
    width: 59px;
    height: 97px;
    margin: 0 0 0 -30px;
    display: inline-block;
    position: absolute;
    background-size: 59px 97px;
    background: url('/i/ornament_top_other.png');
    background-repeat: no-repeat;
    left: 50%;
    top: 24px;
    cursor: default !important;
    pointer-events: none;
}

.purchase-aside {
    position: absolute;
    left: -490px;
    top: 0;
    margin-top: 25px;
}

.purchase-about {
    width: 438px;
    border: 1px solid #f1ebe5;
    border-radius: 20px;
    background-color: #fbf9f7;
    position: relative;
    padding: 25px 28px;
}

.purchase-about:before, .purchase-about:after {
    content: '';
    width: 209px;
    height: 51px;
    background-size: 209px 51px;
    background: url('/i/ornament_purchase.jpg');
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    margin-left: -110px;
    z-index: 20;
    left: 50%;
}

.purchase-about:before {
    background-position: 0 0;
    top: -52px;
}

.purchase-about:after {
    background-position: 0 -51px;
    bottom: -52px;
}

.purchase-about p {
    color: #000;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
}

.purchase-about p:last-child {
    margin-bottom: 0;
}

.purchased-item-wrap {
    min-width: 300px;
    max-width: 450px;
    border: 1px solid #ff7971;
    margin-left: -10px;
}

.purchased-item-wrap > a {
    min-width: 300px;
}

.purchased-item-wrap > a:hover .item-card-title {
    color: #000;
}

.purchased-item-title {
    color: #000;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    margin-top: -6px;
}

.purchased-item-event {
    color: #ff0c00;
    font-size: 10px;
}

.purchased-item-cost {
    border-top: none;
    color: #505050;
    font-size: 12px;
    line-height: 20px;
}

/* ----- PURCHASE FORM ----- */

.purchase-form {
    margin-top: 22px;
}

.form-header {
    color: #838383;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: right;
    position: relative;
    margin-right: 50px;
    margin-top: 12px;
    height: 22px;
}

.form-header:after {
    content: '';
    border-bottom: 1px solid #dfdfdf;
    display: inline-block;
    width: 100%;
    height: 1px;
    position: absolute;
    right: 0;
    top: 20px;
}

.control-group {
    margin-top: 10px;
    position: relative;
}

.control-group-wrap > .control-group {
    float: left;
}

.control-group-wrap > .control-group + .control-group {
    margin-left: 30px;
}

.control-label {
    color: #d59421;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 18px;
    text-transform: uppercase;
    margin: 0 0 0 8px;
}

.additional-field > .control-label {
    color: #838383;
}

.control-descr {
    color: #3b3b3b;
    font-size: 11px;
    line-height: 14px;
    margin: 7px 0 0 8px;
    width: 230px;
}

.controls {
    margin-top: 6px;
}

.additional-field .controls textarea {
    color: #3c3c3c;
    font-style: italic;
    min-height: 105px;
    padding-bottom: 10px;
    border: 1px solid #dfdfdf;
    box-shadow: inset 0 0 3px #dfdfdf;
    border-bottom-color: #c3c3c3;
}

.controls input[type="text"],
.controls input[type="email"],
.controls input[type="tel"],
.controls input:not([type="submit"]),
.controls textarea {
    width: 260px;
    padding: 0 10px;
    color: #000;
    font-size: 13px;
    line-height: 18px;
    height: 32px;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    box-shadow: inset 0 0 3px #dfdfdf;
    border-bottom-color: #ecb72a;
}

.controls input[type="text"]:focus,
.controls input[type="email"]:focus,
.controls input[type="tel"]:focus,
.controls input:not([type="submit"]):focus,
.controls textarea:focus {
    border: 1px solid #fde4a0;
    background-color: #f9f5e9;
    box-shadow: inset 0 0 3px #dfdfdf;
    border-bottom-color: #ecb72a;
}

.controls input.invalid, .controls textarea.invalid {
    border: 1px solid #ff4e45;
    background-color: #ffc9c6;
    box-shadow: inset 0 0 3px #cf827e;
    border-bottom-color: #ff4f45;
}

.additional-field .controls input {
    color: #3c3c3c;
    border: 1px solid #dfdfdf;
    box-shadow: inset 0 0 3px #dfdfdf;
    border-bottom-color: #c3c3c3;
}

.controls textarea {
    min-height: 72px;
    width: 550px;
    line-height: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    resize: none;
}

.additional-field-lifter {
    margin-top: 30px;
}

.controls select {
    width: 260px;
    line-height: 32px;
}

.controls select:hover {
    border: 1px solid #dfdfdf;
    background-color: #fff;
    box-shadow: 0 1px 3px #dfdfdf;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(bottom, #eaeaea 0%, #fbfbfb 100%);
    background-image: -webkit-linear-gradient(bottom, #eaeaea 0%, #fbfbfb 100%);
    background-image: linear-gradient(bottom, #eaeaea 0%, #fbfbfb 100%);
}

.controls .btn-send {
    color: #7b00d2;
    font-size: 14px;
    line-height: 32px;
    vertical-align: top;
    display: inline-block;
    padding: 0 14px;
    border: 1px solid #b579e1;
    border-radius: 5px;
    background-color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.controls .btn-send:hover {
    background-color: #7c00d3;
    color: #fff;
    border: 1px solid #deb3fd;
}

.form-errors {
    margin-top: 35px;
    margin-bottom: 20px;
}

.form-errors > .invalid {
    display: inline-block;
    border: 1px solid #ffb9b5;
    border-radius: 10px;
    background-clip: padding-box;
    background-color: #ff0b00;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    padding: 0 10px;
    margin: 0 10px 6px 0;
    cursor: pointer;
}

.form-errors > .invalid:hover {
    border: 1px solid #ffb9b5;
    background-color: #b10800;
}

/* ----- THANKS PAGE ----- */

.thanks-main {
    min-height: 394px;
}

.thanks-aside {
    margin-left: 320px;
}

.thanks-content {
    margin: 40px 0;
}

.thanks-aside > img {
    margin-top: -51px;
}

.thanks-content p {
    max-width: 380px;
    color: #000;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 7px;
}

.phone {
    color: #000000;
    font-size: 16px;
    line-height: 18px;
}

.controls .btn-thanks {
    padding: 0 10px;
}

/* ----- ASK PRICE FORM & FEEDBACK FORM ----- */

.success-modal, .loading-modal, .error-modal {
    display: none;
}

.modal-outer-wrap:before, .modal-outer-wrap:after {
    content: '';
    width: 58px;
    height: 247px;
    background-size: 58px 247px;
    background: url('/i/ornament_price.png');
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -123px;
    z-index: 20;
}

.modal-outer-wrap:before {
    background-position: 0 0;
    left: -57px;
}

.modal-outer-wrap:after {
    background-position: -58px 0;
    right: -58px;
}

.modal-form > .controls {
    margin-top: 0;
}

.modal-form > .header-left {
    padding: 20px 30px;
    float: none;
    max-width: 100%;
}

.btn-close {
    color: #ff0c00;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 24px;
    display: inline-block;
    padding: 0 11px;
    height: 26px;
    border: 1px solid #ff7971;
    border-radius: 5px;
    background-color: #fff;
}

.btn-close:hover {
    background-color: #ff0b00;
    color: #fff;
    border: 1px solid #ffb9b5;
}

.btn-form-close {
    position: absolute;
    right: 0;
}

.controls .btn-disabled, .controls .btn-send:disabled {
    color: #c3c3c3;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    cursor: default;
    pointer-events: none;
}

.modal-form .btn-send, .modal-form .btn-close {
    margin-top: 8px;
}

.ask-price-form .btn-send, .ask-price-form .btn-close {
    margin-top: 18px;
}

.ask-price-form:before, .feedback-form:before {
    content: "";
    background: #f1ece6;
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 1px;
    vertical-align: middle;
    left: 0;
    margin: 0;
    top: auto;
}

.modal-header {
    padding: 20px 30px 22px;
    background-color: #fbfaf8;
}

.ask-price-modal .header-left {
    float: left;
    max-width: 455px;
    margin-bottom: -5px;
}

.thumb-ask-price {
    float: right;
}

.modal-form p {
    color: #000;
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
}

.ask-price-form, .feedback-form {
    margin-top: 0;
    padding: 0 30px;
}

.form-header__modal {
    color: #ff0c00;
    font-size: 9px;
    line-height: 12px;
    text-align: center;
    margin-right: 0;
    margin-top: 17px;
    height: 22px;
}

.form-header__modal:after {
    content: '';
    border-bottom: 1px solid #f1ece6;
    right: 0;
    top: 20px;
    margin: 0 -30px;
    width: 111%;
}

.purchase-form .additional-field textarea {
    min-height: 75px;
}

.feedback-form textarea {
    min-height: 102px;
    font-style: italic;
}

.btn-abs {
    position: absolute;
    bottom: 5px;
    text-align: center;
    left: 50%;
    margin-left: -47px;
}

.btn-send.btn-close-red {
    color: #ff0c00;
    border: 1px solid #ff7971;
    background-color: #fff;
    min-width: 90px;
}

.btn-send.btn-close-red:hover {
    background-color: #ff0b00;
    color: #fff;
    border: 1px solid #ffb9b5;
}

/* ----- NEWS ----- */

.news-wrap {
    min-height: 394px;
}

.news-main {
    width: 500px;
}

.news-list-item {
    position: relative;
    margin-left: -2px;
    min-height: 82px;
}

.news-list-item > .h2 {
    line-height: 32px;
}

.news-line {
    margin-bottom: 55px;
    position: relative;
}

.news-accent .news-line {
    margin-bottom: 30px;
}

.news-accent .news-line .news-list-item {
	min-height: 104px;
}

.news-title-link {
    color: #7b00d3;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
}

.news-subtitle {
    color: #000;
    font-size: 13px;
    line-height: 18px;
    font-weight: 300;
    margin-top: 5px;
    margin-bottom: 10px;
}

.news-entry-subtitle {
    font-size: 15px;
    line-height: 24px;
    font-style: italic;
    margin-top: 24px;
    margin-bottom: 30px;
}

.news-wrap.purchase-border .news-details {
    top: 15px;
}

.news-accent .news-details {
    top: 9px;
}

.news-entry-body {
    margin-left: -200px;
}

.news-details {
    position: absolute;
    font-size: 11px;
    letter-spacing: .025em;
    text-transform: uppercase;
    line-height: 14px;
    display: inline-block;
    left: -320px;
    top: 8px;
    color: #989898;
}

.news-image {
    position: absolute;
    display: block;
    left: -140px;
    top: 0px;
    width: 108px;
    height: 108px;
	border: 1px solid #b679e1;
	border-radius: 50%;
	background-color: #f9f7fc;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.news-item-master.hover {
	color: #d100ff;
}

.news-item-slave:hover, .news-item-slave.hover {
	opacity: 0.7;
}

.news-accent {
    position: relative;
    padding-top: 50px;
    margin-bottom: 100px;
}

.news-accent:before, .news-accent:after {
    content: '';
    width: 800px;
    height: 33px;
    background-size: 800px 33px;
    background: url('/i/ornament_news.jpg');
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    margin-left: -300px;
    z-index: 20;
    left: 50%;
}

.news-accent:before {
    background-position: 0 0;
    top: -4px;
}

.news-accent:after {
    background-position: 0 -34px;
    bottom: -58px;
}

.news-accent .news-title-link {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
}

.news-accent-type {
	display: block;
	margin-top: 2px;
    color: #ff0c00;
}

.news-accent .news-line:only-child .news-subtitle, .news-accent .news-line:last-child .news-subtitle {
    margin-bottom: 0;
}

.lenta-item-wrap {
    margin: 20px 0;
    clear: both;
    float: left;
}

.social-bar {
    width: 700px;
    border-top: 1px solid #dfdfdf;
    margin: 20px 0 20px 400px;
}

.social-bar-list {
    margin-top: 40px;
    text-align: center;
}

.social-bar-list li {
    display: inline-block;
    letter-spacing: normal;
    margin-left: 20px;
}

.social-bar-list li:first-child {
    margin-left: 0;
}

.category-list {
    text-align: left;
    margin-bottom: -15px;
    max-width: 500px;
    overflow: hidden;
    white-space: nowrap;
}

.category-list li {
  min-height: 24px;
}

/* ----- LENTA ENTRY ----- */

.clearfix:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
.clearfix {display: block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}

.lenta_entry {width: 700px; font-size: 14px; font-weight: 300; line-height: 24px; color: #000;}
.lenta_entry p {padding: 8px 0;}
.lenta_entry i, .lenta_entry em {font-style: italic;}
.lenta_entry b, .lenta_entry strong {font-weight: bold;}
.lenta_entry u {text-decoration: underline;}
.lenta_entry s {text-decoration: line-through;}
.lenta_entry h1, .lenta_entry h2, .lenta_entry h3,
.lenta_entry h4, .lenta_entry h5, .lenta_entry h6 {padding: 25px 0 8px 0; font-size: 22px; font-weight: 300; line-height: 30px;}

.lenta_entry ul, .lenta_entry ol {color: #000; padding-left: 0;}
.lenta_entry li {margin: 6px 0 8px 10px; }
.lenta_entry ol {margin: 4px 0 8px 30px;}
.lenta_entry ol li {list-style-type: decimal;}
.lenta_entry ul {margin: 4px 0 8px 10px;}
.lenta_entry ul li {list-style-type: none;}
.lenta_entry ul li:before {content: "—"; padding-right: 8px; color: #777;}

.lenta_entry img {max-width: 700px; overflow: hidden; border: 0; margin-bottom: 8px;}
.lenta_entry .lenta_img img {margin-bottom: 0;}
.lenta_entry .lenta_img_center {max-width: 700px; max-height: 500px; margin: 10px 0 5px 0; overflow: hidden; border: 0; text-align: center;}
.lenta_entry .lenta_img_left {float: left; margin: 12px 15px 10px 0; max-width: 300px; overflow: hidden; border: 0;}
.lenta_entry .lenta_img_right {float: right; margin: 12px 0 5px 15px; max-width: 300px; overflow: hidden; border: 0;}

.lenta_entry blockquote {
    display: block;
    font-size: 15px;
    text-align: center;
    width: 420px;
    padding: 10px 0;
    margin: 20px auto;
    font-style: italic;
    color: #ff0c00;
    line-height: 26px;
    border: 1px solid #ff0c00;
    border-left: none;
    border-right: none;
}
.lenta_entry blockquote h1, .lenta_entry blockquote h2, .lenta_entry blockquote h3,
.lenta_entry blockquote h4, .lenta_entry blockquote h5, .lenta_entry blockquote h6 {
    display: block;
    padding: 5px 0 0 0;
    margin: 0 0 5px 0;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: #000;
}
.lenta_entry .important {margin: 8px 0 8px 40px; color: #b33f39; font-style: italic; font-weight: normal;}
.lenta_entry iframe {padding: 5px 0 20px 0;}

.lenta_entry .lenta_img {display: inline-block; overflow: hidden; text-align: center; vertical-align: top; margin: 5px 7px 5px 0;}
.lenta_entry .lenta_img img {
    border: 1px solid #dfdfdf;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.lenta_entry .lenta_img:hover img {
    border: 1px solid #dfdfdf;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
    -webkit-transition: opacity 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out, filter 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out, filter 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, filter 0.3s ease-in-out;
}

/* ----- LENTA ENTRY NOTE ----- */

.lenta_note {
    margin: 12px 0 15px 200px;
    font-size: 12px;
    line-height: 20px;
    color: #777;
    display: block;
    clear: both;
}
.lenta_note p {padding: 5px 0;}
.lenta_note h1, .lenta_note h2, .lenta_note h3,
.lenta_note h4, .lenta_note h5, .lenta_note h6 {padding: 15px 0 3px 0; font-size: 16px; font-weight: 300; line-height: 20px; color: #777;}

.lenta_note ul, .lenta_note ol {color: #777;}
.lenta_note ul li, .lenta_note ol li {margin: 3px 0 3px 5px;}

.lenta_note img {max-width: 500px; overflow: hidden; border: 0; margin-bottom: 5px;}
.lenta_note .lenta_img img {margin-bottom: 0;}
.lenta_note .lenta_img_center {max-width: 500px; margin: 10px 0 5px 0; overflow: hidden; border: 0;}
.lenta_entry .lenta_img_left {float: left; margin: 10px 12px 10px 0; max-width: 200px; overflow: hidden; border: 0;}
.lenta_entry .lenta_img_right {float: right; margin: 10px 0 5px 12px; max-width: 200px; overflow: hidden; border: 0;}

.lenta_note blockquote {
    display: block;
    font-size: 13px;
    text-align: center;
    width: 380px;
    padding: 5px 0;
    margin-left: 60px;
    font-style: italic;
    color: #000;
    line-height: 20px;
    border: 1px solid #dfdfdf;
    border-left: none;
    border-right: none;
}
.lenta_note blockquote h1, .lenta_note blockquote h2, .lenta_note blockquote h3,
.lenta_note blockquote h4, .lenta_note blockquote h5, .lenta_note blockquote h6 {
    display: block;
    padding: 4px 0 0 0;
    margin: 0 0 5px 0;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #000;
}
.lenta_note iframe {max-width: 500px; overflow: hidden; padding: 4px 0 15px 0;}

/* ----- PAGER ----- */

.pagination {
    margin: 105px auto 100px;
    width: 1200px;
}

.pager-list {
    text-align: center;
}

.pager-list li:first-child {
    margin-left: 0;
}

.pager-list-left {
    text-align: right;
    margin-right: 10px;
}

.pager-list-right {
    text-align: left;
    margin-left: 40px;
}

.pagination .pager-list-center {
    position: absolute;
}

.pager-prev > a, .pager-next > a {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    background: url('/i/pagination_atlas.png');
    background-repeat: no-repeat;
    cursor: pointer;
    vertical-align: middle;
    -webkit-transition: background-position 0s, border 0.2s ease-in-out;
    -moz-transition: background-position 0s, border 0.2s ease-in-out;
    transition: background-position 0s, border 0.2s ease-in-out;
}

.pager-prev > a {
    background-position: 0 -1px;
}

.pager-next > a {
    background-position: -31px -1px;
}

.pager-prev > a:hover {
    background-position: 0 -31px;
}

.pager-next > a:hover {
    background-position: -31px -31px;
}

.pager-list li, .pager-list-center {
    width: 30px;
    line-height: 28px;
    position: relative;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.pager-list li {
    margin-left: 10px;
}

.pager-list a, .pager-list-center > span {
    font-size: 14px;
    width: 30px;
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    border: 1px solid #FFF;
    border-radius: 50%;
}

.pager-list a:hover {
    border: 1px solid #d100ff;
}

.pager-list .bullets > span {
    color: #979797;
}

.pager-list-center.active > span {
    color: #ff0c00;
    border: 1px solid #ff0c00;
}


/* ----- FOOTER ----- */

.footer {
    width: 100%;
    background-color: #f7f5f0;
    margin-top: 100px;
}

.donate {padding: 20px 0 14px 0; text-align: center; background-color: #e4dbd6;}

.footer-menu {
    padding: 30px 0 0;
    position: relative;
}

.footer-inner-list {
    padding-left: 100px;
}

.inner-row-2 .footer-inner-list  {
    padding-left: 150px;
}

.inner-row-3 .footer-inner-list {
    padding-left: 60px;
}

.inner-row-2 {
    width: 500px;
}

.inner-row-3 {
    width: 300px;
}

.footer-menu li {
    color: #000;
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
    margin-bottom: 10px;
}

.footer-menu .copyright {
    font-size: 14px;
    margin-bottom: 0;
}

.copyright:before {
    content: '';
    width: 61px;
    height: 32px;
    display: inline-block;
    position: absolute;
    margin: 0 0 0 -75px;
    background-size: 61px 31px;
    background-repeat: no-repeat;
}

.copyright > span {
    font-weight: 400;
}

.address:before {
    content: '';
    width: 64px;
    height: 64px;
    display: inline-block;
    position: absolute;
    margin: -10px 0 0 -85px;
    background-size: 64px 64px;
    background: url('/i/slon_logo.png');
    background-repeat: no-repeat;
}

.footer-menu .address-city {
    font-weight: 400;
    margin-bottom: 0;
}

.footer-menu .address-street {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}

.footer-menu .address-phone {
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}

.address-phone > span {
    font-weight: 300;
}

.feedback {
    color: #7b00d2;
    font-size: 14px;
    line-height: 24px;
    border: 1px solid #7b00d2;
    border-radius: 15px;
    background-clip: padding-box;
    padding: 0 10px;
    margin-left: -10px;
    display: inline-block;
}

.feedback:hover {
    color: #fff;
    background-color: #7c00d3;
    border: 1px solid #deb3fd;
}

.kg {
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
    margin-left: 30px;
    position: relative;
}

.kg-block {
    position: absolute;
    bottom: 12px;
}

.footer .kg-design {
    line-height: 14px
}

.kg-design:before {
    content: '';
    background:url('/i/kg_logo.png') 0 0 no-repeat;
    display: inline-block;
    height: 25px;
    width: 25px;
    position: absolute;
    left: -30px;
    margin-top: -12px;
}

#maps img {max-width: inherit;}

/* ----- STICKY FOOTER ----- */

.thanks-page, .thanks-page body,
.news-page, .news-page body {
    height: 100%;
    min-height: inherit;
}

.sticky-footer, .push {
    height: 118px;
    margin-top: 0 !important;
    clear: both;
}

.thanks-page .wrap,
.news-page .wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -118px;
    overflow: hidden;
}

/* ----- ITEM PAGE FOOTER ----- */

.item-page.footer {
    margin-top: 95px;
}

.item-page .footer-menu {
    padding: 20px 0 10px;
}

.item-page.footer:before {
    display: none;
}

.item-page .footer-menu li {
    margin-bottom: 5px;
}

.item-page .copyright, .item-page .address-phone, .address-street, .address-city {
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 18px;
}

.item-page .inner-row-1 .footer-inner-list {
    padding-left: 118px;
}

.item-page .inner-row-1 li.tall {
    padding-bottom: 14px;
}

.item-page .feedback {
    margin-top: 6px;
}
