/* 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('./ajax-loader.gif') center center no-repeat;
}

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

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.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: '\2190';
}
[dir='rtl'] .slick-prev:before
{
    content: '\2192';
}

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

/* 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: '\2022';
    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; } }
.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 32px;
  z-index: 1; }
  .datepicker--cell.-focus- {
    background: #f0f0f0; }
  .datepicker--cell.-current- {
    color: #4EB5E6; }
    .datepicker--cell.-current-.-focus- {
      color: #4a4a4a; }
    .datepicker--cell.-current-.-in-range- {
      color: #4EB5E6; }
  .datepicker--cell.-in-range- {
    background: rgba(92, 196, 239, 0.1);
    color: #4a4a4a;
    border-radius: 0; }
    .datepicker--cell.-in-range-.-focus- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell.-disabled- {
    cursor: default;
    color: #aeaeae; }
    .datepicker--cell.-disabled-.-focus- {
      color: #aeaeae; }
    .datepicker--cell.-disabled-.-in-range- {
      color: #a1a1a1; }
    .datepicker--cell.-disabled-.-current-.-focus- {
      color: #aeaeae; }
  .datepicker--cell.-range-from- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 4px 0 0 4px; }
  .datepicker--cell.-range-to- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 0 4px 4px 0; }
  .datepicker--cell.-range-from-.-range-to- {
    border-radius: 4px; }
  .datepicker--cell.-selected- {
    color: #fff;
    border: none;
    background: #5cc4ef; }
    .datepicker--cell.-selected-.-current- {
      color: #fff;
      background: #5cc4ef; }
    .datepicker--cell.-selected-.-focus- {
      background: #45bced; }
  .datepicker--cell:empty {
    cursor: default; }

.datepicker--days-names {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 8px 0 3px; }

.datepicker--day-name {
  color: #FF9A19;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em; }

.datepicker--cell-day {
  width: 14.28571%; }

.datepicker--cells-months {
  height: 170px; }

.datepicker--cell-month {
  width: 33.33%;
  height: 25%; }

.datepicker--years {
  height: 170px; }

.datepicker--cells-years {
  height: 170px; }

.datepicker--cell-year {
  width: 25%;
  height: 33.33%; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0; }
  @media print {
    .datepickers-container {
      display: none; } }

.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 100; }
  .datepicker.-from-top- {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px); }
  .datepicker.-from-right- {
    -webkit-transform: translateX(8px);
            transform: translateX(8px); }
  .datepicker.-from-bottom- {
    -webkit-transform: translateY(8px);
            transform: translateY(8px); }
  .datepicker.-from-left- {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px); }
  .datepicker.active {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
    transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease; }

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
          transform: none; }

.datepicker-inline .datepicker--pointer {
  display: none; }

.datepicker--content {
  box-sizing: content-box;
  padding: 4px; }
  .-only-timepicker- .datepicker--content {
    display: none; }

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1; }
  .-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
    top: calc(100% - 4px);
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
  .-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    right: calc(100% - 4px);
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg); }
  .-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    bottom: calc(100% - 4px);
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg); }
  .-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
    left: calc(100% - 4px);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
    left: 10px; }
  .-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    right: 10px; }
  .-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
    left: calc(50% - 10px / 2); }
  .-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
    top: 10px; }
  .-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    bottom: 10px; }
  .-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
    top: calc(50% - 10px / 2); }

.datepicker--body {
  display: none; }
  .datepicker--body.active {
    display: block; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px; }
  .-only-timepicker- .datepicker--nav {
    display: none; }

.datepicker--nav-title,
.datepicker--nav-action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .datepicker--nav-action:hover {
    background: #f0f0f0; }
  .datepicker--nav-action.-disabled- {
    visibility: hidden; }
  .datepicker--nav-action svg {
    width: 32px;
    height: 32px; }
  .datepicker--nav-action path {
    fill: none;
    stroke: #9c9c9c;
    stroke-width: 2px; }

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px; }
  .datepicker--nav-title i {
    font-style: normal;
    color: #9c9c9c;
    margin-left: 5px; }
  .datepicker--nav-title:hover {
    background: #f0f0f0; }
  .datepicker--nav-title.-disabled- {
    cursor: default;
    background: none; }

.datepicker--buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef; }

.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px; }
  .datepicker--button:hover {
    color: #4a4a4a;
    background: #f0f0f0; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px;
  position: relative; }
  .datepicker--time.-am-pm- .datepicker--time-sliders {
    -webkit-flex: 0 1 138px;
        -ms-flex: 0 1 138px;
            flex: 0 1 138px;
    max-width: 138px; }
  .-only-timepicker- .datepicker--time {
    border-top: none; }

.datepicker--time-sliders {
  -webkit-flex: 0 1 153px;
      -ms-flex: 0 1 153px;
          flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px; }

.datepicker--time-label {
  display: none;
  font-size: 12px; }

.datepicker--time-current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px; }

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1; }

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1; }
  .datepicker--time-current-hours:after,
  .datepicker--time-current-minutes:after {
    content: '';
    background: #f0f0f0;
    border-radius: 4px;
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0; }
  .datepicker--time-current-hours.-focus-:after,
  .datepicker--time-current-minutes.-focus-:after {
    opacity: 1; }

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px; }

.datepicker--time-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat; }
  .datepicker--time-row:first-child {
    margin-bottom: 4px; }
  .datepicker--time-row input[type='range'] {
    background: none;
    cursor: pointer;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      -webkit-appearance: none; }
    .datepicker--time-row input[type='range']::-ms-tooltip {
      display: none; }
    .datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:hover::-moz-range-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:hover::-ms-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:focus {
      outline: none; }
      .datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
      .datepicker--time-row input[type='range']:focus::-moz-range-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
      .datepicker--time-row input[type='range']:focus::-ms-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-moz-range-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-ms-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      margin-top: -6px; }
    .datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .datepicker--time-row input[type='range']::-moz-range-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .datepicker--time-row input[type='range']::-ms-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .datepicker--time-row input[type='range']::-ms-fill-lower {
      background: transparent; }
    .datepicker--time-row input[type='range']::-ms-fill-upper {
      background: transparent; }
  .datepicker--time-row span {
    padding: 0 12px; }

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em; }
  .datepicker--time-icon:after, .datepicker--time-icon:before {
    content: '';
    background: currentColor;
    position: absolute; }
  .datepicker--time-icon:after {
    height: .4em;
    width: 1px;
    left: calc(50% - 1px);
    top: calc(50% + 1px);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  .datepicker--time-icon:before {
    width: .4em;
    height: 1px;
    top: calc(50% + 1px);
    left: calc(50% - 1px); }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }
@charset "UTF-8";

@font-face {
  font-family: "HelveticaNeueCyr";
  font-weight: 100;
  font-style: normal;
  src: url("./../fonts/HelveticaNeueCyr-Thin/HelveticaNeueCyr-Thin.eot");
  src: url("./../fonts/HelveticaNeueCyr-Thin/HelveticaNeueCyr-Thin.eot?#iefix") format("embedded-opentype"), url("./../fonts/HelveticaNeueCyr-Thin/HelveticaNeueCyr-Thin.woff") format("woff"), url("./../fonts/HelveticaNeueCyr-Thin/HelveticaNeueCyr-Thin.ttf") format("truetype");
}

@font-face {
  font-family: "HelveticaNeueCyr";
  font-weight: 200;
  font-style: normal;
  src: url("./../fonts/HelveticaNeueCyr-UltraLight/HelveticaNeueCyr-UltraLight.eot");
  src: url("./../fonts/HelveticaNeueCyr-UltraLight/HelveticaNeueCyr-UltraLight.eot?#iefix") format("embedded-opentype"), url("./../fonts/HelveticaNeueCyr-UltraLight/HelveticaNeueCyr-UltraLight.woff") format("woff"), url("./../fonts/HelveticaNeueCyr-UltraLight/HelveticaNeueCyr-UltraLight.ttf") format("truetype");
}

@font-face {
  font-family: "HelveticaNeueCyr";
  font-weight: 300;
  font-style: normal;
  src: url("./../fonts/HelveticaNeueCyr-Light/HelveticaNeueCyr-Light.eot");
  src: url("./../fonts/HelveticaNeueCyr-Light/HelveticaNeueCyr-Light.eot?#iefix") format("embedded-opentype"), url("./../fonts/HelveticaNeueCyr-Light/HelveticaNeueCyr-Light.woff") format("woff"), url("./../fonts/HelveticaNeueCyr-Light/HelveticaNeueCyr-Light.ttf") format("truetype");
}

@font-face {
  font-family: "HelveticaNeueCyr";
  font-weight: 500;
  font-style: normal;
  src: url("./../fonts/HelveticaNeueCyr-Medium/HelveticaNeueCyr-Medium.eot");
  src: url("./../fonts/HelveticaNeueCyr-Medium/HelveticaNeueCyr-Medium.eot?#iefix") format("embedded-opentype"), url("./../fonts/HelveticaNeueCyr-Medium/HelveticaNeueCyr-Medium.woff") format("woff"), url("./../fonts/HelveticaNeueCyr-Medium/HelveticaNeueCyr-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "HelveticaNeueCyr";
  font-weight: bold;
  font-style: normal;
  src: url("./../fonts/HelveticaNeueCyr-Bold/HelveticaNeueCyr-Bold.eot");
  src: url("./../fonts/HelveticaNeueCyr-Bold/HelveticaNeueCyr-Bold.eot?#iefix") format("embedded-opentype"), url("./../fonts/HelveticaNeueCyr-Bold/HelveticaNeueCyr-Bold.woff") format("woff"), url("./../fonts/HelveticaNeueCyr-Bold/HelveticaNeueCyr-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "HelveticaNeueCyr-roman";
  font-weight: normal;
  font-style: normal;
  src: url("./../fonts/HelveticaNeueCyr-Roman/HelveticaNeueCyr-Roman.eot");
  src: url("./../fonts/HelveticaNeueCyr-Roman/HelveticaNeueCyr-Roman.eot?#iefix") format("embedded-opentype"), url("./../fonts/HelveticaNeueCyr-Roman/HelveticaNeueCyr-Roman.woff") format("woff"), url("./../fonts/HelveticaNeueCyr-Roman/HelveticaNeueCyr-Roman.ttf") format("truetype");
}

@font-face {
  font-family: "GillSansMT";
  font-weight: normal;
  font-style: normal;
  src: url("./../fonts/GillSansMT-Condensed/GillSansMT-Condensed.eot");
  src: url("./../fonts/GillSansMT-Condensed/GillSansMT-Condensed.eot?#iefix") format("embedded-opentype"), url("./../fonts/GillSansMT-Condensed/GillSansMT-Condensed.woff") format("woff"), url("./../fonts/GillSansMT-Condensed/GillSansMT-Condensed.ttf") format("truetype");
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style: none;
}

html {
  font-size: 10px;
  line-height: 10px;
}

body {
  font: 300 1.4rem/1.8rem "HelveticaNeueCyr", sans-serif;
  letter-spacing: .05em;
  background-color: #fff;
}

.clearfix:before {
  content: "";
  display: table;
  clear: both;
}

button,
input,
textarea {
  outline: none;
  border: none;
  background: none;
  -webkit-appearance: none;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  /*@media only screen and (min-width:992px) { padding:0 15px; }*/
}

