﻿/* normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css
 *  Modfifed by @lookforteroot
 */
html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio:not([controls]) {
  height: 0;
  display: none;
}
iframe {
  max-width: 100%;
}
progress {
  vertical-align: baseline;
}
.site-captcha,
template,
[hidden] {
  display: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover,
a:active {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-size: 1em;
  font-family: monospace, monospace;
}
hr {
  height: 0;
  overflow: visible;
  box-sizing: content-box;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font: inherit;
}
optgroup {
  font-weight: bold;
}
input,
button {
  overflow: visible;
}
select,
button {
  text-transform: none;
}
button,
[type='reset'],
[type='submit'],
html [type='button'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  margin: 0 2px;
  border: 1px solid #c0c0c0;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  padding: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
  box-sizing: border-box;
}
textarea {
  overflow: auto;
}
[type='radio'],
[type='checkbox'] {
  padding: 0;
  box-sizing: border-box;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
[type='search']::-webkit-search-decoration,
[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  opacity: 0.54;
  color: inherit;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
.btn {
  cursor: pointer;
  display: inline-block;
  text-decoration: none !important;
}
.btn_1 {
  border-radius: 4px;
  color: #000 !important;
  font: 700 15px 'PT Sans';
  border: solid 3px #000;
  letter-spacing: 0.08em;
  padding: 12px 40px 9px 40px;
  text-transform: uppercase;
}
.btn_1:hover {
  background: rgba(0, 0, 0, 0.1);
}
.btn_2 {
  background: transparent;
  color: #f71029 !important;
  padding: 12px 40px 9px 40px;
  font: 700 15px 'PT Sans';
  border: solid 3px #f71029;
  border-radius: 4px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.btn_2:hover {
  background: rgba(247, 16, 41, 0.1);
}
.btn_3 {
  color: #fff !important;
  padding: 12px 20px 9px 10px;
  font: 700 15px 'PT Sans';
  border: solid 3px #fff;
  border-radius: 4px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.btn_3:hover {
  background: rgba(247, 16, 41, 0.1);
}
.btn_4 {
  color: #fff;
  font: 700 15px 'PT Sans';
  background: #f71029;
  border: 0;
  padding: 10px 20px;
}
.btn_5 {
  color: #fff;
  font: 700 15px 'PT Sans';
  background: #f94054;
  border: 0;
  padding: 15px 33px;
  border-radius: 5px;
  background: -moz-linear-gradient(top, #f94054, #ad0618);
  background: -webkit-linear-gradient(top, #f94054, #ad0618);
  background: -o-linear-gradient(top, #f94054, #ad0618);
  background: -ms-linear-gradient(top, #f94054, #ad0618);
  background: linear-gradient(top, #f94054, #ad0618);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
}
.btn_5:hover {
  background: -moz-linear-gradient(top, #d7283b, #80000e);
  background: -webkit-linear-gradient(top, #d7283b, #80000e);
  background: -o-linear-gradient(top, #d7283b, #80000e);
  background: -ms-linear-gradient(top, #d7283b, #80000e);
  background: linear-gradient(top, #d7283b, #80000e);
}
html {
  box-sizing: border-box;
}
body {
  color: #464646;
  font: 16px/1 'PT Sans', Arial, 'Helvetica Neue', sans-serif;
}
body.body-locked {
  overflow: hidden;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
#wrapper,
.wrapper {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) and (max-width: 979px) {
  #wrapper,
  .wrapper {
    width: 748px;
  }
}
@media (min-width: 980px) and (max-width: 1279px) {
  #wrapper,
  .wrapper {
    width: 960px;
  }
}
@media (min-width: 1280px) {
  #wrapper,
  .wrapper {
    width: 1240px;
  }
}
@media (max-width: 767px) {
  .wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.wrapper:after {
  content: '';
  display: block;
  clear: both;
}
ul,
ol {
  padding: 0;
  margin: 20px 0 20px 20px;
}
li {
  margin: 0 0 5px 0;
}
h1,
h2 {
  color: #000;
  margin: 0 0 20px 0;
  font: 700 27px/1.2 'Fira Sans';
}
@media (max-width: 767px) {
  h1,
  h2 {
    text-align: center;
    font-size: 20px;
  }
}
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
  font-family: 'Fira Sans';
}
@media (max-width: 767px) {
  h3,
  h4,
  h5,
  h6 {
    text-align: center;
  }
}
p {
  margin: 0 0 21px 0;
}
a {
  color: #f71029;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
  height: auto !important;
}
table {
  border-collapse: collapse;
}
td {
  vertical-align: top;
}
.hide {
  display: none;
}
.relative {
  position: relative;
}
.clear {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.c {
  text-align: center;
}
.l {
  text-align: left;
}
.r {
  text-align: right;
}
.fade {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  position: fixed;
  background: rgba(0, 0, 0, 0.47);
}
.star {
  padding-left: 22px;
  margin-left: -22px;
  background: url('../images/icon-star-gray-dark.png') left center no-repeat;
}
.divider {
  clear: both;
  height: 10px;
}
.separator {
  width: 1px;
  height: 10px;
  margin: 0 12px;
  background: #d2d2d2;
  display: inline-block;
}
.modal {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5000;
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
  transition: opacity 0.15s, visibility 0.15s;
}
.modal__close {
  right: 10px;
  top: 10px;
  z-index: 10;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: solid 2px #000;
  cursor: pointer;
}
.modal__close:hover {
  background: rgba(0, 0, 0, 0.1);
}
.modal__close:after,
.modal__close:before {
  content: '';
  width: 2px;
  height: 20px;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #000;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.modal__close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal__close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal.hide {
  visibility: hidden;
  opacity: 0;
  display: block;
}
.modal.modal_visible {
  visibility: visible;
  opacity: 1;
}
.modal .window {
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  background: #fff;
  position: absolute;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  .modal .window {
    width: 100%;
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .modal .window {
    width: 525px;
    padding: 20px 30px 45px 30px;
  }
}
.modal .window.window_centered {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.modal .window .close {
  top: 40px;
  right: 40px;
  position: absolute;
}
.modal .window .title {
  margin: 0 0 10px 0;
  font: 700 29px 'PT Sans';
}
.font-color-red {
  color: #f71029 !important;
}
.font-10 {
  font-size: 10px;
}
.u {
  text-decoration: line-through;
}
.warnText {
  padding: 0 0 10px;
}
.nc-admin-mode-content-box {
  margin: 0 -6px !important;
}
#scrollTop {
  left: 50%;
  z-index: 2;
  opacity: 0.5;
  color: #fff;
  width: 100px;
  bottom: 20px;
  display: none;
  position: fixed;
  font-size: 16px;
  background: #000;
  padding: 5px 10px;
  text-align: center;
  margin: 0 0 0 -50px;
  text-decoration: none;
}
#scrollTop:hover {
  opacity: 1;
}
.btn-nav {
  width: 40px;
  height: 39px;
  cursor: pointer;
  position: absolute;
  margin-right: 12px;
  display: inline-block;
  background: url('../images/nav.png');
}
@media (max-width: 479px) {
  .btn-nav {
    top: 10px;
    right: 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .btn-nav {
    top: 10px;
    right: 50px;
  }
}
@media (min-width: 768px) {
  .btn-nav {
    display: none;
  }
}
#nav {
  position: relative;
}
#nav._visible {
  z-index: 1001;
}
#nav._visible .nav {
  display: block !important;
}
@media (max-width: 479px) {
  #nav {
    z-index: 1000;
    padding-top: 58px;
  }
}
@media (min-width: 480px) {
  #nav {
    z-index: 1001;
  }
}
@media (min-width: 1280px) {
  #nav {
    padding: 33px 0 0 15px;
  }
}
@media (min-width: 980px) and (max-width: 1279px) {
  #nav {
    width: 601px;
  }
}
@media (min-width: 1280px) {
  #nav {
    width: 731px;
  }
}
#nav .wrapper {
  width: inherit;
}
#nav .nav {
  position: relative;
}
@media (max-width: 767px) {
  #nav .nav {
    top: 58px;
    left: 12px;
    right: 12px;
    display: none;
    padding: 10px 0;
    background: #fff;
    position: absolute;
    border: solid 1px #f71029;
  }
}
#nav .nav ul {
  margin: 0;
  padding: 0;
  opacity: 0.76;
}
#nav .nav ul li {
  margin: 0;
  font-weight: 500;
  list-style: none;
}
@media (max-width: 767px) {
  #nav .nav ul li {
    font-size: 18px;
  }
  #nav .nav ul li a {
    display: block;
    padding: 10px 15px;
  }
}
@media (min-width: 768px) {
  #nav .nav ul li {
    float: left;
    font-size: 16px;
  }
  #nav .nav ul li:before {
    content: '/';
    color: #949494;
  }
  #nav .nav ul li a {
    padding: 0 8px;
  }
}
#nav .nav ul li:hover {
  color: #f9495c;
}
#nav .nav ul li:first-child {
  padding-left: 0;
}
#nav .nav ul li:first-child:before {
  display: none;
}
#nav .nav ul li a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}
@media (max-width: 1279px) and (min-width: 480px) {
  #nav {
    padding-top: 10px;
  }
}
#header {
  z-index: 1000;
  position: relative;
  margin: 15px 0 47px 0;
}
@media (max-width: 979px) {
  #header {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #header {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  #header .wrapper.fixed {
    top: 0;
    padding: 0;
    z-index: 3;
    position: fixed;
    background: #fff;
    border-bottom: 3px solid #f71029;
  }
  #header .wrapper.fixed.admin_mode {
    top: 55px;
  }
  #header .wrapper.fixed .bottom .left .nav .search .title {
    display: none;
  }
  #header .wrapper.fixed .bottom .right {
    text-align: right;
    position: static;
  }
  #header .wrapper.fixed .bottom .right .title,
  #header .wrapper.fixed .bottom .right .round {
    display: none;
  }
  #header .wrapper.fixed .phone {
    position: absolute;
    right: 0;
    margin: 0;
    padding-left: 32px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #header .wrapper.fixed {
    width: 753px;
  }
}
@media (min-width: 980px) and (max-width: 1279px) {
  #header .wrapper.fixed {
    width: 965px;
  }
}
@media (min-width: 1280px) {
  #header .wrapper.fixed {
    width: 1245px;
  }
}
#header .logo {
  color: #fff;
  font-size: 13px;
}
@media (max-width: 479px) {
  #header .logo {
    font-size: 0;
    text-align: center;
    padding: 2px 0 8px 0;
    background: #f71029;
  }
}
@media (min-width: 480px) {
  #header .logo {
    background: 100% 0 no-repeat url('../images/logo-bg.png');
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #header .logo {
    padding: 16px 25px 20px 8%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #header .logo {
    padding: 15px 35px 20px 38px;
  }
}
@media (min-width: 980px) and (max-width: 1279px) {
  #header .logo {
    height: 100px;
    padding: 19px 50px 0 38px;
  }
}
@media (min-width: 1280px) {
  #header .logo {
    height: 113px;
    padding: 16px 0 0 38px;
  }
}
#header .logo img {
  margin: 10px 0 0;
}
@media (max-width: 479px) {
  #header .logo img {
    width: 70%;
  }
}
#header .order {
  color: #000;
  font-weight: 700;
  text-align: center;
  position: relative;
  border-radius: 35px;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 0.02em;
  border-bottom: solid 1px #3d3d3d;
  background: -moz-linear-gradient(top, #f6f6f6 0%, #ebebeb 52%, #b3b3b3 100%);
  background: -webkit-linear-gradient(top, #f6f6f6 0%, #ebebeb 52%, #b3b3b3 100%);
  background: linear-gradient(to bottom, #f6f6f6 0%, #ebebeb 52%, #b3b3b3 100%);
}
@media (max-width: 479px) {
  #header .order {
    left: 13px;
    top: -47px;
    position: absolute;
    padding: 0 15px !important;
  }
}
@media (max-width: 767px) {
  #header .order {
    height: 37px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 34px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #header .order {
    height: 50px;
    padding: 0 26px;
    font-size: 20px;
    line-height: 46px;
  }
}
@media (min-width: 980px) and (max-width: 1279px) {
  #header .order {
    height: 60px;
    padding: 0 32px;
    font-size: 25px;
    line-height: 56px;
  }
}
@media (min-width: 1280px) {
  #header .order {
    height: 70px;
    padding: 0 38px;
    font-size: 30px;
    line-height: 66px;
  }
}
#header .order:after {
  top: 0;
  bottom: 0;
  left: 8px;
  content: '';
  z-index: -1;
  right: 8px;
  position: absolute;
  border-radius: inherit;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.65);
}
@media (max-width: 767px) {
  #header .order:after {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.45);
  }
}
#header .order:hover {
  background: -moz-linear-gradient(top, #fcf3f3 0%, #f7e2e2 52%, #e39191 100%);
  background: -webkit-linear-gradient(top, #fcf3f3 0%, #f7e2e2 52%, #e39191 100%);
  background: linear-gradient(to bottom, #fcf3f3 0%, #f7e2e2 52%, #e39191 100%);
}
#header .order img {
  vertical-align: middle;
  margin: 0 12px 0 0;
}
#header .phone {
  color: #000;
  height: 40px;
  border: none;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  padding: 0 0 0 10px;
  background: url('../images/icon_phone.png') 0 50% no-repeat !important;
}
@media (max-width: 479px) {
  #header .phone {
    font-size: 16px;
    padding: 0 0 0 30px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #header .phone {
    margin: 0 12px;
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #header .phone {
    margin: 0 18px;
    font-size: 16px;
  }
}
@media (min-width: 980px) and (max-width: 1279px) {
  #header .phone {
    margin: 0 35px;
    font-size: 20px;
  }
}
@media (min-width: 1280px) {
  #header .phone {
    margin: 0 70px;
    font-size: 24px;
  }
}
#header .phone a {
  color: #464646;
  text-decoration: none;
}
#header .nav {
  height: 40px;
  background: #e4e4e4;
  border-left: 1px solid #fff;
  border-top: 1px solid #c91631;
}
@media (min-width: 480px) {
  #header .nav {
    padding: 0 12px 0 0;
  }
  #header .nav:after {
    width: 0;
    content: '';
    height: 39px;
    background: #dadada;
    position: absolute;
    border-bottom: 12px solid #fff;
    border-left: 13px solid #dadada;
  }
}
@media (min-width: 768px) {
  #header .nav {
    position: relative;
  }
}
#header .nav .block {
  float: left;
  z-index: 1000;
  position: relative;
}
#header .nav .block:first-child {
  float: left;
  border-right: 1px solid #fff;
}
@media (max-width: 767px) {
  #header .nav .block:first-child {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #header .nav .block:first-child {
    width: 136px;
  }
}
@media (min-width: 980px) and (max-width: 1279px) {
  #header .nav .block:first-child {
    width: 207px;
  }
}
@media (min-width: 1280px) {
  #header .nav .block:first-child {
    width: 250px;
  }
}
#header .nav .block:first-child .box {
  left: 0;
}
@media (max-width: 479px) {
  #header .nav .block:first-child .box {
    width: 300px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #header .nav .block:first-child .box {
    width: 460px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #header .nav .block:first-child .box {
    width: 708px;
  }
}
@media (min-width: 980px) and (max-width: 1279px) {
  #header .nav .block:first-child .box {
    width: 920px;
  }
}
@media (min-width: 1280px) {
  #header .nav .block:first-child .box {
    width: 1235px;
  }
}
#header .nav .block:hover .title {
  background-color: #f71029;
}
#header .nav .block:hover .title a {
  background-image: url('../images/icon-arrow-bottom.png');
}
#header .nav .block:hover .box {
  display: block;
}
#header .nav .block .title {
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
}
@media (max-width: 767px) {
  #header .nav .block .title {
    font-size: 13px;
    line-height: 1.2;
    width: inherit;
    display: table-cell;
    vertical-align: middle;
    height: 39px !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #header .nav .block .title {
    font-size: 13px;
    line-height: 39px;
  }
}
@media (min-width: 980px) and (max-width: 1279px) {
  #header .nav .block .title {
    font-size: 16px;
    line-height: 39px;
  }
}
@media (min-width: 1280px) {
  #header .nav .block .title {
    font-size: 21px;
    line-height: 39px;
  }
}
#header .nav .block .title a {
  display: block;
  color: inherit;
  text-decoration: none;
  background-repeat: no-repeat;
  font-family: Arial, Helvetica, sans-serif;
  background-image: url('../images/icon-arrow-right-gray.png');
}
@media (max-width: 767px) {
  #header .nav .block .title a {
    padding: 0 5px 0 22px;
    background-position: 10px 50%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #header .nav .block .title a {
    padding-left: 20px;
    background-position: 9px 50%;
  }
}
@media (min-width: 980px) and (max-width: 1279px) {
  #header .nav .block .title a {
    padding-left: 35px;
    background-position: 19px 50%;
  }
}
@media (min-width: 1280px) {
  #header .nav .block .title a {
    padding-left: 35px;
    background-position: 19px 50%;
  }
}
#header .nav .block .box {
  top: 100%;
  z-index: 2;
  left: -1px;
  display: none;
  background: #fff;
  font-weight: 700;
  overflow: hidden;
  position: absolute;
  border: 1px solid #f71029;
}
#header .nav .block .box:after {
  content: '';
  clear: both;
  display: block;
}
#header .nav .block .box .sub-nav {
  float: left;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
}
@media (max-width: 767px) {
  #header .nav .block .box .sub-nav {
    padding: 10px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #header .nav .block .box .sub-nav {
    padding: 20px;
  }
}
@media (min-width: 980px) and (max-width: 1279px) {
  #header .nav .block .box .sub-nav {
    padding: 20px;
  }
}
@media (min-width: 1280px) {
  #header .nav .block .box .sub-nav {
    padding: 40px;
  }
}
#header .nav .block .box .sub-nav .name {
  color: #f71029;
}
@media (min-width: 480px) and (max-width: 767px) {
  #header .nav .block .box .sub-nav .name {
    font-size: 16px;
    margin: 0 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #header .nav .block .box .sub-nav .name {
    font-size: 16px;
    margin: 0 0 10px;
  }
}
@media (min-width: 980px) and (max-width: 1279px) {
  #header .nav .block .box .sub-nav .name {
    font-size: 18px;
    margin: 0 0 10px;
  }
}
@media (min-width: 1280px) {
  #header .nav .block .box .sub-nav .name {
    font-size: 21px;
    margin: 0 0 30px;
  }
}
#header .nav .block .box .sub-nav ul {
  margin: 0;
  padding: 0;
  float: left;
}
@media (max-width: 979px) {
  #header .nav .block .box .sub-nav ul {
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #header .nav .block .box .sub-nav ul {
    width: 183px;
  }
}
@media (min-width: 980px) and (max-width: 1279px) {
  #header .nav .block .box .sub-nav ul {
    width: 183px;
  }
}
@media (min-width: 1280px) {
  #header .nav .block .box .sub-nav ul {
    width: 243px;
  }
}
@media (min-width: 980px) {
  #header .nav .block .box .sub-nav ul {
    font-size: 15px;
  }
}
#header .nav .block .box .sub-nav ul li {
  margin: 0;
  list-style: none;
  line-height: 25px;
  padding: 0 0 0 10px;
  background: url('http://www.proconcert.ru/netcat_template/template/2/css/images/arrow-red-small.gif') left center no-repeat;
}
#header .nav .block .box .sub-nav ul li a {
  color: inherit;
  line-height: 18px;
  text-decoration: none;
  border-bottom: 1px solid #e4e4e4;
}
#header .nav .block .box .sub-nav ul li a:hover {
  color: #f71029;
}
#header .nav .block .box .sub-nav ul li ul {
  display: none;
  font-size: 12px;
  margin-left: 15px;
}
#header .nav .block .box .sub-nav ul li ul li:hover {
  color: #f71029;
}
@media (min-width: 480px) {
  #header .nav .block .box .sub-nav ul + ul {
    margin: 0 0 0 50px;
  }
}
#header .nav .block .box .sub-nav + .sub-nav:before {
  top: 0;
  content: '';
  height: 100%;
  position: absolute;
  margin-left: -50px;
}
#header .nav .block.world,
#header .nav .block.search2 {
  border-left: 1px solid #afafaf;
}
@media (max-width: 767px) {
  #header .nav .block.world,
  #header .nav .block.search2 {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #header .nav .block.world,
  #header .nav .block.search2 {
    width: 152px;
  }
}
@media (min-width: 980px) and (max-width: 1279px) {
  #header .nav .block.world,
  #header .nav .block.search2 {
    width: 190px;
  }
}
@media (min-width: 1280px) {
  #header .nav .block.world,
  #header .nav .block.search2 {
    width: 234px;
  }
}
#header .nav .block.world:hover,
#header .nav .block.search2:hover {
  border-color: #f71029;
}
#header .nav .block.world {
  border-right: 1px solid #fff;
}
@media (min-width: 768px) and (max-width: 979px) {
  #header .nav .block.world {
    width: 130px !important;
  }
}
@media (max-width: 767px) {
  #header .nav .block.search2 {
    border: 0;
    width: 29px;
    height: 29px;
    position: static;
  }
}
#header .nav .block.search2 .title {
  cursor: pointer;
  position: relative;
  background-repeat: no-repeat;
  background-image: url('../images/icon_search.png');
}
@media (max-width: 479px) {
  #header .nav .block.search2 .title {
    top: -43px;
    right: 90px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #header .nav .block.search2 .title {
    top: 5px;
    right: 140px;
  }
}
@media (max-width: 767px) {
  #header .nav .block.search2 .title {
    font-size: 0;
    width: inherit;
    height: inherit;
    padding: 0 !important;
    position: absolute !important;
    background: 0 0 no-repeat url('../images/icon_search_g.png') !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #header .nav .block.search2 .title {
    padding-left: 34px;
    background-position: 7px 50%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #header .nav .block.search2 .title {
    padding-left: 34px;
    background-position: 7px 50%;
  }
}
@media (min-width: 980px) and (max-width: 1279px) {
  #header .nav .block.search2 .title {
    padding-left: 54px;
    background-position: 20px 50%;
  }
}
@media (min-width: 1280px) {
  #header .nav .block.search2 .title {
    padding-left: 54px;
    background-position: 20px 50%;
  }
}
#header .nav .search {
  float: right;
  position: relative;
  padding: 7px 12px 0 0;
}
#header .nav .search [type='text'],
#header .nav .search [type='search'] {
  width: 215px;
  height: 27px;
  color: #f71029;
  font-size: 16px;
  font-weight: 700;
  background: #fff;
  padding: 0 35px 0 7px;
  border: 1px solid #bdbdbd;
}
#header .nav .search [type='submit'] {
  top: 8px;
  border: 0;
  right: 12px;
  width: 35px;
  height: 25px;
  min-width: 0;
  position: absolute;
  background: url('../images/icon-search.png') center center no-repeat;
}
#header .nav .search .title {
  top: 100%;
  left: 8px;
  opacity: 0.48;
  font-weight: 300;
  position: absolute;
  line-height: 40px;
}
@media (min-width: 480px) and (max-width: 767px) {
  #header .top .left {
    width: 52%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #header .top .left {
    width: 431px;
  }
}
@media (min-width: 980px) and (max-width: 1279px) {
  #header .top .left {
    width: 601px;
  }
}
@media (min-width: 1280px) {
  #header .top .left {
    width: 731px;
  }
}
#header .top .right {
  text-align: center;
  position: relative;
}
@media (max-width: 479px) {
  #header .top .right {
    position: static;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #header .top .right {
    width: 203px;
    margin: 50px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #header .top .right {
    width: 223px;
    margin: 23px 0 0;
  }
}
@media (min-width: 980px) and (max-width: 1279px) {
  #header .top .right {
    width: 293px;
    margin: 23px 0 0;
  }
}
@media (min-width: 1280px) {
  #header .top .right {
    width: 393px;
    margin: 23px 23px 0;
  }
}
@media (max-width: 479px) {
  #header .bottom .left {
    float: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #header .bottom .left {
    width: 52%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #header .bottom .left {
    width: 431px;
  }
}
@media (min-width: 980px) and (max-width: 1279px) {
  #header .bottom .left {
    width: 601px;
  }
}
@media (min-width: 1280px) {
  #header .bottom .left {
    width: 731px;
  }
}
#header .bottom .right {
  text-align: center;
  position: relative;
}
@media (min-width: 480px) and (max-width: 767px) {
  #header .bottom .right {
    width: 203px;
    margin-top: 8px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #header .bottom .right {
    width: 223px;
  }
}
@media (min-width: 980px) and (max-width: 1279px) {
  #header .bottom .right {
    width: 293px;
  }
}
@media (min-width: 1280px) {
  #header .bottom .right {
    width: 393px;
    margin: 0 23px;
  }
}
#header .bottom .right .title {
  top: 100%;
  left: 50px;
  opacity: 0.46;
  font-size: 1em;
  font-weight: 300;
  line-height: 30px;
  position: absolute;
}
#header .bottom .right .round {
  top: 100%;
  left: 50px;
  width: 75%;
  font-size: 1em;
  font-weight: 300;
  line-height: 30px;
  position: absolute;
  text-align: center;
}
#header .bottom .right .round a {
  color: #fff;
  padding: 3px 7px;
  background: #f71029;
  border-radius: 10px;
  text-decoration: none;
}
.breadcrumbs {
  color: #b8b8b8;
  font-weight: 300;
  margin: 15px 0 20px 0;
}
@media (max-width: 767px) {
  .breadcrumbs {
    text-align: center;
  }
}
.breadcrumbs ul {
  margin: 0;
  padding: 0;
}
.breadcrumbs ul li {
  margin: 0;
  list-style: none;
  display: inline-block;
}
.breadcrumbs ul li:after {
  content: '/';
  padding: 4px 0 4px 4px;
}
.breadcrumbs ul li:first-child:after {
  content: '>';
}
.breadcrumbs ul li:last-child:after {
  display: none;
}
.breadcrumbs ul li a {
  color: inherit;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #000;
}
.page {
  margin: 0 0 40px 0;
}
@media (max-width: 767px) {
  .page {
    text-align: center;
  }
}
.page:after {
  content: '';
  clear: both;
  display: block;
}
.page.right {
  top: 0.3em;
  margin: 0 10px 0 0;
  position: relative;
}
@media (max-width: 767px) {
  .page.right {
    float: none;
    margin-bottom: 20px;
  }
}
.page ul {
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 24px;
}
.page ul li {
  margin: 0;
  list-style: none;
  display: inline-block;
}
.page ul li:hover,
.page ul li.active {
  color: #f71029;
}
.page ul li:first-child {
  color: #f71029;
  font-weight: 500;
}
.page ul li:first-child a {
  padding: 0 27px 0 0;
}
.page ul li:last-child a {
  padding-right: 0;
}
.page ul li a {
  display: block;
  color: inherit;
  padding: 0 10px 0 0;
  text-decoration: none;
}
@media (max-width: 979px) {
  #content .wrapper {
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#content .column {
  padding: 0 20px 0 0;
}
@media (max-width: 979px) {
  #content .column {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding-right: 0;
    margin-bottom: 20px;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
@media (min-width: 980px) and (max-width: 1279px) {
  #content .column {
    width: 220px;
  }
}
@media (min-width: 1280px) {
  #content .column {
    width: 250px;
  }
}
@media (max-width: 979px) {
  #content .column + .content {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 30px;
  }
}
@media (min-width: 980px) {
  #content .column + .content {
    float: right;
  }
}
@media (min-width: 980px) and (max-width: 1279px) {
  #content .column + .content {
    width: 720px;
  }
}
@media (min-width: 1280px) {
  #content .column + .content {
    width: 986px;
  }
}
#content .column .title {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  width: 189px;
}

