/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */
.full-catalog,
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle
}
fieldset,
hr {
  border: 0;
  padding: 0
}
.header .container,
body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox
}
#wrap,
body {
  width: 100%
}
.cta a,
.header nav a {
  text-decoration: none
}
.bx-wrapper .bx-controls-auto,
.cta {
  text-align: center
}
.about__layout ._content blockquote cite,
.catalog__sections-list h4, .catalog__sections-list .exh4,
.footer__navi ul li,
.header nav ul,
.popup h3,
.promo-line__content h2,
.promo-tabs__list,
.review-slider blockquote cite,
.title-line {
  text-transform: uppercase
}
.catalog__sections-navi a,
.promo-line__content,
.promo__slider ._content,
.team-preview__list li ._name,
.team__sections-navi a,
body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal
}
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-top: 1px solid #ccc;
  margin: 1em 0
}
fieldset {
  margin: 0
}
textarea {
  resize: vertical
}
.browserupgrade {
  margin: .2em 0;
  background: #ccc;
  color: #000;
  padding: .2em 0
}
body {
  font-family: 'Gill Sans',sans-serif;
  font-size: 16px;
  line-height: 1.33333333;
  letter-spacing: .07em;
  font-weight: 300;
  color: #000;
  background: #fff;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}
#wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.container {
  max-width: 1024px;
  padding: 0 30px;
  margin: 0 auto
}
@media (max-width:1023px) {
  .container {
    padding: 0 10px
  }
}
:first-child {
  margin-top: 0
}
:focus {
  outline: 0
}
.title-line {
  font-size: 36px;
  font-weight: 600;
  margin: 0 0 20px;
  line-height: 1.11111111
}
.title-line span {
  display: inline-block;
  padding: 0 0 4px;
  border-bottom: solid 6px #ac1101
}
@media (max-width:599px) {
  .title-line {
    font-size: 22px
  }
  .title-line span {
    border-bottom-width: 3px
  }
}
.cta a {
  display: inline-block;
  background: #000;
  color: #fff;
  height: 48px;
  line-height: 48px;
  padding: 0 22px;
  letter-spacing: .2em;
  font-weight: 600;
  position: relative;
  font-size: 18px
}
.cta a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #000;
  -webkit-transition: all .4s;
  transition: all .4s
}
.cta a:hover:after {
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
  border-color: #fff
}
.hidden {
  display: none!important
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit
}
.invisible {
  visibility: hidden
}
.clearfix:after,
.clearfix:before {
  content: " ";
  display: table
}
.clearfix:after {
  clear: both
}
.header {
  height: 80px;
  background: url(../img/header-bg.jpg) 50% 0 repeat-x #1f0404
}
.header .container {
  display: flex;
  height: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.header nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.header nav ul li {
  margin-left: 56px
}
.header nav a {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  display: inline-block;
  position: relative
}
.header nav a:after {
  content: '';
  -webkit-transition: width .25s;
  transition: width .25s;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 2px;
  position: absolute;
  background: #fff
}
.header nav a.active:after,
.header nav a:hover:after {
  width: 100%
}
.mobile-menu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  padding: 24px 25px;
  background: rgba(255,255,255,0);
  cursor: pointer;
  border: 0
}
.mobile-menu-toggle i {
  width: 26px;
  height: 3px;
  background: #fff;
  display: block;
  opacity: .75
}
.mobile-menu-toggle i + i {
  margin-top: 6px
}
@media (min-width:600px) {
  .mobile-menu-toggle {
    display: none
  }
}
@media (max-width:1023px) {
  .header nav ul li {
    margin-left: 30px
  }
}
@media (max-width:767px) and (min-width:600px) {
  .header nav ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 4px
  }
  .header nav ul li {
    margin: 0 0 2px;
    width: 33%
  }
}
@media (max-width:599px) {
  .header {
    height: 70px;
    position: relative;
    z-index: 101
  }
  .header .container {
    padding: 0 25px;
    height: 70px
  }
  .header nav {
    position: absolute;
    top: 70px;
    right: 0;
    background: url(../img/bg-feature.jpg) 50% 50%/cover no-repeat;
    display: none
  }
  .header nav ul {
    display: block;
    padding: 20px
  }
  .header nav ul li {
    margin: 0
  }
  .header nav ul li a {
    font-size: 18px;
    display: block;
    padding: 10px;
    min-width: 160px;
    border-top: solid 1px rgba(255,255,255,.1)
  }
  .header nav ul li:first-child a {
    border-top: 0
  }
  .show-navi .header nav {
    display: block
  }
  .show-navi .mobile-menu-toggle i:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    top: 9px
  }
  .show-navi .mobile-menu-toggle i:nth-child(2) {
    opacity: 0
  }
  .show-navi .mobile-menu-toggle i:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: -9px
  }
}
.about__layout,
.footer .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox
}
.about figure {
  margin: 0 auto 65px
}
.about h3 {
  font-size: 30px;
  line-height: 1;
  letter-spacing: .1em;
  font-weight: 400;
  margin: 0 0 30px
}
.about__layout {
  display: flex
}
.about__layout aside {
  width: 128px;
  margin: 0 46px 30px 0
}
.about__layout ._content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 18px;
  line-height: 1.33333333;
  letter-spacing: .07em
}
.about__layout ._content p {
  margin: 0 0 30px
}
.about__layout ._content blockquote {
  position: relative;
  margin: 70px 0;
  padding: 30px 0 30px 100px;
  box-sizing: border-box;
  max-width: 700px;
  font-size: 19px;
  line-height: 1.26315789;
  font-weight: 400;
  border-left: solid 4px #ac1101
}
.about__layout ._content blockquote:before {
  content: '';
  position: absolute;
  left: 35px;
  top: 34px;
  width: 40px;
  height: 31px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NiA0NCI+PHBhdGggZD0iTTM4LjUgNDMuM2wxMy4yLTIwLjJjMi45LTQuMyA0LjQtNy45IDQuNC0xMC43IDAtMy4yLTEuMS02LTMuMi04LjNDNTAuNyAxLjggNDguMS42IDQ0LjguNmMtMy4xIDAtNS43IDEuMS03LjggMy4zLTIuMiAyLjItMy4yIDQuOS0zLjIgOC4xIDAgMi41LjcgNC44IDIuMSA2LjggMS40IDIgMy4zIDMuNSA1LjcgNC4zTDI5LjkgNDMuM2g4LjZ6TTExLjQgMjMuMkwtLjEgNDMuM2g4LjZsMTMuMi0yMC4yYzIuOS00LjMgNC40LTcuOSA0LjQtMTAuNyAwLTMuMi0xLjEtNi0zLjItOC4zQzIwLjcgMS44IDE4LjEuNiAxNC44LjYgMTEuNy42IDkuMSAxLjcgNyAzLjkgNC44IDYuMSAzLjcgOC44IDMuNyAxMmMwIDIuNS43IDQuOCAyLjEgNi44IDEuNCAyLjEgMy4zIDMuNSA1LjYgNC40eiIvPjwvc3ZnPg==) 0 0/contain no-repeat
}
.footer,
.footer__address a {
  position: relative
}
.about__layout ._content blockquote p {
  margin: 0 0 16px
}
.about__layout ._content blockquote cite {
  font-style: normal;
  font-size: 12px;
  letter-spacing: .1em;
  font-weight: 300
}
#fullText { margin-top: 30px; max-height: 200px; overflow: hidden; z-index: 1; position: relative; }
#fullText.open { max-height: unset; }
#fullTextBtn {
  text-align: right; margin-top: -10px; color: #c0c0c0;
  cursor: default;
  box-shadow: 0 -20px 20px rgba(255, 255, 255, 1);
  background-color: #ffffff;
  width: 100%; height: 30px;
  z-index: 2;
  position: relative;
}
#fullTextBtn.open { margin-top: 0; }

