/*==============================VARIABLES==============================*/
/*==============================FONTS==============================*/
@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/OpenSansRegular.eot");
  src: url("../fonts/OpenSansRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansRegular.woff") format("woff"), url("../fonts/OpenSansRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

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

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

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

/*==============================RESET==============================*/
*,
:before,
:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clr:after {
  content: '';
  display: block;
  clear: both;
}

html, body, div,
dl, dt, dd, ol, ul, li,
h1, h2, h3, h4, h5, h6, p, hr,
img, a, em, span, strong,
form, label, input, button, select,
table, thead, tbody, tfoot, tr, th, td, textarea {
  border: 0;
  outline: none;
  background: none;
  vertical-align: baseline;
  font: inherit;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select,
textarea,
button {
  color: #444;
  outline: none;
}

a:hover,
a:focus,
a.active {
  text-decoration: none;
  outline: none;
}

a[href^=tel] {
  color: inherit;
}

button {
  cursor: pointer;
}

input::-webkit-input-placeholder {
  color: #444;
}

input::-moz-placeholder {
  color: #444;
}

input:-moz-placeholder {
  color: #444;
}

input:-ms-input-placeholder {
  color: #444;
}

input:focus::-webkit-input-placeholder {
  color: transparent !important;
}

input:focus::-moz-placeholder {
  color: transparent !important;
}

input:focus:-moz-placeholder {
  color: transparent !important;
}

input:focus:-ms-input-placeholder {
  color: transparent !important;
}

textarea::-webkit-input-placeholder {
  color: #444;
}

textarea::-moz-placeholder {
  color: #444;
}

textarea:-moz-placeholder {
  color: #444;
}

textarea:-ms-input-placeholder {
  color: #444;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}

textarea:focus::-moz-placeholder {
  color: transparent !important;
}

textarea:focus:-moz-placeholder {
  color: transparent !important;
}

textarea:focus:-ms-input-placeholder {
  color: transparent !important;
}

/*==============================PLUGINS==============================*/
/* Get the bourbon mixin from http://bourbon.io */
/* Reset */
.flip-clock-wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-clock-wrapper a {
  cursor: pointer;
  text-decoration: none;
  color: #444;
}

.flip-clock-wrapper a:hover {
  color: #444;
}

.flip-clock-wrapper ul {
  list-style: none;
}

.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
  content: " ";
  display: table;
}

.flip-clock-wrapper.clearfix:after {
  clear: both;
}

.flip-clock-wrapper.clearfix {
  *zoom: 1;
}

/* Main */
.flip-clock-meridium {
  background: none !important;
  -webkit-box-shadow: 0 0 0 !important;
  box-shadow: 0 0 0 !important;
  font-size: 36px !important;
}

.flip-clock-meridium a {
  color: #313333;
}

.flip-clock-wrapper {
  text-align: center;
  position: relative;
  width: 100%;
  padding-bottom: 20px;
}

.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.flip-clock-wrapper:after {
  clear: both;
}

/* Skeleton */
.flip-clock-wrapper ul {
  position: relative;
  float: left;
  margin: 5px;
  width: 42px;
  height: 54px;
  font-size: 44px;
  line-height: 54px;
  font-weight: 700;
  border-radius: 6px;
  background: #fff;
}

.flip-clock-wrapper ul li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 54px;
  text-decoration: none !important;
}

.flip-clock-wrapper ul li:first-child {
  z-index: 2;
}

.flip-clock-wrapper ul li a {
  display: block;
  height: 100%;
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  perspective: 200px;
  margin: 0 !important;
  overflow: visible !important;
  cursor: default !important;
}

.flip-clock-wrapper ul li a div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  font-size: 44px;
  overflow: hidden;
  outline: 1px solid transparent;
}

.flip-clock-wrapper ul li a div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.flip-clock-wrapper ul li a div.up {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  top: 0;
}

.flip-clock-wrapper ul li a div.up:after {
  content: "";
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 3px;
}

.flip-clock-wrapper ul li a div.down {
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  bottom: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.flip-clock-wrapper ul li a div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #444;
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
}

.flip-clock-wrapper ul li a div.up div.inn {
  top: 0;
}

.flip-clock-wrapper ul li a div.down div.inn {
  bottom: 0;
}

/* PLAY */
.flip-clock-wrapper ul.play li.flip-clock-before {
  z-index: 3;
}

.flip-clock-wrapper .flip {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
}

.flip-clock-wrapper ul.play li.flip-clock-active {
  -webkit-animation: asd 0.5s 0.5s linear both;
  -moz-animation: asd 0.5s 0.5s linear both;
  animation: asd 0.5s 0.5s linear both;
  z-index: 5;
}

.flip-clock-divider {
  float: left;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 54px;
}

.flip-clock-divider:first-child {
  width: 0;
}

.flip-clock-dot {
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  border-radius: 50%;
  background: #fff;
  left: 7px;
}

.flip-clock-divider .flip-clock-label {
  position: absolute;
  bottom: -25px;
  text-align: center;
  left: 5px;
  width: 95px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #E5E5E5;
  text-shadow: none;
}

.flip-clock-divider.hours .flip-clock-label {
  left: 25px;
}

.flip-clock-divider.minutes .flip-clock-label {
  left: 25px;
}

.flip-clock-divider.seconds .flip-clock-label {
  left: 25px;
}

.flip-clock-dot.top {
  top: 25px;
}

.flip-clock-dot.bottom {
  bottom: 12px;
}

@-webkit-keyframes asd {
  0% {
    z-index: 2;
  }
  20% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}

@-moz-keyframes asd {
  0% {
    z-index: 2;
  }
  20% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}

@-o-keyframes asd {
  0% {
    z-index: 2;
  }
  20% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}

@keyframes asd {
  0% {
    z-index: 2;
  }
  20% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}

.flip-clock-wrapper ul.play li.flip-clock-active .down {
  z-index: 2;
  -webkit-animation: turn 0.5s 0.5s linear both;
  -moz-animation: turn 0.5s 0.5s linear both;
  animation: turn 0.5s 0.5s linear both;
}

@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
  }
}

@-moz-keyframes turn {
  0% {
    -moz-transform: rotateX(90deg);
  }
  100% {
    -moz-transform: rotateX(0deg);
  }
}

@-o-keyframes turn {
  0% {
    -o-transform: rotateX(90deg);
  }
  100% {
    -o-transform: rotateX(0deg);
  }
}

@keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}

.flip-clock-wrapper ul.play li.flip-clock-before .up {
  z-index: 2;
  -webkit-animation: turn2 0.5s linear both;
  -moz-animation: turn2 0.5s linear both;
  animation: turn2 0.5s linear both;
}

@-webkit-keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(-90deg);
  }
}

@-moz-keyframes turn2 {
  0% {
    -moz-transform: rotateX(0deg);
  }
  100% {
    -moz-transform: rotateX(-90deg);
  }
}

@-o-keyframes turn2 {
  0% {
    -o-transform: rotateX(0deg);
  }
  100% {
    -o-transform: rotateX(-90deg);
  }
}

@keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
  }
}

.flip-clock-wrapper ul li.flip-clock-active {
  z-index: 3;
}

/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.3s linear both;
}

/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.2s linear both;
}

@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-o-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*-----------------slick-slider plugin---------------------*/
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  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;
}

.slick-arrow {
  position: absolute;
  display: block;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #0C9E6A;
  background-size: 13px 23px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 4px;
  font-size: 0;
  z-index: 20;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slick-arrow:hover {
  background-color: #0C9E6A;
}

.slick-prev {
  left: -20px;
  background-image: url(../images/icons/icon-arrow-prev.svg);
}

.slick-prev:hover {
  background-image: url(../images/icons/icon-arrow-prev-white.svg);
}

.slick-next {
  right: -20px;
  background-image: url(../images/icons/icon-arrow-next.svg);
}

.slick-next:hover {
  background-image: url(../images/icons/icon-arrow-next-white.svg);
}

.slick-dots {
  bottom: 15px;
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 0;
  z-index: 20;
}

.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px;
}

.slick-dots li button {
  width: 12px;
  height: 12px;
  background: #0C9E6A;
  border-radius: 50%;
}

.slick-dots li.slick-active button {
  background: #1F664C;
}

/*-----------------fancybox plugin---------------------*/
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #444;
  opacity: 0;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.5;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  -o-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  -o-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}

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

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: -1px;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em;
}

input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus, .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc( 100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  -webkit-box-shadow: inset 1px 1px 1px #ccc;
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw, .ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
  filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative;
  padding: .2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}

.ui-icon-background, .ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: .003;
  filter: Alpha(Opacity=0.3);
}

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}

/*==============================GENERAL==============================*/
html, body {
  position: relative;
  min-width: 320px;
}

body {
  font-family: 'OpenSans';
  line-height: 1;
  color: #444;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}

.center-wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 1280px;
}

h1, h2, h3, h4, h5, h6, .title_1, .title_2, .title_3, .title_4, .title_5, .title_6 {
  margin-bottom: 30px;
  font-weight: 600;
  line-height: 1.3;
}

h1, .title_1 {
  margin-bottom: 35px;
  font-size: 36px;
}

h2, .title_2 {
  margin-bottom: 35px;
  font-size: 30px;
  font-weight: 600;
}

h3, .title_3 {
  font-size: 24px;
}

h4, .title_4 {
  font-size: 20px;
}

.title_center {
  text-align: center;
}

.title_white {
  color: #fff;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #0C9E6A;
}

a:hover {
  color: #1F664C;
}

blockquote {
  margin-bottom: 20px;
  padding: 15px;
  background: #F9F9F9;
}

blockquote p:last-child {
  margin-bottom: 0;
}

ul, ol {
  list-style: none;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

img {
  vertical-align: top;
}

svg {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

table {
  width: 100%;
}

.xxxxx ul {
  padding-bottom: 15px;
}

.xxxxx ul li {
  position: relative;
}

.xxxxx ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.xxxxx ol {
  padding-bottom: 15px;
  counter-reset: myCounter;
}

.xxxxx ol li {
  position: relative;
}

.xxxxx ol li:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: myCounter;
  content: counters(myCounter, ".") ". ";
}

.xxxxx ol ol li {
  content: counters(item, ".") " ";
}

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

.color-base {
  color: #0C9E6A;
}

.table {
  display: table;
  width: 100%;
}

.trow {
  display: table-row;
}

.cell {
  display: table-cell;
}

.cell_title {
  display: table-cell;
}

.bg-filter {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgba(68, 68, 68, 0.4);
  z-index: -10;
  opacity: 0;
}

.bg-filter.active {
  opacity: 1;
  z-index: 80;
}

.nicescroll-cursors {
  background: #0C9E6A !important;
}

/*--------------------icons--------------------*/
.ic {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.ic-whatsup {
  width: 30px;
  height: 30px;
  background-image: url(../images/icon-app-whatsup.svg);
}

.ic-telegram {
  width: 30px;
  height: 30px;
  background-image: url(../images/icon-app-telegram.svg);
}

.ic-mail {
  width: 30px;
  height: 30px;
  background-image: url(../images/icon-mail.svg);
}

.ic-phone {
  width: 30px;
  height: 30px;
  background-image: url(../images/icon-phone.svg);
}

.ic-construtor {
  width: 20px;
  height: 20px;
  background-image: url(../images/icons/icon-constructor.svg);
}

.ic-menu {
  width: 22px;
  height: 18px;
  background-image: url(../images/icons/icon-menu.svg);
}

.ic-menu-arrow {
  width: 13px;
  height: 8px;
  background-image: url(../images/icons/icon-menu-arrow.svg);
}

.ic-search {
  width: 20px;
  height: 20px;
  background-image: url(../images/icons/icon-search.svg);
}

.ic-more {
  width: 14px;
  height: 12px;
  background-image: url(../images/icons/icon-more-white.svg);
}

.ic-plus {
  width: 13px;
  height: 13px;
  background-image: url(../images/icons/icon-plus.svg);
}

.ic-wish {
  width: 18px;
  height: 16px;
  background-image: url(../images/icons/icon-wish-white.svg);
}

.ic-wish_dark {
  background-image: url(../images/icons/icon-wish-dark.svg);
}

.ic-cart {
  width: 17px;
  height: 16px;
  background-image: url(../images/icons/icon-cart.svg);
}

.ic-cart_dark {
  background-image: url(../images/icons/icon-cart-dark.svg);
}

.ic-prev {
  width: 14px;
  height: 12px;
  background-image: url(../images/icons/icon-prev.svg);
}

.ic-close {
  width: 17px;
  height: 16px;
  background-image: url(../images/icons/icon-close.svg);
}

.ic-call {
  width: 16px;
  height: 16px;
  background-image: url(../images/icons/icon-call.svg);
}

.ic-search_dark {
  background-image: url(../images/icons/icon-search-dark.svg);
}

/*==============================FORM ELEMENTS==============================*/
/*--------------------buttons--------------------*/
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 0 15px;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  color: #0C9E6A;
  border: 1px solid #0C9E6A;
  cursor: pointer;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn i {
  margin-right: 10px;
}

.btn:hover {
  background: #0C9E6A;
  color: #fff;
}

.btn_white {
  border-color: #fff;
  color: #fff;
}

.btn_white:hover {
  background: #fff;
  color: #0C9E6A;
}

.btn_fill {
  background: #0C9E6A;
  color: #fff;
}

.btn_fill:hover {
  background: #1F664C;
  border-color: #1F664C;
}

.btn_full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.btn_big {
  height: 44px;
  font-size: 18px;
}

.btn_small {
  height: 30px;
  font-size: 14px;
}

.more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #0C9E6A;
}

.more:hover {
  color: #1F664C;
}

.more:hover span {
  border-bottom: 1px solid #1F664C;
}

.more i {
  margin-left: 10px;
}

.more span {
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*--------------------inputs--------------------*/
.input {
  width: 100%;
  padding: 0 20px 0 10px;
  height: 40px;
  font-size: 14px;
  border: 1px solid #E5E5E5;
  background: #fff;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.input:focus {
  border-color: #444;
}

.input.required {
  background-image: url(../images/icons/icon-required.svg);
  background-size: 7px 7px;
  background-position: right 10px top 10px;
  background-repeat: no-repeat;
}

.input.error {
  border: 1px solid #C11B2F;
}

.input.disabled {
  border: 1px solid #E5E5E5;
  color: #E5E5E5;
  cursor: default;
}

.input.disabled::-webkit-input-placeholder {
  color: #E5E5E5;
}

.input.disabled::-moz-placeholder {
  color: #E5E5E5;
}

.input.disabled:-moz-placeholder {
  color: #E5E5E5;
}

.input.disabled:-ms-input-placeholder {
  color: #E5E5E5;
}

.textarea {
  padding: 10px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 120px;
  font-size: 14px;
  line-height: 16px;
  border: 1px solid #E5E5E5;
  background: #fff;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.textarea:focus {
  border-color: #444;
}

.textarea.required {
  background-image: url(../images/icons/icon-required.svg);
  background-size: 7px 7px;
  background-position: right 10px top 10px;
  background-repeat: no-repeat;
}

.textarea.error {
  border: 1px solid #C11B2F;
}

.textarea.disabled {
  border: 1px solid #E5E5E5;
  color: #E5E5E5;
  cursor: default;
}

.textarea.disabled::-webkit-input-placeholder {
  color: #E5E5E5;
}

.textarea.disabled::-moz-placeholder {
  color: #E5E5E5;
}

.textarea.disabled:-moz-placeholder {
  color: #E5E5E5;
}

.textarea.disabled:-ms-input-placeholder {
  color: #E5E5E5;
}

.checkbox input[type="checkbox"] {
  display: none;
}

.checkbox label {
  position: relative;
  display: block;
  padding-left: 26px;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
}

.checkbox label:before {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #C4C4C4;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 1;
}

.checkbox label a {
  border-bottom: 1px solid #0C9E6A;
}

.checkbox label a:hover {
  border-color: transparent;
}

.checkbox input[type="checkbox"]:checked + label:before {
  background-image: url(../images/icons/icon-check.svg);
}

.checkbox_white label {
  color: #EFEFEF;
}

.checkbox_white label a {
  color: #EFEFEF;
  border-color: #EFEFEF;
}

.checkbox_white input[type="checkbox"]:checked + label:before {
  background-color: #EFEFEF;
}

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

.radio label {
  position: relative;
  display: inline-block;
  font-size: 14px;
  padding-left: 26px;
  line-height: 22px;
  cursor: pointer;
}

.radio label:before {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16px;
  flex: 0 0 16px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 1px solid #C4C4C4;
  border-radius: 50%;
  z-index: 1;
}

.radio label:after {
  content: '';
  display: none;
  position: absolute;
  left: 5px;
  top: 8px;
  width: 6px;
  height: 6px;
  background: #0C9E6A;
  border-radius: 50%;
  z-index: 5;
}

.radio label a {
  border-bottom: 1px solid #0C9E6A;
}

.radio label a:hover {
  border-color: transparent;
}

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

.select {
  position: relative;
  cursor: pointer;
  background: #fff;
  z-index: 50;
}

.select.active .select-title {
  border-radius: 4px 4px 0 0;
}

.select.active .select-title:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.select-title {
  position: relative;
  width: 100%;
  height: 40px;
  background-color: #fff;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  z-index: 1;
}

.select-title:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  right: 10px;
  width: 14px;
  height: 8px;
  background-image: url(../images/icons/icon-arrow-down.svg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.select-title__value {
  display: block;
  padding: 0 30px 0 15px;
  font-size: 14px;
  line-height: 40px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  min-width: 100%;
  border-top: none;
  background-color: #fff;
  border: 1px solid #E5E5E5;
  border-top: 0;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  z-index: 30;
}

.select-options-inside {
  max-height: 172px;
}

.select-options__value {
  padding: 10px 15px;
  font-size: 14px;
}

.select-options__value:hover {
  background: #F9F9F9;
}

.quantity {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90px;
}

.quantity__btn {
  width: 25px;
  height: 34px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 13px 13px;
  border: 1px solid #D7D7D7;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.quantity__btn:hover {
  background-color: #D7D7D7;
}

.quantity__btn.btn-minus {
  border-radius: 4px 0 0 4px;
  background-image: url(../images/icons/icon-minus.svg);
}

.quantity__btn.btn-minus:hover {
  background-image: url(../images/icons/icon-minus-white.svg);
}

.quantity__btn.btn-plus {
  border-radius: 0 4px 4px 0;
  background-image: url(../images/icons/icon-plus2.svg);
}

.quantity__btn.btn-plus:hover {
  background-image: url(../images/icons/icon-plus2-white.svg);
}

.quantity__value input {
  border-top: 1px solid #D7D7D7;
  border-bottom: 1px solid #D7D7D7;
  width: 40px;
  height: 34px;
  font-size: 18px;
  text-align: center;
}

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

.rating__star {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22px;
  flex: 0 0 22px;
  max-width: 22px;
  width: 22px;
  height: 22px;
  margin-right: 9px;
  background-image: url(../images/icons/icon-star.svg);
}

.rating__star:last-child {
  margin-right: 0;
}

.rating__star.full {
  background-image: url(../images/icons/icon-star-full.svg);
}

/*==============================MODALS==============================*/
.modal {
  width: 400px;
  margin: 25px;
  padding: 40px;
  background-color: #fff;
}

.modal__title {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 600;
}

.modal-form-item {
  margin-bottom: 20px;
}

.modal-form-button_center {
  text-align: center;
}

/*--------------------modal-product--------------------*/
.modal_big {
  width: 1000px;
  padding: 30px;
}

.modal-product-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-product-rightside {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 30px;
}

.modal-product__title {
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 45px;
  font-weight: 600;
  color: #444;
}

.modal-product__articlul {
  margin-bottom: 15px;
  font-size: 14px;
  color: #808080;
}

.modal-product-stats {
  padding-bottom: 25px;
  border-bottom: 1px solid #E5E5E5;
}

.modal-product-stats.show-all .modal-product-stats-item.hidden {
  display: table-row;
}

.modal-product-stats__title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

.modal-product-stats-list {
  display: table;
  margin-bottom: 5px;
}

.modal-product-stats-item {
  display: table-row;
  font-size: 16px;
  line-height: 26px;
}

.modal-product-stats-item.hidden {
  display: none;
}

.modal-product-stats-item__title {
  display: table-cell;
  width: 180px;
  padding-bottom: 5px;
  line-height: 26px;
  color: #808080;
  white-space: nowrap;
}

.modal-product-stats-item__value {
  display: table-cell;
  padding-bottom: 5px;
  line-height: 26px;
}

.modal-product-stats__all {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  color: #0C9E6A;
}

.modal-product-stats__all.active:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.modal-product-stats__all:after {
  content: '';
  display: inline-block;
  margin-left: 8px;
  margin-top: 2px;
  width: 14px;
  height: 8px;
  background-image: url(../images/icons/icon-arrow-down.svg);
}

.modal-product-parameters {
  padding: 20px 0;
}

.modal-product-parameters__title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

.modal-product-parameters-list {
  display: table;
  margin-bottom: 5px;
  width: 100%;
}

.modal-product-parameters-item {
  display: table-row;
}

.modal-product-parameters-item__title {
  display: table-cell;
  padding-bottom: 10px;
  width: 180px;
  line-height: 26px;
}

.modal-product-parameters-item__value {
  display: table-cell;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 26px;
}

.modal-product-parameters-item__value .select {
  width: 100%;
}

.modal-product-parameters__note {
  position: relative;
  padding: 10px 10px 10px 35px;
  font-size: 12px;
  line-height: 16px;
  background: #F9F9F9;
}

.modal-product-parameters__note svg {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 16px;
  height: 16px;
  fill: #0C9E6A;
}

.modal-product-total {
  margin-bottom: 20px;
  padding: 25px;
  background: #F9F9F9;
}

.modal-product-total__price {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 600;
  color: #0C9E6A;
}

.modal-product-total__price span {
  font-size: 18px;
  font-weight: normal;
  color: #808080;
}

.modal-product-total-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-product-total__addcart {
  margin-right: 15px;
  width: 180px;
  height: 48px;
  font-weight: normal;
}

.modal-product__more {
  width: 100%;
}

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

.modal-product-leftside {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 505px;
  flex: 0 0 505px;
  max-width: 505px;
}

.modal-product-matarial {
  margin-bottom: 15px;
}

.modal-product-matarial__note {
  max-width: 400px;
}

.modal-product-option {
  padding-bottom: 20px;
}

.modal-product-option .checkbox span {
  display: block;
  font-size: 12px;
  color: 808080;
}

.modal-product-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  border-top: 1px solid #E5E5E5;
}

.modal-product-features-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 0 10px;
  text-align: center;
}

.modal-product-features-item__icon {
  height: 40px;
}

.modal-product-features-item__icon svg {
  fill: #0C9E6A;
}

.modal-product-features-item__title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #444;
}