#content .column .title span {
  border: 3px #000 solid;
  border-radius: 3px;
  font-size: 15px;
  display: block;
  text-transform: uppercase;
  width: 160px;
  margin: 0 auto;
  padding: 8px 0;
  letter-spacing: 2px;
  margin-top: 20px;
  color: #000;
}

#content .column .price {
  margin-top: -50px;
  margin-bottom: 40px !important;
}

#content .column .news {
  text-align: left;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0 !important;
}

#content .column .title img {
  display: block;
  //margin-left: 30px;
  margin: 0 auto;
  margin-bottom: 10px;
}

@media (max-width: 479px) {
  #content .column .title {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  #content .column .title img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #content .column .title {
    text-align: center;
  }
  #content .column .title img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
@media (min-width: 480px) {
  #content .column .title {
    //margin:0 auto;
    margin-bottom: 21px;
  }
}
#content .column a {
  text-decoration: none;
}
@media (max-width: 479px) {
  #content .column .nav {
    text-align: center;
  }
}
@media (max-width: 979px) {
  #content .column .nav {
    text-align: center;
    margin: 0 0 20px 0;
  }
}
@media (min-width: 980px) {
  #content .column .nav {
    margin: 0 0 70px 0;
  }
}
#content .column .nav ul {
  margin: 0;
  padding: 0;
}
#content .column .nav ul li {
  margin: 0;
  padding: 0;
  color: #696969;
  list-style: none;
}
@media (max-width: 979px) {
  #content .column .nav ul li {
    margin-bottom: 5px;
    display: inline-block;
  }
}
#content .column .nav ul li a {
  color: #696969;
  display: block;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  text-decoration: none;
}
@media (max-width: 979px) {
  #content .column .nav ul li a {
    margin-right: 15px;
    padding: 10px 0 5px 0;
  }
  #content .column .nav ul li a:hover {
    box-shadow: 0 2px 0 #f71029;
  }
}
@media (min-width: 980px) {
  #content .column .nav ul li a {
    margin: -1px 0;
    padding: 15px 0 15px 18px;
    border-left: solid 6px #f4f4f4;
  }
  #content .column .nav ul li a:hover {
    color: #f71029;
    border-left-color: #f7132e;
  }
}
#content .column .nav ul .active a {
  color: #f71029;
  border-left-color: #f7132e;
}
@media (max-width: 979px) {
  #content .column .banners {
    text-align: center;
    margin: 0 0 20px 0;
  }
}
@media (min-width: 980px) {
  #content .column .banners {
    margin: 0 0 70px 0;
  }
  #content .column .banners .item {
    margin: 20px 0;
  }
}
#content .column .news {
  font-weight: 300;
}
@media (max-width: 479px) {
  #content .column .news {
    text-align: center;
  }
}
@media (max-width: 979px) {
  #content .column .news {
    overflow: hidden;
  }
}
#content .column .news .item {
  padding: 25px 0 15px;
}
#content .column .news .item img {
  margin-bottom: 16px;
}
#content .column .news .item .date {
  margin: 0 0 8px 0;
  color: #f71029;
  font-size: 13px;
}
#content .column .news .item .desc {
  color: #595959;
  font-size: 14px;
  line-height: 1.4em;
}
#content .column .news .item .desc a {
  margin: 0;
  color: inherit;
  text-decoration: none;
}
#content .column .news .item .desc a:hover {
  color: #f71029;
  text-decoration: underline;
}
@media (max-width: 979px) and (min-width: 480px) {
  #content .column .news .item {
    float: left;
    width: 33.33333%;
    padding: 0 0 0 20px;
    margin-bottom: 20px;
  }
  #content .column .news .item a {
    display: block;
  }
  #content .column .news .item img {
    width: 100%;
  }
}
@media (max-width: 979px) and (min-width: 480px) {
  #content .column .news {
    margin-left: -20px;
  }
}
#content .content .title {
  color: #464646;
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 49px 0;
}
@media (max-width: 767px) {
  #content .content .title {
    font-size: 26px;
    text-align: center;
  }
  #content .column + .content {
    max-width: 100%;
  }
  .MsoNormalTable {
    max-width: 100%;
    width: 100% !important;
  }
  .MsoNormalTable tr {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    height: auto !important;
    border-bottom: 1px solid;
  }
  .MsoNormalTable tr td {
    width: 50% !important;
    display: block;
    padding: 10px !important;
    height: 100% !important;
    border: 0 !important;
  }
}
#content .content .title:after {
  content: '';
  clear: both;
  display: block;
}
#content .content .title ul {
  margin: 0;
  padding: 0;
  font-weight: 300;
}
#content .content .title ul li {
  color: #000;
  list-style: none;
  vertical-align: middle;
  display: inline-block;
}
#content .content .title ul li:first-child {
  padding: 0 0 0 21px;
  background: url('../images/icon-star-gray.png') left 3px no-repeat;
}
#content .content .title ul li a {
  top: -0.08em;
  color: #f71029;
  font-weight: 700;
  position: relative;
  padding: 0 14px 0 0;
  text-decoration: none;
}
#content .content .title ul li a:after {
  content: '/';
  color: inherit;
  font-weight: 300;
  padding: 0 0 0 7px;
}
#content .content .box-link {
  color: inherit;
  display: block;
  margin: 15px 0;
  font-size: 36px;
  font-weight: 700;
  padding: 22px 27px;
  text-decoration: none;
  border: 1px solid #e4e4e4;
  background: url('../images/icon-arrow-right.png') 950px center no-repeat;
}
#content .content .box-link span {
  color: #f71029;
  font-weight: 300;
}
#content .content .box-link a {
  text-decoration: none;
}
.catalog-scroll {
  font-size: 0;
  margin: 0 0 50px 0;
  text-align: center;
}
.catalog-scroll > * {
  margin: 0 5px;
  cursor: pointer;
  display: inline-block;
}
.catalog-scroll > *:hover {
  opacity: 0.6;
}
.catalog-scroll .disabled {
  opacity: 0.3;
}
.catalog-scroll__prev,
.catalog-scroll__next {
  width: 32px;
  height: 32px;
}
.catalog-scroll__prev {
  background: url('../images/prev-1.png');
}
.catalog-scroll__next {
  background: url('../images/next-1.png');
}
.catalog {
  font-size: 0;
  margin: 10px 0 0 0;
}
@media (max-width: 479px) {
  .catalog {
    margin-left: -5px;
    margin-right: -5px;
    text-align: center;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .catalog {
    text-align: center;
    margin-left: -12px;
    margin-right: -12px;
  }
}
.catalog:after {
  content: '';
  display: block;
  clear: both;
}
.catalog__scroll {
  width: 100%;
  font-size: 0;
  height: 472px;
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
}
@media (max-width: 479px) {
  .catalog__scroll {
    margin: 0 auto;
    width: 300px;
    height: 400px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .catalog__scroll {
    margin: 0 auto;
    width: 456px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .catalog__scroll {
    width: 768px;
  }
}
.catalog__scroll .catalog-col {
  width: 230px;
  vertical-align: top;
  display: inline-block;
}
@media (max-width: 479px) {
  .catalog__scroll .catalog-col {
    width: 150px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .catalog__scroll .catalog-col {
    width: 223px;
    margin: 0 10px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .catalog__scroll .catalog-col {
    margin: 0 39px 0 0;
  }
}
@media (min-width: 980px) and (max-width: 1279px) {
  .catalog__scroll .catalog-col {
    margin: 0 15px 0 0;
  }
}
@media (min-width: 1280px) {
  .catalog__scroll .catalog-col {
    margin: 0 22px 0 0;
  }
}
.catalog__scroll .catalog-col .item {
  width: inherit;
  display: block;
  margin-right: 0;
}
@media (max-width: 1279px) {
  .catalog__scroll .catalog-col:last-child {
    margin-right: 0;
  }
}
@media (min-width: 1280px) {
  .catalog__scroll .catalog-col:last-child {
    margin-right: 2px;
  }
}
.catalog__scroll .catalog-col:last-child .item {
  float: none;
}
.catalog__scroll .catalog-col:last-child .item:last-child {
  margin-bottom: 0;
}
.catalog.color-red .item {
  background: #f71029;
}
.catalog.color-red .item:after {
  border-left-color: #b2091b;
}
.catalog.color-red .item:hover .desc .name {
  color: #000;
}
.catalog.color-red .item .desc {
  color: #fff;
}
.catalog.color-red .item .desc .count {
  border-top-color: #f94e60;
}
.catalog .item {
  width: 230px;
  text-align: left;
  position: relative;
  white-space: normal;
  vertical-align: top;
  padding: 0 13px 0 0;
  background: #f0f0f0;
  text-decoration: none;
  display: inline-block;
}
@media (max-width: 479px) {
  .catalog .item {
    margin: 0 0 20px 0;
    width: 150px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .catalog .item {
    width: 31%;
    margin: 0 1% 20px 0;
  }
  .catalog .item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .catalog .item {
    margin: 0 29px 30px 0;
  }
  .catalog .item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 980px) and (max-width: 1279px) {
  .catalog .item {
    margin: 0 15px 30px 0;
  }
  .catalog .item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 1280px) {
  .catalog .item {
    margin: 0 22px 40px 0;
  }
  .catalog .item:nth-child(4n) {
    margin-right: 0;
  }
}
.catalog .item:after {
  top: 0;
  right: 0;
  content: '';
  height: 100%;
  position: absolute;
  box-sizing: border-box;
  border-left: 13px solid #cacaca;
  border-bottom: 13px solid #fff;
  border-top: 13px solid #fff;
}
.catalog .item:hover {
  background: #f71029;
}
.catalog .item:hover:after {
  border-left-color: #b2091b;
}
.catalog .item .img {
  height: 105px;
  display: block;
}
@media (max-width: 479px) {
  .catalog .item .img {
    height: 75px;
  }
}
.catalog .item .desc {
  height: 100px;
  padding: 0 18px;
  color: #000;
}
.catalog .item .desc .name {
  color: #000;
  display: block;
  padding: 12px 0 0;
  font: 800 16px/1 Exo2;
  text-decoration: none;
}
.catalog .item .desc .type {
  color: #f71029;
  font-size: 13px;
  display: block;
  line-height: 1;
  margin-top: 12px;
  text-decoration: none;
}
.catalog .item .desc .type:before {
  content: '/';
  margin-right: 4px;
}
.catalog .item .desc .count {
  line-height: 29px;
  border-top: 1px solid #f94e60;
}
.catalog .item:hover .desc .type {
  color: #fff;
}
.catalog-wide {
  margin-bottom: 10px;
}
@media (max-width: 479px) {
  .catalog-wide {
    margin-left: 2%;
    margin-right: 2%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .catalog-wide {
    margin-left: 2%;
    margin-right: 2%;
  }
}
.catalog-wide .item {
  padding: 0 9px 0 0;
  margin: 0 14px 32px 0;
}
@media (max-width: 479px) {
  .catalog-wide .item {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0 !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .catalog-wide .item {
    width: 48%;
  }
  .catalog-wide .item:nth-child(3n) {
    margin-right: 2%;
  }
  .catalog-wide .item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .catalog-wide .item {
    width: 377px;
  }
  .catalog-wide .item:nth-child(3n) {
    margin-right: 14px;
  }
  .catalog-wide .item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 980px) and (max-width: 1279px) {
  .catalog-wide .item {
    width: 353px;
  }
  .catalog-wide .item:nth-child(3n) {
    margin-right: 14px;
  }
  .catalog-wide .item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 1280px) {
  .catalog-wide .item {
    width: 318px;
  }
  .catalog-wide .item:nth-child(4n) {
    margin-right: 14px;
  }
  .catalog-wide .item:nth-child(3n) {
    margin-right: 0;
  }
}
.catalog-wide .item:after {
  border-left: 9px solid #cacaca;
  border-bottom: 9px solid #fff;
  border-top: 9px solid #fff;
}
.catalog-wide .item .img {
  height: 127px;
  overflow: hidden;
}
.catalog-wide .item .img img {
  width: 100%;
  max-height: none;
}
.catalog-wide .item .name-1 {
  color: #f71029;
  padding: 7px 0 0;
  font: 800 15px Exo2;
  display: block;
  text-decoration: none;
  margin-bottom: 10px;
}
.catalog-wide .item .desc {
  height: 109px;
  padding: 0 12px;
  line-height: 16px;
  color: #000;
}
.catalog-wide .item .place {
  font-size: 11px;
  line-height: 1.2;
  color: #000 !important;
}
.catalog-wide .item .place p {
  margin: 0;
}
.catalog-wide .item:hover p,
.catalog-wide .item:hover strong {
  color: #fff !important;
}
.catalog-wide .item:hover .name-1 {
  color: #000;
}
.catalog.full {
  width: auto;
  margin-left: 0;
  font-size: 16px;
  color: #000;
}
@media (max-width: 767px) {
  .catalog.full {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .catalog.full .catalog {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 1279px) {
  .catalog.full .context {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    margin-top: 50px;
  }
}
.catalog.full .top {
  margin: 0 0 45px 0;
  border-bottom: 1px solid #e4e4e4;
}
@media (max-width: 1279px) {
  .catalog.full .top {
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.catalog.full .top .media {
  padding: 0 22px 40px 0;
}
@media (max-width: 767px) {
  .catalog.full .top .media {
    padding: 0;
  }
}
@media (max-width: 1279px) {
  .catalog.full .top .media {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
@media (min-width: 1280px) {
  .catalog.full .top .media {
    float: left;
    width: 504px;
  }
}
.catalog.full .top .media .slider .img {
  margin-bottom: 10px;
  overflow: hidden;
  z-index: 1;
  height: 418px;
  position: relative;
  background: #e4e4e4;
  padding: 13px 11px 13px 0;
}
.catalog.full .top .media .slider .img:after {
  top: 0;
  width: 0;
  right: 0;
  content: '';
  height: 100%;
  position: absolute;
  background: #dadada;
  box-sizing: border-box;
  border-top: 12px solid #fff;
  border-bottom: 12px solid #fff;
  border-left: 13px solid #dadada;
}
.catalog.full .top .media .slider .img .slide {
  height: 392px;
  line-height: 392px;
  text-align: center;
}
@media (min-width: 1280px) {
  .catalog.full .top .media .slider .img .slide {
    width: 469px;
  }
}
.catalog.full .top .media .slider .img .slide img {
  max-width: 446px;
  vertical-align: middle;
}
.catalog.full .top .media .slider .bx-prev,
.catalog.full .top .media .slider .bx-next {
  position: absolute;
  top: 50%;
  font-size: 0;
  width: 32px;
  height: 32px;
  z-index: 100;
  display: block;
}
.catalog.full .top .media .slider .bx-prev {
  left: 10px;
  background: url('../images/prev-2.png');
}
.catalog.full .top .media .slider .bx-next {
  right: 20px;
  background: url('../images/next-2.png');
}
.catalog.full .top .media .slider .thumbs {
  margin: 0 0 30px 0;
  font-size: 0;
  padding: 0;
}
.catalog.full .top .media .slider .thumbs li {
  list-style: none;
  margin: 0 8px 8px 0;
  padding: 0;
  overflow: hidden;
  height: 78px;
  width: 78px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: solid 1px #e4e4e4;
}
.catalog.full .top .media .slider .thumbs li img {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: none;
  max-height: none;
  width: auto;
}
.catalog.full .top .media .slider .thumbs li a {
  opacity: 0.5;
}
.catalog.full .top .media .slider .thumbs li a.active {
  opacity: 1;
}
.catalog.full .top .media .video {
  border-bottom: 0;
  padding: 0;
  margin: 0;
}
@media (max-width: 1279px) {
  .catalog.full .top .media .video {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .catalog.full .top .media .video {
    text-align: center;
  }
}
.catalog.full .top .media .video__list {
  font-size: 0;
}
.catalog.full .top .media .video__list div {
  cursor: pointer;
  margin: 0 6px 6px 0;
  display: inline-block;
  vertical-align: top;
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 150px;
  height: 86px;
}
.catalog.full .top .media .video h3 {
  margin-bottom: 10px;
}
@media (max-width: 1279px) {
  .catalog.full .top .media + .desc {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    -js-display: flex;
  }
}
@media (min-width: 1280px) {
  .catalog.full .top .media + .desc {
    float: right;
    width: 482px;
  }
}
@media (min-width: 1280px) {
  .catalog.full .top .desc {
    padding: 15px 0 40px 19px;
  }
}
.catalog.full .top .desc a {
  color: #f71029;
}
.catalog.full .top .desc .name {
  color: #f71029;
  font-weight: 700;
  margin: 0 0 15px;
}
@media (max-width: 767px) {
  .catalog.full .top .desc .name {
    font-size: 26px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .catalog.full .top .desc .name {
    font-size: 36px;
  }
}
.catalog.full .top .desc .cost {
  font-size: 30px;
  font-weight: 300;
  margin: 0 0 30px;
}
.catalog.full .top .desc .light {
  font-size: 22px;
  font-weight: 300;
  margin: 0 0 15px;
  line-height: 30px;
}
.catalog.full .top .desc .box {
  width: 380px;
  font-size: 21px;
}
.catalog.full .top .desc .box p {
  font-weight: 300;
  margin: 0 0 21px;
}
.catalog.full .top .desc .box strong {
  font-size: 18px;
  font-weight: 700;
}
.catalog.full .top .desc .text {
  margin: 25px 0 0;
}
.catalog.full .top .desc .text h2 {
  font-size: 27px;
  line-height: 1.2;
  font-weight: normal;
}
.catalog.full .top .desc .text h2 + h2 {
  margin: 21px 0 0;
}
.catalog.full .top .desc .text p {
  margin: 0 0 21px;
  font-weight: 300;
  line-height: 21px;
  text-align: justify;
}
.catalog.full .top .desc .text strong {
  font-weight: 700;
}
.catalog.full .top .desc .phone font {
  color: #f71029;
  font-size: 18px;
  font-weight: 700;
}
.catalog.full .top .desc .phone font .con {
  height: 40px;
  text-align: center;
  margin: 17px 25px 0;
  font: 36/38px RoadRadio;
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
}
.catalog.full .top .desc .phone font .con a {
  color: inherit;
  text-decoration: none;
}
.catalog.full .top .desc .phone font .con span {
  font-weight: 100;
  font-family: RoadRadio;
}
.catalog.full .top .desc .phone font .bottom {
  opacity: 0.46;
  font-weight: 300;
  line-height: 30px;
  margin: 0 0 0 85px;
}
.catalog.full .top .desc .phone font .round {
  font-size: 1em;
  font-weight: 300;
  line-height: 30px;
  text-align: center;
}
.catalog.full .top .desc .phone font .round a {
  color: #fff;
  padding: 3px 7px;
  background: #f71029;
  border-radius: 10px;
  text-decoration: none;
}
.photos {
  margin-left: -22px;
}
.photos .item {
  display: block;
  width: 230px;
  float: left;
  margin: 0 0 40px 22px;
  text-decoration: none;
}
.photos .item:hover .img {
  background: #f71029;
}
.photos .item:hover .img:after {
  border-left-color: #b2091b;
}
.photos .item .img {
  width: 213px;
  height: 186px;
  line-height: 186px;
  position: relative;
  text-align: center;
  display: table-cell;
  padding: 0 13px 0 0;
  background: #f0f0f0;
  text-decoration: none;
  vertical-align: middle;
}
.photos .item .img:after {
  top: 0;
  right: 0;
  content: '';
  height: 100%;
  position: absolute;
  box-sizing: border-box;
  border-top: 13px solid #fff;
  border-bottom: 13px solid #fff;
  border-left: 13px solid #cacaca;
}
.photos .item .name {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  padding: 16px 20px;
}
.photos.full {
  margin-left: 0;
}
.photos.full h1 {
  color: #f71029;
  font-size: 21px;
  margin: 0 0 15px;
  font-weight: 700;
  line-height: 21px;
}
.photos.full .message p {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  margin: 10px 0 21px;
}
.photos.full .bx-prev:hover,
.photos.full .bx-next:hover {
  opacity: 0.8;
}
.photos.full .slider {
  z-index: 1;
  padding: 10px;
  padding-right: 13px;
  background: #f0f0f0;
  position: relative;
  line-height: 186px;
}
.photos.full .slider:after {
  top: 0;
  right: 0;
  content: '';
  height: 100%;
  position: absolute;
  box-sizing: border-box;
  border-left: 13px solid #cacaca;
  border-bottom: 13px solid #fff;
  border-top: 13px solid #fff;
}
.photos.full .slider .item {
  margin: 0;
  padding: 0;
  width: auto;
  display: block;
  text-align: center;
}
.photos.full .slider .bx-wrapper {
  z-index: 1;
  position: relative;
}
.photos.full .slider .bx-prev,
.photos.full .slider .bx-next {
  top: 0;
  z-index: 2;
  width: 100px;
  height: 100%;
  position: absolute;
}
.photos.full .slider .bx-prev {
  left: 0;
  background: url('../images/bx-prev.gif') center center no-repeat;
}
.photos.full .slider .bx-next {
  right: 0;
  background: url('../images/bx-next.gif') center center no-repeat;
}
.photos.full .preview {
  margin: 33px 0;
  position: relative;
}
.photos.full .preview .thumbs {
  padding: 0 100px;
}
.photos.full .preview .thumbs .thumb {
  width: 128px;
  height: 105px;
  display: block;
  background: #e4e4e4;
  text-align: center;
  vertical-align: middle;
}
.photos.full .preview .thumbs .thumb table {
  width: 128px;
}
.photos.full .preview .thumbs .thumb td {
  width: 128px;
  height: 105px;
  text-align: center;
  vertical-align: middle;
}
.photos.full .preview .thumbs .thumb table img {
  max-width: 128px;
  max-height: 105px;
}
.photos.full .preview .bx-prev,
.photos.full .preview .bx-next {
  top: 0;
  width: 100px;
  height: 105px;
  position: absolute;
}
.photos.full .preview .bx-prev {
  left: 0;
  background: url('../images/bx-prev.gif') center center no-repeat;
}
.photos.full .preview .bx-next {
  right: 0;
  background: url('../images/bx-next.gif') center center no-repeat;
}
.photos.full .all {
  color: #f71029;
  font-size: 24px;
  font-weight: 500;
}
.photos.full .all a {
  color: inherit;
}
.photos-v2 .item {
  padding: 37px 0;
  border-top: 1px solid #c6c6c6;
}
.photos-v2 .item .img {
  width: 40%;
  float: left;
  margin: 0 30px 0 0;
}
.photos-v2 .item .info .name {
  font-size: 21px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 20px;
}
.photos-v2 .item .info .param {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 35px;
}
.photos-v2 .item .info .param strong {
  color: #f71029;
}
.thumbs {
  margin: 30px 0;
}
.thumbs .item {
  float: left;
  width: 230px;
  display: block;
  margin: 20px 0 20px 20px;
}
.thumbs .item:nth-child(4n + 1) {
  margin-left: 0;
}
.video {
  padding: 30px 0;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #c6c6c6;
}
.video .item {
  float: left;
  width: 475px;
  display: block;
  margin: 0 0 20px 20px;
}
.video .item:nth-child(2n + 1) {
  margin-left: 0;
}
.video .item iframe {
  width: 100%;
  height: 280px;
}
.back {
  color: #f71029;
  font-size: 24px;
  font-weight: 500;
}
.back a {
  color: inherit;
}
.news.full .item {
  line-height: 21px;
}
.news.full .item .date {
  color: #f71029;
  font-size: 16px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .news.full .item .date {
    text-align: center;
    margin-bottom: 10px;
  }
}
.news.full .item h1 {
  color: #f71029;
  font-size: 36px;
  font-weight: 700;
  line-height: 32px;
}
.news.full .item .message p {
  font-weight: 500;
  margin: 10px 0 21px;
}
.news.full .all {
  color: #f71029;
  font-size: 24px;
  font-weight: 500;
}
.news.full .all a {
  color: inherit;
}
.news.item {
  line-height: 21px;
  margin-top: 21px;
}
.news.item:first-line {
  margin-top: 0;
}
.news.item .date {
  color: #f71029;
  font-size: 16px;
  font-weight: 300;
}
.news.item h2 {
  font-size: 27px;
  font-weight: 700;
}
.news.item h2 a {
  text-decoration: none;
}
.news.item h2 a:hover {
  text-decoration: underline;
}
.news.item .message p {
  font-weight: 500;
}
.content {
  line-height: 25px;
}
.context p {
  font-weight: 500;
  line-height: 25px;
  margin: 10px 0 21px;
}
.context strong {
  font-weight: normal;
}
.context .more {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.search {
  font-size: 21px;
  margin: 0 0 50px;
  background: #e4e4e4;
  padding: 20px 0 18px 64px;
}
.search .name {
  color: #f71029;
  font-weight: 700;
}
.search .form {
  padding: 0;
  margin: 5px 0 0;
  position: relative;
}
.search .form:after {
  top: 20px;
  content: '';
  right: 100%;
  width: 30px;
  height: 16px;
  position: absolute;
  background: url('../images/icon-search.png') left center no-repeat;
}
.search .form [type='text'],
.search .form [type='search'] {
  width: 635px;
  height: 39px;
  font-size: 21px;
  background: #fff;
  margin: 0 25px 0 0;
  border: 1px solid #bdbdbd;
}
.search .form [type='button'],
.search .form [type='submit'],
.search .form button,
.search .form .button {
  width: 217px;
  height: 52px;
  font-weight: 700;
  color: #fff;
}
.search .form .example {
  color: #5a5a5a;
  font-size: 13px;
  margin: 5px 0 0;
}
#footer {
  margin: 40px 0;
  font-size: 13px;
}
#footer .top {
  width: 100%;
  background: 100% 0 no-repeat url('../images/footer.png') !important;
}
#footer .top:after {
  content: '';
  clear: both;
  display: block;
}
#footer .top .address {
  color: #fff;
  float: left;
  width: 250px;
  line-height: 17px;
  padding: 15px 20px 15px 15px;
}
#footer .top .address * {
  color: #fff;
}
#footer .top .desc {
  font-size: 36px;
  font-weight: 700;
  padding: 15px 15px 15px 265px;
}
#footer .top .desc span {
  color: #fff;
  font-weight: 300;
}
@media (max-width: 479px) {
  #footer .top .desc {
    padding: 15px 15px 15px 0;
  }
}
#footer .nav {
  width: 100%;
  position: relative;
  padding: 0 32px 0 0;
  background: #e4e4e4;
  border-left: 1px solid #fff;
  border-top: 1px solid #c91631;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 767px) {
  #footer .nav {
    display: none;
  }
}
@media (min-width: 768px) {
  #footer .nav {
    height: 40px;
  }
}
#footer .nav:after {
  top: 0;
  width: 0;
  right: 0;
  bottom: -1px;
  content: '';
  position: absolute;
  background: #dadada;
  border-bottom: 12px solid #fff;
  border-left: 13px solid #dadada;
}
#footer .nav ul {
  margin: 0;
  padding: 0;
  float: right;
  opacity: 0.76;
}
#footer .nav ul li {
  margin: 0;
  padding: 0;
  float: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  list-style: none;
}
#footer .nav ul li:after {
  content: '/';
  color: #949494;
}
#footer .nav ul li:hover {
  color: #f9495c;
}
#footer .nav ul li:first-child {
  padding-left: 0;
}
#footer .nav ul li:first-child:before {
  display: none;
}
#footer .nav ul li a {
  color: inherit;
  text-decoration: none;
  padding: 0 13px;
}
#footer .bottom .copy {
  line-height: 42px;
  padding: 0 0 0 20px;
}
#footer .bottom .copy a {
  color: inherit;
  text-decoration: none;
}
#footer .bottom .logo {
  float: left;
  padding: 9px 0 0 15px;
}
#footer .bottom .phone {
  float: right;
  font-size: 36px;
  font-family: RoadRadio;
}
#footer .bottom .phone a {
  color: inherit;
  text-decoration: none;
}
#footer .bottom .phone span {
  font-family: RoadRadio;
  font-weight: 100;
}
.grid {
  width: 100%;
  display: table;
}
@media (max-width: 767px) {
  .grid_col {
    display: block;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .grid_col {
    display: table-cell;
    vertical-align: top;
  }
}
.grid-1 {
  table-layout: fixed;
  margin: 0 0 50px 0;
}
@media (min-width: 1280px) {
  .grid-1 .grid_col {
    padding: 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .grid-1 .grid_col {
    padding: 0 10px;
  }
}
.grid-1 p {
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
}
.grid-1 h1,
.grid-1 h2 {
  margin-bottom: 20px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .grid-2 {
    margin: 0 0 10px 0;
  }
}
@media (min-width: 768px) {
  .grid-2 {
    margin: 0 0 60px 0;
  }
}
.grid-2 .grid_col {
  padding: 0 10px;
  text-align: center;
}
.grid-2 p {
  font-size: 16px;
  line-height: 1.25;
}
.grid-2 img {
  margin-bottom: 26px;
}
.grid-3 {
  margin: 0 0 60px 0;
}
@media (min-width: 768px) {
  .grid-3 .grid_col:first-child {
    width: 674px;
    padding: 0 45px 0 0;
  }
}
@media (max-width: 767px) {
  .grid-3 .grid_col:last-child {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .grid-3 .grid_col:last-child {
    width: 318px;
  }
}
.grid-3 *:empty {
  display: none;
}
.banner-1 {
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  background: #f71029;
}
@media (max-width: 767px) {
  .banner-1 {
    margin: 0 auto;
    // padding: 25px 34px 28px 34px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .banner-1 {
    // padding: 25px 34px 28px 34px;
  }
}
@media (min-width: 980px) and (max-width: 1279px) {
  .banner-1 {
    // padding: 25px 34px 28px 34px;
  }
}
@media (min-width: 1280px) {
  .banner-1 {
    // padding: 45px 44px 33px 44px;
  }
}
.banner-1 p {
  color: #fff;
}
.banner-1_title {
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 20px 0;
}
@media (min-width: 768px) and (max-width: 979px) {
  .banner-1_title {
    font-size: 22px;
  }
}
@media (min-width: 980px) and (max-width: 1279px) {
  .banner-1_title {
    font-size: 24px;
  }
}
@media (min-width: 1280px) {
  .banner-1_title {
    font-size: 27px;
  }
}
.banner-1 .btn_3 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  padding: 15px;
  border: none;
}
.catalog-1 {
  overflow: hidden;
  padding-bottom: 70px;
}
@media (max-width: 479px) {
  .catalog-1 {
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .catalog-1 {
    margin: 0 auto;
    width: 480px;
  }
}
.catalog-1 a {
  color: #fff;
  display: block;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .catalog-1 a {
    width: 48%;
    float: left;
    margin: 0 4% 13px 0;
  }
  .catalog-1 a:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .catalog-1 a {
    width: 19%;
    float: left;
    margin: 0 1% 13px 0;
  }
}
.catalog-1 a:hover > span {
  background: #c40116;
}
.catalog-1 a:last-child {
  margin-right: 0;
}
.catalog-1 a img {
  width: 100%;
}
.catalog-1 a > span {
  height: 67px;
  padding: 0 10px;
  font-weight: 700;
  background: #f71029;
}
@media (max-width: 767px) {
  .catalog-1 a > span {
    height: 50px !important;
  }
}
@media (max-width: 1279px) {
  .catalog-1 a > span {
    height: 67px;
    font-size: 14px;
    line-height: 1;
    display: block;
  }
}
@media (min-width: 1280px) {
  .catalog-1 a > span {
    left: 15px;
    right: 15px;
    bottom: -32px;
    font-size: 16px;
    position: absolute;
  }
}
.catalog-1 a > span > span {
  top: 50%;
  color: #fff;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: relative;
  text-decoration: underline;
  text-decoration-color: #fb8894;
}
.title-1 {
  color: #f71029;
  font-size: 41px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 40px 0;
}
.brands {
  position: relative;
  text-align: center;
  margin: 50px 0 25px 0;
  padding: 12px 10px 0 10px;
}
@media (max-width: 767px) {
  .brands {
    margin: 20px 0 25px 0;
  }
}
.brands:before {
  left: 0;
  right: 0;
  top: -22px;
  content: '';
  z-index: 10;
  width: 44px;
  height: 22px;
  margin: auto;
  position: absolute;
  background: 50% 50% no-repeat
    url('data:image/pngbase64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAWCAYAAAC7ZX7KAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKZJREFUeNrM0rsNwCAMBNDoYAB6FsuGSZ9JGII9Ikekyxd8YDe2r7BeYZ9Smgg1l75qH/YMbIxxkSHnrI72DGwI4dwXbbRnYJ1zR1DgqmiwsFIyS1ZeZLYCvsSy0GBiGWiwsdpo9MBqotELq4VGT6wGGr2xrWiMwLagMQpbi8ZIbA0ao7F/0bCA/YOGFexXNCxhv6BhDfuGhkXsE1rAm0XsDXrbBRgAxuBLfnM0NfEAAAAASUVORK5CYII=');
}
.brands > * {
  vertical-align: middle;
  display: inline-block;
  margin: 10px 10px 30px 10px;
}
@media (max-width: 767px) {
  .brands > * {
    margin: 10px;
    max-width: 40%;
  }
}
.services-list {
  margin-bottom: 70px;
  text-align: center;
  font-size: 0 !important;
}
.services-list_nomargin {
  margin-bottom: 0 !important;
}
.context .services-list {
  margin-left: -20px;
  margin-right: -20px;
}
.services-list a {
  color: #fff;
}
.services-list a:hover {
  color: #fff;
}
.services-list > * {
  background: #000;
  position: relative;
  display: inline-block;
  margin: 0 22px 29px 0;
}
@media (max-width: 767px) {
  .services-list > * {
    width: 48%;
    margin: 0 4% 19px 0;
  }
  .services-list > *:nth-child(2n) {
    margin-right: 0;
  }
}
.services-list > *:hover img {
  opacity: 0.8;
}
.services-list span {
  left: 0;
  right: 0;
  top: 135px;
  z-index: 20;
  color: #fff;
  display: block;
  padding: 0 20px;
  line-height: 1.1;
  text-align: center;
  position: absolute;
  text-decoration: underline;
  font-size: 17px !important;
}
@media (max-width: 767px) {
  .services-list span {
    top: 85px;
    font-size: 14px !important;
  }
}
.services-list-title {
  color: #f71029;
  font-size: 27px;
  text-align: center;
  font-weight: 700 !important;
  margin: 60px 0 35px 0 !important;
}

.widget-instagram {
  margin: 25px 0 50px 0;
}
@media (max-width: 1279px) {
  .widget-instagram {
    display: none;
  }
}

.image-block {
  width: 100%;
  display: table;
  font-size: 16px;
  text-align: center;
  position: relative;
  margin-bottom: 55px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media (min-width: 768px) and (max-width: 979px) {
  .image-block {
    height: 251px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .image-block {
    height: 301px;
  }
}
@media (min-width: 980px) and (max-width: 1279px) {
  .image-block {
    height: 351px;
  }
}
@media (min-width: 1280px) {
  .image-block {
    height: 381px;
  }
}
.image-block__content {
  z-index: 2;
  position: relative;
  display: table-cell;
  vertical-align: bottom;
}
@media (max-width: 479px) {
  .image-block {
    padding: 10px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .image-block {
    padding: 30px 60px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .image-block {
    font-size: 16px;
    padding: 30px 80px;
  }
}
@media (min-width: 980px) and (max-width: 1279px) {
  .image-block {
    font-size: 16px;
    padding: 30px 100px;
  }
}
@media (min-width: 1280px) {
  .image-block {
    font-size: 16px;
    padding: 40px 190px;
  }
}
.image-block:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: '';
  position: absolute;
  background: 0 100% repeat-x
    url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADoCAYAAAAuXo7DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAF5JREFUeNq0jkEOgEAMAoH/P1qvmi0Lbrw0acsAAEDdA78Nnop5ak+r85FBIe4fYw02LrTEiGmqwW8Z1W30kyVSCfeRati0FZtwhIQWWGWQtvLheN4CdkXAsu/1EmAACB4CXo8MSCwAAAAASUVORK5CYII=');
}
.image-block p {
  color: #fff;
  line-height: 1.2;
  margin-bottom: 0;
}
.image-block p:empty {
  display: none;
}
p.image-block__title {
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
  letter-spacing: 0.03em;
}
@media (max-width: 479px) {
  p.image-block__title {
    font-size: 22px;
    margin: 0 0 15px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  p.image-block__title {
    font-size: 28px;
    margin: 0 0 20px 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  p.image-block__title {
    font-size: 32px;
    margin: 0 -10px 20px -10px;
  }
}
@media (min-width: 980px) and (max-width: 1279px) {
  p.image-block__title {
    font-size: 32px;
    margin: 0 -30px 20px -30px;
  }
}
@media (min-width: 1280px) {
  p.image-block__title {
    font-size: 36px;
    margin: 0 -50px 20px -50px;
  }
}
p.image-block__title:after {
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  height: 1px;
  width: 85px;
  margin: auto;
  background: #fff;
  position: absolute;
}
.center-block {
  text-align: center;
  position: relative;
  margin: 100px 190px 35px 190px;
}
.center-block p {
  line-height: 1.2;
}
.center-block__title {
  color: #f7142f;
  font-size: 36px;
  position: relative;
  padding-bottom: 27px;
  letter-spacing: 0.03em;
  font-weight: 700 !important;
}
.center-block__title:after {
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  height: 1px;
  width: 85px;
  margin: auto;
  background: #000;
  position: absolute;
}
.slider-1 {
  height: 260px;
  overflow: hidden;
  position: relative;
  margin-bottom: 70px;
}
@media (max-width: 479px) {
  .slider-1 {
    width: 260px !important;
  }
}
@media (max-width: 767px) {
  .slider-1 {
    margin: 0 auto 40px auto;
  }
}
.slider-1 li {
  width: 260px !important;
  height: 260px;
}
.slider-1__prev,
.slider-1__next {
  width: 32px;
  height: 32px;
  z-index: 100;
  font-size: 0;
  margin: auto;
  cursor: pointer;
  position: absolute;
}
@media (max-width: 767px) {
  .slider-1__prev,
  .slider-1__next {
    top: 130px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .slider-1__prev,
  .slider-1__next {
    top: 110px;
  }
}
@media (min-width: 980px) and (max-width: 1279px) {
  .slider-1__prev,
  .slider-1__next {
    top: 110px;
  }
}
@media (min-width: 1280px) {
  .slider-1__prev,
  .slider-1__next {
    top: 130px;
  }
}
.slider-1__prev > *,
.slider-1__next > * {
  width: 100%;
  height: 100%;
  display: block;
}
.slider-1__prev {
  left: 10px;
}
.slider-1__prev > * {
  background: url('../images/prev-2.png');
}
.slider-1__next {
  right: 10px;
}
.slider-1__next > * {
  background: url('../images/next-2.png');
}
.slider-1__prev .disabled,
.slider-1__next .disabled {
  display: none;
}
.note {
  color: #737373;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 30px;
}
.bxslider {
  margin-left: 0 !important;
}
.toggle_block {
  width: 70%;
  display: none;
  background: #e4e4e4;
}
.toggle_block .form {
  margin: 0 !important;
  padding: 20px !important;
}
.toggle_block input,
.toggle_block textarea {
  background: #fff !important;
}
.clients {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
@media (max-width: 767px) {
  .clients {
    margin: 20px 0 25px 0;
  }
}
.clients li {
  width: 180px;
  height: 140px;
  text-align: center;
  display: inline-block;
}
.clients li img {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .clients li {
    max-width: 40%;
    vertical-align: middle;
    display: inline-block;
    margin: 10px 10px 30px 10px;
    height: auto;
  }
}
.photos-v3 .item {
  height: 350px;
  position: relative;
  background: #f0f0f0;
}
@media (max-width: 479px) {
  .photos-v3 .item {
    margin: 0 0 20px 0;
  }
}
@media (min-width: 480px) {
  .photos-v3 .item {
    width: 48%;
    float: left;
    margin: 0 2% 20px 0;
  }
  .photos-v3 .item:after {
    top: 0;
    right: 0;
    content: '';
    height: 100%;
    position: absolute;
    box-sizing: border-box;
    border-left: 13px solid #cacaca;
    border-bottom: 13px solid #fff;
    border-top: 13px solid #fff;
  }
}
.photos-v3 .item:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 479px) {
  .photos-v3 .item .info {
    padding: 10px;
  }
}
@media (min-width: 480px) {
  .photos-v3 .item .info {
    padding: 10px 30px 10px 10px;
  }
}
@media (max-width: 1279px) {
  .photos-v3 .item .info {
    height: 190px;
  }
}
@media (min-width: 1280px) {
  .photos-v3 .item .info {
    height: 160px;
  }
}
.photos-v3 .item .info .name {
  color: #f71029;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 10px;
}
.photos-v3 .item .info .param {
  font-size: 14px;
  line-height: 20px;
}
.photos-v3 .item:hover:after {
  border-left: 13px solid #b2091b;
}
.photos-v3 .item:hover a {
  background-position: center 40px;
}
.photos-v3 .item:hover a span {
  display: block;
}
.photos-v3 .item:hover .info {
  background: #f71029;
  color: #fff;
}
.photos-v3 .item:hover .info .name {
  color: #fff;
}
.photos-v3 .img {
  overflow: hidden;
  position: relative;
}
@media (max-width: 1279px) {
  .photos-v3 .img {
    height: 160px;
  }
}
@media (min-width: 1280px) {
  .photos-v3 .img {
    height: 190px;
  }
}
.photos-v3 .img img {
  top: 0;
  left: 0;
  max-height: none;
  position: absolute;
}
@media (min-width: 1280px) {
  .photos-v3 .img img {
    top: -40px;
  }
}
.photos-v3 a {
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: block;
  font-size: 22px;
  font-weight: 700;
  position: absolute;
  text-decoration: none;
  background-position: 50% -140px;
  background-repeat: no-repeat;
}
.photos-v3 a.icon_photo {
  background-image: url('../images/icon_photo.png');
}
.photos-v3 a.icon_photo_video {
  background-image: url('../images/icon_photo_video.png');
}
.photos-v3 a span {
  color: #fff;
  display: none;
  text-align: center;
  padding-top: 105px;
}
.photos-v3-full {
  font-size: 16px;
  line-height: 20px;
}
.photos-v3-full .context {
  padding: 0;
  margin: 20px 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
}
.photos-v3-full .context p {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}
.photos-v3-full-gallery {
  padding: 20px 0 20px 20px;
  background: #f0f0f0;
  margin-bottom: 30px;
}
.photos-v3-full-gallery .title {
  margin-bottom: 10px !important;
}
.photos-v3-full-gallery .thumbs {
  padding: 0;
  text-align: center;
  margin: 0 0 20px 0;
  font-size: 0;
}
.photos-v3-full-gallery .thumbs .item {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 210px;
  background: #ddd;
  margin: 20px 20px 20px 0;
  box-shadow: 5px 5px 0 0 #c5c5c5;
}
@media (min-width: 768px) and (max-width: 979px) {
  .photos-v3-full-gallery .thumbs .item {
    margin-right: 22px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .photos-v3-full-gallery .thumbs .item {
    margin-right: 30px;
  }
}
@media (min-width: 980px) and (max-width: 1279px) {
  .photos-v3-full-gallery .thumbs .item {
    margin-right: 20px;
  }
}
@media (min-width: 1280px) {
  .photos-v3-full-gallery .thumbs .item {
    margin-right: 30px;
  }
}
.photos-v3-full-gallery .video {
  border: none;
  padding: 10px 0;
  margin: 0 0 0 0;
}
.photos-v3-full-gallery .video .item {
  display: block;
  width: 460px;
  float: left;
  margin: 0 0 20px 20px;
  box-shadow: 5px 5px 0 0 #c5c5c5;
}
.photos-v3-full-gallery .video .item:nth-child(2n + 1) {
  margin-left: 0;
}
.photos-v3-full-gallery .video .item iframe {
  width: 100%;
  height: 280px;
}
.news_list_item {
  overflow: hidden;
  background: #f0f0f0;
  position: relative;
}
@media (max-width: 479px) {
  .news_list_item {
    margin-bottom: 20px;
  }
}
@media (min-width: 480px) {
  .news_list_item {
    float: left;
    width: 48%;
    height: 400px;
    margin: 0 3% 20px 0;
  }
  .news_list_item:nth-child(2n) {
    margin-right: 0;
  }
}
.news_list_item:after {
  top: 0;
  right: 0;
  content: '';
  height: 100%;
  position: absolute;
  box-sizing: border-box;
  border-top: 13px solid #fff;
  border-left: 13px solid #cacaca;
  border-bottom: 13px solid #fff;
}
.news_list_item:hover:after {
  border-left: 13px solid #b2091b;
}
.news_list_item_img {
  max-height: 179px;
  margin: 0 13px 15px 0;
  overflow: hidden;
}
.news_list_item_img img {
  width: 100%;
}
.news_list_item_content {
  background: #f0f0f0;
  padding: 0 40px 20px 20px;
}
.news_list_item_text {
  font-weight: 500;
  line-height: 1.4em;
}
@media (max-width: 767px) {
  .news_list_item_text {
    font-size: 14px;
  }
}
.news_list_item_dt {
  color: #f71029;
  font-weight: 300;
  font-size: 16px;
}
.news_list_item_title {
  color: #f71029;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 9px;
}
@media (max-width: 767px) {
  .news_list_item_title {
    font-size: 17px;
  }
}
.news_list_item_title a {
  text-decoration: none;
}
.search_form_block {
  display: none;
  z-index: 1001;
  background: #fff;
  position: absolute;
  border: 1px solid #f71029;
}
@media (max-width: 479px) {
  .search_form_block {
    top: 0 !important;
  }
}
@media (max-width: 767px) {
  .search_form_block {
    top: 40px;
    padding: 20px;
    left: 12px;
    right: 12px;
  }
}
@media (min-width: 768px) {
  .search_form_block {
    right: 0;
    padding: 40px 20px;
  }
}
.search_form_block_close {
  top: -1px;
  right: -1px;
  color: #fff;
  width: 20px;
  display: block;
  padding: 4px 0;
  cursor: pointer;
  font-size: 16px;
  line-height: 16px;
  position: absolute;
  text-align: center;
  background: #f71029;
  text-decoration: none;
}
#ProconcertSearch {
  float: left;
  font-size: 12px;
  margin-right: 45px;
}
@media (max-width: 479px) {
  #ProconcertSearch {
    width: 85%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #ProconcertSearch {
    width: 90%;
  }
}
@media (min-width: 768px) {
  #ProconcertSearch {
    width: 250px;
  }
}
#ProconcertSearchForm button {
  margin: 0;
  padding: 0;
  float: left;
  width: 30px;
  border: none;
  height: 30px;
  outline: none;
  line-height: 0;
  min-width: 30px;
  margin-left: -35px;
  background: #fff url('../images/icon_search_g.png') 0 0 no-repeat;
}
.reviews .item {
  margin-bottom: 40px;
}
.reviews .item h2 {
  padding-bottom: 10px;
}
.reviews .item .message {
  background: #f1eff1;
  padding: 10px;
  position: relative;
  box-shadow: 5px 5px 0 0 #c5c5c5;
}
.reviews .item .message:after,
.reviews .item .message:before {
  left: 0;
  top: -20px;
  content: '';
  position: absolute;
  border: 10px solid transparent;
}
.reviews .item .message:after {
  border-bottom: 10px solid #f1eff1;
}
.reviews .item .message:before {
  border-bottom: 10px solid #c5c5c5;
}
.catalog-2 {
  font-size: 0;
  text-align: center;
}
.catalog-2 a {
  text-decoration: none;
  vertical-align: top;
  margin: 0 15px 20px 15px;
  display: inline-block;
}
.catalog-2 a span:first-child {
  display: block;
  height: 190px;
  overflow: hidden;
  margin-bottom: 5px;
}
.catalog-2 a span:last-child {
  font-size: 18px;
  line-height: 1.2;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .catalog-2 a {
    width: 215px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .catalog-2 a {
    width: 215px;
  }
}
@media (min-width: 980px) and (max-width: 1279px) {
  .catalog-2 a {
    width: 205px;
  }
}
@media (min-width: 1280px) {
  .catalog-2 a {
    width: 215px;
  }
}
.contacts {
  -js-display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 1280px) {
  .contacts__col:first-child {
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
  }
}
@media (max-width: 1279px) {
  .contacts__col:first-child {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
.contacts__col:last-child {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
@media (min-width: 1280px) {
  .contacts__col:last-child {
    width: 500px;
  }
}
.catalog__shortinfo {
  color: #474747;
  margin: 0 0 23px 0;
  padding: 0;
  line-height: 1.4;
}
.catalog__shortinfo li {
  font-size: 16px;
  list-style: none;
  margin: 0 0 2px 0;
}
.catalog__shortinfo span {
  color: #8e8e8e;
}
.catalog__shortinfo-1 {
  color: #474747;
  font-size: 14px;
  line-height: 1.4;
  margin: 28px 0 28px 0;
}
.catalog__shortinfo-1 p {
  margin: 0 0 2px 0;
}
.catalog__shortinfo-1 p:last-child {
  margin-bottom: 0;
}
.catalog__contacts {
  padding: 0 30px 30px 0;
  margin: 0 0 30px 0;
  overflow: hidden;
  font-size: 15px;
  border-bottom: solid 1px #ccc;
}
.catalog__contacts * {
  vertical-align: middle;
}
@media (max-width: 1279px) {
  .catalog__contacts div {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 5px 20px;
  }
  .catalog__contacts div:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .catalog__contacts div:first-child {
    float: left;
  }
  .catalog__contacts div:last-child {
    float: right;
  }
}
.catalog__contacts a {
  color: #000 !important;
}
.catalog__shortinfo-2 {
  color: #474747;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .catalog__shortinfo-2 {
    text-align: left;
  }
}
.catalog__shortinfo-2 ul {
  margin: 0;
  padding: 0;
  counter-reset: catalog__shortinfo-2;
}
.catalog__shortinfo-2 li {
  list-style: none;
  position: relative;
  padding-left: 42px;
  margin-bottom: 15px;
  counter-increment: catalog__shortinfo-2;
}
.catalog__shortinfo-2 li:before {
  text-align: center;
  font: 700 16px/25px 'PT Sans';
  width: 27px;
  height: 27px;
  border: solid 2px #f71029;
  border-radius: 50%;
  position: absolute;
  left: 2px;
  top: 0;
  color: #f71029;
  content: counters(catalog__shortinfo-2, '');
}
.modal__video {
  background: rgba(0, 0, 0, 0.6);
}
.modal__video .modal__close {
  width: 40px;
  height: 40px;
  background: #000;
  border: solid 2px #fff;
}
.modal__video .modal__close:hover {
  background: #353535;
}
.modal__video .modal__close:after,
.modal__video .modal__close:before {
  background: #fff;
}
.youtube-player {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.youtube-player iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 479px) {
  .hidden-mobi {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .hidden-mobiWide {
    display: none;
  }
}
@media (max-width: 767px) {
  .hidden-ltTablet {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-tablet {
    display: none;
  }
}
@media (max-width: 979px) {
  .hidden-ltTabletWide {
    display: none;
  }
}
@media (min-width: 980px) and (max-width: 1279px) {
  .hidden-tabletWide {
    display: none;
  }
}
button,
input[type='submit'],
input[type='button'] {
  cursor: pointer;
}
[type='text'],
[type='email'],
[type='password'],
[type='number'] {
  width: 327px;
  max-width: 100%;
  height: 33px;
  border: 1px solid #878787;
  padding: 0 10px;
  margin: 0;
}
[type='text'].small,
[type='email'].small,
[type='password'].small,
[type='number'].small {
  width: 177px;
}
[type='text'].active,
[type='email'].active,
[type='password'].active,
[type='number'].active {
  background: #e9e9e9;
}
textarea {
  width: 100%;
  height: 100px;
  min-width: 100%;
  max-width: 100%;
  min-height: 100px;
  background: #f3f3f3;
  border: 1px solid #b6b6b6;
  margin: 10px 0;
  padding: 10px;
}
.form__label {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 6px 6px;
}
.form__note {
  color: #a3a3a3;
  font-size: 14px;
  font-style: italic;
  margin: 10px 0 0 6px;
}
.form-1 table {
  width: 100%;
}
.form-1 td {
  padding: 0 9px 26px 9px;
}
@media (max-width: 767px) {
  .form-1 td {
    padding: 0 9px;
  }
}
.form-1 td:first-child {
  padding-left: 0;
}
.form-1 td:last-child {
  padding-right: 0;
}
.form-1 [type='text'],
.form-1 [type='email'],
.form-1 [type='password'],
.form-1 [type='number'] {
  height: 42px !important;
  width: 100% !important;
  font-size: 16px !important;
  background: #f5f5f5 !important;
  border: solid 1px #dbdbdb !important;
}
.form-1 textarea {
  height: 100px;
  border: solid 1px #dbdbdb !important;
  background: #f5f5f5 !important;
  margin: 0 !important;
  font-size: 16px !important;
}
.form-1__buttons {
  width: 100%;
}
.form-1__buttons td {
  font-size: 14px;
  padding-bottom: 0 !important;
  vertical-align: middle;
}
.form-1__buttons td:first-child {
  padding-left: 6px;
}
.form-1__buttons td:last-child {
  padding-right: 6px;
  text-align: right;
}
.form-1__buttons .btn {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 767px) {
  .form-1 .form__label {
    margin: 15px 0 6px 6px;
  }
}
#opinionForm {
  margin: 30px 0 50px 0;
}
@media (max-width: 979px) {
  #opinionForm {
    width: 100%;
  }
}
#opinionForm label {
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 1279px) {
  #opinionForm label {
    margin-bottom: 10px;
  }
}
#opinionForm .name label {
  display: block;
}
@media (max-width: 1279px) {
  #opinionForm .name input[type='text'] {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  #opinionForm .name input[type='text'] {
    float: right;
    margin: -7px 0 0;
  }
}
#opinionForm .message {
  margin: 20px 0 0;
}
#opinionForm .message label {
  color: #f71029;
}
.music_list {
  margin-top: 20px;
}
.music_list iframe {
  height: 50px !important;
}
.b-rating__stars {
  display: inline-block;
  position: relative;
  height: 16px;
  width: 80px;
  top: 2px;
  left: 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04IDEzLjAxOGwtMy41MDkgMS44NDRhLjguOCAwIDAgMS0xLjE2LS44NDNMNCAxMC4xMTIgMS4xNiA3LjM0NWEuOC44IDAgMCAxIC40NDQtMS4zNjRsMy45MjMtLjU3IDEuNzU1LTMuNTU1YS44LjggMCAwIDEgMS40MzUgMGwxLjc1NSAzLjU1NSAzLjkyMy41N2EuOC44IDAgMCAxIC40NDMgMS4zNjRMMTIgMTAuMTEybC42NyAzLjkwN2EuOC44IDAgMCAxLTEuMTYxLjg0M0w4IDEzLjAxOHoiIGZpbGw9IiNGRkJCM0QiLz48L3N2Zz4=)
    0 0 repeat-x;
  background-size: 16px 16px;
}
.rating_list {
  font-size: 14px;
  margin-top: 10px;
}
.rating_list .b-rating__stars {
  margin-right: 4px;
}

.rating_artist {
  margin-top: 10px;
}

/**form**/
.rating_form {
  margin-top: 20px;
  margin-bottom: 20px;
}
.rating_form_title {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}

#rating_success {
  text-align: center;
}
#rating_success .title_popup {
  font-size: 22px;
  color: #000;
  font-weight: bold;
  margin-bottom: 25px;
}
#rating_success .btn_close {
  display: inline-block;
  font-size: 14px;
  /* text-transform: uppercase; */
  height: 30px;
  padding: 0 20px;
  line-height: 30px;
  border: 1px solid #f71029;
  color: #f71029;
  background: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 300;
  font-family: inherit;
  letter-spacing: 0.2px;
}

