html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html,
body {
  height: 100%; }

body {
  font-family: 'helveticaneuecyrlight', sans-serif;
  font-size: 16px;
  line-height: 1.25; }

#wrap {
  overflow: hidden; }

:first-child {
  margin-top: 0; }

:focus {
  outline: 0; }

.front #wrap {
  height: 100%;
  overflow: hidden; }

.langs-panel {float: left; margin: 26px 0 0 25px;}
	.langs-panel a {padding-right: 15px; display: inline-block; color: #fff; text-decoration: none; -webkit-transition: color .4s; transition: color .4s;}
		.langs-panel a:hover {color: #D6BF8A;}
	.langs-panel span {color: #d6bf8a; display: inline-block; padding-right: 15px;}	
	
.header {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  right: 0;
  height: 72px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s; }
  .header .container {
    max-width: 1706px;
    margin: 0 auto;
    padding: 0 30px 0 70px; }
  .header .logo {
    float: left;
    margin: 11px 0 0; }
  .header nav {
    float: right;
    width: 50%;
    position: relative; }
    .header nav > ul {
      list-style: none;
      padding: 10px 0 0;
      margin: 0;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      .header nav > ul > li {
        float: left;
        position: relative;
        padding: 10px 0 22px; }
        .header nav > ul > li > a {
          padding: 5px;
          display: inline-block;
          color: #fff;
          text-decoration: none;
          -webkit-transition: color .4s;
          transition: color .4s; }
        .header nav > ul > li.active > a {
          color: #D6BF8A; }
        .header nav > ul > li + li {
          margin-left: 25px; }
        .header nav > ul > li:hover > a {
          color: #D6BF8A; }
        .header nav > ul > li:hover ul {
          display: block; }
        .header nav > ul > li ul {
          position: absolute;
          top: 100%;
          left: -16px;
          display: none;
          background: #272727;
          padding: 4px 16px;
          list-style: none;
          margin: 0;
          min-width: 197px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 14px;
          line-height: 20px; }
          .header nav > ul > li ul li a {
            display: block;
            padding: 10px 0;
            text-decoration: none;
            color: #fff;
            -webkit-transition: color .4s;
            transition: color .4s; }
            .header nav > ul > li ul li a:hover {
              color: #D6BF8A; }
    .header nav .a-instagram,
    .header nav .a-facebook,
    .header nav .a-phone {
      float: right;
      color: #fff;
      text-decoration: none; }
    .header nav .a-instagram {
      width: 25px;
      height: 25px;
      margin: 23px 0 0 20px; }
      .header nav .a-instagram svg {
        width: 100%;
        height: 100%; }
        .header nav .a-instagram svg [fill] {
          -webkit-transition: all 0.4s;
          transition: all 0.4s; }
      .header nav .a-instagram:hover svg [fill] {
        fill: #D6BF8A; }
    .header nav .a-facebook {
      font-size: 25px;
      margin: 21px 0 0 40px;
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
      .header nav .a-facebook:hover {
        color: #D6BF8A; }
    .header nav .a-phone {
      font-size: 18px;
      color: #fff;
      text-decoration: none;
      margin-top: 14px;
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
      .header nav .a-phone .icon-phone {
        font-size: 30px;
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg);
        position: relative;
        top: 6px;
        display: inline-block; }
      .header nav .a-phone:hover {
        color: #D6BF8A; }

#slides {
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity .8s;
  transition: opacity .8s; }
  #slides.start {
    opacity: 1; }
    #slides.start.init {
      -webkit-transition: all .8s;
      transition: all .8s; }
  #slides .slide {
    height: 100%;
    position: relative; }
    #slides .slide__arrow {
      position: absolute;
      bottom: 60px;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 23px;
      height: 23px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      border-bottom: solid 2px #fff;
      border-right: solid 2px #fff;
      cursor: pointer;
      z-index: 98;
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
      #slides .slide__arrow:hover {
        border-right-color: #D6BF8A;
        border-bottom-color: #D6BF8A; }
    #slides .slide.slide-1 .content {
      text-align: center;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    #slides .slide.slide-4 .content {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #fff;
      max-width: 1530px;
      padding: 72px 70px 0;
      margin: auto;
      font-size: 15px; }
      #slides .slide.slide-4 .content h2 {
        text-transform: uppercase;
        font-weight: normal;
        margin: 0 0 20px;
        line-height: 1;
        font-size: 95px; }
      #slides .slide.slide-4 .content p {
        max-width: 610px;
        margin: 0 0 30px; }
        #slides .slide.slide-4 .content p:last-child {
          margin-bottom: 0; }
    #slides .slide.slide-5 .content {
      max-width: 1000px;
      padding: 72px 10px 120px;
      margin: auto;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    #slides .slide.slide-5 .footer {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
    #slides .slide__inner {
      height: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 50% 50%;
      display: block;
      text-decoration: none;
      overflow: hidden; }
    #slides .slide__video {
      position: relative;
      width: 100%;
      height: 100%;
      overflow: hidden; }
      #slides .slide__video-container,
      #slides .slide__video iframe,
      #slides .slide__video video {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
      #slides .slide__video-control {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 3;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 50%;
        opacity: 1;
        -webkit-transition: opacity 0.8s;
        transition: opacity 0.8s; }
        #slides .slide__video-control svg {
          position: absolute;
          left: 0;
          top: 72px;
          right: 0;
          bottom: 0;
          width: 147px;
          height: 147px;
          margin: auto;
          cursor: pointer; }
          #slides .slide__video-control svg [fill] {
            -webkit-transition: all 0.4s;
            transition: all 0.4s; }
          #slides .slide__video-control svg:hover [fill] {
            fill: #D6BF8A; }
      #slides .slide__video.playing .slide__video-control {
        opacity: 0; }
		
  #slides[data-current='1'] {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  #slides[data-current='2'] {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }
  #slides[data-current='3'] {
    -webkit-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%); }
  #slides[data-current='4'] {
    -webkit-transform: translateY(-300%);
    -ms-transform: translateY(-300%);
    transform: translateY(-300%); }
  #slides[data-current='5'] {
    -webkit-transform: translateY(-400%);
    -ms-transform: translateY(-400%);
    transform: translateY(-400%); }

#slides[data-current='6'] {
    -webkit-transform: translateY(-500%);
    -ms-transform: translateY(-500%);
    transform: translateY(-500%); }
#slides[data-current='7'] {
    -webkit-transform: translateY(-600%);
    -ms-transform: translateY(-600%);
    transform: translateY(-600%); }
#slides[data-current='8'] {
    -webkit-transform: translateY(-700%);
    -ms-transform: translateY(-700%);
    transform: translateY(-700%); }
#slides[data-current='9'] {
    -webkit-transform: translateY(-800%);
    -ms-transform: translateY(-800%);
    transform: translateY(-800%); }