@media (max-width:599px) {
  .about figure {
    margin: 0 -30px 30px
  }
  .about h3 {
    font-size: 22px
  }
  .about__layout {
    display: block
  }
  .about__layout aside {
    width: 100%;
    margin: 0 0 20px
  }
  .about__layout aside img {
    display: block;
    max-width: 100%;
    width: auto
  }
  .about__layout ._content p {
    margin: 0 0 1em
  }
  .about__layout ._content blockquote {
    margin: 35px 0;
    padding: 15px 20px 15px 40px;
    font-size: 18px
  }
  .about__layout ._content blockquote:before {
    left: 12px;
    top: 1em;
    width: 20px;
    height: 15.5px
  }
}
.footer {
  background: #000;
  color: #fff;
  padding: 50px 0 55px;
  width: 100%;
  box-sizing: border-box;
  z-index: 2
}
.footer .container {
  display: flex
}
.features ul,
.footer__navi ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  list-style: none
}
.footer__logo {
  width: 25%
}
.footer__navi {
  width: 37.5%
}
.footer__navi ul {
  padding: 0 33.333% 0 0;
  margin: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.footer__navi ul li {
  width: 50%;
  margin-bottom: 6px
}
.footer__address a,
.footer__address-hours {
  color: #fff;
  margin-bottom: 4px;
  padding-left: 20px;
  display: block;
  text-decoration: none
}
.footer__navi ul a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  -webkit-transition: opacity .25s;
  transition: opacity .25s
}
.footer__navi ul a:hover {
  opacity: .64
}
.footer__address {
  width: 37.5%
}
.footer__address address {
  font-style: normal;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: .1em
}
.footer__address-map:before {
  content: '';
  position: absolute;
  left: 1px;
  top: 3px;
  width: 8px;
  height: 13px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNDAgMTgwIiBmaWxsPSIjZmZmZmZmIj48cGF0aCBkPSJNNzAgMEMzMS41IDAgMCAzMC45IDAgNjkuMlM3MCAxODAgNzAgMTgwczcwLTcyLjcgNzAtMTEwLjlTMTA4LjUgMCA3MCAwem0wIDkwLjNjLTE1LjYgMC0yOC4zLTEyLjYtMjguMy0yOC4xUzU0LjQgMzQuMSA3MCAzNC4xczI4LjMgMTIuNiAyOC4zIDI4LjFDOTguMyA3OCA4NS42IDkwLjMgNzAgOTAuM3oiLz48L3N2Zz4=) 0 0/contain no-repeat
}
.footer__address-hours {
  position: relative
}
.footer__address-hours:before,
.footer__address-tel:before {
  position: absolute;
  content: ''
}
.footer__address-hours:before {
  left: 0;
  top: 4px;
  width: 10px;
  height: 10px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNzYgMTc4IiBmaWxsPSIjZmZmZmZmIj48cGF0aCBkPSJNODggMS4wMzhjLTQ4LjYgMC04OCAzOS40LTg4IDg4czM5LjQgODggODggODggODgtMzkuNCA4OC04OC0zOS40LTg4LTg4LTg4em0wIDMxLjJjMy4xIDAgNS43IDIuNSA1LjcgNS43djQ1LjRoMzkuN2MzLjEgMCA1LjcgMi41IDUuNyA1LjcgMCAzLjEtMi41IDUuNy01LjcgNS43SDg4Yy0zLjEgMC01LjctMi41LTUuNy01Ljd2LTUxLjFjMC0zLjIgMi42LTUuNyA1LjctNS43eiIvPjwvc3ZnPg==) 0 0/contain no-repeat
}
.footer__address-tel:before {
  left: 1px;
  top: 3px;
  width: 8px;
  height: 12px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMTYgMTcyIiBmaWxsPSIjZmZmZmZmIj48cGF0aCBkPSJNOTQuOSAxNzJjMTEuNiAwIDIxLjEtOS42IDIxLjEtMjEuNXYtMTI5QzExNiA5LjYgMTA2LjYgMCA5NC45IDBIMjEuMUM5LjQgMCAwIDkuNiAwIDIxLjV2MTI5QzAgMTYyLjQgOS40IDE3MiAyMS4xIDE3Mmg3My44em0tNTIuNy0yOC4yYzAtMi4yIDEuOC00IDQtNGgyMy43YzIuMiAwIDQgMS44IDQgNHY4LjFjMCAyLjItMS44IDQtNCA0SDQ2LjFjLTIuMiAwLTQtMS44LTQtNHYtOC4xeiIvPjwvc3ZnPg==) 0 0/contain no-repeat
}
@media (max-width:767px) and (min-width:600px) {
  .footer .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 30px
  }
  .footer__logo {
    width: 30%
  }
  .footer__navi {
    width: 70%
  }
  .footer__address {
    width: 70%;
    margin: 30px 0 0 30%
  }
}
@media (max-width:599px) {
  .footer {
    padding: 40px 0
  }
  .footer .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 30px
  }
  .footer__logo {
    width: 100%;
    text-align: center;
    margin: 0 0 20px
  }
  .footer__navi {
    width: 100%;
    margin-bottom: 30px
  }
  .footer__navi ul {
    padding: 0
  }
  .footer__navi ul li {
    width: 50%
  }
  .footer__address {
    width: 100%
  }
}
.bx-wrapper {
  position: relative;
  padding: 0;
  -ms-touch-action: pan-y;
  touch-action: pan-y
}
.bx-wrapper img {
  max-width: 100%;
  display: block
}
.bxslider {
  margin: 0;
  padding: 0
}
ul.bxslider {
  list-style: none
}
.bx-viewport {
  -webkit-transform: translatez(0)
}
.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
  position: absolute;
  bottom: -30px;
  width: 100%
}
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: 700;
  color: #666;
  padding-top: 20px
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px
}
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #000
}
.bx-wrapper .bx-controls-auto .bx-controls-auto-item,
.bx-wrapper .bx-pager-item {
  display: inline-block;
  vertical-align: bottom
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0
}
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(images/controls.png) 0 -32px no-repeat
}
.bx-wrapper .bx-prev:focus,
.bx-wrapper .bx-prev:hover {
  background-position: 0 0
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(images/controls.png) -43px -32px no-repeat
}
.bx-wrapper .bx-next:focus,
.bx-wrapper .bx-next:hover {
  background-position: -43px 0
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px
}
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus,
.bx-wrapper .bx-controls-auto .bx-start:hover {
  background-position: -86px 0
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px
}
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus,
.bx-wrapper .bx-controls-auto .bx-stop:hover {
  background-position: -86px -33px
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px
}
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80,80,80,.75);
  width: 100%
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px
}
.features {
  background: url(../img/bg-feature.jpg) 50% 50% no-repeat #000;
  padding: 87px 0 80px;
  color: #fff
}
.features ul {
  padding: 0;
  margin: 0 auto;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 880px
}
.features ul li {
  width: 270px;
  text-align: center
}
.features ul h3 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px
}
.features ul p {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.125
}
.features ._icon {
  position: relative;
  width: 72px;
  height: 72px;
  box-sizing: border-box;
  border: 4px solid #fff;
  border-radius: 36px;
  margin: 0 auto 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
.features ._icon._line:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  height: 2px;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff
}
.icon-japan-quality {
  display: inline-block;
  width: 33px;
  height: 47px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NiA2NyIgZmlsbD0iI2ZmZmZmZiI+PHBhdGggZD0iTTM0LjIgNDQuNVYzN0g0NkwzMy4zIDI0LjJoLTR2LTkuN2gtNC44VjBoLTN2MTQuNWgtNC44djkuN2gtMy45TDAgMzYuOWgxMS44djcuNUwwIDU2LjNoMTEuOFY2NmgyMi40di05LjdINDZMMzQuMiA0NC41ek0xOS43IDE3LjZoNi43djYuN2gtNi43di02Ljd6TTcuMyAzMy45bDYuNy02LjdoMTguMWw2LjcgNi43SDcuM3ptMjMuOSAzdjYuN0gxNC44di02LjdoMTYuNHptMCAyNkgxNC44di02LjdoMTYuM3Y2Ljd6TTcuMyA1My4zbDYuNy02LjdoMTguMWw2LjcgNi43SDcuM3oiLz48L3N2Zz4=) 0 0/contain no-repeat
}
.icon-rodent {
  display: inline-block;
  width: 46px;
  height: 38px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNzYgMTQ1IiBmaWxsPSIjZmZmZmZmIj48cGF0aCBkPSJNMTcyIDE1LjVoLTI2LjljLjQtMS4xLjYtMi4zLjYtMy40VjQuM2MwLTIuNS0xLjktNC4zLTQuMy00LjNoLTcuN2MtNi42IDAtMTIgNS41LTEyIDEyLjF2Mi4xYy0xLjktNC4yLTYtNy4yLTEwLjktNy4yaC03LjdjLTIuNCAwLTQuMyAxLjktNC4zIDQuM1YxOWMwIDUuMSAzLjIgOS40IDcuNSAxMS4xSDU3LjhjLTIxLjYgMC0zOS4xIDE3LjYtMzkuMSAzOS4zdjI5LjhDNy45IDEwMS40LS4xIDExMC42LS4xIDEyMmMwIDEyLjYgMTAuMyAyMyAyMi45IDIzSDEyMGMyLjQgMCA0LjMtMS45IDQuMy00LjNzLTEuOS00LjMtNC4zLTQuM0gyMi44Yy03LjkgMC0xNC41LTYuNC0xNC41LTE0LjUgMC02LjYgNC41LTEyLjMgMTAuNy0xNCAyLjYgMTIuNSAxNS40IDE4LjEgMjguMiAxOC4xSDY3YzIuMyAwIDQuMy0xLjcgNC41LTMuOC4yLTIuNi0xLjctNC43LTQuMy00LjctMyAwLTcuMS0yLjMtMTAuMi03LjYtLjItLjYgMC0xLjEuNi0xLjEgMTAuOSAwIDIwLjctNC4zIDI3LjYtMTEuNSAwIDAgMC0uMi4yLS4ybDcuMyA5LjhjLjIuNC4yLjYuNC45LjQuOC45IDEuMyAxLjMgMi4xIDYuNCAxMCAxMS41IDE2LjIgMzUuOSAxNi4ybDEuMS0uMmMyLjQgMCA0LjMtMS45IDQuMy00LjMgMC0yLjUtMS45LTQuMy00LjMtNC4zLS4yIDAtNC4zIDAtNy4xLTQuOS0xLjEtMi4xLTIuMy01LjUtMi4xLTcuNGwzLjgtMTkuNCAxMi4yLTI1LjljNy41LS44IDMzLjEtNC41IDM2LjktMjEgLjktNC41LjktMTYuNi44LTE4LjkuMi0yLjQtMS43LTQuMy0zLjktNC4zem0tNDItMy40YzAtMS45IDEuNS0zLjQgMy40LTMuNGgzLjZ2My40YzAgMS45LTEuNSAzLjQtMy40IDMuNGgtMy40di0zLjRoLS4yem0tMjIuOSAzLjRoMy42YzEuOSAwIDMuNCAxLjUgMy40IDMuNHYzLjRoLTMuNGMtMS45IDAtMy40LTEuNS0zLjQtMy40di0zLjRoLS4yem02MCAyMS4xYy0zIDEzLjItMzEuNCAxNC41LTMxLjYgMTQuNS0xLjkgMC0zLjQgMS4zLTMuOSAzLjJsLTEzLjIgMjcuOWMwIC4yIDAgLjItLjIuNHYxbC0zLjggMjAuMnYuNGMtLjQgMy40LjYgNi44IDIuOCAxMC4yLjYuOS0uMiAyLjEtMS4zIDEuOS03LjktMS45LTEwLjItNS41LTEzLjctMTEtLjQtLjYtLjgtMS4xLTEuMS0xLjdMOTAuNSA5MC44YzMuOS02LjIgNi40LTEzLjYgNi40LTIxLjVWNjdjLjItMi41LTEuOS00LjUtNC4zLTQuNS0xLjEgMC0yLjMuNC0zIDEuMS0uOC44LTEuMyAxLjctMS4zIDN2Mi41YzAgNC45LTEuMSA5LjYtMy4yIDEzLjgtNS4xIDEwLTE1LjQgMTYuOC0yNy4zIDE2LjhINDYuOWgxLjNjLTIuMSAwLTMuOCAxLjctMy44IDMuNnYxYy40IDEuMy45IDIuNiAxLjcgMy44LjkgMS41IDEuOSAzLjIgMyA0LjcgMS4zIDEuNy4yIDQuMi0xLjkgNC4yLS45IDAtNC43IDAtOC43LTEuMS0zLjktMS4xLTguMy0zLjItMTAuMy03LjYtLjYtMS4xLS45LTIuNi0xLjEtNC4zVjY5LjNjMC0xNyAxMy43LTMwLjggMzAuNy0zMC44aDU1LjFjMS4zIDAgMi40LS42IDMuNC0xLjdsMTAuMi0xM2g0MS40Yy0uMyA1LjEtLjUgMTAuOC0uOCAxMi44eiIvPjxwYXRoIGQ9Ik0xNDIuOCAzNy40YzEuMSAwIDIuMy0uNCAzLTEuMy44LS44IDEuMy0xLjkgMS4zLTNzLS40LTIuMy0xLjMtM2MtLjgtLjgtMS45LTEuMy0zLTEuM3MtMi4zLjQtMyAxLjNjLS44LjgtMS4zIDEuOS0xLjMgM3MuNCAyLjMgMS4zIDNjLjcuNyAxLjkgMS4zIDMgMS4zeiIvPjwvc3ZnPg==) 0 0/contain no-repeat
}
.icon-spirit {
  display: inline-block;
  width: 37px;
  height: 37px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5MSA5MiIgZmlsbD0iI2ZmZmZmZiI+PHBhdGggZD0iTTYxLjYgMTYuMmMtMS41IDAtMi43IDEuMi0yLjcgMi43VjI3SDQwLjFjLTEuNSAwLTIuNyAxLjItMi43IDIuNyAwIDEuNSAxLjIgMi43IDIuNyAyLjdoMjYuOGMxMC4zIDAgMTguNyA4LjUgMTguNyAxOC45IDAgMS41IDEuMiAyLjcgMi43IDIuN3MyLjctMS4yIDIuNy0yLjdDOTEgMzggODAuMiAyNy4xIDY2LjkgMjcuMWgtMi43di01LjRoMi43YzEuNSAwIDIuNy0xLjIgMi43LTIuN1YyLjdjMC0xLjUtMS4yLTIuNy0yLjctMi43SDI0LjFjLTEuNSAwLTIuNyAxLjItMi43IDIuN3YxNi4yYzAgMS41IDEuMiAyLjcgMi43IDIuN2gyLjdWMjdoLTIuN0MxMC44IDI3LjEgMCAzOCAwIDUxLjR2MjcuMUMwIDg1LjkgNiA5MiAxMy40IDkyaDY0LjJDODUgOTIgOTEgODUuOSA5MSA3OC41VjYyLjJjMC0xLjUtMS4yLTIuNy0yLjctMi43SDEzLjRjLTEuNSAwLTIuNyAxLjItMi43IDIuN3MxLjIgMi43IDIuNyAyLjdoNzIuM3YxMy41YzAgNC41LTMuNiA4LjEtOCA4LjFIMTMuNGMtNC40IDAtOC0zLjYtOC04LjF2LTI3YzAtMTAuNCA4LjQtMTguOSAxOC43LTE4LjloNS40YzEuNSAwIDIuNy0xLjIgMi43LTIuN3YtOC4xaDE4LjdjMS41IDAgMi43LTEuMiAyLjctMi43IDAtMS41LTEuMi0yLjctMi43LTIuN0gyNi44VjUuNGgzNy41djEwLjhoLTIuN3oiLz48L3N2Zz4=) 0 0/contain no-repeat
}
.promo-line .container,
.promo__slider ._content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox
}
@media (max-width:767px) and (min-width:600px) {
  .features {
    background-size: cover;
    padding: 100px 0 20px
  }
  .features ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .features ul li {
    margin: 0 auto 80px
  }
}
@media (max-width:599px) {
  .features {
    background-size: cover;
    padding: 80px 0 20px
  }
  .features ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .features ul li {
    margin: 0 auto 60px
  }
}
.promo {
  width: 100%;
  height: 436px;
  position: relative;
  overflow: hidden
}
.promo__slider {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%!important
}
.promo__slider ._image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
  -webkit-transition: all 1s 2s;
  transition: all 1s 2s
}
.promo__slider ._image:after {
  content: '';
  position: absolute;
  top: -50px;
  left: -50px;
  right: -50px;
  bottom: -50px;
  background: #000;
  opacity: .5
}
.promo__slider ._image img {
  opacity: 0
}
.promo__slider ._content {
  max-width: 1084px;
  width: 100%;
  padding: 0 30px 40px;
  height: 100%;
  margin: auto;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transform: translatey(30px);
  -ms-transform: translatey(30px);
  transform: translatey(30px);
  -webkit-transition: all 1s 2s;
  transition: all 1s 2s
}
.promo .bx-viewport,
.promo .bx-wrapper,
.promo__slider li {
  height: 100%!important
}
.promo__slider ._content h2, .promo__slider ._content .exh2 {
  font-size: 48px;
  font-weight: 400;
  margin: 0 0 20px
}
.promo__slider ._content h1 {
  font-size: 48px;
  font-weight: 400;
  margin: 0 0 20px
}
.promo__slider ._content p {
  margin: 0;
  font-size: 26px;
  line-height: 1.34615385;
  max-width: 550px
}
.promo__slider li.active ._content {
  -webkit-animation: show_content 1 1.4s 2s;
  animation: show_content 1 1.4s 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}
.promo__slider li.active ._image {
  -webkit-animation: show_image 1 4s .2s;
  animation: show_image 1 4s .2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}