/*JS*/
.stars {
  cursor: pointer;
}
.stars:hover .star2 polygon {
  fill: #ffd055 !important;
}
.stars .star2 {
  float: left;
}
.stars .star2 polygon {
  fill: #d8d8d8;
}
.stars .star2:hover ~ .star2 polygon {
  fill: #d8d8d8 !important;
}
.stars[data-stars] .star2 polygon {
  fill: #ffd055;
}
.stars[data-stars='1'] .star2:nth-child(1) ~ .star2 polygon {
  fill: #d8d8d8;
}
.stars[data-stars='2'] .star2:nth-child(2) ~ .star2 polygon {
  fill: #d8d8d8;
}
.stars[data-stars='3'] .star2:nth-child(3) ~ .star2 polygon {
  fill: #d8d8d8;
}
.stars[data-stars='4'] .star2:nth-child(4) ~ .star2 polygon {
  fill: #d8d8d8;
}
.stars[data-stars='5'] .star2:nth-child(5) ~ .star2 polygon {
  fill: #d8d8d8;
}

.context {
  margin-top: 10px;
}
#nc_error {
  color: #990000;
}

.price_list_page{
  margin-top: 10px;
}

.price_list_page .price_list_info {
  margin-bottom: 10px}
.price_list_page .price_list_info_block{
  background: #eee;
  border: 1px solid #ccc;
  padding: 5px 10px;
}
.price_list_page .price_list_info_block span{
  color:#FF0000;
  font-size:20px;
}
.price_list_page .price_list_info_block a{
  color: #FF0000;
  text-decoration: underline;
}
.price_list_page .price_list_info_block a span{

  color: black;
}
.price_list_page .price_list_table{
  max-width: 640px;
  width: 100%;
}
.price_list_page .price_list_table tr:first-child{
  background: #c2c4c7;
}
.price_list_page .price_list_table tr .tr_text{
  font-weight: bold;
  text-align: center;
}
.price_list_page .price_list_table tr:not(:first-child) .tr_text.first_td{
  text-align: left;
}
.price_list_page .price_list_table td{
  width:50%;
  min-height:30px;
}