.slides__navi {
  position: fixed;
  top: 50%;
  left: 29px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 98;
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s; }
  .slides__navi li + li {
    margin-top: 4px; }
  .slides__navi li a {
    display: block;
    width: 14px;
    height: 14px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    text-decoration: none;
    font-size: 0;
    background: #dbd5cf;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
    .slides__navi li a:hover, .slides__navi li a.active {
      background: #D6BF8A; }

.form:after {
  content: "";
  display: block;
  clear: both; }

.form__left {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 10px; }

.form__right {
  float: right;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px; }

.form__suptitle {
  color: #d6bf8a;
  font-size: 24px; }

.form__subtitle {
  color: #000;
  font-size: 36px;
  line-height: 1;
  margin: 0 0 30px; }
  .form__subtitle a {
    cursor: default;
    text-decoration: none;
    color: inherit; }

.form h3 {
  font-size: 48px;
  line-height: 1;
  margin: 0 0 10px;
  font-weight: 300; }

.form form {
  margin-top: 20px; }

.form .control {
  margin-bottom: 22px; }
  .form .form_errors {display: none;}
		.form .form_errors ul {list-style-type: none;}
  .form .control_error {
    position: relative; }
    .form .control_error .form_errors {
      display:block;
      width: 250px;
      overflow: hidden;
      position: absolute;
      right: 0;
      top: 0;
      text-align: right;
      line-height: 28px;
      height: 28px;
      margin-bottom: 2px;
      color: #ce0606;
      font-size: 12px; }
    .form .control_error textarea,
    .form .control_error input[type='text'],
    .form .control_error input[type='password'],
    .form .control_error input[type='email'],
    .form .control_error input[type='tel'] {
      background: #fee !important;
      border-color: #ff9a9a !important; }
  .form .control:after {
    content: "";
    display: block;
    clear: both; }
  .form .control:last-child {
    margin-bottom: 0; }
  .form .control > label {
    display: block;
    line-height: 28px;
    margin-bottom: 2px;
    color: #383838;
    font-size: 14px;
    font-family: 'helveticaneuecyrroman'; }
  .form .control input[type='text'],
  .form .control input[type='password'],
  .form .control input[type='email'],
  .form .control input[type='tel'] {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 49px;
    border: solid 1px #dbdbdb;
    padding: 10px 20px;
    font-size: 18px;
    color: #333;
    line-height: 27px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    outline: 0; }
    .form .control input[type='text']:focus,
    .form .control input[type='password']:focus,
    .form .control input[type='email']:focus,
    .form .control input[type='tel']:focus {
      border-color: #D6BF8A; }
  .form .control textarea {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 252px;
    border: solid 1px #dbdbdb;
    padding: 10px 20px;
    font-size: 16px;
    color: #333;
    line-height: 27px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    outline: 0; }
    .form .control textarea:focus {
      border-color: #D6BF8A; }
  .form .control_captcha > label {
    margin-left: 131px; }
  .form .control_captcha img {
    float: left;
    width: 122px; }
  .form .control_captcha input[type='text'] {
    float: right;
    width: 350px; }
  .form .control input[type=submit] {
    display: block;
    width: 100%;
    border: 0;
    height: 54px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    background: #383838;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
    .form .control input[type=submit]:hover {
      background: #c2a051; }

.footer {
  height: 120px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: solid 1px #dedede; }
  .footer .container {
    margin: auto;
    max-width: 1000px;
    padding: 0 20px; }
  .footer__logo-l {
    float: left;
    width: 170px;
    padding: 27px 0 0 19px; }
    .footer__logo-l img {
      display: block; }
  .footer__logo-r {
    float: right;
    width: 170px;
    padding: 30px 0 0; }
  .footer__center {
    text-align: center;
    padding: 16px 0 0; }
    .footer__center a[href*='tel'] {
      display: block;
      text-align: center;
      text-decoration: none;
      color: #58585a;
      line-height: 30px;
      margin-top: 4px; }
  .footer .a-facebook {
    font-size: 25px;
    display: inline-block;
    height: 25px;
    line-height: 1;
    vertical-align: top;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
    color: #58585a; }
    .footer .a-facebook:hover {
      color: #D6BF8A; }
  .footer .a-instagram {
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: top; }
    .footer .a-instagram svg {
      width: 100%;
      height: 100%; }
      .footer .a-instagram svg [fill] {
        -webkit-transition: color 0.4s;
        transition: color 0.4s; }
    .footer .a-instagram:hover svg [fill] {
      fill: #D6BF8A; }
  .footer .copyright {
    font-size: 12px;
    line-height: 14px; }

.burger {
  display: none;
  position: absolute;
  top: 13px;
  right: 10px;
  width: 46px;
  height: 46px;
  border: solid 2px #fff;
  -webkit-border-radius: 23px;
  border-radius: 23px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 7px; }
  .burger i {
    display: block;
    width: 6px;
    height: 6px;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: auto; }
    .burger i + i {
      margin-top: 5px; }

.video-playing .header,
.video-playing .slides__navi,
.video-playing #slides .slide__arrow {
  opacity: 0; }

#content {
  padding: 147px 0 40px; }

.title {
  text-align: center;
  width: 100%;
  font-size: 48px;
  line-height: 70px;
  margin: 0 0 55px;
  font-weight: 400; }
  .title > span {
    display: inline-block;
    position: relative;
    max-width: 800px;
    padding: 0 30px;
    background: #fff; }
    .title > span:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 100%;
      width: 2000px;
      height: 1px;
      margin-top: -1px;
      background: #e3e3e3; }
    .title > span:after {
      content: "";
      position: absolute;
      top: 50%;
      right: 100%;
      width: 2000px;
      height: 1px;
      margin-top: -1px;
      background: #e3e3e3; }
  .title .sup-title {
    display: block;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
    margin: -50px auto 0;
    line-height: 1.1;
    color: #D6BF8A;
    max-width: 800px; }
    .title .sup-title > span {
      display: inline-block;
      border-bottom: solid 1px #D6BF8A;
      -webkit-transition: all 0.25s;
      transition: all 0.25s; }
    .title .sup-title:hover > span {
      color: #D6BF8A;
      border-bottom: solid 1px rgba(214, 191, 138, 0); }

.about {
  margin: 0 auto 33px; }
  .about__logo {
    text-align: center; }
    .about__logo img {
      max-width: 100%; }

.content-width {
  max-width: 1000px;
  margin: auto;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .content-width.__no-padding {
    padding-left: 0;
    padding-right: 0; }
  .content-width__left {
    float: left;
    width: 50%;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px; }
  .content-width__right {
    float: right;
    width: 50%;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px; }

.item-preview {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative; }
  .item-preview .img {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 138%; }
  .item-preview img {
    display: block;
    width: 100%; }
  .item-preview.animated img, .item-preview.animated .img {
    -webkit-transform: translateZ(0) scale3d(1, 1, 1);
    transform: translateZ(0) scale3d(1, 1, 1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .item-preview.animated:hover img, .item-preview.animated:hover .img  {
    -webkit-transform: translateZ(0) scale3d(1.1, 1.1, 1);
    transform: translateZ(0) scale3d(1.1, 1.1, 1);
    -webkit-transition: all 3.5s;
    transition: all 3.5s; }
  .item-preview.animated:hover .item-preview__name {
    background: rgba(214, 191, 138, 0.8); }
  .item-preview__name {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    font-size: 21px;
    padding: 10px 25px;
    line-height: 26px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    -webkit-transition: all 1s;
    transition: all 1s; }

.cta {
  text-align: center;
  padding: 30px 20px 0; }

.btn-dark {
  display: inline-block;
  color: #fff;
  height: 54px;
  line-height: 54px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 340px;
  text-decoration: none;
  background: #383838;
  font-size: 18px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
  .btn-dark:hover {
    background: #c9aa64; }

.collection {
  margin-bottom: 50px; }
  .collection__width {
    max-width: 1350px;
    margin: auto; }
    .collection__width .collection__item {
      float: left;
      width: 33.3333%; }
  .collection__full-width {
    max-width: 1842px;
    margin: auto; }
    .collection__full-width .collection__item {
      float: left;
      width: 16.66667%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 5px; }
      .collection__full-width .collection__item .item-preview__name {
        width: 100%;
        text-align: center;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
      .collection__full-width .collection__item .item-preview.animated:hover .item-preview__name {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        background: rgba(0, 0, 0, 0.6); }

@media screen and (max-width: 1600px) {
  .collection__full-width .collection__item {
    width: 20%; } }

@media screen and (max-width: 1279px) {
  .collection__full-width .collection__item {
    width: 25%; } }

@media screen and (max-width: 1023px) {
  .collection__full-width .collection__item {
    width: 33.33333%; } }

@media screen and (max-width: 767px) {
  .collection__full-width .collection__item {
    width: 50%; } }

@media screen and (max-width: 360px) {
  .collection__full-width .collection__item {
    width: 100%; } }

.product {
  margin: 0 0 30px; }
  .product__content {
    max-width: 1000px;
    margin: 0 auto 30px;
    position: relative; }
  .product__gallery-photo {
    float: left;
    width: 410px;
    position: relative;
    overflow: hidden;
    min-height: 150px;
    float: left;
    background: url(data:image/gif;base64,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) 50% no-repeat #FFF; }
    .product__gallery-photo img {
      position: relative; }
  .product__desc {
    float: right;
    width: 570px; }
  .product .title {
    margin-bottom: 15px; }
  .product__desc-preview {
    float: left;
    width: 188px; }
  .product__desc-content {
    float: right;
    width: 376px;
    font-size: 16px; }
    .product__desc-content .btn-to-fitting {
      margin-top: 65px; }
  .product__gallery-list {
    list-style: none;
    margin: 0;
    padding: 0; }
    .product__gallery-list > li {
      display: inline-block;
      vertical-align: top;
      width: 79px;
      margin: 0 15px 8px 0; }
  .product__share {
    clear: both;
    padding-top: 38px;
    position: relative; }
    .product__share:before {
      content: attr(data-before);
      position: absolute;
      left: 0;
      top: 13px;
      font-size: 14px;
      color: #414142; }

.btn-share {
  display: inline-block;
  vertical-align: top;
  padding: 0 12px 0 10px;
  height: 30px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 11px;
  font-family: arial, sans-serif;
  color: #b1b1b1 !important;
  text-shadow: 0 2px 1px #000;
  line-height: 30px;
  background: #414142;
  text-decoration: none;
  margin: 0 6px 10px 0;
  -webkit-transition: all .4s;
  transition: all .4s; }
  .btn-share i {
    font-family: 'socicon';
    color: #fff !important;
    font-size: 18px;
    display: inline-block;
    margin-right: 8px;
    font-style: normal;
    vertical-align: middle; }
  .btn-share:hover {
    background: #262626;
    color: #fff !important; }

.photo-plus,
.photo-minus,
.photo-open {
  position: absolute;
  left: 8px;
  top: 8px;
  width: 45px;
  height: 45px;
  background: #f4f4f4;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  z-index: 12;
  -webkit-transition: background .4s;
  transition: background .4s; }
  .photo-plus:hover,
  .photo-minus:hover,
  .photo-open:hover {
    background: #D6BF8A; }
    .photo-plus:hover [class*='ico-'],
    .photo-minus:hover [class*='ico-'],
    .photo-open:hover [class*='ico-'] {
      background-position: 0 -47px; }
  .photo-plus [class*='ico-'],
  .photo-minus [class*='ico-'],
  .photo-open [class*='ico-'] {
    width: 45px;
    height: 45px;
    display: block;
    background-position: 0 2px;
    background-repeat: no-repeat;
    -webkit-transition: all .4s;
    transition: all .4s; }

.photo-plus [class*='ico-'] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAABaCAYAAAAsPd/jAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUI3QUM4QjQ1NDkxMTFFNUFFQjFBNDNCNjRDQjVCMjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUI3QUM4QjU1NDkxMTFFNUFFQjFBNDNCNjRDQjVCMjkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxQjdBQzhCMjU0OTExMUU1QUVCMUE0M0I2NENCNUIyOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxQjdBQzhCMzU0OTExMUU1QUVCMUE0M0I2NENCNUIyOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsxuVfIAAAQASURBVHja7JprSBRRFMfHSvKRIVEEJUEJWfTSrAyNQIySEIRa6UVofinxSwRBfYsyoqI0EIqe9gChVirsQ1FQVBSBppbSA6UwrHSjxF6a5vY/eBaGYR8ze2fuunEv/NAd7t357Z0zZ87M3Biv16tFWxujRWFT0kr6f5MeF6qD2+228n3x4LeIkMvlEpcO0mLAGrAULGGmgfeggXkCHo2W8JgJ7oN6sA54wAGwGlTybBeDB3SwwBSp4eFndneAI6AVzAdvDH3u6v7PAjWgDZSBukjMNMlWgYNghR9hY3sGMsAVcBWUy57pbLALbATXLIzr53GfwGFwG3TImGnKChc4PgMJe5lA7Rh4Ac5xmDkuvRckCx7eYVACloFtMqTzwWnwRTAc3/LJmO+0dCxYyHnXjtbAOd1R6QVgvM3SlOcnOZk9KGX1gC7D9mqwyk//14bPF8Eh3edmPmEXg3tOSX8DE7nvkG77HdCu+1zJf08ZxjcZPidz9vjq5EzT4YwD80CLbnu9oZ9PuirE91E8D4CXTsZ0J4dHpk0xnck/ftDplEeznWuTdK7oSW1W+iTYYoM4VX7LwVkZ0rfAJXAeJAWpAINdnlPACS62mmRVeTv5QnOG87aVlsyVXidLSytNe8FmkAcaQbrJcXmcKeaAVFAou55+yIV/B9fKFSAHJBj6JfL2ar4poDuYCdyvlm4FZd9udfNsbQel4DHo4zRWx3cpfbydCqMCsJUrvCG+NgiJi9zY1jDT+ZJMzOLYfc549Df2/LdWJ67fLkXa17qYehN9bRG3Q9pqExaPhLSweKSkhcQj/SyPBDfpskrxaJ9p44yTcJGpJ0bq9YWSVtJKWkkraSWtpJW0klbSSlpJR4N0vAzpqFzvEe6NLb0HpHfl9GSUllA0siQ9TZ2r+xFp4Lo2smzCY5s1SVuAfmQZ+A6egrQQ/bPAK9AD1lvcV0CsDjgKBsAeMNbkmDhwHPwF5bKls3nHRWHubDf4AVJFpc3GNGWFZmZDoEjTnaCBMhU9aP+jjbwl8zod0/tBN5gcpI+vBfue2eAXKBWZabXew2RT6z0CNbXeQ7NhvYeZs3UGZ4VFIfqZyR5EIegHsU5mD7XeQ7NhvYfZQ1IAhkGuYHgUg0GQIav2qAHvQFKYO0sBvWCfrNrDd9a3cv1Ab6IGLBxQGnuDc3OmSDyHU0+vBB7QCtJNjskDH8Bn8BO4ZNfTxFRwk+vqCpADEgx9Enl7NZ8Ll7ks9XJMu2RL+ygBH1lkCLSAOtDGdTe1drCW+7tYWFjcjpefxvUedBn3t96DGi1MqdVdXekVs9vpmLYD4RmPhLSweKSkhcQjKR22uFrvISCuaWq9h5JW0kpaSftr/wQYADJ6eLCK9Q/SAAAAAElFTkSuQmCC); }

.photo-minus {
  top: 61px; }
  .photo-minus [class*='ico-'] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAABaCAYAAAAsPd/jAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODI1RjE4QzM1NDkxMTFFNTlENkI5NkEzMzQ0Q0M0ODMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODI1RjE4QzQ1NDkxMTFFNTlENkI5NkEzMzQ0Q0M0ODMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4MjVGMThDMTU0OTExMUU1OUQ2Qjk2QTMzNDRDQzQ4MyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4MjVGMThDMjU0OTExMUU1OUQ2Qjk2QTMzNDRDQzQ4MyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pt+c4YUAAAPhSURBVHja7JprSBRRFMfHSvKRIVEEJUEJWfTSrAyNQIySEIRa6UVofinxSwRBfYsyoqIXCEFPe4CQKxX2oSgoKpJAU2ulB0phWOlGib00ze1/8AjDsObM3Jk7btwLP3SHuTu/vXPmzLkzNyoUCmmR1sZoEdiUtJL+36THjbSD3++38n2x4JeIkM/nE5f+R4sCa8BSsISZBt6BOuYJeDRawmMmuA9qwDoQBAfAanCCR7sQPKCTBaZIDY8wo7sDHAEBMB+8NuxzV/d/BqgAzaAEVHsx0iR7EhwEK8IIG9tTkAaugmugVPZIZ4JdYCOostCvh/t9BIfBbdAqY6QpK1zk+Kyyeaxj4Dk4z2HmuvRekCh4egdAEVgGtsmQzgVnwGfBcHzDF2Ou29LRYCHnXSdaHed0V6UXgPEOS1Oen+Rm9qCU1QnaDdvLwSoT/S+BQ7rPjYBmHovBPbekv4KJvG+/bvsd0GKif4PhcyJnjy9ujjSdzhgwDzTpttfYPCbFcy944WZMt3F4pDsU0+n84/vcTnk02tkOSWeLXtRmpU+DLQ6IU+W3HJyTIX0LXAYXQILNYyWBU1xsNciq8nbyjeYs520rLZErvTaWllaadoHNIAfUg1ST/XI4U8wBySBfdj39kAv/Vq6Vy0AWiDPsF8/by3lSQDOYCbxfJU0FZU+3Oni0toNi8Bh0cxqr5llKN2+nwigPbOUKr5/vDULiIhPbCmY635KJWRy7z5igfmLPfyt14vrtUqSHWjtj5g7piLgT0labsLgX0sLiXkkLiXv9LI8EN+mySuFoH2njiJNwgaknRur1hZJW0kpaSStpJa2klbSSVtJKWklHgnSsDOmIXO9hd2JL7wHpXTk9GaUlFPUsSU9T5+p+RAq4rg0umwg6Zk3SFqAfWQK+gVqQMsL+GeAl6ATrLR5rWKx2OAp6wR4w1mSfGHAc/AGlsqUz+cAFNg+2G3wHyaLSZmOaskIjs0EgU9GD9t/a4FuykNsxvR90gMmCozQb/ATFIt+j1nuYbGq9x3BNrffQHFjvYeZqnREabIscuqPlgx4Q7Wb2UOs9NAfWe5g9JXlgAGQLhkYh6ANpsmqPCvAWJNg8WBLoAvtk1R5DV32A6wd6E9Vr4YRS3xucm9NF4tlOPb0SBEEApJrskwPeg0/gB/DJrqeJqeAm19VlIAvEGfaJ5+3lfC1c4bI0xDHtky09RBH4wCL9oAlUg2auu6m1gLW8v4+FhcWdePlpXO/xSgu/3oMaLUyp1N1d6RWz3+2YdgLhEfdCWljcK2khcS+lbYur9R4C4pqm1nsoaSWtpJV0uPZXgAEAorFqmd7zPqUAAAAASUVORK5CYII=); }

.photo-open {
  top: 114px; }
  .photo-open [class*='ico-'] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAABaCAYAAAAsPd/jAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUQwQzQwRDI1NDkxMTFFNUFGN0FDODI1RkMzNzgzNTMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUQwQzQwRDM1NDkxMTFFNUFGN0FDODI1RkMzNzgzNTMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5RDBDNDBEMDU0OTExMUU1QUY3QUM4MjVGQzM3ODM1MyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5RDBDNDBEMTU0OTExMUU1QUY3QUM4MjVGQzM3ODM1MyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhT4M6AAAAJZSURBVHja7Jq9TsMwEMcThNQCEzNIsPAU7dhH6AsgHqFJWspAulCalDdgYe8jZISngKFIjCAW9mBLF+lk0g+nZ8cRd9JfStLE+cU539np+Xmee02zPa+BxtAMzdAM/Y+g97c9cbFY6LQ7EpJZa7btBf1+nx5awyRoBNvH8ABOu0eCgKUNdXq7DuhUKCw5HsHDOAd9KvQJrpCh4xkc+xI6sT4QN9gHcoMDoR5sv5hwDwrodXPbWxA2v07oc6ElcoNsw/k99AbOhN5tQ8+FfoRiDTfAbnMpdLRi4BoZiDJKDAjcKqgaVXR7egw3K153u8I974W6sC17+ltoago6VgZVB6RrQ2X/TqiFXI3UPdqeOWuZ8umR8hqzivMKNQHJnr42ORDH6PVWTRwzuLZI8Tc2Ql4CCeVwx4QUQui0FqdTSC6eRiTpou0nlJisZsTlDpFkucuopZjl+Yom6LdJye/OzPIuhK5K3AC7zaPQm0vQrzCfTpXjhdsEVMDUK5e5stTyUKp+cHmNmCppOqoa1myvxhNYhecl7kJiPn9UZ2iGZmiGZmiGZmiGZmiGZmiGZmiGZmiG1jL5F8XQFHQj6z08+YWJUEn+12bE9yCFTvPVllBCN7Leg9o9pGLUw7GB9km+muo2wPUeOsb1HqZ72ol6j6pRQbXYwvWV4jTXe6B9rvdYZbXXe+ySEYvkkkPPPW84X0aMDmREnJisQteWxrneA7mBV5KAyOo9KKeMwZrkMXB15SIVlgAHLi+3CkUIOHR1EVBmU4gqYxONc70HQzM0QzM0Q5PbrwADAFXRYgzjAkLeAAAAAElFTkSuQmCC); }

.btn-to-fitting {
  display: inline-block;
  padding: 0 27px 0 53px;
  position: relative;
  height: 49px;
  line-height: 49px;
  color: #fff;
  background: #414142;
  text-decoration: none;
  -webkit-transition: background-color .4s;
  transition: background-color .4s; }
  .btn-to-fitting:before {
    content: "";
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 25px;
    height: 27px;
    background-image: inline("../img/ico-dress.png");
    background-repeat: no-repeat; }
  .btn-to-fitting:hover {
    background: #262626; }

@media screen and (max-width: 1080px) {
  .product__content {
    width: 940px; }
  .product__desc {
    width: 510px; }
  .product__desc-content {
    width: 316px; } }

.more-models .title {
  line-height: 40px;
  font-size: 24px;
  margin: 0 0 10px; }
  .more-models .title span {
    line-height: 50px;
    font-size: 24px; }

.more-models__slider {
  position: relative;
  height: 210px;
  max-width: 1000px;
  margin: auto; }

.product__gallery-photo > img {
  position: relative;
  cursor: move; }

.more-models__slider-prev,
.more-models__slider-next {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  width: 26px;
  height: 26px; }

.more-models__slider-prev {
  left: -27px; }

.more-models__slider-next {
  right: -24px; }

.more-models__slider-prev a,
.more-models__slider-next a {
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  opacity: 1;
  -webkit-transition: all .4s;
  transition: all .4s; }

.more-models__slider-prev a {
  border-left: solid 3px #767677;
  border-bottom: solid 3px #767677;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
  .more-models__slider-prev a:hover {
    border-left-color: #D6BF8A;
    border-bottom-color: #D6BF8A; }

.more-models__slider-next a {
  border-right: solid 3px #767677;
  border-bottom: solid 3px #767677;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }
  .more-models__slider-next a:hover {
    border-right-color: #D6BF8A;
    border-bottom-color: #D6BF8A; }

.more-models__slider-body a {
  display: block;
  width: 111px;
  padding: 19px 0 26px;
  position: relative; }

.more-models__slider .photo {
  position: relative;
  -webkit-transition: top .25s;
  transition: top .25s;
  display: block;
  z-index: 2;
  top: 0; }

.more-models__slider-body a:hover .photo {
  top: -19px; }

.more-models__slider-body h4 {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 38px;
  font-size: 14px;
  color: #000;
  opacity: 0;
  margin: 0;
  line-height: 1.25;
  font-weight: 400;
  -webkit-transition: opacity .25s;
  transition: opacity .25s; }

.more-models__slider-body a:hover h4 {
  opacity: 1; }

.btn-left,
.btn-right {
  height: 26px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  width: 26px;
  opacity: 1;
  -webkit-transition: all .25s;
  transition: all .25s; }

.btn-left {
  left: -27px;
  border-left: solid 3px #767677;
  border-bottom: solid 3px #767677;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
  .btn-left:hover {
    border-left-color: #D6BF8A;
    border-bottom-color: #D6BF8A; }

.btn-right {
  right: -23px;
  border-right: solid 3px #767677;
  border-bottom: solid 3px #767677;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }
  .btn-right:hover {
    border-right-color: #D6BF8A;
    border-bottom-color: #D6BF8A; }

@media screen and (max-width: 1120px) {
  .more-models__slider {
    width: 868px;
    margin: auto; } }

@media screen and (max-width: 994px) {
  .more-models__slider {
    width: 741px;
    margin: auto; } }

@media screen and (max-width: 883px) {
  .more-models__slider {
    width: 615px;
    margin: auto; } }

@media screen and (max-width: 772px) {
  .more-models__slider {
    width: 489px;
    margin: auto; } }

@media screen and (max-width: 646px) {
  .more-models__slider {
    width: 363px;
    margin: auto; } }

@media screen and (max-width: 500px) {
  .more-models__slider {
    width: 237px;
    margin: auto; } }

.videobox {
  padding: 0;
  margin: 0 0 10px; }
  .videobox__name {
    text-transform: uppercase;
    font-size: 18px;
    display: block; }
  .videobox time {
    display: block;
    font-size: 14px; }
  .videobox__inner {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    margin-bottom: 6px; }
    .videobox__inner iframe,
    .videobox__inner video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.news {
  margin-bottom: 30px; }
  .news__list {
    list-style: none;
    padding: 0 0 30px;
    margin: 0; }
    .news__list li {
      margin: 0 0 30px; }
      .news__list li:last-child {
        margin-bottom: 0; }
      .news__list li:after {
        content: "";
        display: block;
        clear: both; }
      .news__list li aside {
        float: left;
        width: 450px;
        margin: 0 38px 0 0; }
        .news__list li aside img {
          width: 100%; }
      .news__list li article {
        display: table-cell; }
      .news__list li h3 {
        font-size: 24px;
        margin: -6px 0 10px;
        font-weight: 400; }
        .news__list li h3 a {
          color: inherit;
          text-decoration: none;
          -webkit-transition: all 0.4s;
          transition: all 0.4s; }
          .news__list li h3 a:hover {
            color: #D6BF8A; }
      .news__list li p {
        font-size: 15px;
        color: #414142;
        margin: 0 0 2em; }

.btn-default {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  border: solid 1px #19191a;
  padding: 0 30px;
  text-decoration: none;
  color: #000;
  -webkit-transition: all .4s;
  transition: all .4s; }
  .btn-default:hover {
    background: #D6BF8A;
    color: #fff;
    border-color: #D6BF8A; }

.page {
  font-size: 14px; }
  .page p {
    margin: 0 0 1.5em; }
  .page h2 {
    font-size: 30px;
    margin: 30px 0 20px;
    font-weight: 400; }
    .page h2:first-child {
      margin-top: 0; }
  .page img {
    display: block;
    margin: 0 auto 1.5em;
    max-width: 100%; }
  .page iframe {
    max-width: 100%; }
  .page a {
    color: #D6BF8A; }
    .page a:hover {
      text-decoration: none; }
  .page ul {
    list-style: none;
    margin: 0 0 2em 20px;
    padding: 0; }
    .page ul li {
      position: relative;
      padding-left: 12px;
      font-size: 16px; }
      .page ul li:before {
        content: '\2022';
        position: absolute;
        left: 0;
        color: #D6BF8A;
        font-size: 14px;
        top: 2px; }
      .page ul li + li {
        margin-top: 8px; }

.contacts .ico-phone {
  height: 52px;
  display: block;
  text-align: center;
  width: 52px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxvZ28iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMzQ3Ljg0NXB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgMzQ3Ljg0NSA1MTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDM0Ny44NDUgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNENkJGOEEiIGQ9Ik0zNDMuMDI2LDQ1My4xMWMtMS42MDgsNy4wNjEtNS44MTMsMTIuMTQ0LTEyLjYxMSwxNS4yODhsLTc5LjY5MSwzNi4zOTYNCgljLTMuNzEsMS45NTgtOC4wNTgsMy4xNjEtMTMuMDUyLDMuNjY1Yy00Ljk5MywwLjQ2Ny05LjY0NiwwLjI1MS0xMy45NTktMC42NjVjLTAuMjg3LTAuMTI2LTEuMjAzLTAuMzU5LTIuNzEzLTAuNzU1DQoJYy0xLjUwOS0wLjM5NS0zLjQ0LTEuMDIzLTUuNzg0LTEuODg3Yy01LjU1MS0yLjA0Ny0xNC4xOTItNi4zMjMtMjUuOTA1LTEyLjc5Yy0xMS43My02LjUwMy0yNS4yMDQtMTYuNzc4LTQwLjQyLTMwLjg4MQ0KCWMtMTUuMjM0LTE0LjEwNC0zMS40OTItMzIuODA0LTQ4Ljc5Mi01Ni4xNDFjLTE3LjMtMjMuMzE4LTM0LjAwNy01Mi43NDMtNTAuMTIyLTg4LjI3OGMtMTMuMDE1LTI3LjczNy0yMi44NTEtNTMuMjgzLTI5LjQ5OC03Ni42NzMNCgljLTYuNjQ2LTIzLjQwOC0xMS4xNzQtNDQuNDI3LTEzLjU4MS02My4wOTJjLTIuNDE3LTE4LjY4My0zLjMyNC0zNS4xMzgtMi43MTMtNDkuMzY3YzAuNjAyLTE0LjIyOCwxLjg2OS0yNi4yMjksMy44MDktMzUuOTgzDQoJYzEuOTQtOS43NTUsNC4wMjQtMTcuMjEsNi4yNTEtMjIuMzY2YzIuMjQ2LTUuMTU2LDMuNDY3LTguMDMsMy42ODMtOC42MjRjMi4xMDItMy44NjIsNC45NDktNy41NDUsOC41Ni0xMS4wMw0KCWMzLjYyLTMuNDg1LDcuMzY2LTYuMDE4LDExLjI1NS03LjU2M0wxMTcuNTk2LDUuNTJjNS42MDQtMi41ODYsMTEuMDM5LTIuOTEsMTYuMzA0LTAuOTY5YzMuNzk5LDEuNCw2Ljc1NCwzLjczNSw4Ljg2NCw3LjAwNQ0KCWMyLjEyLDMuMjg4LDMuNjAzLDYuODk4LDQuNDY2LDEwLjg4N2wxNC4wNTcsMTA2LjM4N2MwLjg5Nyw1LjY0MS0wLjI2MiwxMS4wMy0zLjQ3NiwxNi4xNWMtMy4yMjYsNS4xMzgtNy40Myw4Ljg5My0xMi42NCwxMS4zMDENCglsLTI5LjQxNywxMy41NjNjLTAuNzk4LDAuMzc3LTEuNjYxLDEuMTMyLTIuNTk1LDIuMjgyYy0wLjkxNywxLjE2Ny0xLjU0NSwyLjE3NC0xLjg2OSwzLjA1NGMtMS4wOTYsNi41NzUtMS4wNiwxNC41NjksMC4xMjYsMjMuOTY1DQoJYzAuOTE2LDguMzE3LDMuMTcxLDE4Ljg4MSw2Ljc1NCwzMS42NTRjMy41ODUsMTIuNzksOS42NjUsMjguMjU4LDE4LjI1Myw0Ni4zODRjOC4yLDE4LjMwNiwxNi4wMjQsMzMuMDczLDIzLjUxNyw0NC4zMTkNCgljNy40NzMsMTEuMjI5LDEzLjk5NCwxOS44NjksMTkuNTgxLDI1LjkyM2M1LjU2OSw2LjAzNiwxMC4wNDIsMTAuMDk3LDEzLjQzOCwxMi4xODFsNS4wNzQsMy4xMDhjMC41ODQsMC4yMTUsMS42MDgsMC4zNCwzLjA5LDAuMzk1DQoJYzEuNDgyLDAuMDU1LDIuNjE1LTAuMTA3LDMuNDIzLTAuNDg1TDIzOC45MywzNDYuNGM2Ljk4OC0yLjc0OSwxMy45ODUtMi44MiwyMS4wMDEtMC4yMzRjNC45NzYsMS44MzMsOC41ODYsNC4xNjgsMTAuODY4LDcuMDA3DQoJbDAuNDQsMC4xNjJsNjYuMTczLDgxLjI1NEMzNDIuMTQ2LDQ0MC42NjEsMzQ0LjAyMiw0NDYuODIzLDM0My4wMjYsNDUzLjExeiIvPg0KPC9zdmc+DQo=) 50% 50%/contain no-repeat;
  margin: -15px auto 20px; }

.contacts ._phone {
  text-align: center; }
  .contacts ._phone a[href*='mailto'] {
    font-size: 24px; }

.contacts a {
  cursor: pointer;
  -webkit-transition: color .4s;
  transition: color .4s; }
  .contacts a:hover {
    color: #D6BF8A; }

.contacts .social {
  text-align: center;
  margin: 0 0 35px; }
  .contacts .social .a-facebook {
    font-size: 46px;
    color: #58585a;
    -webkit-transition: all .4s;
    transition: all .4s;
    margin: 0 10px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: -3px; }
    .contacts .social .a-facebook:hover {
      color: #D6BF8A; }
  .contacts .social .a-instagram {
    width: 44px;
    height: 44px;
    margin: 0 10px;
    display: inline-block;
    vertical-align: top; }
    .contacts .social .a-instagram svg {
      width: 100%;
      height: 100%; }
      .contacts .social .a-instagram svg [fill] {
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
    .contacts .social .a-instagram:hover svg [fill] {
      fill: #D6BF8A; }

.msg-thanks__content {
  text-align: center;
  padding: 80px 0 65px; }
  .msg-thanks__content h3 {
    font-weight: normal;
    font-size: 30px;
    margin: 0 0 15px;
    line-height: 1; }
  .msg-thanks__content p {
    font-size: 18px;
    font-family: 'helveticaneuecyrroman';
    font-weight: bold;
    margin: 0 0 40px; }
  .msg-thanks__content a {
    color: #D6BF8A;
    font-size: 18px; }
    .msg-thanks__content a:hover {
      text-decoration: none; }

@media screen and (max-height: 980px) and (min-width: 1025px) {
  .slide .form .control {
    margin-bottom: 10px; }
  .slide .form .control input[type='text'],
  .slide .form .control input[type='password'],
  .slide .form .control input[type='email'],
  .slide .form .control input[type='tel'] {
    height: 30px;
    padding: 0 10px;
    line-height: 28px;
    font-size: 16px; }
  .slide .form .control_captcha input[type='text'] {
    width: 290px; }
  .slide .form h3 {
    display: inline-block;
    font-size: 40px;
    margin-right: 30px; }
  .slide .form__subtitle {
    font-size: 30px;
    display: inline-block;
    margin-bottom: 14px; }
  .slide .form .control > label {
    line-height: 20px; }
  .slide .form .control textarea {
    height: 217px;
    font-size: 16px;
    padding: 0 10px; }
  .slide .form .control input[type=submit] {
    height: 34px; } }

@media screen and (max-height: 770px) and (min-width: 1025px) {
  .slide .form .control {
    padding-left: 100px; }
    .slide .form .control_action {
      padding-left: 100px; }
    .slide .form .control > label {
      float: left;
      margin: 0 0 0 -100px;
      line-height: 28px; }
    .slide .form .control_captcha > label {
      float: none;
      margin: 0; }
  .slide .form .control_captcha input[type='text'] {
    width: 190px; }
  .slide .form .control input[type='text'],
  .slide .form .control input[type='password'],
  .slide .form .control input[type='email'],
  .slide .form .control input[type='tel'] {
    height: 28px;
    padding: 0 10px;
    line-height: 26px;
    font-size: 14px; }
  .slide .form__subtitle {
    font-size: 30px;
    display: inline-block;
    margin-bottom: 15px; }
  .slide .form .control textarea {
    height: 142px;
    font-size: 14px;
    padding: 0 10px; }
  .slide .form .control input[type=submit] {
    height: 34px; } }

@media screen and (max-height: 660px) and (min-width: 1025px) {
  .slide .form__subtitle {
    font-size: 24px;
    display: inline-block;
    margin-bottom: 20px; }
  .slide .form h3 {
    font-size: 36px; }
  .slide .form .control textarea {
    height: 87px; }
  .slide .form .control input[type=submit] {
    height: 34px; } }

@media screen and (max-width: 1360px) {
  .header nav > ul > li + li {
    margin-left: 10px; }
  .header nav {
    width: 48%; } }

@media screen and (max-width: 1210px) {
  #slides .slide.slide-5 .content {
    padding-left: 70px;
    padding-right: 70px; }
  .header nav .a-facebook {
    margin-left: 20px; }
  .header nav > ul > li + li {
    margin-left: 4px; }
  .header .container {
    padding-left: 20px;
    padding-right: 20px; }
.burger {
    display: block; }
  .header {
    position: absolute; }
  .header nav {
    position: absolute;
    top: 100%;
    right: 0;
    width: 300px;
    float: none;
    background: rgba(0, 0, 0, 0.75);
    padding-bottom: 50px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
    .header nav .a-instagram {
      float: none;
      position: absolute;
      left: 20px;
      bottom: 13px;
      margin: 0;
      top: auto; }
    .header nav .a-facebook {
      float: none;
      position: absolute;
      left: 70px;
      bottom: 10px;
      margin: 0;
      top: auto;
      margin: 0; }
    .header nav .a-phone {
      float: none;
      display: block;
      padding: 7px 20px 12px 10px;
      margin: 0;
      border-bottom: solid 1px rgba(0, 0, 0, 0.15);
      border-top: solid 1px rgba(255, 255, 255, 0.05);
      position: relative; }
      .header nav .a-phone:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        height: 1px;
        background: rgba(255, 255, 255, 0.05);
        margin-top: 1px; }
    .header nav > ul {
      float: none;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      position: static;
      padding: 0;
      margin: 0;
      border-top: solid 1px rgba(0, 0, 0, 0.15); }
      .header nav > ul > li {
        margin: 0 !important;
        float: none;
        padding: 0;
        border-bottom: solid 1px rgba(0, 0, 0, 0.15);
        border-top: solid 1px rgba(255, 255, 255, 0.05); }
        .header nav > ul > li a {
          font-size: 18px;
          display: block;
          padding: 12px 20px; }
  .header nav > ul > li ul {
    position: relative;
    display: block;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.08);
    padding: 0; }
    .header nav > ul > li ul li {
      border-top: solid 1px rgba(0, 0, 0, 0.25); }
      .header nav > ul > li ul li:first-child {
        border-top: 0; }
      .header nav > ul > li ul li a {
        display: block;
        font-size: 16px;
        padding: 10px 20px 10px 40px; }
  .show-nav .header nav {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }  	 
}

@media screen and (max-width: 1024px) {
  .product__gallery-photo {
    max-width: 100%; }
  #wrap {
    overflow: hidden;
    position: relative; }
  .header .container {
    padding: 0 20px; }
  .slides__navi {
    display: none; }
  .front #wrap {
    height: auto;
    min-height: 100%;
    overflow: hidden; }
  #slides {
    height: auto;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important; }
    #slides .slide {
      height: auto;
      min-height: 100vh; }
      #slides .slide__inner {
        height: auto;
        min-height: 100vh; }
        #slides .slide__inner .slide__video {
          position: absolute;
          left: 0;
          top: 0; }
      #slides .slide.slide-1 .content {
        position: absolute;
        left: 0;
        right: 0; }
      #slides .slide.slide-4 .content {
        position: absolute; }
      #slides .slide.slide-5 .content {
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding: 40px 20px 40px;
        max-width: 728px; }
  #slides .slide.slide-5 .footer {
    position: relative; }
  .form .control_captcha > label {
    margin-left: 0; }
  .form .control_captcha input[type='text'] {
    width: 200px; }
  .form .control textarea {
    height: 150px; }
  .form .control_action {
    padding-top: 28px; }
  .form .control input[type=submit] {
    height: 49px; }
  
  #slides .slide__arrow {
    bottom: 40px; }
  .content-width {
    padding-left: 20px;
    padding-right: 20px; }
    .content-width__left {
      padding-right: 10px;
      margin-bottom: 20px; }
    .content-width__right {
      padding-left: 10px;
      margin-bottom: 20px; }
  .title {
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 25px; }
  .title > span {
    max-width: 500px; }
  .title .sup-title {
    margin-top: -10px; }
  #content {
    padding-top: 115px; }
  .product__content {
    width: 688px; }
  .product__gallery-photo {
    float: none;
    margin: 0 auto 20px; }
  .product__desc {
    float: none;
    margin: 0 auto; }
  .product__desc-content .btn-to-fitting {
    margin-top: 20px; }
  .news__list li aside {
    width: 300px;
    margin: 0 20px 0 0; } }

@media screen and (max-width: 767px) {
  #slides .slide.slide-1 .content img {
    max-width: 94%; }
  #slides .slide__video-control svg {
    width: 60px;
    height: 60px;
    top: 0; }
  #slides .slide.slide-4 .content {
    position: relative;
    padding: 40px 30px;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
    #slides .slide.slide-4 .content h2, #slides .slide.slide-4 .content h3 {
      font-size: 40px; }
  #slides .slide__arrow {
    bottom: 20px; }
  #slides .slide.slide-5 .content {
    padding: 40px 30px 20px; }
  .form h3 {
    font-size: 40px;
    display: block; }
  .form__suptitle {
    font-size: 18px; }
  .form__subtitle {
    font-size: 24px; }
  .form__left,
  .form__right {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 10px; }
  .form form {
    margin-top: 10px; }
  .form .control {
    margin-bottom: 10px; }
  .form .control input[type='text'],
  .form .control input[type='password'],
  .form .control input[type='email'],
  .form .control input[type='tel'] {
    height: 34px;
    padding: 5px 10px;
    line-height: 22px;
    font-size: 14px; }
  .form .control textarea {
    padding: 5px 10px;
    line-height: 20px;
    font-size: 14px; }
  .form .control > label {
    line-height: 24px; }
  .form .control_captcha img {
    float: none;
    display: block;
    margin-bottom: 10px; }
  .form .control_captcha input[type='text'] {
    width: 100%;
    clear: both;
    float: none; }
  .form .control_action {
    padding-top: 10px; }
  #slides .slide.slide-4 .slide__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: rows;
    -ms-flex-direction: rows;
    flex-direction: rows;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    #slides .slide.slide-4 .slide__inner .content {
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
  .footer__logo-l {
    width: 50%;
    padding-left: 0;
    text-align: center; }
    .footer__logo-l img {
      float: none;
      display: inline; }
  .footer__logo-r {
    width: 50%;
    padding-top: 25px;
    text-align: center; }
    .footer__logo-r img {
      float: none;
      display: inline; }
  .footer {
    height: auto; }
    .footer__center {
      clear: both;
      padding-bottom: 20px; }
  .content-width {
    padding-left: 20px;
    padding-right: 20px; }
    .content-width__left {
      float: none;
      width: auto;
      padding-right: 0;
      margin-bottom: 20px; }
    .content-width__right {
      float: none;
      width: auto;
      padding-left: 0;
      margin-bottom: 20px; }
  .title > span {
    padding: 0 10px;
    font-size: 24px;
    line-height: 40px;
    max-width: 100%;
    width: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #content {
    padding-top: 100px; }
  .cta {
    padding-top: 0; }
  .about {
    padding-bottom: 0;
    margin-bottom: 0; }
    .about__intro {
      padding-bottom: 1px; }
  .collection {
    padding: 0 20px;
    margin-bottom: 0; }
  .collection__width .collection__item {
    float: none;
    width: auto; }
    .collection__width .collection__item ~ .collection__item {
      margin-top: 20px; }
  .item-preview__name {
    min-width: 50%; }
  .product__content {
    width: auto;
    margin: 0 20px 20px; }
  .product__gallery-photo {
    float: none;
    margin: 0 auto 20px; }
  .product__desc {
    float: none;
    margin: 0 auto; }
  .product__desc {
    width: auto; }
  .product__desc-preview,
  .product__desc-content {
    float: none;
    width: auto;
    clear: both;
    text-align: center;
    margin: 0 0 20px; }
  .product__gallery-list > li {
    margin: 0 5px 10px; }
  .product__desc-content {
    text-align: left; }
  .news__list li aside {
    width: auto;
    margin: 0 0 20px;
    float: none; }
  .news__list li article {
    display: block;
    clear: both; }
  .news__list li p {
    margin-bottom: 1em; }
  .contacts ._phone a[href*='mailto'] {
    font-size: 16px; }
  .contacts .social {
    margin-bottom: 15px; }
  .page h2 {
    font-size: 20px;
    margin-bottom: 12px; }
  .page ul {
    margin-left: 0; }
  .btn-left {
    left: -10px; }
  .btn-right {
    right: -10px; } }

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
  opacity: .66 !important; }

#colorbox {
  outline: 0; }

#cboxTopLeft {
  width: 20px;
  height: 20px;
  background: #fff; }

#cboxTopCenter {
  height: 20px;
  background: #fff; }

#cboxTopRight {
  width: 20px;
  height: 20px;
  background: #fff; }

#cboxBottomLeft {
  width: 20px;
  height: 20px;
  background: #fff; }

#cboxBottomCenter {
  height: 20px;
  background: #fff; }

#cboxBottomRight {
  width: 20px;
  height: 20px;
  background: #fff; }

#cboxMiddleLeft {
  width: 20px;
  background: #fff; }

#cboxMiddleRight {
  width: 20px;
  background: #fff; }

#cboxContent {
  background: #fff;
  overflow: visible; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxLoadedContent {
  margin-bottom: 5px; }

#cboxLoadingOverlay {
  background: url(images/loading_background.png) no-repeat center center; }

#cboxLoadingGraphic {
  background: url(images/loading.gif) no-repeat center center; }

#cboxTitle {
  position: absolute;
  bottom: -25px;
  left: 0;
  text-align: center;
  width: 100%;
  font-weight: bold;
  color: #7C7C7C; }

#cboxCurrent {
  position: absolute;
  bottom: -25px;
  left: 58px;
  font-weight: bold;
  color: #7C7C7C; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  position: absolute;
  bottom: -29px;
  background: url(images/controls.png) no-repeat 0px 0px;
  width: 23px;
  height: 23px;
  text-indent: -9999px; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0; }

#cboxPrevious {
  left: 0px;
  background-position: -51px -25px; }

#cboxPrevious:hover {
  background-position: -51px 0px; }

#cboxNext {
  left: 27px;
  background-position: -75px -25px; }

#cboxNext:hover {
  background-position: -75px 0px; }

#cboxClose {
  right: auto;
  left: 100%;
  margin: -20px 0 0 -10px;
  top: 0;
  width: 30px;
  height: 30px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzZFMkNFQ0MzRjY2MTFFNjhCNTlENDUyNDk1QkZGQzUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzZFMkNFQ0QzRjY2MTFFNjhCNTlENDUyNDk1QkZGQzUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3NkUyQ0VDQTNGNjYxMUU2OEI1OUQ0NTI0OTVCRkZDNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3NkUyQ0VDQjNGNjYxMUU2OEI1OUQ0NTI0OTVCRkZDNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PihhQSsAAAHVSURBVHja7JY7SwNBFIWzKluJqJ2IJCDmHwimU+wsRHwUgbW0EEtBxUeliSCoEK20TMQHokFFbQStgn8hjdqInc8qkKxn4C4My911dqKm2QtfkZk7ezJzD3fGsG07Uouoi9QoQuF/iwZuMJFIcMMmGARDoBPYRAU8gTw4AyX3wkKhoCbMhBCbBpdgETy65mMgCW7ABjjV2rEU9SANWsEA+PTIE39kFWyBTdAD5kFZt8ZpEpvwEZXji3I/QErXXMOgDaxoeCdFpzQS9KiFkZZAXxXGnQG34JwznNeOR8EReHONZ0AXkx+nOTnE2kMwFuSohYsPmPFtsEdCsmiW5tyxT99SFu4AD8x4EVgkFCdyYJzmOLe3B6lx2ad2RRLK0W/LQ9SJyl+0TJU71QwibPh8yDlei3aeddVcScNL+JnaICealY5XPnZOPMa0V1/hPPVed0wyRnIMN8XkJ736tsE9fXA7ibrcg17wrln/ZnAHunE7KTeQErW9TBXGWwPLXNf6ydXH4AUsaIjOgVf6htbtJK62JrALGhUERc4OaKG12k8f0UhmwRUhdhJl8qI0J3KuaU25moeAEyfgghr+utQGTenpI9zb71VTJVeHz9tQ+DfiW4ABABMSbBjZL8S6AAAAAElFTkSuQmCC);
  -webkit-transition: opacity .4s;
  transition: opacity .4s; }

#cboxClose:hover {
  opacity: .75; }

.cboxSlideshow_on #cboxSlideshow {
  background-position: -125px 0px;
  right: 27px; }

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -150px 0px; }