.promo .bx-wrapper .bx-pager {
  bottom: 46px;
  padding: 0;
  margin: 0
}
.promo .bx-wrapper .bx-pager:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255,255,255,0);
  z-index: 1
}
.promo .bx-wrapper .bx-pager a {
  border: 0;
  border-radius: 0;
  width: 28px;
  height: 4px;
  background: #fff!important;
  opacity: .59;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
  margin: 0 4px
}
.promo .bx-wrapper .bx-pager a.active {
  opacity: 1
}
.promo-line {
  margin: 0
}
.promo-line .container {
  display: flex
}
.promo-line__aside,
.promo-line__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox
}
.promo-line__aside {
  width: 50%;
  display: flex;
  margin: 0;
  padding: 0
}
.promo-line__aside img {
  width: 100%;
  display: block
}
.promo-line figure.promo-line__aside {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.promo-line__content {
  width: 50%;
  box-sizing: border-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 55px
}
.promo-line__content h2 {
  font-size: 36px;
  line-height: 1.11111111;
  font-weight: 600;
  letter-spacing: 0
}
.promo-line__content p:first-of-type {
  margin-top: 0
}
.promo-line._reflect .promo-line__aside {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2
}
.promo-line._light {
  background: url(../img/bg-light.jpg) 50% 0/auto 100%
}
.promo-line._light .promo-line__content {
  font-size: 19px;
  font-weight: 400;
  line-height: 1.26315789
}
.promo-line._light .promo-line__content p {
  margin: 0 0 1em
}
.promo-line._light .promo-line__content p:first-child {
  margin-top: 0
}
.promo-line._light .promo-line__content p:last-child {
  margin-bottom: 0
}
.review-slider {
  background: #ac1101;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 150px 55px 60px;
  position: relative
}
.review-slider:before {
  content: '';
  position: absolute;
  left: 55px;
  top: 70px;
  width: 71px;
  height: 54px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NiA0NCI+PHBhdGggZD0iTTM4LjUgNDMuM2wxMy4yLTIwLjJjMi45LTQuMyA0LjQtNy45IDQuNC0xMC43IDAtMy4yLTEuMS02LTMuMi04LjNDNTAuNyAxLjggNDguMS42IDQ0LjguNmMtMy4xIDAtNS43IDEuMS03LjggMy4zLTIuMiAyLjItMy4yIDQuOS0zLjIgOC4xIDAgMi41LjcgNC44IDIuMSA2LjggMS40IDIgMy4zIDMuNSA1LjcgNC4zTDI5LjkgNDMuM2g4LjZ6TTExLjQgMjMuMkwtLjEgNDMuM2g4LjZsMTMuMi0yMC4yYzIuOS00LjMgNC40LTcuOSA0LjQtMTAuNyAwLTMuMi0xLjEtNi0zLjItOC4zQzIwLjcgMS44IDE4LjEuNiAxNC44LjYgMTEuNy42IDkuMSAxLjcgNyAzLjkgNC44IDYuMSAzLjcgOC44IDMuNyAxMmMwIDIuNS43IDQuOCAyLjEgNi44IDEuNCAyLjEgMy4zIDMuNSA1LjYgNC40eiIvPjwvc3ZnPg==) 0 0/contain no-repeat
}
.review-slider blockquote {
  padding: 0;
  margin: 0;
  font-style: normal;
  font-size: 19px;
  line-height: 1.26315789;
  font-weight: 300
}
.review-slider blockquote p {
  margin: 0 0 16px
}
.review-slider blockquote cite {
  font-size: 12px;
  line-height: 1.33333333;
  font-style: normal;
  display: block
}
.catalog__sections-navi,
.promo-tabs__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  list-style: none
}
.review-slider .bx-wrapper .bx-controls-direction a {
  width: 30px;
  height: 44px
}
.review-slider .bx-wrapper .bx-controls-direction a.bx-next,
.review-slider .bx-wrapper .bx-controls-direction a.bx-prev {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMyA2OCIgZmlsbD0iI2ZmZmZmZiI+PHBhdGggZD0iTTMwLjcgMzYuN2MuNCAwIC44LjIgMS4xLjQuMy4zLjUuNy41IDEuMSAwIC40LS4yLjgtLjUgMS4xTDQuMiA2Ni4yYy0uMy4zLS43LjUtMS4xLjQtLjQgMC0uOC0uMi0xLjEtLjQtLjMtLjMtLjUtLjctLjUtMS4xIDAtLjQuMi0uOC41LTEuMWwyNy42LTI2LjljLjMtLjMuNy0uNSAxLjEtLjR6TTMuMSAxLjJjLjQgMCAuOC4yIDEuMS40bDI3LjYgMjYuOWMuNi42LjYgMS41IDAgMi4xLS4zLjMtLjcuNC0xLjEuNC0uNCAwLS44LS4yLTEuMS0uNUwyIDMuOGMtLjMtLjItLjQtLjYtLjQtMXMuMS0uOC40LTEuMWMuMy0uMy43LS41IDEuMS0uNXoiLz48L3N2Zz4=) 0 0/contain no-repeat rgba(255,255,255,0);
  top: 100%;
  margin: -20px 0 0;
  left: auto;
  width: 21px;
  height: 44px
}
.review-slider .bx-wrapper .bx-controls-direction a.bx-prev {
  right: 44px;
  opacity: .34;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: opacity .25s;
  transition: opacity .25s
}
.review-slider .bx-wrapper .bx-controls-direction a.bx-prev:hover {
  opacity: .9
}
.review-slider .bx-wrapper .bx-controls-direction a.bx-next {
  right: 0;
  opacity: .34;
  -webkit-transition: opacity .25s;
  transition: opacity .25s
}
.review-slider .bx-wrapper .bx-controls-direction a.bx-next:hover {
  opacity: .9
}
.promo-tabs__list {
  padding: 0;
  margin: 0 0 40px;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .1em
}
.promo-tabs__list a {
  text-decoration: none;
  line-height: 1;
  border-bottom: solid 2px #fff;
  color: #b5b5b5;
  -webkit-transition: all .25s;
  transition: all .25s;
  display: inline-block;
  padding-bottom: 5px
}
.promo-tabs__list a.active {
  color: #000;
  border-bottom-color: #ac1101
}
.promo-tabs__content {
  position: relative;
  -webkit-transition: height .25s;
  transition: height .25s
}
.promo-tabs__content .tab-item {
  opacity: 0;
  background: #fff;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
  position: absolute;
  font-size: 19px;
  line-height: 1.26315789;
  font-weight: 300
}
.promo-tabs__content .tab-item.active {
  z-index: 3;
  opacity: 1;
  -webkit-transition: all .8s;
  transition: all .8s
}
@-webkit-keyframes show_content {
  0% {
    opacity: 0;
    -webkit-transform: translatey(30px);
    transform: translatey(30px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0)
  }
}
@keyframes show_content {
  0% {
    opacity: 0;
    -webkit-transform: translatey(30px);
    transform: translatey(30px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0)
  }
}
@-webkit-keyframes show_image {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  100% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08)
  }
}
@keyframes show_image {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  100% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08)
  }
}
@media (max-width:1023px) {
  .promo__slider li {
    overflow: hidden
  }
  .promo__slider ._content {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation: none!important;
    animation: none!important
  }
  .promo-line .container {
    padding: 0
  }
  .promo-line__content {
    padding: 30px 25px
  }
  .promo-line__content h2 {
    font-size: 30px
  }
  .review-slider {
    padding: 102px 20px 30px
  }
  .review-slider:before {
    left: 20px;
    top: 30px;
    width: 71px;
    height: 54px
  }
  .review-slider blockquote {
    font-size: 18px
  }
  .review-slider .bx-wrapper .bx-controls-direction a {
    width: 30px;
    height: 44px
  }
  .review-slider .bx-wrapper .bx-controls-direction a.bx-next,
  .review-slider .bx-wrapper .bx-controls-direction a.bx-prev {
    margin: -30px 0 0
  }
}
@media (max-width:767px) and (min-width:600px) {
  .promo__slider ._content {
    padding-left: 20px;
    padding-right: 20px
  }
  .promo__slider ._content h2, .promo__slider ._content .exh2 {
    font-size: 40px
  }
  .promo__slider ._content h1 {
    font-size: 40px
  }
  .promo__slider ._content p {
    font-size: 24px
  }
  .promo-line .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .promo-line__aside {
    width: 100%;
    -webkit-box-ordinal-group: 2!important;
    -webkit-order: 1!important;
    -ms-flex-order: 1!important;
    order: 1!important
  }
  .promo-line__content {
    width: 100%;
    -webkit-box-ordinal-group: 3!important;
    -webkit-order: 2!important;
    -ms-flex-order: 2!important;
    order: 2!important
  }
}
@media (max-width:599px) {
  .promo__slider ._image {
    -webkit-animation: none!important;
    animation: none!important;
    -webkit-transition: none;
    transition: none
  }
  .promo__slider ._content {
    padding-left: 25px;
    padding-right: 25px
  }
  .promo__slider ._content h2, .promo__slider ._content .exh2 {
    font-size: 36px
  }
  .promo__slider ._content h1 {
    font-size: 36px
  }
  .promo__slider ._content p {
    font-size: 22px
  }
  .promo-line .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .promo-line__aside {
    width: 100%;
    -webkit-box-ordinal-group: 2!important;
    -webkit-order: 1!important;
    -ms-flex-order: 1!important;
    order: 1!important
  }
  .promo-line__content {
    width: 100%;
    -webkit-box-ordinal-group: 3!important;
    -webkit-order: 2!important;
    -ms-flex-order: 2!important;
    order: 2!important
  }
  .promo-line__content h2 {
    font-size: 26px
  }
  .review-slider {
    padding: 92px 25px 35px
  }
  .review-slider:before {
    left: 25px;
    top: 30px;
    width: 56.8px;
    height: 43.2px
  }
  .review-slider blockquote {
    font-size: 18px
  }
  .review-slider .bx-wrapper .bx-controls-direction a {
    width: 30px;
    height: 44px
  }
  .review-slider .bx-wrapper .bx-controls-direction a.bx-next,
  .review-slider .bx-wrapper .bx-controls-direction a.bx-prev {
    margin: -30px 0 0
  }
  .promo-tabs__list {
    display: none
  }
  .promo-tabs__content {
    height: auto!important
  }
  .promo-tabs__content .tab-item {
    opacity: 1;
    background: #fff;
    z-index: 1;
    top: auto;
    left: auto;
    right: auto;
    position: relative!important;
    font-size: 18px;
    margin-bottom: 25px
  }
  .promo-tabs__content .tab-item:last-child {
    margin-bottom: 0
  }
  .promo-tabs__content .tab-item:before {
    content: attr(data-before);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: solid 3px #ac1101;
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 2px
  }
  .promo-line._light .promo-line__content {
    font-size: 18px
  }
}
.catalog .title-line {
  margin-bottom: 40px
}
.catalog__sections-navi {
  padding: 0;
  margin: 0 0 43px;
  display: flex
}
.catalog__sections-navi li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: solid 1px #e6e6e6
}
.catalog__sections-navi a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  font-size: 20px;
  text-decoration: none;
  border: 1px solid #e6e6e6;
  border-left: 0;
  background: #f3f3f3;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60px;
  box-sizing: border-box;
  color: #767676;
  -webkit-transition: all .25s;
  transition: all .25s
}
.catalog__sections-navi a:hover {
  background: #fff;
  color: #ac1101
}
.catalog__sections-navi a.active {
  background: #fff;
  border-bottom-color: #fff;
  color: #ac1101;
  font-weight: 400
}
.catalog__sections-content {
  position: relative;
  overflow: hidden;
  margin: 0 0 75px
}
.catalog__sections-content ._item {
  display: none
}
.catalog__sections-content ._item.active {
  display: block
}
.catalog__sections-list,
.popup-gallery__prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox
}
.catalog__sections-content ._item.active .catalog__sections-list li {
  -webkit-animation-name: show_active_catalog;
  animation-name: show_active_catalog;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}
.catalog__sections-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.catalog__sections-list ._photo {
  position: relative;
  height: 0;
  display: block;
  padding: 0 0 100%;
  border: 1px solid #e6e6e6;
  border-left: 0;
  text-decoration: none;
  overflow: hidden;
  margin: 0 0 20px
}
.catalog__sections-list ._photo img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 84%;
  max-height: 84%;
  width: auto;
  height: auto;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s,-webkit-transform .4s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}