.section_title {
  font: bold 2.4rem/5.4rem "HelveticaNeueCyr", sans-serif;
  color: #291717;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.section_subtitle {
  font: 100 1.6rem/1.9rem "HelveticaNeueCyr-roman", sans-serif;
  color: #000;
}

.tevin {
  font: bold 2.4rem/5.4rem "HelveticaNeueCyr", sans-serif;
  color: #ffc000;
}

.button {
  display: block;
  width: 229px;
  height: 55px;
  border-radius: 25px;
  font: bold 1.8rem/2rem "HelveticaNeueCyr", sans-serif;
}

.page {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100vh;
}

.page > *:not(header):not(footer) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.phone {
  display: inline-block;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.9rem;
  font-weight: bold;
  position: relative;
  padding-left: 32px;
  letter-spacing: .8px;
  opacity: .7;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social a + a {
  margin-left: 11px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  width: auto;
  bottom: 9px;
  left: 39.87%;
}

.slick-dots li {
  width: initial;
  height: initial;
  margin: initial;
}

.slick-dots li button {
  padding: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #c1c1c1;
  opacity: .5;
}

.slick-dots li button:before {
  display: none;
}

.slick-dots li.slick-active button {
  background-color: #ffc000;
}

.slick-dots li + li {
  margin-left: 11px;
}

.slick-arrow {
  width: 21px;
  height: 39px;
  background: url(./../img/icons/arr-nav.png) no-repeat !important;
  z-index: 1;
}

.slick-arrow:before {
  display: none;
}

.slick-prev {
  left: 9px;
  background-position: 0 0 !important;
}

.slick-prev:hover {
  background-position: 0 -39px !important;
}

.slick-next {
  right: 9px;
  background-position: -21px 0 !important;
}

.slick-next:hover {
  background-position: -21px -39px !important;
}

.customizeLabel {
  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;
  min-width: 73px;
  max-width: 73px;
  padding-top: 32px;
}

@media only screen and (min-width: 992px) {
  .customizeLabel {
    cursor: pointer;
  }
}

.customizeLabel .custom_radio:before {
  content: attr(data-liter);
  position: absolute;
  width: 73px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: -30px;
  top: -85px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font: 300 1.6rem/1.9rem "HelveticaNeueCyr", sans-serif;
  color: #291717;
}

.customizeLabel .size {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.9rem;
  font-weight: 500;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 5px;
}

.customizeLabel .size span {
  position: relative;
  display: block;
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #291717;
  letter-spacing: .6px;
  text-align: left;
  padding-left: 30px;
  font-family: "HelveticaNeueCyr-roman", sans-serif;
}

.customizeLabel .size span .delivering {
  position: absolute;
  top: 50%;
  left: 0;
  width: 26px;
  height: 26px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.customizeLabel .size span .delivering > use {
  fill: #bbbbbb;
}

.custom_radio {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.custom_radio:after {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #dbdbdb;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

input[type="radio"]:checked + .custom_radio:after {
  display: block;
}

input[type="radio"]:checked + .custom_radio:before {
  border-color: #ffc000;
}

input[type="radio"] {
  display: none;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

header .head {
  height: 107px;
}

header .head > .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .logo {
  display: inline-block;
  width: 126px;
  height: 66px;
}

header .info {
  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;
}

header .info > *:not(:last-child) {
  margin-right: 6.1%;
}

header .work-time {
  position: relative;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  padding-left: 32px;
  opacity: .7;
  letter-spacing: .6px;
}

header .work-time span {
  display: inline-block;
  font-weight: 300;
  margin-right: 5px;
}

header .work-time .oclock {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

header .work-time .oclock > use {
  fill: #fff;
  opacity: .7;
}

.header__svg > use {
  fill: #fff;
  opacity: .2;
  -webkit-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}

.header__facebook {
  width: 22px;
  height: 22px;
}

.header__google-plus {
  width: 19px;
  height: 19px;
}

.header__instagram {
  width: 21px;
  height: 21px;
}

.header__telephone {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header__telephone > use {
  fill: #fff;
  opacity: .7;
}

.social__header > a:hover svg > use {
  opacity: .5;
}

.nav-site {
  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;
  height: 106px;
}

.nav-site__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
}

.nav-site__list > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 36px;
  color: #000;
  font-family: "HelveticaNeueCyr-roman", sans-serif;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  border-width: 1px;
  border-color: transparent;
  border-style: solid;
  border-radius: 18px;
  -webkit-transition: border-color 500ms ease;
  -o-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
  white-space: nowrap;
}

@media only screen and (min-width: 1024px) {
  .nav-site__list > li > a:hover {
    border-color: #ffc000;
  }
}

.slider {
  height: 479px;
}

.slider > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.banner {
  height: 100%;
  max-width: 370px;
  width: 100%;
}

.banner > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 48.43%;
  padding-left: 26px;
  padding-right: 40px;
}

.banner__tevin {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 15px;
}

.banner__tevin_text {
  color: #000;
  font-size: 2.4rem;
  line-height: 3rem;
  letter-spacing: 1.2px;
}

.banner__tevin_text span {
  display: inline-block;
  font-size: 3.6rem;
  line-height: 3.6rem;
  letter-spacing: 1.8px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 23px;
}

.banner__cover {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.banner__cover_text {
  color: #ffc000;
  font-size: 1.8rem;
  line-height: 3rem;
  letter-spacing: .9px;
  text-transform: uppercase;
  font-weight: 500;
}

.banner__cover_text span {
  display: inline-block;
  font-size: 3.6rem;
  line-height: 3.6rem;
  letter-spacing: 1.8px;
  font-weight: bold;
}

.slide {
  max-width: 785px;
  width: 100%;
}

.slide__item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 479px;
  padding-top: 93px;
  padding-bottom: 128px;
  padding-left: 50px;
  padding-right: 20px;
}

.slide__item_title {
  font-size: 4rem;
  text-transform: uppercase;
  line-height: 5.4rem;
  letter-spacing: 2px;
  color: #000;
}

.slide__item_title span {
  font-weight: bold;
  color: #ffc000;
}

.slide__item_title span span {
  color: #000;
}

.slide__item_desc {
  font-size: 2.4rem;
  color: #000;
  letter-spacing: 1.2px;
  line-height: 2.7rem;
}

.slide__item_price {
  display: inline-block;
  color: #ff0101;
  font-weight: bold;
  margin-left: 5px;
}

.rules {
  margin-top: 17px;
  margin-bottom: 18px;
}

.rules__list {
  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;
  height: 83px;
  background-color: rgba(255, 192, 0, 0.2);
  padding: 0 12.22%;
}

.rules__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rules__item > svg {
  width: 48px;
  height: 48px;
  margin-right: 22px;
}

.rules__item > svg > use {
  fill: #291717;
}

.rules__item_text {
  color: #291717;
  letter-spacing: .7px;
  line-height: 2rem;
}

.recommend {
  padding-top: 41px;
  padding-bottom: 53px;
  background: no-repeat 0 0;
}

.recommend .section_title {
  margin-bottom: 20px;
}

.recommend__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.recommend__item_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 23%;
}

.recommend__item_wrapper:not(:nth-child(4)) {
  margin-right: 2.64%;
}

.recommend__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.recommend__item_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 10px;
  border-bottom: 1px solid #dbdbdb;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.recommend__item_image img {
  margin: auto;
  max-height: 277px;
  -o-object-fit: contain;
     object-fit: contain;
}

.recommend__item_size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
  margin-bottom: 12px;
}

.recommend__item_size > span {
  display: inline-block;
  color: #291717;
  letter-spacing: .7px;
}

.recommend__item_price {
  font-size: 1.8rem;
  font-weight: bold;
  color: #291717;
  text-align: center;
}

.gallery {
  padding-top: 21px;
  padding-bottom: 82px;
}

.gallery_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 550px;
  overflow: hidden;
}