/*==============================INDEX==============================*/
/*--------------------header--------------------*/
.header__note {
  padding: 7px 20px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  background: #444;
  color: #fff;
  -webkit-animation: blinker 3s linear infinite;
  animation: blinker 3s linear infinite;
}

@-webkit-keyframes blinker {
  50% {
    color: #0C9E6A;
  }
}

@keyframes blinker {
  50% {
    color: #0C9E6A;
  }
}

.header-body {
  padding: 20px 0;
}

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

.header-leftside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 326px;
  flex: 0 0 326px;
  max-width: 326px;
}

.header-menu__switcher {
  display: none;
  margin-right: 20px;
}

.header-menu__switcher span {
  margin-bottom: 3px;
  display: block;
  width: 22px;
  height: 4px;
  cursor: pointer;
  background: #1F664C;
}

.header-menu__switcher span:last-child {
  margin-bottom: 0;
}

.header-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-content-col:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 46%;
  flex: 0 0 46%;
  max-width: 46%;
}

.header-content-col_mobile {
  display: none;
}

.header-phones-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

a.header-phones-main__item {
  margin-right: 25px;
  font-size: 24px;
  font-weight: 600;
  color: #1F664C;
  white-space: nowrap;
}

a.header-phones-main__item:hover {
  color: #0C9E6A;
}

.header-phones-add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-phones-add__item {
  margin: 0 10px 5px 0;
  color: #6F6F6F;
}

.header-phones-add__item:hover {
  color: #0C9E6A;
}

.header-callback {
  height: 30px;
  font-size: 14px;
}

.header-callback i {
  display: none;
}

.header-apps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}

.header-apps__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
  font-size: 14px;
  color: #444;
}

.header-apps__item:hover {
  color: #0C9E6A;
}

.header-apps__item i {
  margin-right: 10px;
}

.header-apps__item_mail {
  color: #0C9E6A;
}

.header-apps__item_mail:hover {
  color: #1F664C;
}

.header-timetable {
  font-size: 14px;
  line-height: 22px;
  color: #444;
}

.header-bottom {
  background: #1F664C;
}

.header-bottom-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-search {
  position: relative;
}

.header-search__toggle {
  width: 20px;
  height: 20px;
  background-image: url(../images/icons/icon-search.svg);
  background-size: cover;
  cursor: pointer;
}

.header-search__toggle.active {
  background-image: url(../images/icons/icon-close-white.svg);
}

.header-search-body {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 100%;
  margin-right: 10px;
  width: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.header-search-body.open {
  width: 270px;
}

.header-search__input {
  padding-right: 40px;
}

.header-search__input:focus {
  border-color: transparent;
}

.header-search__btn {
  position: absolute;
  right: 10px;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  background-image: url(../images/icons/icon-search-dark.svg);
  background-size: contain;
  z-index: 10;
}

.mobile-search {
  position: relative;
  margin-left: 20px;
}

.mobile-search__toggle {
  width: 20px;
  height: 20px;
  background-image: url(../images/icons/icon-search-dark.svg);
  background-size: cover;
  cursor: pointer;
}

.mobile-search__toggle.active {
  background-image: url(../images/icons/icon-close.svg);
}

.mobile-search-body {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 100%;
  margin-right: 10px;
  width: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.mobile-search-body.open {
  width: 270px;
}

.mobile-search__input {
  padding-right: 40px;
}

.mobile-search__input:focus {
  border-color: transparent;
}

.mobile-search__btn {
  position: absolute;
  right: 10px;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  background-image: url(../images/icons/icon-search-dark.svg);
  background-size: contain;
  z-index: 10;
}

.header-menu {
  padding-right: 20px;
}

@media only screen and (min-width: 1261px) {
  .header-menu-list > li:hover > a {
    background: #0C9E6A;
  }
  .header-menu-list > li:hover .dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.header-menu-list > li:last-child a:after {
  display: block;
}

.header-menu-list > li:hover + li a:before {
  display: none;
}

.header-menu-list > li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 18px;
  height: 60px;
  font-weight: 600;
  color: #fff;
}

.header-menu-list > li > a.active {
  background: #0C9E6A;
}

.header-menu-list > li > a.active:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -1px;
  height: 100%;
  width: 1px;
  background: #0C9E6A;
  z-index: 30;
}

.header-menu-list > li > a:hover {
  background: #0C9E6A;
}

.header-menu-list > li > a:before {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 14px);
  left: 0;
  width: 1px;
  height: 28px;
  background: #0C9E6A;
}

.header-menu-list > li > a:after {
  content: '';
  display: none;
  position: absolute;
  top: calc(50% - 14px);
  right: 0;
  width: 1px;
  height: 28px;
  background: #0C9E6A;
}

.header-menu-list > li > a .ic-menu {
  margin-right: 15px;
}

.header-menu-list > li > a .ic-menu-arrow {
  margin-left: 45px;
}

.header-menu-list > li > a .ic-construtor {
  margin-right: 10px;
}

.header-menu-list > li .header-menu__btncatalog {
  background: #0C9E6A;
  width: 200px;
}

.header-menu-list > li .header-menu__btncatalog:before {
  top: 0;
  height: 100%;
  right: -1px;
  left: auto;
}

.menu-onlymobile {
  display: none;
}

.menu-link-gray {
  background: #F9F9F9;
}

.menu-link-gray[href^=tel] {
  color: #1F664C;
}

.dropdown {
  display: none;
  position: absolute;
  left: 0;
  padding: 30px 40px;
  top: 100%;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.25);
  z-index: 100;
}

.dropdown ul li {
  margin-bottom: 10px;
}

.dropdown ul li a {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  color: #444;
}

.dropdown ul li a:hover {
  color: #0C9E6A;
}

.dropdown__back {
  display: none;
}

.dropdown__title {
  display: none;
}

.dropdown-col {
  padding-right: 30px;
}

.dropdown-col:last-child {
  padding-right: 0;
}

.dropdown-col_60 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}

.dropdown-col_50 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.dropdown-col_40 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}

.dropdown-col_30 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}

.dropdown-col_25 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.dropdown-col_20 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.dropdown-section {
  margin-bottom: 28px;
}

.dropdown-section:last-child {
  margin-bottom: 0;
}

.dropdown-section__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  color: #444;
}

.dropdown-section__title:hover {
  color: #0C9E6A;
}

.dropdown-section__title span {
  width: 40px;
}

.dropdown-section__title svg {
  fill: #0C9E6A;
}

.dropdown-section-wrap {
  padding: 10px 0 0 40px;
}

.dropdown-section-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dropdown-section-col {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 20px;
}

.dropdown-section-block {
  padding-bottom: 10px;
}

.dropdown-section-block:last-child {
  padding-bottom: 0;
}

.dropdown-section-block__title {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}

.dropdown-section-block-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dropdown-section-block-content ul {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 20px;
}

.dropdown-section-block-content ul:last-child {
  padding-right: 0;
}

.dropdown-section__expand {
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
}

.dropdown-section__expand.active span:first-child {
  display: none;
}

.dropdown-section__expand.active span:last-child {
  display: block;
}

.dropdown-section__expand span:first-child {
  display: block;
}

.dropdown-section__expand span:last-child {
  display: none;
}

.dropdown-section__expand i {
  position: relative;
  top: -1px;
  font-style: normal;
  font-size: 13px;
}

.menu-hidden {
  display: none;
}

.menu-hidden.menu-show {
  display: block;
}

.dropdown-section__expand {
  padding-bottom: 2px;
  color: #0C9E6A !important;
  border-bottom: 1px dashed #0C9E6A;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dropdown-section__expand:hover {
  border-color: transparent;
}

/*--------------------sticky--------------------*/
.sticky {
  position: fixed;
  top: 230px;
  right: -912px;
  width: 912px;
  z-index: 70;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sticky.open {
  right: 0;
}

.sticky.open .sticky-content {
  -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.25);
}

.sticky-switchers {
  position: absolute;
  top: 0;
  right: 100%;
  overflow: hidden;
  border-radius: 5px 0 0 5px;
}

.sticky-switchers__btn {
  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;
  width: 80px;
  height: 80px;
  background: #0C9E6A;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sticky-switchers__btn.active {
  background: #1F664C;
}

.sticky-switchers__btn span {
  margin-top: 10px;
  width: 20px;
  height: 20px;
  font-size: 12px;
  font-weight: 600;
  color: #1F664C;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  background: #fff;
}

.sticky-switchers__btn:last-child {
  border-top: 1px solid rgba(255, 255, 255, 0.7);
}

.sticky-switchers__btn:last-child:hover {
  background: #1F664C;
}

.sticky-content {
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sticky-content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  padding: 30px 30px 15px 30px;
}

.sticky-content__title {
  margin-right: 60px;
  font-size: 24px;
  font-weight: 600;
}

.sticky-cart-tabs-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.sticky-cart-tabs__btn {
  margin-right: 30px;
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 3px solid transparent;
  cursor: pointer;
}

.sticky-cart-tabs__btn.active {
  border-color: #0C9E6A;
}

.sticky-cart-form-section {
  position: relative;
  padding-bottom: 10px;
}

.sticky-cart-form__clear {
  position: absolute;
  right: 30px;
  top: -40px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 14px;
  border-bottom: 1px solid #0C9E6A;
}

.sticky-cart-form__clear:hover {
  border-color: transparent;
}

.sticky-cart-form .cart-table td {
  vertical-align: middle;
}

.sticky-cart-form .cart-table-product-body,
.sticky-cart-form .cart-table-quantity,
.sticky-cart-form .cart-table-actions,
.sticky-cart-form .cart-table__price {
  min-height: auto;
  height: auto;
}

.sticky-cart-form .cart-table__price {
  text-align: center;
}

.sticky-cart-form .cart-table-actions {
  padding-right: 10px;
}

.sticky-cart-form .cart-table-actions a:first-child {
  margin-left: 0;
}

.sticky-cart-form .cart-table-product {
  padding-right: 0;
}

.sticky-cart-form .cart-table-product-content {
  padding-right: 0;
}

.sticky-cart-form .cart-table-product__image img {
  max-height: 90px;
}

.sticky-cart-form .cart-table-product__title {
  max-width: 230px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.sticky-cart-scroll {
  max-height: 263px;
  margin-right: 15px;
}

.sticky-cart-bottom {
  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;
  padding: 20px 30px;
}

.sticky-cart-back__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 30px;
  margin-bottom: 15px;
  color: #0C9E6A;
}

.sticky-cart-back__link i {
  margin-right: 10px;
}

.sticky-cart-back__text {
  font-size: 12px;
}

.sticky-cart-order {
  text-align: center;
}

.sticky-cart-order__btn {
  margin-bottom: 10px;
}

.sticky-cart-order__text {
  font-size: 12px;
}

.sticky-cart-total__price {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
}

.sticky-cart-total__price span {
  font-size: 24px;
  color: #1F664C;
}

.sticky-cart-total__btn {
  margin-bottom: 10px;
}

.sticky-cart-total__text {
  font-size: 12px;
}

@media only screen and (max-height: 700px) and (min-width: 800px) {
  .sticky {
    top: 0 !important;
    height: 100%;
  }
  .sticky-switchers {
    top: 220px;
  }
  .sticky-cart-form-section {
    height: calc(100vh - 75px);
  }
}

/*--------------------promo--------------------*/
.promo {
  position: relative;
  height: 570px;
  background-color: #1F664C;
  background-image: url(../images/promo-image.jpg);
  background-position: 50% 0;
}

.promo-elements {
  position: absolute;
  top: 20px;
  left: calc(50% - 734px);
  z-index: 50;
}

.promo-elements path {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

.promo-elements path:hover {
  opacity: 1;
}

.promo-element__title {
  position: absolute;
  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;
  text-align: center;
  padding: 0 15px;
  height: 56px;
  font-weight: 600;
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  z-index: -1;
}

.promo-element__title.active {
  opacity: 1;
  z-index: 1;
}

.promo-element__title:after {
  content: '';
  display: block;
  position: absolute;
  left: calc(50% - 12px);
  top: 100%;
  margin-top: -1px;
  width: 24px;
  height: 16px;
  background-image: url(../images/tip-arrow.svg);
}

#promo-element-1 {
  left: 100px;
  bottom: 100px;
}

#promo-element-2 {
  top: 310px;
  left: 600px;
}

#promo-element-3 {
  top: -15px;
  left: 490px;
}

#promo-element-4 {
  top: -15px;
  right: 285px;
}

#promo-element-5 {
  top: 215px;
  left: 520px;
}

#promo-element-6 {
  top: 230px;
  right: 330px;
}

#promo-element-7 {
  top: 175px;
  right: 348px;
}

#promo-element-8 {
  top: 235px;
  right: 240px;
}

#promo-element-9 {
  top: 205px;
  left: 365px;
}

#promo-element-10 {
  top: 105px;
  left: 690px;
}

#promo-element-11 {
  top: 220px;
  left: 705px;
}

.promo-mobile-image {
  display: none;
}

.promo-mobile-image img {
  width: 100%;
}

/*--------------------callback--------------------*/
.callback {
  padding: 15px 0;
  background: #444;
}

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

.callback-leftside {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 20px;
}

.callback__title {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
  color: #fff;
}

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

.callback-input {
  padding-right: 15px;
}

.callback-input .input {
  width: 240px;
}

.callback-rightside {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 530px;
  flex: 0 0 530px;
  max-width: 530px;
  padding-top: 5px;
}

.callback-timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.callback-timer__title {
  margin-bottom: 5px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}

.callback-timer-content {
  position: relative;
  margin-left: -5px;
}

/*--------------------discounts--------------------*/
.main-content {
  padding: 40px 0 60px 0;
}

.discounts__title {
  margin-bottom: 30px;
  font-weight: 600;
}

.discounts-slider {
  margin-bottom: 40px;
}

.discounts-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
  padding-bottom: 25px;
}

.discounts-col {
  margin-bottom: 40px;
  padding: 0 20px;
}

.discounts-col_small {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

.discounts-col_small .discounts-item {
  background: #0C9E6A;
  padding: 30px 50px 40px 50px;
}

.discounts-col_small .discounts-item-content {
  padding-top: 0;
}

.discounts-col_small .discounts-item__title,
.discounts-col_small .discounts-item__text {
  color: #fff;
}

.discounts-col_small .discounts-item__btn {
  background: #fff;
  color: #0C9E6A;
  border: 1px solid transparent;
}

.discounts-col_small .discounts-item__btn:hover {
  opacity: 0.9;
}

.discounts-col_medium {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.discounts-col_medium .discounts-item {
  padding: 30px 60px 40px 70px;
}

.discounts-col_big {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666%;
  flex: 0 0 66.666%;
  max-width: 66.666%;
}

.discounts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 70px 40px 90px;
  height: 100%;
  background: #F9F9F9;
}

.discounts-item-content {
  padding-top: 20px;
  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;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.discounts-item__title {
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1F664C;
}

.discounts-item__text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-bottom: 20px;
  padding-right: 10px;
  font-size: 20px;
  line-height: 30px;
  color: #444;
}

.discounts-item__image {
  padding-left: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  text-align: center;
}

.discounts-item__image img {
  max-width: 100%;
}

.discounts-item__btn {
  white-space: nowrap;
}

/*--------------------mainproducts--------------------*/
.mainproducts {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(229, 229, 229, 0.7);
}

.tabs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

.tabs__btn {
  margin-right: 30px;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  color: #444;
  border-bottom: 3px solid transparent;
  cursor: pointer;
}

.tabs__btn.active {
  border-color: #0C9E6A;
}

.tabs-section {
  display: none;
}

.tabs-section.active {
  display: block;
}

.products-carousel {
  position: relative;
  margin: 0 -20px;
  z-index: 10;
}

.products-carousel .slick-prev {
  left: 0;
}

.products-carousel .slick-next {
  right: 0;
}

.products-carousel .slick-arrow {
  top: 185px;
}

.products-carousel > .slick-list > .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.products-carousel > .slick-list > .slick-track > .slick-slide {
  height: inherit !important;
  padding: 15px 20px 35px;
}

.products-item {
  position: relative;
  height: 100%;
  padding-bottom: 50px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
}

.products-item:hover {
  border-color: transparent;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
  z-index: 30;
}

.products-item:hover .products-item-body {
  border-color: transparent;
}

.products-item:hover .products-item-actions {
  opacity: 1;
}

.products-item-body {
  position: relative;
  height: 100%;
  border: 1px solid #E5E5E5;
}

.products-item-gallery {
  position: relative;
  display: block;
  height: 245px;
  z-index: 1;
}

.products-item-gallery-row {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 0;
  left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.products-item-gallery__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
}

.products-item-gallery__item-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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;
  opacity: 0;
  z-index: -2;
}

.products-item-gallery__item-wrapper img {
  display: inline-block;
  max-width: 100%;
  max-height: 230px;
  -o-object-fit: contain;
  object-fit: contain;
}

.products-item-gallery__item-btn {
  opacity: 0;
  display: block;
  width: 100%;
  height: 4px;
  background: #C4C4C4;
  margin: 0 1px 5px;
}

.products-item-gallery-row:hover .products-item-gallery__item-btn {
  opacity: 1;
}

.products-item-gallery__item:hover .products-item-gallery__item-btn {
  background: #0C9E6A;
}

.products-item-gallery-row:not(:hover) .products-item-gallery__item:first-child .products-item-gallery__item-wrapper,
.products-item-gallery__item:hover .products-item-gallery__item-wrapper {
  z-index: -1;
  opacity: 1;
}

.products-item__wishlist {
  position: absolute;
  top: 18px;
  right: 17px;
  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;
  padding-top: 2px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: 30;
}

.products-item__wishlist:hover svg {
  fill: #0C9E6A !important;
}

.products-item__wishlist.active {
  background: #F9F9F9;
}

.products-item__wishlist.active span:first-child {
  display: none;
}