.catalog__sections-list ._photo:hover img {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
  -webkit-transition: -webkit-transform .8s;
  transition: -webkit-transform .8s;
  transition: transform .8s;
  transition: transform .8s,-webkit-transform .8s
}
.catalog__sections-list li {
  width: 25%;
  margin: 0 0 55px;
  text-align: center;
  -webkit-transform: translatey(50px);
  -ms-transform: translatey(50px);
  transform: translatey(50px);
  opacity: 0
}
.catalog__sections-list li:nth-child(4n+1) ._photo {
  border-left: solid 1px #e6e6e6
}
.catalog__sections-list li:nth-child(1) {
  -webkit-animation-delay: 20ms;
  animation-delay: 20ms
}
.catalog__sections-list li:nth-child(2) {
  -webkit-animation-delay: 40ms;
  animation-delay: 40ms
}
.catalog__sections-list li:nth-child(3) {
  -webkit-animation-delay: 60ms;
  animation-delay: 60ms
}
.catalog__sections-list li:nth-child(4) {
  -webkit-animation-delay: 80ms;
  animation-delay: 80ms
}
.catalog__sections-list li:nth-child(5) {
  -webkit-animation-delay: .1s;
  animation-delay: .1s
}
.catalog__sections-list li:nth-child(6) {
  -webkit-animation-delay: .12s;
  animation-delay: .12s
}
.catalog__sections-list li:nth-child(7) {
  -webkit-animation-delay: .14s;
  animation-delay: .14s
}
.catalog__sections-list li:nth-child(8) {
  -webkit-animation-delay: .16s;
  animation-delay: .16s
}
.catalog__sections-list li:nth-child(9) {
  -webkit-animation-delay: .18s;
  animation-delay: .18s
}
.catalog__sections-list li:nth-child(10) {
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}
.catalog__sections-list li:nth-child(11) {
  -webkit-animation-delay: .22s;
  animation-delay: .22s
}
.catalog__sections-list li:nth-child(12) {
  -webkit-animation-delay: .24s;
  animation-delay: .24s
}
.catalog__sections-list li:nth-child(13) {
  -webkit-animation-delay: .26s;
  animation-delay: .26s
}
.catalog__sections-list li:nth-child(14) {
  -webkit-animation-delay: .28s;
  animation-delay: .28s
}
.catalog__sections-list li:nth-child(15) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}
.catalog__sections-list li:nth-child(16) {
  -webkit-animation-delay: .32s;
  animation-delay: .32s
}
.catalog__sections-list li:nth-child(17) {
  -webkit-animation-delay: .34s;
  animation-delay: .34s
}
.catalog__sections-list li:nth-child(18) {
  -webkit-animation-delay: .36s;
  animation-delay: .36s
}
.catalog__sections-list li:nth-child(19) {
  -webkit-animation-delay: .38s;
  animation-delay: .38s
}
.catalog__sections-list li:nth-child(20) {
  -webkit-animation-delay: .4s;
  animation-delay: .4s
}
.catalog__sections-list li:nth-child(21) {
  -webkit-animation-delay: .42s;
  animation-delay: .42s
}
.catalog__sections-list li:nth-child(22) {
  -webkit-animation-delay: .44s;
  animation-delay: .44s
}
.catalog__sections-list li:nth-child(23) {
  -webkit-animation-delay: .46s;
  animation-delay: .46s
}
.catalog__sections-list li:nth-child(24) {
  -webkit-animation-delay: .48s;
  animation-delay: .48s
}
.catalog__sections-list li:nth-child(25) {
  -webkit-animation-delay: .5s;
  animation-delay: .5s
}
.catalog__sections-list li:nth-child(26) {
  -webkit-animation-delay: .52s;
  animation-delay: .52s
}
.catalog__sections-list li:nth-child(27) {
  -webkit-animation-delay: .54s;
  animation-delay: .54s
}
.catalog__sections-list li:nth-child(28) {
  -webkit-animation-delay: .56s;
  animation-delay: .56s
}
.catalog__sections-list .label {
  position: absolute;
  left: 11px;
  top: 11px;
  z-index: 3;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #2d7ce2;
  color: #fff;
  font-size: 12px;
  line-height: 40px;
  letter-spacing: .07em
}
.catalog__sections-list .label._new {
  background: #2d7ce2;
  color: #fff
}
.catalog__sections-list h4, .catalog__sections-list .exh4 {
  margin: 0 auto;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 400;
  max-width: 210px;
  letter-spacing: .1em
}
.catalog__sections-list h4 a, .catalog__sections-list .exh4 a {
  color: #000;
  -webkit-transition: color .25s;
  transition: color .25s;
  font-weight: 400;
  letter-spacing: .1em;
  padding: 2px 0
}
.catalog__sections-list h4 a:hover, .catalog__sections-list .exh4 a:hover {
  color: #ac1101
}
@-webkit-keyframes show_active_catalog {
  0% { -webkit-transform: translatey(50px); transform: translatey(50px); opacity: 0 }
  100% { -webkit-transform: translatey(0); transform: translatey(0); opacity: 1 }
}
@keyframes show_active_catalog {
  0% { -webkit-transform: translatey(50px); transform: translatey(50px); opacity: 0 }
  100% { -webkit-transform: translatey(0); transform: translatey(0); opacity: 1}
}
.catalog-preview {
  padding: 120px 0 133px;
  text-align: center
}
.catalog-preview h2 {
  margin: 0 0 20px
}
.catalog-preview P {
  max-width: 480px;
  margin: 0 auto 70px;
  color: #4e4e4e;
  font-size: 16px;
  line-height: 1.25
}
.catalog-preview figure {
  margin: 0 auto 35px;
  padding: 0
}
.catalog-preview figure img {
  display: block;
  max-width: 100%;
  margin: 0 auto
}
.full-catalog {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 45px;
  letter-spacing: .07em;
  color: #000;
  text-decoration: underline;
  line-height: 1;
  -webkit-transition: color .25s;
  transition: color .25s
}
.full-catalog:hover {
  color: #ac1101
}
.icon-anchor {
  display: inline-block;
  width: 16px;
  height: 19px;
  margin: 0 16px 0 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNTIgMTc2Ij48cGF0aCBkPSJNMTUwLjggMTE1LjRsLTcuNi0xMS43Yy0yLjItMy40LTYuNy00LjQtMTAuMi0yLjJsLTExLjkgNy41Yy0zLjQgMi4yLTQuNSA2LjctMi4zIDEwIDEuNiAyLjQgNC4zIDMuNSA3IDMuMy00LjcgMjAuMi0yMS43IDM1LjctNDIuNyAzOC43Vjc1LjdoMzQuM2M0LjEgMCA3LjQtMy4zIDcuNC03LjNzLTMuMy03LjMtNy40LTcuM0g4My4zVjQ3LjRjOS44LTMuMSAxNy0xMi4xIDE3LTIyLjhDMTAwLjMgMTEuMyA4OS40LjUgNzUuOS41IDYyLjQuNSA1MS41IDExLjMgNTEuNSAyNC42YzAgMTAuNyA3LjIgMTkuNyAxNyAyMi44djEzLjdIMzQuM2MtNC4xIDAtNy40IDMuMy03LjQgNy4zczMuMyA3LjMgNy40IDcuM2gzNC4zdjg1LjJjLTIxLTMtMzgtMTguNS00Mi43LTM4LjcgMi44LjQgNS42LS44IDcuMi0zLjMgMi4yLTMuNCAxLjItNy45LTIuMy0xMGwtMTEuOS03LjVjLTEuNy0xLTMuNy0xLjQtNS42LTEtMS45LjQtMy42IDEuNi00LjYgMy4ybC03LjYgMTEuN2MtMi4yIDMuNC0xLjIgNy45IDIuMyAxMCAxLjIuOCAyLjYgMS4xIDMuOSAxLjEgMS40IDAgMi45LS41IDQuMS0xLjMgNi43IDI5IDMzLjEgNTAuNyA2NC41IDUwLjcgMzEuNSAwIDU3LjgtMjEuOCA2NC41LTUwLjggMS4zLjkgMi43IDEuNCA0LjIgMS40IDEuNCAwIDIuNy0uNCA0LTEuMSAzLjQtMi4xIDQuNC02LjYgMi4yLTkuOXpNNzUuOSAxNS4xYzUuMyAwIDkuNiA0LjMgOS42IDkuNXMtNC4zIDkuNS05LjYgOS41LTkuNi00LjMtOS42LTkuNSA0LjMtOS41IDkuNi05LjV6Ii8+PC9zdmc+) 0 0/contain no-repeat
}
#overlay,
.popup {
  left: 0;
  display: none;
  right: 0
}
@media (max-width:599px) {
  .catalog-preview li,
  .catalog__sections-list li {
    width: 50%
  }
  .catalog-preview {
    padding: 80px 0 60px
  }
  .catalog-preview .container {
    padding: 0 25px
  }
  .catalog__sections-content {
    margin: 0 -20px
  }
  .catalog__sections-list li:nth-child(2n+1) ._photo {
    border-left: solid 1px #e6e6e6
  }
  .catalog__sections-navi {
    margin: 0 -20px 10px
  }
  .catalog__sections-navi a {
    font-size: 16px;
    padding: 0 10px;
    line-height: 1.2
  }
}
#overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1234;
  background: rgba(0,0,0,.8)
}
.popup {
  position: absolute;
  z-index: 1235;
  top: 195px;
  width: 100%;
  max-width: 720px;
  background: #fff;
  margin: auto
}
.popup__form {
  display: block
}
.popup__message {
  display: none;
  text-align: center
}
.popup__message p {
  margin: 0 auto 35px;
  font-weight: 400;
  max-width: 500px
}
.popup.show-thanks .popup__form {
  display: none
}
.popup.show-thanks .popup__message {
  display: block
}
.popup__close {
  position: absolute;
  top: 0;
  left: 100%;
  background: rgba(0,0,0,0);
  cursor: pointer;
  width: 90px;
  height: 40px
}
.popup__close:after,
.popup__close:before {
  content: '';
  position: absolute;
  right: 0;
  top: 19px;
  width: 40px;
  height: 2px;
  background: #fff
}
.popup__close:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.popup__close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.popup__inner {
  padding: 45px
}
.popup h3 {
  text-align: center;
  font-size: 30px;
  line-height: 1;
  letter-spacing: .1em;
  margin: 0 0 45px;
  font-weight: 400
}
.popup__desc {
  text-align: center;
  margin: 0 auto 60px;
  font-size: 16px;
  color: #4e4e4e;
  line-height: 1.5;
  max-width: 480px;
  font-weight: 400
}
.popup .control {
  margin: 0 auto 25px;
  max-width: 496px
}
.popup .control > label {
  display: block;
  font-size: 14px;
  color: #727272;
  margin: 0 0 6px
}
.popup .control__group {
  position: relative
}
.popup .control._action {
  text-align: center;
  padding-top: 20px
}
.popup .control._action button {
  display: inline-block;
  background: #000;
  color: #fff;
  text-decoration: none;
  height: 48px;
  line-height: 48px;
  padding: 0 22px;
  letter-spacing: .2em;
  font-weight: 600;
  position: relative;
  font-size: 18px;
  border: 0;
  cursor: pointer
}
.popup .control._action button:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #000;
  -webkit-transition: all .4s;
  transition: all .4s
}
.popup .control._action button:hover:after {
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
  border-color: #fff
}
.popup .control input[type=email],
.popup .control input[type=tel],
.popup .control input[type=text],
.popup .control input[type=url],
.popup .control select,
.popup .control textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 16px;
  line-height: 24px;
  font-size: 18px;
  border: 1px solid #e4e4e4;
  color: #000;
  letter-spacing: .07em;
  font-weight: 400;
  font-family: inherit;
  -webkit-transition: all .25s;
  transition: all .25s
}
.popup .control input[type=email]:focus,
.popup .control input[type=tel]:focus,
.popup .control input[type=text]:focus,
.popup .control input[type=url]:focus,
.popup .control select:focus,
.popup .control textarea:focus {
  border-color: #999
}
.popup .control input[type=email][readonly],
.popup .control input[type=tel][readonly],
.popup .control input[type=text][readonly],
.popup .control input[type=url][readonly],
.popup .control select[readonly],
.popup .control textarea[readonly] {
  color: #000
}
.popup .control.error input[type=email],
.popup .control.error input[type=tel],
.popup .control.error input[type=text],
.popup .control.error input[type=url],
.popup .control.error select,
.popup .control.error textarea {
  color: #cc1414;
  border-color: #cc1414
}
.popup .control.error .control__group:after {
  content: attr(data-error-msg);
  position: absolute;
  bottom: 100%;
  right: 0;
  margin-bottom: 6px;
  font-size: 14px;
  color: #cc1414
}
.icon-thanks {
  display: block;
  margin: 90px auto 50px;
  width: 129px;
  height: 99px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNzIgMTM0IiBmaWxsPSIjNGY3YmRlIj48cGF0aCBkPSJNMTQ3LjQgNTYuNmMtMi40LTEtNS0xLjctNy42LTIuMlY4LjJjMC0zLjYtMi45LTYuNi02LjYtNi42SDE3LjhjLTMuNiAwLTYuNiAyLjktNi42IDYuNnY4Mi45YzAgMSAuMiAxLjkuNiAyLjdIMS45Yy0uNiAwLTEuMS4zLTEuNS43LS40LjQtLjUgMS0uNCAxLjZsMi4zIDEzLjFjLjIuOSAxIDEuNiAxLjkgMS42aDkzLjVjNi41IDEyLjggMTkuNyAyMS41IDM1IDIxLjUgMjEuNyAwIDM5LjMtMTcuNiAzOS4zLTM5LjMgMC0xNi4xLTkuNy0zMC40LTI0LjYtMzYuNHpNMTUuMiA4LjJjMC0xLjUgMS4yLTIuNyAyLjctMi43aDExNS40YzEuNSAwIDIuNyAxLjIgMi43IDIuN1Y1NGMtMS4xLS4xLTIuMS0uMi0zLjItLjItMTkuOCAwLTM2LjUgMTQuOC0zOSAzNC40LS4yIDEuNi0uMyAzLjItLjMgNC45di43SDE3LjhjLTEuNSAwLTIuNy0xLjItMi43LTIuN2wuMS04Mi45em0tOS4zIDk4LjdsLTEuNi05LjJoODkuNWMuNCAzLjIgMS4yIDYuMyAyLjMgOS4ySDUuOXptMTI2LjggMjEuNmMtMTkuNSAwLTM1LjQtMTUuOS0zNS40LTM1LjQgMC0xLjUuMS0zIC4zLTQuNCAyLjItMTcuNyAxNy4zLTMxIDM1LjEtMzEgNC42IDAgOSAuOSAxMy4yIDIuNSAxMy41IDUuNCAyMi4yIDE4LjMgMjIuMiAzMi45IDAgMTkuNS0xNS45IDM1LjQtMzUuNCAzNS40em0xNy4xLTQ3LjZMMTI5IDEwNS40bC0xMy42LTEwLjhjLS44LS43LTIuMS0uNS0yLjcuMy0uNy44LS41IDIuMS4zIDIuN2wxNS4xIDEyYy40LjMuOC40IDEuMi40LjYgMCAxLjEtLjIgMS41LS43bDIyLTI1LjljLjctLjguNi0yLS4yLTIuNy0uOS0uNy0yLjItLjYtMi44LjJ6bS02Mi4xIDE5LjVINjMuNGMtMS4xIDAtMS45LjktMS45IDEuOSAwIDEuMS45IDEuOSAxLjkgMS45aDI0LjJjMS4xIDAgMS45LS45IDEuOS0xLjkuMS0xLjEtLjgtMS45LTEuOC0xLjl6TTc1LjUgMTQuNmMxLjYgMCAyLjktMS4zIDIuOS0yLjlzLTEuMy0yLjktMi45LTIuOWMtMS42IDAtMi45IDEuMy0yLjkgMi45LjEgMS42IDEuNCAyLjkgMi45IDIuOXoiLz48cGF0aCBkPSJNMTQuNCAxNy41aDEyMnYzLjJoLTEyMnpNMjMuNCAzMS4zaDkxLjh2NC4xSDIzLjR6TTIzLjQgNDEuM2g3NC4ydjQuMUgyMy40ek0yMy40IDUxLjJoNzQuMnY0LjFIMjMuNHoiLz48L3N2Zz4=) 0 0/contain no-repeat
}
.custom-select {
  position: relative
}
.custom-select.disabled:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,.01);
  z-index: 5
}
.custom-select input {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxOCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjNEU0RTRFIiBkPSJNNS45OTguMDA0bDUuOTkyIDcuMzk1SC4wMDZMNS45OTguMDA0em0wIDE3LjI2NUwuMDA2IDkuODc0SDExLjk5bC01Ljk5MiA3LjM5NXoiLz48L3N2Zz4=);
  background-size: 12px 17px;
  background-repeat: no-repeat;
  background-position: 96% 50%;
  cursor: pointer
}
.custom-select ul {
  list-style: none;
  margin: 2px 0 0;
  left: 0;
  top: 100%;
  right: 0;
  background: #fff;
  border: 1px solid #999;
  z-index: 9;
  max-height: 240px;
  overflow: auto;
  font-size: 18px;
  padding: 10px 0;
  display: none;
  position: absolute
}
.custom-select ul li {
  padding: 8px 16px;
  font-weight: 400;
  -webkit-transition: all .25s;
  transition: all .25s;
  cursor: pointer
}
.custom-select ul li:hover {
  background: #eee
}
.custom-select.show-select ul {
  display: block
}
.popup-gallery {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1235;
  -webkit-transform: translatey(-100%);
  -ms-transform: translatey(-100%);
  transform: translatey(-100%);
  -webkit-transition: all .4s;
  transition: all .4s
}
.popup-gallery.show {
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
  -webkit-transform: translatey(0);
  -ms-transform: translatey(0);
  transform: translatey(0)
}
.popup-gallery__inner {
  position: absolute;
  top: 100px;
  left: 142px;
  right: 142px;
  bottom: 100px;
  overflow: hidden
}
.popup-gallery__inner .bx-wrapper {
  height: 100%!important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%
}
.popup-gallery__inner .bx-viewport {
  height: 100%!important
}
.popup-gallery__inner ul {
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0
}
.popup-gallery__inner li {
  height: 100%!important;
  position: relative
}
.popup-gallery__inner li img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%
}
.popup-gallery__close {
  position: absolute;
  top: 80px;
  right: 41px;
  cursor: pointer;
  background: rgba(0,0,0,0);
  width: 60px;
  height: 60px;
  -webkit-transition: all .25s;
  transition: all .25s
}
.popup-gallery__close:after,
.popup-gallery__close:before {
  content: '';
  position: absolute;
  right: 10px;
  top: 29px;
  width: 40px;
  height: 2px;
  background: #fff
}
.popup-gallery__next,
.popup-gallery__prev {
  top: 0;
  bottom: 0;
  margin: auto 0;
  position: absolute;
  cursor: pointer
}
.popup-gallery__close:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.popup-gallery__close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.popup-gallery__close:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2)
}
.popup-gallery__prev {
  left: 0;
  width: 90px;
  height: 90px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
.popup-gallery__next,
.product__details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox
}
.popup-gallery__prev svg {
  width: 21px;
  height: 44px;
  fill: #a7a7a7;
  -webkit-transition: all .25s;
  transition: all .25s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}