.gallery__image_main {
  max-width: 500px;
  width: 100%;
}

.gallery__image_main > a {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
}

.gallery__image_main > a img {
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  height: 100%;
}

.gallery__image_add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 670px;
  width: 100%;
}

.gallery__image_add > a {
  display: block;
  max-width: 50%;
  width: 100%;
  max-height: 50%;
  height: 100%;
  outline: none;
}

.gallery__image_add > a > img {
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  height: 100%;
}

.delivery {
  padding-top: 48px;
  padding-bottom: 44px;
  background: no-repeat 0 0;
}

.delivery .section_title span:first-child {
  font-weight: 300;
}

.delivery .section_title .tevin {
  padding: 10px 11px;
  background-color: #291717;
}

.delivery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  counter-reset: deliv;
  padding: 0 20px;
  margin-top: 72px;
}

.delivery__item + .delivery__item:after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 126px;
  height: 48px;
  top: -34px;
  left: -75%;
  background: url(./../img/duga.png) no-repeat 0 0;
}

.delivery__item {
  position: relative;
  z-index: 1;
}

.delivery__item:before {
  display: inline-block;
  position: absolute;
  counter-increment: deliv;
  content: counter(deliv);
  top: 15px;
  left: 18px;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "HelveticaNeueCyr", sans-serif;
  letter-spacing: 1.2px;
  color: #ffc000;
  z-index: 1;
}