.products-item__wishlist.active span:last-child {
  display: block;
}

.products-item__wishlist span:first-child {
  display: block;
}

.products-item__wishlist span:first-child svg {
  fill: #C4C4C4;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.products-item__wishlist span:last-child {
  display: none;
}

.products-item__wishlist span:last-child svg {
  fill: #0C9E6A;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.products-item-labels {
  position: absolute;
  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;
  top: 20px;
  left: 20px;
  z-index: 5;
}

.products-item__label {
  margin-bottom: 5px;
  padding: 5px 6px;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  border-radius: 3px;
  color: #fff;
}

.label-new {
  background: #0C9E6A;
}

.label-discount {
  background: #C11B2F;
}

.products-item__view {
  display: block;
  position: absolute;
  right: 17px;
  top: 55px;
  width: 30px;
  height: 30px;
  padding: 4px;
  border: 1px solid #C4C4C4;
  border-radius: 5px;
  z-index: 20;
}

.products-item__view:hover {
  border-color: #0C9E6A;
}

.products-item__view:hover svg {
  fill: #0C9E6A;
}

.products-item__view svg {
  width: 100%;
  height: 100%;
  fill: #C4C4C4;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.products-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px 15px 20px;
  height: calc(100% - 245px);
}

.products-item__category {
  margin-bottom: 5px;
  font-size: 12px;
  color: #444;
}

.products-item__category a {
  color: #444;
}

.products-item__category a:hover {
  color: #0C9E6A;
}

.products-item__size {
  margin-bottom: 10px;
}

.products-item__title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  color: #444;
}

.products-item__title a {
  color: #444;
}

.products-item__title a:hover {
  color: #0C9E6A;
}

.products-item__price {
  font-size: 16px;
  color: #444;
}

.products-item__price strong {
  font-size: 18px;
  font-weight: 600;
  color: #0C9E6A;
}

.products-item__price span {
  font-size: 14px;
  text-decoration: line-through;
  color: #808080;
}

.products-item-material {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 5px;
}

.products-item-material__item {
  margin: 0 8px 8px 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
}

.products-item-material__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.products-item-actions {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0 15px;
  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;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  z-index: 5;
}

.products-item__click {
  font-size: 14px;
  color: #0C9E6A;
}

.products-item__click:hover {
  color: #1F664C;
}

.mainproducts-all {
  position: relative;
  top: -35px;
  text-align: center;
  z-index: 10;
}

/*--------------------maincatalog--------------------*/
.maincatalog {
  display: none;
}

.maincatalog-section {
  padding: 30px 0;
  border-bottom: 1px solid #E5E5E5;
}

.maincatalog-section__title {
  margin-bottom: 30px;
}

.maincatalog-section-list li {
  margin-bottom: 20px;
}

.maincatalog-section-list li:last-child {
  margin-bottom: 0;
}

.maincatalog-section-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  color: #444;
}

.maincatalog-section-list li a span:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  max-width: 30px;
  margin-right: 10px;
  text-align: center;
}

.maincatalog-section-list li a svg {
  fill: #0C9E6A;
}

.materials-item__arrow {
  display: none;
  position: absolute;
  top: calc(50% - 6px);
  right: 15px;
  z-index: 10;
}

.materials-item__arrow svg {
  fill: #0C9E6A;
}

/*--------------------mainmaterials--------------------*/
.mainmaterials {
  padding-top: 60px;
}

.mainmaterials__title {
  margin-bottom: 40px;
}

.materials-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.materials-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 0 20px;
  margin-bottom: 40px;
}

.materials-item {
  display: block;
  position: relative;
  height: 200px;
  background: #F9F9F9;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.materials-item:hover {
  -webkit-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
}

.materials-item:hover .materials-item-hidden {
  opacity: 1;
}

.materials-item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.materials-item__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
  max-width: 180px;
  height: 100%;
}

.materials-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.materials-item-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 20px 20px 20px 35px;
}

.materials-item__title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #444;
}

.materials-item__subtitle {
  color: #444;
}

.materials-item-hidden {
  position: absolute;
  left: 0;
  top: 0;
  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;
  padding: 20px 25px 15px;
  width: 100%;
  height: 100%;
  background: #0C9E6A;
  opacity: 0;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.materials-item__text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}

.materials-item__more {
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  border-bottom: 1px solid transparent;
}

.materials-item__more:hover i {
  -webkit-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px);
}

.materials-item__more i {
  margin-left: 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mainmaterials-all {
  text-align: center;
}

/*--------------------mainabout--------------------*/
.mainabout {
  padding: 60px 0;
  background: #F9F9F9;
}

.mainabout-video {
  float: right;
  margin: 0 0 20px 40px;
}

.mainabout-video-mobile {
  display: none;
}

.mainabout-video__item {
  position: relative;
  display: inline-block;
  width: 510px;
  height: 320px;
}

.mainabout-video__item:hover:after {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

.mainabout-video__item:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background-image: url(../images/icon-play.svg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 5;
}

.mainabout-video__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mainabout__text p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 26px;
  color: #444;
}

/*--------------------features--------------------*/
.features {
  padding: 60px 0 75px;
}

.features__title {
  margin-bottom: 40px;
}

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

.features-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 5px;
  text-align: center;
}

.features-item__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  width: 140px;
  height: 140px;
  background: #1F664C;
  border-radius: 50%;
}

.features-item__title {
  font-size: 18px;
  line-height: 28px;
  color: #444;
}

/*--------------------mainworks--------------------*/
.mainworks {
  padding: 60px 0;
  background: #F9F9F9;
}

.mainworks__title {
  margin-bottom: 40px;
}

.mainworks-slider .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.mainworks-slider .slick-slide {
  height: inherit !important;
}

.works-item {
  background: #fff;
  padding: 30px;
  border: 1px solid #E5E5E5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.works-item:hover {
  border-color: #0C9E6A;
}

.works-item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.works-item-leftside {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 480px;
  flex: 0 0 480px;
  max-width: 480px;
}

.works-item-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-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 40px;
}

.works-item__title {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: #1F664C;
}

.works-item__title a {
  color: #1F664C;
}

.works-item__title a:hover {
  color: #0C9E6A;
}

.works-item-gallery {
  position: relative;
  display: block;
  height: 100%;
  min-height: 320px;
  z-index: 1;
}

.works-item-gallery-row {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.works-item-gallery__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
}

.works-item-gallery__item-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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;
  opacity: 0;
  z-index: -2;
}

.works-item-gallery__item-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.works-item-gallery__item-btn {
  opacity: 0;
  display: block;
  width: 100%;
  height: 4px;
  background: #E5E5E5;
  margin: 0 1px 5px;
}

.works-item-gallery-row:hover .works-item-gallery__item-btn {
  opacity: 1;
}

.works-item-gallery__item:hover .works-item-gallery__item-btn {
  background: #0C9E6A;
}

.works-item-gallery-row:not(:hover) .works-item-gallery__item:first-child .works-item-gallery__item-wrapper,
.works-item-gallery__item:hover .works-item-gallery__item-wrapper {
  z-index: -1;
  opacity: 1;
}

.works-item-info {
  padding-bottom: 10px;
}

.works-item-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  line-height: 24px;
  color: #444;
}

.works-item-info-item__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 220px;
  flex: 0 0 220px;
  max-width: 220px;
}

.works-item-info-item__value span {
  font-size: 18px;
  font-weight: 600;
  color: #0C9E6A;
}

.works-item-completed__title {
  margin-bottom: 5px;
  font-weight: 600;
  line-height: 1.5;
}

.works-item-completed-list {
  padding-bottom: 15px;
}

.works-item-completed-list li {
  margin-bottom: 5px;
  line-height: 26px;
}

.works-item__more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0C9E6A;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: auto;
  margin-bottom: 5px;
}

.works-item__more svg {
  margin-left: 7px;
  fill: #0C9E6A;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.works-item__more:hover {
  color: #1F664C;
}

.works-item__more:hover svg {
  fill: #1F664C;
}

/*--------------------mainreviews--------------------*/
.mainreviews-body {
  padding: 60px 0;
  border-bottom: 1px solid #E5E5E5;
}

.mainreviews__title {
  margin-bottom: 45px;
}

.mainreviews-tabs .tabs-list {
  margin-bottom: 40px;
}

.mainreviews-carousel {
  margin: 0 -15px;
}

.mainreviews-carousel .slick-prev {
  left: -5px;
}

.mainreviews-carousel .slick-next {
  right: -5px;
}

.mainreviews-carousel-slide {
  padding: 0 15px;
}

.mainreviews-carousel__item {
  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;
  height: 320px;
  border: 1px solid #E5E5E5;
}

.mainreviews-carousel__item:hover {
  border-color: #0C9E6A;
}

.mainreviews-carousel__item img {
  display: inline-block;
  max-width: 100%;
}

.mainreviews-siteitem {
  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;
  height: 320px;
  padding: 0 120px;
}

.mainreviews-siteitem__name {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.mainreviews-siteitem__text {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 26px;
}

.mainreviews-siteitem__date {
  font-size: 14px;
  color: #808080;
}

.mainreviews-carousel3 {
  margin: 0 -20px;
}

.mainreviews-carousel3 .slick-prev {
  left: 0;
}

.mainreviews-carousel3 .slick-next {
  right: 0;
}

.mainreviews-carousel3 .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.mainreviews-carousel3 .slick-slide {
  height: inherit !important;
}

.mainreviews-carousel3-slide {
  padding: 0 20px;
}

.mainreviews-videoitem {
  display: block;
  border: 1px solid #E5E5E5;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mainreviews-videoitem:hover {
  border-color: #0C9E6A;
}

.mainreviews-videoitem__poster {
  height: 220px;
  background: #C4C4C4;
}

.mainreviews-videoitem__poster img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mainreviews-videoitem-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: calc(100% - 220px);
  padding: 10px;
}

.mainreviews-videoitem__title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  color: #444;
}

.mainreviews-videoitem-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mainreviews-videoitem__views,
.mainreviews-videoitem__date {
  margin-right: 15px;
  font-size: 14px;
  line-height: 22px;
  color: #808080;
}

.mainreviews-carousel4 {
  margin: 0 -20px;
}

.mainreviews-carousel4 .slick-prev {
  left: 0;
}

.mainreviews-carousel4 .slick-next {
  right: 0;
}

.mainreviews-carousel4-slide {
  padding: 0 20px;
}

.mainreviews-audioitem {
  display: block;
}

.mainreviews-audioitem:hover {
  border-color: #0C9E6A;
}

.mainreviews-all {
  padding-top: 40px;
  text-align: center;
}

/*--------------------ceo--------------------*/
.ceo {
  padding: 60px 0;
}

.ceo-text__hidden {
  display: none;
}

.ceo-text__more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
  color: #0C9E6A;
  cursor: pointer;
}

.ceo-text__more:hover {
  color: #1F664C;
}

.ceo-text__more i {
  margin-right: 10px;
}

/*--------------------footer--------------------*/
.footer {
  border-top: 1px solid #E5E5E5;
}

.footer-contacts {
  padding: 50px 0 40px 0;
}

.footer-contacts-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
}

.footer-contacts-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 20px;
}

.footer-logo {
  margin-left: 20px;
}

.footer-phones__main {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.footer-phones__main svg {
  margin-right: 10px;
  fill: #0C9E6A;
}

.footer-phones__main:hover {
  color: #0C9E6A;
}

.footer-phones__item {
  padding-left: 30px;
}

.footer-phones__item a {
  display: inline-block;
  margin-top: 13px;
  color: #444;
}

.footer-phones__item a:hover {
  color: #0C9E6A;
}

.footer-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  line-height: 26px;
}

.footer-address svg {
  margin-right: 10px;
  fill: #0C9E6A;
}

.footer-mail {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-mail:hover svg {
  fill: #1F664C;
}

.footer-mail svg {
  margin-right: 10px;
  fill: #0C9E6A;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer-timetable {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-timetable svg {
  margin-right: 10px;
  fill: #0C9E6A;
}

.footer-map {
  height: 360px;
  background: url(../images/map.jpg) no-repeat 50% 0;
  background-size: cover;
}

.footer-content {
  padding: 45px 0 0;
  background: #444;
}

.footer-content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 50px;
}

.footer-content-col {
  padding-right: 20px;
}

.footer-content__title {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.footer-content-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 25px;
}

.footer-content-menu ul + ul {
  margin-left: 50px;
}

.footer-content-menu ul li {
  margin-bottom: 10px;
}

.footer-content-menu ul li a {
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  color: #F9F9F9;
}

.footer-content-menu ul li a:hover {
  opacity: 0.8;
}

.footer-copy {
  border-top: 1px solid #C4C4C4;
  padding: 20px 0;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #F9F9F9;
}

#up {
  display: none;
  position: fixed;
  right: 40px;
  bottom: 50px;
  width: 40px;
  height: 40px;
  background: #0C9E6A;
  border-radius: 4px;
  z-index: 30;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(../images/icons/icon-arrow-up.svg);
  background-repeat: no-repeat;
  background-position: 50% 45%;
  background-size: 24px 13px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#up:hover {
  background-color: #1F664C;
}

/*==============================ARTICLES==============================*/
.main-menu {
  padding-bottom: 20px;
}

.main-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main-menu-list li {
  margin: 0 30px 20px 0;
}

.main-menu-list li a {
  display: inline-block;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #444;
  border-bottom: 3px solid transparent;
}

.main-menu-list li a:hover {
  color: #0C9E6A;
}

.main-menu-list li a.active {
  border-color: #0C9E6A;
  color: #444;
}

.articles {
  padding-bottom: 60px;
}

.articles-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.articles-row .articles-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 20px 40px;
}

.articles-item__image {
  display: block;
  margin-bottom: 20px;
  height: 290px;
  overflow: hidden;
}

.articles-item__image:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.articles-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.articles-item__category {
  margin-bottom: 10px;
  font-size: 14px;
}

.articles-item__category a {
  color: #808080;
}

.articles-item__category a:hover {
  color: #0C9E6A;
}

.articles-item__title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}

.articles-item__title a {
  display: inline-block;
  color: #444;
}

.articles-item__title a:hover {
  color: #0C9E6A;
}

/*--------------------article--------------------*/
.article h1 {
  margin-bottom: 35px;
}

.article p {
  margin-bottom: 10px;
}

.article ul li {
  position: relative;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
  padding-left: 10px;
}

.article ul li:before {
  content: '-';
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  line-height: 1;
}

.article strong {
  font-weight: 600;
}

.article-top {
  padding-bottom: 15px;
  border-bottom: 1px solid #E5E5E5;
}

.article-top p {
  margin: 0;
}

.article-content-section {
  padding: 25px 0;
  border-bottom: 1px solid #E5E5E5;
}

.article-content-section img {
  float: right;
  display: inline-block;
  max-width: 400px;
  margin: 0 0 40px 40px;
}

.article-bottom {
  padding: 30px 0 60px 0;
  border-bottom: 1px solid #E5E5E5;
}

.article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.article-info__date {
  padding-right: 15px;
  color: #808080;
  font-size: 14px;
  line-height: 16px;
  border-right: 1px solid #808080;
}

.article-info__category {
  padding-left: 15px;
  font-size: 14px;
  line-height: 16px;
  color: #808080;
}

.article-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.article-nav-item {
  max-width: 400px;
}

.article-nav-item_prev .article-nav-item__arrow svg {
  margin-right: 7px;
}

.article-nav-item_next {
  text-align: right;
}

.article-nav-item_next .article-nav-item__arrow svg {
  margin-left: 7px;
}

.article-nav-item__arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.article-nav-item__arrow:hover svg {
  fill: #1F664C;
}

.article-nav-item__arrow svg {
  width: 14px;
  height: 12px;
  -o-object-fit: contain;
  object-fit: contain;
  fill: #0C9E6A;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.article-nav-item__title {
  font-size: 16px;
  line-height: 26px;
}

.article-nav-item__title a {
  display: inline-block;
}

.articles-other {
  padding: 60px 0 40px 0;
}

.articles-other-carousel {
  margin: 0 -20px;
  padding-top: 10px;
}

.articles-other-carousel .slick-prev {
  left: 0;
}

.articles-other-carousel .slick-next {
  right: 0;
}

.articles-other-carousel .articles-col {
  padding: 0 20px;
}

/*==============================CATALOG==============================*/
.main {
  padding: 25px 0 60px 0;
}

.main__title {
  margin-bottom: 40px;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 15px;
}

.breadcrumbs li {
  position: relative;
  margin: 0 7px 10px 0;
  font-size: 14px;
  color: #808080;
}

.breadcrumbs li:last-child svg {
  display: none;
}

.breadcrumbs li a {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}

.breadcrumbs li a:hover svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  fill: #1F664C;
}

.breadcrumbs li svg {
  position: absolute;
  top: 2px;
  right: 0;
  width: 13px;
  height: 10px;
  fill: #0C9E6A;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.catalog {
  padding-bottom: 40px;
  border-bottom: 1px solid #E5E5E5;
}

.catalog-top {
  margin-bottom: 20px;
  border-bottom: 1px solid #E5E5E5;
}

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

.catalog-categories li {
  margin: 0 30px 20px 0;
}

.catalog-categories li a {
  display: inline-block;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #444;
  border-bottom: 3px solid transparent;
}

.catalog-categories li a:hover {
  color: #0C9E6A;
}

.catalog-categories li a.active {
  border-color: #0C9E6A;
  color: #444;
}

.catalog-subcategories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
}

.catalog-subcategories li {
  margin: 0 70px 25px 0;
}

.catalog-subcategories li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #444;
}

.catalog-subcategories li a.active {
  color: #0C9E6A;
}

.catalog-subcategories li a:hover {
  color: #0C9E6A;
}

.catalog-subcategories li a svg {
  margin-right: 10px;
  fill: #0C9E6A;
}

.catalog-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.catalog-filter__close {
  display: none;
  position: absolute;
  right: 20px;
  top: 26px;
  z-index: 10;
}

.catalog-filter__switcher {
  display: none;
  margin-bottom: 30px;
  width: 100%;
}

.catalog-filter__title {
  display: none;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #1F664C;
}

.catalog-filter-buttons {
  display: none;
}

.catalog-filter-buttons .btn {
  width: 100%;
  margin-bottom: 5px;
}

.catalog-filter__reset {
  border: none;
}

.catalog-filter form {
  width: 100%;
}

.catalog-filter-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog-filter-block {
  margin-right: 60px;
}

.catalog-filter-block_1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.catalog-filter-block_2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.catalog-filter-block_3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.catalog-filter-block_4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  margin-left: auto;
  margin-right: 0;
}

.catalog-filter-item {
  position: relative;
}

.catalog-filter-item__title {
  position: relative;
  padding-bottom: 10px;
  padding-right: 23px;
  cursor: pointer;
}

.catalog-filter-item__title span {
  padding-left: 12px;
}

.catalog-filter-item__title:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
  width: 14px;
  height: 8px;
  background-image: url(../images/icons/icon-arrow-down.svg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.catalog-filter-item-dropdown {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 260px;
  padding: 0 15px 15px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  z-index: 35;
}

.catalog-filter-item-scroll {
  max-height: 230px;
  margin: 0 -14px;
}

.nicescroll-rails {
  padding: 0 !important;
}

.nicescroll-rails {
  border-radius: 5px;
  background: #E5E5E5;
}

.catalog-filter-button {
  padding-top: 10px;
}

.catalog-filter-button .btn {
  width: 100%;
  font-size: 14px;
  font-weight: normal;
}

.catalog-filter-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 15px 8px 41px;
}

.catalog-filter-checkbox label:before {
  top: 11px;
  left: 15px;
}

.catalog-filter-checkbox label:hover {
  background: #F9F9F9;
}

.catalog-filter-radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 15px;
}

.catalog-filter-radio label:before {
  display: none;
}

.catalog-filter-radio label:hover {
  background: #F9F9F9;
}

.catalog-filter-item_sort .catalog-filter-item-dropdown {
  right: 0;
  left: auto;
  padding-bottom: 0;
  width: auto;
}

.catalog-filter-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 10px;
}

.catalog-filter-tags__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 15px 15px 0;
  padding: 0 10px;
  height: 28px;
  font-size: 14px;
  border: 1px solid #E5E5E5;
}

.catalog-filter-tags__clear {
  line-height: 28px;
  font-size: 15px;
  color: #0C9E6A;
}