.popup-gallery__prev:hover svg {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  fill: #fff
}
.popup-gallery__next {
  right: 0;
  width: 90px;
  height: 90px;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
.popup-gallery__next svg {
  width: 21px;
  height: 44px;
  fill: #a7a7a7;
  -webkit-transition: all .25s;
  transition: all .25s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}
.popup-gallery__next:hover svg {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  fill: #fff
}
@media (max-width:1023px) {
  .popup-gallery__next,
  .popup-gallery__prev,
  .popup__close {
    width: 60px;
    height: 60px
  }
  .popup__inner {
    padding-top: 60px
  }
  .popup__close {
    left: auto;
    right: 0;
    top: auto;
    bottom: 100%
  }
  .popup-gallery__inner {
    top: 60px;
    left: 60px;
    right: 60px;
    bottom: 60px
  }
  .popup-gallery__close {
    top: 0;
    right: 0;
    -webkit-transform: none!important;
    -ms-transform: none!important;
    transform: none!important
  }
}
@media (max-width:767px) and (min-width:600px) {
  .popup {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px)
  }
  .popup-gallery__inner {
    top: 40px;
    left: 40px;
    right: 40px;
    bottom: 40px
  }
  .popup-gallery__close {
    top: 0;
    right: 0;
    -webkit-transform: none!important;
    -ms-transform: none!important;
    transform: none!important;
    width: 40px;
    height: 40px;
    z-index: 101
  }
  .popup-gallery__close:after,
  .popup-gallery__close:before {
    width: 30px;
    right: 5px;
    top: 19px
  }
  .popup-gallery__next,
  .popup-gallery__prev {
    width: 40px;
    height: 40px
  }
  .popup-gallery__next svg,
  .popup-gallery__prev svg {
    width: 12.6px;
    height: 26.4px
  }
}
@media (max-width:599px) {
  .popup {
    top: 10px;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px)
  }
  .popup__close {
    left: auto;
    right: 0;
    width: 40px;
    height: 40px;
    top: 0
  }
  .popup__close:after,
  .popup__close:before {
    background: #000;
    width: 30px;
    right: 5px
  }
  .popup__inner {
    padding: 45px 10px
  }
  .popup__inner h2,
  .popup__inner h3 {
    font-size: 20px;
    line-height: 1.4;
    margin: 0 0 20px
  }
  .popup__desc {
    margin: 0 0 20px;
    font-size: 15px;
    line-height: 1.35
  }
  .popup .control {
    margin-bottom: 16px
  }
  .popup .control input[type=email],
  .popup .control input[type=tel],
  .popup .control input[type=text],
  .popup .control input[type=url],
  .popup .control select,
  .popup .control textarea {
    padding: 8px 10px;
    font-size: 16px
  }
  .custom-select ul li {
    padding: 6px 10px;
    font-size: 16px
  }
  .popup-gallery__inner {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
  }
  .popup-gallery__close {
    top: 0;
    right: 0;
    -webkit-transform: none!important;
    -ms-transform: none!important;
    transform: none!important;
    width: 50px;
    height: 50px;
    z-index: 101;
    background: rgba(0,0,0,.25)
  }
  .popup-gallery__close:after,
  .popup-gallery__close:before {
    width: 30px;
    right: 10px;
    top: 24px
  }
  .popup-gallery__next,
  .popup-gallery__prev {
    display: none
  }
}
.product__main-photo .label,
.product__main-photo .label._new {
  background: #2d7ce2;
  color: #fff
}
.product__details {
  display: flex;
  margin: 0 0 80px
}
.product__gallery {
  width: 512px;
  margin: 0 0 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.product__info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0 0 20px;
  margin: 0 0 40px
}
.product__preview__slider {
  width: 68.75%;
  margin: 0 auto
}
.product__preview {
  width: 25%
}
.product__preview ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%
}
.product__preview ul li {
  margin-bottom: 6px
}
.product__preview ul img {
  max-width: 96%;
  max-height: 96%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: auto
}
.product__preview ul a {
  display: block;
  padding: 0 0 100%;
  position: relative;
  border: 1px solid #e6e6e6;
  height: 0;
  -webkit-transition: border-color .25s;
  transition: border-color .25s
}
.product__preview ul a.active {
  border-color: #ac1101
}
.product__main-photo {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.product__main-photo .bx-viewport,
.product__main-photo .bx-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%!important;
  height: 100%!important
}
.product__main-photo ul {
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0
}
.product__main-photo li {
  height: 100%;
  position: relative;
  cursor: pointer
}
.product__main-photo li img {
  max-width: 94%;
  max-height: 94%;
  width: auto;
  height: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  margin: auto
}
.product__main-photo .label {
  position: absolute;
  left: 11px;
  top: 11px;
  z-index: 3;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  font-size: 12px;
  line-height: 40px;
  letter-spacing: .07em;
  text-align: center
}
.product__color ._title,
.product__title,
.team-preview__list li ._name {
  letter-spacing: .1em;
  text-transform: uppercase
}
.product__main-slider {
  border: 1px solid #e6e6e6;
  position: relative;
  height: 0;
  padding-bottom: 100%
}
.product__title {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 400;
  margin: -7px 0 25px
}
.product__description {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  margin: 0 0 30px
}
.product__description p {
  margin: 0 0 .4em!important
}
.product__description p:first-child {
  margin-top: 0!important
}
.product__description p:last-child {
  margin-bottom: 0!important
}
.product__color {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.product__color ._color {
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: top;
  margin: 0 2px 2px 0
}
.product__color ._title {
  font-size: 14px;
  color: #898989;
  line-height: 1.28571429;
  margin-bottom: 8px;
  display: block;
  width: 100%
}
.product__color ._value {
  font-weight: 400;
  line-height: 1.28571429;
  font-size: 18px
}
@media (max-width:1023px) {
  .product__details {
    max-width: 720px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 30px
  }
  .product__info {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
    padding: 0
  }
}
@media (max-width:767px) and (min-width:600px) {
  .product__details {
    margin: 0 12px 30px
  }
  .product__title {
    font-size: 30px;
  }
}
@media (max-width:599px) {
  .full-catalog {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 20px
  }
  .full-catalog .icon-anchor {
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 10px
  }
  .product {
    margin: 0 -10px 30px
  }
  .product__preview {
    display: none
  }
  .product__gallery {
    margin-bottom: 20px
  }
  .product__description {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 300
  }
  .product__title {
    font-size: 20px;
    margin: 0 0 20px;
  }
}
.team-preview {
  padding: 130px 0 135px;
  text-align: center
}
.team-preview h2 {
  margin: 0 0 45px
}
.team-preview__list {
  list-style: none;
  padding: 0;
  margin: 0 auto 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.team-preview__list li {
  width: 25%
}
.team-preview__list li a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 100%;
  text-decoration: none;
  overflow: hidden
}
.team-preview__list li a:after {
  content: '';
  background: rgba(0,0,0,.29);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all .4s;
  transition: all .4s
}
.team-preview__list li a:hover:after {
  background: rgba(172,17,1,.4)
}
.team-preview__list li a:hover img {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04)
}
.team-preview__list li a:hover ._name {
  opacity: 1
}
.team-preview__list li a:hover ._frame {
  left: 22px;
  top: 22px;
  right: 22px;
  bottom: 22px;
  opacity: 1
}
.team-preview__list li img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .6s;
  transition: -webkit-transform .6s;
  transition: transform .6s;
  transition: transform .6s,-webkit-transform .6s
}
.team-preview__list li ._name,
.team__sections-navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox
}
.team-preview__list li ._name {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 28px;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  opacity: .6;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
  z-index: 1
}
.team-preview__list li ._frame {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 6px solid #fff;
  color: #fff;
  font-size: 14px;
  opacity: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
  z-index: 3
}
.team-preview__list li ._frame em {
  position: absolute;
  top: 75%;
  left: 0;
  right: 0;
  text-align: center;
  text-decoration: underline
}
.team-preview .cta a,
.team__member .js-content-toggle:hover {
  text-decoration: none
}
.team-preview .cta {
  text-align: center
}
.team-preview .cta a {
  display: inline-block;
  background: #000;
  color: #fff;
  height: 48px;
  line-height: 48px;
  padding: 0 22px;
  letter-spacing: .2em;
  font-weight: 600;
  position: relative;
  font-size: 18px
}
.team-preview .cta a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #000;
  -webkit-transition: all .4s;
  transition: all .4s
}
.team-preview .cta a:hover:after {
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
  border-color: #fff
}
.team__sections {
  margin: 0 0 135px
}
.team__sections-navi {
  list-style: none;
  padding: 0;
  margin: 0 0 43px;
  display: flex
}
.team__sections-navi li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: solid 1px #e6e6e6
}
.team__sections-navi a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  font-size: 20px;
  text-decoration: none;
  border: 1px solid #e6e6e6;
  border-left: 0;
  background: #f3f3f3;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60px;
  box-sizing: border-box;
  color: #767676;
  -webkit-transition: all .25s;
  transition: all .25s
}
.team__sections-navi a.active,
.team__sections-navi a:hover {
  background: #fff;
  color: #ac1101
}
.team__sections-navi a.active {
  border-bottom-color: #fff;
  font-weight: 400
}
.team__sections-content {
  position: relative;
  overflow: hidden;
  margin: 0 0 75px
}
.team__sections-content ._item {
  display: none
}
.team__sections-content ._item.active {
  display: block
}
.team__sections-content ._item.active .team-preview__list li {
  -webkit-animation-name: show_active_catalog;
  animation-name: show_active_catalog;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}