.delivery__item_time {
  position: relative;
  width: 232px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 92px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fefefe;
  line-height: 2.4rem;
  border: 1px solid #ffffff;
  overflow: hidden;
}

.delivery__item_time:before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  width: 48px;
  background: #fff;
  height: 52px;
  border-radius: 0 24px 24px 0;
}

.delivery__item_desc {
  position: relative;
  font-size: 2rem;
  line-height: 2.4rem;
  padding-left: 55px;
  color: #000;
  letter-spacing: 1px;
  margin-top: 12px;
}

.delivery__item_desc > svg {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.delivery__item_desc > svg > use {
  fill: #291717;
}

.delivery .operator {
  width: 36px;
  height: 36px;
}

.delivery .package {
  width: 35px;
  height: 35px;
}

.delivery .truck {
  width: 43px;
  height: 43px;
}

.delivery_warning {
  color: #ff0000;
  line-height: 1.9rem;
  font-size: 1.6rem;
  letter-spacing: .8px;
  font-weight: 500;
  text-align: center;
  margin-top: 24px;
}

.edge_wrapper {
  position: relative;
  height: 614px;
  padding-top: 40px;
}

.edge__list {
  margin-top: 30px;
  padding: 0 5px;
}

.edge__list li:not(:last-child) {
  width: 50%;
}

.edge__list li:last-child {
  width: 100%;
}

.edge__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 83px;
}

.edge__item:nth-child(odd) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  float: left;
}

.edge__item:nth-child(odd) .edge__item_text:after,
.edge__item:nth-child(odd) .edge__item_text:before {
  right: 0;
}

.edge__item:nth-child(even),
.edge__item:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  float: right;
}

.edge__item:nth-child(even) .edge__item_text:after,
.edge__item:nth-child(even) .edge__item_text:before,
.edge__item:last-child .edge__item_text:after,
.edge__item:last-child .edge__item_text:before {
  left: 0;
}

.edge__item:first-child {
  padding-left: 83px;
}

.edge__item:nth-child(5) {
  padding-left: 23px;
}

.edge__item:nth-child(2) {
  padding-right: 21px;
}

.edge__item:nth-child(4) {
  padding-right: 8px;
}