.catalog-filter-tags__clear:hover {
  color: #1F664C;
}

.remove-tag {
  position: relative;
  top: 1px;
  display: inline-block;
  margin-left: 10px;
  width: 12px;
  height: 12px;
  background-image: url(../images/icons/icon-remove.svg);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.catalog-filter-price {
  padding-top: 15px;
}

.catalog-filter-price-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.catalog-filter-price-fields-input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.catalog-filter-price-fields-input .input {
  height: 30px;
}

.catalog-filter-price-fields-divider {
  padding: 0 15px;
}

.catalog-filter-price-fields-divider span {
  display: block;
  width: 10px;
  height: 1px;
  background: #444;
}

.catalog-filter-price-slider {
  margin-bottom: 10px;
}

.catalog-filter-price-slider .ui-slider-horizontal {
  background-color: #E5E5E5;
  height: 4px;
}

.catalog-filter-price-slider .ui-widget.ui-widget-content {
  border: 0 !important;
}

.catalog-filter-price-slider .ui-slider .ui-slider-range {
  background-color: #0C9E6A;
}

.catalog-filter-price-slider .ui-slider-horizontal .ui-slider-handle {
  top: calc(50% - 8px);
  width: 16px;
  margin-left: -7px;
  height: 16px;
  background-color: white;
  border: 1px solid #0C9E6A;
  border-radius: 50%;
  cursor: pointer;
}

.products-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.products-row .products-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 20px;
}

.paginator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.paginator li {
  margin: 0 10px;
}

.paginator li:first-child a, .paginator li:last-child a {
  border-color: transparent !important;
}

.paginator li a {
  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: 40px;
  height: 40px;
  color: #444;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
}

.paginator li a svg {
  fill: #0C9E6A;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.paginator li a:hover {
  border-color: #0C9E6A;
  color: #0C9E6A;
}

.paginator li a.active {
  background: #0C9E6A;
  border-color: #0C9E6A;
  color: #fff;
}

.paginator li a.disabled svg {
  fill: #808080;
}

.show {
  text-align: center;
}

.show__btn:hover svg {
  fill: #fff;
}

.show__btn svg {
  margin-right: 10px;
  fill: #0C9E6A;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*--------------------mainform--------------------*/
.mainform {
  padding: 70px 0 55px 0;
  background: #1F664C;
}

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

.mainform-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 440px;
  flex: 0 0 440px;
  max-width: 440px;
  padding-right: 20px;
}

.mainform__subtitle {
  font-size: 18px;
  line-height: 28px;
  color: #F9F9F9;
}

.mainform-section {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

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

.mainform-leftside {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 290px;
  flex: 0 0 290px;
  max-width: 290px;
  margin-right: 40px;
}

.mainform-rightside {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.mainform-input {
  margin-bottom: 20px;
}

.mainform-input .textarea {
  height: 160px;
}

.mainform-button {
  padding-top: 25px;
}

/*==============================PRODUCT==============================*/
.product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #E5E5E5;
}

.product-leftside {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 40px;
}

.product-rightside {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 400px;
  flex: 0 0 400px;
  max-width: 400px;
}

.product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px solid #E5E5E5;
}

.product-info-leftside {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 400px;
  flex: 0 0 400px;
  max-width: 400px;
}

.product-info-rightside {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 400px;
  flex: 0 0 400px;
  max-width: 400px;
}

.product-media {
  position: relative;
}

.product-labels {
  position: absolute;
  top: 10px;
  left: 10px;
  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;
  z-index: 5;
}

.product-labels__item {
  margin-bottom: 5px;
  padding: 5px 6px;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  border-radius: 3px;
  color: #fff;
}

.product-wish {
  position: absolute;
  top: 10px;
  right: 10px;
  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;
  padding-top: 2px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: 30;
}

.product-wish:hover svg {
  fill: #0C9E6A !important;
}

.product-wish.active {
  background: #F9F9F9;
}

.product-wish.active span:first-child {
  display: none;
}

.product-wish.active span:last-child {
  display: block;
}

.product-wish span:first-child {
  display: block;
}

.product-wish span:first-child svg {
  fill: #C4C4C4;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product-wish span:last-child {
  display: none;
}

.product-wish span:last-child svg {
  fill: #0C9E6A;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product-slider {
  margin-bottom: 15px;
}

.product-slider-item__image {
  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;
  height: 400px;
  text-align: center;
}

.product-slider-item__image img {
  display: inline-block;
  max-width: 100%;
}

.product-thumbs {
  margin: 0 -5px 15px;
}

.product-thumbs-item {
  margin: 0 5px;
  border: 1px solid transparent;
  cursor: pointer;
}

.product-thumbs-item.slick-current {
  border-color: #0C9E6A;
}

.product-thumbs-item__image {
  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;
  padding: 10px;
  width: 90px;
  height: 90px;
}

.product-thumbs-item__image img {
  max-width: 100%;
  max-height: 70px;
}

.product-note {
  position: relative;
  padding: 10px 10px 10px 35px;
  font-size: 12px;
  line-height: 16px;
  background: #F9F9F9;
}

.product-note svg {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 16px;
  height: 16px;
  fill: #0C9E6A;
}

.product-article {
  margin-bottom: 15px;
  padding-top: 5px;
  font-size: 14px;
  color: #808080;
}

.product-stats {
  padding-bottom: 25px;
  border-bottom: 1px solid #E5E5E5;
}

.product-stats.show-all .product-stats-item.hidden {
  display: table-row;
}

.product-stats__title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

.product-stats-list {
  display: table;
  margin-bottom: 5px;
}

.product-stats-item {
  display: table-row;
  font-size: 16px;
  line-height: 26px;
}

.product-stats-item.hidden {
  display: none;
}

.product-stats-item__title {
  display: table-cell;
  width: 180px;
  padding-bottom: 10px;
  color: #808080;
  white-space: nowrap;
}

.product-stats-item__value {
  display: table-cell;
  padding-bottom: 10px;
}

.product-stats__all {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.product-stats__all.active:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.product-stats__all:after {
  content: '';
  display: inline-block;
  margin-left: 8px;
  margin-top: 2px;
  width: 14px;
  height: 8px;
  background-image: url(../images/icons/icon-arrow-down.svg);
}

.product-parameters {
  padding: 20px 0;
  border-bottom: 1px solid #E5E5E5;
}

.product-parameters__title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

.product-parameters-list {
  display: table;
  margin-bottom: 5px;
  width: 100%;
}

.product-parameters-item {
  display: table-row;
}

.product-parameters-item__title {
  display: table-cell;
  padding-bottom: 10px;
  width: 180px;
  line-height: 26px;
}

.product-parameters-item__value {
  display: table-cell;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 26px;
}

.product-parameters-item__value .select {
  width: 100%;
}

.product-material {
  padding-top: 20px;
}

.product-material__title {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}

.product-material__title span {
  font-size: 16px;
  font-weight: normal;
}

.product-material-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-material__item {
  margin: 0 5px 10px 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48px;
  flex: 0 0 48px;
  padding: 5px;
  width: 48px;
  height: 48px;
  border: 1px solid transparent;
  border-radius: 50%;
  cursor: pointer;
}

.product-material__item.active {
  border-color: #0C9E6A;
}

.product-material__item span {
  display: block;
  border-radius: 50%;
  overflow: hidden;
}

.product-material__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-material__note {
  position: relative;
  margin-bottom: 10px;
  padding: 10px 10px 10px 35px;
  font-size: 12px;
  line-height: 16px;
  background: #F9F9F9;
}

.product-material__note svg {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 16px;
  height: 16px;
  fill: #0C9E6A;
}

.product-material-other label {
  color: #444;
}

.product-material-other label span {
  display: block;
  font-size: 12px;
  color: #808080;
}

.product-total {
  padding: 30px 25px;
  background: #F9F9F9;
  border: 1px solid #E5E5E5;
}

.product-total__price {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 600;
  color: #0C9E6A;
}

.product-total__price span {
  font-size: 18px;
  font-weight: normal;
  text-decoration: line-through;
  color: #808080;
}

.product-total-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.product-total__cart {
  width: 180px;
  height: 48px;
  margin-right: 20px;
}

.product-total__cart span {
  display: none;
}

.product-total__addcart {
  margin-bottom: 10px;
  line-height: 26px;
  text-align: center;
}

.product-total__btn {
  width: 100%;
}

.product-total__toggle {
  display: none;
  margin-left: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  background-image: url(../images/icons/icon-arrow-down.svg);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product-total__toggle.active {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.product-include {
  margin-bottom: 30px;
  padding: 25px;
  border: 1px solid #E5E5E5;
  border-top: 0;
}

.product-include__title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

.product-include-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 9px;
}

.product-include-item:last-child {
  margin-bottom: 0;
}

.product-include-item_discount {
  font-weight: 600;
  color: #C11B2F;
}

.product-include-item__title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 25px;
  font-size: 14px;
  line-height: 24px;
}

.product-include-item__title span {
  font-size: 12px;
  color: #808080;
}

.product-include-item__value {
  line-height: 24px;
  font-weight: 600;
  white-space: nowrap;
}

.product-delivery {
  width: 100%;
}

.product-delivery:hover svg {
  fill: #fff;
}

.product-delivery svg {
  margin-right: 10px;
  fill: #0C9E6A;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #E5E5E5;
}

.product-features-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 0 20px;
}

.product-features-item {
  position: relative;
  cursor: pointer;
}

.product-features-item:hover .product-features-item__note {
  opacity: 1;
}

.product-features-item-body {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px;
  height: 70px;
}

.product-features-item__icon svg {
  margin-right: 12px;
  fill: #0C9E6A;
}

.product-features-item__title {
  font-size: 14px;
  font-weight: 600;
}

.product-features-item__note {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 10px 15px;
  font-size: 12px;
  line-height: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

.product-features-item__note:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 9px 6px;
  border-color: transparent transparent #ffffff transparent;
}

.product-section {
  padding: 35px 0 40px 0;
  border-bottom: 1px solid #E5E5E5;
}

.product-section__title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  color: #1F664C;
}

.product-mainservices-list {
  display: table;
  margin-top: 30px;
  padding-bottom: 20px;
}

.product-mainservices-item {
  display: table-row;
}

.product-mainservices-item__title {
  display: table-cell;
  padding-bottom: 18px;
  padding-right: 40px;
}

.product-mainservices-item__title label {
  font-size: 16px;
}

.product-mainservices-item__price {
  display: table-cell;
  padding-bottom: 18px;
  font-size: 18px;
  font-weight: 600;
  text-align: right;
  color: #0C9E6A;
  white-space: nowrap;
}

.product-mainservices-item__price_dark {
  color: #444;
}

.product-service {
  margin-bottom: 20px;
  width: 840px;
}

.product-service.active .product-service__arrow {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.product-service:last-child {
  margin-bottom: 0;
}

.product-service-top {
  position: relative;
  padding: 15px 50px 15px 15px;
  background: #F9F9F9;
  cursor: pointer;
}

.product-service__title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}

.product-service__price {
  line-height: 26px;
  color: #0C9E6A;
}

.product-service__desc {
  line-height: 26px;
  color: #808080;
}

.product-service__arrow {
  position: absolute;
  right: 15px;
  top: calc(50% - 6px);
  width: 24px;
  height: 13px;
  background-image: url(../images/icons/icon-arrow-down2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product-service-content {
  padding-top: 15px;
}

.product-service__subtitle {
  margin-bottom: 10px;
  line-height: 26px;
}

.product-service-carousel {
  margin: 0 -15px;
}

.product-service-carousel .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.product-service-carousel .slick-slide {
  height: inherit !important;
}

.product-service-carousel .slick-prev {
  left: -5px;
}

.product-service-carousel .slick-next {
  right: -5px;
}

.product-service-col {
  padding: 0 15px;
}

.product-service-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: 260px;
  height: 100%;
  padding: 15px;
  color: #444;
  border: 1px solid #E5E5E5;
}

.product-service-item.active {
  border-color: #0C9E6A;
}

.product-service-item__image {
  margin: -5px -5px 10px;
  height: 160px;
}

.product-service-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-service-item__title {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}

.product-service-item__info {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 22px;
}

.product-service-item__price {
  margin-top: auto;
  font-size: 18px;
  font-weight: 600;
  color: #0C9E6A;
}

.product-service-tabs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E5E5E5;
}

.product-service-tabs__btn {
  margin: 0 15px 10px 0;
  cursor: pointer;
}

.product-service-tabs__btn.active {
  color: #0C9E6A;
}

.product-service-tabs-section {
  display: none;
}

.product-service-tabs-section.active {
  display: block;
}

.product-service-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.product-service-select__title {
  margin-right: 30px;
}

/*--------------------product-tabs--------------------*/
.product-tabs {
  padding: 40px 0 50px 0;
  border-bottom: 1px solid #E5E5E5;
}

.product-tabs .tabs-list {
  margin-bottom: 40px;
}

.product-tabs .tabs__btn {
  margin-right: 40px;
  padding-bottom: 12px;
  font-size: 18px;
}

/*--------------------product-works--------------------*/
.product-works {
  padding-top: 60px;
}

.product-works-carousel {
  margin: 0 -20px;
}

.product-works-carousel .slick-prev {
  left: 0;
}

.product-works-carousel .slick-next {
  right: 0;
}

.product-works-col {
  padding: 0 20px;
}

.product-works__item {
  height: 195px;
}

.product-works__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-other {
  padding-top: 60px;
}

/*==============================DECOR==============================*/
.decor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.decor-leftside {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 510px;
  flex: 0 0 510px;
  max-width: 510px;
}

.decor-rightside {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 40px;
}

.decor-product__image {
  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-bottom: 30px;
  height: 510px;
}

.decor-product__image img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.decor-product-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.decor-product-actions__btn:hover svg {
  fill: #fff;
}

.decor-product-actions__btn svg {
  margin-right: 10px;
  fill: #0C9E6A;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.decor-product-total {
  padding: 30px 25px;
  background: #F9F9F9;
  border: 1px solid #E5E5E5;
}

.decor-product-total__toggle {
  display: none;
  margin-left: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  background-image: url(../images/icons/icon-arrow-down.svg);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.decor-product-total__toggle.active {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.decor-product-total__price {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  color: #0C9E6A;
}

.decor-product-total__price span {
  font-size: 18px;
  font-weight: normal;
  text-decoration: line-through;
  color: #808080;
}

.decor-product-total-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.decor-product-total__btn {
  margin-right: 15px;
  min-width: 200px;
  height: 48px;
}

.decor-product-include {
  margin-bottom: 30px;
  padding: 20px 25px;
  border: 1px solid #E5E5E5;
  border-top: 0;
}

.decor-product-include__title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

.decor-product-include-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.decor-product-include-item:last-child {
  margin-bottom: 0;
}

.decor-product-include-item___title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 20px;
  font-size: 14px;
  line-height: 24px;
}

.decor-product-include-item___value {
  font-weight: 600;
  line-height: 24px;
}

.decor-product-back__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  color: #0C9E6A;
}

.decor-product-back__link:hover svg {
  fill: #1F664C;
}

.decor-product-back__link svg {
  margin-right: 10px;
  fill: #0C9E6A;
}

.decor-product-back__text {
  padding-left: 24px;
  font-size: 14px;
  font-weight: 600;
}

.decor-section {
  margin-bottom: 20px;
}

.decor-section.active .decor-section__arrow {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.decor-section-top {
  position: relative;
  padding: 18px 50px 17px 15px;
  background: #F9F9F9;
  cursor: pointer;
}

.decor-section__title {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
}

.decor-section__price {
  padding-left: 5px;
  display: inline;
  font-size: 18px;
  color: #0C9E6A;
}

.decor-section__desc {
  line-height: 26px;
  color: #808080;
}

.decor-section__arrow {
  position: absolute;
  top: calc(50% - 6px);
  right: 15px;
  width: 24px;
  height: 13px;
  background-image: url(../images/icons/icon-arrow-down2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.decor-section-content {
  padding-top: 20px;
}

.decor-portrait-method {
  padding-bottom: 20px;
}

.decor-portrait-method__title {
  margin-bottom: 20px;
}

.decor-portrait-method-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.decor-portrait-method-radio .radio {
  margin-right: 70px;
}

.decor-portrait-method-radio .radio label {
  font-size: 16px;
}

.tip {
  position: relative;
  margin-left: 5px;
}

.tip:hover .tip__content {
  display: block;
}

.tip__icon svg {
  fill: #0C9E6A;
}

.tip__content {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 16px;
  background: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
}

.decor-portrait-list {
  margin-bottom: 20px;
}

.decor-portrait-item {
  padding: 20px 0;
  border-bottom: 1px solid #E5E5E5;
}

.decor-portrait-item.active .decor-portrait-item__toggle {
  background-image: url(../images/icons/icon-toggle-minus.svg);
}

.decor-portrait-item:first-child {
  border-top: 1px solid #E5E5E5;
}

.decor-portrait-item-top {
  position: relative;
  padding-right: 40px;
}

.decor-portrait-item__toggle {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 23px;
  height: 23px;
  cursor: pointer;
  background-image: url(../images/icons/icon-toggle-plus.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.decor-portrait-item-content {
  display: none;
  padding: 30px 0 15px 0;
}

.decor-portrait-item__title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.decor-portrait-item__title span {
  font-size: 16px;
  font-weight: normal;
  color: #808080;
}

.decor-portrait-item__price span {
  font-weight: 600;
  color: #0C9E6A;
}

.decor-portrait-item-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.decor-portrait-item-images__item {
  margin-right: 50px;
}

.note {
  position: relative;
  padding: 10px 10px 10px 35px;
  font-size: 12px;
  line-height: 16px;
  background: #F9F9F9;
}

.note svg {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 16px;
  height: 16px;
  fill: #0C9E6A;
}

.decor-form__title {
  margin-bottom: 25px;
}

.decor-form-type {
  margin-bottom: 30px;
}

.decor-form-type-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

.decor-form-type-radio .radio {
  margin-right: 100px;
}

.decor-form-type-radio .radio label {
  font-size: 16px;
}

.decor-form-type-section {
  display: none;
}

.decor-form-type-section.active {
  display: block;
}

.decor-form-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.decor-form-item {
  margin-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.decor-form-item__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.decor-form-item__image svg {
  stroke: #808080;
}

.decor-form-item-content {
  padding-left: 15px;
}

.decor-form-item__title {
  margin-bottom: 5px;
  line-height: 26px;
}

.decor-form-item__price {
  font-weight: 600;
  color: #0C9E6A;
}

.decor-data-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #E5E5E5;
}

.decor-data-leftside {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 350px;
  flex: 0 0 350px;
  max-width: 350px;
  padding-right: 60px;
}

.decor-data-input {
  margin-bottom: 20px;
}

.decor-data-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.decor-data-buttons .btn {
  margin-right: 17px;
}

.decor-data-rightside {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.decor-data-scroll {
  max-height: 165px;
}

.decor-data-text__item {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 24px;
}

.decor-data-add {
  padding: 25px 0 10px 0;
  text-align: center;
}

.decor-data-add__btn {
  color: #0C9E6A;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.decor-data-add__btn:before {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  margin-right: 10px;
  background-image: url(../images/icons/icon-add.svg);
}

.decor-data-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-right: 18px;
  border-bottom: 1px solid #EFEFEF;
}

.decor-data-date__value {
  margin-right: 10px;
}

.decor-data-date__remove {
  margin-left: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 18px;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  background-image: url(../images/icons/icon-close.svg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.decor-data-textarea {
  margin-bottom: 20px;
}

.decor-data-textarea .textarea {
  height: 160px;
}

.decor-data-text-top {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.decor-data-text-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 12px;
}

.decor-data-text-type__item {
  margin-right: 8px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border: 1px solid #E5E5E5;
  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;
  cursor: pointer;
}

.decor-data-text-type__item.active {
  border-color: #0C9E6A;
}

.decor-data-text-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.decor-data-text-align__item {
  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: 8px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border: 1px solid #E5E5E5;
  cursor: pointer;
}

.decor-data-text-align__item.active {
  border-color: #0C9E6A;
}

.decor-data-epitaph {
  padding-top: 25px;
}

.decor-data-epitaph__title {
  margin-bottom: 30px;
}

.decor-data-epitaph-tabs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E5E5E5;
}

.decor-data-epitaph-tabs__btn {
  margin: 0 15px 10px 0;
  cursor: pointer;
}

.decor-data-epitaph-tabs__btn.active {
  color: #0C9E6A;
}

.decor-data-epitaph-tabs-section {
  display: none;
}

.decor-data-epitaph-tabs-section.active {
  display: block;
}

.decor-data-epitaph__text {
  padding-right: 100px;
}

.decor-data-epitaph__text p {
  margin-bottom: 20px;
}

.decor-data-epitaph-scroll {
  height: 220px;
}

.decor-image-tabs {
  padding-top: 10px;
}

.decor-image-tabs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.decor-image-tabs-list-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  margin-bottom: 20px;
}

.decor-image-tabs__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.decor-image-tabs__btn.active {
  color: #0C9E6A;
}

.decor-image-tabs__btn svg {
  fill: #0C9E6A;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  width: 20px;
  margin-right: 10px;
}

.decor-image-tabs-section {
  display: none;
  padding-top: 5px;
}

.decor-image-tabs-section.active {
  display: block;
}

.decor-image-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 293px;
}

.decor-image-col {
  margin: 0 20px 13px 0;
}

.decor-image__item {
  width: 100px;
  height: 140px;
}

.decor-image__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*==============================MATERIALS==============================*/
.materials .materials-row {
  padding-bottom: 20px;
}

.materials__text {
  padding-bottom: 50px;
}

.materials-colors {
  padding: 60px 0 20px 0;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}

.materials-colors__title {
  margin-bottom: 60px;
}

.materials-colors-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -30px;
}

.materials-colors-item {
  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;
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
  max-width: 180px;
  width: 180px;
  height: 180px;
  margin: 0 30px 40px;
  padding: 10px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.materials-colors-item:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.materials-colors-item_blacktext .materials-colors-item__title {
  color: #000;
}

.materials-colors-item_border {
  border: 1px solid #444;
}

.materials-colors-item_border .materials-colors-item__title {
  color: #000;
}

.materials-colors-item__title {
  color: #fff;
}

.material {
  padding-right: 440px;
  padding-bottom: 50px;
  border-bottom: 1px solid #E5E5E5;
}

.material-top {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #E5E5E5;
}

.material-top__image {
  position: absolute;
  right: -440px;
  top: 0;
  width: 400px;
}

.material-top__image img {
  width: 100%;
}

.material-stats {
  margin-bottom: 25px;
  padding: 35px 0 25px 0;
  border-bottom: 1px solid #E5E5E5;
}

.material-stats__title {
  margin-bottom: 10px;
  font-weight: 600;
}

.material-stats-list {
  display: table;
}

.material-stats-item {
  display: table-row;
  font-size: 16px;
  line-height: 26px;
}

.material-stats-item__title {
  display: table-cell;
  padding: 5px 0;
  padding-right: 50px;
}

.material-stats-item__value {
  padding: 5px 0;
  display: table-cell;
  white-space: nowrap;
}

.materials-other {
  padding: 60px 0 0 0;
  border-bottom: 1px solid #E5E5E5;
}

/*==============================WORKS==============================*/
.works-list .works-item {
  margin-bottom: 40px;
}

.work-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px;
  border-bottom: 1px solid #E5E5E5;
}

.work-media {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 510px;
  flex: 0 0 510px;
  max-width: 510px;
}

.work-slider {
  margin-bottom: 15px;
}

.work-slider__item {
  height: 330px;
}

.work-slider__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.work-thumbs__item {
  margin-right: 15px;
  padding: 10px;
  border: 1px solid transparent;
  cursor: pointer;
}

.work-thumbs__item.slick-current {
  border-color: #0C9E6A;
}

.work-thumbs__item span {
  display: block;
  width: 70px;
  height: 70px;
}

.work-thumbs__item span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.works-content-info {
  padding-bottom: 5px;
}

.works-content-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  line-height: 24px;
  color: #444;
}

.works-content-info-item__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 220px;
  flex: 0 0 220px;
  max-width: 220px;
}

.works-content-info-item__value span {
  font-size: 18px;
  font-weight: 600;
  color: #0C9E6A;
}

.works-content-completed__title {
  margin-bottom: 5px;
  font-weight: 600;
  line-height: 1.5;
}

.works-content-completed-list {
  padding-bottom: 10px;
}

.works-content-completed-list li {
  margin-bottom: 5px;
  line-height: 26px;
}

.work-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 40px;
}

