@import "../bootstrap/css/bootstrap.min.css";
/**/
/********************* file: variables *********************/
/**/
/**/
/********************* file: bootstrap-changes *********************/
/**/
a:hover,
a:focus {
  color: #1a1a18;
}
button.close {
  width: 24px;
  height: 24px;
  margin: 15px 15px 0 0;
  background: url('../images/layout/icons/icon-close.png') no-repeat;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
button.close:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
button.close:before,
button.close:after {
  content: " ";
  display: table;
}
button.close:after {
  clear: both;
}
button.close span {
  display: none;
}
.modal {
  min-width: 420px;
}
@media (min-width: 768px) {
  .modal .modal-dialog {
    width: 460px;
  }
}
.modal .modal-dialog .modal-content .modal-header {
  padding: 40px 0 25px 0;
  text-align: center;
  border: none;
  color: #8a8a8a;
  font-size: 24px;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 0 40px 50px 40px;
}
.modal .modal-dialog .modal-content .modal-body .button-red {
  padding-left: 15%;
  padding-right: 15%;
}
.modal .modal-dialog .modal-content .modal-body input[type=text],
.modal .modal-dialog .modal-content .modal-body input[type=password] {
  width: 100%;
  margin-bottom: 16px;
}
.modal .modal-dialog .modal-content .modal-body input[type=submit] {
  margin-top: 2em;
}
.modal .modal-dialog .modal-content .modal-body a.selected-link:link,
.modal .modal-dialog .modal-content .modal-body a.selected-link:visited {
  display: inline-block;
  margin: 0 16px;
  white-space: nowrap;
  color: #3f74ec;
}
.modal .pull-left > img {
  display: block;
  margin: 0 15px 15px 0;
}
.modal .pull-right > img {
  display: block;
  margin: 0 0 15px 15px;
}
@media (min-width: 768px) {
  .modal#rulesModal .modal-dialog,
  .modal#prizesModal .modal-dialog {
    width: 650px;
  }
}
.col-xxs-1,
.col-xxs-2,
.col-xxs-3,
.col-xxs-4,
.col-xxs-5,
.col-xxs-6,
.col-xxs-7,
.col-xxs-8,
.col-xxs-9,
.col-xxs-10,
.col-xxs-11,
.col-xxs-12 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media (max-width: 384px) {
  .col-xxs-1,
  .col-xxs-2,
  .col-xxs-3,
  .col-xxs-4,
  .col-xxs-5,
  .col-xxs-6,
  .col-xxs-7,
  .col-xxs-8,
  .col-xxs-9,
  .col-xxs-10,
  .col-xxs-11 {
    float: left;
  }
  .col-xxs-1 {
    width: 8.333333333333332%;
  }
  .col-xxs-2 {
    width: 16.666666666666664%;
  }
  .col-xxs-3 {
    width: 25%;
  }
  .col-xxs-4 {
    width: 33.33333333333333%;
  }
  .col-xxs-5 {
    width: 41.66666666666667%;
  }
  .col-xxs-6 {
    width: 50%;
  }
  .col-xxs-7 {
    width: 58.333333333333336%;
  }
  .col-xxs-8 {
    width: 66.66666666666666%;
  }
  .col-xxs-9 {
    width: 75%;
  }
  .col-xxs-10 {
    width: 83.33333333333334%;
  }
  .col-xxs-11 {
    width: 91.66666666666666%;
  }
  .col-xxs-12 {
    width: 100%;
  }
  .col-xxs-push-1 {
    left: 8.333333333333332%;
  }
  .col-xxs-push-2 {
    left: 16.666666666666664%;
  }
  .col-xxs-push-3 {
    left: 25%;
  }
  .col-xss-push-4 {
    left: 33.33333333333333%;
  }
  .col-xxs-push-5 {
    left: 41.66666666666667%;
  }
  .col-xxs-push-6 {
    left: 50%;
  }
  .col-xxs-push-7 {
    left: 58.333333333333336%;
  }
  .col-xxs-push-8 {
    left: 66.66666666666666%;
  }
  .col-xxs-push-9 {
    left: 75%;
  }
  .col-xxs-push-10 {
    left: 83.33333333333334%;
  }
  .col-xxs-push-11 {
    left: 91.66666666666666%;
  }
  .col-xxs-pull-1 {
    right: 8.333333333333332%;
  }
  .col-xxs-pull-2 {
    right: 16.666666666666664%;
  }
  .col-xxs-pull-3 {
    right: 25%;
  }
  .col-xxs-pull-4 {
    right: 33.33333333333333%;
  }
  .col-xxs-pull-5 {
    right: 41.66666666666667%;
  }
  .col-xxs-pull-6 {
    right: 50%;
  }
  .col-xxs-pull-7 {
    right: 58.333333333333336%;
  }
  .col-xxs-pull-8 {
    right: 66.66666666666666%;
  }
  .col-xxs-pull-9 {
    right: 75%;
  }
  .col-xxs-pull-10 {
    right: 83.33333333333334%;
  }
  .col-xxs-pull-11 {
    right: 91.66666666666666%;
  }
  .col-xxs-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-xxs-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-xxs-offset-3 {
    margin-left: 25%;
  }
  .col-xxs-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-xxs-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-xxs-offset-6 {
    margin-left: 50%;
  }
  .col-xxs-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-xxs-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-xxs-offset-9 {
    margin-left: 75%;
  }
  .col-xxs-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-xxs-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
.hidden-xxs {
  display: block !important;
}
tr.hidden-xxs {
  display: table-row !important;
}
th.hidden-xxs,
td.hidden-xxs {
  display: table-cell !important;
}
@media (max-width: 384px) {
  .hidden-xxs {
    display: none !important;
  }
  tr.hidden-xxs {
    display: none !important;
  }
  th.hidden-xxs,
  td.hidden-xxs {
    display: none !important;
  }
}
@media (min-width: 385px) and (max-width: 767px) {
  .hidden-xxs.hidden-xs {
    display: none !important;
  }
  tr.hidden-xxs.hidden-xs {
    display: none !important;
  }
  th.hidden-xxs.hidden-xs,
  td.hidden-xxs.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xxs.hidden-sm {
    display: none !important;
  }
  tr.hidden-xxs.hidden-sm {
    display: none !important;
  }
  th.hidden-xxs.hidden-sm,
  td.hidden-xxs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xxs.hidden-md {
    display: none !important;
  }
  tr.hidden-xxs.hidden-md {
    display: none !important;
  }
  th.hidden-xxs.hidden-md,
  td.hidden-xxs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xxs.hidden-lg {
    display: none !important;
  }
  tr.hidden-xxs.hidden-lg {
    display: none !important;
  }
  th.hidden-xxs.hidden-lg,
  td.hidden-xxs.hidden-lg {
    display: none !important;
  }
}
@media (max-width: 384px) {
  .hidden-xs.hidden-xxs {
    display: none !important;
  }
  tr.hidden-xs.hidden-xxs {
    display: none !important;
  }
  th.hidden-xs.hidden-xxs,
  td.hidden-xs.hidden-xxs {
    display: none !important;
  }
}
@media (max-width: 384px) {
  .hidden-sm.hidden-xxs {
    display: none !important;
  }
  tr.hidden-sm.hidden-xxs {
    display: none !important;
  }
  th.hidden-sm.hidden-xxs,
  td.hidden-sm.hidden-xxs {
    display: none !important;
  }
}
@media (max-width: 384px) {
  .hidden-md.hidden-xxs {
    display: none !important;
  }
  tr.hidden-md.hidden-xxs {
    display: none !important;
  }
  th.hidden-md.hidden-xxs,
  td.hidden-md.hidden-xxs {
    display: none !important;
  }
}
@media (max-width: 384px) {
  .hidden-lg.hidden-xxs {
    display: none !important;
  }
  tr.hidden-lg.hidden-xxs {
    display: none !important;
  }
  th.hidden-lg.hidden-xxs,
  td.hidden-lg.hidden-xxs {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
  tr.hidden-md.hidden-xs {
    display: none !important;
  }
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
.visible-xxs {
  display: none !important;
}
tr.visible-xxs {
  display: none !important;
}
th.visible-xxs,
td.visible-xxs {
  display: none !important;
}
@media (max-width: 384px) {
  .visible-xxs {
    display: block !important;
  }
  tr.visible-xxs {
    display: table-row !important;
  }
  th.visible-xxs,
  td.visible-xxs {
    display: table-cell !important;
  }
}
@media (min-width: 385px) and (max-width: 767px) {
  .visible-xxs.visible-xs {
    display: block !important;
  }
  tr.visible-xxs.visible-xs {
    display: table-row !important;
  }
  th.visible-xxs.visible-xs,
  td.visible-xxs.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xxs.visible-sm {
    display: block !important;
  }
  tr.visible-xxs.visible-sm {
    display: table-row !important;
  }
  th.visible-xxs.visible-sm,
  td.visible-xxs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xxs.visible-md {
    display: block !important;
  }
  tr.visible-xxs.visible-md {
    display: table-row !important;
  }
  th.visible-xxs.visible-md,
  td.visible-xxs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xxs.visible-lg {
    display: block !important;
  }
  tr.visible-xxs.visible-lg {
    display: table-row !important;
  }
  th.visible-xxs.visible-lg,
  td.visible-xxs.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 384px) {
  .visible-xs.visible-xxs {
    display: block !important;
  }
  tr.visible-xs.visible-xxs {
    display: table-row !important;
  }
  th.visible-xs.visible-xxs,
  td.visible-xs.visible-xxs {
    display: table-cell !important;
  }
}
@media (max-width: 384px) {
  .visible-sm.visible-xxs {
    display: block !important;
  }
  tr.visible-sm.visible-xxs {
    display: table-row !important;
  }
  th.visible-sm.visible-xxs,
  td.visible-sm.visible-xxs {
    display: table-cell !important;
  }
}
@media (max-width: 384px) {
  .visible-md.visible-xxs {
    display: block !important;
  }
  tr.visible-md.visible-xxs {
    display: table-row !important;
  }
  th.visible-md.visible-xxs,
  td.visible-md.visible-xxs {
    display: table-cell !important;
  }
}
@media (max-width: 384px) {
  .visible-lg.visible-xxs {
    display: block !important;
  }
  tr.visible-lg.visible-xxs {
    display: table-row !important;
  }
  th.visible-lg.visible-xxs,
  td.visible-lg.visible-xxs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1250px;
  }
}
@media (min-width: 1250px) {
  .violet-section-block > .container {
    max-width: 1450px;
    width: 100%;
  }
  .violet-section-block > .container > .row {
    width: 1210px;
    margin: 0 auto;
  }
}
.full-block .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
.violet-form .btn {
  padding: 6px 15px;
}
.violet-form .btn-default:active,
.violet-form .btn-default.active,
.violet-form .open > .dropdown-toggle.btn-default {
  background-color: inherit;
}
.violet-form .open > .dropdown-toggle.btn-default {
  color: #a87fa9;
}
.violet-form .btn-default {
  color: #a87fa9;
  background-color: transparent;
}
.violet-form .btn-default:hover {
  border-color: #ffffff;
}
.violet-form .dropdown-menu {
  background-color: #371a40;
  border-color: #ffffff;
}
.violet-form .dropdown-menu > li > a,
.violet-form .dropdown-menu > li > a:link,
.violet-form .dropdown-menu > li > a:visited {
  color: #d7d7d7;
}
.violet-form .dropdown-menu > li > a:hover,
.violet-form .dropdown-menu > li > a:active {
  background: #622875;
}
.violet-form .dropdown-menu > li.selected > a,
.violet-form .dropdown-menu > li.selected > a:link,
.violet-form .dropdown-menu > li.selected > a:visited {
  background: #622875;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* set image max width to 100% */
/*
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
/*
}
*/
/* embedded videos */
/*
.video embed,
.video object,
.video iframe {
	width: 100%;
	height: auto;
}
*/
/**/
/********************* file: skin *********************/
/**/
html {
  margin: 0;
  padding: 0;
  border: 0;
  height: 100%;
  overflow: auto;
  /* Or IE will always show the vertical scrollbar: ; */
}
html > body {
  overflow: hidden;
  /* Or IE will always show the vertical scrollbar: ; */
  height: auto;
  min-height: 100%;
}
body {
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 500px;
  min-width: 384px;
  background: #ffffff;
}
* html body {
  height: 100%;
}
/**/
/********************* file: mixins *********************/
/**/
.u:link,
.u:visited,
.u:link *,
.u:visited * {
  text-decoration: none;
}
.u:hover,
.u:active,
.u:hover *,
.u:active * {
  text-decoration: underline;
}
.more-button {
  float: right;
}
.more-button:link,
.more-button:visited,
.more-button:link *,
.more-button:visited * {
  text-decoration: none;
}
.more-button:hover,
.more-button:active,
.more-button:hover *,
.more-button:active * {
  text-decoration: underline;
}
.more {
  display: block;
  float: right;
  height: 26px;
  line-height: 26px;
  padding-right: 37px;
  margin-top: 11px;
  font-size: 15px !important;
  color: #eb5c20 !important;
}
.font-italic,
.font-italic:link,
.font-italic:visited,
.font-italic *,
.font-italic:link *,
.font-italic:visited * {
  font-family: 'Raleway Italic';
}
.red-color-link:link,
.red-color-link:visited {
  color: #ffffff;
  background: #ff5b5d;
}
.red-color-link:hover,
.red-color-link:active {
  background: #b20038;
}
.normal-color {
  color: #1a1a18 !important;
}
.normal-link:link,
.normal-link:visited {
  text-decoration: underline;
}
.normal-link:hover,
.normal-link:active {
  text-decoration: none;
}
.border-red {
  border: 1px solid red;
}
.border-blue {
  border: 1px solid blue;
}
.border-green {
  border: 1px solid green;
}
.border-yellow {
  border: 1px solid yellow;
}
.center-text {
  text-align: center;
}
.small-text {
  font-size: 13px;
}
.gray-text {
  color: #8a8a8a;
}
.green-text {
  color: #58823f;
}
.red-text {
  color: #b20038;
}
.yellow-text {
  color: #e79905;
}
.orange-text {
  color: #eb5c20;
}
.white-text {
  color: #ffffff;
}
.white-block {
  background: #ffffff;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
/* Градиент в белый цвет справа, P.S.: установка отступа слева и высота - в index.js */
.gradient-right {
  position: absolute;
  display: block;
  float: right;
  width: 30px;
  height: 1.5em;
  margin-top: -1.5em;
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=1);
}
/* /Градиент в белый цвет справа, P.S.: установка отступа слева и высота - в index.js */
/**/
/********************* file: static *********************/
/**/
.hr {
  background: #ddd;
  height: 1px;
  margin: 11px 0;
}
.hr.simple {
  margin: 5px 0;
}
.hr.simple-line {
  margin: 0;
}
.selected-text {
  color: #ff5b5d;
}
.dark-text {
  color: #1a1a18;
}
.caret {
  display: inline-block;
  height: 0px;
  margin-left: 2px;
  vertical-align: middle;
  width: 0px;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-bottom: none;
  border-left: 4px solid transparent;
}
.caret.up {
  border-top: none;
  border-bottom: 4px solid;
}
.outline-none,
* {
  outline: none;
  outline-offset: 0;
}
a:link,
a:visited,
a:hover,
a:active,
a:focus,
input,
input:focus {
  outline: none;
  outline-offset: 0;
}
label {
  margin: 0;
}
input[placeholder],
textarea[placeholder] {
  text-overflow: ellipsis;
}
input[placeholder]::-webkit-input-placeholder,
textarea[placeholder]::-webkit-input-placeholder {
  color: #755b80;
}
input[placeholder]::-moz-placeholder,
textarea[placeholder]::-moz-placeholder {
  color: #755b80;
}
input[placeholder]:-moz-placeholder,
textarea[placeholder]:-moz-placeholder {
  color: #755b80;
}
input[placeholder]:-ms-input-placeholder,
textarea[placeholder]:-ms-input-placeholder {
  color: #755b80;
}
input[placeholder]::-moz-placeholder,
textarea[placeholder]::-moz-placeholder {
  text-overflow: ellipsis;
}
input[placeholder]:-moz-placeholder,
textarea[placeholder]:-moz-placeholder {
  text-overflow: ellipsis;
}
input[placeholder]:-ms-input-placeholder,
textarea[placeholder]:-ms-input-placeholder {
  text-overflow: ellipsis;
}
input[placeholder]:focus::-webkit-input-placeholder,
textarea[placeholder]:focus::-webkit-input-placeholder {
  color: transparent;
}
input[placeholder]:focus::-moz-placeholder,
textarea[placeholder]:focus::-moz-placeholder {
  color: transparent;
}
input[placeholder]:focus:-moz-placeholder,
textarea[placeholder]:focus:-moz-placeholder {
  color: transparent;
}
input[placeholder]:focus:-ms-input-placeholder,
textarea[placeholder]:focus:-ms-input-placeholder {
  color: transparent;
}
p,
ul.simple-list {
  padding-bottom: 9px;
}
div.simple-list > div + div {
  clear: both;
}
.required-field-sign {
  color: #ff5b5d;
  font-family: 'Raleway Bold';
}
/**/
/********************* file: index-catalog.less *********************/
/**/
.section-filter-block {
  border-top: 1px solid #8a8a8a;
  border-bottom: 1px solid #8a8a8a;
  background: #371a40 url('../images/layout/bg-filter-violet.png') no-repeat center;
  min-height: 234px;
  padding: 19px 0 31px 0;
}
.section-filter-block .caption {
  margin-bottom: 12px;
  font-family: 'PT Serif Bold';
  font-size: 20.83px;
  color: #ffffff;
}
.section-filter-block form {
  margin: 1em 0;
}
.section-filter-block form .label {
  display: inline-block;
  padding: 6px 0;
  font-size: 16.67px;
  color: #f3e7f3;
  text-decoration: none;
}
.section-filter-block form a.label:link,
.section-filter-block form a.label:visited,
.section-filter-block form a.label:link *,
.section-filter-block form a.label:visited * {
  text-decoration: none;
}
.section-filter-block form a.label:hover,
.section-filter-block form a.label:active,
.section-filter-block form a.label:hover *,
.section-filter-block form a.label:active * {
  text-decoration: underline;
}
.section-filter-block form input[type=text],
.section-filter-block form select {
  color: #a87fa9;
  background: transparent;
}
.section-filter-block form option {
  background: #ffffff;
  color: #622875;
}
.section-filter-block form p.help-block {
  display: none;
}
.section-filter-block form div.form-group {
  margin-bottom: 0;
}
.section-filter-block form div.form-type label {
  display: inline;
  overflow: hidden;
}
.section-filter-block form div.form-type label input {
  visibility: hidden;
  position: absolute;
}
.section-filter-block form div.form-type label input:checked + img {
  padding-bottom: 5px;
  border-bottom: 2px solid #ffffff;
}
.section-filter-block form div.form-type label input + img {
  cursor: pointer;
  border: 2px solid transparent;
  padding-bottom: 5px;
  margin: 0 3px;
}
.section-filter-block form div.form-type-label {
  line-height: 1.7em;
  margin-right: 1.5em;
}
.section-filter-block form .submit-block input[type=reset] {
  border-color: transparent;
}
@media (min-width: 768px) {
  .section-filter-block form .submit-block {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .section-filter-block form .submit-block input[type=reset] {
    float: right;
  }
}
.section-filter-block.small-section-filter-block {
  padding: 0;
  border: 0;
  background: none;
}
.section-filter-block.small-section-filter-block .line-block {
  padding: 15px 0 0 0;
}
.section-filter-block.small-section-filter-block .label {
  padding: 6px 0;
  font-size: 13.75px;
}
.section-filter-block.small-section-filter-block ul.form-type-list li {
  padding-right: 11px;
}
.section-filter-block.small-section-filter-block ul.form-type-list li,
.section-filter-block.small-section-filter-block ul.form-type-list li * {
  line-height: normal !important;
}
.section-filter-block.small-section-filter-block ul.form-type-list li .icon-type {
  display: inline-block;
  border: 1px solid #a87fa9;
}
.section-filter-block.small-section-filter-block ul.form-type-list li .icon-type.type-1 {
  width: 15px;
  height: 23px;
}
.section-filter-block.small-section-filter-block ul.form-type-list li .icon-type.type-2 {
  width: 9px;
  height: 23px;
}
.section-filter-block.small-section-filter-block ul.form-type-list li .icon-type.type-3 {
  width: 23px;
  height: 23px;
}
.section-filter-block.small-section-filter-block ul.form-type-list li .icon-type.type-4 {
  width: 23px;
  height: 17px;
}
.section-filter-block.small-section-filter-block ul.form-type-list li .icon-type.type-5 {
  width: 23px;
  height: 9px;
}
.catalog-section-block .item {
  border: 1px solid #d7d7d7;
  padding: 1px 1px;
  margin-bottom: 29px;
}
.catalog-section-block .item:hover {
  border-color: #622875;
}
.catalog-section-block .item a.fav-icon:link,
.catalog-section-block .item a.fav-icon:visited {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 15px;
  top: 0;
  background: url('../images/layout/icons/icon-fav-sprite.png') left;
}
.catalog-section-block .item a.fav-icon.selected {
  background-position: right;
}
.catalog-section-block .item .img-block {
  display: block;
  padding: 17px 17px;
  background-color: #eeeff1;
}
.catalog-section-block .item .img-block .img {
  width: 100%;
  height: 210px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.catalog-section-block .item .img-block:hover {
  background-color: #f3e7f3;
}
.catalog-section-block .item .img-block:hover .img .zoom-block {
  width: 100%;
  height: 100%;
  background: url('../images/layout/icons/icon-zoom.png') no-repeat center;
}
.catalog-section-block .item a.name-block:link,
.catalog-section-block .item a.name-block:visited,
.catalog-section-block .item a.name-block:link *,
.catalog-section-block .item a.name-block:visited * {
  text-decoration: none;
}
.catalog-section-block .item a.name-block:hover,
.catalog-section-block .item a.name-block:active,
.catalog-section-block .item a.name-block:hover *,
.catalog-section-block .item a.name-block:active * {
  text-decoration: underline;
}
.catalog-section-block .item a.name-block:link,
.catalog-section-block .item a.name-block:visited {
  display: block;
  padding: 17px 17px 7px 17px;
  font-family: 'Raleway Bold';
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.catalog-section-block .item .desc-block {
  padding: 3px 17px 7px 17px;
  font-family: 'Roboto Light';
  line-height: 23px;
  height: 92px;
  overflow: hidden;
  margin-bottom: 9px;
}
.catalog-section-block .item .price-title {
  padding: 3px 17px;
  font-family: 'Roboto Light';
  font-size: 13.75px;
  color: #622875;
}
.catalog-section-block .item .available-block {
  padding: 3px 17px 3px 0;
  margin-top: -2px;
  display: block;
  float: right;
  line-height: 33px;
  clear: both;
}
.catalog-section-block .item .available-block .icon-available {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 9px;
  margin-bottom: -3px;
  background: url('../images/layout/icons/icon-green_yes-red_no.png');
}
.catalog-section-block .item .available-block .icon-available.yes {
  background-position: left;
}
.catalog-section-block .item .available-block .icon-available.no {
  background-position: right;
  margin-right: 3px;
}
.catalog-section-block .item .price-block {
  float: left;
  display: inline-block;
  background: url('../images/layout/bg-price-sprite.png') right bottom;
  padding-right: 9px;
  margin-bottom: 8px;
  margin-left: -8px;
}
.catalog-section-block .item .price-block .price-inner {
  height: 42px;
  line-height: 36px;
  padding-right: 15px;
  padding-left: 23px;
  color: #ffffff;
  font-family: 'Roboto Medium';
  font-size: 25px;
  background: url('../images/layout/bg-price-sprite.png') left top;
}
.catalog-section-block .item .price-block .price-inner:after {
  content: ' ₽';
  font-family: 'Arial';
}
.catalog-section-block .item .bottom-div {
  clear: both;
  position: relative;
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  height: 5px;
  margin: 0 5px 0 7px;
  top: 6px;
}
.catalog-section-block .item:hover .bottom-div {
  border-right: 1px solid #622875;
  border-bottom: 1px solid #622875;
  border-left: 1px solid #622875;
}
.catalog-product-block a.img-block:link,
.catalog-product-block a.img-block:visited,
.catalog-product-block a.img-block:link *,
.catalog-product-block a.img-block:visited * {
  text-decoration: none;
}
.catalog-product-block a.img-block:hover,
.catalog-product-block a.img-block:active,
.catalog-product-block a.img-block:hover *,
.catalog-product-block a.img-block:active * {
  text-decoration: underline;
}
.catalog-product-block a.img-block,
.catalog-product-block a.img-block:link,
.catalog-product-block a.img-block:visited {
  text-decoration: none;
}
.catalog-product-block a.img-block img,
.catalog-product-block a.img-block:link img,
.catalog-product-block a.img-block:visited img {
  height: auto;
}
.catalog-product-block a.img-block .note-block,
.catalog-product-block a.img-block:link .note-block,
.catalog-product-block a.img-block:visited .note-block {
  display: inline-block;
  margin-top: 21px;
  margin-bottom: -21px;
  text-align: left;
  color: #727271;
  padding-left: 31px;
  background: url('../images/layout/icons/icon-zoom-14x14-light.png') no-repeat left top 2px;
}
.catalog-product-block .characteristics-list > li {
  margin-bottom: 15px;
}
.catalog-product-block .characteristics-list > li .name-block {
  font-family: 'Raleway Bold';
  font-size: 16.67px;
  line-height: 1.5em;
  color: #622875;
}
.catalog-product-block .characteristics-list > li a.fav-icon:link,
.catalog-product-block .characteristics-list > li a.fav-icon:visited {
  display: block;
  height: 32px;
  padding-left: 37px;
}
.catalog-product-block .characteristics-list > li a.fav-icon:link .st,
.catalog-product-block .characteristics-list > li a.fav-icon:visited .st {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-top: -7px;
  position: absolute;
  margin-left: -37px;
  background: url('../images/layout/icons/icon-fav-sprite.png') left;
}
.catalog-product-block .characteristics-list > li a.fav-icon.selected:link .st,
.catalog-product-block .characteristics-list > li a.fav-icon.selected:visited .st {
  background-position: right;
}
.catalog-product-block .characteristics-list > li .price-block {
  float: left;
  display: inline-block;
  background: url('../images/layout/bg-price-product-sprite.png') right bottom;
  padding-right: 9px;
  margin-bottom: 8px;
}
.catalog-product-block .characteristics-list > li .price-block .price-inner {
  height: 52px;
  line-height: 52px;
  padding-right: 41px;
  padding-left: 41px;
  color: #622875;
  font-family: 'Roboto Medium';
  font-size: 25px;
  background: url('../images/layout/bg-price-product-sprite.png') left top;
}
.catalog-product-block .characteristics-list > li .price-block .price-inner:after {
  content: ' ₽';
  font-family: 'Arial';
}
.catalog-product-block .characteristics-list > li .product-line-table {
  width: 100%;
}
.catalog-product-block .characteristics-list > li .product-line-table td:last-child {
  text-align: right;
}
.catalog-product-block .characteristics-list > li input[type="submit"] {
  float: right;
  height: 52px;
  line-height: 53px;
}
.dropit .dropit-open > a {
  background: #371a40;
}
.dropdown {
  display: none;
  position: absolute;
  background: #622875;
  z-index: 100;
  padding: 15px;
  min-width: 180px;
}
.dropdown li {
  text-transform: uppercase;
  margin: 8px 0;
}
.dropdown li a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-family: 'PT Serif Regular';
 white-space:nowrap
}
.dropdown li a:hover,
.dropdown li a:active {
  text-decoration: underline;
}
.dropdown li.level-1 {
  margin-left: 15px;
}
.dropdown.posters {
  width: 270px;
  padding-bottom: 30px;
}
.dropdown.posters .by-theme {
  height: 430px;
  overflow-y: scroll;
}
.dropdown.posters .heading {
  margin: 10px 0 15px;
  font-size: 15px;
  color: #ffffff;
  text-transform: uppercase;
  background: url(../images/layout/bg-footer-caption.png) bottom right no-repeat;
  padding-bottom: 20px;
  font-family: 'PT Serif Bold';
}
.dropdown .block-separator {
  margin: 25px 0;
}
.alert {
  margin: 0;
  border-left: 0;
  border-right: 0;
  text-align: center;
}
/**/
/********************* file: index *********************/
/**/
@media only screen and (min-width: 960px) {
  html body {
   /* zoom: .92;
    -moz-transform: scale(0.92);
    -moz-transform-origin: 0 0; */
  }
}
html,
body,
div,
p,
blockquote,
pre,
a,
dl,
dt,
dd,
ol,
ul,
li,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
input,
textarea,
select,
option {
  font-family: 'Raleway Regular', 'Arial', 'Calibri', 'Verdana', 'Tahoma', 'Times New Roman';
  color: #1a1a18;
  font-size: 15px;
  line-height: 1.3em;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'PT Serif Bold';
  color: #622875;
  line-height: 1.3em;
}
b,
strong {
  font-family: 'Raleway Bold';
}
i {
  font-family: 'Raleway Italic';
}
h1.caption {
  padding: 0 0 27px 0;
  font-family: 'PT Serif Bold';
  font-size: 29.17px;
  line-height: 41px;
  text-align: center;
  text-transform: uppercase;
  background: url('../images/layout/bg-caption.png') no-repeat center bottom;
}
h2.caption {
  color: #1a1a18;
  padding: 0 0 27px 0;
  font-family: 'PT Serif Regular';
  font-size: 29.17px;
  line-height: 41px;
  text-align: center;
  background: url('../images/layout/bg-caption.png') no-repeat center bottom;
}
h4.caption {
  color: #ffffff;
  padding: 0 0 12px 0;
  font-family: 'PT Serif Regular';
  font-size: 37.5px;
  text-align: center;
  line-height: 41px;
  background: url('../images/layout/bg-caption.png') no-repeat center bottom;
}
.button,
.button:link,
.button:visited {
  display: inline-block;
  height: 41px;
  line-height: 40px;
  padding: 0 25px;
  white-space: nowrap;
  background: #371a40;
  border: 1px solid #ffffff;
  text-transform: uppercase;
  font-family: 'Raleway Bold';
}
.button,
.button:link,
.button:visited,
.button *,
.button:link *,
.button:visited * {
  color: #ffffff !important;
  text-decoration: none;
}
.button:hover,
.button:active,
.button:hover *,
.button:active * {
  text-decoration: none !important;
  border: 1px solid #371a40;
}
.button-light {
  display: inline-block;
  height: 41px;
  line-height: 40px;
  padding: 0 25px;
  white-space: nowrap;
  text-transform: uppercase;
  font-family: 'Raleway Bold';
}
.button-light,
.button-light:link,
.button-light:visited {
  border: 2px solid #371a40;
  color: #371a40 !important;
  background: transparent;
  text-decoration: none;
}
.button-light:hover,
.button-light:active,
.button-light:hover *,
.button-light:active * {
  border: 2px solid #371a40;
  color: #ffffff !important;
  background: #622875;
}
input[type=submit],
input[type=button],
input[type=submit]:link,
input[type=button]:link,
input[type=submit]:visited,
input[type=button]:visited {
  display: inline-block;
  height: 41px;
  line-height: 40px;
  padding: 0 25px;
  white-space: nowrap;
  background: #371a40;
  border: 1px solid #ffffff;
  text-transform: uppercase;
  font-family: 'Raleway Bold';
}
input[type=submit],
input[type=button],
input[type=submit]:link,
input[type=button]:link,
input[type=submit]:visited,
input[type=button]:visited,
input[type=submit] *,
input[type=button] *,
input[type=submit]:link *,
input[type=button]:link *,
input[type=submit]:visited *,
input[type=button]:visited * {
  color: #ffffff !important;
  text-decoration: none;
}
input[type=submit]:hover,
input[type=button]:hover,
input[type=submit]:active,
input[type=button]:active,
input[type=submit]:hover *,
input[type=button]:hover *,
input[type=submit]:active *,
input[type=button]:active * {
  text-decoration: none !important;
  border: 1px solid #371a40;
}
input[type=submit],
input[type=button],
input[type=submit]:link,
input[type=button]:link,
input[type=submit]:visited,
input[type=button]:visited {
  background: #622875;
}
input[type=reset],
input[type=reset]:link,
input[type=reset]:visited {
  display: inline-block;
  height: 41px;
  line-height: 40px;
  padding: 0 25px;
  white-space: nowrap;
  background: #371a40;
  border: 1px solid #ffffff;
  text-transform: uppercase;
  font-family: 'Raleway Bold';
}
input[type=reset],
input[type=reset]:link,
input[type=reset]:visited,
input[type=reset] *,
input[type=reset]:link *,
input[type=reset]:visited * {
  color: #ffffff !important;
  text-decoration: none;
}
input[type=reset]:hover,
input[type=reset]:active,
input[type=reset]:hover *,
input[type=reset]:active * {
  text-decoration: none !important;
  border: 1px solid #371a40;
}
input[type=reset],
input[type=reset]:link,
input[type=reset]:visited {
  background: transparent;
}
a:link,
a:visited,
a:link *,
a:visited * {
  text-decoration: underline;
}
a:hover,
a:active,
a:hover *,
a:active * {
  text-decoration: none;
}
input[type=text],
input[type=password],
textarea {
  width: 100%;
  border: 1px solid #d7d7d7;
  -web-kit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 7px 15px 7px 15px;
  background: #ffffff;
  text-overflow: ellipsis;
  resize: none;
}
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ffffff;
}
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ffffff;
}
input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ffffff;
}
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ffffff;
}
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder {
  text-overflow: ellipsis;
}
input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder {
  text-overflow: ellipsis;
}
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  text-overflow: ellipsis;
}
input[type=text]:focus::-webkit-input-placeholder,
input[type=password]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
input[type=text]:focus::-moz-placeholder,
input[type=password]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}
input[type=text]:focus:-moz-placeholder,
input[type=password]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
}
input[type=text]:focus:-ms-input-placeholder,
input[type=password]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}
input[type=text],
input[type=password],
textarea,
.bootstrap-select {
  margin-bottom: 6px;
}
input[type=file] {
  width: 100%;
}
textarea {
  height: 115px;
}
input[type=checkbox] + label,
input[type=radio] + label {
  padding-left: 10px;
}
form.light-form .field-contactform-captcha .img_wrapper {
  border-top: 2px solid #371a40;
  border-left: 2px solid #371a40;
  border-right: 2px solid #371a40;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 1px solid #371a40;
}
form.light-form .field-contactform-captcha input {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
form.light-form input[type=text],
form.light-form input[type=password],
form.light-form textarea {
  border: 2px solid #371a40;
  border-top: 2px transparent;
  background-color: transparent;
  margin-bottom: 21px;
}
form.light-form input[type=submit],
form.light-form input[type=submit]:link,
form.light-form input[type=submit]:visited {
  display: inline-block;
  height: 41px;
  line-height: 40px;
  padding: 0 25px;
  white-space: nowrap;
  background: #371a40;
  border: 1px solid #ffffff;
  text-transform: uppercase;
  font-family: 'Raleway Bold';
}
form.light-form input[type=submit],
form.light-form input[type=submit]:link,
form.light-form input[type=submit]:visited,
form.light-form input[type=submit] *,
form.light-form input[type=submit]:link *,
form.light-form input[type=submit]:visited * {
  color: #ffffff !important;
  text-decoration: none;
}
form.light-form input[type=submit]:hover,
form.light-form input[type=submit]:active,
form.light-form input[type=submit]:hover *,
form.light-form input[type=submit]:active * {
  text-decoration: none !important;
  border: 1px solid #371a40;
}
form.light-form input[type=submit],
form.light-form input[type=submit]:link,
form.light-form input[type=submit]:visited {
  border: 2px solid #371a40;
  color: #371a40 !important;
  background: transparent;
}
form.light-form input[type=submit]:hover,
form.light-form input[type=submit]:active,
form.light-form input[type=submit]:hover *,
form.light-form input[type=submit]:active * {
  border: 2px solid #371a40;
  color: #ffffff !important;
  background: #622875;
}
form.light-form input[placeholder],
form.light-form textarea[placeholder] {
  text-overflow: ellipsis;
}
form.light-form input[placeholder]::-webkit-input-placeholder,
form.light-form textarea[placeholder]::-webkit-input-placeholder {
  color: #492f51;
}
form.light-form input[placeholder]::-moz-placeholder,
form.light-form textarea[placeholder]::-moz-placeholder {
  color: #492f51;
}
form.light-form input[placeholder]:-moz-placeholder,
form.light-form textarea[placeholder]:-moz-placeholder {
  color: #492f51;
}
form.light-form input[placeholder]:-ms-input-placeholder,
form.light-form textarea[placeholder]:-ms-input-placeholder {
  color: #492f51;
}
form.light-form input[placeholder]::-moz-placeholder,
form.light-form textarea[placeholder]::-moz-placeholder {
  text-overflow: ellipsis;
}
form.light-form input[placeholder]:-moz-placeholder,
form.light-form textarea[placeholder]:-moz-placeholder {
  text-overflow: ellipsis;
}
form.light-form input[placeholder]:-ms-input-placeholder,
form.light-form textarea[placeholder]:-ms-input-placeholder {
  text-overflow: ellipsis;
}
form.light-form input[placeholder]:focus::-webkit-input-placeholder,
form.light-form textarea[placeholder]:focus::-webkit-input-placeholder {
  color: transparent;
}
form.light-form input[placeholder]:focus::-moz-placeholder,
form.light-form textarea[placeholder]:focus::-moz-placeholder {
  color: transparent;
}
form.light-form input[placeholder]:focus:-moz-placeholder,
form.light-form textarea[placeholder]:focus:-moz-placeholder {
  color: transparent;
}
form.light-form input[placeholder]:focus:-ms-input-placeholder,
form.light-form textarea[placeholder]:focus:-ms-input-placeholder {
  color: transparent;
}
.gray-border {
  border: 1px solid #8a8a8a;
}
.block-padding-top {
  padding-top: 60px;
}
.block-padding-bottom {
  padding-bottom: 20px;
}
.full-block .header-block {
  border-top: 7px solid #c2c1c1;
}
.full-block .header-block .note-block {
  padding: 29px 0 0 0;
  line-height: 22px;
}
.full-block .header-block .soc-block-header {
  margin-top: 15px;
}
.full-block .header-block .soc-block-header li {
  float: left;
}
.full-block .header-block .soc-block-header a:link,
.full-block .header-block .soc-block-header a:visited {
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  margin-right: 4px;
  border: 1px solid #ffffff;
  -web-kit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #c2c1c1 url('../images/layout/icons/icon-soc-white-sprite.png') center;
}
.full-block .header-block .soc-block-header a:link.icon-vk,
.full-block .header-block .soc-block-header a:visited.icon-vk {
  background-position: 0 0;
}
.full-block .header-block .soc-block-header a:link.icon-fb,
.full-block .header-block .soc-block-header a:visited.icon-fb {
  background-position: -32px 0;
}
.full-block .header-block .soc-block-header a:link.icon-insta,
.full-block .header-block .soc-block-header a:visited.icon-insta {
  background-position: -64px 0;
}
.full-block .header-block .soc-block-header a:hover,
.full-block .header-block .soc-block-header a:active {
  border: 1px solid #c2c1c1;
}
.full-block .header-block .soc-block-header a.contacts-title:link,
.full-block .header-block .soc-block-header a.contacts-title:visited {
  font-family: 'Raleway Bold';
  text-transform: uppercase;
  border: none;
  background: url('../images/layout/icons/icon-contacts.png') no-repeat center left;
  padding-left: 25px;
  margin-left: 25px;
}
.full-block .header-block .soc-block-header a.contacts-title:hover,
.full-block .header-block .soc-block-header a.contacts-title:active {
  border: none;
}
.full-block .header-block .logo-block {
  padding: 55px 0 0 0;
  text-align: center;
}
.full-block .header-block .logo-block img {
  margin: 0 9%;
  width: 82%;
  height: auto;
}
.full-block .header-block .contacts-block {
  padding: 28px 0 15px 0;
}
.full-block .header-block .contacts-block * {
  font-size: 13.75px;
  text-align: right;
  color: #9b9b9b;
  line-height: 19px;
}
.full-block .header-block .contacts-block a:link,
.full-block .header-block .contacts-block a:visited,
.full-block .header-block .contacts-block a:link *,
.full-block .header-block .contacts-block a:visited * {
  text-decoration: none;
}
.full-block .header-block .contacts-block a:hover,
.full-block .header-block .contacts-block a:active,
.full-block .header-block .contacts-block a:hover *,
.full-block .header-block .contacts-block a:active * {
  text-decoration: underline;
}
.full-block .header-block .contacts-block a:link,
.full-block .header-block .contacts-block a:visited {
  display: inline-block;
  padding-left: 25px;
  font-family: 'Roboto Medium';
  font-size: 20.83px;
  color: #000000;
  background: url('../images/layout/icons/icon-phone.png') no-repeat;
}
.full-block .header-block .contacts-block .st {
  margin-bottom: 13px;
}
.full-block .main-menu-block {
  height: 66px;
  background: url('../images/layout/bg-main-menu.png') bottom;
}
.full-block .main-menu-block .logo-small {
  display: block;
}
.full-block .main-menu-block .logo-small img {
  margin-top: 10px;
}
.full-block .main-menu-block .navbar {
  -web-kit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-height: 0;
  margin-bottom: auto;
  border: 0;
}
.full-block .main-menu-block .navbar.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.full-block .main-menu-block .navbar.navbar-default .navbar-toggle {
  border-color: #a87fa9;
  border-bottom: 1px solid #622875;
  position: relative;
  z-index: 11;
  float: right;
  margin-right: 15px;
  padding: 12px 18px;
  margin-top: 4px;
  margin-bottom: 7px;
  -web-kit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #622875;
}
.full-block .main-menu-block .navbar.navbar-default .navbar-toggle.collapsed {
  border-color: #a87fa9;
}
.full-block .main-menu-block .navbar.navbar-default .navbar-toggle:hover {
  background: #371a40 !important;
}
.full-block .main-menu-block .navbar.navbar-default .navbar-toggle:focus {
  background: transparent;
}
.full-block .main-menu-block .navbar.navbar-default .navbar-toggle .icon-bar {
  background: #ffffff;
  height: 3px;
  -web-kit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 32px;
}
.full-block .main-menu-block .navbar.navbar-default .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 8px;
}
.full-block .main-menu-block .navbar .navbar-nav {
  margin: 0;
}
.full-block .main-menu-block ul.nav > li {
  float: left;
}
.full-block .main-menu-block ul.nav > li:last-child {
  padding-right: 0;
}
.full-block .main-menu-block ul.nav > li > a:link,
.full-block .main-menu-block ul.nav > li > a:visited {
  padding: 0;
  padding-right: 19px;
  padding-left: 21px;
  display: block;
  height: 60px;
  line-height: 60px;
  color: #ffffff;
  font-family: 'PT Serif Bold';
  font-size: 16.67px;
  text-transform: uppercase;
  text-decoration: none;
}
.full-block .main-menu-block ul.nav > li > a:hover,
.full-block .main-menu-block ul.nav > li > a:active {
  background-color: #371a40;
  text-decoration: none;
}
.full-block .main-menu-block ul.nav > li + li {
  background: url('../images/layout/bg-main-menu-st.png') no-repeat center left;
  /*
              a {
                  &:link, &:visited {
                      padding-left: 24px;
                  }
              }
          */
}
.full-block .main-menu-block .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.full-block .main-menu-block .navbar-collapse.collapsing {
  display: none;
}
.full-block .main-menu-block .navbar-collapse.in {
  position: absolute;
  overflow-y: hidden;
}
.full-block .main-menu-block .navbar-collapse.in.collapse {
  right: 15px;
  margin-top: -9px;
  border: 1px solid #a87fa9;
  padding-left: 0;
  padding-right: 0;
  z-index: 10;
}
.full-block .main-menu-block .navbar-collapse.in ul {
  position: relative;
  float: right;
  padding: 15px 0;
  background: #622875;
}
.full-block .main-menu-block .navbar-collapse.in ul li {
  padding: 0 25px 0 35px;
  float: none;
  text-align: right;
}
.full-block .main-menu-block .navbar-collapse.in ul li a:link,
.full-block .main-menu-block .navbar-collapse.in ul li a:visited {
  height: 33px;
  line-height: 33px;
  font-size: 14.58px;
}
.full-block .main-menu-block .navbar-collapse.in ul li + li {
  background: none;
}
.full-block .main-menu-block .navbar-collapse.in ul li + li a:link,
.full-block .main-menu-block .navbar-collapse.in ul li + li a:visited {
  border-top: 1px solid #54175a;
}
.full-block .main-menu-block .soc-block-menu-line {
  float: right;
  margin-top: 13px;
  margin-right: 123px;
}
.full-block .main-menu-block .soc-block-menu-line li {
  float: left;
}
.full-block .main-menu-block .soc-block-menu-line a.contacts-title {
  background: red;
}
@media (max-width: 560px) {
  .full-block .main-menu-block .soc-block-menu-line a.contacts-title {
    display: none;
  }
}
.full-block .main-menu-block .soc-block-menu-line a:link,
.full-block .main-menu-block .soc-block-menu-line a:visited,
.full-block .main-menu-block .soc-block-menu-line a:link *,
.full-block .main-menu-block .soc-block-menu-line a:visited * {
  text-decoration: none;
}
.full-block .main-menu-block .soc-block-menu-line a:hover,
.full-block .main-menu-block .soc-block-menu-line a:active,
.full-block .main-menu-block .soc-block-menu-line a:hover *,
.full-block .main-menu-block .soc-block-menu-line a:active * {
  text-decoration: underline;
}
.full-block .main-menu-block .soc-block-menu-line a:link,
.full-block .main-menu-block .soc-block-menu-line a:visited {
  color: #ffffff;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  margin-right: 4px;
  border: 1px solid transparent;
  -web-kit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #a87fa9 url('../images/layout/icons/icon-soc-white-sprite.png') center;
}
.full-block .main-menu-block .soc-block-menu-line a:link.icon-vk,
.full-block .main-menu-block .soc-block-menu-line a:visited.icon-vk {
  background-position: 0 0;
}
.full-block .main-menu-block .soc-block-menu-line a:link.icon-fb,
.full-block .main-menu-block .soc-block-menu-line a:visited.icon-fb {
  background-position: -32px 0;
}
.full-block .main-menu-block .soc-block-menu-line a:link.icon-insta,
.full-block .main-menu-block .soc-block-menu-line a:visited.icon-insta {
  background-position: -64px 0;
}
.full-block .main-menu-block .soc-block-menu-line a:hover,
.full-block .main-menu-block .soc-block-menu-line a:active {
  border: 1px solid #c2c1c1;
}
.full-block .main-menu-block .soc-block-menu-line a.contacts-title:link,
.full-block .main-menu-block .soc-block-menu-line a.contacts-title:visited {
  font-family: 'Raleway Bold';
  text-transform: uppercase;
  border: none;
  background: url('../images/layout/icons/icon-contacts-white.png') no-repeat center left;
  padding-left: 25px;
  margin-left: 25px;
}
.full-block .main-menu-block .soc-block-menu-line a.contacts-title:hover,
.full-block .main-menu-block .soc-block-menu-line a.contacts-title:active {
  border: none;
}
.full-block .caption-block {
  padding: 17px 0 41px 0;
  background: #f4f0eb;
}
.full-block .caption-block .breadcrumb {
  padding: 7px 0;
  text-align: center;
  margin-bottom: 0;
  background-color: transparent;
}
.full-block .caption-block .breadcrumb ul {
  display: inline-block;
}
.full-block .caption-block .breadcrumb ul li {
  float: left;
}
.full-block .caption-block .breadcrumb ul li a:link,
.full-block .caption-block .breadcrumb ul li a:visited,
.full-block .caption-block .breadcrumb ul li a:link *,
.full-block .caption-block .breadcrumb ul li a:visited * {
  text-decoration: none;
}
.full-block .caption-block .breadcrumb ul li a:hover,
.full-block .caption-block .breadcrumb ul li a:active,
.full-block .caption-block .breadcrumb ul li a:hover *,
.full-block .caption-block .breadcrumb ul li a:active * {
  text-decoration: underline;
}
.full-block .caption-block .breadcrumb ul li a:link,
.full-block .caption-block .breadcrumb ul li a:visited {
  color: #575656;
}
.full-block .caption-block .breadcrumb ul li + li::before {
  content: "»";
  padding: 0 13px;
  color: #575656;
}
.full-block .caption-border-block {
  height: 9px;
  background: url('../images/layout/bg-caption-block.png') repeat-x bottom;
}
.full-block .center-block {
  padding: 41px 0 81px 0;
}
.full-block .center-block .left-menu-block {
  padding-bottom: 3em;
}
.full-block .center-block .left-menu-block > li {
  border: 1px solid #e1e1e0;
  margin-bottom: 5px;
}
.full-block .center-block .left-menu-block > li > a:link,
.full-block .center-block .left-menu-block > li > a:visited {
  padding: 13px 5px 12px 35px;
  display: block;
  font-family: 'Raleway Bold';
  text-decoration: none;
  background: #f0efef url('../images/layout/bullet-left-menu.png') no-repeat left top;
}
.full-block .center-block .left-menu-block > li > a:hover,
.full-block .center-block .left-menu-block > li > a:active {
  color: #1a1a18;
  background-color: #f2f2f2;
}
.full-block .center-block .left-menu-block > li.selected {
  margin-bottom: 9px;
}
.full-block .center-block .left-menu-block > li.selected > a:link,
.full-block .center-block .left-menu-block > li.selected > a:visited {
  background-color: #f0efef;
}
.full-block .center-block .left-menu-block > li > .selected-st {
  position: absolute;
  width: 13px;
  height: 8px;
  margin-left: 11px;
  background: url('../images/layout/bg-left-menu-selected-st.png') no-repeat top left;
}
.full-block .center-block .left-menu-block > li > ul > li {
  border-top: 1px solid #e1e1e0;
}
.full-block .center-block .left-menu-block > li > ul > li > a:link,
.full-block .center-block .left-menu-block > li > ul > li > a:visited {
  padding: 11px 5px 10px 35px;
  display: block;
  text-decoration: none;
  color: #6e6e6e;
}
.full-block .center-block .left-menu-block > li > ul > li > a:hover,
.full-block .center-block .left-menu-block > li > ul > li > a:active {
  background-color: #f8f8f8;
}
.full-block .center-block .left-menu-block > li > ul > li.selected > a:link,
.full-block .center-block .left-menu-block > li > ul > li.selected > a:visited {
  background-color: #f8f8f8;
}
.full-block .center-block .point-list-block {
  padding-bottom: 3em;
}
.full-block .center-block .point-list-block > li {
  margin-bottom: 5px;
}
.full-block .center-block .point-list-block > li > a:link,
.full-block .center-block .point-list-block > li > a:visited {
  border: 1px solid #f8f8f8;
  padding: 13px 5px 12px 21px;
  display: block;
  text-decoration: none;
  background: #f5f5f5;
}
.full-block .center-block .point-list-block > li > a:hover,
.full-block .center-block .point-list-block > li > a:active {
  color: #1a1a18;
  background-color: #f2f2f2;
}
.full-block .center-block .point-list-block > li.selected {
  margin-bottom: 9px;
}
.full-block .center-block .point-list-block > li.selected > a:link,
.full-block .center-block .point-list-block > li.selected > a:visited {
  border: 1px solid #b99bbb;
  color: #ffffff;
  font-family: 'Raleway Bold';
  text-transform: uppercase;
  background-color: #622875;
}
.full-block .center-block .point-list-block > li > .selected-st {
  position: absolute;
  width: 13px;
  height: 8px;
  margin-top: -2px;
  margin-left: 11px;
  background: url('../images/layout/bg-left-menu-violet-selected-st.png') no-repeat top left;
}
.full-block .body h1,
.full-block .body h2,
.full-block .body h3,
.full-block .body .h1,
.full-block .body .h2,
.full-block .body .h3 {
  padding-bottom: 6px;
  background: url('../images/layout/bg-h1_6.png') repeat-x bottom;
  margin-top: 20px;
  margin-bottom: 10px;
}
.full-block .body p,
.full-block .body .simple-list * {
  line-height: 1.85em;
}
.full-block .body ul.simple-list li {
  padding-left: 23px;
  background: url('../images/layout/bullet-simple-list.png') no-repeat top left;
}
.full-block .body ol.simple-list {
  list-style: decimal;
  list-style-type: none;
  z-index: 2;
  counter-reset: point;
}
.full-block .body ol.simple-list li {
  margin-left: 14px;
  padding-left: 9px;
}
.full-block .body ol.simple-list li:before {
  margin-bottom: 4px;
  counter-increment: point 1;
  line-height: 1.6;
  height: 24px;
  left: 5px;
  width: 23px;
  margin-top: 1px;
  color: #a87fa9;
  content: counter(point) '.';
  text-align: center;
  position: absolute;
}
.full-block .body .image-section-column-list .number-block {
  color: #d8d9d9;
  font-size: 50px;
  font-family: 'PT Serif Regular';
}
.full-block .body .image-section-column-list img {
  width: 100%;
  border: 1px solid #eeeff1;
}
.full-block .body .image-section-column-list .st {
  margin-bottom: 17px;
  width: 30px;
  height: 3px;
  background: #622875;
}
.full-block .body .image-section-column-list .name-block {
  padding: 43px 0 20px 0;
}
.full-block .body .image-section-column-list .name-block,
.full-block .body .image-section-column-list .name-block * {
  font-family: 'PT Serif Bold';
  font-size: 20.83px;
}
.full-block .body .image-section-column-list .desc-block {
  line-height: 1.85em;
}
.full-block .body .simple-table {
  border-top: 1px solid #b2a7b4;
  border-right: 1px solid #b2a7b4;
}
.full-block .body .simple-table th {
  padding: 25px 21px;
  font-family: 'Raleway Bold';
  color: #ffffff;
  background: #622875;
  text-align: center;
  border-bottom: 1px solid #b2a7b4;
  border-left: 1px solid #b2a7b4;
}
.full-block .body .simple-table td {
  padding: 15px 21px;
  vertical-align: top;
  border-bottom: 1px solid #b2a7b4;
  border-left: 1px solid #b2a7b4;
}
.full-block .body .simple-table tr:nth-child(2n + 1) td {
  background: #f3f2f1;
}
.full-block .body .table-form {
  width: 100%;
}
.full-block .body .table-form tr td {
  vertical-align: top;
  padding-bottom: 19px;
  width: 65%;
}
.full-block .body .table-form tr td:first-child {
  width: 30%;
  margin-right: 5%;
}
.full-block .big-slider-block .container {
  margin-bottom: 30px;
  padding-bottom: 100px;
}
.full-block .big-slider-block .container .caption {
  padding-top: 71px;
  padding-bottom: 43px;
  font-size: 66.67px;
  line-height: 58px;
  text-align: center;
}
@media (max-width: 768px) {
  .full-block .big-slider-block .container .caption {
    font-size: 36px;
    line-height: 30px;
  }
}
.full-block .big-slider-block .container .desc-block {
  margin: 35px 0 41px 0;
  text-align: center;
}
.full-block .offer-block-2 .item {
  margin-bottom: 65px;
  padding-bottom: 12px;
  background: url('../images/layout/bg-ornament-bottom.png') no-repeat center bottom;
}
.full-block .offer-block-2 .item .inner {
  padding: 9px 0 41px 0;
  border: 4px solid #f2f2f2;
  border-bottom: none;
}
.full-block .offer-block-2 .item .inner .img-block {
  margin-top: 14px;
}
.full-block .offer-block-2 .item .inner .img-block img {
  width: 100%;
  height: auto;
}
.full-block .offer-block-2 .item .inner .desc-block {
  margin-top: 21px;
  margin-bottom: 25px;
  padding: 0 10%;
  text-align: center;
height:auto !important
}
.full-block .violet-section-block {
  position: relative;
  z-index: 5;
}
.full-block .violet-section-block > .container {
  min-height: 583px;
  background: url('../images/layout/bg-footer.jpg') top center;
  background-size: cover;
  margin-top: 92px;
  margin-bottom: -125px;
}
.full-block .violet-section-block > .container > .row {
  margin-top: -92px;
}
.full-block .violet-section-block > .container a.item {
  padding: 0;
}
.full-block .violet-section-block > .container a.item:link,
.full-block .violet-section-block > .container a.item:visited {
  display: block;
}
.full-block .violet-section-block > .container a.item:link .white-block,
.full-block .violet-section-block > .container a.item:visited .white-block {
  background: #fff;
}
.full-block .violet-section-block > .container a.item:link .inner,
.full-block .violet-section-block > .container a.item:visited .inner {
  background-position: center;
  padding: 8px;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.full-block .violet-section-block > .container a.item:link .inner,
.full-block .violet-section-block > .container a.item:visited .inner,
.full-block .violet-section-block > .container a.item:link .inner *,
.full-block .violet-section-block > .container a.item:visited .inner * {
  text-decoration: none;
}
.full-block .violet-section-block > .container a.item:link .inner .section-block,
.full-block .violet-section-block > .container a.item:visited .inner .section-block {
  border: 1px solid #622875;
}
.full-block .violet-section-block > .container a.item:link .inner .section-block .caption,
.full-block .violet-section-block > .container a.item:visited .inner .section-block .caption {
  padding-top: 281px;
}
@media (max-width: 768px) {
  .full-block .violet-section-block > .container a.item:link .inner .section-block .caption,
  .full-block .violet-section-block > .container a.item:visited .inner .section-block .caption {
    font-size: 29.17px;
  }
}
@media (max-width: 768px) {
  .full-block .violet-section-block > .container a.item:link .inner .section-block .caption,
  .full-block .violet-section-block > .container a.item:visited .inner .section-block .caption {
    background: url('../images/layout/bg-caption-small.png') no-repeat center bottom;
  }
}
.full-block .violet-section-block > .container a.item:link.selected .st,
.full-block .violet-section-block > .container a.item:visited.selected .st {
  margin-top: 10px;
  position: relative;
  height: 9px;
  background: url('../images/layout/bg-violet-section-st.png') center;
}
.full-block .violet-section-block > .container a.item:link.selected .inner,
.full-block .violet-section-block > .container a.item:visited.selected .inner {
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  -webkit-opacity: 1 !important;
  opacity: 1 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
  filter: alpha(opacity=100) !important;
}
.full-block .main-page-posters-block {
  position: relative;
  z-index: 4;
}
.full-block .main-page-posters-block .container {
  margin-top: 125px;
}
.full-block .gray-big-block {
  background: #f4f4f4 url('../images/layout/bg-gradient-gray-top.png') repeat-x top;
}
.full-block .gray-big-block .wrapper {
  padding: 45px 0 85px 0;
  margin-bottom: 71px;
  background: url('../images/layout/bg-gradient-gray-bottom.png') repeat-x bottom;
}
.full-block .gray-big-block.ask-block {
  background-color: #efefef;
  background-image: url('../images/layout/bg-ask-block.png');
  background-repeat: no-repeat;
  background-position: center;
}
.full-block .gray-big-block.ask-block .wrapper {
  min-height: 621px;
}
.full-block .title-st-block {
  position: absolute;
  z-index: 10;
  display: inline-block;
  margin-top: 15px;
  padding-right: 10px;
  background: url('../images/layout/bg-title-sprite.png') no-repeat right bottom;
}
.full-block .title-st-block .title-st-inner {
  padding: 0 15px 0 23px;
  display: inline-block;
  height: 47px;
  line-height: 47px;
  font-size: 25px;
  font-family: 'PT Serif Regular';
  color: #ffffff;
  background: url('../images/layout/bg-title-sprite.png') no-repeat left top;
}
.full-block .search-posters-block {
  background: #371a40;
  padding: 11px;
}
.full-block .search-posters-block .inner-top {
  height: 32px;
  margin: 0 32px;
  background: url('../images/layout/border-ornament/border-top.png') no-repeat center top;
}
.full-block .search-posters-block .inner-right {
  padding-right: 32px;
  background: url('../images/layout/border-ornament/border-right.png') no-repeat center right;
}
.full-block .search-posters-block .inner-bottom {
  height: 32px;
  margin: 0 32px;
  background: url('../images/layout/border-ornament/border-bottom.png') no-repeat center bottom;
}
.full-block .search-posters-block .inner-left {
  padding-left: 32px;
  background: url('../images/layout/border-ornament/border-left.png') no-repeat center left;
}
.full-block .search-posters-block .angle-block {
  position: absolute;
  width: 18px;
  height: 18px;
  background: url('../images/layout/border-ornament/border-angle-sprite.png');
}
.full-block .search-posters-block .angle-block.angle-left-top {
  margin: -10px 0 0 22px;
  background-position: left top;
}
.full-block .search-posters-block .angle-block.angle-right-top {
  right: 47px;
  margin: -10px 0 0 0;
  background-position: right top;
}
.full-block .search-posters-block .angle-block.angle-left-bottom {
  margin: -10px 0 0 22px;
  background-position: left bottom;
}
.full-block .search-posters-block .angle-block.angle-right-bottom {
  right: 47px;
  margin: -10px 0 0 0;
  background-position: right bottom;
}
.full-block .search-posters-block .inner-block {
  padding: 23px 27px;
}
.full-block .search-posters-block .inner-block h1,
.full-block .search-posters-block .inner-block h2,
.full-block .search-posters-block .inner-block h3,
.full-block .search-posters-block .inner-block h4,
.full-block .search-posters-block .inner-block h5,
.full-block .search-posters-block .inner-block h6 {
  color: #ffffff;
}
.full-block .ornament-border-block {
  padding: 11px;
}
.full-block .ornament-border-block .inner-top {
  height: 48px;
  margin: 0 60px;
  background: url('../images/layout/border-ornament/border-on-light-25-top.png') no-repeat center top;
}
.full-block .ornament-border-block .inner-right {
  margin: 12px 0;
  padding-right: 48px;
  background: url('../images/layout/border-ornament/border-on-light-25-right.png') no-repeat center right;
}
.full-block .ornament-border-block .inner-bottom {
  height: 48px;
  margin: 0 60px;
  background: url('../images/layout/border-ornament/border-on-light-25-bottom.png') no-repeat center bottom;
}
.full-block .ornament-border-block .inner-left {
  margin: 12px 0;
  padding-left: 48px;
  background: url('../images/layout/border-ornament/border-on-light-25-left.png') no-repeat center left;
}
.full-block .ornament-border-block .angle-block {
  position: absolute;
  width: 25px;
  height: 25px;
  background: url('../images/layout/border-ornament/border-on-light-25-angle-sprite.png');
}
.full-block .ornament-border-block .angle-block.angle-left-top {
  margin: -13px 0 0 35px;
  background-position: left top;
}
.full-block .ornament-border-block .angle-block.angle-right-top {
  right: 61px;
  margin: -13px 0 0 0;
  background-position: right top;
}
.full-block .ornament-border-block .angle-block.angle-left-bottom {
  margin: -12px 0 0 35px;
  background-position: left bottom;
}
.full-block .ornament-border-block .angle-block.angle-right-bottom {
  right: 61px;
  margin: -12px 0 0 0;
  background-position: right bottom;
}
.full-block .ornament-border-block .inner-block {
  padding: 15px 27px;
}
.full-block .footer-block {
  padding: 65px 0 65px 0;
  background: url('../images/layout/bg-footer.jpg') top center;
  background-size: cover;
}
.full-block .footer-block img {
  width: 100%;
}
.full-block .footer-block #contactform-captcha-image {
  background: white;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: -7px;
}
.full-block .footer-block > .container > .row > div {
  padding-bottom: 60px;
}
.full-block .footer-block * {
  color: #ffffff;
}
.full-block .footer-block .soc-block {
  margin-top: 51px;
}
.full-block .footer-block .soc-block div {
  margin-bottom: 8px;
}
.full-block .footer-block .soc-block li {
  float: left;
}
.full-block .footer-block .soc-block a:link,
.full-block .footer-block .soc-block a:visited {
  display: block;
  width: 34px;
  height: 34px;
  margin: 0 4px 4px 0;
  border: 1px solid #492f51;
  -web-kit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #f9f9f9 url('../images/layout/icons/icon-soc-sprite.png') center;
}
.full-block .footer-block .soc-block a:link.icon-vk,
.full-block .footer-block .soc-block a:visited.icon-vk {
  background-position: 0 0;
}
.full-block .footer-block .soc-block a:link.icon-ok,
.full-block .footer-block .soc-block a:visited.icon-ok {
  background-position: -32px 0;
}
.full-block .footer-block .soc-block a:link.icon-fb,
.full-block .footer-block .soc-block a:visited.icon-fb {
  background-position: -64px 0;
}
.full-block .footer-block .soc-block a:link.icon-tw,
.full-block .footer-block .soc-block a:visited.icon-tw {
  background-position: -96px 0;
}
.full-block .footer-block .soc-block a:link.icon-gg,
.full-block .footer-block .soc-block a:visited.icon-gg {
  background-position: -128px 0;
}
.full-block .footer-block .soc-block a:link.icon-ml,
.full-block .footer-block .soc-block a:visited.icon-ml {
  background-position: -160px 0;
}
.full-block .footer-block .soc-block a:link.icon-insta,
.full-block .footer-block .soc-block a:visited.icon-insta {
  background-position: -192px 0;
}
.full-block .footer-block .soc-block a:hover,
.full-block .footer-block .soc-block a:active {
  border: 1px solid #ffffff;
}
.full-block .footer-block .caption-block {
  height: 31px;
  margin-bottom: 15px;
  font-family: 'Raleway Bold';
  font-size: 16.67px;
  text-transform: uppercase;
  background: url('../images/layout/bg-footer-caption.png') bottom right no-repeat;
}
.full-block .footer-block a {
  line-height: 28px;
}
.full-block .footer-block a:link,
.full-block .footer-block a:visited,
.full-block .footer-block a:link *,
.full-block .footer-block a:visited * {
  text-decoration: none;
}
.full-block .footer-block a:hover,
.full-block .footer-block a:active,
.full-block .footer-block a:hover *,
.full-block .footer-block a:active * {
  text-decoration: underline;
}
.full-block .footer-block form input[type=text],
.full-block .footer-block form input[type=password],
.full-block .footer-block form textarea {
  border-color: #ffffff;
  background: transparent;
  text-overflow: ellipsis;
}
.full-block .footer-block form input[type=text]::-webkit-input-placeholder,
.full-block .footer-block form input[type=password]::-webkit-input-placeholder,
.full-block .footer-block form textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.full-block .footer-block form input[type=text]::-moz-placeholder,
.full-block .footer-block form input[type=password]::-moz-placeholder,
.full-block .footer-block form textarea::-moz-placeholder {
  color: #ffffff;
}
.full-block .footer-block form input[type=text]:-moz-placeholder,
.full-block .footer-block form input[type=password]:-moz-placeholder,
.full-block .footer-block form textarea:-moz-placeholder {
  color: #ffffff;
}
.full-block .footer-block form input[type=text]:-ms-input-placeholder,
.full-block .footer-block form input[type=password]:-ms-input-placeholder,
.full-block .footer-block form textarea:-ms-input-placeholder {
  color: #ffffff;
}
.full-block .footer-block form input[type=text]::-moz-placeholder,
.full-block .footer-block form input[type=password]::-moz-placeholder,
.full-block .footer-block form textarea::-moz-placeholder {
  text-overflow: ellipsis;
}
.full-block .footer-block form input[type=text]:-moz-placeholder,
.full-block .footer-block form input[type=password]:-moz-placeholder,
.full-block .footer-block form textarea:-moz-placeholder {
  text-overflow: ellipsis;
}
.full-block .footer-block form input[type=text]:-ms-input-placeholder,
.full-block .footer-block form input[type=password]:-ms-input-placeholder,
.full-block .footer-block form textarea:-ms-input-placeholder {
  text-overflow: ellipsis;
}
.full-block .footer-block form input[type=text]:focus::-webkit-input-placeholder,
.full-block .footer-block form input[type=password]:focus::-webkit-input-placeholder,
.full-block .footer-block form textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
.full-block .footer-block form input[type=text]:focus::-moz-placeholder,
.full-block .footer-block form input[type=password]:focus::-moz-placeholder,
.full-block .footer-block form textarea:focus::-moz-placeholder {
  color: transparent;
}
.full-block .footer-block form input[type=text]:focus:-moz-placeholder,
.full-block .footer-block form input[type=password]:focus:-moz-placeholder,
.full-block .footer-block form textarea:focus:-moz-placeholder {
  color: transparent;
}
.full-block .footer-block form input[type=text]:focus:-ms-input-placeholder,
.full-block .footer-block form input[type=password]:focus:-ms-input-placeholder,
.full-block .footer-block form textarea:focus:-ms-input-placeholder {
  color: transparent;
}
.full-block .footer-block form input[type=submit] {
  color: #ffffff;
  background-color: #371a40;
}
.full-block .footer-block .contacts-block * {
  font-size: 13.75px;
  color: #ffffff;
  line-height: 19px;
}
.full-block .footer-block .contacts-block a:link,
.full-block .footer-block .contacts-block a:visited,
.full-block .footer-block .contacts-block a:link *,
.full-block .footer-block .contacts-block a:visited * {
  text-decoration: none;
}
.full-block .footer-block .contacts-block a:hover,
.full-block .footer-block .contacts-block a:active,
.full-block .footer-block .contacts-block a:hover *,
.full-block .footer-block .contacts-block a:active * {
  text-decoration: underline;
}
.full-block .footer-block .contacts-block a:link,
.full-block .footer-block .contacts-block a:visited {
  display: inline-block;
  margin-top: 13px;
  padding-left: 25px;
  font-family: 'Roboto Medium';
  font-size: 20.83px;
  background: url('../images/layout/icons/icon-phone-footer.png') no-repeat;
}
.full-block .footer-block .contacts-block .st {
  padding-left: 25px;
}
.full-block .footer-block .contacts-block .soc-block-2 li {
  float: left;
}
.full-block .footer-block .contacts-block .soc-block-2 a:link,
.full-block .footer-block .contacts-block .soc-block-2 a:visited {
  display: block;
  width: 34px;
  height: 34px;
  margin-right: 4px;
  border: 1px solid #492f51;
  -web-kit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #755b80 url('../images/layout/icons/icon-soc-white-sprite.png') center;
}
.full-block .footer-block .contacts-block .soc-block-2 a:link.icon-vk,
.full-block .footer-block .contacts-block .soc-block-2 a:visited.icon-vk {
  background-position: 0 0;
}
.full-block .footer-block .contacts-block .soc-block-2 a:link.icon-fb,
.full-block .footer-block .contacts-block .soc-block-2 a:visited.icon-fb {
  background-position: -32px 0;
}
.full-block .footer-block .contacts-block .soc-block-2 a:link.icon-insta,
.full-block .footer-block .contacts-block .soc-block-2 a:visited.icon-insta {
  background-position: -64px 0;
}
.full-block .footer-block .contacts-block .soc-block-2 a:hover,
.full-block .footer-block .contacts-block .soc-block-2 a:active {
  border: 1px solid #755b80;
}
.full-block .footer-line-block {
  padding: 17px 0;
  background: #c2c1c1 url('../images/layout/bg-footer-line.png') top repeat-x;
}
.full-block .footer-line-block * {
  color: #575656;
}
.full-block ul.pagination-block {
  text-align: center;
}
.full-block ul.pagination-block:before:before,
.full-block ul.pagination-block:before:after {
  content: " ";
  display: table;
}
.full-block ul.pagination-block:before:after {
  clear: both;
}
.full-block ul.pagination-block li {
  display: inline-block;
}
.full-block ul.pagination-block li a:link,
.full-block ul.pagination-block li a:visited {
  display: block;
  padding: 0 15px;
  text-decoration: none;
  line-height: 38px;
  background-color: #f3e7f3;
}
.full-block ul.pagination-block li.selected a:link,
.full-block ul.pagination-block li.selected a:visited,
.full-block ul.pagination-block li a:hover,
.full-block ul.pagination-block li a:active {
  color: #ffffff;
  background-color: #a87fa9;
}
.full-block ul.pagination-block:after:before,
.full-block ul.pagination-block:after:after {
  content: " ";
  display: table;
}
.full-block ul.pagination-block:after:after {
  clear: both;
}