.edge__item:last-child {
  padding-right: 292px;
  margin-bottom: 0;
}

.edge__item:first-child .edge__item_text:after {
  -webkit-transform: translate(172px, -50%);
      -ms-transform: translate(172px, -50%);
          transform: translate(172px, -50%);
}

.edge__item:nth-child(3) .edge__item_text:after {
  -webkit-transform: translate(124px, -50%);
      -ms-transform: translate(124px, -50%);
          transform: translate(124px, -50%);
}

.edge__item:nth-child(5) .edge__item_text:after {
  -webkit-transform: translate(100px, -50%);
      -ms-transform: translate(100px, -50%);
          transform: translate(100px, -50%);
}

.edge__item:nth-child(2) .edge__item_text:after {
  -webkit-transform: translate(-125px, -50%);
      -ms-transform: translate(-125px, -50%);
          transform: translate(-125px, -50%);
}

.edge__item:nth-child(4) .edge__item_text:after {
  -webkit-transform: translate(-116px, -50%);
      -ms-transform: translate(-116px, -50%);
          transform: translate(-116px, -50%);
}

.edge__item:nth-child(6) .edge__item_text:after {
  -webkit-transform: translate(-118px, -50%);
      -ms-transform: translate(-118px, -50%);
          transform: translate(-118px, -50%);
}

.edge__item:last-child .edge__item_text:after {
  -webkit-transform: translate(-118px, -50%);
      -ms-transform: translate(-118px, -50%);
          transform: translate(-118px, -50%);
}

.edge__item:first-child .edge__item_text:before {
  -webkit-transform: translate(191px, -50%);
      -ms-transform: translate(191px, -50%);
          transform: translate(191px, -50%);
}

.edge__item:nth-child(3) .edge__item_text:before {
  -webkit-transform: translate(143px, -50%);
      -ms-transform: translate(143px, -50%);
          transform: translate(143px, -50%);
}

.edge__item:nth-child(5) .edge__item_text:before {
  -webkit-transform: translate(119px, -50%);
      -ms-transform: translate(119px, -50%);
          transform: translate(119px, -50%);
}

.edge__item:nth-child(2) .edge__item_text:before {
  -webkit-transform: translate(-144px, -50%);
      -ms-transform: translate(-144px, -50%);
          transform: translate(-144px, -50%);
}

.edge__item:nth-child(4) .edge__item_text:before {
  -webkit-transform: translate(-135px, -50%);
      -ms-transform: translate(-135px, -50%);
          transform: translate(-135px, -50%);
}

.edge__item:nth-child(6) .edge__item_text:before {
  -webkit-transform: translate(-137px, -50%);
      -ms-transform: translate(-137px, -50%);
          transform: translate(-137px, -50%);
}

.edge__item:last-child .edge__item_text:before {
  -webkit-transform: translate(-137px, -50%);
      -ms-transform: translate(-137px, -50%);
          transform: translate(-137px, -50%);
}

.edge__item_text {
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #291717;
  font-weight: bold;
  letter-spacing: 0.9px;
}

.edge__item_text:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 14px;
  height: 14px;
  background-color: #ff9300;
  opacity: .5;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 5px rgba(255, 147, 0, 0.4);
          box-shadow: 0 0 0 5px rgba(255, 147, 0, 0.4);
}

.edge__item_text:after {
  position: absolute;
  top: 50%;
  content: "";
  display: block;
  height: 1px;
  background-color: #ff9300;
  opacity: .7;
}

.edge__item_text span {
  font-weight: 300;
}

.edge__image {
  position: absolute;
  left: 54%;
  top: 23%;
  width: 32.64%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.edge__image > img {
  max-height: 293px;
}

.edge__item:nth-child(7n+1) .edge__item_text:after {
  width: 162px;
}

.edge__item:nth-child(7n+2) .edge__item_text:after {
  width: 115px;
}

.edge__item:nth-child(7n+3) .edge__item_text:after {
  width: 114px;
}

.edge__item:nth-child(7n+4) .edge__item_text:after {
  width: 106px;
}

.edge__item:nth-child(7n+5) .edge__item_text:after {
  width: 90px;
}

.edge__item:nth-child(7n+6) .edge__item_text:after {
  width: 108px;
}

.edge__item:nth-child(7n+7) .edge__item_text:after {
  width: 108px;
}

.catalog {
  padding-bottom: 38px;
}

.catalog .section_subtitle {
  text-align: center;
  margin-bottom: 35px;
}

.catalog__header {
  margin-bottom: 40px;
  height: 147px;
  background: no-repeat 0 0;
}

.catalog__header > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.catalog__header_text {
  font-size: 3rem;
  color: #000;
  line-height: 3.3rem;
  letter-spacing: 1.5px;
  margin-left: 101px;
  margin-right: 114px;
}

.catalog__header_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.9rem;
  font-weight: bold;
  width: 252px;
  min-height: 55px;
  border-radius: 28px;
  background-color: #291717;
  letter-spacing: .9px;
  -webkit-transition: -webkit-box-shadow 400ms ease;
  transition: -webkit-box-shadow 400ms ease;
  -o-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease, -webkit-box-shadow 400ms ease;
}

@media only screen and (min-width: 992px) {
  .catalog__header_button:hover {
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  }
}

.catalog__nav {
  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;
  height: 99px;
}