.work-review {
  padding-top: 60px;
}

.work-review__name {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.work-review__text {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 26px;
}

.work-review__text p {
  margin: 0;
}

.work-review__date {
  font-size: 14px;
  color: #808080;
}

/*==============================CART==============================*/
.cart-table th {
  height: 40px;
  padding: 5px 10px;
  font-size: 14px;
  vertical-align: middle;
  background: #F9F9F9;
}

.cart-table td {
  vertical-align: top;
  padding: 10px;
  border-bottom: 1px solid #EFEFEF;
}

th.ct-cell-product {
  padding: 0 110px 0 160px;
}

th.ct-cell-product div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

th.ct-cell-quantity {
  text-align: center;
}

.ct-cell-quantity {
  width: 110px;
  text-align: left;
}

th.ct-cell-totalprice {
  text-align: right;
}

.ct-cell-totalprice {
  width: 220px;
  text-align: right;
}

.ct-cell-actions {
  width: 170px;
}

.cart-table-product {
  padding-right: 70px;
}

.cart-table-product-body {
  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;
  min-height: 120px;
}

.cart-table-product-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 20px;
}

.cart-table-product__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  max-width: 150px;
  padding: 0 20px;
  text-align: center;
}

.cart-table-product__image a {
  display: inline-block;
}

.cart-table-product__image img {
  max-width: 100%;
  max-height: 110px;
}

.cart-table-product-info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.cart-table-product__category {
  margin-bottom: 5px;
  font-size: 12px;
}

.cart-table-product__category a {
  color: #444;
}

.cart-table-product__category a:hover {
  color: #0C9E6A;
}

.cart-table-product__title {
  margin-bottom: 5px;
  font-weight: 600;
  line-height: 20px;
}

.cart-table-product__title a {
  color: #444;
}

.cart-table-product__title a:hover {
  color: #0C9E6A;
}

.cart-table-product__material {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}

.cart-table-product__material span {
  margin-right: 8px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  max-width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
}

.cart-table-product__material span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cart-table-product__price {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 130px;
  flex: 0 0 130px;
  max-width: 130px;
  font-size: 18px;
  font-weight: 600;
  text-align: right;
  white-space: nowrap;
}

.cart-table-product__price span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding-top: 5px;
  text-decoration: line-through;
  color: #808080;
}

.cart-table__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;
  height: 120px;
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
}

.cart-table__price span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding-top: 5px;
  text-decoration: line-through;
  color: #808080;
}

.cart-table-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 120px;
}

.cart-table-actions {
  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: 120px;
}

.cart-table-actions a {
  margin-left: 20px;
}

.cart-table__wish {
  width: 18px;
  height: 16px;
  background-image: url(../images/icons/icon-wish-dark.svg);
}

.cart-table__edit {
  width: 18px;
  height: 18px;
  background-image: url(../images/icons/icon-edit.svg);
}

.cart-table__remove {
  width: 16px;
  height: 16px;
  background-image: url(../images/icons/icon-remove2.svg);
}

.cart-table-product-add {
  padding-left: 150px;
}

.cart-table-product-add__switcher {
  display: inline-block;
  font-size: 14px;
  color: #0C9E6A;
  padding-bottom: 3px;
  border-bottom: 1px dashed #0C9E6A;
  cursor: pointer;
}

.cart-table-product-add-content {
  display: none;
  padding-top: 8px;
}

.cart-table-product-add-list {
  display: table;
  width: 100%;
}

.cart-table-product-add-item {
  display: table-row;
}

.cart-table-product-add-item__title {
  display: table-cell;
  padding-right: 30px;
  padding-bottom: 10px;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
}

.cart-table-product-add-item__title span {
  padding-left: 5px;
  font-size: 12px;
  color: #808080;
}

.cart-table-product-add-item__value {
  display: table-cell;
  padding-bottom: 10px;
  text-align: right;
  white-space: nowrap;
  font-weight: 600;
  line-height: 22px;
}

.cart-table-product-add-item_red .cart-table-product-add-item__title,
.cart-table-product-add-item_red .cart-table-product-add-item__value {
  font-weight: 600;
  color: #C11B2F;
}

.cart-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  background: rgba(249, 249, 249, 0.6);
}

.cart-bottom-leftside {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 30px;
}

.cart-bottom-rightside {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 490px;
  flex: 0 0 490px;
  max-width: 490px;
  padding-right: 180px;
}

.cart-table__print {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0C9E6A;
}

.cart-table__print:hover svg {
  fill: #1F664C;
}

.cart-table__print svg {
  margin-right: 10px;
  fill: #0C9E6A;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cart-table-discount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 600;
  margin-bottom: 20px;
  color: #C11B2F;
}

.cart-table-discount__title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-weight: 600;
  color: #C11B2F;
  padding-right: 20px;
}

.cart-table-discount__price {
  font-size: 18px;
  font-weight: 600;
  color: #C11B2F;
}

.cart-table-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cart-table-total__title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 20px;
  font-size: 20px;
  font-weight: 600;
}

.cart-table-total__price {
  font-size: 24px;
  font-weight: 600;
  color: #0C9E6A;
}

.cart-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 40px;
}

.cart-order-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 400px;
  flex: 0 0 400px;
  max-width: 400px;
  margin-right: 40px;
}

a.cart-order-content__phone {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  color: #0C9E6A;
}

.cart-order-form {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 490px;
  flex: 0 0 490px;
  max-width: 490px;
}

.cart-order-form-item {
  margin-bottom: 20px;
}

.cart-order-form-item .select-title__value {
  padding-left: 10px;
}

.cart-order-form-item .select-options__value {
  padding: 10px;
}

.cart-order-form__btn {
  min-width: 200px;
}

/*==============================DISCTRICTS==============================*/
.districts-map {
  margin-bottom: 30px;
  height: 400px;
}

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

.districts-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 40px 30px 40px 0;
  border-bottom: 1px solid #E5E5E5;
}

.districts-col_nbd {
  border-bottom: 0;
  padding-bottom: 0;
}

.districts-block__letter {
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 600;
  color: #1F664C;
}

.districts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  height: 100px;
}

.districts-item:last-child {
  margin-bottom: 0;
}

.districts-item-body {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.districts-item-body:hover .districts-item__title {
  color: #0C9E6A;
}

.districts-item__logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  max-width: 60px;
  margin-right: 20px;
}

.districts-item__logo img {
  max-width: 100%;
}

.districts-item__title {
  white-space: nowrap;
  color: #444;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.district-info {
  padding-bottom: 40px;
  border-bottom: 1px solid #E5E5E5;
}

.cemetery-products__note {
  margin-top: 40px;
  font-weight: 600;
  line-height: 26px;
}

/*--------------------district-cemeteries--------------------*/
.district-cemeteries {
  padding: 60px 0;
  border-bottom: 1px solid #E5E5E5;
}

.district-cemeteries-item {
  margin-bottom: 40px;
}

.district-cemeteries-item:last-child {
  margin-bottom: 0;
}

.district-cemeteries-item__title {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

.district-cemeteries-item-info {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}

.district-cemeteries-item-info-item {
  display: table-row;
  line-height: 26px;
}

.district-cemeteries-item-info-item__title {
  display: table-cell;
  padding-bottom: 10px;
  padding-right: 30px;
  width: 280px;
}

.district-cemeteries-item-info-item__value {
  display: table-cell;
  padding-bottom: 10px;
}

.district-materials {
  padding: 60px 0;
  border-bottom: 1px solid #E5E5E5;
}

.features_npb {
  padding-bottom: 0 !important;
}

/*==============================CEMETERIES==============================*/
.cemeteries__subtitle {
  margin-bottom: 20px;
  padding: 15px;
  font-size: 16px;
  line-height: 26px;
  background: #F9F9F9;
}

.cemeteries-map {
  margin-bottom: 65px;
  height: 400px;
}

.cemeteries-section {
  padding-bottom: 20px;
}

.cemeteries-section:last-child {
  padding-bottom: 0;
}

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

.cemeteries-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 45px 30px 30px 0;
  border-top: 1px solid #E5E5E5;
}

.cemeteries-item__letter {
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 600;
  color: #1F664C;
}

.cemeteries-item-list ul li {
  margin-bottom: 10px;
}

.cemeteries-item-list ul li a {
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #444;
}

.cemeteries-item-list ul li a:hover {
  color: #0C9E6A;
}

/*--------------------cemetery-about--------------------*/
.cemetery-about {
  padding-bottom: 60px;
  border-bottom: 1px solid #E5E5E5;
}

.cemetery-about ul {
  padding: 10px 0;
}

.cemetery-about ul li {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 26px;
}

.cemetery-about__subtitle {
  margin-bottom: 20px;
  padding: 15px;
  font-size: 16px;
  line-height: 26px;
  background: #F9F9F9;
}

.cemetery-about__note {
  margin-bottom: 20px;
  padding: 15px;
  font-size: 16px;
  line-height: 26px;
  background: #F9F9F9;
}

.cemetery-about-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
}

.cemetery-about-contacts {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 50px;
}

.cemetery-about-contacts-list {
  display: table;
  width: 100%;
}

.cemetery-about-contacts-item {
  display: table-row;
  font-size: 16px;
  line-height: 26px;
}

.cemetery-about-contacts-item__title {
  display: table-cell;
  padding-right: 90px;
  padding-bottom: 10px;
}

.cemetery-about-contacts-item__value {
  display: table-cell;
  padding-bottom: 10px;
}

.cemetery-about-contacts-item__value span {
  display: block;
  margin-bottom: 10px;
}

.cemetery-about-map {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 400px;
  flex: 0 0 400px;
  max-width: 400px;
  height: 240px;
}

/*--------------------cemetery-products--------------------*/
.cemetery-products {
  padding: 60px 0;
  border-bottom: 1px solid #E5E5E5;
}

.cemetery-products-carousel {
  margin: 0 -20px;
}

.cemetery-products-carousel .slick-prev {
  left: 0;
}

.cemetery-products-carousel .slick-next {
  right: 0;
}

.cemetery-products-carousel .slick-list .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.cemetery-products-carousel .slick-list .slick-track .slick-slide {
  height: inherit !important;
}

.cemetery-products-carousel .cemetery-products-col {
  padding: 0 20px;
}

.cemetery-products-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px 10px 15px;
  height: 100%;
  border: 1px solid #E5E5E5;
}

.cemetery-products-item:hover {
  border-color: #0C9E6A;
}

.cemetery-products-item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.cemetery-products-item__image {
  margin-bottom: 10px;
  height: 180px;
  overflow: hidden;
}

.cemetery-products-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cemetery-products-item__title {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #444;
}

.cemetery-products-item__price {
  margin-top: auto;
  font-size: 18px;
  color: #808080;
}

.cemetery-products-item__price strong {
  color: #0C9E6A;
  font-weight: 600;
}

/*--------------------cemetery-services--------------------*/
.cemetery-services-section {
  padding: 60px 0 20px 0;
  border-bottom: 1px solid #E5E5E5;
}

.cemetery-services-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.cemetery-services-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 0 20px 40px;
}

.cemetery-services-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  border: 1px solid #E5E5E5;
}

.cemetery-services-item:hover {
  border-color: #0C9E6A;
}

.cemetery-services-item__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  max-width: 80px;
  text-align: center;
}

.cemetery-services-item__icon svg {
  fill: #0C9E6A;
}

.cemetery-services-item__title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 20px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #444;
}

.cemetery-review {
  padding-top: 60px;
}

.cemetery-materials {
  padding: 60px 0;
  border-bottom: 1px solid #E5E5E5;
}

/*==============================REVIEWS==============================*/
.reviews__desc {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 26px;
}

.reviews-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.reviews-services-item:first-child {
  margin-right: 80px;
}

.reviews-body {
  padding-bottom: 60px;
  border-bottom: 1px solid #E5E5E5;
}

.reviews-list {
  padding-bottom: 15px;
}

.reviews-item {
  padding: 40px 0 30px 0;
  border-top: 1px solid #E5E5E5;
}

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

.reviews-item-top-leftside {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 30px;
}

.reviews-item__name {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}

.reviews-item__place {
  color: #808080;
}

.reviews-item__place span {
  padding-left: 5px;
  color: #444;
}

.reviews-item__date {
  color: #808080;
  white-space: nowrap;
}

.reviews-item-rating {
  margin-bottom: 15px;
}

.reviews-item__text {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
}

.reviews-item__more {
  color: #0C9E6A;
}

.reviews-form {
  padding-top: 60px;
}

.reviews-form-rating {
  margin-bottom: 20px;
  padding-top: 10px;
}

.form-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.form-rating__title {
  margin-right: 10px;
  font-size: 18px;
}

.form-rating-stars {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-right: 10px;
  width: 240px;
}

.form-rating-stars input {
  display: none;
}

.form-rating-stars__value {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  width: 20%;
  height: 36px;
  background: url(../images/icons/icon-star.svg) no-repeat center center;
  background-size: 36px 36px !important;
  cursor: pointer;
}

.form-rating-stars__value:hover {
  background: url(../images/icons/icon-star-full.svg) no-repeat center center;
}

.form-rating-stars__value:hover ~ .form-rating-stars__value {
  background: url(../images/icons/icon-star-full.svg) no-repeat center center;
}

.form-rating-stars input[type="radio"]:checked ~ .form-rating-stars__value {
  background: url(../images/icons/icon-star-full.svg) no-repeat center center;
}

.form-rating-status__title {
  font-size: 20px;
  font-weight: 600;
}

.reviews-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px 20px;
}

.reviews-form-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 0 20px;
}

.reviews-form-message {
  margin-bottom: 20px;
}

.reviews-form-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.reviews-form-captcha {
  margin-right: 40px;
}

.reviews-form-agreement a {
  display: inline-block;
  margin-left: 7px;
}

.reviews-form-button {
  text-align: center;
}

/*==============================CONTACTS==============================*/
/*--------------------contacts-info--------------------*/
.contacts-info {
  padding-bottom: 60px;
  border-bottom: 1px solid #E5E5E5;
}

.contacts-info-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
}

.contacts-info-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 20px;
}

.contacts-info-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
}

.contacts-info__photo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 220px;
  flex: 0 0 220px;
  max-width: 220px;
  height: 340px;
}

.contacts-info__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.contacts-info-data {
  padding-left: 40px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.contacts-info__name {
  margin-bottom: 20px;
  line-height: 26px;
}

.contacts-info-phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
}

.contacts-info-phones__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35px;
  flex: 0 0 35px;
  max-width: 35px;
  padding-left: 5px;
}

.contacts-info-phones__icon svg {
  fill: #0C9E6A;
}

.contacts-info-phones__item {
  margin-bottom: 10px;
}

.contacts-info-phones__item a:hover {
  color: #0C9E6A;
}

.contacts-info-phones__item_main {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
}

.contacts-info__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  line-height: 20px;
}

.contacts-info__address span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35px;
  flex: 0 0 35px;
  max-width: 35px;
  text-align: center;
}

.contacts-info__address svg {
  fill: #0C9E6A;
}

.contacts-info__mail {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  white-space: nowrap;
}

.contacts-info__mail span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35px;
  flex: 0 0 35px;
  max-width: 35px;
  text-align: center;
}

.contacts-info__mail svg {
  fill: #0C9E6A;
}

.contacts-info__timetable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.contacts-info__timetable span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35px;
  flex: 0 0 35px;
  max-width: 35px;
  text-align: center;
}

.contacts-info__timetable svg {
  fill: #0C9E6A;
}

.contacts-info-apps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contacts-info-apps__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
}

.contacts-info-apps__item i {
  margin-right: 10px;
}

.contacts-info-form {
  padding: 30px;
  background: #F9F9F9;
}

.contacts-info-form-phone {
  margin-bottom: 20px;
}

.contacts-info-form-agreement {
  margin-bottom: 20px;
}

.contacts-info-map {
  height: 100%;
}

/*--------------------contacts-gallery--------------------*/
.contacts-gallery {
  padding: 60px 0 20px 0;
  border-bottom: 1px solid #E5E5E5;
}

.contacts-gallery-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
  padding-top: 10px;
}

.contacts-gallery-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
  margin-bottom: 40px;
  padding: 0 20px;
}

