/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(images/c5cd7f5300576ab4c88202b42f6ded62.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(fonts/ced611daf7709cc778da928fec876475.eot);
    src: url(fonts/ced611daf7709cc778da928fec876475.eot?#iefix) format('embedded-opentype'), url(fonts/b7c9e1e479de3b53f1e4e30ebac2403a.woff) format('woff'), url(fonts/d41f55a78e6f49a5512878df1737e58a.ttf) format('truetype'), url(images/f97e3bbf73254b0112091d0192f17aec.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

@font-face {
  font-family: 'Bebas Neue';
  src: url(fonts/9d0490db71b2adb8ab2be48d0ff2f6a3.ttf) format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Bebas Neue';
  src: url(fonts/014d547be3305d8ccbcaaf005fd83cb3.ttf) format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Bebas Neue';
  src: url(fonts/682d7d56abc15c568f25d0bcb2656c9d.ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Bebas Neue';
  src: url(fonts/1e49b741ab3430b2adb941ae55a99ef0.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Bebas Neue';
  src: url(fonts/f9ac6aa4b2131d508222210d17472c7c.ttf) format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'GillSans';
  src: url(fonts/1b353cde85e3a4211f4ab77178eca417.ttf) format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'GillSans';
  src: url(fonts/6051eeaf0f393f18353f7ae666e6fbe7.ttf) format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'GillSans';
  src: url(fonts/a5f4aff12ce10ea30e035b60e64f9c68.ttf) format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'GillSans';
  src: url(fonts/c37cdc66f546cfa98f90880fb4604a2b.ttf) format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'GillSans';
  src: url(fonts/98abcf7c39350f355f6aba83ccc51108.ttf) format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'GillSans';
  src: url(fonts/c59de2c470f9718803ebf8a647b3e80c.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}
html,
body {
  width: 100%;
  top: 0;
  left: 0;
}
body {
  font-family: Bebas Neue;
  position: relative;
  min-width: 320px;
  font-size: 16px;
  font-weight: normal;
  background: #f4f5f6;
  color: #000;
}
ul {
  list-style-type: none;
  padding: 0;
}
img {
  width: 100%;
}
a {
  outline: none;
  text-decoration: none;
  cursor: pointer;
  color: #000;
}
button {
  outline: none;
}
input {
  outline: none;
}
textarea {
  outline: none;
}
.noselect {
  -webkit-touch-callout: none /* iOS Safari */;
  -webkit-user-select: none /* Safari */;
  -moz-user-select: none /* Firefox */;
  -ms-user-select: none /* Internet Explorer/Edge */;
  user-select: none;
}
.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #f4f5f6;
  height: 100%;
}
.page__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.page__cup {
  padding: 0 36px;
}
footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 36px;
}
@media (min-width: 1024px) {
  .page__cup {
    width: 960px;
    margin: 0 auto;
    padding: 0;
  }
  footer {
    width: 960px;
    margin: 0 auto;
    padding: 0;
  }
}
@media (min-width: 1366px) {
  .page__cup {
    width: 1216px;
  }
  footer {
    width: 1216px;
  }
}
.icon.logo1 {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='22' height='13.999999999999998' xmlns='http://www.w3.org/2000/svg'%3E %3C!-- Created with Method Draw - http://github.com/duopixel/Method-Draw/ --%3E %3Cg%3E %3Ctitle%3Ebackground%3C/title%3E %3Crect fill='none' id='canvas_background' height='16' width='24' y='-1' x='-1'/%3E %3Cg display='none' overflow='visible' y='0' x='0' height='100%25' width='100%25' id='canvasGrid'%3E %3Crect fill='url(%23gridpattern)' stroke-width='0' y='0' x='0' height='100%25' width='100%25'/%3E %3C/g%3E %3C/g%3E %3Cg%3E %3Ctitle%3ELayer 1%3C/title%3E %3Cg id='svg_33'%3E %3Cg transform='matrix(0.056433757245528904,0,0,0.056433757245528904,0,0) ' id='svg_6'/%3E %3Cg transform='matrix(0.056433757245528904,0,0,0.056433757245528904,0,0) ' id='svg_5'%3E %3Cg id='svg_8'%3E %3Cg id='svg_9'%3E %3Cpath id='svg_10' d='m199.63898,220.72925l-92.5,-12.7l12.7,-92.5l92.5,12.7l-12.7,92.5zm-82.4,-20.4l74.6,10.3l10.3,-74.6l-74.6,-10.3l-10.3,74.6z'/%3E %3C/g%3E %3C/g%3E %3Cg id='svg_11'%3E %3Cg id='svg_12'%3E %3Cpath id='svg_13' d='m201.63898,232.22925l-48.1,-80l80,-48.1l48.1,80l-80,48.1zm-35.7,-76.9l38.8,64.5l64.5,-38.8l-38.8,-64.6l-64.5,38.9z'/%3E %3C/g%3E %3C/g%3E %3Cg id='svg_14'%3E %3Cg id='svg_15'%3E %3Cpath id='svg_16' d='m72.43898,166.92925l0.6,10.1l-46.6,2.8l47.6,14l0.5,8.7l-45.5,20l46.6,-2.8l0.6,10l-60.4,3.7l-0.9,-14.8l46.2,-19.7l-48.2,-13.4l-0.9,-14.8l60.4,-3.8z'/%3E %3C/g%3E %3Cg id='svg_17'%3E %3Cpath id='svg_18' d='m43.53898,104.82925l-12.4,30.7l14.9,6l11.5,-28.5l8,3.2l-11.5,28.5l16.6,6.7l12.6,-31.1l8.4,3.4l-16.6,40.9l-56.1,-22.7l16.3,-40.4l8.3,3.3z'/%3E %3C/g%3E %3Cg id='svg_19'%3E %3Cpath id='svg_20' d='m68.53898,60.72925c7.6,-7.8 17.4,-11.5 26.3,-2.8c5.2,5.1 6.5,11.5 3.6,17.6c6.6,-4.3 11.4,-0.8 16.1,3.2c5.6,4.6 9.3,8.1 13,8.2l-8,8.1c-2.7,-0.5 -5.7,-3.4 -10,-7c-7.2,-6.2 -11.3,-6.9 -18.5,0.4l-9.9,10.1l17.9,17.5l-7.4,7.5l-43.3,-42.3l20.2,-20.5zm7,32.3l9.8,-10c4.9,-5 9,-10.7 2.8,-16.7c-5.7,-5.6 -11,-2 -15.4,2.5l-10.8,11l13.6,13.2z'/%3E %3C/g%3E %3Cg id='svg_21'%3E %3Cpath id='svg_22' d='m151.43898,79.92925c-15.9,6.3 -30.9,-1.3 -38,-19.1c-6.3,-16 -1.9,-33.3 15.2,-40c11.2,-4.4 24.1,-2.4 31.1,9.9l-9.8,3.9c-4,-6.3 -10.9,-8.2 -18.2,-5.3c-11.9,4.7 -12.5,17.3 -8.4,27.6c4.1,10.4 12.9,19.3 24.9,14.5c9.2,-3.6 11,-11.4 8.7,-20.1l9.9,-3.9c4.5,14.1 -1.3,26.9 -15.4,32.5z'/%3E %3C/g%3E %3Cg id='svg_23'%3E %3Cpath id='svg_24' d='m224.13898,72.12925l-10.6,-0.6l1.5,-27.2l-27.7,-1.5l-1.5,27.2l-10.6,-0.6l3.3,-60.4l10.6,0.6l-1.3,24l27.7,1.5l1.3,-24l10.6,0.6l-3.3,60.4z'/%3E %3C/g%3E %3Cg id='svg_25'%3E %3Cpath id='svg_26' d='m282.83898,89.22925l2,18.3l-9.8,-6.7l-0.8,-8.8c-7.4,2.1 -13.7,0.5 -18.6,-2.9c-8.6,-5.8 -12.1,-15.9 -5.8,-25.1c4.7,-7 13.4,-8.5 21.5,-7.2c-0.6,-6.7 0.1,-10.9 2.5,-14.4c4.4,-6.5 12.7,-7.6 19.9,-2.7c7,4.8 8.9,12.9 4.5,19.3c-4.1,6 -10.7,7.5 -17.6,6.8l1.2,14.7c2.4,-1.4 4.5,-3.5 6.4,-5.6l7,4.8c-3,3.8 -7.7,7.7 -12.4,9.5zm-25.1,-20.1c-3,4.4 -1.8,10.5 2.8,13.6c4.1,2.8 8.6,2.5 13,0.9l-1.6,-18.9c-5.1,-0.3 -10.9,-0.4 -14.2,4.4zm33.3,-14.7c2.1,-3.1 1.5,-6.8 -1.4,-8.8c-3,-2 -6.6,-1.4 -8.5,1.4c-1.9,2.7 -1.4,7.4 -1.2,10.6l0,0.5c5.9,0.5 9.1,-0.7 11.1,-3.7z'/%3E %3C/g%3E %3Cg id='svg_27'%3E %3Cpath id='svg_28' d='m297.63898,130.52925l-5.8,-9l51,-32.6l5.8,9l-51,32.6z'/%3E %3C/g%3E %3Cg id='svg_29'%3E %3Cpath id='svg_30' d='m307.83898,158.42925c-4.8,-16.4 4.2,-30.7 22.5,-36c16.5,-4.8 33.3,1.2 38.4,18.8c3.4,11.6 0.1,24.2 -12.8,30.1l-2.9,-10.1c6.6,-3.4 9.2,-10.1 7,-17.6c-3.6,-12.2 -16,-14 -26.7,-10.9c-10.8,3.1 -20.4,11.1 -16.8,23.5c2.8,9.5 10.3,12 19.2,10.5l3,10.2c-14.5,3.1 -26.7,-3.9 -30.9,-18.5z'/%3E %3C/g%3E %3Cg id='svg_31'%3E %3Cpath id='svg_32' d='m361.53898,232.72925l3.7,-32.9l-16,-1.8l-3.4,30.5l-8.5,-1l3.4,-30.5l-17.7,-2l-3.8,33.4l-9,-1l5,-43.8l60.1,6.8l-4.9,43.3l-8.9,-1z'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.icon.logo2 {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='15' height='12' xmlns='http://www.w3.org/2000/svg'%3E %3C!-- Created with Method Draw - http://github.com/duopixel/Method-Draw/ --%3E %3Cg%3E %3Ctitle%3Ebackground%3C/title%3E %3Crect fill='none' id='canvas_background' height='14' width='17' y='-1' x='-1'/%3E %3Cg display='none' overflow='visible' y='0' x='0' height='100%25' width='100%25' id='canvasGrid'%3E %3Crect fill='url(%23gridpattern)' stroke-width='0' y='0' x='0' height='100%25' width='100%25'/%3E %3C/g%3E %3C/g%3E %3Cg%3E %3Ctitle%3ELayer 1%3C/title%3E %3Cstyle transform='matrix(0.056433757245528904,0,0,0.056433757245528904,0,0) '%3E.a{fill:%23FFF;}%3C/style%3E %3Cg id='svg_15'%3E %3Cpath id='svg_4' class='a' d='m2.00579,9.54551l-0.29346,0l0,-1.35441l-0.48533,1.35441l-0.25395,0l-0.50226,-1.35441l0,1.35441l-0.28781,0l0,-1.75509l0.4289,0l0.49097,1.37134l0.47404,-1.37134l0.4289,0l0,1.75509z'/%3E %3Cpath id='svg_5' class='a' d='m3.50692,8.05001l-0.95937,0l0,0.46276l0.89165,0l0,0.24831l-0.89165,0l0,0.51919l0.97066,0l0,0.26524l-1.2754,0l0,-1.75509l1.26412,0l0,0.2596z'/%3E %3Cpath id='svg_6' class='a' d='m4.5058,7.79042c0.31603,0 0.59255,0.12415 0.59255,0.48533c0,0.21445 -0.10722,0.36682 -0.28781,0.4289c0.22574,0.05079 0.24831,0.22009 0.2596,0.40068c0.01693,0.2088 0.02257,0.35553 0.09594,0.43454l-0.32732,0c-0.04515,-0.06772 -0.04515,-0.18623 -0.05643,-0.34989c-0.01693,-0.27653 -0.08465,-0.37246 -0.38375,-0.37246l-0.40632,0l0,0.72235l-0.31603,0l0,-1.75509l0.82958,0l0,0.00564zm-0.52483,0.80136l0.40632,0c0.20316,0 0.40632,-0.02822 0.40632,-0.28217c0,-0.23138 -0.18059,-0.27088 -0.36682,-0.27088l-0.44583,0l0,0.55305z'/%3E %3Cpath id='svg_7' class='a' d='m6.02387,9.58501c-0.49662,0 -0.81829,-0.36682 -0.81829,-0.91987c0,-0.49662 0.30474,-0.91423 0.83522,-0.91423c0.34989,0 0.67721,0.19187 0.73364,0.5982l-0.30474,0c-0.0395,-0.21445 -0.2088,-0.3386 -0.43454,-0.3386c-0.36682,0 -0.51919,0.33296 -0.51919,0.65463c0,0.32732 0.14108,0.66027 0.51919,0.66027c0.28781,0 0.41761,-0.19187 0.44583,-0.44583l0.31039,0c-0.03386,0.42325 -0.32732,0.70542 -0.7675,0.70542z'/%3E %3Cpath id='svg_8' class='a' d='m8.35458,9.54551l-0.31039,0l0,-0.79007l-0.80136,0l0,0.79007l-0.31039,0l0,-1.75509l0.31039,0l0,0.69978l0.80136,0l0,-0.69978l0.31039,0l0,1.75509z'/%3E %3Cpath id='svg_9' class='a' d='m10.26204,9.13918l0.34425,0.40632l-0.34425,0l-0.16366,-0.19752c-0.14108,0.1693 -0.32167,0.23138 -0.49097,0.23138c-0.2991,0 -0.54741,-0.18623 -0.54741,-0.5079c0,-0.24267 0.18059,-0.42325 0.40068,-0.52483c-0.12415,-0.15237 -0.17494,-0.26524 -0.17494,-0.38939c0,-0.22574 0.18059,-0.38939 0.43454,-0.38939c0.24831,0 0.42325,0.16366 0.42325,0.38939c0,0.2088 -0.13544,0.35553 -0.31039,0.44583l0.27088,0.33296c0.03386,-0.07336 0.05079,-0.15801 0.06208,-0.23702l0.24831,0c-0.02257,0.15237 -0.07336,0.32167 -0.15237,0.44018zm-0.93116,-0.07336c0,0.15237 0.1298,0.28217 0.28781,0.28217c0.14673,0 0.24831,-0.07901 0.32732,-0.19187l-0.34989,-0.42325c-0.12415,0.07336 -0.26524,0.16366 -0.26524,0.33296zm0.55869,-0.89165c0,-0.10722 -0.07336,-0.18623 -0.17494,-0.18623s-0.18059,0.07336 -0.18059,0.17494c0,0.09594 0.08465,0.19752 0.14673,0.27088l0.01129,0.01129c0.14108,-0.09029 0.19752,-0.1693 0.19752,-0.27088z'/%3E %3Cpath id='svg_10' class='a' d='m11.50359,9.54551l-0.31039,0l0,-1.75509l0.31039,0l0,1.75509z'/%3E %3Cpath id='svg_11' class='a' d='m12.49118,9.58501c-0.49662,0 -0.81829,-0.36682 -0.81829,-0.91987c0,-0.49662 0.30474,-0.91423 0.83522,-0.91423c0.34989,0 0.67721,0.19187 0.73364,0.5982l-0.30474,0c-0.0395,-0.21445 -0.2088,-0.3386 -0.43454,-0.3386c-0.36682,0 -0.51919,0.33296 -0.51919,0.65463c0,0.32732 0.14108,0.66027 0.51919,0.66027c0.28781,0 0.41761,-0.19187 0.44583,-0.44583l0.31039,0c-0.03386,0.42325 -0.32732,0.70542 -0.7675,0.70542z'/%3E %3Cpath id='svg_12' class='a' d='m14.66952,8.05001l-0.95937,0l0,0.46276l0.89165,0l0,0.24831l-0.89165,0l0,0.51919l0.97066,0l0,0.26524l-1.2754,0l0,-1.75509l1.26412,0l0,0.2596z'/%3E %3Cpath id='svg_13' class='a' d='m7.51936,6.39086l-3.54404,-0.48533l0.48533,-3.54404l3.54404,0.48533l-0.48533,3.54404zm-3.149,-0.78443l2.86119,0.39504l0.39504,-2.86119l-2.86119,-0.39504l-0.39504,2.86119z'/%3E %3Cpath id='svg_14' class='a' d='m7.59837,6.83104l-1.84538,-3.06435l3.06435,-1.84538l1.84538,3.06435l-3.06435,1.84538zm-1.3657,-2.95149l1.48985,2.4718l2.4718,-1.48985l-1.48985,-2.4718l-2.4718,1.48985z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.icon.x {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E %3Cg id='Сгруппировать_117' data-name='Сгруппировать 117' transform='translate(-1271.935 -31.849)'%3E %3Cpath id='Контур_22' data-name='Контур 22' d='M.958.118,27.676,0a.944.944,0,0,1,.95.95.965.965,0,0,1-.958.959L.95,2.027A.944.944,0,0,1,0,1.076.965.965,0,0,1,.958.118Z' transform='matrix(0.719, -0.695, 0.695, 0.719, 1271.935, 52.064)' fill='%23f4f5f6'/%3E %3Cpath id='Контур_21' data-name='Контур 21' d='M.958.118,27.676,0a.944.944,0,0,1,.95.95.965.965,0,0,1-.958.959L.95,2.027A.944.944,0,0,1,0,1.077.965.965,0,0,1,.958.118Z' transform='matrix(-0.695, -0.719, 0.719, -0.695, 1292.149, 53.85)' fill='%23f4f5f6'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.icon.inst {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath id='instagram' d='M12,0C8.74,0,8.333.015,7.053.072A8.849,8.849,0,0,0,4.14.63,5.876,5.876,0,0,0,2.014,2.014,5.855,5.855,0,0,0,.63,4.14,8.823,8.823,0,0,0,.072,7.053C.012,8.333,0,8.74,0,12s.015,3.667.072,4.947A8.854,8.854,0,0,0,.63,19.86a5.885,5.885,0,0,0,1.384,2.126A5.868,5.868,0,0,0,4.14,23.37a8.86,8.86,0,0,0,2.913.558C8.333,23.988,8.74,24,12,24s3.667-.015,4.947-.072a8.88,8.88,0,0,0,2.913-.558,6.133,6.133,0,0,0,3.51-3.51,8.854,8.854,0,0,0,.558-2.913C23.988,15.667,24,15.26,24,12s-.015-3.667-.072-4.947A8.875,8.875,0,0,0,23.37,4.14a5.89,5.89,0,0,0-1.384-2.126A5.847,5.847,0,0,0,19.86.63,8.828,8.828,0,0,0,16.947.072C15.667.012,15.26,0,12,0Zm0,2.16c3.2,0,3.585.016,4.85.071a6.611,6.611,0,0,1,2.227.415,3.949,3.949,0,0,1,2.278,2.277,6.626,6.626,0,0,1,.413,2.227c.057,1.266.07,1.646.07,4.85s-.015,3.585-.074,4.85a6.753,6.753,0,0,1-.421,2.227,3.81,3.81,0,0,1-.9,1.382,3.744,3.744,0,0,1-1.38.9,6.674,6.674,0,0,1-2.235.413c-1.274.057-1.649.07-4.859.07s-3.586-.015-4.859-.074a6.8,6.8,0,0,1-2.236-.421,3.716,3.716,0,0,1-1.379-.9,3.644,3.644,0,0,1-.9-1.38,6.81,6.81,0,0,1-.42-2.235c-.045-1.26-.061-1.649-.061-4.844s.016-3.586.061-4.861A6.8,6.8,0,0,1,2.6,4.89a3.557,3.557,0,0,1,.9-1.381,3.549,3.549,0,0,1,1.379-.9A6.642,6.642,0,0,1,7.1,2.19c1.275-.045,1.65-.06,4.859-.06L12,2.16Zm0,3.678A6.162,6.162,0,1,0,18.162,12,6.162,6.162,0,0,0,12,5.838ZM12,16a4,4,0,0,1,0-8,4.17,4.17,0,0,1,2.289.719A3.893,3.893,0,0,1,16,12,4,4,0,0,1,12,16ZM19.846,5.595a1.44,1.44,0,1,1-1.44-1.439A1.441,1.441,0,0,1,19.846,5.595Z'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.icon.arrow {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.883' height='28.16' viewBox='0 0 11.883 28.16'%3E %3Cpath id='Контур_13' data-name='Контур 13' d='M0,24,8,12,0,0' transform='translate(2.08 2.08)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='3'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.icon.arrow_black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.883' height='28.16' viewBox='0 0 11.883 28.16'%3E %3Cpath id='Контур_13' data-name='Контур 13' d='M0,24,8,12,0,0' transform='translate(2.08 2.08)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='3'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.icon.ru {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='478' height='492'%3E%3Cstyle%3E.a{stroke:null;}%3C/style%3E%3Ctitle%3E background%3C/title%3E%3Crect height='494' width='480' y='-1' x='-1' fill='%23fff'/%3E%3Cg height='100' width='100'%3E%3Crect height='100' width='100' fill='url(%23gridpattern)'/%3E%3C/g%3E%3Ctitle%3E Layer 1%3C/title%3E%3Cstyle transform='matrix(59.17159424731016 0 0 59.17159424731016 0 0)' type='text/css'%3E .st0{enable-background:new ;} %3C/style%3E%3Cg class='a'%3E%3Cg transform='matrix(21.857434635983996 0 0 21.857434635983996 -108.30062908823493 -45.17625087220813)' class='st0'%3E%3Cpath d='m9.7 2.1c3.4 0 4.8 1.9 4.8 5.1l0 2c0 2.6-1 4.1-3.2 4.6 2.3 0.5 3.2 2.1 3.2 4.6l0 3.5c0 0.9 0.1 2 0.5 2.7l-1.5 0c-0.4-0.7-0.5-1.5-0.5-2.7l0-3.5c0-3-1.6-3.8-4.2-3.8l-2.3 0 0 10 -1.5 0 0-22.5 4.7 0zm-0.9 11c2.6 0 4.2-0.7 4.2-3.7l0-2.1c0-2.4-0.9-3.8-3.4-3.8l-3.1 0 0 9.7 2.3 0 0-0.1z' class='a'/%3E%3Cpath d='m18.7 19.1c0 2.4 0.9 4.3 3.4 4.3s3.4-1.9 3.4-4.3l0-17 1.4 0 0 16.9c0 3.2-1.3 5.7-4.8 5.7s-4.8-2.5-4.8-5.7l0-16.9 1.5 0 0 17 -0.1 0z' class='a'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.icon.shirt {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35.038' height='32' viewBox='0 0 35.038 32'%3E %3Cg id='noun_Shirt_2382748' transform='translate(-2.004 -4.865)'%3E %3Cpath id='Контур_190' data-name='Контур 190' d='M36.519,13.909c-1.952-2.578-5.663-7.141-8.592-8.728a2.753,2.753,0,0,0-2.671.063l-.074.043c-1.5.869-4.02,2.322-6.165,2.164-2.3-.171-5.159-2.162-5.227-2.207a2.753,2.753,0,0,0-2.671-.063A11.228,11.228,0,0,0,9.571,6.228l0,0h0a37.5,37.5,0,0,0-5.253,5.41l-.006,0c-.005.005-.007.012-.012.017-.674.822-1.278,1.6-1.769,2.247A2.6,2.6,0,0,0,2.664,17.2l3.257,3.647a2.6,2.6,0,0,0,3.96-.1l.763-.949V33.405a2.81,2.81,0,0,0,2.114,2.737,24.8,24.8,0,0,0,6,.724,25.356,25.356,0,0,0,7.557-1.148,2.825,2.825,0,0,0,1.993-2.708V19.684l.853,1.062a2.592,2.592,0,0,0,1.956.969h.068a2.592,2.592,0,0,0,1.936-.867L36.382,17.2A2.6,2.6,0,0,0,36.519,13.909ZM11.625,6.115a1.669,1.669,0,0,1,1.594.023c.127.089,3.125,2.18,5.72,2.372,2.469.183,5.166-1.374,6.775-2.3l.074-.043a1.684,1.684,0,0,1,1.634-.048c.123.066.249.147.375.225-2.475,2.589-5.191,3.934-8.081,3.995-4.226.1-7.737-2.614-8.945-3.676A8.754,8.754,0,0,1,11.625,6.115ZM9.054,20.081a1.531,1.531,0,0,1-1.156.573,1.511,1.511,0,0,1-1.185-.512L3.456,16.5a1.535,1.535,0,0,1-.082-1.945c.345-.455.812-1.059,1.356-1.733l5.635,5.635ZM26,34.7a24.26,24.26,0,0,1-12.983.409,1.749,1.749,0,0,1-1.312-1.707V18.5c0-.007,0-.012,0-.018L12.5,17.5a.531.531,0,0,0-.828-.665l-.635.789L5.405,11.992a37.83,37.83,0,0,1,4.5-4.676c1.123,1.031,4.846,4.083,9.6,4.083l.223,0c3.232-.065,6.239-1.563,8.948-4.444a34.837,34.837,0,0,1,4.961,5.036L28.01,17.615l-.631-.785a.531.531,0,1,0-.828.665l.7.868V33.009A1.79,1.79,0,0,1,26,34.7ZM35.59,16.5l-3.257,3.647a1.535,1.535,0,0,1-2.341-.061l-1.313-1.633,5.635-5.635c.545.675,1.014,1.281,1.359,1.737A1.535,1.535,0,0,1,35.59,16.5Z' transform='translate(0)'/%3E %3Cpath id='Контур_191' data-name='Контур 191' d='M34.908,44.57l-2.679.024-.851-2.541a.531.531,0,0,0-.5-.362h0a.531.531,0,0,0-.5.372l-.8,2.556-2.679.024a.531.531,0,0,0-.3.963l2.182,1.555-.8,2.556a.531.531,0,0,0,.822.586l2.153-1.595,2.182,1.555a.531.531,0,0,0,.812-.6l-.851-2.541,2.153-1.594a.531.531,0,0,0,.187-.6A.523.523,0,0,0,34.908,44.57ZM32.134,46.5a.531.531,0,0,0-.187.6L32.4,48.45l-1.165-.831a.532.532,0,0,0-.624.006l-1.15.852.43-1.365a.531.531,0,0,0-.2-.592l-1.166-.831,1.431-.013a.531.531,0,0,0,.5-.371l.43-1.365.455,1.357a.531.531,0,0,0,.5.362h0l1.431-.013Z' transform='translate(-11.423 -17.273)'/%3E %3Cpath id='Контур_192' data-name='Контур 192' d='M28.018,28.49h7.425a.531.531,0,1,0,0-1.062H28.018a.531.531,0,0,0,0,1.062Z' transform='translate(-11.953 -10.583)'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.icon.tirage {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='20.889' viewBox='0 0 32 20.889'%3E %3Cg id='noun_Roll_2382733' transform='translate(-1.005 -13.46)'%3E %3Cpath id='Контур_193' data-name='Контур 193' d='M6.381,34.349H18.324a.485.485,0,0,0,.448-.3l2.214-5.365h8.989a.485.485,0,0,0,.448-.3l3.545-8.589a.485.485,0,0,0-.448-.67H23.757l.463-.757a3.208,3.208,0,0,0-2.4-4.888c-.114-.01-.228-.02-.337-.02a3.223,3.223,0,0,0-2.722,1.523L14.755,21.6a3.893,3.893,0,0,0-.608.838,4.057,4.057,0,0,0-.461,2.356H12.105l.464-.758a3.208,3.208,0,0,0-2.4-4.889c-.112-.01-.224-.02-.331-.02a3.223,3.223,0,0,0-2.723,1.523L3.108,27.257a3.85,3.85,0,0,0-.61.844,4.109,4.109,0,0,0,.109,4.092A4.363,4.363,0,0,0,6.381,34.349Zm13.21-18.859a2.245,2.245,0,0,1,1.9-1.06c.081,0,.165.008.244.015a2.239,2.239,0,0,1,1.664,3.414l-2.848,4.656a2.955,2.955,0,0,0-.652-.983,3.592,3.592,0,0,0-3.393-.945ZM15,22.9a2.917,2.917,0,0,1,.5-.678,2.628,2.628,0,0,1,3.712,0,2.005,2.005,0,0,1,0,2.832,1.481,1.481,0,0,1-1.075.4,1.356,1.356,0,0,1-1.3-.783,1.109,1.109,0,0,1,.248-1.186.741.741,0,0,1,.567-.207.485.485,0,0,0,.048-.969,1.718,1.718,0,0,0-1.3.491,2.079,2.079,0,0,0-.466,2.224,2.31,2.31,0,0,0,2.165,1.4,2.406,2.406,0,0,0,1.8-.687,2.946,2.946,0,0,0,.826-1.646l2.444-4H32.8l-3.144,7.619H18.034a3.4,3.4,0,0,1-2.942-1.682A3.11,3.11,0,0,1,15,22.9ZM7.941,21.155a2.245,2.245,0,0,1,1.9-1.06c.079,0,.161.008.244.016a2.238,2.238,0,0,1,1.664,3.414L8.895,28.183a2.938,2.938,0,0,0-.652-.984,3.562,3.562,0,0,0-2.537-1.055h0a3.608,3.608,0,0,0-.848.1Zm-4.59,7.408a2.884,2.884,0,0,1,.493-.678A2.611,2.611,0,0,1,5.7,27.113h0a2.6,2.6,0,0,1,1.853.772,1.982,1.982,0,0,1,.577,1.627,2,2,0,0,1-.581,1.2,1.419,1.419,0,0,1-1.07.4,1.358,1.358,0,0,1-1.3-.784,1.109,1.109,0,0,1,.25-1.186A.755.755,0,0,1,6,28.942a.485.485,0,1,0,.041-.969,1.722,1.722,0,0,0-1.294.491,2.079,2.079,0,0,0-.468,2.224,2.311,2.311,0,0,0,2.166,1.4,2.369,2.369,0,0,0,1.8-.689,2.96,2.96,0,0,0,.831-1.65l2.439-3.988h2.394a4.311,4.311,0,0,0,.353.767,4.366,4.366,0,0,0,3.775,2.155h1.9L18,33.379H6.381A3.4,3.4,0,0,1,3.44,31.7,3.108,3.108,0,0,1,3.351,28.562Z' transform='translate(-1 0)' fill='%23fff'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.icon.time {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30.769' height='29.171' viewBox='0 0 30.769 29.171'%3E %3Cg id='stopwatch' transform='translate(0 -13.208)'%3E %3Cpath id='Контур_203' data-name='Контур 203' d='M27.327,21.808l.629-.732.613.527a.454.454,0,0,0,.3.11H28.9a.454.454,0,0,0,.31-.157l.974-1.133a.454.454,0,0,0-.048-.64l-3.35-2.88a.454.454,0,0,0-.64.048l-.974,1.133a.454.454,0,0,0,.048.64l.613.527-.677.788A12.042,12.042,0,0,0,20.5,18.28V16.909h1.563a1.324,1.324,0,0,0,1.323-1.323V14.531a1.324,1.324,0,0,0-1.323-1.323H15.241a1.324,1.324,0,0,0-1.323,1.323v1.056a1.324,1.324,0,0,0,1.323,1.323H16.8V18.28a12.044,12.044,0,0,0-4.742,1.811l-.723-.841.613-.527a.454.454,0,0,0,.048-.64l-.974-1.133a.454.454,0,0,0-.64-.048l-3.35,2.88a.454.454,0,0,0-.048.64l.974,1.133a.454.454,0,0,0,.64.048l.613-.527.689.8a12.2,12.2,0,0,0-1.581,2.044l-.047,0H5.412a.454.454,0,1,0,0,.907H7.818A12.051,12.051,0,0,0,7.195,26.3H2.61a.454.454,0,0,0,0,.907H6.919a12.05,12.05,0,0,0-.338,1.942H.454a.454.454,0,1,0,0,.907H6.532c0,.068,0,.136,0,.2A12.166,12.166,0,0,0,6.655,32H2.187a.454.454,0,1,0,0,.907H6.821a12,12,0,0,0,.429,1.473H4.988a.454.454,0,0,0,0,.907H7.622a12.12,12.12,0,0,0,18.093,4.822.454.454,0,1,0-.53-.737,11.216,11.216,0,1,1,1.192-17.228l.013.013a11.2,11.2,0,0,1,.18,16.039.454.454,0,1,0,.641.642,12.109,12.109,0,0,0,.115-17.029Zm-.79-3.922L29.2,20.174l-.383.445L26.155,18.33Zm-.017,1.956.748.643-.6.7q-.369-.327-.764-.624ZM16.643,16V14.115h.733V16Zm1.64-1.886h.733V16h-.733ZM19.923,16V14.115h.733V16Zm2.55-1.471v1.056a.416.416,0,0,1-.415.415h-.494V14.115h.494A.416.416,0,0,1,22.473,14.531Zm-7.647,1.056V14.531a.416.416,0,0,1,.415-.415h.494V16h-.494A.416.416,0,0,1,14.826,15.586ZM8.354,20.619l-.383-.445,2.662-2.289.383.445-.613.527h0L8.968,20.092h0Zm1.562-.147.734-.631.666.775q-.393.3-.76.629L9.9,20.484Zm7.794-2.3V16.909h1.877v1.267q-.465-.036-.938-.036t-.938.036Z' fill='%23fff'/%3E %3Cpath id='Контур_204' data-name='Контур 204' d='M156.33,138.645a.454.454,0,0,0-.612-.192,9.5,9.5,0,1,0,1.991-.771.454.454,0,1,0,.231.878,8.551,8.551,0,0,1,1.737-.27v1.192a.454.454,0,1,0,.907,0v-1.191q.33.018.662.061a8.569,8.569,0,0,1,4.675,2.155l-.822.822a.454.454,0,1,0,.642.642l.819-.819q.214.239.412.5a8.569,8.569,0,0,1,1.781,4.821h-1.125a.454.454,0,1,0,0,.907h1.123q-.018.325-.06.651a8.583,8.583,0,0,1-2.132,4.641l-.777-.777a.454.454,0,1,0-.642.642l.778.778a8.635,8.635,0,0,1-5.276,2.218v-1.109a.454.454,0,1,0-.907,0v1.115c-.238-.011-.478-.032-.718-.063a8.582,8.582,0,0,1-4.6-2.095l.8-.8a.454.454,0,1,0-.642-.642l-.808.808a8.636,8.636,0,0,1-2.254-5.306h1.176a.454.454,0,1,0,0-.907h-1.183c.011-.242.032-.485.063-.729a8.637,8.637,0,0,1,2.12-4.631l.846.846a.454.454,0,0,0,.642-.642l-.848-.848a8.635,8.635,0,0,1,1.808-1.264A.453.453,0,0,0,156.33,138.645Z' transform='translate(-141.481 -116.651)' fill='%23fff'/%3E %3Cpath id='Контур_205' data-name='Контур 205' d='M291.028,226.278a.454.454,0,0,0-.454.454v2.7a1.11,1.11,0,1,0,.923,2.019l3.027,3.027a.454.454,0,0,0,.642-.642l-3.074-3.074a1.108,1.108,0,0,0-.611-1.33v-2.7A.454.454,0,0,0,291.028,226.278Zm-.2,4.162a.2.2,0,1,1,.2.2A.2.2,0,0,1,290.824,230.44Z' transform='translate(-272.379 -200.18)' fill='%23fff'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.icon.quality {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29.214' height='26.299' viewBox='0 0 29.214 26.299'%3E %3Cpath id='diamond' d='M29.207,11.355a.489.489,0,0,0,.006-.06.57.57,0,0,0,0-.071.415.415,0,0,0-.01-.06.482.482,0,0,0-.021-.068c0-.012-.005-.024-.011-.035s-.011-.015-.015-.023-.006-.017-.011-.025l-4.87-7.792a.5.5,0,0,0-.078-.1h0a.478.478,0,0,0-.145-.09c-.007,0-.011-.009-.019-.012s-.011,0-.017,0a.477.477,0,0,0-.153-.028H5.355a.476.476,0,0,0-.151.027.149.149,0,0,0-.016,0c-.007,0-.012.008-.019.011a.485.485,0,0,0-.14.085l-.008.006a.49.49,0,0,0-.079.1L.072,11.013c0,.008-.007.017-.011.025s-.011.015-.015.023-.006.023-.011.035a.481.481,0,0,0-.021.068.5.5,0,0,0-.01.06A.382.382,0,0,0,0,11.3a.49.49,0,0,0,.006.06.438.438,0,0,0,.018.069.494.494,0,0,0,.022.056c0,.009.006.019.011.027s.019.025.028.038a.3.3,0,0,0,.019.031L14.223,29.1l0,0,0,0,.005,0a.478.478,0,0,0,.144.114l.043.021a.481.481,0,0,0,.187.042.492.492,0,0,0,.167-.03c.008,0,.014-.01.022-.013a.445.445,0,0,0,.067-.041.471.471,0,0,0,.1-.079c.007-.007.017-.011.023-.019L29.11,11.576c.008-.01.012-.021.019-.031a.426.426,0,0,0,.028-.038c0-.009.006-.019.011-.027a.46.46,0,0,0,.022-.056A.553.553,0,0,0,29.207,11.355ZM15.631,3.967h7.529L20.792,10.32Zm4.284,6.818H9.3l5.307-6.532ZM8.387,10.362,6.05,3.967h7.534Zm11.869,1.4L14.522,27.151,8.9,11.759Zm3.715-7.182,3.88,6.208H21.658ZM5.238,4.583l2.266,6.2H1.363ZM7.86,11.759l5.279,14.447L1.5,11.759Zm7.914,14.82L21.3,11.759h6.417Z' transform='translate(0 -2.992)' fill='%23fff'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.icon.price {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.603' height='27.851' viewBox='0 0 23.603 27.851'%3E %3Cg id='shopping-bag' transform='translate(-15.359)'%3E %3Cg id='Сгруппировать_140' data-name='Сгруппировать 140' transform='translate(23.827)'%3E %3Cg id='Сгруппировать_139' data-name='Сгруппировать 139'%3E %3Cpath id='Контур_194' data-name='Контур 194' d='M83.9,3.442a4.013,4.013,0,0,0-7.214-1.794.472.472,0,1,0,.762.557,3.069,3.069,0,0,1,5.517,1.37.472.472,0,0,0,.467.405.505.505,0,0,0,.067,0A.472.472,0,0,0,83.9,3.442Z' transform='translate(-76.593)' fill='%23fff'/%3E %3C/g%3E %3C/g%3E %3Cg id='Сгруппировать_142' data-name='Сгруппировать 142' transform='translate(16.303 6.137)'%3E %3Cg id='Сгруппировать_141' data-name='Сгруппировать 141'%3E %3Cpath id='Контур_195' data-name='Контур 195' d='M43.832,46.961,42.416,44.6a.471.471,0,0,0-.4-.229H40.654a.472.472,0,1,0,0,.944h1.09l.85,1.416h-19.1l.85-1.416h.5a.472.472,0,0,0,0-.944h-.767a.471.471,0,0,0-.4.229l-1.416,2.36a.472.472,0,0,0,.4.715h20.77a.472.472,0,0,0,.4-.715Z' transform='translate(-22.185 -44.372)' fill='%23fff'/%3E %3C/g%3E %3C/g%3E %3Cg id='Сгруппировать_144' data-name='Сгруппировать 144' transform='translate(27.803 2.645)'%3E %3Cg id='Сгруппировать_143' data-name='Сгруппировать 143'%3E %3Cpath id='Контур_196' data-name='Контур 196' d='M113.137,20.854a.471.471,0,0,0-.294-.211l-6.435-1.505a.472.472,0,0,0-.567.352l-.485,2.074a.472.472,0,0,0,.919.215l.378-1.615,5.516,1.29-.867,3.706a.472.472,0,0,0,.352.567.477.477,0,0,0,.108.012.471.471,0,0,0,.459-.364l.974-4.165A.47.47,0,0,0,113.137,20.854Z' transform='translate(-105.343 -19.126)' fill='%23fff'/%3E %3C/g%3E %3C/g%3E %3Cg id='Сгруппировать_146' data-name='Сгруппировать 146' transform='translate(18.143 1.435)'%3E %3Cg id='Сгруппировать_145' data-name='Сгруппировать 145' transform='translate(0)'%3E %3Cpath id='Контур_197' data-name='Контур 197' d='M44.76,14.428l-.43-3.638a.472.472,0,0,0-.524-.414l-7.9.933a.472.472,0,0,0-.413.524l.717,6.068a.472.472,0,0,0,.468.417.515.515,0,0,0,.056,0,.472.472,0,0,0,.413-.524l-.662-5.6,6.958-.822.375,3.169a.472.472,0,0,0,.938-.11Z' transform='translate(-35.494 -10.374)' fill='%23fff'/%3E %3C/g%3E %3C/g%3E %3Cg id='Сгруппировать_148' data-name='Сгруппировать 148' transform='translate(21.67 4.532)'%3E %3Cg id='Сгруппировать_147' data-name='Сгруппировать 147'%3E %3Cpath id='Контур_198' data-name='Контур 198' d='M70.47,37.027l-.937-3.9a.472.472,0,0,0-.569-.348l-7.6,1.829a.472.472,0,0,0-.349.569l.468,1.948a.472.472,0,1,0,.918-.221l-.358-1.489,6.687-1.608.827,3.437a.472.472,0,0,0,.918-.221Z' transform='translate(-60.997 -32.769)' fill='%23fff'/%3E %3C/g%3E %3C/g%3E %3Cg id='Сгруппировать_150' data-name='Сгруппировать 150' transform='translate(15.359 8.497)'%3E %3Cg id='Сгруппировать_149' data-name='Сгруппировать 149' transform='translate(0)'%3E %3Cpath id='Контур_199' data-name='Контур 199' d='M38.017,61.889a.472.472,0,0,0-.472-.448H16.775a.472.472,0,0,0-.472.448L15.359,80.3a.472.472,0,0,0,.471.5H38.489a.472.472,0,0,0,.472-.5ZM16.327,79.851l.9-17.466H37.1l.9,17.466Z' transform='translate(-15.359 -61.441)' fill='%23fff'/%3E %3C/g%3E %3C/g%3E %3Cg id='Сгруппировать_152' data-name='Сгруппировать 152' transform='translate(29.284 10.385)'%3E %3Cg id='Сгруппировать_151' data-name='Сгруппировать 151'%3E %3Cpath id='Контур_200' data-name='Контур 200' d='M117.468,75.093a1.416,1.416,0,1,0,1.416,1.416A1.418,1.418,0,0,0,117.468,75.093Zm0,1.888a.472.472,0,1,1,.472-.472A.472.472,0,0,1,117.468,76.981Z' transform='translate(-116.052 -75.093)' fill='%23fff'/%3E %3C/g%3E %3C/g%3E %3Cg id='Сгруппировать_154' data-name='Сгруппировать 154' transform='translate(22.203 10.385)'%3E %3Cg id='Сгруппировать_153' data-name='Сгруппировать 153' transform='translate(0)'%3E %3Cpath id='Контур_201' data-name='Контур 201' d='M66.268,75.093a1.416,1.416,0,1,0,1.416,1.416A1.418,1.418,0,0,0,66.268,75.093Zm0,1.888a.472.472,0,1,1,.472-.472A.473.473,0,0,1,66.268,76.981Z' transform='translate(-64.852 -75.093)' fill='%23fff'/%3E %3C/g%3E %3C/g%3E %3Cg id='Сгруппировать_156' data-name='Сгруппировать 156' transform='translate(23.147 11.801)'%3E %3Cg id='Сгруппировать_155' data-name='Сгруппировать 155'%3E %3Cpath id='Контур_202' data-name='Контур 202' d='M79.232,85.333H79.2a.472.472,0,0,0-.472.472.467.467,0,0,0,.036.182V88.4a3.068,3.068,0,1,1-6.137,0v-2.6a.472.472,0,1,0-.944,0v2.6a4.012,4.012,0,1,0,8.025,0v-2.6A.472.472,0,0,0,79.232,85.333Z' transform='translate(-71.679 -85.333)' fill='%23fff'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.icon.l1 {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 51' style='enable-background:new 0 0 24 51;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0{enable-background:new ;} .st1{fill:%23FFFFFF;} %3C/style%3E %3Cg class='st0'%3E %3Cpath class='st1' d='M2.6,35.6h6.7v-16l-6.7,4.7v-7.7l6.7-4.8h7.7v23.7h5.4V42H2.6V35.6z'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.icon.l2 {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 28 51' style='enable-background:new 0 0 28 51;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0{enable-background:new ;} .st1{fill:%23FFFFFF;} %3C/style%3E %3Cg class='st0'%3E %3Cpath class='st1' d='M2,36.5l10-8.3c1-0.8,1.8-1.5,2.5-2.2c0.7-0.6,1.3-1.3,1.7-1.8c0.4-0.6,0.8-1.1,1-1.7s0.3-1.1,0.3-1.7 c0-1-0.3-1.8-0.8-2.3s-1.4-0.8-2.4-0.8c-2.7,0-4.1,1.7-4.1,5.1H2.4c0-3.7,1-6.5,2.9-8.5c2-2,4.9-3,8.9-3c1.8,0,3.4,0.2,4.8,0.7 c1.4,0.5,2.5,1.1,3.4,2c0.9,0.8,1.6,1.9,2,3c0.4,1.2,0.7,2.5,0.7,3.9c0,1-0.2,2-0.5,3c-0.4,0.9-0.9,1.9-1.5,2.8 c-0.6,0.9-1.4,1.7-2.3,2.6c-0.9,0.8-1.8,1.6-2.9,2.5l-5.2,4h12.9V42H2V36.5z'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.icon.l3 {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 28 51' style='enable-background:new 0 0 28 51;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0{enable-background:new ;} .st1{fill:%23FFFFFF;} %3C/style%3E %3Cg class='st0'%3E %3Cpath class='st1' d='M13.8,42.6c-1.9,0-3.6-0.3-5.1-0.8c-1.4-0.5-2.7-1.3-3.6-2.2s-1.7-2.1-2.2-3.4c-0.5-1.3-0.7-2.7-0.7-4.3h7.7 c0,1.4,0.3,2.5,1,3.2c0.6,0.7,1.7,1.1,3.1,1.1c1.2,0,2.2-0.3,2.8-0.9c0.6-0.6,0.9-1.4,0.9-2.5c0-1.1-0.3-1.9-0.9-2.5 c-0.6-0.6-1.6-0.9-2.9-0.9h-2.5v-5.7h2.5c2.3,0,3.4-1,3.4-3.1c0-0.9-0.3-1.6-0.8-2.1C15.8,18,15,17.8,14,17.8 c-2.4,0-3.7,1.3-3.7,3.8H2.6c0-3.2,1-5.7,2.9-7.5c1.9-1.8,4.7-2.7,8.3-2.7c1.8,0,3.4,0.2,4.8,0.6s2.6,1,3.5,1.7 c0.9,0.7,1.7,1.6,2.2,2.6c0.5,1,0.8,2.1,0.8,3.4c0,1.6-0.5,3-1.4,4.2c-0.9,1.1-2.1,2-3.7,2.5c1.8,0.5,3.2,1.3,4.1,2.5 c0.9,1.2,1.4,2.7,1.4,4.6c0,1.4-0.3,2.6-0.8,3.7c-0.5,1.1-1.3,2.1-2.3,2.9c-1,0.8-2.2,1.4-3.7,1.9S15.6,42.6,13.8,42.6z'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.icon.l4 {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 28 51' style='enable-background:new 0 0 28 51;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0{enable-background:new ;} .st1{fill:%23FFFFFF;} %3C/style%3E %3Cg class='st0'%3E %3Cpath class='st1' d='M14.9,36.2H1.4v-5.3l14-19h7.2v17.9h3.3v6.4h-3.3V42h-7.7V36.2z M14.9,29.8v-9.3l-6.6,9.3H14.9z'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.icon.l5 {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 28 51' style='enable-background:new 0 0 28 51;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0{enable-background:new ;} .st1{fill:%23FFFFFF;} %3C/style%3E %3Cg class='st0'%3E %3Cpath class='st1' d='M14,42.6c-2.1,0-3.8-0.3-5.2-0.8s-2.5-1.2-3.4-2.1c-0.9-0.9-1.5-1.9-1.9-3.1s-0.6-2.4-0.6-3.8h7.5 c0.1,1.2,0.4,2.1,1.1,2.8c0.7,0.7,1.5,1.1,2.6,1.1c1.3,0,2.3-0.4,2.9-1.3c0.6-0.8,0.9-2.1,0.9-3.6c0-1.6-0.4-2.8-1.1-3.4 c-0.7-0.6-1.6-1-2.7-1c-1.5,0-2.7,0.6-3.5,1.8h-7V11.9h20.5v6.4h-13v4.2c1.2-0.9,2.9-1.3,4.9-1.3c1.4,0,2.8,0.2,4,0.7 s2.2,1.1,3.1,2c0.9,0.9,1.5,2,2,3.3s0.7,2.8,0.7,4.6c0,1.7-0.3,3.2-0.8,4.5c-0.5,1.3-1.3,2.5-2.3,3.4c-1,0.9-2.2,1.7-3.7,2.2 C17.4,42.3,15.8,42.6,14,42.6z'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.icon.l6 {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 28 51' style='enable-background:new 0 0 28 51;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0{enable-background:new ;} .st1{fill:%23FFFFFF;} %3C/style%3E %3Cg class='st0'%3E %3Cpath class='st1' d='M14.5,42.6c-4,0-7-1.1-9.1-3.4c-2.1-2.3-3.1-6-3.1-11.1v-0.9c0-2.8,0.3-5.3,0.9-7.2c0.6-2,1.5-3.6,2.6-4.9 c1.1-1.3,2.4-2.2,4-2.8c1.6-0.6,3.3-0.9,5.2-0.9c3,0,5.4,0.6,7.2,1.8c1.8,1.2,2.8,3.3,3.2,6.3H18c-0.4-1.4-1.5-2.1-3.2-2.1 c-0.7,0-1.4,0.1-2,0.3c-0.6,0.2-1.1,0.6-1.5,1.2c-0.4,0.6-0.8,1.4-1.1,2.4c-0.3,1-0.4,2.2-0.5,3.7c0.7-1,1.6-1.7,2.9-2.1 c1.2-0.4,2.6-0.6,4-0.6c3,0,5.3,0.9,7,2.6c1.6,1.7,2.5,4,2.5,6.8v0.5c0,1.6-0.3,3-0.8,4.3c-0.5,1.3-1.3,2.4-2.3,3.3 c-1,0.9-2.2,1.6-3.6,2.1S16.3,42.6,14.5,42.6z M14.1,36.5c1.3,0,2.3-0.4,3-1.1c0.7-0.7,1.1-1.7,1.1-3V32c0-1.3-0.4-2.3-1.1-3 c-0.7-0.7-1.7-1.1-3-1.1c-1.3,0-2.3,0.4-3,1.1c-0.7,0.7-1.1,1.7-1.1,3v0.4c0,1.3,0.4,2.3,1.1,3C11.8,36.2,12.8,36.5,14.1,36.5z'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.icon.dissident {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 88 87.976'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 { fill: %23000; } %3C/style%3E %3C/defs%3E %3Cg id='Group_1' data-name='Group 1' transform='translate(-0.2)'%3E %3Cpath id='Path_1' data-name='Path 1' class='cls-1' d='M45.312,0c.567.045,1.135.068,1.7.113a40.949,40.949,0,0,1,6.218.84,43.672,43.672,0,0,1,21.716,11.6,44.8,44.8,0,0,1,7.4,9.508,1.683,1.683,0,0,1-1.089,2.564,1.628,1.628,0,0,1-1.793-.817,44.666,44.666,0,0,0-2.814-4.266A41.043,41.043,0,0,0,55.682,5.06a39.322,39.322,0,0,0-6.876-1.407,37.3,37.3,0,0,0-7.466-.159A40.87,40.87,0,0,0,5.6,31.474a37.283,37.283,0,0,0-1.679,7.534c-.091.862-.182,1.725-.25,2.587v.318a1.413,1.413,0,0,0,.272-.182,21.591,21.591,0,0,1,8.283-3.4,6.842,6.842,0,0,1,3.449.159,4.208,4.208,0,0,1,2.973,3.427,9.892,9.892,0,0,1-.113,3.563,28.705,28.705,0,0,1-5.877,12.753A15.1,15.1,0,0,1,9.89,60.974a4.277,4.277,0,0,1-3.858.635,2.955,2.955,0,0,1-2.2-2.632A8.45,8.45,0,0,1,4.239,55.3,35.356,35.356,0,0,1,6.8,48.992c.7-1.407,1.43-2.791,2.156-4.175a1.387,1.387,0,0,1,1.543-.749,1.414,1.414,0,0,1,1.18,1,1.591,1.591,0,0,1-.159,1.316C10.8,47.79,10.048,49.2,9.345,50.6a30.115,30.115,0,0,0-2.269,5.7,13.994,13.994,0,0,0-.318,1.952c-.045.454.068.522.522.545a1.372,1.372,0,0,0,.976-.318,14.586,14.586,0,0,0,2.383-2.5,25.778,25.778,0,0,0,4.879-10.575,15.744,15.744,0,0,0,.272-2.042,3.559,3.559,0,0,0-.091-.976,1.413,1.413,0,0,0-1.362-1.2,7.385,7.385,0,0,0-2.451.227,24.36,24.36,0,0,0-3.54,1.271,19.244,19.244,0,0,0-5.56,3.858,1.5,1.5,0,0,1-2.5-.681A6.548,6.548,0,0,1,.2,45.2v-.5a2.5,2.5,0,0,0,.045-.408A43.753,43.753,0,0,1,5.124,23.759a44.5,44.5,0,0,1,18.971-18.9A43.9,43.9,0,0,1,34.987.976,45.808,45.808,0,0,1,41.3.113c.59-.045,1.18-.068,1.77-.113Z'/%3E %3Cpath id='Path_2' data-name='Path 2' class='cls-1' d='M94.353,134.236a8.464,8.464,0,0,0,.454.908c.545.908,1.112,1.77,1.679,2.678a2.718,2.718,0,0,0,.295.477c.068-.386.136-.772.227-1.157.545-1.929,1.089-3.858,1.634-5.809.023-.091.068-.182.091-.295a1.495,1.495,0,0,1,2.882.794c-.34,1.2-.749,2.36-1.067,3.563-.318,1.157-.567,2.337-.84,3.517-.023.045,0,.113-.023.227.182-.159.318-.272.454-.408.613-.658,1.2-1.339,1.793-2.02a.986.986,0,0,0,.159-.454,11.355,11.355,0,0,1,2.587-5.945,4.353,4.353,0,0,1,2.224-1.43,3.605,3.605,0,0,1,3.132.681c.068.045.136.113.25.182.045-.113.091-.2.136-.295l2.587-5.242a1.488,1.488,0,0,1,2.791.34,1.524,1.524,0,0,1-.182,1.089,81.805,81.805,0,0,0-3.653,7.829,4.547,4.547,0,0,0-.227,2.95c.045.136.091.25.136.386a.4.4,0,0,0,.5.25,4.992,4.992,0,0,0,1.974-.953.369.369,0,0,0,.023-.272,7.716,7.716,0,0,1,.045-5.151,7.057,7.057,0,0,1,5.128-4.629,4.724,4.724,0,0,1,2.746.091,2.725,2.725,0,0,1,1.725,3.381,6.57,6.57,0,0,1-1.747,3.086c-.817.885-1.634,1.793-2.428,2.678-.023.023-.045.068-.023.159.431-.182.862-.34,1.293-.545a12,12,0,0,0,2.859-1.883,1.034,1.034,0,0,0,.34-.613,14.2,14.2,0,0,1,2.768-6.331,6.642,6.642,0,0,1,2.587-2.088,3.006,3.006,0,0,1,4.311,1.929,6.012,6.012,0,0,1-.023,3.79l-.545,1.7c-.023.091-.045.182-.068.25.023,0,.045.023.068,0,.477-.522.976-1.044,1.452-1.588a.8.8,0,0,0,.136-.318,22.271,22.271,0,0,1,1.157-3.608c.023-.045.023-.091.045-.136-.091-.045-.182-.068-.272-.113a1.465,1.465,0,0,1-.93-1.52,1.492,1.492,0,0,1,1.18-1.339c.431-.091.84-.182,1.271-.272a.467.467,0,0,0,.386-.295c.635-1.271,1.271-2.519,1.929-3.767a1.485,1.485,0,0,1,2.814.726,2.527,2.527,0,0,1-.182.681c-.227.477-.5.953-.726,1.43-.068.113-.113.227-.182.363a5.185,5.185,0,0,1,.84,0,1.422,1.422,0,0,1,1.2,1.43,1.488,1.488,0,0,1-1.18,1.5c-.772.159-1.543.34-2.315.477a.451.451,0,0,0-.363.3,27.454,27.454,0,0,0-1.543,4.13,5.948,5.948,0,0,0-.318,1.679c0,.2.045.386.068.658a3.559,3.559,0,0,0,.658-.34,10.133,10.133,0,0,0,2.11-1.952,1.619,1.619,0,0,1,.93-.59,1.507,1.507,0,0,1,1.566.635,1.47,1.47,0,0,1-.023,1.657,11.658,11.658,0,0,1-3.449,3.041,3.36,3.36,0,0,1-2.088.431,2.634,2.634,0,0,1-1.657-.953c-.068-.091-.159-.2-.272-.363-.363.386-.7.794-1.089,1.135a12.992,12.992,0,0,1-1.43,1.067,3.428,3.428,0,0,1-.976.25,3.768,3.768,0,0,1-.5.068,1.453,1.453,0,0,1-1.679-1.475,15.352,15.352,0,0,1,.885-4.947,5.683,5.683,0,0,0,.477-2.292c-.023-.182,0-.408-.227-.522a.583.583,0,0,0-.681.091,2.874,2.874,0,0,0-.295.25,7.253,7.253,0,0,0-1.611,2.178,11.424,11.424,0,0,0-1.18,3.54c-.159.953-.227,1.929-.295,2.882a1.568,1.568,0,0,1-.976,1.384,1.524,1.524,0,0,1-1.634-.408c-.045-.068-.113-.113-.182-.2l-.545.34a11.486,11.486,0,0,1-4.085,1.566,5.186,5.186,0,0,1-2.814-.227.428.428,0,0,0-.363.068,9.907,9.907,0,0,1-2.973,1.5,3.461,3.461,0,0,1-3.767-1.089c-.023-.023-.045-.023-.068-.045-.272.318-.522.635-.794.93a6.383,6.383,0,0,1-2.11,1.611,3.036,3.036,0,0,1-3.154-.2,7.549,7.549,0,0,1-.772-.726.987.987,0,0,1-.159.136,9.964,9.964,0,0,1-2.178,1.838,2.665,2.665,0,0,1-1.7.477,2.063,2.063,0,0,1-1.7-1.089c-.045-.068-.068-.113-.136-.2a3.963,3.963,0,0,1-3.54,2.5,3.793,3.793,0,0,1-3.812-1.974c-.068.295-.091.567-.159.817A3.266,3.266,0,0,1,88.09,144.7a4.8,4.8,0,0,1-3.449.84,3.351,3.351,0,0,1-2.519-1.838c-.045-.068-.068-.136-.113-.2,0-.023-.023-.023-.068-.045-.25.318-.5.635-.772.93-.635.681-1.248,1.384-1.929,2.042a4.072,4.072,0,0,1-1.225.794,1.909,1.909,0,0,1-2.723-1.657,8.255,8.255,0,0,1,.408-3.245c.658-2.156,1.384-4.289,2.065-6.445a5.475,5.475,0,0,0,.182-.567,1.487,1.487,0,0,1,1.838-1,1.417,1.417,0,0,1,1.021,1.793c-.318,1.067-.7,2.088-1.067,3.131-.318.976-.635,1.952-.93,2.927-.023.091-.045.2-.091.386.091-.091.159-.113.182-.159.794-1.044,1.611-2.11,2.405-3.154a6.4,6.4,0,0,1,.658-.885,1.344,1.344,0,0,1,1.566-.227,1.412,1.412,0,0,1,.885,1.339c.023.522-.045,1.044.023,1.543a5.677,5.677,0,0,0,.3,1.225c.113.34.318.431.681.363a4.327,4.327,0,0,0,.772-.227.558.558,0,0,0,.363-.726,5.828,5.828,0,0,0-1.044-2.247,11.887,11.887,0,0,1-1.475-2.814,3.475,3.475,0,0,1-.113-2.042,2.436,2.436,0,0,1,2.178-1.747,6.315,6.315,0,0,1,1.952.159,1.5,1.5,0,1,1-.658,2.927c-.113-.023-.25-.045-.454-.091a11.869,11.869,0,0,0,1.384,2.383c.34-.431.658-.84,1-1.248a1.489,1.489,0,0,1,2.632,1.021c0,.522-.023,1.044,0,1.566a3.462,3.462,0,0,0,.182.84.957.957,0,0,0,1.271.635.914.914,0,0,0,.7-1.248,5.622,5.622,0,0,0-.613-1.293c-.318-.545-.7-1.067-1.067-1.611a6.682,6.682,0,0,1-1.021-2.5,2.674,2.674,0,0,1,1.634-2.9,3.975,3.975,0,0,1,3.018-.068,1.457,1.457,0,0,1,.84,1.838,1.482,1.482,0,0,1-1.793.976c-.2-.045-.408-.068-.635-.113A1.394,1.394,0,0,1,94.353,134.236Zm10.6,3.154c.045.25.068.545.113.817.091.5.386.613.817.34a1.2,1.2,0,0,0,.318-.272,7.82,7.82,0,0,0,.59-.635,6.4,6.4,0,0,0,1.77-4.266,3.378,3.378,0,0,0-.318-1.43.6.6,0,0,0-.976-.227,2.371,2.371,0,0,0-.477.477A9.25,9.25,0,0,0,104.951,137.39ZM117,132.829c-.023.522.2.658.522.5a1.586,1.586,0,0,0,.386-.3c.794-.862,1.566-1.725,2.36-2.587a2.443,2.443,0,0,0,.408-.545c.2-.318.045-.794-.272-.817a1.376,1.376,0,0,0-.681.068A4.382,4.382,0,0,0,117,132.829Z' transform='translate(-58.028 -91.121)'/%3E %3Cpath id='Path_3' data-name='Path 3' class='cls-1' d='M107.23,197.448c-.5.091-.953.182-1.43.272-2.723.522-5.469,1.044-8.192,1.566-3.086.59-6.195,1.18-9.281,1.77-2.451.454-4.9.93-7.33,1.384l-7.9,1.5c-2.723.522-5.446,1.021-8.169,1.543s-5.446,1.044-8.169,1.543c-2.428.454-4.879.93-7.307,1.384-1.952.363-3.9.749-5.832,1.112a1.689,1.689,0,1,1-.658-3.313c2.5-.477,5.015-.953,7.534-1.43,2.814-.545,5.628-1.067,8.464-1.611,2.814-.545,5.628-1.067,8.464-1.611,2.61-.5,5.219-1,7.851-1.5s5.287-1,7.92-1.5c2.814-.545,5.628-1.067,8.464-1.611,2.927-.545,5.832-1.112,8.759-1.657,2.723-.522,5.446-1.021,8.169-1.566a1.687,1.687,0,0,1,2.088.976,3.221,3.221,0,0,1,.136,1.044,42.086,42.086,0,0,1-.658,5.832,43.844,43.844,0,0,1-39.666,35.967,42.009,42.009,0,0,1-6.966.023,43.938,43.938,0,0,1-33.766-20.219,1.714,1.714,0,0,1,.2-2.2,1.683,1.683,0,0,1,2.156-.159,2.171,2.171,0,0,1,.522.59A40.591,40.591,0,0,0,56.65,233.006a39.715,39.715,0,0,0,6.921,1.157,40.623,40.623,0,0,0,6.218.023,40.566,40.566,0,0,0,35.627-27.707,38.455,38.455,0,0,0,1.725-7.647c.045-.431.113-.862.159-1.293C107.253,197.584,107.253,197.539,107.23,197.448Z' transform='translate(-22.616 -149.726)'/%3E %3Cpath id='Path_4' data-name='Path 4' class='cls-1' d='M98.773,51.672a5.006,5.006,0,0,1-1.157.113,1.642,1.642,0,0,1-1.271-2.36,36.073,36.073,0,0,1,2.9-5.378,23.073,23.073,0,0,1,4.652-5.4,10.349,10.349,0,0,1,4.425-2.292,8.3,8.3,0,0,1,6.49,1.2,11.641,11.641,0,0,1,1.362,1,1.668,1.668,0,0,1-.136,2.814c-.023.023-.045.023-.023.023.136.363.295.7.386,1.044a1.348,1.348,0,0,1-.227,1.089,129.633,129.633,0,0,1-9.894,13.638,27.2,27.2,0,0,1-3.222,3.245,1.855,1.855,0,0,1-1.7.431,1.539,1.539,0,0,1-1.157-1.18,1.509,1.509,0,0,1,.454-1.634c3.041-2.519,5.265-5.741,7.579-8.873.794-1.067,1.52-2.156,2.292-3.245.023-.045.045-.091.113-.2-.454.2-.84.363-1.225.545a17.03,17.03,0,0,0-7.012,5.968,13.244,13.244,0,0,0-2,4.9c-.045.2-.045.386-.091.59a1.68,1.68,0,0,1-1.634,1.43,1.6,1.6,0,0,1-1.657-1.384,7.578,7.578,0,0,1,.182-1.883,15.5,15.5,0,0,1,1.5-4.085A.332.332,0,0,0,98.773,51.672Zm15.181-10.6a8.447,8.447,0,0,0-.7-.5,5.068,5.068,0,0,0-5.4-.5,10.734,10.734,0,0,0-3.29,2.587,29.251,29.251,0,0,0-4.516,6.83c-.023.068-.045.136-.068.227C103.47,44.978,108.327,42.482,113.954,41.075Z' transform='translate(-74.202 -27.936)'/%3E %3Cpath id='Path_5' data-name='Path 5' class='cls-1' d='M214.337,46.465c-.635-3.29-2.315-5.764-5.582-6.989a13.466,13.466,0,0,0-4.13-.794,19.275,19.275,0,0,0-5.106.431,1.671,1.671,0,0,1-1.974-1.271,1.634,1.634,0,0,1,1.2-2,25.222,25.222,0,0,1,3.154-.477,23.045,23.045,0,0,1,3.54,0,13.63,13.63,0,0,1,8.623,3.472,11.784,11.784,0,0,1,3.2,5.355,16.579,16.579,0,0,1,.658,3.79,1.644,1.644,0,0,1-1.452,1.838,1.021,1.021,0,0,0-.182.045c.068.136.113.272.182.408.295.658.567,1.316.862,1.974a1.7,1.7,0,0,1-1.657,2.428h-.159a3.659,3.659,0,0,1,.272.794,1.7,1.7,0,0,1-2.042,1.974,11.457,11.457,0,0,1-4.788-2.065,29.407,29.407,0,0,1-5.4-5.083,65.711,65.711,0,0,1-5.628-7.829,1.748,1.748,0,0,1,1.248-2.723,14.275,14.275,0,0,1,8.668,1.2A16.535,16.535,0,0,1,214,46.192c.091.113.182.25.272.363A.154.154,0,0,1,214.337,46.465Zm.136,7.693c-.136-.318-.25-.545-.34-.772a22.191,22.191,0,0,0-3.086-5.56,12.1,12.1,0,0,0-7.625-4.811c-.363-.068-.726-.091-1.18-.136.091.159.136.227.182.295.567.794,1.089,1.588,1.679,2.337a37.448,37.448,0,0,0,5.809,6.331,10.426,10.426,0,0,0,3.336,2.02C213.611,53.976,214.02,54.044,214.474,54.157Z' transform='translate(-152.528 -27.29)'/%3E %3Cpath id='Path_6' data-name='Path 6' class='cls-1' d='M196.523,251.116a1.7,1.7,0,0,1,1.407-1.77,1.612,1.612,0,0,1,1.906,1.293,14.334,14.334,0,0,1,.136,1.7c.136,1.838.25,3.676.363,5.514.091,1.293.182,2.61.295,3.9.113,1.361.227,2.723.363,4.085.113,1.112.2,2.224.34,3.336a15,15,0,0,0,.522,3.018,1.653,1.653,0,0,1-1,2.042,1.634,1.634,0,0,1-2.133-.84,6.269,6.269,0,0,1-.477-1.838c-.272-2.156-.522-4.289-.726-6.445-.2-2.065-.34-4.107-.5-6.172-.182-2.542-.363-5.083-.522-7.625A.628.628,0,0,0,196.523,251.116Z' transform='translate(-151.755 -192.752)'/%3E %3Cpath id='Path_7' data-name='Path 7' class='cls-1' d='M174.291,270.274c-.091,1.815-.182,4.243-.363,6.671a31.9,31.9,0,0,1-.7,5.492,8.192,8.192,0,0,1-.567,1.634,1.838,1.838,0,0,1-1.384,1.112,1.623,1.623,0,0,1-1.634-.681,1.541,1.541,0,0,1-.113-1.77,4.037,4.037,0,0,0,.545-1.747c.182-1.611.386-3.2.5-4.811.159-2.632.25-5.265.363-7.9.045-1.021.023-2.042.045-3.086a1.721,1.721,0,0,1,.93-1.657,1.67,1.67,0,0,1,2.451,1.5C174.359,266.575,174.314,268.118,174.291,270.274Z' transform='translate(-130.727 -203.582)'/%3E %3Cpath id='Path_8' data-name='Path 8' class='cls-1' d='M194.7,86.976v-1.77a1.668,1.668,0,0,1,1.43-1.657,1.623,1.623,0,0,1,1.861,1.293c.091.477.068.953.113,1.43.113,1.952.182,3.9.34,5.855.091,1.248.272,2.5.431,3.744a1.685,1.685,0,0,0,.227.613,1.721,1.721,0,0,1-.34,2.11,1.739,1.739,0,0,1-2.133.091,2.173,2.173,0,0,1-.862-1.452c-.2-1.112-.431-2.2-.545-3.313-.182-1.7-.272-3.426-.386-5.151-.045-.59,0-1.2,0-1.793Z' transform='translate(-150.364 -64.579)'/%3E %3Cpath id='Path_9' data-name='Path 9' class='cls-1' d='M174.781,99.476c.023-.794.068-2.247.113-3.7a1.692,1.692,0,1,1,3.381.113c-.045,2.723-.091,5.446-.113,8.169a9.159,9.159,0,0,0,.159,1.566,1.707,1.707,0,0,1-1.2,2,1.651,1.651,0,0,1-2.042-1.135,11.434,11.434,0,0,1-.272-2.156C174.758,102.926,174.781,101.519,174.781,99.476Z' transform='translate(-134.96 -72.745)'/%3E %3Cpath id='Path_10' data-name='Path 10' class='cls-1' d='M188.214,155.126a.984.984,0,0,1-.091.431,8.214,8.214,0,0,1-.84,1.271,1.444,1.444,0,0,1-1.883.045,1.5,1.5,0,0,1-.363-1.906,5.757,5.757,0,0,1,.522-.772,1.491,1.491,0,0,1,2.655.93Z' transform='translate(-142.744 -118.773)'/%3E %3Cpath id='Path_11' data-name='Path 11' class='cls-1' d='M95.658,174.164a8.72,8.72,0,0,1-.318.817,4.1,4.1,0,0,1-.431.658,1.492,1.492,0,0,1-2.473-1.657,5,5,0,0,1,.477-.726,1.52,1.52,0,0,1,1.7-.522,1.475,1.475,0,0,1,.976,1.407C95.612,174.141,95.635,174.164,95.658,174.164Z' transform='translate(-71.154 -133.477)'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
button {
  cursor: pointer;
  color: #000;
  background: transparent;
}
button.simple {
  border: 1px solid #000;
  padding: 14px 10px 10px;
  font-family: 'Bebas Neue';
  font-size: 16px;
  line-height: 19px;
  font-weight: normal;
  border-radius: 0;
}
button.simple.white {
  border-color: #fff;
  color: #fff;
}
button.text {
  font-family: 'Bebas Neue';
  font-size: 18px;
  line-height: 23px;
  font-weight: normal;
  text-transform: capitalize;
  border: 0;
  border-bottom: 1px solid rgba(0,0,0,0.3);
}
input {
  color: #000;
  background: transparent;
}
input[type=submit] {
  border: 1px solid #000;
  padding: 14px 10px 10px;
  font-family: 'Bebas Neue';
  font-size: 16px;
  line-height: 19px;
  font-weight: normal;
  border-radius: 0;
}
input[type=submit].white {
  border-color: #fff;
  color: #fff;
}
input:not([type=submit]) {
  font-family: 'GillSans';
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
  padding: 12px 3px;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
}
input:not([type=submit]).error {
  border-color: #ff001d;
}
textarea {
  font-family: 'GillSans';
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
  padding: 12px 3px;
  text-transform: capitalize;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  background: transparent;
}
.popup.mfp-bg {
  opacity: 1;
  background: #505050;
}
.popup button.mfp-close {
  top: 64px;
  left: calc(50% - 11px);
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 22px;
  height: 22px;
  opacity: 1;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E %3Cg id='Сгруппировать_117' data-name='Сгруппировать 117' transform='translate(-1271.935 -31.849)'%3E %3Cpath id='Контур_22' data-name='Контур 22' d='M.958.118,27.676,0a.944.944,0,0,1,.95.95.965.965,0,0,1-.958.959L.95,2.027A.944.944,0,0,1,0,1.076.965.965,0,0,1,.958.118Z' transform='matrix(0.719, -0.695, 0.695, 0.719, 1271.935, 52.064)' fill='%23f4f5f6'/%3E %3Cpath id='Контур_21' data-name='Контур 21' d='M.958.118,27.676,0a.944.944,0,0,1,.95.95.965.965,0,0,1-.958.959L.95,2.027A.944.944,0,0,1,0,1.077.965.965,0,0,1,.958.118Z' transform='matrix(-0.695, -0.719, 0.719, -0.695, 1292.149, 53.85)' fill='%23f4f5f6'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.popup .mfp-content {
  width: auto;
}
.popup .mfp-container {
  padding: 0;
}
.popup .mfp-container .popup__content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer_content {
  padding: 56px 0;
  text-align: center;
}
footer .footer_content .contacts .title {
  font-family: 'Bebas Neue';
  font-size: 32px;
  line-height: 38px;
  font-weight: bold;
}
footer .footer_content .contacts .info {
  margin-top: 8px;
  font-family: 'Bebas Neue';
  font-size: 24px;
  line-height: 29px;
  font-weight: normal;
}
footer .footer_content .socials {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .footer_content .socials .icon {
  width: 32px;
  height: 32px;
}
footer .footer_content .action__block {
  margin-top: 16px;
}
footer .footer_content .action__block button {
  width: 184px;
}
footer .footer_content .requisites {
  margin-top: 24px;
  pointer-events: none;
  text-decoration: none;
  color: inherit;
  font-family: 'GillSans';
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
}
footer .footer_content .request_form__block {
  display: none;
}
footer .footer_content .credits {
  margin-top: 16px;
  font-family: 'Bebas Neue';
  font-size: 16px;
  line-height: 19px;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer_content .credits .logo {
  width: 100px;
  height: 100px;
}
footer .footer_content .credits .bottom {
  margin-top: 8px;
}
@media (min-width: 1024px) {
  footer .footer_content {
    padding: 56px 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
  }
  footer .footer_content .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footer_content .content .contacts .info {
    margin-top: 32px;
  }
  footer .footer_content .content .action__block {
    display: none;
  }
  footer .footer_content .content .socials {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 16px;
  }
  footer .footer_content .request_form__block {
    display: block;
  }
  footer .footer_content .request_form__block .request_form {
    max-width: 354px;
  }
  footer .footer_content .credits {
    margin-bottom: 40px;
    text-align: center;
  }
}
header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 24px;
  width: 100%;
}
header .logo {
  width: 82px;
  height: 50px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='22' height='13.999999999999998' xmlns='http://www.w3.org/2000/svg'%3E %3C!-- Created with Method Draw - http://github.com/duopixel/Method-Draw/ --%3E %3Cg%3E %3Ctitle%3Ebackground%3C/title%3E %3Crect fill='none' id='canvas_background' height='16' width='24' y='-1' x='-1'/%3E %3Cg display='none' overflow='visible' y='0' x='0' height='100%25' width='100%25' id='canvasGrid'%3E %3Crect fill='url(%23gridpattern)' stroke-width='0' y='0' x='0' height='100%25' width='100%25'/%3E %3C/g%3E %3C/g%3E %3Cg%3E %3Ctitle%3ELayer 1%3C/title%3E %3Cg id='svg_33'%3E %3Cg transform='matrix(0.056433757245528904,0,0,0.056433757245528904,0,0) ' id='svg_6'/%3E %3Cg transform='matrix(0.056433757245528904,0,0,0.056433757245528904,0,0) ' id='svg_5'%3E %3Cg id='svg_8'%3E %3Cg id='svg_9'%3E %3Cpath id='svg_10' d='m199.63898,220.72925l-92.5,-12.7l12.7,-92.5l92.5,12.7l-12.7,92.5zm-82.4,-20.4l74.6,10.3l10.3,-74.6l-74.6,-10.3l-10.3,74.6z'/%3E %3C/g%3E %3C/g%3E %3Cg id='svg_11'%3E %3Cg id='svg_12'%3E %3Cpath id='svg_13' d='m201.63898,232.22925l-48.1,-80l80,-48.1l48.1,80l-80,48.1zm-35.7,-76.9l38.8,64.5l64.5,-38.8l-38.8,-64.6l-64.5,38.9z'/%3E %3C/g%3E %3C/g%3E %3Cg id='svg_14'%3E %3Cg id='svg_15'%3E %3Cpath id='svg_16' d='m72.43898,166.92925l0.6,10.1l-46.6,2.8l47.6,14l0.5,8.7l-45.5,20l46.6,-2.8l0.6,10l-60.4,3.7l-0.9,-14.8l46.2,-19.7l-48.2,-13.4l-0.9,-14.8l60.4,-3.8z'/%3E %3C/g%3E %3Cg id='svg_17'%3E %3Cpath id='svg_18' d='m43.53898,104.82925l-12.4,30.7l14.9,6l11.5,-28.5l8,3.2l-11.5,28.5l16.6,6.7l12.6,-31.1l8.4,3.4l-16.6,40.9l-56.1,-22.7l16.3,-40.4l8.3,3.3z'/%3E %3C/g%3E %3Cg id='svg_19'%3E %3Cpath id='svg_20' d='m68.53898,60.72925c7.6,-7.8 17.4,-11.5 26.3,-2.8c5.2,5.1 6.5,11.5 3.6,17.6c6.6,-4.3 11.4,-0.8 16.1,3.2c5.6,4.6 9.3,8.1 13,8.2l-8,8.1c-2.7,-0.5 -5.7,-3.4 -10,-7c-7.2,-6.2 -11.3,-6.9 -18.5,0.4l-9.9,10.1l17.9,17.5l-7.4,7.5l-43.3,-42.3l20.2,-20.5zm7,32.3l9.8,-10c4.9,-5 9,-10.7 2.8,-16.7c-5.7,-5.6 -11,-2 -15.4,2.5l-10.8,11l13.6,13.2z'/%3E %3C/g%3E %3Cg id='svg_21'%3E %3Cpath id='svg_22' d='m151.43898,79.92925c-15.9,6.3 -30.9,-1.3 -38,-19.1c-6.3,-16 -1.9,-33.3 15.2,-40c11.2,-4.4 24.1,-2.4 31.1,9.9l-9.8,3.9c-4,-6.3 -10.9,-8.2 -18.2,-5.3c-11.9,4.7 -12.5,17.3 -8.4,27.6c4.1,10.4 12.9,19.3 24.9,14.5c9.2,-3.6 11,-11.4 8.7,-20.1l9.9,-3.9c4.5,14.1 -1.3,26.9 -15.4,32.5z'/%3E %3C/g%3E %3Cg id='svg_23'%3E %3Cpath id='svg_24' d='m224.13898,72.12925l-10.6,-0.6l1.5,-27.2l-27.7,-1.5l-1.5,27.2l-10.6,-0.6l3.3,-60.4l10.6,0.6l-1.3,24l27.7,1.5l1.3,-24l10.6,0.6l-3.3,60.4z'/%3E %3C/g%3E %3Cg id='svg_25'%3E %3Cpath id='svg_26' d='m282.83898,89.22925l2,18.3l-9.8,-6.7l-0.8,-8.8c-7.4,2.1 -13.7,0.5 -18.6,-2.9c-8.6,-5.8 -12.1,-15.9 -5.8,-25.1c4.7,-7 13.4,-8.5 21.5,-7.2c-0.6,-6.7 0.1,-10.9 2.5,-14.4c4.4,-6.5 12.7,-7.6 19.9,-2.7c7,4.8 8.9,12.9 4.5,19.3c-4.1,6 -10.7,7.5 -17.6,6.8l1.2,14.7c2.4,-1.4 4.5,-3.5 6.4,-5.6l7,4.8c-3,3.8 -7.7,7.7 -12.4,9.5zm-25.1,-20.1c-3,4.4 -1.8,10.5 2.8,13.6c4.1,2.8 8.6,2.5 13,0.9l-1.6,-18.9c-5.1,-0.3 -10.9,-0.4 -14.2,4.4zm33.3,-14.7c2.1,-3.1 1.5,-6.8 -1.4,-8.8c-3,-2 -6.6,-1.4 -8.5,1.4c-1.9,2.7 -1.4,7.4 -1.2,10.6l0,0.5c5.9,0.5 9.1,-0.7 11.1,-3.7z'/%3E %3C/g%3E %3Cg id='svg_27'%3E %3Cpath id='svg_28' d='m297.63898,130.52925l-5.8,-9l51,-32.6l5.8,9l-51,32.6z'/%3E %3C/g%3E %3Cg id='svg_29'%3E %3Cpath id='svg_30' d='m307.83898,158.42925c-4.8,-16.4 4.2,-30.7 22.5,-36c16.5,-4.8 33.3,1.2 38.4,18.8c3.4,11.6 0.1,24.2 -12.8,30.1l-2.9,-10.1c6.6,-3.4 9.2,-10.1 7,-17.6c-3.6,-12.2 -16,-14 -26.7,-10.9c-10.8,3.1 -20.4,11.1 -16.8,23.5c2.8,9.5 10.3,12 19.2,10.5l3,10.2c-14.5,3.1 -26.7,-3.9 -30.9,-18.5z'/%3E %3C/g%3E %3Cg id='svg_31'%3E %3Cpath id='svg_32' d='m361.53898,232.72925l3.7,-32.9l-16,-1.8l-3.4,30.5l-8.5,-1l3.4,-30.5l-17.7,-2l-3.8,33.4l-9,-1l5,-43.8l60.1,6.8l-4.9,43.3l-8.9,-1z'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
header .menu {
  position: absolute;
  padding-top: 24px;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 8%;
}
@media (min-width: 1024px) {
  header {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 64px 16px 0;
  }
  header .logo {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='10' xmlns='http://www.w3.org/2000/svg'%3E %3C!-- Created with Method Draw - http://github.com/duopixel/Method-Draw/ --%3E %3Cg%3E %3Ctitle%3Ebackground%3C/title%3E %3Crect fill='none' id='canvas_background' height='12' width='14' y='-1' x='-1'/%3E %3Cg display='none' overflow='visible' y='0' x='0' height='100%25' width='100%25' id='canvasGrid'%3E %3Crect fill='url(%23gridpattern)' stroke-width='0' y='0' x='0' height='100%25' width='100%25'/%3E %3C/g%3E %3C/g%3E %3Cg%3E %3Ctitle%3ELayer 1%3C/title%3E %3Cg id='svg_22'%3E %3Cg transform='matrix(0.056433757245528904,0,0,0.056433757245528904,0,0) ' id='svg_6'/%3E %3Cg transform='matrix(0.056433757245528904,0,0,0.056433757245528904,0,0) ' id='svg_5'%3E %3Cg id='svg_8'%3E %3Cg id='svg_9'%3E %3Cpath id='svg_10' d='m113.66016,143.31818l-97.3,-13.4l13.4,-97.3l97.3,13.4l-13.4,97.3zm-87.1,-21.1l79.4,10.9l10.9,-79.4l-79.4,-10.9l-10.9,79.4z'/%3E %3C/g%3E %3C/g%3E %3Cg id='svg_11'%3E %3Cg id='svg_12'%3E %3Cpath id='svg_13' d='m116.16016,155.31818l-50.6,-84.1l84.1,-50.6l50.6,84.1l-84.1,50.6zm-38.2,-81.1l41.3,68.7l68.7,-41.3l-41.3,-68.7l-68.7,41.3z'/%3E %3C/g%3E %3C/g%3E %3Cg id='svg_14'%3E %3Cg id='svg_15'%3E %3Cpath id='svg_16' d='m80.66016,86.21818l-10.9,21.3l-10.2,-49.2l-14.7,-2.1l-8.4,59.9l9.9,1.4l6.5,-46.2l10.6,48.6l8.6,1.2l13.5,-25.6c-1.9,-3 -3.7,-6.1 -4.9,-9.3z'/%3E %3C/g%3E %3Cg id='svg_17'%3E %3Cpath id='svg_18' d='m91.46016,104.51818l-2.7,18.9l10,1.4l0.7,-4.8c-2.6,-5.2 -5.1,-10.5 -8,-15.5z'/%3E %3C/g%3E %3C/g%3E %3Cg id='svg_19'%3E %3Cg id='svg_20'%3E %3Cpath id='svg_21' d='m122.16016,63.11818c-1.3,4.4 -3.2,8.5 -4.6,12.8l25.9,41.5l9.1,-5.7l-30.4,-48.6z'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  }
  header .menu {
    position: relative;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000;
  }
}
.menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu .menu_content {
  display: none;
}
.menu .action__block button {
  width: 184px;
}
@media (min-width: 1024px) {
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu .menu_button {
    display: none;
  }
  .menu .menu_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .menu .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu .list .item {
    display: block;
    border-bottom: 1px solid rgba(0,0,0,0.3);
    font-family: 'Bebas Neue';
    font-size: 18px;
    line-height: 23px;
    font-weight: normal;
  }
  .menu .list .item ~ .item {
    margin-left: 32px;
  }
  .menu .action__block {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .menu .info {
    margin: 0 24px 0 32px;
  }
  .menu .info .phone {
    font-family: 'Bebas Neue';
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
  }
  .menu .info .email {
    font-family: 'Bebas Neue';
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
  }
}
@media (min-width: 1366px) {
  .menu .info {
    margin: 0 56px 0 64px;
  }
}
.request_form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.request_form form .title {
  font-family: 'Bebas Neue';
  font-size: 32px;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
}
.request_form form .common {
  margin: 8px 0;
}
.request_form form .input ~ .input {
  margin-top: 16px;
}
.request_form form input {
  width: 100%;
}
.request_form form textarea {
  width: 100%;
  resize: none;
}
.request_form form .error_text {
  display: none;
  color: #ff001d;
  margin-top: 8px;
  font-family: 'GillSans';
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
}
.request_form .submit__block {
  margin-top: 16px;
}
.request_form .submit__block input {
  width: 100%;
}
.request_form .submit__block .tip {
  text-align: center;
  margin-top: 4px;
  font-family: 'GillSans';
  font-size: 11px;
  line-height: 13px;
  font-weight: normal;
  opacity: 0.5;
}
.request_form .success {
  display: none;
  height: 238px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.request_form .success .caption {
  font-family: 'Bebas Neue';
  font-size: 32px;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 440px) {
  .request_form form .common {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 8px;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
#menu_popup .logo {
  width: 100px;
  height: 50px;
  margin: 0 auto;
}
#menu_popup .menu .menu_button {
  display: none;
}
#menu_popup .menu .menu_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
#menu_popup .menu .menu_content .list {
  margin-top: 32px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#menu_popup .menu .menu_content .list .item {
  font-family: 'Bebas Neue';
  font-size: 24px;
  line-height: 29px;
  font-weight: normal;
  color: #fff;
  border: none;
}
#menu_popup .menu .menu_content .list .item ~ .item {
  margin-top: 16px;
}
#menu_popup .menu .menu_content .action__block {
  margin-top: 24px;
}
#menu_popup .menu .menu_content .action__block button {
  width: 184px;
  border-color: #fff;
  color: #fff;
}
#menu_popup .menu .menu_content .info {
  margin-top: 24px;
  text-align: center;
}
#menu_popup .menu .menu_content .info .phone {
  font-family: 'Bebas Neue';
  font-size: 24px;
  line-height: 29px;
  font-weight: normal;
  color: #fff;
}
#menu_popup .menu .menu_content .info .email {
  margin-top: 4px;
  font-family: 'Bebas Neue';
  font-size: 18px;
  line-height: 23px;
  font-weight: normal;
  color: #fff;
}
#request_form_popup .request_form {
  background: #f4f5f6;
  width: 100%;
  max-width: 440px;
  padding: 32px 48px;
}
@media (min-width: 440px) {
  #request_form_popup .request_form {
    width: 440px;
  }
}
section.home .block .title {
  font-family: 'Bebas Neue';
  font-size: 32px;
  line-height: 38px;
  font-weight: bold;
  color: #000;
  margin-bottom: 8px;
  text-align: center;
}
section.home .block.intro {
  height: 100vh;
  position: relative;
}
section.home .block.intro .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 0;
  height: 100%;
  background: transparent;
}
section.home .block.intro .background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
  opacity: 0.2;
}
section.home .block.intro .banner {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
section.home .block.intro .banner .caption {
  font-family: 'Bebas Neue';
  font-size: 23px;
  line-height: 28px;
  font-weight: bold;
  color: #000;
  text-align: center;
}
section.home .block.intro .banner .caption span.br1 {
  display: none;
}
section.home .block.intro .banner .subtitle {
  margin-top: 16px;
  font-family: 'GillSans';
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
}
section.home .block.intro .banner .action__block {
  margin-top: 64px;
}
section.home .block.intro .banner .action__block button {
  width: 184px;
}
section.home .block.intro .icon.arrow_black {
  width: 8px;
  height: 24px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  bottom: 24px;
}
section.home .block.products {
  margin-top: 40px;
}
section.home .block.products .gallery {
  border-radius: 16px;
  background: #fff;
  height: 461px;
  width: 100%;
  overflow-y: scroll;
}
section.home .block.products .gallery::-webkit-scrollbar {
  width: 6px;
}
section.home .block.products .gallery::-webkit-scrollbar-track {
  background: transparent;
}
section.home .block.products .gallery::-webkit-scrollbar-thumb {
  background: #d5d5d5;
  border-radius: 6px;
  border: 1px solid #fff;
}
section.home .block.products .gallery img {
  width: 100%;
}
section.home .block.products .content {
  margin-top: 24px;
}
section.home .block.products .content ul {
  font-family: 'GillSans';
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
}
section.home .block.products .content ul li ~ li {
  margin-top: 6px;
}
section.home .block.products .content .options {
  margin-top: 24px;
}
section.home .block.products .content .options .option ~ .option {
  margin-top: 8px;
}
section.home .block.products .content .options .option {
  border: 1px dashed #d5d5d5;
  border-radius: 36px;
  padding: 16px 12px 16px 64px;
}
section.home .block.products .content .options .option .icon {
  width: 24px;
  height: 32px;
  position: absolute;
  left: -40px;
  -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
          transform: scale(1.4);
}
section.home .block.products .content .options .option .caption {
  position: relative;
  font-family: 'GillSans';
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
}
section.home .block.portfolio {
  margin-top: 40px;
}
section.home .block.portfolio .title__block .action__block {
  display: none;
}
section.home .block.portfolio .gallery {
  width: calc(100% + 72px);
  margin: 0 -36px;
  font-size: 0;
}
section.home .block.portfolio .gallery .current .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 16%;
  min-width: 8px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
section.home .block.portfolio .gallery .current .slick-arrow .icon {
  width: 8px;
  height: 24px;
}
section.home .block.portfolio .gallery .current .slick-arrow.next {
  right: 0;
  padding-right: 28px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
section.home .block.portfolio .gallery .current .slick-arrow.prev {
  left: 0;
  padding-left: 28px;
}
section.home .block.portfolio .gallery .current .slick-arrow.prev .icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
section.home .block.portfolio .gallery .current .item {
  position: relative;
}
section.home .block.portfolio .gallery .current .item .bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 64px;
  padding-top: 24px;
  text-align: center;
}
section.home .block.portfolio .gallery .current .item .bar::before {
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.3;
  z-index: -1;
}
section.home .block.portfolio .gallery .current .item .bar .caption {
  font-family: 'Bebas Neue';
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
  color: #fff;
}
section.home .block.portfolio .gallery .current .item .bar button {
  display: none;
}
section.home .block.portfolio > .action__block {
  margin-top: 16px;
  text-align: center;
}
section.home .block.portfolio > .action__block button {
  width: 184px;
}
section.home .block.partners {
  margin-top: 40px;
}
section.home .block.partners .slider {
  font-size: 0;
  overflow-x: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 36px;
}
section.home .block.partners .slider::-webkit-scrollbar {
  display: none;
}
section.home .block.partners .slider::after {
  content: ' ';
  min-width: 36px;
  width: 36px;
}
section.home .block.partners .slider .item ~ .item {
  margin-left: 24px;
}
section.home .block.partners .slider .item {
  width: 100%;
}
section.home .block.partners .slider img {
  width: auto;
  height: 40px;
}
section.home .block.terms {
  margin-top: 40px;
}
section.home .block.terms .content__block {
  position: relative;
  background: #a080b9;
}
section.home .block.terms .background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
section.home .block.terms .content {
  padding: 24px 12px 24px;
}
section.home .block.terms .content .conditions {
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 48px 24px 16px;
}
section.home .block.terms .content .conditions .shade {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.3;
  border-radius: 8px;
}
section.home .block.terms .content .conditions .condition ~ .condition {
  margin-top: 16px;
}
section.home .block.terms .content .conditions .condition {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.home .block.terms .content .conditions .condition .icon__wrap {
  background: rgba(255,255,255,0.5);
  width: 48px;
  min-width: 48px;
  height: 48px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0;
  margin-right: 16px;
}
section.home .block.terms .content .conditions .condition .icon {
  width: 32px;
  height: 32px;
}
section.home .block.terms .content .conditions .condition .icon.time {
  -webkit-transform: translateX(-2px);
      -ms-transform: translateX(-2px);
          transform: translateX(-2px);
}
section.home .block.terms .content .conditions .condition .icon.price {
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
}
section.home .block.terms .content .conditions .condition .icon.quality {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}
section.home .block.terms .content .conditions .condition .caption {
  font-family: 'Bebas Neue';
  font-size: 24px;
  line-height: 29px;
  font-weight: bold;
}
section.home .block.terms .content .conditions .condition .description {
  font-family: 'GillSans';
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
}
section.home .block.terms .content .steps {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 64px;
}
section.home .block.terms .content .steps .step ~ .step {
  margin-top: 24px;
}
section.home .block.terms .content .steps .step {
  padding-left: 34px;
  position: relative;
}
section.home .block.terms .content .steps .step .description {
  font-family: 'GillSans';
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
  color: #fff;
}
section.home .block.terms .content .steps .step .icon {
  width: 26px;
  height: 71px;
  position: absolute;
  top: -19px;
  left: 0;
}
section.home .block.terms .content .steps .step .icon.l4 {
  top: -30px;
}
section.home .block.terms .content .steps .step .icon.l6 {
  top: -30px;
}
@media (min-width: 420px) {
  section.home .block.intro .banner .caption {
    font-family: 'Bebas Neue';
    font-size: 32px;
    line-height: 38px;
    font-weight: bold;
  }
  section.home .block.intro .banner .caption span.br2 {
    display: none;
  }
  section.home .block.products .content .options .option .caption {
    font-family: 'GillSans';
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
  }
}
@media (min-width: 454px) {
  section.home .block.intro .banner .caption span.br1 {
    display: inline;
  }
}
@media (min-width: 1024px) {
  section.home .block .title {
    text-align: left;
    margin-left: 32px;
    margin-bottom: 16px;
  }
  section.home .block.intro {
    padding: 0;
  }
  section.home .block.intro .banner {
    max-width: 640px;
  }
  section.home .block.products {
    display: grid;
    grid-template-columns: 40% auto;
    grid-column-gap: 40px;
    grid-template-areas: "title gallery" "content gallery";
  }
  section.home .block.products .gallery {
    grid-area: gallery;
    max-width: 765px;
    height: 498px;
  }
  section.home .block.products .content {
    margin-left: 32px;
  }
  section.home .block.products .content .options {
    margin-left: -32px;
  }
  section.home .block.products .content .options .option ~ .option {
    margin-top: 16px;
  }
  section.home .block.portfolio {
    width: 100%;
    margin: 64px 0 0;
  }
  section.home .block.portfolio > .action__block {
    display: none;
  }
  section.home .block.portfolio .title__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 24px;
  }
  section.home .block.portfolio .title__block .title {
    margin-bottom: 0;
  }
  section.home .block.portfolio .title__block .action__block {
    display: block;
    margin-left: 24px;
    margin-top: -8px;
  }
  section.home .block.portfolio .title__block .action__block button {
    width: 184px;
  }
  section.home .block.portfolio .gallery {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    margin: 0;
  }
  section.home .block.portfolio .gallery .current .item .bar {
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 24px 72px;
  }
  section.home .block.portfolio .gallery .current .item .bar button {
    display: block;
    font-family: 'Bebas Neue';
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    color: #fff;
    border-bottom: none;
  }
  section.home .block.portfolio .gallery .status {
    position: absolute;
    bottom: 80px;
    padding-left: 72px;
    font-family: 'Bebas Neue';
    font-size: 16px;
    line-height: 19px;
    font-weight: normal;
    color: #fff;
  }
  section.home .block.partners {
    margin-top: 80px;
  }
  section.home .block.partners .slider {
    padding: 0 72px;
  }
  section.home .block.partners .slider::after {
    display: none;
  }
  section.home .block.partners .slider .item ~ .item {
    margin-left: 48px;
  }
  section.home .block.terms {
    margin-top: 72px;
  }
  section.home .block.terms .content {
    padding: 56px 72px 64px;
  }
  section.home .block.terms .content .conditions {
    padding: 48px 64px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 48px;
    grid-column-gap: 48px;
  }
  section.home .block.terms .content .conditions .condition ~ .condition {
    margin-top: 0;
  }
  section.home .block.terms .content .steps {
    margin-top: 40px;
    padding: 0 8px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 32px;
    grid-row-gap: 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  section.home .block.terms .content .steps .step {
    width: auto;
  }
  section.home .block.terms .content .steps .step ~ .step {
    margin-top: 0;
  }
}
section.portfolio .title {
  margin-top: 48px;
  margin-bottom: 8px;
  text-align: center;
  font-family: 'Bebas Neue';
  font-size: 32px;
  line-height: 38px;
  font-weight: bold;
}
section.portfolio .project_list {
  width: calc(100% + 72px);
  margin: 0 -36px;
  font-size: 0;
}
section.portfolio .project_list .item {
  position: relative;
}
section.portfolio .project_list .item .date {
  display: none;
}
section.portfolio .project_list .item .bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px 0;
  text-align: center;
  z-index: 0;
}
section.portfolio .project_list .item .bar::before {
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.3;
  z-index: -1;
}
section.portfolio .project_list .item .bar .caption {
  font-family: 'Bebas Neue';
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
  color: #fff;
}
section.portfolio .project_list .item .bar button {
  display: none;
}
@media (min-width: 1024px) {
  section.portfolio .title {
    text-align: left;
    margin-left: 32px;
    margin-bottom: 16px;
  }
  section.portfolio .project_list {
    width: 100%;
    margin: 0;
  }
  section.portfolio .project_list .year__block .list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
  section.portfolio .project_list .item {
    border-radius: 8px;
    overflow: hidden;
  }
  section.portfolio .project_list .item .bar {
    text-align: left;
    padding: 24px 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  section.portfolio .project_list .item .bar button {
    display: block;
    min-width: 88px;
    font-family: 'Bebas Neue';
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    color: #fff;
    border-bottom: none;
  }
  section.portfolio .project_list .item .date {
    display: block;
    position: absolute;
    bottom: 72px;
    left: 0;
    padding: 0 32px;
    font-family: 'Bebas Neue';
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    color: #fff;
  }
}
section.project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 24px;
}
section.project .gallery {
  margin-top: 40px;
  font-size: 0;
  position: relative;
  z-index: 0;
}
section.project .gallery .current {
  width: calc(100% + 72px);
  margin: 0 -36px;
  position: relative;
  z-index: 1;
}
section.project .gallery .current .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 16%;
  min-width: 8px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
section.project .gallery .current .slick-arrow .icon {
  width: 8px;
  height: 24px;
}
section.project .gallery .current .slick-arrow.next {
  right: 0;
  padding-right: 28px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
section.project .gallery .current .slick-arrow.prev {
  left: 0;
  padding-left: 28px;
}
section.project .gallery .current .slick-arrow.prev .icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
section.project .gallery .list__block .subtitle {
  display: none;
}
section.project .gallery .list {
  margin-top: -4px;
}
section.project .gallery .list .slick-current .pointer {
  background: #000;
}
section.project .gallery .list .item__wrap .pointer {
  width: 80px;
  height: 8px;
  opacity: 0.5;
  border-radius: 8px;
}
section.project .gallery .list .item {
  margin-top: 8px;
  width: 80px;
  margin-right: 8px;
}
section.project .title__block {
  margin-top: 16px;
}
section.project .title__block .title {
  font-family: 'Bebas Neue';
  font-size: 32px;
  line-height: 38px;
  font-weight: bold;
}
section.project .title__block .title .breadcrumbs {
  display: none;
}
section.project .title__block .date {
  font-family: 'Bebas Neue';
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
}
section.project .description__block .description {
  margin-top: 8px;
  font-family: 'GillSans';
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
}
@media (min-width: 1024px) {
  section.project {
    padding-bottom: 48px;
  }
  section.project .header__block {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  section.project .title__block {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 40px;
    margin-bottom: 16px;
    padding-left: 32px;
  }
  section.project .title__block .title .breadcrumbs {
    display: inline;
    font-family: 'Bebas Neue';
    font-size: 32px;
    line-height: 38px;
    font-weight: normal;
  }
  section.project .title__block .date {
    font-weight: normal;
  }
  section.project .gallery {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 0;
  }
  section.project .gallery .current {
    width: 100%;
    margin: 0;
    border-radius: 8px;
    overflow: hidden;
  }
  section.project .gallery .list__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.project .gallery .list__block .subtitle {
    padding-left: 32px;
    padding-top: 40px;
    display: block;
    font-family: 'Bebas Neue';
    font-size: 32px;
    line-height: 38px;
    font-weight: bold;
  }
  section.project .gallery .list {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 568px;
  }
  section.project .gallery .list .item__wrap .pointer {
    width: 136px;
  }
  section.project .gallery .list .item {
    margin-top: 16px;
    width: 136px;
    border-radius: 8px;
    overflow: hidden;
  }
  section.project .description__block {
    padding-left: 32px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  section.project .description__block .description {
    margin-top: 0;
    padding-right: 16px;
    width: calc(100% - 568px);
  }
}