.catalog__nav > div {
  width: calc(100%/4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog__nav > div.current > a {
  font-weight: bold;
  font-size: 2.4rem;
  color: #ffc000;
  border-color: #ffc000;
  background: #fff;
  padding: 12px 45px 14px;
  letter-spacing: 1.2px;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.catalog__nav_item {
  display: inline-block;
  margin: 0 auto;
  padding: 6px 11px;
  font-size: 2rem;
  color: rgba(41, 23, 23, 0.5);
  border: 1px solid rgba(41, 23, 23, 0.3);
  text-transform: uppercase;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  white-space: nowrap;
}

.catalog__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-height: 618px;
  max-width: 650px;
  width: 100%;
}

.catalog__image_main {
  position: relative;
  max-width: 547px;
  width: 100%;
  background-color: #fff;
  padding: 14px 0 19px;
}

.catalog__image_main-popup {
  display: block;
  width: 89.2%;
  height: 526px;
  padding-bottom: 22px;
  padding-top: 40px;
  margin: 0 auto;
  outline: none;
}

.catalog__image_main-popup > img {
  display: block;
  margin: 0 auto;
  max-height: 460px;
}

.catalog__image_thumbs {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.catalog__image_thumbs-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 99px;
  height: 138px;
  background-color: #fff;
}

@media only screen and (min-width: 992px) {
  .catalog__image_thumbs-item {
    cursor: pointer;
  }
}

.catalog__image_thumbs-item > img {
  max-height: 138px;
  max-width: 100%;
  width: auto;
  margin: auto;
}

.catalog__image_thumbs-item .underline {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 7px;
  background-color: #ffc000;
}

.catalog__image_thumbs-item.current .underline {
  display: inline-block;
}

.catalog__image_nav {
  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;
  height: 61px;
  width: 89.2%;
  padding: 0 10.24%;
  background-color: #f6f6f6;
  margin: 0 auto;
}

.catalog__image_nav li {
  text-align: center;
  color: #291717;
}

.catalog__image_nav li span {
  font-weight: 500;
}

.catalog__settings {
  max-width: 520px;
  width: 100%;
  padding-left: 51px;
}

.catalog__settings .title {
  font-size: 1.8rem;
  line-height: 2.1rem;
  letter-spacing: .9px;
  color: rgba(41, 23, 23, 0.75);
}

.catalog__settings_article {
  margin-bottom: 25px;
}

.catalog__settings_article span {
  font-weight: 500;
}

.catalog__settings_size {
  margin-bottom: 32px;
}

.catalog__settings_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

.catalog__settings_radio label + label {
  margin-left: 16px;
}

.catalog__settings_slogan {
  position: relative;
  border: 1px solid #ffc000;
  background-color: #fff;
  border-radius: 41px;
  overflow: hidden;
  max-width: 400px;
  width: 100%;
  margin-top: 10px;
}

.catalog__settings_slogan .ic_question {
  position: absolute;
  top: 50%;
  left: 36px;
  display: inline-block;
  font-size: 6rem;
  line-height: 6rem;
  color: #ffc000;
  font-family: "GillSansMT";
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.catalog__settings_slogan .ic_question:after {
  content: attr(data-question);
  position: absolute;
  left: -2px;
  top: -1px;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  color: #291717;
  z-index: 2;
}

.catalog__settings_slogan p {
  padding: 17px 0 19px 69px;
  font-size: 1.8rem;
  letter-spacing: .9px;
}

.catalog__settings_slogan p span {
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  margin-top: 8px;
}

.catalog__settings_price {
  margin-top: 38px;
}

.catalog__settings_price span {
  display: inline-block;
  color: rgba(41, 23, 23, 0.75);
  font-size: 2.4rem;
  font-weight: bold;
}

.catalog__settings_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

.catalog__settings_button-buy {
  width: 229px;
  height: 55px;
  border-radius: 28px;
  background-color: #ffc000;
  font: bold 1.8rem/2.1rem "HelveticaNeueCyr", sans-serif;
  color: #000;
  letter-spacing: .9px;
  -webkit-transition: -webkit-box-shadow 400ms ease;
  transition: -webkit-box-shadow 400ms ease;
  -o-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease, -webkit-box-shadow 400ms ease;
}

@media only screen and (min-width: 992px) {
  .catalog__settings_button-buy {
    cursor: pointer;
  }

  .catalog__settings_button-buy:hover {
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  }
}

.catalog__settings_button ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: 39px;
}

.catalog__settings_button ul li + li {
  margin-left: 23px;
}

.catalog__settings_button ul li > span {
  display: block;
  width: 54px;
  height: 32px;
  background: no-repeat 0 0;
}

.catalog__privilege {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 120px;
  background-color: #291717;
  padding: 0 68px;
  margin-top: 34px;
}

.catalog__privilege li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.catalog__privilege li span {
  display: block;
  width: 55px;
  height: 55px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 26px;
}

.catalog__privilege li span img {
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  height: 100%;
}

.catalog__privilege li p {
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: #fff;
  letter-spacing: .8px;
}

.list__colors,
.list__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list__colors_item,
.list__images_item {
  margin-right: 17px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 992px) {
  .list__colors_item,
  .list__images_item {
    cursor: pointer;
  }
}

.list__colors_item input[type="radio"],
.list__images_item input[type="radio"] {
  display: none;
}

.list__colors_item span,
.list__images_item span {
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: no-repeat 0 0;
}

.list__colors_item span:before,
.list__images_item span:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: none;
  border: 1px solid transparent;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: -5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.list__colors_item input[type="radio"]:checked + span:before,
.list__images_item input[type="radio"]:checked + span:before {
  border-color: #ffc000;
}

.list__colors {
  margin-top: 16px;
}

.list__colors:after {
  content: "";
  display: block;
  height: 1px;
  width: 217px;
  background-color: #eaeaea;
  margin: 8px 0 18px;
}

.covers {
  padding-bottom: 21px;
}

.covers__header {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: #fff;
  padding: 39px 0;
}

.covers__header .section_subtitle {
  text-align: center;
}

.covers .catalog__item {
  margin-top: 43px;
}

.covers .catalog__image {
  max-width: 669px;
}

.covers .catalog__image_thumbs-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 101px;
}

.covers .catalog__image_thumbs-item svg {
  width: 26px;
  height: 26px;
  margin-top: 17px;
  margin-bottom: 10px;
  -ms-flex-item-align: center;
      align-self: center;
}

.covers .catalog__image_thumbs-item svg > use {
  fill: #afafaf;
}

.covers .catalog__image_thumbs-item p {
  line-height: 1.6rem;
  letter-spacing: 0.7px;
  text-align: center;
}

.covers .catalog__settings {
  max-width: 501px;
}

.covers .customizeLabel .size {
  margin-bottom: 33px;
}

.order {
  background-color: #f6f6f6;
}

.order .order__main::before {
  content: "";
  display: block;
  width: 100%;
  height: 16px;
  margin-top: 16px;
  margin-bottom: 29px;
  background: url(../img/order-lines.png);
  background-color: #fff;
}

.order .order__main::after {
  content: "";
  display: block;
  width: 100%;
  height: 16px;
  background: url(../img/order-lines.png);
  background-color: #fff;
}

.order .order__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 64px;
}