.contacts-gallery__image {
  height: 100%;
}

.contacts-gallery__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*--------------------contacts-address--------------------*/
.contacts-address {
  padding: 60px 0;
  border-bottom: 1px solid #E5E5E5;
}

.contacts-address-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts-address-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 40px;
}

.contacts-address-item {
  margin-bottom: 20px;
}

.contacts-address-item:last-child {
  margin-bottom: 0;
}

.contacts-address-item__title {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}

.contacts-address-item__text {
  font-size: 16px;
  line-height: 26px;
}

.contacts-address-map {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 510px;
  flex: 0 0 510px;
  max-width: 510px;
}

/*--------------------contacts-guide--------------------*/
.contacts-guide {
  padding: 60px 0;
  border-bottom: 1px solid #E5E5E5;
}

.contacts-guide__video {
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.contacts-guide__video:hover:after {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

.contacts-guide__video:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 160px;
  height: 160px;
  background-image: url(../images/icon-play.svg);
  background-size: cover;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 5;
}

.contacts-guide__video img {
  width: 100%;
}

.contacts-guide-route {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contacts-guide-route-col {
  margin-right: 40px;
}

.contacts-guide-route-col:last-child {
  margin-right: 0;
}

.contacts-guide-route__coordinates span {
  padding-left: 10px;
  font-weight: 600;
  color: #0C9E6A;
}

/*--------------------contacts-requisites--------------------*/
.contacts-requisites {
  padding-top: 60px;
}

.contacts-requisites-list {
  display: table;
}

.contacts-requisites-item {
  display: table-row;
  line-height: 26px;
}

.contacts-requisites-item__title {
  display: table-cell;
  padding-right: 70px;
  padding-bottom: 5px;
}

.contacts-requisites-item__value {
  display: table-cell;
  padding-bottom: 5px;
}

/*==============================ADAPTIVE==============================*/
@media only screen and (max-width: 1799px) {
  .header__note {
    font-size: 11px;
    line-height: 16px;
  }
}

@media only screen and (max-width: 1399px) {
  .center-wrapper {
    max-width: 1200px;
  }
  .header__note {
    padding: 10px 5px;
  }
  .header-menu-list > li > a {
    padding: 0 13px;
  }
  .header-menu-list > li .header-menu__btncatalog {
    width: 160px;
  }
  .header-menu-list > li > a .ic-menu-arrow {
    margin-left: 20px;
  }
  .header-body {
    padding: 17px 0;
  }
  .dropdown {
    padding: 25px;
  }
  .dropdown-section__title {
    font-size: 15px;
  }
  .sticky {
    top: 200px;
  }
  .sticky-switchers__btn {
    width: 60px;
    height: 70px;
  }
  .callback__title {
    font-size: 28px;
  }
  .callback-rightside {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 475px;
    flex: 0 0 475px;
    max-width: 475px;
  }
  .discounts-col_small .discounts-item {
    padding: 30px;
  }
  .discounts-item__title {
    font-size: 30px;
    line-height: 36px;
  }
  .discounts-item__text {
    font-size: 18px;
    line-height: 26px;
  }
  .discounts-item {
    padding: 30px 50px;
  }
  .products-carousel {
    margin: 0 -15px;
  }
  .products-carousel .slick-prev {
    left: -5px;
  }
  .products-carousel .slick-next {
    right: -5px;
  }
  .products-carousel > .slick-list > .slick-track > .slick-slide {
    padding: 15px 15px 35px;
  }
  .discounts-col {
    margin-bottom: 30px;
    padding: 0 15px;
  }
  .discounts-row {
    margin: 0 -15px;
  }
  .materials-row {
    margin: 0 -15px;
  }
  .materials-col {
    margin-bottom: 30px;
    padding: 0 15px;
  }
  .materials-item-content {
    padding-left: 20px;
  }
  .products-row {
    margin: 0 -15px;
  }
  .products-row .products-col {
    padding: 0 15px;
  }
  #up {
    right: 25px;
    bottom: 25px;
  }
  .articles-item__image {
    height: 265px;
  }
  .contacts-info-data {
    padding-left: 25px;
  }
  .cemetery-about-contacts-item__title {
    padding-right: 60px;
  }
  .districts-map {
    margin-bottom: 10px;
  }
  .product-leftside {
    padding-right: 20px;
  }
  .product-rightside {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 350px;
    flex: 0 0 350px;
    max-width: 350px;
  }
  .product-service {
    width: 820px;
  }
  .product-total {
    padding: 25px 15px;
  }
  .product-include {
    padding: 25px 15px;
  }
  .product-total__cart {
    width: 160px;
  }
  .product-total__price {
    font-size: 26px;
  }
  .product-total__price span {
    font-size: 17px;
  }
  .product-service-item {
    width: 252px;
  }
  .product-service-top {
    margin-right: 4px;
  }
}

@media only screen and (max-width: 1260px) {
  body.filter-lock {
    overflow: hidden;
  }
  .center-wrapper {
    max-width: 920px;
  }
  .dropdown {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .header-menu {
    padding-right: 0;
    position: fixed;
    left: -290px;
    top: 0;
    height: 100%;
    background: #fff;
    width: 290px;
    z-index: 100;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow-y: auto;
  }
  .header-menu.open {
    left: 0;
  }
  .dropdown {
    display: block;
    position: fixed;
    top: 0;
    left: -290px;
    padding: 0;
    width: 290px;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow-y: auto;
    z-index: 100;
  }
  .dropdown.open {
    left: 0;
  }
  .dropdown-col {
    max-width: 100%;
    padding: 0;
  }
  .dropdown-section {
    margin: 0;
    border-bottom: 1px solid #EFEFEF;
  }
  .dropdown-section__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    padding: 10px 15px;
    font-size: 14px;
    padding-right: 0 !important;
  }
  .dropdown-section__title span {
    display: inline-block;
    padding-right: 10px;
    width: 30px;
  }
  .dropdown-section__title span svg {
    width: 100%;
    max-height: 22px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .dropdown-section-row {
    display: block;
  }
  .dropdown__back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    padding: 15px;
    font-size: 14px;
  }
  .dropdown__back i {
    margin-right: 10px;
  }
  .dropdown__title {
    padding: 15px;
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
    font-weight: 600;
    font-size: 14px;
    background: #F9F9F9;
    color: #0C9E6A;
  }
  .dropdown-section-wrap {
    display: none;
    padding: 0;
  }
  .dropdown-section-block-content {
    display: none;
  }
  .dropdown-section-row {
    border-top: 1px solid #EFEFEF;
  }
  .dropdown-section-col {
    padding-right: 0;
  }
  .dropdown-section-col:last-child .dropdown-section-block:last-child {
    border-bottom: 0;
  }
  .dropdown-section-block {
    padding-bottom: 0;
    border-bottom: 1px solid #EFEFEF;
  }
  .dropdown-section-block__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0 45px 0 15px;
    height: 48px;
  }
  .main {
    padding-top: 20px;
  }
  .header-body {
    border-bottom: 1px solid #EFEFEF;
  }
  .header__note {
    padding: 4px 50px;
  }
  .header-body {
    padding: 10px 0;
  }
  .header-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-menu__switcher {
    display: inline-block;
  }
  .header-logo {
    display: inline-block;
    width: 106px;
    height: 36px;
  }
  .header-logo img {
    max-width: 100%;
  }
  .header-content {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .header-content-col:first-child {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: none;
  }
  .header-apps {
    margin-bottom: 0;
  }
  .header-apps__item {
    font-size: 0;
  }
  .header-apps__item:last-child {
    margin-right: 0;
  }
  .header-apps__item i {
    margin-right: 0;
  }
  .header-callback {
    font-size: 0 !important;
    padding: 0;
    border: 0;
    margin-right: 20px;
  }
  .header-callback:hover {
    background: none;
  }
  .header-callback i {
    margin-right: 0;
    display: inline-block;
  }
  .header-phones-main {
    margin-bottom: 0;
  }
  .header-phones-add {
    display: none;
  }
  .header-timetable {
    display: none;
  }
  a.header-phones-main__item {
    font-size: 20px;
  }
  .header-search {
    display: none;
  }
  .header-bottom {
    background: transparent;
  }
  .header-menu-list {
    display: block;
    position: static;
  }
  .header-menu-list > li > a {
    padding: 17px 15px;
    font-weight: 600;
    color: #444;
  }
  .menu-nomobile {
    display: none !important;
  }
  .menu-onlymobile {
    display: block;
  }
  .header-menu-list > li > a .ic-menu-arrow,
  .header-menu-list > li > a .ic-menu {
    display: none;
  }
  .header-menu-list > li:last-child a:after,
  .header-menu-list > li > a:before {
    display: none;
  }
  .header-menu-list > li {
    border-bottom: 1px solid #EFEFEF;
  }
  .header-menu-list > li > a {
    height: auto;
    font-size: 14px;
  }
  .header-menu-list > li .header-menu__btncatalog {
    background: #fff;
    width: 100%;
  }
  .header-menu-list > li > a i {
    margin-right: 12px;
  }
  .header-menu-list > li > a.js-dropdown-btn {
    position: relative;
  }
  .header-menu-list > li > a.js-dropdown-btn:after {
    content: '';
    display: block;
    position: absolute;
    right: 15px;
    top: calc(50% - 7px);
    width: 8px;
    height: 14px;
    background: transparent;
    background-image: url(../images/icons/icon-arrow-next-dark.svg);
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 5;
  }
  .dropdown-section.has-dropdown.active .dropdown-section__title:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .dropdown-section.has-dropdown .dropdown-section__title {
    position: relative;
  }
  .dropdown-section.has-dropdown .dropdown-section__title:after {
    content: '';
    display: block;
    position: absolute;
    right: 15px;
    top: calc(50% - 7px);
    width: 8px;
    height: 14px;
    background: transparent;
    background-image: url(../images/icons/icon-arrow-next-dark.svg);
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 5;
  }
  .dropdown-section-block.has-dropdown.active .dropdown-section-block__title {
    color: #0C9E6A;
  }
  .dropdown-section-block.has-dropdown.active .dropdown-section-block__title:after {
    background-image: url(../images/icons/icon-minus2.svg);
  }
  .dropdown-section-block.has-dropdown .dropdown-section-block__title {
    position: relative;
  }
  .dropdown-section-block.has-dropdown .dropdown-section-block__title:after {
    content: '';
    display: block;
    position: absolute;
    right: 15px;
    top: calc(50% - 6.5px);
    width: 13px;
    height: 13px;
    background: transparent;
    background-image: url(../images/icons/icon-plus.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 5;
  }
  .dropdown-section-wrap ul {
    padding: 5px 15px;
  }
  .dropdown-section-wrap ul li {
    margin-bottom: 20px;
  }
  .dropdown-section-wrap ul li:last-child {
    margin-bottom: 10px;
  }
  .sticky {
    top: 120px;
  }
  .callback-row {
    display: block;
  }
  .callback-leftside {
    margin-bottom: 22px;
    padding-right: 0;
    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;
  }
  .callback-rightside {
    margin: 0 auto;
  }
  .callback-timer__title {
    text-align: center;
  }
  .mainabout-video {
    display: none;
  }
  .mainabout-video-mobile {
    display: block;
    font: none;
    margin: 30px 0 0 0;
    text-align: center;
  }
  .mainabout-video__title {
    text-align: center;
  }
  .discounts-col_medium .discounts-item {
    padding: 30px;
  }
  .discounts-item__text {
    font-size: 16px;
    line-height: 24px;
  }
  .discounts-item__title {
    font-size: 26px;
    line-height: 34px;
  }
  .products-item {
    padding-bottom: 0;
  }
  .products-item:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .products-item:hover .products-item-body {
    border: 1px solid #E5E5E5;
  }
  .products-item-actions {
    position: static;
    padding: 15px 0 0;
    opacity: 1;
  }
  .mainproducts-all {
    top: 0;
  }
  .mainproducts {
    padding-bottom: 60px;
  }
  .products-carousel > .slick-list > .slick-track > .slick-slide {
    padding-bottom: 40px;
  }
  .products-item-gallery__item-btn {
    opacity: 0 !important;
  }
  .materials-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .features-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .features-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
    margin-bottom: 40px;
  }
  .features {
    padding-bottom: 35px;
  }
  .works-item-leftside {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 410px;
    flex: 0 0 410px;
    max-width: 410px;
  }
  .works-item-gallery {
    min-height: 275px;
  }
  .works-item-content {
    padding-right: 0;
  }
  .works-item-info-item__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 185px;
    flex: 0 0 185px;
    max-width: 185px;
  }
  .mainreviews {
    display: none;
  }
  .footer-contacts-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-contacts-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .footer-contacts-col:last-child {
    padding-top: 20px;
  }
  .footer-map {
    height: 300px;
  }
  .footer-content-row {
    padding-right: 0;
  }
  .footer-content__title {
    white-space: nowrap;
  }
  .footer-content-menu ul + ul {
    margin-left: 30px;
  }
  .products-row .products-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    margin-bottom: 30px;
    max-width: 33.333%;
  }
  .mainform-body {
    display: block;
  }
  .mainform-content {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .mainform__title div {
    display: inline;
  }
  .mainform-leftside {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
    max-width: 320px;
  }
  .mainform-rightside .checkbox_white label a {
    margin-left: 10px;
  }
  .articles-row .articles-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .articles-row {
    margin: 0 -15px;
  }
  .articles-row .articles-col {
    padding: 0 15px 30px;
  }
  .article-content-section img {
    max-width: 280px;
  }
  .materials-colors-row {
    margin: 0 -10px;
  }
  .materials-colors-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    max-width: 160px;
    width: 160px;
    height: 160px;
    margin: 0 10px 40px;
  }
  .material {
    padding-right: 320px;
  }
  .material-top__image {
    width: 280px;
    right: -320px;
  }
  .work-media {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 440px;
    flex: 0 0 440px;
    max-width: 440px;
  }
  .contacts-info-body {
    display: block;
  }
  .contacts-info-col {
    max-width: 100%;
    margin-bottom: 25px;
  }
  .contacts-info-map {
    height: 320px;
  }
  .contacts-info {
    padding-bottom: 15px;
  }
  .contacts-gallery {
    padding: 40px 0 1px 0;
  }
  .contacts-gallery__image {
    height: 280px;
  }
  .contacts-address {
    padding: 40px 0;
  }
  .contacts-address-body {
    display: block;
  }
  .contacts-address-content {
    padding: 0 0 40px 0;
  }
  .contacts-address-map {
    height: 320px;
    max-width: 100%;
  }
  .contacts-guide {
    padding: 40px 0;
  }
  .contacts-guide-route {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contacts-guide-route-col:last-child {
    padding-top: 20px;
  }
  .contacts-requisites {
    padding-top: 40px;
  }
  .cemeteries-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .cemetery-about__subtitle br {
    display: none;
  }
  .cemetery-about__subtitle span {
    display: block;
  }
  .cemetery-about-bottom {
    display: block;
  }
  .cemetery-about-contacts {
    margin-bottom: 10px;
    padding-right: 0;
  }
  .cemetery-about-map {
    max-width: 100%;
  }
  .districts-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .districts-col_nbt {
    border-bottom: 0;
  }
  .ct-cell-actions {
    width: 120px;
  }
  .ct-cell-actions a {
    margin-left: 15px;
  }
  .ct-cell-actions a:first-child {
    margin-left: 0;
  }
  .ct-cell-totalprice {
    width: 150px;
  }
  .cart-table-total__price {
    font-size: 22px;
  }
  .cart-table-product {
    padding-right: 20px;
  }
  th.ct-cell-product {
    padding-right: 60px;
    padding-left: 130px;
  }
  .cart-table-product__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px;
    padding: 0 10px;
  }
  .cart-bottom-rightside {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 440px;
    flex: 0 0 440px;
    max-width: 440px;
    padding-right: 130px;
  }
  .cart-order-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .cart-order-form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 440px;
    flex: 0 0 440px;
    max-width: 440px;
  }
  .cart-table-product-add {
    padding-left: 120px;
  }
  .header-content-col_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mobile-actions {
    display: none;
  }
  .product-card {
    display: block;
  }
  .product-leftside {
    padding-right: 0;
  }
  .product-info-rightside {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 460px;
    flex: 0 0 460px;
    max-width: 460px;
  }
  .product-service-top {
    margin-right: 0;
  }
  .product-service {
    width: 100%;
  }
  .product-service-item {
    width: 100%;
    width: 287px;
  }
  .product-service-item__image {
    height: 175px;
  }
  .product-rightside {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    background: #fff;
    z-index: 80;
  }
  .product-delivery {
    display: none;
  }
  .product-include {
    display: none;
  }
  .product-total__addcart {
    display: none;
  }
  .product-total {
    padding: 15px 0;
  }
  .product-total-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    max-width: 920px;
  }
  .product-total__price {
    margin: 0 30px 0 0;
    font-size: 24px;
    white-space: nowrap;
  }
  .product-total__price span {
    display: block;
    padding-top: 5px;
    font-size: 14px;
  }
  .product-total-actions {
    margin-bottom: 0;
  }
  .product-total__cart {
    width: auto;
    font-size: 0;
  }
  .product-total__cart span {
    display: inline-block;
    font-size: 16px;
    white-space: nowrap;
  }
  .product-total__btn {
    width: auto;
    margin-left: auto;
  }
  .product-total__toggle {
    display: inline-block;
  }
  .product-include {
    margin: 0;
    padding: 15px 0;
    border-bottom: 0;
    overflow-y: auto;
    max-height: calc(100vh - 80px);
  }
  .product-include-body {
    margin: 0 auto;
    max-width: 920px;
  }
  .page-product {
    padding-bottom: 80px;
  }
  .page-product #up {
    right: 15px;
    bottom: 90px;
  }
  .decor {
    display: block;
  }
  .decor-leftside {
    margin-bottom: 50px;
    max-width: 100%;
  }
  .decor-product-bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    background: #fff;
    z-index: 80;
  }
  .decor-product-include {
    display: none;
    margin-bottom: 0;
  }
  .decor-product-actions {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .decor-product-actions__btn {
    margin-right: 15px;
  }
  .decor-rightside {
    padding-left: 0;
  }
  .decor-product__image {
    height: 450px;
  }
  .decor-product-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
  }
  .decor-product-total__toggle {
    display: inline-block;
    margin-left: auto;
  }
  .decor-product-total-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    width: 920px;
  }
  .decor-product-total__price {
    margin: 0 25px 0 0;
  }
  .decor-product-total__price span {
    display: block;
    padding-top: 5px;
    font-size: 16px;
  }
  .decor-product-total-buttons {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 10px;
  }
  .decor-product-include {
    padding: 15px 0;
  }
  .decor-product-include-body {
    margin: 0 auto;
    width: 920px;
  }
  .decor-data-text-top {
    margin-bottom: 10px;
  }
  .decor-data-leftside {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 40px;
  }
  .decor-image-tabs-list-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666%;
    flex: 0 0 16.666%;
    max-width: 16.666%;
  }
  #promo-element-1 {
    left: 250px;
    bottom: 45px;
  }
}