.price_list_filtr{
  margin: 20px 0;
  width: 100%;
  padding: 10px 10px;
  display: flex;
  flex-flow: wrap;
}
.price_list_filtr .filtr_alphabet{
  width: 100%;
  display: flex;
  flex-direction: column;
}
.filtr_alphabet .letters{
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
.letters .letter{
  padding: 0;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 8px !important;
  margin-left: 4px !important;
  margin-right: 4px !important;
  width: 32px;
  height: 36px;
  background: #eff2f5;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.letters .letter.active .letter_close{display: flex}
.letters .letter.active{ background: #f71029; }
.letters .letter.active span{color: white}

.letters.en{margin-top: 10px}
.letters .letter span{
  color:black;
  font-weight: bold;
}
.letters .letter .letter_close{
  display: none;
  border: 1px solid #ff5f55;
  border-radius: 12px;
  box-sizing: border-box;
  background: #fff;
  color: #ff5f55;
  height: 12px;
  width: 12px;
  left: 24px;
  position: absolute;
  top: -4px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  padding-left: 1px;
  padding-top: 1px;
}
.filtr_price{
  margin-bottom: 20px;
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
}
.filtr_price .price_values{display: flex}
.filtr_price .price_input{display: flex}
.filtr_price .pr_input{
  max-width: 150px;
  width: 100%;
  margin: 0 10px;
}
.filtr_price .pr_in_text{
  display: flex;
  justify-content: center;
  align-items: center;
}
.filtr_price .pr_input input{
  width: 100%;
  background: #eff2f5;
  border: none;
  border-radius: 5px;
  color: #5d5d5e;
  text-align: center;
  outline: none;
}
.filtr_price .price_values{margin-bottom: 10px}
.filtr_price .price_polzynok{
  max-width: 400px;
  width: 100%;
  border: none!important;
  height: 6px;
}
.filtr_price .price_polzynok .ui-widget-header{background: #59b4c7;}
.filtr_price .price_polzynok .ui-slider-handle{
  border-radius: 50%;
  top:-7px;
  outline: none!important;
}
.filtr_price .price_polzynok .ui-slider-handle.ui-state-active{
  border:1px solid #c5c5c5;
  background: #ff5f55;
}
.filt_trend{
  display: flex;
  width: 40%;
  align-self: flex-start;
  flex-flow: wrap;
}
.filt_trend.active{
  width: 100%;
  padding-left: 0;
}
.filt_trend.active .filt_trend_button{
  width: 100%;
  margin-bottom: 10px;
}
.filt_trend .filt_trend_button{
  background: #fff;
  border: 1px solid #d4d9df;
  box-sizing: border-box;
  border-radius: 10px;
  color: #798695;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  padding: 10px;
  display: flex;
  position: relative;
}
.filt_trend_button .filt_trend_button_text{padding-top: 1px}
.filt_trend_button .filt_trend_button_icon{margin-right: 6px }
.filt_trend_button .filt_trend_button_arrow{margin-left: 6px }
.filt_trend .filt_trend_list{
  display: none;
  width: 100%;
  margin-bottom: 15px;
}
.filt_trend .filt_trend_list .trend{
  display: flex;
  padding: 0 7px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  text-align: center;
  height: 36px;
  background: #eff2f5;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  border-radius: 10px;
  margin-bottom: 5px;
  margin-right: 5px;

}
.filt_trend_list .trend .trend_close{
  display: none;
  border: 1px solid #ff5f55;
  border-radius: 12px;
  box-sizing: border-box;
  background: #fff;
  color: #ff5f55;
  height: 12px;
  width: 12px;
  right: -3px;
  position: absolute;
  top: -4px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  padding-left: 1px;
  padding-top: 1px;
}
.filt_trend_list .trend.active .trend_close{display: flex}
.filt_trend_list .trend.active{ background: #f71029; }
.filt_trend_list .trend.active span{color: white}
.filt_trend .filt_trend_list.show{
  display: flex;
  flex-flow: wrap;
}
.filt_trend.active .filt_trend_button .filt_trend_button_arrow{
  position: absolute;
  right: 6px;
}
@media all and (max-width: 1279px){
  .price_list_filtr .filt_trend{justify-content: center}
}
@media all and (min-width: 768px){
  .filt_trend.active{margin-top: 5px}
  .filt_trend{padding-left: 35px}
}
@media all and (max-width: 767px){
  .price_list_filtr .filtr_price{
    width: 100%;
    align-items: center;
  }
  .price_list_filtr .filt_trend{
    margin-bottom: 15px;
    width: 100%;
  }

}