.order .order__content .order__ordering {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 48.71%;
}

@media (max-width: 870px) {
  .order .order__content .order__ordering {
    width: 315px;
  }
}

.order .order__content .order__ordering .section_title {
  margin-bottom: 37px;
}

.order .order__content .order__ordering .order__customer-info {
  margin-bottom: 27px;
}

.order .order__content .order__ordering .order__input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 41px;
  border: 1px solid #dbdbdb;
  padding: 0 13px;
  background-color: #ffffff;
}

.order .order__content .order__ordering .order__input--long {
  width: 100%;
}

.order .order__content .order__ordering .order__input--name {
  margin-bottom: 26px;
}

.order .order__content .order__ordering .order__input--name input {
  width: 100%;
}

.order .order__content .order__ordering .order__input--email,
.order .order__content .order__ordering .order__input--tel {
  width: 47.36%;
}

.order .order__content .order__ordering .order__input--email input,
.order .order__content .order__ordering .order__input--tel input {
  width: 100%;
}

.order .order__content .order__ordering .order__input--name::before,
.order .order__content .order__ordering .order__input--tel::before {
  content: "*";
  position: absolute;
  top: -14px;
  left: 0;
  color: #898383;
  font-size: 30px;
}

.order .order__content .order__ordering .order__input--locality,
.order .order__content .order__ordering .order__input--street {
  margin-bottom: 19px;
}

.order .order__content .order__ordering .order__input--house,
.order .order__content .order__ordering .order__input--housing,
.order .order__content .order__ordering .order__input--flat {
  width: 29.82%;
}

.order .order__content .order__ordering .order__contacts,
.order .order__content .order__ordering .order__house-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 33px;
}

.order .order__content .order__ordering .order__input--calendar {
  position: relative;
  margin-bottom: 30px;
}

.order .order__content .order__ordering .order__input--calendar::after {
  content: "";
  position: absolute;
  right: 11px;
  width: 22px;
  height: 20px;
  display: inline-block;
  background: url(../img/calendar.png);
}

.order .order__content .order__ordering .separatist {
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  margin-bottom: 43px;
}

.order .order__content .order__ordering .order__textarea {
  width: 100%;
  height: 102px;
  border: 1px solid #dbdbdb;
  padding: 10px;
  background-color: #ffffff;
}

.order .order__content .order__ordering .order__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 34px;
}

.order .order__content .order__ordering .order__radio .order__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.order .order__content .order__ordering .order__radio .order__label :last-child {
  margin-right: 18px;
}

.order .order__content .order__ordering .order__radio .order__label .custom_radio {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  margin-right: 9px;
}

.order .order__content .order__selected {
  width: 40.17%;
  padding-top: 31px;
}

@media (max-width: 1070px) {
  .order .order__content .order__selected {
    width: 410px;
  }
}

.order .order__content .order__selected .order__cart {
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
  padding: 40px 16px;
  margin-bottom: 13px;
}

@media (max-width: 1070px) {
  .order .order__content .order__selected .order__cart {
    padding: 39px 7px;
  }
}

.order .order__content .order__selected .order__cart .section_title--small {
  font-size: 1.8rem;
  line-height: 1.8rem;
  margin-bottom: 29px;
}

.order .order__content .order__selected .order__cart .order__items-wr .order__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 12px;
  padding-top: 21px;
}

.order .order__content .order__selected .order__cart .order__items-wr .order__item:first-child {
  padding-top: 0;
}

.order .order__content .order__selected .order__cart .order__items-wr .order__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.order .order__content .order__selected .order__cart .order__items-wr .order__item .order__suitcase-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90px;
}

.order .order__content .order__selected .order__cart .order__items-wr .order__item .order__suitcase-img img {
  display: block;
}

.order .order__content .order__selected .order__cart .order__items-wr .order__item .order__item-descr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 139px;
  margin-left: -25px;
}

.order .order__content .order__selected .order__cart .order__items-wr .order__item .order__item-descr .order__item-name {
  display: block;
  margin-bottom: 22px;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.9px;
}

.order .order__content .order__selected .order__cart .order__items-wr .order__item .order__item-descr .order__size {
  margin-bottom: 9px;
}