.team__sections-content .team-preview__list li {
  text-align: center;
  -webkit-transform: translatey(50px);
  -ms-transform: translatey(50px);
  transform: translatey(50px);
  opacity: 0
}
.team__sections-content .team-preview__list li:nth-child(1) {
  -webkit-animation-delay: .12s;
  animation-delay: .12s
}
.team__sections-content .team-preview__list li:nth-child(2) {
  -webkit-animation-delay: .24s;
  animation-delay: .24s
}
.team__sections-content .team-preview__list li:nth-child(3) {
  -webkit-animation-delay: .36s;
  animation-delay: .36s
}
.team__sections-content .team-preview__list li:nth-child(4) {
  -webkit-animation-delay: .48s;
  animation-delay: .48s
}
.team__sections-content .team-preview__list li:nth-child(5) {
  -webkit-animation-delay: .6s;
  animation-delay: .6s
}
.team__sections-content .team-preview__list li:nth-child(6) {
  -webkit-animation-delay: .72s;
  animation-delay: .72s
}
.team__sections-content .team-preview__list li:nth-child(7) {
  -webkit-animation-delay: .84s;
  animation-delay: .84s
}
.team__sections-content .team-preview__list li:nth-child(8) {
  -webkit-animation-delay: .96s;
  animation-delay: .96s
}
.team__sections-content .team-preview__list li:nth-child(9) {
  -webkit-animation-delay: 1.08s;
  animation-delay: 1.08s
}
.team__sections-content .team-preview__list li:nth-child(10) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s
}
.team__sections-content .team-preview__list li:nth-child(11) {
  -webkit-animation-delay: 1.32s;
  animation-delay: 1.32s
}
.team__sections-content .team-preview__list li:nth-child(12) {
  -webkit-animation-delay: 1.44s;
  animation-delay: 1.44s
}
.team__sections-content .team-preview__list li:nth-child(13) {
  -webkit-animation-delay: 1.56s;
  animation-delay: 1.56s
}
.team__sections-content .team-preview__list li:nth-child(14) {
  -webkit-animation-delay: 1.68s;
  animation-delay: 1.68s
}
.team__sections-content .team-preview__list li:nth-child(15) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s
}
.team__sections-content .team-preview__list li:nth-child(16) {
  -webkit-animation-delay: 1.92s;
  animation-delay: 1.92s
}
.team__sections-content .team-preview__list li:nth-child(17) {
  -webkit-animation-delay: 2.04s;
  animation-delay: 2.04s
}
.team__sections-content .team-preview__list li:nth-child(18) {
  -webkit-animation-delay: 2.16s;
  animation-delay: 2.16s
}
.team__sections-content .team-preview__list li:nth-child(19) {
  -webkit-animation-delay: 2.28s;
  animation-delay: 2.28s
}
.team__sections-content .team-preview__list li:nth-child(20) {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s
}
.team__sections-content .team-preview__list li:nth-child(21) {
  -webkit-animation-delay: 2.52s;
  animation-delay: 2.52s
}
.team__sections-content .team-preview__list li:nth-child(22) {
  -webkit-animation-delay: 2.64s;
  animation-delay: 2.64s
}
.team__sections-content .team-preview__list li:nth-child(23) {
  -webkit-animation-delay: 2.76s;
  animation-delay: 2.76s
}
.team__sections-content .team-preview__list li:nth-child(24) {
  -webkit-animation-delay: 2.88s;
  animation-delay: 2.88s
}
.team__sections-content .team-preview__list li:nth-child(25) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s
}
.team__sections-content .team-preview__list li:nth-child(26) {
  -webkit-animation-delay: 3.12s;
  animation-delay: 3.12s
}
.team__sections-content .team-preview__list li:nth-child(27) {
  -webkit-animation-delay: 3.24s;
  animation-delay: 3.24s
}
.team__sections-content .team-preview__list li:nth-child(28) {
  -webkit-animation-delay: 3.36s;
  animation-delay: 3.36s
}
.team__member {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 125px
}
.team__member aside {
  width: 256px;
  margin-right: 128px
}
.team__member aside img {
  display: block;
  width: 100%
}
.team__member ._content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.team__member ._content h1,
.team__member ._content h2,
.team__member ._content h3 {
  font-size: 30px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: .1em;
  margin: -4px 0 25px;
  text-transform: uppercase
}
.team__member ._content p {
  margin: 0 0 1em
}
.team__member ._content ._hidden {
  display: none
}
.team__member .js-content-toggle {
  color: #000;
  font-size: 14px;
  display: inline-block;
  font-weight: 400
}
.team .team-preview__list._works li a:after {
  opacity: 1;
  background: rgba(0,0,0,.63)
}
.team .team-preview__list._works li a:before {
  content: '';
  width: 63px;
  height: 63px;
  box-shadow: inset 0 0 0 4px #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 4;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjRkZGIiBkPSJNMzIgMThIMTh2MTRoLTRWMThIMHYtNGgxNFYwaDR2MTRoMTR2NHoiLz48L3N2Zz4=) 50% 50%/auto 32px no-repeat;
  opacity: 0;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all .4s;
  transition: all .4s
}
.team .team-preview__list._works li a:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}
.team .team-preview__list._works li a:hover:after {
  opacity: 0
}
.team__pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 106px 0 50px
}
.team__pager img {
  display: block;
  width: 83px;
  height: 83px
}
.team__pager-next:before,
.team__pager-prev:before {
  width: 33px;
  height: 70px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMyA2OCIgZmlsbD0iIzAwMDAwMCI+PHBhdGggZD0iTTMwLjcgMzYuN2MuNCAwIC44LjIgMS4xLjQuMy4zLjUuNy41IDEuMSAwIC40LS4yLjgtLjUgMS4xTDQuMiA2Ni4yYy0uMy4zLS43LjUtMS4xLjQtLjQgMC0uOC0uMi0xLjEtLjQtLjMtLjMtLjUtLjctLjUtMS4xIDAtLjQuMi0uOC41LTEuMWwyNy42LTI2LjljLjMtLjMuNy0uNSAxLjEtLjR6TTMuMSAxLjJjLjQgMCAuOC4yIDEuMS40bDI3LjYgMjYuOWMuNi42LjYgMS41IDAgMi4xLS4zLjMtLjcuNC0xLjEuNC0uNCAwLS44LS4yLTEuMS0uNUwyIDMuOGMtLjMtLjItLjQtLjYtLjQtMXMuMS0uOC40LTEuMWMuMy0uMy43LS41IDEuMS0uNXoiLz48L3N2Zz4=) 0 0/contain no-repeat;
  content: '';
  top: 0;
  bottom: 0
}
.team__pager-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 62px;
  position: relative;
  text-decoration: none;
  color: #000
}
.socials a,
.team__pager-next {
  -webkit-box-align: center;
  text-decoration: none
}
.team__pager-prev:before {
  position: absolute;
  left: 0;
  margin: auto 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all .25s;
  transition: all .25s
}
.team__pager-prev ._photo {
  margin-right: 20px
}
.team__pager-prev ._name {
  margin: 0;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1;
  letter-spacing: .1em;
  font-weight: 400;
  -webkit-transition: color .25s;
  transition: color .25s
}
.team__pager-prev ._name small {
  text-transform: none;
  font-weight: 300;
  font-size: 16px;
  display: block;
  margin-top: 12px;
  color: #000
}
.team__pager-prev:hover:before {
  -webkit-transform: rotate(180deg) scale(.7);
  -ms-transform: rotate(180deg) scale(.7);
  transform: rotate(180deg) scale(.7)
}
.team__pager-prev:hover ._name {
  color: #ac1101
}
.team__pager-next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 62px;
  position: relative;
  color: #000;
  text-align: right
}
.team__pager-next:before {
  position: absolute;
  right: 0;
  margin: auto 0;
  -webkit-transition: all .25s;
  transition: all .25s
}
.team__pager-next ._photo {
  margin-left: 20px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2
}
.team__pager-next ._name {
  margin: 0;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1;
  letter-spacing: .1em;
  font-weight: 400;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-transition: color .25s;
  transition: color .25s
}
.team__pager-next ._name small {
  text-transform: none;
  font-weight: 300;
  font-size: 16px;
  display: block;
  margin-top: 12px;
  color: #000
}
.team__pager-next:hover:before {
  -webkit-transform: scale(.7);
  -ms-transform: scale(.7);
  transform: scale(.7)
}
.team__pager-next:hover ._name {
  color: #ac1101
}
@media (max-width:1023px) {
  .team__pager-next ._name,
  .team__pager-prev ._name {
    font-size: 24px
  }
  .team-preview .container {
    padding: 0
  }
  .team-preview__list li ._name {
    font-size: 24px;
    line-height: 1.2
  }
  .team-preview__list li a:hover ._frame {
    left: 8px;
    right: 8px;
    bottom: 8px;
    top: 8px;
    border-width: 5px
  }
  .team__member {
    margin-bottom: 80px
  }
  .team__member aside {
    margin-right: 30px
  }
  .team__pager {
    margin: 120px 0 20px
  }
  .team__pager-next ._name small,
  .team__pager-prev ._name small {
    margin-top: 4px
  }
  .team__pager img {
    width: 60px;
    height: 60px
  }
  .team__pager-prev {
    padding-left: 50px
  }
  .team__pager-prev:before {
    -webkit-transform: rotate(180deg) scale(.8);
    -ms-transform: rotate(180deg) scale(.8);
    transform: rotate(180deg) scale(.8)
  }
  .team__pager-next {
    padding-right: 50px
  }
  .team__pager-next:before {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
  }
}
@media (max-width:767px) and (min-width:600px) {
  .team-preview__list li {
    width: 33.33333%
  }
  .team__sections {
    margin-bottom: 60px
  }
  .team__sections-navi a {
    font-size: 16px
  }
  .team__member aside {
    width: 200px;
    margin-right: 20px
  }
  .team__pager {
    margin: 80px 0 20px
  }
  .team__pager img {
    width: 50px;
    height: 50px
  }
  .team__pager-prev {
    padding-left: 40px
  }
  .team__pager-prev:before {
    -webkit-transform: rotate(180deg) scale(.6);
    -ms-transform: rotate(180deg) scale(.6);
    transform: rotate(180deg) scale(.6)
  }
  .team__pager-prev ._photo {
    margin-right: 12px
  }
  .team__pager-prev ._name {
    font-size: 18px
  }
  .team__pager-prev ._name small {
    margin-top: 4px;
    font-size: 14px
  }
  .team__pager-next {
    padding-right: 40px
  }
  .team__pager-next:before {
    -webkit-transform: scale(.6);
    -ms-transform: scale(.6);
    transform: scale(.6)
  }
  .team__pager-next ._photo {
    margin-left: 12px
  }
  .team__pager-next ._name {
    font-size: 18px
  }
  .team__pager-next ._name small {
    margin-top: 4px;
    font-size: 14px
  }
}
@media (max-width:599px) {
  .team-preview {
    padding: 60px 0
  }
  .team-preview__list li {
    width: 50%
  }
  .team-preview__list li ._name {
    font-size: 22px
  }
  .team-preview__list li ._frame em {
    font-size: 10px
  }
  .team__sections {
    margin: 0 -20px
  }
  .team__sections-content {
    margin-bottom: 30px
  }
  .team__sections-navi {
    overflow: auto;
    margin: 0 -10px 20px
  }
  .team__sections-navi a {
    font-size: 16px;
    width: 30vw;
    min-width: 120px;
    height: 50px
  }
  .team__member {
    display: block;
    margin: 0 -10px 45px
  }
  .team__member aside {
    width: auto;
    margin: 0 0 20px
  }
  .team__member aside img {
    width: auto;
    max-width: 100%
  }
  .team .team-preview__list._works {
    margin-left: -30px;
    margin-right: -30px
  }
  .team__pager {
    margin: 50px -20px 2px
  }
  .team__pager img {
    width: 44px;
    height: 44px;
    display: block;
    margin-bottom: 10px
  }
  .team__pager-next ._name small,
  .team__pager-prev ._name small {
    display: none
  }
  .team__pager-prev {
    padding-left: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  .team__pager-prev:before {
    width: 16.5px;
    height: 35px;
    -webkit-transform: rotate(180deg) scale(1);
    -ms-transform: rotate(180deg) scale(1);
    transform: rotate(180deg) scale(1);
    margin: 0;
    top: 4px
  }
  .team__pager-prev ._photo {
    margin-right: 12px;
    margin-left: 30px
  }
  .team__pager-prev ._name {
    font-size: 16px;
    width: 100%
  }
  .team__pager-next {
    padding-right: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  .team__pager-next:before {
    width: 16.5px;
    height: 35px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    margin: 0;
    top: 4px
  }
  .team__pager-next ._photo {
    margin-left: 12px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 30px
  }
  .team__pager-next ._name {
    font-size: 16px;
    width: 100%
  }
}
.crumbs { max-width: 1024px; padding: 0 30px; margin: 20px auto; font-size: 14px; color: #000000; }
.crumbs a, .crumbs a:hover { color: #000000; }
.page,
.page__intro {
  font-size: 18px;
  line-height: 1.33333333
}
.page {
  padding: 80px 0 150px;
  letter-spacing: .07em
}
.pager__item,
.pager__next,
.pager__prev {
  letter-spacing: .2em
}
.page:after {
  content: '';
  display: block;
  clear: both
}
.page .title-line {
  text-align: center;
  margin-bottom: 75px
}
.page figure {
  padding: 0;
  margin-left: 0;
  margin-right: 0
}
.page figure img {
  display: block;
  width: 100%
}
.page img[align=right] {
  margin: 0 0 1em 30px;
  max-width: 100%
}
.page img[align=left] {
  margin: 0 30px 1em 0;
  max-width: 100%
}
.page p,
.socials h3 {
  margin: 0 0 30px
}
.page__intro {
  max-width: 570px;
  margin: 0 auto 68px;
  text-align: center
}
.page__intro p {
  margin: 0 0 1.333em
}
.page__intro p:first-child {
  margin-top: 0
}
.page__intro p:last-child {
  margin-bottom: 0
}
.page__intro .cta {
  margin-top: 35px
}
.page .catalog .title-line {
  margin-bottom: 40px
}
.pager {
  max-width: 514px;
  margin: 0 auto;
  border-top: solid 2px #d9d9d9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 36px
}
.pager__current:before,
.pager__item:before {
  top: -40px;
  height: 4px;
  background: #2d7ce2;
  width: 76px;
  left: 50%;
  margin-left: -38px;
  content: ''
}
.pager__current,
.pager__item {
  padding: 0 20px;
  font-size: 16px
}
.pager a {
  text-decoration: none;
  color: #7a7a7a;
  -webkit-transition: color .25s;
  transition: color .25s
}
.pager a.pager__next:hover,
.pager a.pager__prev:hover,
.pager__item:hover {
  color: #2d7ce2
}
.pager__item {
  display: inline-block;
  position: relative
}
.pager__item:before {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity .25s;
  transition: opacity .25s
}
.pager__item:hover:before {
  opacity: 1
}
.pager__current {
  color: #2d7ce2;
  font-weight: 700;
  position: relative
}
.pager__current:before {
  position: absolute
}
.pager__next:before,
.pager__prev:before {
  top: 50%;
  margin-top: -12px;
  width: 12px;
  height: 25px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMyA2OCIgZmlsbD0iIzdhN2E3YSI+PHBhdGggZD0iTTMwLjcgMzYuN2MuNCAwIC44LjIgMS4xLjQuMy4zLjUuNy41IDEuMSAwIC40LS4yLjgtLjUgMS4xTDQuMiA2Ni4yYy0uMy4zLS43LjUtMS4xLjQtLjQgMC0uOC0uMi0xLjEtLjQtLjMtLjMtLjUtLjctLjUtMS4xIDAtLjQuMi0uOC41LTEuMWwyNy42LTI2LjljLjMtLjMuNy0uNSAxLjEtLjR6TTMuMSAxLjJjLjQgMCAuOC4yIDEuMS40bDI3LjYgMjYuOWMuNi42LjYgMS41IDAgMi4xLS4zLjMtLjcuNC0xLjEuNC0uNCAwLS44LS4yLTEuMS0uNUwyIDMuOGMtLjMtLjItLjQtLjYtLjQtMXMuMS0uOC40LTEuMWMuMy0uMy43LS41IDEuMS0uNXoiLz48L3N2Zz4=) 0 50%/contain no-repeat
}
.pager__prev {
  position: relative;
  padding-left: 25px;
  font-size: 16px
}
.pager__prev:before {
  content: '';
  position: absolute;
  left: 0;
  -webkit-transform: rotate(180deg) scale(1);
  -ms-transform: rotate(180deg) scale(1);
  transform: rotate(180deg) scale(1);
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s,-webkit-transform .25s
}
.pager__next:before,
.similar__slider-navi ._prev:before {
  -webkit-transition: -webkit-transform .25s;
  content: ''
}
.pager a.pager__prev:hover:before {
  -webkit-transform: rotate(180deg) scale(.6);
  -ms-transform: rotate(180deg) scale(.6);
  transform: rotate(180deg) scale(.6)
}
.pager__next {
  position: relative;
  padding-right: 25px;
  font-size: 16px
}
.pager__next:before {
  position: absolute;
  right: 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s,-webkit-transform .25s
}
.pager a.pager__next:hover:before {
  -webkit-transform: scale(.6);
  -ms-transform: scale(.6);
  transform: scale(.6)
}
@media (max-width:1024px) {
  .page {
    padding: 80px 0
  }
  .page img[align=left],
  .page img[align=right] {
    max-width: 50%
  }
}
@media (max-width:767px) and (min-width:600px) {
  .page {
    padding: 60px 0
  }
  .page img[align=left],
  .page img[align=right] {
    max-width: 50%
  }
  .page img[align=right] {
    margin: 0 0 1em 10px
  }
  .page img[align=left] {
    margin: 0 10px 1em 0
  }
}
@media (max-width:599px) {
  .page {
    padding: 40px 20px
  }
  .page img[align=left],
  .page img[align=right] {
    float: none;
    display: block;
    margin: 0 auto 1em;
    max-width: 100%
  }
  .page .title-line {
    margin-bottom: 40px
  }
  .page p {
    margin: 0 0 1em
  }
  .page__intro {
    margin: 0 auto 35px
  }
  .pager__item {
    display: none
  }
}
.contacts__addr,
.contacts__addr address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox
}
.contacts .page__intro {
  margin-bottom: 85px
}
.contacts__addr {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto 70px
}
.contacts__addr-image {
  width: 50%
}
.contacts__addr-image img {
  width: 100%;
  display: block
}
.contacts__addr address,
.contacts__addr address ._item {
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal
}
.contacts__addr address {
  margin: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-style: normal
}
.contacts__addr address ._item {
  height: 50%;
  background: #000;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px
}
.contacts__addr address ._item [class*=icon] {
  margin: 0 auto 20px
}
.contacts__addr address ._item:first-child,
.contacts__addr address ._item:last-child {
  background: #4d4d4d
}
.contacts__addr address ._item a {
  display: block;
  color: #fff;
  text-decoration: none
}
.contacts__map {
  width: 100%;
  height: 282px
}
.contacts__form {
  text-align: center
}
.contacts__form h3 {
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: .1em;
  margin: 0 0 40px;
  text-align: center;
  font-weight: 400
}
.contacts__form p {
  margin: 0 auto 55px;
  max-width: 560px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400
}
.contacts__form .form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 0 -33px
}
.contacts__form .form-group .control {
  width: 50%;
  padding: 0 0 0 33px;
  box-sizing: border-box;
  margin: 0 0 20px
}
.contacts__form .form-group .control._wide {
  width: 100%;
  margin: 0 0 45px
}
.contacts__form .form-group .control._action {
  text-align: center;
  width: 100%
}
.contacts__form .form-group .control input[type=email],
.contacts__form .form-group .control input[type=password],
.contacts__form .form-group .control input[type=tel],
.contacts__form .form-group .control input[type=text],
.contacts__form .form-group .control select,
.contacts__form .form-group .control textarea {
  display: block;
  width: 100%;
  line-height: 20px;
  box-sizing: border-box;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: .07em;
  border: 1px solid #e4e4e4;
  font-family: inherit;
  color: #000;
  -webkit-transition: border-color .25s;
  transition: border-color .25s
}
.contacts__form .mSent { margin-bottom: 35px; color: #00dc00; font-weight: bold; }
.contacts__form .sentErrors { margin-bottom: 35px; color: #dc0002; font-weight: bold; }
.contacts__form .form-group .control input[type=email]:focus,
.contacts__form .form-group .control input[type=password]:focus,
.contacts__form .form-group .control input[type=tel]:focus,
.contacts__form .form-group .control input[type=text]:focus,
.contacts__form .form-group .control select:focus,
.contacts__form .form-group .control textarea:focus {
  border-color: #555
}
.contacts__form .form-group .control input[type=email]:placeholder,
.contacts__form .form-group .control input[type=password]:placeholder,
.contacts__form .form-group .control input[type=tel]:placeholder,
.contacts__form .form-group .control input[type=text]:placeholder,
.contacts__form .form-group .control select:placeholder,
.contacts__form .form-group .control textarea:placeholder {
  color: #000
}
.contacts__form .form-group .control input[type=email]::-webkit-input-placeholder,
.contacts__form .form-group .control input[type=password]::-webkit-input-placeholder,
.contacts__form .form-group .control input[type=tel]::-webkit-input-placeholder,
.contacts__form .form-group .control input[type=text]::-webkit-input-placeholder,
.contacts__form .form-group .control select::-webkit-input-placeholder,
.contacts__form .form-group .control textarea::-webkit-input-placeholder {
  color: #000
}
.contacts__form .form-group .control input[type=email]::-moz-placeholder,
.contacts__form .form-group .control input[type=password]::-moz-placeholder,
.contacts__form .form-group .control input[type=tel]::-moz-placeholder,
.contacts__form .form-group .control input[type=text]::-moz-placeholder,
.contacts__form .form-group .control select::-moz-placeholder,
.contacts__form .form-group .control textarea::-moz-placeholder {
  color: #000
}
.contacts__form .form-group .control input[type=email]:-ms-input-placeholder,
.contacts__form .form-group .control input[type=password]:-ms-input-placeholder,
.contacts__form .form-group .control input[type=tel]:-ms-input-placeholder,
.contacts__form .form-group .control input[type=text]:-ms-input-placeholder,
.contacts__form .form-group .control select:-ms-input-placeholder,
.contacts__form .form-group .control textarea:-ms-input-placeholder {
  color: #000
}
.contacts__form .form-group .control input[type=email]::placeholder,
.contacts__form .form-group .control input[type=password]::placeholder,
.contacts__form .form-group .control input[type=tel]::placeholder,
.contacts__form .form-group .control input[type=text]::placeholder,
.contacts__form .form-group .control select::placeholder,
.contacts__form .form-group .control textarea::placeholder {
  color: #000
}
.contacts__form .form-group .control.error input[type=email],
.contacts__form .form-group .control.error input[type=password],
.contacts__form .form-group .control.error input[type=tel],
.contacts__form .form-group .control.error input[type=text],
.contacts__form .form-group .control.error select,
.contacts__form .form-group .control.error textarea {
  border-color: red!important
}
.contacts__form .form-group .control button {
  display: inline-block;
  background: #000;
  color: #fff;
  text-decoration: none;
  height: 48px;
  line-height: 48px;
  padding: 0 22px;
  letter-spacing: .2em;
  font-weight: 600;
  position: relative;
  font-size: 18px;
  border: 0;
  font-family: inherit;
  cursor: pointer
}
.contacts__form .form-group .control button:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #000;
  -webkit-transition: all .4s;
  transition: all .4s
}
.socials a,
.socials a:after {
  -webkit-transition: all .25s
}
.contacts__form .form-group .control button:hover:after {
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
  border-color: #fff
}
.socials {
  padding: 50px 0 55px;
  text-align: center;
  background: #f7f7f7
}
.socials h3 {
  font-weight: 400;
  font-size: 28px;
  line-height: 1;
  letter-spacing: .07em
}
.socials a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  width: 38px;
  height: 38px;
  box-sizing: border-box;
  border: 1px solid #000;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 6px;
  transition: all .25s;
  background: rgba(0,0,0,0);
  position: relative
}
.socials a:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border: 2px solid #fff;
  transition: all .25s;
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
  opacity: 0
}
.similar,
.similar__slider {
  position: relative
}
.socials a.socials__instagram svg {
  width: 16px;
  height: 16px;
  fill: #000;
  -webkit-transition: all .25s;
  transition: all .25s
}
.socials a.socials__vk svg {
  width: 16px;
  height: 10px;
  fill: #000;
  -webkit-transition: all .25s;
  transition: all .25s
}
.socials a.socials__fb svg {
  width: 8px;
  height: 16px;
  fill: #000;
  -webkit-transition: all .25s;
  transition: all .25s
}
.icon-addr,
.icon-emails,
.icon-hours,
.icon-phones {
  display: block;
  width: 50px;
  height: 50px
}
.socials a:hover {
  background: #000
}
.socials a:hover svg {
  fill: #fff
}
.socials a:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}
.page + .socials {
  margin-top: -80px
}
.icon-addr {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNTIgMTUyIiBmaWxsPSIjZmZmZmZmIj48cGF0aCBkPSJNNzMuOCA3Mi45YzE0LjQgMCAyNi4xLTExLjUgMjYuMS0yNS45Uzg4LjIgMjEuMSA3My44IDIxLjEgNDcuNyAzMi43IDQ3LjcgNDdzMTEuNyAyNS45IDI2LjEgMjUuOXptMC00NC44YzEwLjYgMCAxOSA4LjQgMTkgMTguOXMtOC41IDE4LjktMTkgMTguOS0xOS04LjQtMTktMTguOSA4LjQtMTguOSAxOS0xOC45eiIvPjxwYXRoIGQ9Ik01MC45IDk2LjZjMS44IDIuNCAzLjUgNC43IDUuMSA3IDcuNiAxMC4zIDE0LjQgMTkuMiAxNSAxOS45bDIuOCAzLjcgMi44LTMuN2MuNS0uNyA3LjItOS42IDE0LjgtMTkuOSAxLjgtMi4zIDMuMy00LjUgNS4xLTcgNi4yLTguNiAxMi4zLTE3LjEgMTUuNS0yMiA2LTkuMSA5LTE4LjQgOS0yNy40QzEyMS4yIDIxLjEgOTkuOSAwIDczLjggMFMyNi40IDIxLjEgMjYuNCA0N2MwIDguNyAyLjggMTcuNSA5IDI3LjQgMy4yIDUuMyA5LjMgMTMuNyAxNS41IDIyLjJ6TTczLjggN2MyMi4yIDAgNDAuMyAxOCA0MC4zIDQwIDAgNy45LTIuNiAxNS42LTcuOSAyMy42LTYuNSAxMC0yNS40IDM1LjMtMzIuNCA0NC45LTcuMi05LjQtMjUuOS0zNC40LTMyLjQtNDQuNy01LjUtOC44LTcuOS0xNi4zLTcuOS0yMy44IDAtMjIgMTguMS00MCA0MC4zLTQweiIvPjxwYXRoIGQ9Ik0xMzUuNCA5Ni42aC0zNC41Yy0xLjggMi4zLTMuMyA0LjctNS4xIDdoMzQuM2wxMi4zIDQxLjJIOS4zbDEyLjMtNDEuMmgyOS45Yy0xLjgtMi4zLTMuMy00LjctNS4xLTdoLTMwTDAgMTUxLjloMTUybC0xNi42LTU1LjN6Ii8+PC9zdmc+) 0 0/contain no-repeat
}
.icon-phones {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNjYgMTU4IiBmaWxsPSIjZmZmZmZmIj48cGF0aCBkPSJNMTQ4LjMuM0gxNy43QzcuOS4zIDAgOC4yIDAgMTcuOVYxMDZjMCA5LjcgNy45IDE3LjcgMTcuNyAxNy43aDI5djMzLjlsNTIuOC0zMy45aDQ4LjljOS43IDAgMTcuNy03LjkgMTcuNy0xNy43VjE3LjlDMTY2IDguMiAxNTguMS4zIDE0OC4zLjN6bTEwLjYgMTA1LjljMCA1LjgtNC44IDEwLjYtMTAuNiAxMC42aC01MWwtNDMuNiAyNy45di0yNy45aC0zNmMtNS44IDAtMTAuNi00LjgtMTAuNi0xMC42VjE3LjljMC01LjggNC44LTEwLjYgMTAuNi0xMC42aDEzMC43YzUuOCAwIDEwLjYgNC44IDEwLjYgMTAuNnY4OC4zeiIvPjxjaXJjbGUgY3g9IjgzIiBjeT0iNjQuNiIgcj0iMTAuOSIvPjxjaXJjbGUgY3g9IjM1LjciIGN5PSI2NC42IiByPSIxMC45Ii8+PGNpcmNsZSBjeD0iMTMwLjMiIGN5PSI2NC42IiByPSIxMC45Ii8+PC9zdmc+) 0 0/contain no-repeat
}
.icon-emails {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNzYgMTMwIiBmaWxsPSIjZmZmZmZmIj48cGF0aCBkPSJNMSAuNHYxMjkuMmgxNzRWLjRIMXpNMTE2LjMgNTVsLTUuNyA0LjggNTIuOSA2Mi40aC0xNTFsNTQuMS02Mi40TDYxIDU1IDguNCAxMTUuN1YxMS4zTDcyLjMgNThjNC44IDMuNSAxMC40IDUuMiAxNS45IDUuMnMxMS4xLTEuNyAxNS45LTUuMmw2My41LTQ2LjV2MTA0LjJMMTE2LjMgNTV6TTE2LjIgNy44aDE0NEw5OS43IDUyYy02LjggNS0xNi4xIDUtMjMgMEwxNi4yIDcuOHoiLz48L3N2Zz4=) 0 0/contain no-repeat
}
.icon-hours {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNjYgMTY2IiBmaWxsPSIjZmZmZmZmIj48cGF0aCBkPSJNODMgMEM1NyAwIDMzLjIgMTIgMTcuNSAzMi4xVjYuNWgtNy4xdjM3LjhoMzcuOHYtNy4xSDIyLjRDMzYuNyAxOC40IDU5IDcuMSA4MyA3LjFjNDEuOSAwIDc1LjkgMzQuMSA3NS45IDc1LjlzLTM0LjEgNzUuOS03NS45IDc1LjlTNy4xIDEyNC45IDcuMSA4M0gwYzAgNDUuNyAzNy4zIDgzIDgzIDgzczgzLTM3LjMgODMtODNTMTI4LjcgMCA4MyAweiIvPjxwYXRoIGQ9Ik05Ny4zIDM3LjRoLTcuMVY4M0g0Ni42djcuMWg1MC43eiIvPjwvc3ZnPg==) 0 0/contain no-repeat
}
@media (max-width:1023px) {
  .contacts__addr {
    max-width: 700px;
    margin: 0 auto 80px
  }
  .contacts__addr address,
  .contacts__addr-image,
  .contacts__map {
    width: 80%;
    margin: 0 auto
  }
  .contacts__addr address {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
  }
  .contacts__addr address ._item {
    height: 240px
  }
  .page + .socials {
    margin-top: -20px
  }
  .contacts__form {
    padding: 0 30px
  }
  .contacts__form .form-group {
    margin: 0 0 0 -20px
  }
  .contacts__form .form-group .control {
    padding-left: 20px
  }
}
@media (max-width:599px) {
  .contacts__addr address,
  .contacts__addr address ._item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal
  }
  .contacts__form {
    padding: 0;
    margin-left: -20px;
    margin-right: -20px
  }
  .contacts__form h3 {
    font-size: 24px;
    margin-bottom: 20px
  }
  .contacts__form p {
    margin: 0 auto 30px
  }
  .contacts__form .form-group {
    margin: 0
  }
  .contacts__form .form-group .control {
    width: 100%!important;
    padding: 0!important;
    margin-bottom: 10px
  }
  .page + .socials {
    margin-top: 0
  }
  .socials {
    padding: 50px 0
  }
  .socials h3 {
    font-size: 24px
  }
  .contacts__addr {
    max-width: 700px;
    margin: 0 -30px 80px
  }
  .contacts__addr-image {
    width: 100%
  }
  .contacts__addr address {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%
  }
  .contacts__addr address ._item {
    height: 120px;
    width: 100%;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left
  }
  .contacts__addr address ._item:nth-child(1),
  .contacts__addr address ._item:nth-child(3) {
    background: #4d4d4d
  }
  .contacts__addr address ._item:nth-child(2),
  .contacts__addr address ._item:nth-child(4) {
    background: #000
  }
  .contacts__addr address ._item [class*=icon] {
    margin: 0 8vw
  }
  .contacts__map {
    width: 100%;
    margin: 0 auto;
    height: 220px
  }
  .contacts__map iframe {
    height: 220px
  }
}
.similar h3 {
  height: 30px;
  font-size: 28px;
  letter-spacing: .1em;
  color: #898989;
  margin: 0 0 25px;
  font-weight: 400;
  text-transform: uppercase
}
.similar__slider-navi {
  position: absolute;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: -55px;
  right: 0;
  z-index: 3
}
.similar__slider-navi ._prev {
  display: inline-block;
  position: relative;
  width: 25px;
  height: 25px;
  cursor: pointer
}
.similar__slider-navi ._prev a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0)
}
.similar__slider-navi ._prev:before {
  position: absolute;
  left: 3px;
  top: 0;
  bottom: 0;
  width: 12px;
  height: 25px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMyA2OCIgZmlsbD0iIzdhN2E3YSI+PHBhdGggZD0iTTMwLjcgMzYuN2MuNCAwIC44LjIgMS4xLjQuMy4zLjUuNy41IDEuMSAwIC40LS4yLjgtLjUgMS4xTDQuMiA2Ni4yYy0uMy4zLS43LjUtMS4xLjQtLjQgMC0uOC0uMi0xLjEtLjQtLjMtLjMtLjUtLjctLjUtMS4xIDAtLjQuMi0uOC41LTEuMWwyNy42LTI2LjljLjMtLjMuNy0uNSAxLjEtLjR6TTMuMSAxLjJjLjQgMCAuOC4yIDEuMS40bDI3LjYgMjYuOWMuNi42LjYgMS41IDAgMi4xLS4zLjMtLjcuNC0xLjEuNC0uNCAwLS44LS4yLTEuMS0uNUwyIDMuOGMtLjMtLjItLjQtLjYtLjQtMXMuMS0uOC40LTEuMWMuMy0uMy43LS41IDEuMS0uNXoiLz48L3N2Zz4=) 0 50%/contain no-repeat;
  -webkit-transform: rotate(180deg) scale(1);
  -ms-transform: rotate(180deg) scale(1);
  transform: rotate(180deg) scale(1);
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s,-webkit-transform .25s
}
.similar__slider-navi ._prev:hover:before {
  -webkit-transform: rotate(180deg) scale(.7);
  -ms-transform: rotate(180deg) scale(.7);
  transform: rotate(180deg) scale(.7)
}
.similar__slider-navi ._next {
  display: inline-block;
  position: relative;
  width: 25px;
  height: 25px;
  cursor: pointer
}
.similar__slider-navi ._next a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0)
}
.similar__slider-navi ._next:before {
  content: '';
  position: absolute;
  right: 3px;
  top: 0;
  bottom: 0;
  width: 12px;
  height: 25px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMyA2OCIgZmlsbD0iIzdhN2E3YSI+PHBhdGggZD0iTTMwLjcgMzYuN2MuNCAwIC44LjIgMS4xLjQuMy4zLjUuNy41IDEuMSAwIC40LS4yLjgtLjUgMS4xTDQuMiA2Ni4yYy0uMy4zLS43LjUtMS4xLjQtLjQgMC0uOC0uMi0xLjEtLjQtLjMtLjMtLjUtLjctLjUtMS4xIDAtLjQuMi0uOC41LTEuMWwyNy42LTI2LjljLjMtLjMuNy0uNSAxLjEtLjR6TTMuMSAxLjJjLjQgMCAuOC4yIDEuMS40bDI3LjYgMjYuOWMuNi42LjYgMS41IDAgMi4xLS4zLjMtLjcuNC0xLjEuNC0uNCAwLS44LS4yLTEuMS0uNUwyIDMuOGMtLjMtLjItLjQtLjYtLjQtMXMuMS0uOC40LTEuMWMuMy0uMy43LS41IDEuMS0uNXoiLz48L3N2Zz4=) 0 50%/contain no-repeat;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s,-webkit-transform .25s
}
.similar__slider-navi ._next:hover:before {
  -webkit-transform: scale(.7);
  -ms-transform: scale(.7);
  transform: scale(.7)
}
.similar__slider ul {
  display: block
}
.similar__slider ul li {
  width: auto;
  float: left;
  opacity: 1;
  -webkit-transform: translatey(0);
  -ms-transform: translatey(0);
  transform: translatey(0)
}
@media (max-width:1023px) {
  .similar {
    max-width: 720px;
    margin: 0 auto 30px
  }
}
@media (max-width:767px) and (min-width:600px) {
  .similar {
    margin: 0 0 30px;
    padding: 0 12px
  }
}
@media (max-width:599px) {
  .similar {
    max-width: 720px;
    margin: 0 -20px 30px;
    padding: 0
  }
  .similar h3 {
    font-size: 18px
  }
}
.where-to-buy {
  background: #fff;
  max-width: 1024px;
  margin: -194px auto 0;
  padding: 50px 0 95px;
  position: relative;
  z-index: 2;
  box-shadow: 0 26px 90px 19px rgba(0,0,0,.16)
}
.where-to-buy .title-line {
  text-align: center;
  margin: 0 auto 75px
}
.where-to-buy__item {
  max-width: 632px;
  margin: 0 auto 90px
}
.where-to-buy__item:last-child {
  margin-bottom: 0
}
.where-to-buy__item h2,
.where-to-buy__item h3 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 30px;
  line-height: 1
}
.where-to-buy__item p {
  font-size: 16px;
  line-height: 1.5;
  color: #4e4e4e;
  margin: 0 0 30px;
  font-weight: 400
}
.where-to-buy__item address {
  font-style: normal;
  margin: 0
}
.where-to-buy__item address a {
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #000;
  margin-bottom: 10px
}
.where-to-buy__item address a[href*=tel] {
  text-decoration: none
}
.where-to-buy__item address a.js-show-fixed-map {
  padding-left: 26px;
  position: relative
}
.where-to-buy__item address a.js-show-fixed-map:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9Ijc4IiB3aWR0aD0iNzgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iIzMzM2Y0ZiI+PHBhdGggZD0iTTY5IDMwLjQ1MWMwLTE2LjU2OC0xMy40MzEtMzAtMzAtMzAtMTYuNTY4IDAtMzAgMTMuNDMyLTMwIDMwYTI5Ljg3NCAyOS44NzQgMCAwIDAgNi41NzMgMTguNzMzbC0uMDA0LjAwMiAyMi4yNTkgMjcuOGExLjQ5OCAxLjQ5OCAwIDAgMCAyLjM0My4wMDFsMjIuMjU0LTI3Ljc5NGMuMDAxLS4wMDEuMDAyLS4wMDMuMDAxLS4wMDRsLS4wMDQtLjAwMkEyOS44NjkgMjkuODY5IDAgMCAwIDY5IDMwLjQ1MXpNNTcuNTY3IDQ1LjY2TDM5IDY4Ljg1MSAyMC42MTMgNDUuODg3bC0uMTg4LS4yMzRhNy4yMTIgNy4yMTIgMCAwIDAtLjE2OS0uMjIyQzE2LjgxNyA0MS4xMzQgMTUgMzUuOTU0IDE1IDMwLjQ1MWMwLTEzLjIzNCAxMC43NjctMjQgMjQtMjRzMjQgMTAuNzY2IDI0IDI0YzAgNS41MDYtMS44MTkgMTAuNjg4LTUuMjYyIDE0Ljk4NmE3LjcxNCA3LjcxNCAwIDAgMC0uMTcxLjIyM3oiLz48Y2lyY2xlIGN4PSIzOSIgY3k9IjMwLjQ1MSIgcj0iMTAuNSIvPjwvZz48L3N2Zz4=) 50% 0/contain no-repeat
}
.where-to-buy__item ._social a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  width: 38px;
  height: 38px;
  box-sizing: border-box;
  border: 1px solid #000;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  margin: 0 10px 0 0;
  -webkit-transition: all .25s;
  transition: all .25s;
  background: rgba(0,0,0,0);
  position: relative
}
.where-to-buy__item ._social a:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border: 2px solid #fff;
  -webkit-transition: all .25s;
  transition: all .25s;
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
  opacity: 0
}
.distributor,
.map-top,
.map-top__content {
  position: relative
}
.where-to-buy__item ._social a.socials__instagram svg {
  width: 16px;
  height: 16px;
  fill: #000;
  -webkit-transition: all .25s;
  transition: all .25s
}
.where-to-buy__item ._social a.socials__vk svg {
  width: 16px;
  height: 10px;
  fill: #000;
  -webkit-transition: all .25s;
  transition: all .25s
}
.where-to-buy__item ._social a.socials__fb svg {
  width: 8px;
  height: 16px;
  fill: #000;
  -webkit-transition: all .25s;
  transition: all .25s
}
.where-to-buy__item ._social a:hover {
  background: #000
}
.where-to-buy__item ._social a:hover svg {
  fill: #fff
}
.where-to-buy__item ._social a:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}
.distributor {
  padding: 55px 0 65px;
  background: #f7f7f7;
  text-align: center;
  z-index: 3
}
.distributor h3 {
  font-size: 28px;
  margin: 0 0 30px;
  font-weight: 400
}
.icon-distributor {
  display: inline-block;
  width: 70px;
  height: 61px;
  margin: 0 auto 22px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNjAgMTM4Ij48cGF0aCBkPSJNMzIuOC41MzhjLTEuMi4xLTIuMy43LTMuMSAxLjZsLTI3LjUgMzJjLS43LjgtMS4xIDEuOS0xLjEgM3YxLjFjMCA2LjkgMy43IDEzLjEgOS4yIDE2LjV2NTcuOWgtNWMtMi40LjItNC4yIDIuMi00LjIgNC42djE2YzAgMi41IDIuMSA0LjYgNC42IDQuNmgxNDljMi41IDAgNC42LTIuMSA0LjYtNC42di0xNmMwLTIuNS0yLjEtNC42LTQuNi00LjZoLTQuNnYtNTcuOWM1LjUtMy41IDkuMi05LjYgOS4yLTE2LjV2LTEuMWMwLTEuMS0uNC0yLjItMS4xLTNsLTI3LjUtMzIuMWMtLjktMS0yLjItMS42LTMuNS0xLjZoLTk0Yy0uMi4xLS4zLjEtLjQuMXptMi41IDkuMmg4OS44bDI0LjkgMjkuMWMtLjIgNS42LTQuNiA5LjktMTAuMiA5LjktNS44IDAtMTAuMy00LjUtMTAuMy0xMC4zaC05LjJjMCA1LjgtNC41IDEwLjMtMTAuMyAxMC4zLTUuOCAwLTEwLjMtNC41LTEwLjMtMTAuM2gtOS4yYzAgNS44LTQuNSAxMC4zLTEwLjMgMTAuMy01LjggMC0xMC4zLTQuNS0xMC4zLTEwLjNoLTkuMmMwIDUuOC00LjUgMTAuMy0xMC4zIDEwLjNzLTEwLjMtNC41LTEwLjMtMTAuM2gtOS4yYzAgNS44LTQuNSAxMC4zLTEwLjMgMTAuMy01LjYgMC0xMC00LjMtMTAuMi05LjlsMjQuOS0yOS4xem0uMiA0MC42YzMuNiA0LjQgOC44IDcuNCAxNC45IDcuNHMxMS4zLTMgMTQuOS03LjRjMy42IDQuNCA4LjggNy40IDE0LjkgNy40czExLjMtMyAxNC45LTcuNGMzLjYgNC40IDguOCA3LjQgMTQuOSA3LjRzMTEuMy0zIDE0LjktNy40YzMuNiA0LjQgOC44IDcuNCAxNC45IDcuNC40IDAgLjggMCAxLjEtLjF2NTUuMUgxMzR2LTM5YzAtMi41LTIuMS00LjYtNC42LTQuNmgtMTguN2MtMi40LjItNC4yIDIuMi00LjIgNC42djM5SDUzLjh2LTM5YzAtMi41LTIuMS00LjYtNC42LTQuNkgzMC41Yy0yLjQuMi00LjIgMi4yLTQuMiA0LjZ2MzloLTYuOXYtNTUuMWMuNCAwIC44LjEgMS4xLjEgNi4yLjEgMTEuNC0zIDE1LTcuNHptMjkuMyAxOC45Yy0yLjQuMi00LjIgMi4yLTQuMiA0LjZ2MjcuNWMwIDIuNSAyLjEgNC42IDQuNiA0LjZIOTVjMi41IDAgNC42LTIuMSA0LjYtNC42di0yNy41YzAtMi41LTIuMS00LjYtNC42LTQuNkg2NC44em0tMjkuMyA5LjJoOS4ydjM0LjRoLTkuMnYtMzQuNHptMzQuNCAwaDIwLjZ2MTguM0g2OS45di0xOC4zem00NS44IDBoOS4ydjM0LjRoLTkuMnYtMzQuNHptLTEwNS40IDQzLjZoMTM5Ljh2Ni45SDEwLjN2LTYuOXoiLz48L3N2Zz4=) 0 0/contain no-repeat
}
@media (max-width:1070px) {
  .where-to-buy {
    max-width: 900px
  }
}
@media (max-width:1023px) {
  .where-to-buy {
    max-width: 700px;
    margin-top: -120px
  }
}
@media (max-width:767px) and (min-width:600px) {
  .where-to-buy {
    max-width: 540px;
    margin-top: -120px;
    padding-bottom: 50px
  }
  .where-to-buy .title-line {
    margin-bottom: 35px
  }
  .where-to-buy__item {
    margin-bottom: 60px
  }
  .where-to-buy__item h2,
  .where-to-buy__item h3 {
    font-size: 24px;
    margin-bottom: 20px
  }
  .where-to-buy__item p {
    margin-bottom: 20px
  }
}
.map-top {
  height: 384px
}
.map-top__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #fff;
  cursor: pointer;
  display: none
}
.map-top__close:after,
.map-top__close:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: #111;
  top: 19px;
  right: 10px
}
.map-top__close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.map-top__close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.map-top.fixed .map-top__content {
  position: fixed;
  top: 0;
  left: 0;
  right: 0
}
.map-top.show-map .map-top__content {
  z-index: 99
}
.map-top.show-map .map-top__close {
  display: block
}
@media (max-width:599px) {
  .map-top {
    height: 200px
  }
  .map-top #map-place,
  .map-top iframe {
    height: 200px!important
  }
  .where-to-buy {
    max-width: auto;
    margin: 0 10px;
    padding: 40px 10px 50px
  }
  .where-to-buy .title-line,
  .where-to-buy__item {
    margin-bottom: 35px
  }
  .where-to-buy__item:after {
    content: '';
    width: 60px;
    height: 3px;
    background: #ac1101;
    display: block;
    margin: 35px 0 0
  }
  .where-to-buy__item:last-child:after {
    display: none
  }
  .where-to-buy__item h2,
  .where-to-buy__item h3 {
    font-size: 20px;
    margin-bottom: 14px
  }
  .where-to-buy__item p {
    margin-bottom: 14px
  }
  .where-to-buy__item address a {
    font-size: 16px
  }
  .distributor {
    padding: 45px 0
  }
  .distributor h3 {
    font-size: 23px
  }
  .icon-distributor {
    width: 56px;
    height: 48.8px
  }
}