@media only screen and (max-width: 1010px) {
  .center-wrapper {
    max-width: 680px;
  }
  h1, .title_1 {
    font-size: 30px;
    line-height: 38px;
  }
  h2, .title_2 {
    font-size: 24px;
    line-height: 32px;
  }
  h3, .title_3 {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 30px;
  }
  p {
    font-size: 14px;
    line-height: 22px;
  }
  .article ul li {
    font-size: 14px;
    line-height: 22px;
  }
  .header-leftside {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .promo__image {
    height: 325px;
  }
  .promo__image img {
    max-height: 250px;
  }
  .sticky {
    width: 690px;
    right: -690px;
  }
  .sticky-content-top {
    height: 65px;
    padding: 20px 15px;
  }
  .sticky-content__title {
    margin-right: 40px;
  }
  .sticky-cart-tabs__btn {
    font-size: 17px;
  }
  .sticky-cart-bottom {
    padding: 20px 15px;
  }
  .sticky-cart-back__text,
  .sticky-cart-order__text,
  .sticky-cart-total__text {
    font-size: 11px;
  }
  .sticky-cart-total__price {
    font-size: 18px;
  }
  .sticky-cart-total__price span {
    font-size: 22px;
  }
  .sticky .cart-table .cell {
    padding: 15px 5px;
  }
  .sticky .cart-table__price {
    font-size: 16px;
  }
  .sticky .cart-table-product__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
  }
  .sticky .cart-table-product__title {
    max-width: 175px;
    font-size: 14px;
  }
  .sticky-cart-scroll {
    max-height: 220px;
    margin-right: 15px;
  }
  .discounts-col_small {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .discounts-col_big {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .discounts-col_medium {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .discounts-row {
    padding-bottom: 0;
  }
  .mainmaterials {
    padding-top: 40px;
  }
  .materials-item__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    max-width: 150px;
  }
  .materials-item__title {
    font-size: 16px;
    line-height: 24px;
  }
  .materials-item__text {
    line-height: 20px;
  }
  .mainabout {
    padding: 40px 0;
  }
  .mainabout-video__item {
    width: 100%;
    height: auto;
  }
  .features-item {
    margin-bottom: 30px;
    padding: 0 10px;
  }
  .features-item__icon {
    width: 110px;
    height: 110px;
    padding: 30px;
  }
  .features-item__icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .features-item__title {
    font-size: 16px;
    line-height: 26px;
  }
  .features {
    padding: 40px 0;
  }
  .mainworks {
    padding: 40px 0;
  }
  .mainworks__title {
    margin-bottom: 30px;
  }
  .works-item-body {
    display: block;
  }
  .works-item-content {
    padding: 20px 0 0;
  }
  .works-item-completed-list li {
    font-size: 14px;
    line-height: 22px;
  }
  .works-item__title {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .works-item-info-item__title,
  .works-item-info-item__value {
    font-size: 14px;
    line-height: 22px;
  }
  .works-item-completed__title {
    font-size: 14px;
  }
  .works-item-leftside {
    max-width: 100%;
  }
  .works-item-gallery {
    min-height: 400px;
  }
  .works-item-gallery__item-btn {
    display: none;
  }
  .works-item__more {
    font-size: 14px;
  }
  .ceo {
    padding: 40px 0;
  }
  .ceo-text__more {
    font-size: 14px;
  }
  .footer-contacts {
    padding-top: 40px;
  }
  .footer-contacts-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0;
  }
  .footer-contacts-col:first-child, .footer-contacts-col:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-contacts-col:first-child {
    margin-bottom: 20px;
  }
  .footer-contacts-col:last-child {
    padding-top: 10px;
  }
  .footer-logo {
    display: inline-block;
    margin-left: 0;
    width: 120px;
  }
  .footer-logo img {
    max-width: 100%;
  }
  .footer-mail {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
  }
  .footer-timetable {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
  }
  .footer-phones__item {
    font-size: 14px;
  }
  .footer-phones__item a {
    margin-top: 0;
    margin-right: 10px;
  }
  .footer-phones__item br {
    display: none;
  }
  .footer-phones__main {
    margin-bottom: 15px;
    line-height: 26px;
    font-size: 18px;
  }
  .footer-address br {
    display: none;
  }
  .footer-content {
    padding-top: 40px;
  }
  .footer-content-menu {
    display: block;
  }
  .footer-content-menu ul + ul {
    margin-left: 0;
  }
  .products-row .products-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .catalog-categories li {
    margin: 0 20px 15px 0;
  }
  .catalog-categories li a {
    padding-bottom: 7px;
    font-size: 16px;
  }
  .mainform-rightside .checkbox_white label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: block;
    padding-left: 28px;
  }
  .mainform-rightside .checkbox_white label:before {
    left: 0;
    position: absolute;
  }
  .mainform-rightside .checkbox_white label a {
    margin-left: 0;
  }
  .catalog-top {
    margin-bottom: 10px;
    border-bottom: 0;
  }
  .catalog-filter__switcher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .catalog-filter {
    position: fixed;
    left: -320px;
    top: 0;
    padding: 0 20px;
    height: 100%;
    width: 320px;
    background: #fff;
    z-index: 100;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow-y: auto;
  }
  .catalog-filter.open {
    left: 0;
  }
  .catalog-filter__title {
    display: block;
    margin: 0;
    padding: 25px 0;
    border-bottom: 1px solid #EFEFEF;
  }
  .catalog-filter-row {
    display: block;
  }
  .catalog-filter-item-dropdown {
    display: block;
    position: static;
    width: 100%;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .catalog-filter-block {
    margin: 0;
    border-bottom: 1px solid #EFEFEF;
  }
  .catalog-filter-item__title {
    padding: 18px 0;
    font-weight: 600;
  }
  .catalog-filter-item__title:after {
    top: calc(50% - 4px);
  }
  .catalog-filter-item__title span {
    display: none;
  }
  .catalog-filter-button {
    display: none;
  }
  .catalog-filter-radio label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .catalog-filter-radio label:before {
    display: inline-block;
    position: static;
    margin-right: 10px;
  }
  .catalog-filter-tags {
    display: none;
  }
  .catalog-filter-item-scroll {
    max-height: none;
  }
  .catalog-filter-buttons {
    display: block;
    padding-top: 15px;
  }
  .catalog-filter-buttons .btn {
    margin-bottom: 10px;
  }
  .catalog-filter__close {
    display: block;
  }
  body.filter-lock {
    overflow: hidden;
  }
  .bg-filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(68, 68, 68, 0.65);
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .bg-filter.active {
    z-index: 90;
    opacity: 1;
  }
  .catalog-subcategories {
    padding-top: 5px;
    display: none;
  }
  .catalog-subcategories li {
    margin: 0 30px 15px 0;
  }
  .main-menu-list li {
    margin: 0 20px 15px 0;
  }
  .main-menu-list li:last-child {
    margin-right: 0;
  }
  .main-menu-list li a {
    font-size: 16px;
  }
  .articles-row .articles-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .articles-item__image {
    height: 325px;
    margin-bottom: 15px;
  }
  .articles-item__category {
    margin-bottom: 8px;
    font-size: 12px;
  }
  .articles-item__title {
    font-size: 16px;
    line-height: 24px;
  }
  .article h1 {
    margin-bottom: 25px;
  }
  .article-nav-item__arrow {
    font-size: 14px;
  }
  .article-nav-item__title {
    font-size: 14px;
    line-height: 22px;
  }
  .article-nav-item {
    max-width: 310px;
  }
  .article-bottom {
    padding-bottom: 40px;
  }
  .materials-colors-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px;
    width: 120px;
    height: 120px;
    margin: 0 10px 20px;
  }
  .materials-colors-item__title {
    font-size: 15px;
  }
  .materials-colors {
    padding-top: 40px;
  }
  .materials-colors__title {
    margin-bottom: 40px;
  }
  .material {
    padding-right: 0;
  }
  .material-top__image {
    position: static;
    float: right;
    width: 320px;
  }
  .material-top__text {
    float: left;
    width: calc(100% - 360px);
  }
  .material-stats__title {
    font-size: 14px;
  }
  .material-stats-item {
    font-size: 14px;
    line-height: 22px;
  }
  .content {
    padding-bottom: 40px;
  }
  .work-body {
    display: block;
    padding-bottom: 30px;
  }
  .work-media {
    margin-bottom: 20px;
    max-width: 100%;
  }
  .work-slider__item {
    height: 450px;
  }
  .work-content {
    padding-left: 0;
  }
  .work-review {
    padding-top: 30px;
  }
  .work-review__name {
    font-size: 16px;
  }
  .work-review__text {
    font-size: 14px;
    line-height: 22px;
  }
  .work-review__date {
    font-size: 12px;
  }
  .works-list .works-item {
    margin-bottom: 30px;
  }
  .works-content-completed-list li {
    font-size: 14px;
    line-height: 22px;
  }
  .works-content-info-item {
    font-size: 14px;
    line-height: 22px;
  }
  .works-content-info-item__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    max-width: 180px;
  }
  .reviews__desc {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 22px;
  }
  .reviews-item {
    padding: 30px 0 20px 0;
  }
  .reviews-item__place,
  .reviews-item__date,
  .reviews-item__text {
    font-size: 14px;
    line-height: 22px;
  }
  .reviews-item-top {
    margin-bottom: 20px;
  }
  .reviews-body {
    padding-bottom: 40px;
  }
  .reviews-form {
    padding-top: 40px;
  }
  .reviews-form-rating {
    padding-top: 0;
  }
  .reviews-form-captcha {
    margin-right: 20px;
  }
  .reviews-form-agreement label {
    font-size: 12px;
    line-height: 22px;
  }
  .reviews-form-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .reviews-form-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .reviews-form-col:last-child {
    padding-top: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contacts-gallery__image {
    height: 200px;
  }
  .contacts-info__name {
    font-size: 14px;
    line-height: 22px;
  }
  .contacts-info-phones__item {
    font-size: 14px;
  }
  .contacts-info-phones__item_main {
    font-size: 18px;
  }
  .contacts-info__address {
    font-size: 14px;
    line-height: 22px;
  }
  .contacts-info__mail {
    font-size: 14px;
  }
  .contacts-info__timetable {
    font-size: 14px;
  }
  .contacts-info-apps__item {
    font-size: 14px;
  }
  .btn {
    font-size: 14px;
  }
  .contacts-address-item__title {
    font-size: 16px;
  }
  .contacts-address-item__text {
    font-size: 14px;
    line-height: 22px;
  }
  .contacts-address {
    padding: 30px 0;
  }
  .contacts-guide {
    padding: 30px 0;
  }
  .contacts-guide__video:after {
    width: 85px;
    height: 85px;
  }
  .contacts-guide-route {
    display: block;
  }
  .contacts-guide-route-col {
    margin: 0;
    padding-top: 20px;
  }
  .contacts-guide__video {
    margin-bottom: 20px;
  }
  .contacts-requisites {
    padding-top: 30px;
  }
  .contacts-requisites-item {
    font-size: 14px;
    line-height: 22px;
  }
  .contacts-guide-route__coordinates {
    font-size: 14px;
    line-height: 22px;
  }
  .cemeteries__subtitle {
    font-size: 14px;
    line-height: 22px;
  }
  .cemeteries-item__letter {
    font-size: 30px;
  }
  .cemeteries-item-list ul li a {
    font-size: 14px;
    line-height: 22px;
  }
  .cemeteries-item {
    padding: 30px 20px 20px 0;
  }
  .cemetery-about__subtitle {
    font-size: 14px;
    line-height: 22px;
  }
  .cemetery-about ul li {
    font-size: 14px;
    line-height: 22px;
  }
  .cemetery-about__note {
    font-size: 14px;
    line-height: 22px;
  }
  .cemetery-about-bottom {
    padding-top: 20px;
  }
  .cemetery-about-contacts-item {
    font-size: 14px;
    line-height: 22px;
  }
  .cemetery-about {
    padding-bottom: 40px;
  }
  .cemetery-products {
    padding: 40px 0;
  }
  .cemetery-services-section {
    padding-top: 40px;
    padding-bottom: 1px;
  }
  .cemetery-services-item__title {
    font-size: 16px;
    line-height: 24px;
  }
  .cemetery-services-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cemetery-materials {
    padding: 40px 0;
  }
  .cemetery-review {
    padding-top: 40px;
  }
  .districts-block__letter {
    margin-bottom: 15px;
    font-size: 30px;
  }
  .districts-item__title {
    font-size: 14px;
    line-height: 22px;
  }
  .districts-col {
    padding: 30px 15px 30px 0;
  }
  .districts-col_nbd,
  .districts-col_nbt {
    padding-bottom: 0;
  }
  .districts-item__logo {
    margin-right: 12px;
  }
  .district-info {
    padding-bottom: 20px;
  }
  .cemetery-products__note {
    font-size: 14px;
    line-height: 22px;
  }
  .district-cemeteries {
    padding: 40px 0;
  }
  .district-cemeteries-item {
    margin-bottom: 30px;
  }
  .district-cemeteries-item__title {
    font-size: 20px;
    line-height: 30px;
  }
  .district-cemeteries-item__map {
    font-size: 14px;
  }
  .district-cemeteries-item-info-item {
    font-size: 14px;
    line-height: 22px;
  }
  .district-cemeteries-item-info-item__title {
    width: 240px;
  }
  .district-materials {
    padding: 40px 0;
  }
  .cart-table-product__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
  }
  .cart-table-product-add {
    padding-left: 100px;
  }
  .cart-table-actions {
    -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;
  }
  .cart-table-actions a {
    margin: 7px 0;
  }
  .ct-cell-actions {
    width: 40px;
  }
  .cart-table__price {
    font-size: 16px;
  }
  .cart-table__price span {
    padding-top: 7px;
    font-size: 12px;
  }
  .ct-cell-totalprice {
    width: 130px;
  }
  .cart-table-product {
    padding-right: 0;
  }
  .cart-table-product__price {
    font-size: 16px;
  }
  .cart-table-product__price span {
    padding-top: 7px;
    font-size: 12px;
  }
  .cart-table-product-content {
    padding-right: 10px;
  }
  .cart-bottom-rightside {
    padding-right: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 350px;
    flex: 0 0 350px;
    max-width: 350px;
  }
  .cart-table__print {
    font-size: 14px;
  }
  .cart-table-total__title {
    font-size: 18px;
  }
  .cart-table-total__price {
    font-size: 20px;
  }
  .cart-table-discount {
    margin-bottom: 15px;
  }
  .cart-table-discount__title {
    font-size: 14px;
  }
  .cart-table-discount__price {
    font-size: 16px;
  }
  th.ct-cell-product {
    padding-left: 30px;
    padding-right: 40px;
  }
  .cart-order {
    display: block;
  }
  .cart-order {
    padding-top: 30px;
  }
  .cart-order-content {
    margin: 0 0 20px 0;
  }
  .cart-table-product-add-item__title {
    font-size: 13px;
    line-height: 14px;
    padding-right: 15px;
  }
  .cart-table-product-add-item__title span {
    padding-left: 0;
  }
  .cart-table-product-add-item__value {
    font-size: 14px;
  }
  .product-info {
    display: block;
  }
  .product-info-leftside {
    max-width: 100%;
  }
  .product-info-rightside {
    max-width: 100%;
  }
  .product-thumbs {
    display: none;
  }
  .product-slider {
    margin-bottom: 25px;
  }
  .product-slider .slick-dots {
    bottom: -10px;
  }
  .product-slider .slick-dots li {
    margin: 0 5px;
  }
  .product-slider .slick-dots li button {
    width: 8px;
    height: 8px;
    background: #C4C4C4;
  }
  .product-slider .slick-dots li.slick-active button {
    background: #0C9E6A;
  }
  .product-media {
    margin-bottom: 30px;
  }
  .product-stats__title {
    font-size: 16px;
  }
  .product-stats-item {
    font-size: 14px;
    line-height: 22px;
  }
  .product-stats__all {
    font-size: 14px;
  }
  .product-stats-item__title {
    padding-right: 20px;
  }
  .product-parameters__title {
    font-size: 16px;
  }
  .product-parameters-item__title {
    font-size: 14px;
  }
  .product-material__title span {
    font-size: 14px;
  }
  .product-features {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .product-features-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: none;
    padding: 0;
  }
  .product-features-item-body {
    padding: 0;
  }
  .product-features-item__title {
    white-space: nowrap;
  }
  .product-section__title {
    font-size: 20px;
  }
  .product-mainservices-list {
    margin-top: 0;
  }
  .product-mainservices-item__price {
    font-size: 16px;
  }
  .product-mainservices-item__title label {
    font-size: 14px;
  }
  .product-service__title {
    font-size: 18px;
  }
  .product-service__price {
    font-size: 16px;
  }
  .product-service__desc {
    font-size: 14px;
    line-height: 22px;
  }
  .product-service__subtitle {
    font-size: 14px;
    line-height: 22px;
  }
  .product-service-item {
    margin: 0 auto;
  }
  .product-service-carousel {
    margin: 0;
    padding: 0 20px;
  }
  .product-service-carousel .slick-prev {
    left: -20px;
  }
  .product-service-carousel .slick-next {
    right: -20px;
  }
  .product-service-col {
    padding: 0;
  }
  .product-total-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product-total__cart {
    width: 180px;
    height: 40px;
    margin: 0 0 10px 0;
  }
  .product-total__cart span {
    display: none;
  }
  .product-total-body {
    max-width: 680px;
  }
  .product-include-body {
    max-width: 680px;
  }
  .product-total__toggle {
    margin-left: 20px;
  }
  .product-include {
    max-height: calc(100vh - 90px);
  }
  .page-product #up {
    bottom: 105px;
  }
  .product-total__click {
    font-size: 14px;
  }
  .product-total {
    padding: 12px 0;
  }
  .page-product {
    padding-bottom: 90px;
  }
  .decor-product-total-body {
    width: 680px;
  }
  .decor-product-include-body {
    width: 680px;
  }
  .decor-product-back__link {
    font-size: 14px;
  }
  .decor-leftside {
    margin-bottom: 35px;
  }
  .decor-section__title {
    font-size: 16px;
  }
  .decor-section__price {
    font-size: 16px;
  }
  .decor-section__desc {
    font-size: 14px;
    line-height: 22px;
  }
  .decor-portrait-method-radio .radio label {
    font-size: 14px;
  }
  .decor-portrait-item__title {
    font-size: 16px;
  }
  .decor-portrait-item__title span {
    font-size: 14px;
  }
  .decor-portrait-item__price {
    font-size: 14px;
  }
  .decor-form-type-radio .radio label {
    font-size: 14px;
  }
  .decor-form-item__title {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
  }
  .decor-form-item__price {
    font-size: 14px;
    line-height: 22px;
  }
  .decor-data-text__item {
    font-size: 14px;
    line-height: 22px;
  }
  .decor-data-add {
    padding-top: 20px;
  }
  .decor-data-epitaph__title {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .decor-data-epitaph-tabs__btn {
    font-size: 14px;
  }
  .decor-data-epitaph-tabs-list {
    padding-bottom: 10px;
  }
  .decor-data-epitaph__text {
    padding-right: 30px;
  }
  .decor-data-epitaph__text p {
    margin-bottom: 15px;
  }
  .decor-image-tabs-list-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .decor-image__item {
    width: 90px;
    height: 127px;
  }
  .decor-data-date {
    font-size: 14px;
  }
  .promo {
    height: auto;
    background-image: none;
  }
  .promo-elements {
    display: none;
  }
  .promo-mobile-image {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .center-wrapper {
    max-width: 100%;
    padding: 0 20px;
  }
  h1, h2, h3, h4, h5, h6, .title_1, .title_2, .title_3, .title_4, .title_5, .title_6 {
    margin-bottom: 20px;
  }
  h1, .title_1 {
    font-size: 24px;
    line-height: 32px;
  }
  h2, .title_2 {
    font-size: 20px;
    line-height: 30px;
  }
  h3, .title_3 {
    font-size: 18px;
    line-height: 26px;
  }
  .sticky {
    display: none;
  }
  .header__note span {
    display: none;
  }
  .header-content-col {
    display: none;
  }
  .header-content-col_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mobile-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mobile-actions__btn {
    position: relative;
    display: inline-block;
    margin-right: 18px;
    width: 22px;
    height: 22px;
  }
  .mobile-actions__btn i {
    width: 100%;
    height: 100%;
    background-size: contain;
  }
  .mobile-actions__btn span {
    position: absolute;
    top: -7px;
    right: -10px;
    width: 16px;
    height: 16px;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    line-height: 16px;
    background: #0C9E6A;
  }
  .promo {
    height: auto;
  }
  .promo-image {
    display: none;
  }
  .promo-mobile-image {
    display: block;
  }
  .mobile-search {
    margin-left: 5px;
  }
  .header-menu__switcher {
    margin-right: 15px;
  }
  .header__note {
    padding: 4px 5px;
    font-size: 10px;
  }
  .callback__title {
    font-size: 18px;
    line-height: 26px;
  }
  .callback-content {
    display: block;
  }
  .callback-input {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .callback-input .input {
    width: 100%;
  }
  .callback-button .btn {
    width: 100%;
  }
  .main-content {
    padding: 30px 0;
  }
  .discounts__title {
    margin-bottom: 20px;
    font-size: 26px;
  }
  .discounts-item__image {
    display: none;
  }
  .discounts-item-content {
    padding-top: 0;
  }
  .discounts-col {
    display: none;
  }
  .discounts-col:first-child {
    display: block;
  }
  .discounts-col_small {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .discounts-item {
    padding: 20px;
  }
  .discounts-slider {
    display: none;
  }
  .mainproducts .tabs-list {
    margin-bottom: 15px;
  }
  .mainproducts .tabs__btn {
    padding-bottom: 10px;
  }
  .mainproducts-all .btn {
    width: 100%;
  }
  .products-carousel {
    margin-bottom: 20px;
  }
  .products-carousel > .slick-list > .slick-track > .slick-slide {
    padding: 0;
  }
  .mainproducts {
    padding-bottom: 30px;
  }
  .products-item {
    margin: 0 auto;
    max-width: 320px;
  }
  .products-carousel .slick-prev {
    left: 0;
  }
  .products-carousel .slick-next {
    right: 0;
  }
  .mainmaterials {
    padding-top: 30px;
  }
  .mainmaterials__title {
    margin-bottom: 25px;
  }
  .materials-row {
    padding-bottom: 15px;
  }
  .materials-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .materials-item {
    height: 90px;
  }
  .materials-item:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .materials-item__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    max-width: 90px;
  }
  .materials-item__title {
    font-size: 14px;
    line-height: 20px;
  }
  .mainmaterials-all .btn {
    width: 100%;
  }
  .materials-item:hover .materials-item-hidden {
    opacity: 0;
  }
  .mainabout__text p {
    font-size: 14px;
    line-height: 22px;
  }
  .mainabout-video__title {
    text-align: left;
  }
  .maincatalog {
    display: block;
  }
  .materials-item-hidden {
    padding-right: 40px;
  }
  .features__title {
    margin-bottom: 30px;
  }
  .features-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 25px;
  }
  .features-item__icon {
    margin-bottom: 15px;
  }
  .materials-item__arrow {
    display: block;
  }
  .mainworks__title {
    margin-bottom: 20px;
  }
  .mainworks-slider {
    margin: 0 -20px;
  }
  .mainworks-slider .slick-arrow {
    display: none;
  }
  .mainworks-slider .works-item {
    padding: 20px;
    border: 0;
  }
  .works-item-info-item {
    display: block;
    margin-bottom: 5px;
  }
  .works-item-info {
    padding-bottom: 5px;
  }
  .works-item-completed-list li {
    line-height: 22px;
  }
  .works-item-info-item__value span {
    font-size: 18px;
  }
  .works-item__title {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 26px;
  }
  .ceo {
    padding: 30px 0;
  }
  .footer-contacts {
    padding: 30px 0;
  }
  .footer-contacts-row {
    margin: 0;
  }
  .footer-contacts-col {
    padding: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-phones {
    padding-bottom: 15px;
  }
  .footer-phones__main {
    margin-bottom: 5px;
  }
  .footer-map {
    height: 180px;
  }
  .footer-content {
    padding-top: 30px;
  }
  .footer-content-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-content-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  #up {
    right: 20px;
    bottom: 20px;
  }
  .catalog-categories {
    display: none;
  }
  .main__title {
    margin-bottom: 20px;
  }
  .breadcrumbs {
    padding-bottom: 5px;
  }
  .mainform-row {
    display: block;
  }
  .mainform-leftside {
    max-width: 100%;
    margin-right: 0;
  }
  .mainform-captcha {
    margin-bottom: 20px;
  }
  .mainform-content {
    margin-bottom: 15px;
  }
  .mainform {
    padding: 40px 0;
  }
  .mainform__title {
    margin-bottom: 10px;
  }
  .articles-item__image {
    height: 285px;
  }
  .main-menu {
    padding-bottom: 10px;
  }
  .main-menu-list li a {
    padding-bottom: 7px;
  }
  .article-nav-item {
    max-width: 280px;
  }
  .article h1 {
    margin-bottom: 15px;
  }
  .article-top {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .materials-colors-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .work-slider__item {
    height: 400px;
  }
  .reviews-form-bottom {
    display: block;
  }
  .reviews-form-captcha {
    margin: 0 0 20px 0;
  }
  .contacts-gallery-row {
    margin: 0 -5px;
    padding-bottom: 15px;
  }
  .contacts-gallery-col {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .cemetery-about-contacts-item__title {
    padding-right: 15px;
  }
  .districts-map {
    height: 200px;
  }
  .districts-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .districts-col_nbt {
    padding-bottom: 30px;
    border-bottom: 1px solid #E5E5E5;
  }
  .cart-table-product__price {
    display: none;
  }
  .cart-table {
    display: block;
  }
  .cart-table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-bottom: 1px solid #EFEFEF;
    position: relative;
  }
  .cart-table td {
    border-bottom: 0;
  }
  .cart-table th {
    display: none;
  }
  .ct-cell-product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ct-cell-actions {
    position: absolute;
    top: 0;
    right: 0;
  }
  .ct-cell-totalprice {
    width: 165px;
  }
  .cart-table__price {
    min-height: 34px;
    height: auto;
  }
  .cart-table-quantity {
    height: auto;
  }
  .cart-bottom-rightside {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .cart-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-direction: column-reverse;
    padding: 15px;
  }
  .cart-bottom-leftside {
    padding-left: 0;
  }
  .cart-table-product-content {
    padding-right: 40px;
  }
  a.cart-order-content__phone {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .product-stats-item__title {
    width: 160px;
  }
  .product-parameters-list {
    display: block;
  }
  .product-parameters-item {
    display: block;
  }
  .product-parameters-item__title {
    display: block;
    padding-bottom: 5px;
    width: 100%;
  }
  .product-parameters-item__value {
    display: block;
  }
  .product-material__title span {
    display: block;
  }
  .product-features {
    display: block;
    padding: 10px 0;
  }
  .product-features-col {
    padding: 10px 0;
  }
  .product-features-item-body {
    height: auto;
  }
  .product-info {
    padding-bottom: 30px;
  }
  .product-section {
    padding: 25px 0 30px 0;
  }
  .product-mainservices-list {
    width: 100%;
    padding-bottom: 10px;
  }
  .product-mainservices-item__title {
    width: 100%;
    padding-right: 20px;
  }
  .product-service-carousel .slick-prev {
    left: 0;
  }
  .product-service-carousel .slick-next {
    right: 0;
  }
  .product-service-carousel {
    padding: 0;
  }
  .product-service__price {
    display: block;
  }
  .product-service-tabs-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px 0;
  }
  .product-service-select {
    display: block;
  }
  .product-service-select__title {
    margin: 0 0 10px 0;
  }
  .product-works {
    padding-top: 30px;
  }
  .product-tabs {
    padding: 30px 0;
  }
  .product-tabs .tabs-list {
    margin-bottom: 20px;
  }
  .product-service__title {
    font-size: 16px;
  }
  .product-service__desc {
    padding-top: 3px;
    line-height: 18px;
  }
  .product-service-top {
    padding: 10px 45px 10px 15px;
  }
  .product-service__arrow {
    top: 20px;
    right: 10px;
  }
  .tabs-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tabs__btn {
    padding-bottom: 5px;
    font-size: 16px;
    margin: 0 15px 10px 0;
  }
  .tabs__btn:last-child {
    margin-right: 0;
  }
  .product-tabs .tabs-list {
    margin-bottom: 5px;
  }
  .product-tabs .tabs__btn {
    padding-bottom: 5px;
    font-size: 16px;
    margin: 0 15px 10px 0;
  }
  .product-total__price {
    display: none;
  }
  .product-total__toggle {
    display: none;
  }
  .product-include {
    display: none !important;
  }
  .product-total {
    padding: 9px 15px;
  }
  .product-total-body {
    display: block;
  }
  .product-total-actions {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .product-total__click {
    margin-bottom: 10px;
  }
  .product-total__btn {
    width: 100%;
  }
  .page-product #up {
    bottom: 120px;
  }
  .page-product {
    padding-bottom: 110px;
  }
  .decor-product-total__toggle {
    display: none;
  }
  .decor-product-include {
    display: none !important;
  }
  .decor-product-total-body {
    width: 100%;
  }
  .decor-product-total {
    padding: 9px 15px;
  }
  .decor-product-total__price {
    display: none;
  }
  .decor-product-total-buttons {
    padding-right: 0;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .decor-product-total__btn {
    margin: 0 10px;
  }
  .callback-content {
    width: 300px;
  }
}

@media only screen and (max-width: 639px) {
  .slick-dots li {
    margin: 0 4px;
  }
  .slick-dots li button {
    width: 10px;
    height: 10px;
  }
  .products-carousel {
    margin-bottom: 35px;
  }
  .products-carousel > .slick-dots {
    bottom: -20px;
  }
  .mainworks-slider > .slick-dots {
    bottom: -20px;
  }
  .ceo-text__mobilehidden {
    display: none;
  }
  .products-row {
    display: block;
  }
  .products-row .products-col {
    max-width: 100%;
  }
  .mainform__subtitle {
    font-size: 14px;
    line-height: 22px;
  }
  .paginator li {
    margin: 0 5px;
  }
  .catalog-filter {
    width: 100%;
    left: -100%;
  }
  .articles-row {
    display: block;
  }
  .articles-row .articles-col {
    max-width: 100%;
  }
  .articles-item {
    max-width: 320px;
    margin: 0 auto;
  }
  .articles-item__image {
    margin-bottom: 15px;
    height: 320px;
  }
  .articles-item__category {
    margin-bottom: 8px;
  }
  .article-content-section img {
    margin: 0 0 20px 0;
    max-width: 100%;
    width: 100%;
    float: none;
  }
  .article-nav-item__title {
    display: none;
  }
  .article-nav-item__arrow {
    margin-bottom: 0;
  }
  .article-bottom {
    padding: 25px 0;
  }
  .article-info {
    margin-bottom: 25px;
  }
  .articles-other {
    padding: 30px 0;
  }
  .articles-other-carousel {
    padding: 0 0 20px;
  }
  .articles-other-carousel .slick-dots {
    bottom: 0;
  }
  .material {
    padding-bottom: 20px;
  }
  .material-top__text {
    float: none;
    width: 100%;
    padding-bottom: 10px;
  }
  .material-top__image {
    float: none;
    width: 100%;
  }
  .material-stats {
    margin-bottom: 20px;
    padding: 25px 0 15px 0;
  }
  .materials-other {
    padding-top: 30px;
  }
  .material-stats-item__title {
    padding-right: 20px;
  }
  .works-item {
    padding: 20px;
  }
  .works-item-gallery {
    min-height: 270px;
  }
  .work-thumbs {
    display: none;
  }
  .work-slider__item {
    height: 250px;
  }
  .works-content-info-item__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px;
    padding-right: 10px;
  }
  .main {
    padding-bottom: 40px;
  }
  .work-slider {
    padding-bottom: 25px;
  }
  .work-slider .slick-dots {
    bottom: 0;
  }
  .reviews-services {
    display: block;
  }
  .reviews-services-item {
    text-align: center;
  }
  .reviews-services-item:first-child {
    margin: 0 0 30px 0;
  }
  .reviews-item-top {
    display: block;
  }
  .reviews-item-top-leftside {
    margin-bottom: 20px;
    padding-right: 0;
  }
  .form-rating {
    display: block;
  }
  .form-rating__title {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .form-rating-stars {
    margin-bottom: 20px;
  }
  .form-rating-status__title {
    font-size: 18px;
  }
  .reviews-form-row {
    display: block;
  }
  .reviews-form-col {
    margin-bottom: 20px;
    max-width: 100%;
  }
  .reviews-form-col:last-child {
    padding-top: 0;
  }
  .reviews-form-agreement label {
    display: block;
    padding-left: 30px;
  }
  .reviews-form-agreement label:before {
    position: absolute;
    left: 0;
  }
  .reviews-form-agreement label a {
    margin-left: 0;
  }
  .reviews-form-button .btn {
    width: 100%;
  }
  .reviews-form-bottom {
    margin-bottom: 20px;
  }
  .contacts-info-content {
    position: relative;
  }
  .contacts-info__photo {
    position: absolute;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
    height: 125px;
  }
  .contacts-info-data {
    padding-left: 0;
  }
  .contacts-info__name {
    margin-bottom: 10px;
  }
  .contacts-info__name span {
    display: block;
  }
  .contacts-info-data-section:first-child {
    padding-left: 100px;
  }
  .contacts-info-form {
    margin: 0 -20px;
    padding: 20px;
  }
  .contacts-info-form-button .btn {
    width: 100%;
  }
  .contacts-info-form-agreement label {
    display: block;
    padding-left: 30px;
  }
  .contacts-info-form-agreement label:before {
    position: absolute;
    left: 0;
  }
  .contacts-info-form-agreement label a {
    margin-left: 0;
  }
  .contacts-info-map {
    margin: 0 -20px;
    height: 180px;
  }
  .contacts-info {
    padding-bottom: 5px;
  }
  .contacts-gallery {
    padding-top: 30px;
  }
  .contacts-gallery-row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .contacts-gallery-col {
    max-width: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
  }
  .contacts-gallery__image {
    width: 150px;
    height: 150px;
  }
  .contacts-address-map {
    height: 170px;
  }
  .contacts-requisites-item__title {
    padding-right: 25px;
  }
  .contacts-guide__video:after {
    width: 50px;
    height: 50px;
  }
  .contacts-guide-route__coordinates span {
    display: block;
    padding-left: 0;
    padding-top: 5px;
  }
  .contacts-guide-route__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px;
    line-height: 24px;
    height: auto;
  }
  .contacts-guide-route__btn span {
    display: block;
  }
  .contacts-guide-route-col {
    padding-top: 10px;
  }
  .contacts-guide__video {
    margin-bottom: 10px;
  }
  .cemeteries-map {
    height: 150px;
    margin: 0 -20px;
  }
  .cemeteries-row {
    display: block;
  }
  .cemeteries-item {
    max-width: 100%;
    padding-right: 0;
    padding-bottom: 0;
    border-top: 0;
  }
  .cemeteries-item:first-child {
    padding-top: 0;
  }
  .cemeteries-section {
    padding-top: 30px;
    border-bottom: 1px solid #E5E5E5;
  }
  .cemeteries-section:first-child {
    padding-top: 0;
  }
  .cemeteries-section:last-child {
    border-bottom: 0;
  }
  .cemetery-about-bottom {
    padding-top: 10px;
  }
  .cemetery-about-map {
    height: 180px;
  }
  .cemetery-about {
    padding-bottom: 30px;
  }
  .cemetery-products {
    padding: 30px 0;
  }
  .cemetery-products-carousel {
    padding-bottom: 20px;
  }
  .cemetery-products-carousel .slick-dots {
    bottom: 0;
  }
  .cemetery-services-row {
    display: block;
  }
  .cemetery-services-col {
    max-width: 100%;
  }
  .cemetery-services-col {
    padding-bottom: 20px;
  }
  .cemetery-services-section {
    padding-top: 30px;
  }
  .cemetery-materials {
    padding: 30px 0;
  }
  .cemetery-review {
    padding-top: 30px;
  }
  .districts-map {
    margin-bottom: 30px;
  }
  .districts-row {
    display: block;
  }
  .districts-col {
    max-width: 100%;
    margin-bottom: 30px;
    padding: 0;
    border-bottom: 0;
  }
  .districts-col:last-child {
    margin-bottom: 0;
  }
  .district-info {
    padding-bottom: 10px;
  }
  .district-cemeteries {
    padding: 30px 0;
  }
  .district-cemeteries-item {
    margin-bottom: 20px;
  }
  .district-cemeteries-item__title {
    font-size: 18px;
    line-height: 26px;
  }
  .district-cemeteries-item-info-item__title {
    width: 120px;
    padding-right: 15px;
  }
  .district-cemeteries-item-info {
    margin-bottom: 5px;
  }
  .district-materials {
    padding: 30px 0;
  }
  .features {
    padding: 30px 0;
  }
  .cart-order-form-item label {
    display: block;
    padding-left: 30px;
  }
  .cart-order-form-item label:before {
    position: absolute;
    left: 0;
  }
  .cart-order-form-item label a {
    margin-left: 0;
  }
  .cart-table-product__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
  }
  .cart-table-product-add {
    padding-left: 80px;
  }
  .ct-cell-totalprice {
    width: 130px;
  }
  .ct-cell-product {
    padding: 10px 0 !important;
  }
  .mobile-search-body.open {
    width: 265px;
  }
  .materials-item-content {
    padding-right: 35px;
  }
  .materials-item__title br {
    display: none;
  }
  .decor-product__image {
    height: 280px;
  }
  .decor-product-actions__btn {
    padding: 10px;
    font-size: 0;
  }
  .decor-product-actions__btn svg {
    margin: 0;
  }
  .decor-form-type-radio,
  .decor-portrait-method-radio {
    display: block;
  }
  .decor-form-type-radio .radio,
  .decor-portrait-method-radio .radio {
    margin: 0 0 10px 0;
  }
  .decor-form-type-radio .radio:last-child,
  .decor-portrait-method-radio .radio:last-child {
    margin-bottom: 0;
  }
  .decor-form-list {
    display: block;
  }
  .decor-form-item {
    margin: 0 0 20px 0;
  }
  .decor-form-item:last-child {
    margin-bottom: 0;
  }
  .decor-data-body {
    display: block;
  }
  .decor-data-leftside {
    max-width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
  .decor-image-tabs-list-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 12px;
  }
  .decor-image-col {
    margin: 0 15px 15px 0;
  }
  .decor-image__item {
    width: 76px;
    height: 107px;
  }
  .decor-image-list {
    max-height: 235px;
  }
  .decor-product-total-buttons {
    margin: 0 -5px;
  }
  .decor-product-total__btn {
    min-width: auto;
    margin: 0 5px;
  }
  .flip-clock-wrapper ul {
    margin: 3px;
    width: 28px;
    height: 45px;
    line-height: 45px;
  }
  .flip-clock-wrapper ul li {
    line-height: 45px;
  }
  .flip-clock-wrapper ul li a div {
    font-size: 30px;
  }
  .flip-clock-divider {
    width: 10px;
  }
  .flip-clock-divider .flip-clock-label {
    width: 75px;
  }
  .callback-timer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .callback-input {
    margin-bottom: 10px;
  }
  .callback-leftside {
    margin-bottom: 15px;
  }
  .callback__title {
    margin-bottom: 10px;
  }
  .callback-timer__title {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .flip-clock-wrapper {
    padding-bottom: 10px;
  }
  .flip-clock-divider .flip-clock-label {
    width: 60px;
    bottom: -15px;
  }
  .flip-clock-divider.hours .flip-clock-label,
  .flip-clock-divider.minutes .flip-clock-label,
  .flip-clock-divider.seconds .flip-clock-label {
    left: 13px;
  }
  .flip-clock-dot {
    left: 2px;
  }
  .flip-clock-dot.top {
    top: 20px;
  }
  .flip-clock-dot.bottom {
    bottom: 20px;
  }
  .callback-timer-content {
    margin-left: -3px;
  }
  .callback {
    padding-bottom: 25px;
  }
  .callback__title {
    text-align: center;
  }
  .callback__title span {
    display: block;
  }
}

@media only screen and (max-width: 399px) {
  .works-item-slider__item {
    height: 210px;
  }
  .work-slider__item {
    height: 210px;
  }
}

@media only screen and (max-width: 359px) {
  .mobile-actions__btn {
    margin-right: 15px;
    width: 20px;
    height: 20px;
  }
  .header-logo {
    width: 95px;
    height: auto;
  }
  .header-menu {
    width: 250px;
    left: -250px;
  }
  .footer-address {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
  }
  .articles-item__image {
    height: 280px;
  }
  .works-item-slider__item {
    height: 170px;
  }
  .works-item-slider .slick-dots li button {
    width: 35px;
  }
  .contacts-info-phones__item_main {
    font-size: 16px;
  }
  .cemetery-about__subtitle br {
    display: block;
  }
  .cemetery-about__subtitle span {
    display: inline;
  }
  .mobile-search-body.open {
    width: 250px;
  }
  .materials-item__subtitle {
    padding-top: 3px;
    font-size: 14px;
  }
  .product-service-item {
    width: 100%;
  }
  .product-service-carousel .slick-prev {
    left: -15px;
  }
  .product-service-carousel .slick-next {
    right: -15px;
  }
  .product-total__cart {
    width: 155px;
  }
  .decor-product-total__btn {
    padding: 0 10px;
  }
  .flip-clock-wrapper ul {
    width: 24px;
  }
  .flip-clock-divider .flip-clock-label {
    width: 54px;
  }
  .header__note {
    font-size: 9px;
  }
}