.order .order__content .order__selected .order__cart .order__items-wr .order__item .order__item-descr .order__size .order__size-symbol {
  margin-left: 14px;
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.order .order__content .order__selected .order__cart .order__items-wr .order__item .order__field-name {
  opacity: 0.75;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.7px;
}

.order .order__content .order__selected .order__cart .order__items-wr .order__item .order__color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.order .order__content .order__selected .order__cart .order__items-wr .order__item .order__color .order__color-select {
  width: 22px;
  height: 22px;
  margin-left: 36px;
  border-radius: 50%;
}

.order .order__content .order__selected .order__cart .order__items-wr .order__item .order__color .order__color-select--blue {
  background-color: #76d8eb;
}

.order .order__content .order__selected .order__cart .order__items-wr .order__item .order__color .order__color-select--red {
  background-color: #ff6a81;
}

.order .order__content .order__selected .order__cart .order__items-wr .order__item .order__color .order__color-select--flower {
  background: url(../img/color-flower.png);
}

.order .order__content .order__selected .order__cart .order__items-wr .order__item .order__price {
  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;
}

.order .order__content .order__selected .order__cart .order__items-wr .order__item .order__price .order__sum {
  margin-bottom: 20px;
  opacity: 0.75;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.9px;
}

.order .order__content .order__selected .order__cart .order__items-wr .order__item .order__price .order__quantity:before {
  content: "x";
  margin-right: 2px;
  margin-left: 6px;
  opacity: 0.75;
  color: #898383;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.7px;
}

.order .order__content .order__selected .order__cart .order__items-wr .order__item .order__price .order__quantity:after {
  content: "\448\442.";
  margin-left: 2px;
  opacity: 0.75;
  color: #898383;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.7px;
}

.order .order__content .order__selected .order__cart .order__items-wr .order__item .order__price .order__quantity .order__quantity-field {
  width: 24px;
  height: 30px;
  border: 1px solid #dbdbdb;
  background-color: #ffffff;
  text-align: center;
  color: #291717;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.9px;
}

.order .order__content .order__selected .order__cart .order__items-wr .order__item .order__cancel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 13px;
}

.order .order__content .order__selected .order__cart .order__items-wr .order__item .order__cancel .order__cancel-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #dbdbdb;
  cursor: pointer;
}

.order .order__content .order__selected .order__cart-sum {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 53px;
}

.order .order__content .order__selected .order__cart-sum .order__backToCatalog {
  margin-bottom: 43px;
  color: #291717;
  font-size: 1.8rem;
  font-weight: 400;
  text-decoration: underline;
  letter-spacing: 0.9px;
}

.order .order__content .order__selected .order__cart-sum .order__sum-text {
  display: block;
  margin-bottom: 11px;
  opacity: 0.75;
  color: #291717;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.7px;
}

.order .order__content .order__selected .order__cart-sum .order__sum-text:nth-of-type(2) {
  margin-bottom: 18px;
}

.order .order__content .order__selected .order__cart-sum .order__total-text {
  opacity: 0.75;
  color: #291717;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.9px;
}

.order .order__content .order__selected .order__cart-sum .order__total-sum {
  opacity: 0.75;
  color: #291717;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.2px;
}

.order .order__content .order__selected .order__methodDelivery {
  margin-bottom: 56px;
}

.order .order__content .order__selected .order__methodDelivery .order__delivery-radio .order__label-wr {
  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-bottom: 21px;
}

.order .order__content .order__selected .order__methodDelivery .order__delivery-radio .order__label-wr:last-child {
  margin-bottom: 0;
}

.order .order__content .order__selected .order__methodDelivery .order__delivery-radio .order__label-wr .order__delivery-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.order .order__content .order__selected .order__methodDelivery .order__delivery-radio .order__label-wr .order__delivery-label .custom_radio {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  margin-top: 3px;
  margin-right: 8px;
}

.order .order__content .order__selected .order__methodDelivery .order__delivery-radio .order__label-wr .order__delivery-label .radio__text {
  max-width: 355px;
  color: #898383;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 0.8px;
}

.order .order__content .order__selected .order__methodDelivery .order__delivery-radio .order__label-wr .order__delivery-label .radio__text .order__radio-bold {
  font-weight: 400;
}

.order .order__content .order__selected .order__methodDelivery .order__delivery-radio .order__label-wr .order__delivery-price {
  color: #898383;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.7px;
}

.order .order__content .order__selected .order__buy {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.order .order__content .order__selected .order__buy .order__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 49px;
}

.order .order__content .order__selected .order__buy .order__cards .order__visa {
  width: 51px;
  height: 32px;
  background: url(../img/icons/visa.png);
}

.order .order__content .order__selected .order__buy .order__cards .order__mastercard {
  width: 54px;
  height: 32px;
  margin-left: 23px;
  background: url(../img/icons/master.png);
}

.order .order__content .order__mini-title {
  display: block;
  margin-bottom: 21px;
  opacity: 0.5;
  color: #291717;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.9px;
}

.yellow-btn {
  width: 231px;
  height: 55px;
  border-radius: 28px;
  background-color: #ffc000;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.9px;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 400ms ease;
  transition: -webkit-box-shadow 400ms ease;
  -o-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease, -webkit-box-shadow 400ms ease;
}

.yellow-btn:hover {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

footer .work-time {
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #fff;
  font-weight: bold;
  letter-spacing: .7px;
  opacity: .7;
}

.footer__svg use {
  fill: #1d161a;
  opacity: .6;
  -webkit-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}

.footer__facebook {
  width: 22px;
  height: 22px;
}

.footer__google-plus {
  width: 19px;
  height: 19px;
}

.footer__instagram {
  width: 21px;
  height: 21px;
}

.footer__telephone {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer__telephone > use {
  fill: #291717;
  opacity: .7;
}

.social__footer {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 16px;
}

.social__footer > a:hover svg > use {
  opacity: .3;
}

.foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 25px;
}

.foot_logo {
  display: inline-block;
  width: 256px;
  height: 134px;
}

.foot_title {
  font-weight: bold;
  color: #291717;
  opacity: .7;
  margin-bottom: 18px;
}

.foot__item_link {
  line-height: 2.4rem;
  color: #291717;
  opacity: .7;
}

.foot .phone {
  color: #291717;
}