.cboxSlideshow_off #cboxSlideshow {
  background-position: -150px -25px;
  right: 27px; }

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -125px 0px; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }


/**/

.store {
  padding-bottom: 50px;
}
.store .content-width {
  max-width: 1200px;
}
.store__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.store__column {
  width: calc(50% - 25px);
  border-top: solid 1px #e3e3e3;
}
.store__item {
  border-bottom: solid 1px #e3e3e3;
}
.store__item-head {
  padding: 16px 30px;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.story__country {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
  line-height: 20px;
  -webkit-user-select: none;
  user-select: none;
}
.store__item-body {
  display: none;
  border-top: solid 1px #e3e3e3;
}
.store__item:first-child .store__item-body {
  display: block;
}
.store__city {
  padding: 10px 30px 35px;
}
.store__city:first-child {
  padding-top: 25px;
}
.store__city-name {
  font-weight: 100;
  font-size: 30px;
  margin: 0 0 12px;
  line-height: 1;
  color: #000;
}
.store__addr {
  font-style: normal;
  font-size: 17px;
  color: #585757;
  letter-spacing: .01em;
  line-height: 25px;
}
.story__addr-link {
  display: inline-block;
  margin-top: 10px;
  color: #d6bf8a;
  transition: all .25s;
}
.story__addr-link:hover {
  color: #e2ad34;
}

@media (max-width: 1023px) {
  .store__column {
    width: calc(50% - 15px);
  }
}

@media (max-width: 767.98px) {
  .store {
    padding-bottom: 30px;
  }
  .store__row {
    display: block;
  }
  .store__column {
    width: 100%;
  }
  .store__column ~ .store__column{
    border-top: 0;
  }
}