@charset "UTF-8";
@font-face {
  font-family: "PT Sans bold";
  src: url("../font/PT_Sans-Web-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "PT Sans";
  src: url("../font/PT_Sans-Web-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
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;
  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 * {
  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: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  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;
  transition: opacity 0.25s ease, visibility 0s ease 0.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;
  transition: opacity 0.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 44px 0 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  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--next {
  z-index: 99995; }

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

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

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

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 44px 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;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  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-slide--html .fancybox-content {
  margin: 0 0 6px 0; }

.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--iframe .fancybox-content {
  height: calc(100% - 44px);
  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;
  vertical-align: top;
  width: 100%; }

.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;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.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,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

.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;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  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: 0.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-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

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

.fancybox-navigation .fancybox-button div {
  background: rgba(30, 30, 30, 0.6);
  height: 100%;
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/pngbase64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.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: 0.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 {
  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;
  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;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

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

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-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 0 0; }

  .fancybox-slide--image .fancybox-content {
    margin-bottom: 6px; }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; } }
/* 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;
  transition: all 0.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: transparent;
  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;
  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;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

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

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

/* Styling for Small-Screen Devices */
@media all and (max-width: 768px) {
  .fancybox-thumbs {
    width: 110px; }

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

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }
@font-face {
  font-family: "fontello";
  src: url("../font/fontello__q_bed4171746.eot");
  src: url("../font/fontello__q_bed4171746.eot#iefix") format("embedded-opentype"), url("../font/fontello__q_bed4171746.woff2") format("woff2"), url("../font/fontello__q_bed4171746.woff") format("woff"), url("../font/fontello__q_bed4171746.ttf") format("truetype"), url("../font/fontello__q_bed4171746.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8 */
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120% */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3) */ }

.icon-exclamation:before {
  content: ""; }

/* '' */
.icon-cog:before {
  content: ""; }

/* '' */
.icon-search:before {
  content: ""; }

/* '' */
.icon-up-big:before {
  content: ""; }

/* '' */
.icon-down-big:before {
  content: ""; }

/* '' */
.icon-left-big:before {
  content: ""; }

/* '' */
.icon-right-big:before {
  content: ""; }

/* '' */
.icon-ruler-combined-solid:before {
  content: ""; }

/* '' */
.icon-viber-brands:before {
  content: ""; }

/* '' */
.icon-ok:before {
  content: ""; }

/* '' */
.icon-art-gallery:before {
  content: ""; }

/* '' */
.icon-attach:before {
  content: ""; }

/* '' */
.icon-phone:before {
  content: ""; }

/* '' */
.icon-mail:before {
  content: ""; }

/* '' */
.icon-heart:before {
  content: ""; }

/* '' */
.icon-eye:before {
  content: ""; }

/* '' */
.icon-bookmark:before {
  content: ""; }

/* '' */
.icon-vkontakte:before {
  content: ""; }

/* '' */
.icon-gift:before {
  content: ""; }

/* '' */
.icon-attention:before {
  content: ""; }

/* '' */
.icon-picture:before {
  content: ""; }

/* '' */
.icon-eye-1:before {
  content: ""; }

/* '' */
.icon-basket-1:before {
  content: ""; }

/* '' */
.icon-attention-circled:before {
  content: ""; }

/* '' */
.icon-spin2:before {
  content: ""; }

/* '' */
.icon-facebook:before {
  content: ""; }

/* '' */
.icon-menu:before {
  content: ""; }

/* '' */
.icon-angle-double-left:before {
  content: ""; }

/* '' */
.icon-angle-double-right:before {
  content: ""; }

/* '' */
.icon-angle-left:before {
  content: ""; }

/* '' */
.icon-angle-right:before {
  content: ""; }

/* '' */
.icon-angle-up:before {
  content: ""; }

/* '' */
.icon-angle-down:before {
  content: ""; }

/* '' */
.icon-attention-alt:before {
  content: ""; }

/* '' */
.icon-shield:before {
  content: ""; }

/* '' */
.icon-thumbs-up-alt:before {
  content: ""; }

/* '' */
.icon-instagram:before {
  content: ""; }

/* '' */
.icon-child:before {
  content: ""; }

/* '' */
.icon-sliders:before {
  content: ""; }

/* '' */
.icon-calc:before {
  content: ""; }

/* '' */
.icon-whatsapp:before {
  content: ""; }

/* '' */
.icon-odnoklassniki:before {
  content: ""; }

/* '' */
.icon-calendar-check-o:before {
  content: ""; }

/* '' */
.icon-industry:before {
  content: ""; }

/* '' */
.icon-shopping-basket:before {
  content: ""; }

/* '' */
.icon-telegram:before {
  content: ""; }

/* '' */
.icon-twitter-bird:before {
  content: ""; }

/* '' */
/*! Flickity v2.1.1 https://flickity.metafizzy.co---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  /*background: hsla(0, 0%, 100%, 1) */
  background: transparent;
  background: #FFB468;
  border: none;
  /*color: #333 */
  outline: none; }

.flickity-button:hover {
  /*background: white */
  /*background: transparent */
  cursor: pointer; }

.flickity-button:focus {
  outline: none;
  /*box-shadow: 0 0 0 5px #19F */ }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

.flickity-button-icon {
  fill: #fff; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 30px;
  height: 40px;
  /*border-radius: 50% */
  /* vertically center */
  transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 0; }

.flickity-prev-next-button.next {
  right: 0; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 0; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 0; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 15px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #fff;
  border-radius: 50%;
  /*opacity: 0.25 */
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  /*opacity: 1 */
  background: #FE5535; }

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1300px; } }
.container-fluid {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.333333%; }

  .offset-sm-2 {
    margin-left: 16.666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.333333%; }

  .offset-sm-5 {
    margin-left: 41.666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.333333%; }

  .offset-sm-8 {
    margin-left: 66.666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.333333%; }

  .offset-sm-11 {
    margin-left: 91.666667%; } }
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.333333%; }

  .offset-md-2 {
    margin-left: 16.666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.333333%; }

  .offset-md-5 {
    margin-left: 41.666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.333333%; }

  .offset-md-8 {
    margin-left: 66.666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.333333%; }

  .offset-md-11 {
    margin-left: 91.666667%; } }
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.333333%; }

  .offset-lg-2 {
    margin-left: 16.666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.333333%; }

  .offset-lg-5 {
    margin-left: 41.666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.333333%; }

  .offset-lg-8 {
    margin-left: 66.666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.333333%; }

  .offset-lg-11 {
    margin-left: 91.666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.333333%; }

  .offset-xl-2 {
    margin-left: 16.666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.333333%; }

  .offset-xl-5 {
    margin-left: 41.666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.333333%; }

  .offset-xl-8 {
    margin-left: 66.666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.333333%; }

  .offset-xl-11 {
    margin-left: 91.666667%; } }
.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

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

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
body {
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4;
  background: #fff;
  color: #2A1313;
  font-family: "PT Sans", Tahoma, sans-serif;
  font-weight: 400;
  margin: 0 auto;
  max-width: 1540px;
  box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15); }

html {
  background: #f2f2f2; }

h1, h2, h3, h4, p, ul, li, img {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4 {
  line-height: 1.2;
  font-weight: normal; }

a {
  text-decoration: none; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%; }

.compensate-for-scrollbar {
  margin-right: auto !important; }

#content {
  min-height: 60vh; }

#text_block .text_block__article .podrobnee span, .text_block .text_block__article .podrobnee span {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px; }

#materials .tabs__content .detailed-block .detailed-block_item.hide p {
  background: #fff;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  border: 2px solid #FFB468;
  padding: 0 15px;
  line-height: 37px;
  height: 40px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  letter-spacing: 0.01em;
  font-size: 1em;
  cursor: pointer; }
  @media (min-width: 576px) {
    #materials .tabs__content .detailed-block .detailed-block_item.hide p {
      height: 50px;
      line-height: 47px; } }
  #materials .tabs__content .detailed-block .detailed-block_item.hide p:hover {
    background: #FFB468; }

.tabs .tabs__caption li, .case_modal .fancybox-content, #header .nav li .open_href, #header .nav li a, .custom_modal .modal_form .modal_body .form-group .radio_container .form_radio span {
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none; }

.but, .custom_modal .modal_form .submit_but, .cart form .submit_but, .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #button-confirm, #materials .tabs__content button {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  letter-spacing: 0.01em; }

h1, h2, h3, h4, #materials .tabs__content .detailed-block .detailed-block_item.hide p, #materials .tabs__content button, .but, .custom_modal .modal_form .submit_but, .cart form .submit_but, .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #button-confirm, .tabs .tabs__caption li, .header_1 h2, .header_1 h2 span:nth-child(2), .header_2 h2, .header_3 h2, .carousel_container .count, .case_modal .text p.price, .case_modal .text p span, #header #logo p, #header .top-contacts, #header .top-contacts .mini_buttons, #header .top-contacts #call_mobile_menu, #header .nav li .open_href, #header .nav li a, #easy_first_monitor .text p.b, #first_monitor_2 ul li, #first_monitor_2 p.b, #first_monitor .text p.b, #blagodarnost .text p, #bullets .item h2, #bullets .item .p-header, #steps .item span, .main_hrefs p a, #footer a, .custom_modal .modal_form .modal_header p:first-child, .custom_modal .modal_form .modal_body .form-group input[type="text"],
.custom_modal .modal_form .modal_body .form-group input[type="email"], .custom_modal .modal_form .modal_body .form-group .radio_container .form_radio span, #text_block .text_block__article .podrobnee span, .text_block .text_block__article .podrobnee span, #text_block .text_block__aside .text_block__aside__steps .item .text_block__aside__steps__circle, .text_block .text_block__aside .text_block__aside__steps .item .text_block__aside__steps__circle, .wide_text_block .podrobnee span, #mobile_menu .mobile_menu__container .mobile_menu__container_inner .mobile_menu__contacts, #mobile_menu .mobile_menu__container .mobile_menu__container_inner ul li .open_href, #mobile_menu .mobile_menu__container .mobile_menu__container_inner ul li a, .quiz .q_body .q_question .q_question_text, .quiz .q_body .q_question .q_question_count, .quiz .q_body .q_variants label p, .quiz .q_body .q_variants label input[type="text"], .quiz .q_body .q_variants .q_contact .form-group input[type="text"],
.quiz .q_body .q_variants .q_contact .form-group input[type="email"], .quiz .q_body .q_variants .q_contact .q_contact_h, .quiz .prev_next #quiz-errors, .quiz .prev_next input[type="submit"], .quiz .prev_next .next, .quiz .prev_next .prev, .under_h_big_text span.bold, #cat_page .fast_filter_sort .fast_filter a, #cat_page .toogle_cat_filter, #cat_page #cat_filter .cat_f_item .cat_f_item_header.b, #cat_page #cat_filter .cat_f_item .cat_show:hover, #cat_page #cat_filter .cat_f_item .cat_clear:hover, #cat_page #cat_filter .cat_f_controls button:hover, #cat_page #cat_filter .cat_f_controls button.b, #cat_page #pagination ul li.current span, .breadcrumb-list li a, .cat_item_product .link .cat_product_name, .dop_link_block .cat_product_name, #product_page .product_specifications p .bold, #product_page .product_specifications .stats .bold, #modal_search input[type="text"], .cart form .b, .cart form .modal_body .form-group input[type="text"],
.cart form .modal_body .form-group input[type="email"], .cart form .modal_body .form-group textarea, .catalog_menu_but, .catalog_menu .main, .catalog_menu .catalog_menu_links .item .item_header, .catalog_menu .catalog_menu_close, #ocfilter .ocfilter-option .ocf-option-name, #ocfilter .ocfilter-option-popover .popover-content .btn, .checkout-simplecheckout #simplecheckout_cart .simplecheckout-cart td.name a, .checkout-simplecheckout #simplecheckout_cart .simplecheckout-cart td.quantity button, .checkout-simplecheckout #simplecheckout_cart .simplecheckout-cart th, .checkout-simplecheckout #simplecheckout_cart .simplecheckout-cart .price, .checkout-simplecheckout #simplecheckout_cart .simplecheckout-cart .total, .checkout-simplecheckout .simplecheckout-block .checkout-heading, .mini-cta .text .under_h_big_text span, #noviy_god {
  font-family: "PT Sans bold", Tahoma, sans-serif; }

#header .top-contacts .mini_buttons span, #header .top-contacts #call_mobile_menu span, #mobile_menu .mobile_menu__container .mobile_menu__container_inner ul li li a, #cat_page #cat_filter .cat_f_item .cat_f_item_container label.label_range input, .top_products .but span, .top_products .custom_modal .modal_form .submit_but span, .custom_modal .modal_form .top_products .submit_but span, .top_products .cart form .submit_but span, .cart form .top_products .submit_but span, .top_products .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #button-confirm span, .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right .top_products #button-confirm span, .faq_block div[itemprop="mainEntity"] h3 {
  font-family: "PT Sans", Tahoma, sans-serif; }

#materials .tabs__content button {
  border: 0;
  background: #FFB468;
  cursor: pointer;
  outline: 0;
  text-decoration: none; }

.but, .custom_modal .modal_form .submit_but, .cart form .submit_but, .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #button-confirm {
  position: relative;
  text-decoration: none !important;
  cursor: pointer;
  outline: 0;
  display: inline-block;
  color: #2A1313 !important;
  background-color: #FFB468 !important;
  box-sizing: border-box;
  font-size: 0.9rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase; }
  .but:hover, .custom_modal .modal_form .submit_but:hover, .cart form .submit_but:hover, .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #button-confirm:hover {
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    color: #2A1313 !important; }
  .but:active, .custom_modal .modal_form .submit_but:active, .cart form .submit_but:active, .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #button-confirm:active {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }

#header .top-contacts .mini_buttons:before, #header .top-contacts #call_mobile_menu:before, #works .case .thumb:after, #materials .tabs__content button:after, .main_hrefs .link div h3:after, #jumbotron .jumbotron_text .jumbotron_text_bullet .item p:before, #upbutton:after, #fixed_cta a:before, .quiz .q_body .q_variants label p:before, .quiz .prev_next input[type="submit"]:after, .quiz .prev_next .next:after, .quiz .prev_next .prev:after, #cat_page .toogle_cat_filter:after, #cat_page #cat_filter .cat_f_item .cat_f_item_container .cat_f_name:before, .cat_item_product .link .buttons .but:after, .cat_item_product .link .buttons .custom_modal .modal_form .submit_but:after, .custom_modal .modal_form .cat_item_product .link .buttons .submit_but:after, .cat_item_product .link .buttons .cart form .submit_but:after, .cart form .cat_item_product .link .buttons .submit_but:after, .cat_item_product .link .buttons .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #button-confirm:after, .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right .cat_item_product .link .buttons #button-confirm:after, .cat_item_product .link .buttons .stats span:before, .cat_item_product .link .buttons .mini_buttons div.add_cart:after, .cat_item_product .link .buttons .mini_buttons a.add_cart:after, .cat_item_product .link .buttons .mini_buttons div.wishlist:after, .cat_item_product .link .buttons .mini_buttons a.wishlist:after, .top_products .easy_carousel_3 .carousel-cell .link div h3:after, #product_page .product_buttons .mini_buttons:after, #product_page .product_buttons .mini_buttons.add_cart:after, #product_page .stats span:before, #modal_search button[type="submit"]:after, .catalog_menu_but:before, .catalog_menu .catalog_menu_close:after, .ocf-offcanvas .ocfilter-mobile-handle .btn-primary .fa-filter, .ocf-offcanvas .ocfilter-mobile-handle .btn-primary.active .fa-filter, .ocf-offcanvas .ocfilter-mobile-handle .btn-primary:active .fa-filter, .ocf-offcanvas .ocfilter-mobile-handle .btn-primary:focus .fa-filter {
  font-family: "fontello";
  text-rendering: auto; }

.d-n {
  display: none; }

.d-n-i {
  display: none !important; }

.tabs .tabs__caption {
  position: relative;
  list-style: none;
  cursor: pointer;
  margin: 30px 0 20px;
  white-space: nowrap;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }
  .tabs .tabs__caption:focus {
    outline: 0 !important;
    outline-style: none;
    outline-width: 0px !important;
    outline-color: none !important; }
  .tabs .tabs__caption li {
    height: 50px;
    line-height: 47px;
    margin-top: 2px;
    margin-bottom: 10px;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    position: relative;
    border: 2px solid #FFB468;
    margin-right: 2px;
    padding: 0 15px;
    -webkit-transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1);
    transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1);
    background: #fff; }
    .tabs .tabs__caption li:focus {
      outline: 0 !important;
      outline-style: none;
      outline-width: 0px !important;
      outline-color: none !important; }
    .tabs .tabs__caption li:hover {
      cursor: pointer;
      -webkit-transform: translateY(-2px);
      transform: translateY(-2px); }
  .tabs .tabs__caption .active {
    background: #FFB468; }
    .tabs .tabs__caption .active:hover {
      -webkit-transform: translateY(0);
      transform: translateY(0); }
.tabs .tabs__content {
  display: none; }
  .tabs .tabs__content.active {
    display: block; }

.header_1 h2 {
  font-size: 2rem;
  line-height: 1.2; }
  @media (min-width: 768px) {
    .header_1 h2 {
      font-size: 3.3rem; } }
  @media (min-width: 992px) {
    .header_1 h2 {
      font-size: 3.7rem; } }
  .header_1 h2 span {
    display: block;
    font-size: 1.3rem;
    font-family: "PT Sans";
    font-weight: 400; }
    .header_1 h2 span:nth-child(2) {
      font-size: 2.3rem;
      line-height: 1;
      margin-top: 7px; }
      @media (min-width: 768px) {
        .header_1 h2 span:nth-child(2) {
          font-size: 3.3rem; } }
      @media (min-width: 992px) {
        .header_1 h2 span:nth-child(2) {
          font-size: 3.7rem; } }
    .header_1 h2 span:nth-child(3) {
      margin-top: 13px;
      max-width: 700px; }
.header_1 p {
  margin-top: 10px;
  font-size: 1.3rem;
  max-width: 700px; }
  .header_1 p:first-child {
    margin-top: 0;
    max-width: auto; }

.header_2 h2 {
  font-size: 2.3rem;
  line-height: 1; }
  @media (min-width: 576px) {
    .header_2 h2 {
      font-size: 3.7rem; } }

.header_3 h2 {
  font-size: 2rem;
  line-height: 1;
  max-width: 900px; }
  @media (min-width: 768px) {
    .header_3 h2 {
      font-size: 3.3rem;
      margin-bottom: 30px; } }
  @media (min-width: 992px) {
    .header_3 h2 {
      font-size: 3.7rem;
      margin-bottom: 60px; } }

b, strong {
  font-family: "PT Sans bold", Tahoma, sans-serif; }

.page_block {
  margin-top: 80px;
  margin-bottom: 80px; }
  @media (min-width: 576px) {
    .page_block {
      margin-top: 80px;
      margin-bottom: 80px; } }

.mt-10 {
  margin-top: 10px; }

.carousel_container .easy-carousel, .carousel_container .easy-carousel_2 {
  width: 100%; }
  .carousel_container .easy-carousel .carousel-cell, .carousel_container .easy-carousel_2 .carousel-cell {
    width: 100%; }
    .carousel_container .easy-carousel .carousel-cell img, .carousel_container .easy-carousel_2 .carousel-cell img {
      margin: 0 auto;
      display: block; }
    .carousel_container .easy-carousel .carousel-cell .name, .carousel_container .easy-carousel_2 .carousel-cell .name {
      display: inline-block;
      text-align: center;
      position: absolute;
      top: 10px;
      left: 10px;
      right: 10px; }
      .carousel_container .easy-carousel .carousel-cell .name span, .carousel_container .easy-carousel_2 .carousel-cell .name span {
        background: #fff;
        font-size: 0.8rem; }
        @media (min-width: 576px) {
          .carousel_container .easy-carousel .carousel-cell .name span, .carousel_container .easy-carousel_2 .carousel-cell .name span {
            font-size: 1rem; } }
.carousel_container .flickity-button-icon {
  fill: #2A1313; }
.carousel_container .count {
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  font-size: 0.7rem; }
  @media (min-width: 576px) {
    .carousel_container .count {
      font-size: 0.8rem; } }
  .carousel_container .count p {
    display: inline-block;
    color: #fff; }
    @media (min-width: 576px) {
      .carousel_container .count p {
        padding: 5px; } }

.case_modal .fancybox-bg {
  background: #fff;
  opacity: 1; }
.case_modal .fancybox-content {
  max-width: 1200px;
  padding: 40px 20px;
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab; }
  @media (min-width: 992px) {
    .case_modal .fancybox-content {
      min-width: 900px;
      padding: 0; } }
  .case_modal .fancybox-content:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing; }
.case_modal .fancybox-button {
  color: #2A1313;
  background: #FFB468; }
.case_modal .fancybox-button:focus,
.case_modal .fancybox-button:hover {
  cursor: pointer; }
.case_modal .fancybox-button.disabled,
.case_modal .fancybox-button.disabled:hover,
.case_modal .fancybox-button[disabled],
.case_modal .fancybox-button[disabled]:hover {
  opacity: 0.7; }
.case_modal .fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity 0.25s, visibility 0s, color 0.25s; }
.case_modal .fancybox-button {
  height: 34px;
  width: 34px;
  padding: 8px; }
  @media (min-width: 992px) {
    .case_modal .fancybox-button {
      height: 44px;
      width: 44px;
      padding: 13px; } }
.case_modal .fancybox-infobar {
  height: 34px;
  line-height: 34px;
  min-width: 34px; }
  @media (min-width: 576px) {
    .case_modal .fancybox-infobar {
      height: 44px;
      line-height: 44px;
      min-width: 44px; } }
.case_modal .fancybox-button--close svg path {
  fill: #000;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 0; }
.case_modal .fancybox-slide--html {
  padding: 0; }
.case_modal .text {
  width: 100%;
  box-sizing: border-box; }
  @media (min-width: 992px) {
    .case_modal .text {
      width: 30%;
      float: left;
      padding-left: 30px; } }
  .case_modal .text h3 {
    font-size: 1.4rem;
    margin-bottom: 20px;
    margin-top: 20px; }
    @media (min-width: 992px) {
      .case_modal .text h3 {
        margin-top: 0; } }
  .case_modal .text p {
    margin: 10px 0; }
    .case_modal .text p.price {
      font-size: 1.3rem; }
  .case_modal .text .but, .case_modal .text .custom_modal .modal_form .submit_but, .custom_modal .modal_form .case_modal .text .submit_but, .case_modal .text .cart form .submit_but, .cart form .case_modal .text .submit_but, .case_modal .text .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #button-confirm, .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right .case_modal .text #button-confirm {
    position: fixed;
    bottom: 0;
    left: 20px;
    padding: 10px 40px;
    border-radius: 0; }
    @media (min-width: 992px) {
      .case_modal .text .but, .case_modal .text .custom_modal .modal_form .submit_but, .custom_modal .modal_form .case_modal .text .submit_but, .case_modal .text .cart form .submit_but, .cart form .case_modal .text .submit_but, .case_modal .text .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #button-confirm, .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right .case_modal .text #button-confirm {
        position: static;
        margin-top: 10px;
        border-radius: 500px;
        padding: 14px 40px; } }
.case_modal .case_tabs {
  position: relative; }
  @media (min-width: 992px) {
    .case_modal .case_tabs {
      width: 70%;
      float: left;
      padding-right: 84px; } }
  .case_modal .case_tabs .case_tabs__caption {
    position: static;
    list-style: none;
    padding: 0;
    margin-top: 5px;
    opacity: 0;
    margin-left: -5px; }
    @media (min-width: 992px) {
      .case_modal .case_tabs .case_tabs__caption {
        margin-top: 0;
        position: absolute;
        right: 0;
        top: 0; } }
    .case_modal .case_tabs .case_tabs__caption li {
      position: relative;
      display: block;
      -webkit-transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1);
      transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1);
      border: 2px solid #eee;
      box-sizing: border-box;
      padding: 5px;
      float: left;
      margin: 5px; }
      @media (min-width: 992px) {
        .case_modal .case_tabs .case_tabs__caption li {
          margin: 10px 0 10px 10px;
          float: none; }
          .case_modal .case_tabs .case_tabs__caption li:first-child {
            margin-top: 0; } }
      .case_modal .case_tabs .case_tabs__caption li .case_nailthumb-container {
        position: relative;
        width: 50px;
        height: 50px;
        overflow: hidden; }
        .case_modal .case_tabs .case_tabs__caption li .case_nailthumb-container img {
          position: absolute;
          left: 50%;
          top: 50%;
          height: 100%;
          width: auto;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
          .case_modal .case_tabs .case_tabs__caption li .case_nailthumb-container img.portrait {
            width: 100%;
            height: auto; }
      .case_modal .case_tabs .case_tabs__caption li:hover {
        cursor: pointer;
        border-color: #FFB468; }
      .case_modal .case_tabs .case_tabs__caption li.active {
        border-color: #FFB468; }
  .case_modal .case_tabs .case_tabs__content {
    display: none;
    box-sizing: border-box;
    width: 100%; }
    @media (min-width: 992px) {
      .case_modal .case_tabs .case_tabs__content {
        padding: 10px;
        border: 2px solid #eee; } }
    .case_modal .case_tabs .case_tabs__content img {
      pointer-events: none;
      display: block;
      margin: 0 auto;
      max-height: 500px; }
    .case_modal .case_tabs .case_tabs__content.active {
      display: block; }

header {
  position: absolute;
  background-color: transparent;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 999;
  max-width: 1540px;
  margin: 0 auto; }

#header .row {
  padding: 15px 0;
  height: auto; }
  @media (min-width: 992px) {
    #header .row {
      height: 110px;
      padding: 0; } }
#header #logo {
  margin-bottom: 0; }
  #header #logo a {
    display: inline-block;
    max-width: 160px; }
    @media (min-width: 992px) {
      #header #logo a {
        max-width: 100%; } }
  #header #logo p {
    position: absolute;
    right: -190px;
    top: 11px;
    min-width: 150px; }
#header .top-contacts {
  margin-bottom: 0; }
  @media (min-width: 992px) {
    #header .top-contacts {
      margin-bottom: 5px; } }
  #header .top-contacts .item {
    margin: 5px 0;
    cursor: pointer;
    font-size: 1.1rem; }
    @media (min-width: 992px) {
      #header .top-contacts .item {
        margin: 0 15px 0 0; } }
    #header .top-contacts .item a {
      color: #2A1313; }
  #header .top-contacts .social a {
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    text-align: center;
    background: #FFB468;
    color: #2A1313;
    border-radius: 500px;
    font-size: 16px; }
  #header .top-contacts .social p {
    margin-bottom: 2px; }
  #header .top-contacts .but, #header .top-contacts .custom_modal .modal_form .submit_but, .custom_modal .modal_form #header .top-contacts .submit_but, #header .top-contacts .cart form .submit_but, .cart form #header .top-contacts .submit_but, #header .top-contacts .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #button-confirm, .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #header .top-contacts #button-confirm {
    padding: 0 20px;
    font-size: 0.9rem;
    z-index: 0;
    height: 40px;
    line-height: 40px;
    border-radius: 500px; }
  #header .top-contacts .mini_buttons, #header .top-contacts #call_mobile_menu {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #FFB468;
    border-radius: 500px;
    position: relative;
    color: #2A1313;
    display: inline-block;
    cursor: pointer;
    border: 0; }
    @media (min-width: 992px) {
      #header .top-contacts .mini_buttons, #header .top-contacts #call_mobile_menu {
        margin-left: 10px; } }
    #header .top-contacts .mini_buttons.search:before, #header .top-contacts #call_mobile_menu.search:before {
      content: ""; }
    #header .top-contacts .mini_buttons.wishlist:before, #header .top-contacts #call_mobile_menu.wishlist:before {
      content: ""; }
    #header .top-contacts .mini_buttons span, #header .top-contacts #call_mobile_menu span {
      background: #fff;
      border-radius: 500px;
      position: absolute;
      top: -3px;
      right: -3px;
      font-size: 13px;
      height: 18px;
      width: 18px;
      line-height: 16px;
      border: 1px solid #FFB468; }
    #header .top-contacts .mini_buttons.cart:before, #header .top-contacts #call_mobile_menu.cart:before {
      content: ""; }
  #header .top-contacts #cart {
    width: 40px; }
  #header .top-contacts #call_mobile_menu {
    cursor: pointer;
    width: 40px;
    padding: 0 10px; }
    #header .top-contacts #call_mobile_menu:before {
      content: ""; }
    @media (min-width: 576px) {
      #header .top-contacts #call_mobile_menu {
        width: auto;
        padding: 0 10px; }
        #header .top-contacts #call_mobile_menu:before {
          content: "Каталог";
          font-family: "PT Sans bold", Tahoma, sans-serif; } }
    @media (min-width: 992px) {
      #header .top-contacts #call_mobile_menu {
        display: none; } }
#header .nav {
  list-style: none;
  margin-right: -15px; }
  #header .nav li {
    position: relative; }
    #header .nav li:hover .drop_down_menu {
      display: block; }
    #header .nav li:hover .open_href {
      background: #fff; }
    #header .nav li.active {
      background: #fff; }
      #header .nav li.active .drop_down_menu {
        display: block !important; }
    #header .nav li .open_href {
      color: #2A1313;
      padding: 5px 17px;
      font-size: 1em;
      cursor: pointer;
      position: relative;
      display: block; }
    #header .nav li a {
      font-size: 1em;
      color: #2A1313;
      padding: 5px 17px;
      cursor: pointer;
      position: relative;
      display: block; }
      #header .nav li a:hover {
        color: #FFB468; }
    #header .nav li .drop_down_menu {
      position: absolute;
      top: 100%;
      left: 0;
      background: #fff;
      padding: 10px 15px;
      min-width: 100%;
      width: auto;
      display: none; }
      #header .nav li .drop_down_menu ul {
        list-style: none;
        padding-left: 0; }
        #header .nav li .drop_down_menu ul li {
          box-sizing: border-box; }
          #header .nav li .drop_down_menu ul li a {
            white-space: nowrap;
            display: block;
            padding: 5px 0;
            font-family: "PT Sans", sans-serif !important;
            font-weight: 400 !important; }
            #header .nav li .drop_down_menu ul li a:hover {
              color: #FFB468; }

#easy_first_monitor {
  background-size: cover;
  box-shadow: 0 0 0 700px rgba(255, 255, 255, 0.4) inset;
  background-position: center center; }
  #easy_first_monitor .row {
    height: auto;
    padding: 100px 0 40px; }
    @media (min-width: 768px) {
      #easy_first_monitor .row {
        padding: 160px 0; } }
    @media (min-width: 992px) {
      #easy_first_monitor .row {
        height: 700px;
        padding: 0; } }
  #easy_first_monitor .text {
    max-width: 630px; }
    #easy_first_monitor .text h1 {
      font-size: 2.2rem;
      margin-bottom: 30px;
      line-height: 1.1; }
      @media (min-width: 576px) {
        #easy_first_monitor .text h1 {
          font-size: 4rem; } }
      #easy_first_monitor .text h1.small {
        font-size: 2.2rem; }
        @media (min-width: 576px) {
          #easy_first_monitor .text h1.small {
            font-size: 3rem; } }
    #easy_first_monitor .text p.b {
      font-size: 1.1rem;
      max-width: 415px; }
    #easy_first_monitor .text .but, #easy_first_monitor .text .custom_modal .modal_form .submit_but, .custom_modal .modal_form #easy_first_monitor .text .submit_but, #easy_first_monitor .text .cart form .submit_but, .cart form #easy_first_monitor .text .submit_but, #easy_first_monitor .text .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #button-confirm, .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #easy_first_monitor .text #button-confirm {
      margin: 60px 0 0;
      padding: 18px 50px;
      font-size: 1rem; }

#first_monitor_2 .row {
  height: auto;
  padding: 90px 0 0;
  position: relative;
  z-index: 3; }
  @media (min-width: 992px) {
    #first_monitor_2 .row {
      padding: 110px 0 0; } }
#first_monitor_2 .fm_img_container {
  overflow: hidden; }
  #first_monitor_2 .fm_img_container img {
    object-fit: cover;
    object-position: center;
    border: 2px solid transparent;
    border-left: 0;
    border-right: 0; }
#first_monitor_2 h1 {
  font-size: 2.2rem;
  margin: 25px 0 25px;
  line-height: 1.1; }
  @media (min-width: 576px) {
    #first_monitor_2 h1 {
      font-size: 4rem; } }
  @media (min-width: 992px) {
    #first_monitor_2 h1 {
      font-size: 3rem;
      margin: 0 0 25px; } }
  @media (min-width: 1200px) {
    #first_monitor_2 h1 {
      font-size: 4rem; } }
  #first_monitor_2 h1.small {
    font-size: 2.2rem; }
    @media (min-width: 576px) {
      #first_monitor_2 h1.small {
        font-size: 2.5rem; } }
    @media (min-width: 992px) {
      #first_monitor_2 h1.small {
        font-size: 2.8rem; } }
    @media (min-width: 1200px) {
      #first_monitor_2 h1.small {
        font-size: 3rem; } }
#first_monitor_2 ul {
  list-style: none;
  margin-top: 30px; }
  #first_monitor_2 ul li {
    position: relative;
    line-height: 28px;
    padding-left: 35px; }
    #first_monitor_2 ul li:before {
      content: "";
      display: block;
      position: absolute;
      left: 6px;
      top: 8px;
      width: 10px;
      height: 10px;
      border-radius: 500px;
      background: #FFB468; }
#first_monitor_2 p.b {
  font-size: 20px;
  vertical-align: middle; }
  #first_monitor_2 p.b span.bold {
    text-decoration: underline; }
    #first_monitor_2 p.b span.bold:hover {
      text-decoration: none;
      cursor: pointer; }
  #first_monitor_2 p.b .hint {
    cursor: pointer;
    position: relative;
    line-height: 1; }
#first_monitor_2 .but, #first_monitor_2 .custom_modal .modal_form .submit_but, .custom_modal .modal_form #first_monitor_2 .submit_but, #first_monitor_2 .cart form .submit_but, .cart form #first_monitor_2 .submit_but, #first_monitor_2 .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #button-confirm, .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #first_monitor_2 #button-confirm {
  margin: 20px 0 0;
  padding: 15px 23px;
  font-size: 1rem;
  width: 100%;
  white-space: nowrap; }
  @media (min-width: 576px) {
    #first_monitor_2 .but, #first_monitor_2 .custom_modal .modal_form .submit_but, .custom_modal .modal_form #first_monitor_2 .submit_but, #first_monitor_2 .cart form .submit_but, .cart form #first_monitor_2 .submit_but, #first_monitor_2 .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #button-confirm, .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #first_monitor_2 #button-confirm {
      width: auto; } }
@media (min-width: 576px) {
  #first_monitor_2 .but_container .but:last-child, #first_monitor_2 .but_container .custom_modal .modal_form .submit_but:last-child, .custom_modal .modal_form #first_monitor_2 .but_container .submit_but:last-child, #first_monitor_2 .but_container .cart form .submit_but:last-child, .cart form #first_monitor_2 .but_container .submit_but:last-child, #first_monitor_2 .but_container .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #button-confirm:last-child, .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #first_monitor_2 .but_container #button-confirm:last-child {
    margin: 5px 0 0; } }
@media (min-width: 576px) {
  #first_monitor_2 .but_container .but, #first_monitor_2 .but_container .custom_modal .modal_form .submit_but, .custom_modal .modal_form #first_monitor_2 .but_container .submit_but, #first_monitor_2 .but_container .cart form .submit_but, .cart form #first_monitor_2 .but_container .submit_but, #first_monitor_2 .but_container .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #button-confirm, .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #first_monitor_2 .but_container #button-confirm {
    margin: 20px 0 0; } }
@media (min-width: 992px) {
  #first_monitor_2 .but_container .but, #first_monitor_2 .but_container .custom_modal .modal_form .submit_but, .custom_modal .modal_form #first_monitor_2 .but_container .submit_but, #first_monitor_2 .but_container .cart form .submit_but, .cart form #first_monitor_2 .but_container .submit_but, #first_monitor_2 .but_container .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #button-confirm, .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #first_monitor_2 .but_container #button-confirm {
    margin: 20px 0 0; } }
#first_monitor_2 .widget_container {
  margin: 20px 0 0; }
  @media (min-width: 576px) {
    #first_monitor_2 .widget_container {
      margin: 30px 0 0; } }
  @media (min-width: 992px) {
    #first_monitor_2 .widget_container {
      margin: 30px 0 0; } }
@media (min-width: 576px) {
  #first_monitor_2 .one_but_container .but, #first_monitor_2 .one_but_container .custom_modal .modal_form .submit_but, .custom_modal .modal_form #first_monitor_2 .one_but_container .submit_but, #first_monitor_2 .one_but_container .cart form .submit_but, .cart form #first_monitor_2 .one_but_container .submit_but, #first_monitor_2 .one_but_container .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #button-confirm, .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #first_monitor_2 .one_but_container #button-confirm {
    margin: 30px 0 0; } }
@media (min-width: 992px) {
  #first_monitor_2 .one_but_container .but, #first_monitor_2 .one_but_container .custom_modal .modal_form .submit_but, .custom_modal .modal_form #first_monitor_2 .one_but_container .submit_but, #first_monitor_2 .one_but_container .cart form .submit_but, .cart form #first_monitor_2 .one_but_container .submit_but, #first_monitor_2 .one_but_container .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #button-confirm, .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #first_monitor_2 .one_but_container #button-confirm {
    margin: 30px 0 0; } }
#first_monitor_2 .social {
  margin-bottom: 20px;
  margin-left: -10px; }
  @media (min-width: 992px) {
    #first_monitor_2 .social {
      margin-bottom: 0; } }
  #first_monitor_2 .social a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #FFB468;
    color: #2A1313;
    float: left;
    border-radius: 500px;
    margin: 8px;
    font-size: 1.3rem; }
    #first_monitor_2 .social a:hover {
      color: #fff; }

#promotion-info {
  display: none; }
  #promotion-info ul {
    padding-left: 20px; }
  #promotion-info p, #promotion-info ul {
    margin-bottom: 8px; }
    #promotion-info p:last-child, #promotion-info ul:last-child {
      margin-bottom: 0; }

#first_monitor {
  background-size: cover;
  box-shadow: 0 0 0 700px rgba(255, 255, 255, 0.4) inset;
  background-position: center center; }
  @media (min-width: 768px) {
    #first_monitor {
      box-shadow: none; } }
  #first_monitor .row {
    height: auto;
    padding: 100px 0 40px; }
    @media (min-width: 768px) {
      #first_monitor .row {
        padding: 160px 0; } }
    @media (min-width: 992px) {
      #first_monitor .row {
        height: 700px;
        padding: 0; } }
  #first_monitor .text {
    max-width: 630px; }
    #first_monitor .text h1 {
      font-size: 2.2rem;
      margin-bottom: 30px;
      line-height: 1.1; }
      @media (min-width: 576px) {
        #first_monitor .text h1 {
          font-size: 4rem; } }
      #first_monitor .text h1.small {
        font-size: 2.2rem; }
        @media (min-width: 576px) {
          #first_monitor .text h1.small {
            font-size: 3rem; } }
    #first_monitor .text p.b {
      font-size: 18px;
      vertical-align: middle;
      max-width: 415px; }
      #first_monitor .text p.b span.bold {
        text-decoration: underline; }
        #first_monitor .text p.b span.bold:hover {
          text-decoration: none;
          cursor: pointer; }
      #first_monitor .text p.b .hint {
        cursor: pointer;
        position: relative;
        line-height: 1; }
    #first_monitor .text .but, #first_monitor .text .custom_modal .modal_form .submit_but, .custom_modal .modal_form #first_monitor .text .submit_but, #first_monitor .text .cart form .submit_but, .cart form #first_monitor .text .submit_but, #first_monitor .text .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #button-confirm, .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #first_monitor .text #button-confirm {
      margin: 60px 0 0;
      padding: 18px 50px;
      font-size: 1rem; }

#blagodarnost {
  height: auto;
  padding: 100px 0 40px; }
  @media (min-width: 768px) {
    #blagodarnost {
      padding: 160px 0; } }
  @media (min-width: 992px) {
    #blagodarnost {
      padding-top: 200px; } }
  #blagodarnost .text {
    max-width: 630px; }
    #blagodarnost .text h1 {
      font-size: 2.2rem;
      margin-bottom: 30px;
      line-height: 1.1; }
      @media (min-width: 576px) {
        #blagodarnost .text h1 {
          font-size: 3rem; } }
    #blagodarnost .text p {
      font-size: 1.1rem;
      max-width: 415px;
      margin-top: 10px; }
    #blagodarnost .text a {
      color: #FFB468; }
      #blagodarnost .text a:hover {
        text-decoration: underline; }
    #blagodarnost .text .social {
      margin-top: 20px;
      margin-bottom: 20px;
      margin-left: -10px; }
      #blagodarnost .text .social a {
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background: #FFB468;
        color: #2A1313;
        float: left;
        border-radius: 500px;
        margin: 8px; }
  #blagodarnost #blagodarnost_href {
    margin-top: 40px; }
    #blagodarnost #blagodarnost_href a {
      color: #2A1313; }
      #blagodarnost #blagodarnost_href a:hover h2 {
        color: #FFB468 !important; }
    #blagodarnost #blagodarnost_href h2 {
      font-size: 24px;
      margin-bottom: 10px;
      text-decoration: underline; }

#contacts {
  margin-bottom: 90px; }
  #contacts .row h1 {
    margin-top: 90px;
    font-size: 2.2rem;
    margin-bottom: 30px;
    line-height: 1.1; }
    @media (min-width: 576px) {
      #contacts .row h1 {
        font-size: 3rem; } }
    @media (min-width: 992px) {
      #contacts .row h1 {
        margin-top: 150px; } }
  #contacts .row p {
    font-size: 1.1rem;
    margin-top: 10px; }
  #contacts .row .but, #contacts .row .custom_modal .modal_form .submit_but, .custom_modal .modal_form #contacts .row .submit_but, #contacts .row .cart form .submit_but, .cart form #contacts .row .submit_but, #contacts .row .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #button-confirm, .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #contacts .row #button-confirm {
    padding: 14px 40px;
    margin: 20px 0; }
  #contacts .row #map {
    width: 100%;
    height: 500px; }
  #contacts .row-3 {
    margin-top: 40px; }
    #contacts .row-3 h2 {
      margin-top: 10px;
      font-size: 1.4rem; }
    #contacts .row-3 p {
      margin-top: 5px; }

#simple_text_page {
  margin-bottom: 90px;
  font-size: 1.1rem; }
  #simple_text_page .row h1 {
    margin-top: 90px;
    font-size: 2.2rem;
    margin-bottom: 30px;
    line-height: 1.1; }
    @media (min-width: 576px) {
      #simple_text_page .row h1 {
        font-size: 3rem; } }
    @media (min-width: 992px) {
      #simple_text_page .row h1 {
        margin-top: 150px; } }
  #simple_text_page .row h2 {
    margin-top: 25px; }
  #simple_text_page .row h3 {
    font-size: 18px;
    margin-top: 20px; }
  #simple_text_page .row p, #simple_text_page .row ul {
    margin-top: 15px; }
  #simple_text_page .row ul {
    padding-left: 25px; }
  #simple_text_page .row a {
    text-decoration: underline; }
    #simple_text_page .row a:hover {
      text-decoration: none; }
  #simple_text_page .row .images div[class^="col-"] {
    margin-top: 30px; }
    #simple_text_page .row .images div[class^="col-"] img {
      width: 100%;
      object-fit: cover;
      object-position: center; }
  #simple_text_page .row .but, #simple_text_page .row .custom_modal .modal_form .submit_but, .custom_modal .modal_form #simple_text_page .row .submit_but, #simple_text_page .row .cart form .submit_but, .cart form #simple_text_page .row .submit_but, #simple_text_page .row .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #button-confirm, .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #simple_text_page .row #button-confirm {
    padding: 14px 40px;
    margin: 20px 0; }
  #simple_text_page .row .social {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: -10px; }
    #simple_text_page .row .social a {
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      background: #FFB468;
      color: #2A1313;
      float: left;
      border-radius: 500px;
      margin: 8px; }

.article_text h1 {
  font-size: 2.2rem;
  margin-bottom: 30px;
  line-height: 1.1; }
  @media (min-width: 576px) {
    .article_text h1 {
      font-size: 3rem; } }
.article_text p, .article_text ul {
  margin-top: 15px; }
.article_text ul {
  padding-left: 25px; }
.article_text .but, .article_text .custom_modal .modal_form .submit_but, .custom_modal .modal_form .article_text .submit_but, .article_text .cart form .submit_but, .cart form .article_text .submit_but, .article_text .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #button-confirm, .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right .article_text #button-confirm {
  padding: 14px 40px;
  margin: 20px 0; }

#additional {
  display: block;
  padding: 10px 0; }
  #additional a {
    color: #2A1313;
    text-decoration: underline; }
    #additional a:hover {
      text-decoration: none;
      color: #FFB468; }

#bullets {
  margin-top: 80px;
  margin-bottom: 80px; }
  #bullets .item {
    margin-bottom: 30px; }
    @media (min-width: 576px) {
      #bullets .item {
        margin-bottom: 0; } }
    #bullets .item:last-child {
      margin-bottom: 0; }
    #bullets .item:nth-child(1), #bullets .item:nth-child(2) {
      margin-bottom: 30px; }
      @media (min-width: 576px) {
        #bullets .item:nth-child(1), #bullets .item:nth-child(2) {
          margin-bottom: 30px; } }
      @media (min-width: 992px) {
        #bullets .item:nth-child(1), #bullets .item:nth-child(2) {
          margin-bottom: 0; } }
    #bullets .item h2, #bullets .item .p-header {
      font-size: 1.3em;
      margin: 10px 0 12px; }
      @media (min-width: 992px) {
        #bullets .item h2, #bullets .item .p-header {
          margin: 17px 0; } }
    #bullets .item .fas {
      color: #FFB468;
      font-size: 1.4rem; }

#works .header_1 {
  margin-bottom: 30px; }
  @media (min-width: 576px) {
    #works .header_1 {
      margin-bottom: 50px; } }
#works .case {
  margin-top: 30px;
  cursor: pointer;
  -webkit-transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1);
  transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1); }
  #works .case:nth-child(12) ~ .case {
    display: none; }
  #works .case:first-child {
    margin-top: 0; }
  @media (min-width: 576px) {
    #works .case:nth-child(1), #works .case:nth-child(2) {
      margin-top: 0; }
    #works .case:nth-child(3) {
      margin-top: 30px; } }
  @media (min-width: 768px) {
    #works .case:nth-child(1), #works .case:nth-child(2), #works .case:nth-child(3) {
      margin-top: 30px; } }
  @media (min-width: 992px) {
    #works .case:nth-child(1), #works .case:nth-child(2), #works .case:nth-child(3), #works .case:nth-child(4) {
      margin-top: 0; } }
  #works .case:hover {
    cursor: pointer;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px); }
  #works .case .thumb {
    position: relative;
    width: 100%;
    height: 330px;
    overflow: hidden;
    background: #eee; }
    #works .case .thumb:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 5; }
    #works .case .thumb:after {
      content: "";
      font-size: 0.8em;
      position: absolute;
      top: 5px;
      right: 10px;
      z-index: 5;
      color: #fff; }
    #works .case .thumb img {
      object-fit: cover;
      object-position: center;
      width: 100%;
      height: 100%; }
  #works .case .case_images {
    display: none; }
  #works .case .case_text {
    display: none; }
#works .case-col-3 {
  margin-top: 30px;
  cursor: pointer;
  -webkit-transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1);
  transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1); }
  #works .case-col-3:first-child {
    margin-top: 0; }
  #works .case-col-3:nth-child(9) ~ .case {
    display: none; }
  @media (min-width: 576px) {
    #works .case-col-3:nth-child(1), #works .case-col-3:nth-child(2) {
      margin-top: 0; }
    #works .case-col-3:nth-child(3) {
      margin-top: 30px; } }
  @media (min-width: 992px) {
    #works .case-col-3:nth-child(1), #works .case-col-3:nth-child(2), #works .case-col-3:nth-child(3) {
      margin-top: 0; }
    #works .case-col-3:nth-child(4) {
      margin-top: 30px; } }
#works .more_container {
  text-align: center; }
#works .more {
  margin-top: 30px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  padding: 0 50px; }

#style .item {
  margin-top: 50px; }
#style .carousel-cell {
  background: #f2f2f2; }
  #style .carousel-cell img {
    max-height: 700px; }
#style .text h3, #style .text h2 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  margin-top: 15px; }
  @media (min-width: 576px) {
    #style .text h3, #style .text h2 {
      font-size: 2rem;
      margin-bottom: 10px; } }
  @media (min-width: 992px) {
    #style .text h3, #style .text h2 {
      font-size: 2rem;
      margin-top: 0;
      margin-bottom: 15px; } }
#style .text p {
  margin-top: 10px; }
#style .text ol {
  padding-left: 18px;
  margin: 10px 0 0; }
  #style .text ol li {
    position: relative;
    margin-bottom: 7px; }
    #style .text ol li:last-child {
      margin: 0; }
#style .text a {
  color: #2A1313;
  text-decoration: underline; }
  #style .text a:hover {
    color: #f39537; }
#style .text .but, #style .text .custom_modal .modal_form .submit_but, .custom_modal .modal_form #style .text .submit_but, #style .text .cart form .submit_but, .cart form #style .text .submit_but, #style .text .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #button-confirm, .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #style .text #button-confirm {
  margin-top: 10px;
  padding: 14px 40px; }
  @media (min-width: 576px) {
    #style .text .but, #style .text .custom_modal .modal_form .submit_but, .custom_modal .modal_form #style .text .submit_but, #style .text .cart form .submit_but, .cart form #style .text .submit_but, #style .text .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #button-confirm, .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #style .text #button-confirm {
      margin-top: 25px; } }

#materials .tabs__content.two_rows .item {
  margin-top: 30px; }
  #materials .tabs__content.two_rows .item:first-child {
    margin-top: 0; }
  @media (min-width: 992px) {
    #materials .tabs__content.two_rows .item {
      margin-top: 0; } }
#materials .tabs__content.two_rows h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
#materials .tabs__content img {
  min-width: 100% !important; }
#materials .tabs__content h3 {
  font-size: 1.3em;
  margin-bottom: 10px;
  margin-top: 15px; }
  @media (min-width: 576px) {
    #materials .tabs__content h3 {
      font-size: 1.8em;
      margin-bottom: 10px; } }
  @media (min-width: 992px) {
    #materials .tabs__content h3 {
      font-size: 1.8em;
      margin-top: 0;
      margin-bottom: 15px; } }
#materials .tabs__content p {
  margin-top: 10px; }
#materials .tabs__content ul {
  margin-top: 10px;
  padding-left: 25px; }
#materials .tabs__content button {
  padding: 14px 56px 14px 30px;
  font-size: 1em;
  margin-top: 20px;
  position: relative; }
  @media (min-width: 576px) {
    #materials .tabs__content button {
      margin-top: 50px; } }
  #materials .tabs__content button:hover {
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -webkit-transform: translateY(-3px); }
  #materials .tabs__content button:after {
    content: "";
    position: absolute;
    font-size: 0.8rem;
    right: 17px;
    top: 10px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center; }
  #materials .tabs__content button.shown:after {
    content: ""; }
#materials .tabs__content .detailed-block {
  padding-bottom: 50px;
  display: none; }
  #materials .tabs__content .detailed-block .detailed-block_item.hide {
    margin-top: 25px;
    text-align: center; }
    @media (min-width: 576px) {
      #materials .tabs__content .detailed-block .detailed-block_item.hide {
        margin-top: 50px; } }
    #materials .tabs__content .detailed-block .detailed-block_item.hide p {
      border-radius: 500px; }
  #materials .tabs__content .detailed-block .detailed-block_item .item {
    margin-top: 70px; }
    #materials .tabs__content .detailed-block .detailed-block_item .item div[itemscope] div {
      position: relative;
      width: 100%;
      height: 320px;
      overflow: hidden; }
      @media (min-width: 576px) {
        #materials .tabs__content .detailed-block .detailed-block_item .item div[itemscope] div {
          height: 350px; } }
      #materials .tabs__content .detailed-block .detailed-block_item .item div[itemscope] div img {
        position: absolute;
        left: 50%;
        top: 50%;
        height: 320px;
        max-width: none;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        @media (min-width: 576px) {
          #materials .tabs__content .detailed-block .detailed-block_item .item div[itemscope] div img {
            height: 350px; } }
    #materials .tabs__content .detailed-block .detailed-block_item .item h4 {
      font-size: 1.3em;
      margin: 15px 0 10px; }
      @media (min-width: 576px) {
        #materials .tabs__content .detailed-block .detailed-block_item .item h4 {
          margin: 0 0 10px; } }
    #materials .tabs__content .detailed-block .detailed-block_item .item p {
      margin-top: 10px; }
    #materials .tabs__content .detailed-block .detailed-block_item .item ul {
      margin-top: 10px;
      list-style: none;
      padding-left: 0; }
      #materials .tabs__content .detailed-block .detailed-block_item .item ul li {
        position: relative;
        padding: 5px 0;
        border-bottom: 1px solid #ccc; }
        #materials .tabs__content .detailed-block .detailed-block_item .item ul li:last-child {
          border: 0;
          padding-bottom: 0; }
#materials .advantage {
  margin-top: 40px; }
  @media (min-width: 576px) {
    #materials .advantage {
      margin-top: 80px; } }
  #materials .advantage .item {
    margin-bottom: 30px; }
    #materials .advantage .item:last-child {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      #materials .advantage .item {
        margin-bottom: 0; } }
  #materials .advantage h3 {
    font-size: 1.3em;
    margin-bottom: 10px; }

#steps .item {
  margin-top: 15px; }
  @media (min-width: 576px) {
    #steps .item {
      margin-top: 50px; } }
  #steps .item:first-child {
    margin-top: 30px; }
    @media (min-width: 576px) {
      #steps .item:first-child {
        margin-top: 50px; } }
  #steps .item span {
    color: #FFB468;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 0.9rem; }
    @media (min-width: 576px) {
      #steps .item span {
        margin-top: 0; } }
  #steps .item h3 {
    font-size: 1.3rem; }
  #steps .item p {
    margin-top: 8px; }
  #steps .item ul {
    margin-top: 8px;
    padding-left: 25px; }
  #steps .item .nailthumb-container {
    position: relative;
    height: 320px;
    overflow: hidden; }
    #steps .item .nailthumb-container img {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 320px;
      height: 320px;
      max-width: none;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

#constructions .item {
  margin-top: 50px; }
  #constructions .item:first-child {
    margin-top: 30px; }
    @media (min-width: 576px) {
      #constructions .item:first-child {
        margin-top: 50px; } }
  #constructions .item h3 {
    font-size: 1.3rem;
    margin: 15px 0 10px; }
    @media (min-width: 576px) {
      #constructions .item h3 {
        margin-top: 0; } }
    @media (min-width: 992px) {
      #constructions .item h3 {
        margin-top: 15px; } }

#main_hrefs_works .item:nth-child(8) ~ .item {
  display: none; }
#main_hrefs_works .cataloge_link {
  text-align: center; }
  #main_hrefs_works .cataloge_link .but, #main_hrefs_works .cataloge_link .custom_modal .modal_form .submit_but, .custom_modal .modal_form #main_hrefs_works .cataloge_link .submit_but, #main_hrefs_works .cataloge_link .cart form .submit_but, .cart form #main_hrefs_works .cataloge_link .submit_but, #main_hrefs_works .cataloge_link .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #button-confirm, .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #main_hrefs_works .cataloge_link #button-confirm {
    width: 100%; }
    @media (min-width: 390px) {
      #main_hrefs_works .cataloge_link .but, #main_hrefs_works .cataloge_link .custom_modal .modal_form .submit_but, .custom_modal .modal_form #main_hrefs_works .cataloge_link .submit_but, #main_hrefs_works .cataloge_link .cart form .submit_but, .cart form #main_hrefs_works .cataloge_link .submit_but, #main_hrefs_works .cataloge_link .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #button-confirm, .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #main_hrefs_works .cataloge_link #button-confirm {
        width: auto; } }
    #main_hrefs_works .cataloge_link .but:last-child, #main_hrefs_works .cataloge_link .custom_modal .modal_form .submit_but:last-child, .custom_modal .modal_form #main_hrefs_works .cataloge_link .submit_but:last-child, #main_hrefs_works .cataloge_link .cart form .submit_but:last-child, .cart form #main_hrefs_works .cataloge_link .submit_but:last-child, #main_hrefs_works .cataloge_link .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #button-confirm:last-child, .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #main_hrefs_works .cataloge_link #button-confirm:last-child {
      margin-top: 20px; }
      @media (min-width: 390px) {
        #main_hrefs_works .cataloge_link .but:last-child, #main_hrefs_works .cataloge_link .custom_modal .modal_form .submit_but:last-child, .custom_modal .modal_form #main_hrefs_works .cataloge_link .submit_but:last-child, #main_hrefs_works .cataloge_link .cart form .submit_but:last-child, .cart form #main_hrefs_works .cataloge_link .submit_but:last-child, #main_hrefs_works .cataloge_link .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #button-confirm:last-child, .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #main_hrefs_works .cataloge_link #button-confirm:last-child {
          margin-top: 0; } }

#popular_categories {
  margin-top: 25px; }
  @media (min-width: 768px) {
    #popular_categories {
      margin-top: 0; } }
  #popular_categories div {
    margin: 0 10px; }
  #popular_categories a {
    display: inline-block;
    font-size: 16px;
    color: #2A1313;
    margin: 5px;
    border: 1px solid #FFB468;
    background: #fff;
    padding: 1px 5px; }
    #popular_categories a:hover {
      background: #FFB468; }

.main_hrefs .tabs__caption {
  margin-bottom: 0; }
.main_hrefs .item_without_link {
  margin-top: 30px; }
  .main_hrefs .item_without_link:first-child {
    margin-top: 30px; }
    @media (min-width: 576px) {
      .main_hrefs .item_without_link:first-child {
        margin-top: 30px; } }
.main_hrefs .item {
  margin-top: 30px;
  -webkit-transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1);
  transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1); }
  .main_hrefs .item:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px); }
  .main_hrefs .item:hover .link h3 {
    color: #FFB468 !important; }
  .main_hrefs .item:hover .link p {
    color: #FFB468 !important; }
  .main_hrefs .item:first-child {
    margin-top: 30px; }
    @media (min-width: 576px) {
      .main_hrefs .item:first-child {
        margin-top: 30px; } }
.main_hrefs .link {
  display: block;
  position: relative; }
  .main_hrefs .link div {
    margin-top: 10px; }
    .main_hrefs .link div h3 {
      font-size: 1em;
      color: #2A1313; }
      .main_hrefs .link div h3:after {
        content: "";
        margin-left: 5px; }
    .main_hrefs .link div p {
      color: #2A1313; }
  .main_hrefs .link img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    object-position: center; }
.main_hrefs p a {
  color: #2A1313; }
  .main_hrefs p a:hover {
    color: #f39537; }
.main_hrefs .color_link {
  line-height: 1;
  position: relative; }
  .main_hrefs .color_link:hover .color_name {
    font-family: "PT Sans bold", Tahoma, sans-serif; }
  .main_hrefs .color_link a {
    color: #2A1313; }
  .main_hrefs .color_link .color_img {
    position: absolute;
    left: 15px;
    top: 0;
    height: 1em;
    width: 1em;
    display: inline-block;
    border: 1px solid #808080; }
    .main_hrefs .color_link .color_img span {
      width: 50%;
      height: 100%;
      display: inline-block; }
  .main_hrefs .color_link .color_name {
    display: inline-block;
    margin-left: 1.5em; }
.main_hrefs .cataloge_link {
  margin-top: 50px; }
  .main_hrefs .cataloge_link .but, .main_hrefs .cataloge_link .custom_modal .modal_form .submit_but, .custom_modal .modal_form .main_hrefs .cataloge_link .submit_but, .main_hrefs .cataloge_link .cart form .submit_but, .cart form .main_hrefs .cataloge_link .submit_but, .main_hrefs .cataloge_link .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #button-confirm, .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right .main_hrefs .cataloge_link #button-confirm {
    margin: 0 auto 0;
    height: 46px;
    line-height: 46px;
    padding: 0 20px; }
    .main_hrefs .cataloge_link .but:last-child, .main_hrefs .cataloge_link .custom_modal .modal_form .submit_but:last-child, .custom_modal .modal_form .main_hrefs .cataloge_link .submit_but:last-child, .main_hrefs .cataloge_link .cart form .submit_but:last-child, .cart form .main_hrefs .cataloge_link .submit_but:last-child, .main_hrefs .cataloge_link .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #button-confirm:last-child, .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right .main_hrefs .cataloge_link #button-confirm:last-child {
      background: #fff !important;
      border: 2px solid #FFB468;
      box-sizing: border-box;
      line-height: 42px; }
.main_hrefs .filter_link_block .filter_link {
  margin-top: 30px; }
.main_hrefs .filter_link_block h4 {
  font-size: 1.3em;
  margin: 15px 0 10px; }
  @media (min-width: 576px) {
    .main_hrefs .filter_link_block h4 {
      margin: 0 0 10px; } }
.main_hrefs .filter_link_block p {
  margin-top: 10px; }
.main_hrefs .filter_link_block a {
  color: #2A1313; }
  .main_hrefs .filter_link_block a:hover {
    font-family: "PT Sans bold", Tahoma, sans-serif; }
.main_hrefs .filter_link_block ul {
  margin-top: 10px;
  list-style: none;
  padding-left: 0; }
  .main_hrefs .filter_link_block ul li {
    position: relative;
    padding: 5px 0;
    border-bottom: 1px solid #ccc; }
    .main_hrefs .filter_link_block ul li:last-child {
      border: 0;
      padding-bottom: 0; }

.dop_block {
  margin-top: 50px;
  margin-bottom: 50px; }
  .dop_block h2 {
    font-size: 2.3rem; }
  .dop_block .item {
    margin-top: 50px; }
    .dop_block .item:first-child {
      margin-top: 50px !important; }
      @media (min-width: 576px) {
        .dop_block .item:first-child {
          margin-top: 50px; } }

#jumbotron {
  background-size: cover;
  background-position: center center; }
  #jumbotron .jumbotron_text {
    height: auto;
    padding: 40px 0; }
    @media (min-width: 768px) {
      #jumbotron .jumbotron_text {
        padding: 160px 0; } }
    @media (min-width: 992px) {
      #jumbotron .jumbotron_text {
        height: 800px;
        padding: 0; } }
    #jumbotron .jumbotron_text .inner {
      padding: 20px;
      background: #fff; }
      @media (min-width: 576px) {
        #jumbotron .jumbotron_text .inner {
          padding: 40px; } }
    #jumbotron .jumbotron_text h2 {
      font-size: 2em;
      margin-bottom: 25px; }
      @media (min-width: 576px) {
        #jumbotron .jumbotron_text h2 {
          font-size: 2.5em; } }
      @media (min-width: 992px) {
        #jumbotron .jumbotron_text h2 {
          font-size: 2.6em; } }
    #jumbotron .jumbotron_text .but, #jumbotron .jumbotron_text .custom_modal .modal_form .submit_but, .custom_modal .modal_form #jumbotron .jumbotron_text .submit_but, #jumbotron .jumbotron_text .cart form .submit_but, .cart form #jumbotron .jumbotron_text .submit_but, #jumbotron .jumbotron_text .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #button-confirm, .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #jumbotron .jumbotron_text #button-confirm {
      margin: 30px 0 0;
      padding: 18px 50px;
      font-size: 1em; }
      @media (min-width: 576px) {
        #jumbotron .jumbotron_text .but, #jumbotron .jumbotron_text .custom_modal .modal_form .submit_but, .custom_modal .modal_form #jumbotron .jumbotron_text .submit_but, #jumbotron .jumbotron_text .cart form .submit_but, .cart form #jumbotron .jumbotron_text .submit_but, #jumbotron .jumbotron_text .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #button-confirm, .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #jumbotron .jumbotron_text #button-confirm {
          margin: 50px 0 0; } }
    #jumbotron .jumbotron_text .jumbotron_buts {
      margin: 30px 0 0; }
      #jumbotron .jumbotron_text .jumbotron_buts .but, #jumbotron .jumbotron_text .jumbotron_buts .custom_modal .modal_form .submit_but, .custom_modal .modal_form #jumbotron .jumbotron_text .jumbotron_buts .submit_but, #jumbotron .jumbotron_text .jumbotron_buts .cart form .submit_but, .cart form #jumbotron .jumbotron_text .jumbotron_buts .submit_but, #jumbotron .jumbotron_text .jumbotron_buts .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #button-confirm, .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #jumbotron .jumbotron_text .jumbotron_buts #button-confirm {
        margin: 0;
        width: 100%;
        padding: 18px 0; }
        @media (min-width: 576px) {
          #jumbotron .jumbotron_text .jumbotron_buts .but, #jumbotron .jumbotron_text .jumbotron_buts .custom_modal .modal_form .submit_but, .custom_modal .modal_form #jumbotron .jumbotron_text .jumbotron_buts .submit_but, #jumbotron .jumbotron_text .jumbotron_buts .cart form .submit_but, .cart form #jumbotron .jumbotron_text .jumbotron_buts .submit_but, #jumbotron .jumbotron_text .jumbotron_buts .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #button-confirm, .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #jumbotron .jumbotron_text .jumbotron_buts #button-confirm {
            width: auto;
            padding: 18px 30px; } }
        @media (min-width: 768px) {
          #jumbotron .jumbotron_text .jumbotron_buts .but, #jumbotron .jumbotron_text .jumbotron_buts .custom_modal .modal_form .submit_but, .custom_modal .modal_form #jumbotron .jumbotron_text .jumbotron_buts .submit_but, #jumbotron .jumbotron_text .jumbotron_buts .cart form .submit_but, .cart form #jumbotron .jumbotron_text .jumbotron_buts .submit_but, #jumbotron .jumbotron_text .jumbotron_buts .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #button-confirm, .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #jumbotron .jumbotron_text .jumbotron_buts #button-confirm {
            padding: 18px 50px; } }
        #jumbotron .jumbotron_text .jumbotron_buts .but:last-child, #jumbotron .jumbotron_text .jumbotron_buts .custom_modal .modal_form .submit_but:last-child, .custom_modal .modal_form #jumbotron .jumbotron_text .jumbotron_buts .submit_but:last-child, #jumbotron .jumbotron_text .jumbotron_buts .cart form .submit_but:last-child, .cart form #jumbotron .jumbotron_text .jumbotron_buts .submit_but:last-child, #jumbotron .jumbotron_text .jumbotron_buts .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #button-confirm:last-child, .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #jumbotron .jumbotron_text .jumbotron_buts #button-confirm:last-child {
          margin-top: 20px; }
          @media (min-width: 576px) {
            #jumbotron .jumbotron_text .jumbotron_buts .but:last-child, #jumbotron .jumbotron_text .jumbotron_buts .custom_modal .modal_form .submit_but:last-child, .custom_modal .modal_form #jumbotron .jumbotron_text .jumbotron_buts .submit_but:last-child, #jumbotron .jumbotron_text .jumbotron_buts .cart form .submit_but:last-child, .cart form #jumbotron .jumbotron_text .jumbotron_buts .submit_but:last-child, #jumbotron .jumbotron_text .jumbotron_buts .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #button-confirm:last-child, .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #jumbotron .jumbotron_text .jumbotron_buts #button-confirm:last-child {
              margin-top: 0; } }
      #jumbotron .jumbotron_text .jumbotron_buts .under_h_big_text {
        margin-bottom: 25px; }
    #jumbotron .jumbotron_text .jumbotron_text_bullet .item {
      margin-top: 15px; }
      #jumbotron .jumbotron_text .jumbotron_text_bullet .item:first-child {
        margin-top: 0; }
      @media (min-width: 768px) {
        #jumbotron .jumbotron_text .jumbotron_text_bullet .item {
          margin-top: 20px; }
          #jumbotron .jumbotron_text .jumbotron_text_bullet .item:nth-child(1), #jumbotron .jumbotron_text .jumbotron_text_bullet .item:nth-child(2) {
            margin-top: 0; } }
      #jumbotron .jumbotron_text .jumbotron_text_bullet .item p {
        padding-left: 40px;
        font-size: 1.1rem;
        position: relative; }
        #jumbotron .jumbotron_text .jumbotron_text_bullet .item p:before {
          content: "";
          font-size: 1.4rem;
          color: #FFB468;
          background: #2a1313;
          border-radius: 500px;
          width: 30px;
          height: 30px;
          line-height: 30px;
          text-align: center;
          position: absolute;
          top: 0;
          left: 0; }

#footer {
  background: #160A0A;
  padding: 50px 0;
  color: #fff; }
  #footer ul {
    list-style: none; }
  #footer a {
    display: block;
    color: #fff;
    display: inline-block; }
    #footer a:hover {
      color: #FFB468; }
  #footer .contacts {
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      #footer .contacts {
        margin-bottom: 0; } }
    #footer .contacts .but, #footer .contacts .custom_modal .modal_form .submit_but, .custom_modal .modal_form #footer .contacts .submit_but, #footer .contacts .cart form .submit_but, .cart form #footer .contacts .submit_but, #footer .contacts .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #button-confirm, .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #footer .contacts #button-confirm {
      display: inline-block;
      margin: 20px 0 0;
      padding: 14px 30px;
      font-size: 1rem;
      color: #fff; }
    #footer .contacts .copyright {
      margin-top: 20px; }
  #footer .social {
    margin-bottom: 20px;
    margin-left: -10px; }
    @media (min-width: 992px) {
      #footer .social {
        margin-bottom: 0; } }
    #footer .social a {
      width: 35px;
      height: 35px;
      line-height: 35px;
      text-align: center;
      background: #fff;
      color: #2A1313;
      float: left;
      border-radius: 500px;
      margin: 8px;
      font-size: 1.3rem; }
      #footer .social a:hover {
        color: #FFB468; }
  #footer .flamp {
    margin: 10px 0;
    width: 35px;
    height: 35px;
    overflow: hidden; }

.custom_modal .fancybox-content {
  padding: 10px; }
  @media (min-width: 388px) {
    .custom_modal .fancybox-content {
      padding: 30px; } }
.custom_modal #modal, .custom_modal #modal-project {
  max-width: 100%; }
  @media (min-width: 388px) {
    .custom_modal #modal, .custom_modal #modal-project {
      max-width: 100%; } }
.custom_modal .modal_form .modal_header {
  margin-bottom: 8px; }
  .custom_modal .modal_form .modal_header p:first-child {
    font-size: 2em;
    line-height: 1.2;
    margin-bottom: 5px; }
.custom_modal .modal_form .modal_body p {
  margin-bottom: 10px; }
.custom_modal .modal_form .modal_body .attachment {
  font-size: 1em; }
.custom_modal .modal_form .modal_body .form-group {
  margin-bottom: 15px; }
  .custom_modal .modal_form .modal_body .form-group:last-child {
    margin-bottom: 0; }
  .custom_modal .modal_form .modal_body .form-group input[type="text"],
  .custom_modal .modal_form .modal_body .form-group input[type="email"] {
    display: block;
    width: 100%;
    border: 0;
    padding: 0 10px;
    height: 40px;
    line-height: 45px;
    box-sizing: border-box;
    outline: none;
    background: transparent;
    border: 2px solid #bcbcbc;
    font-size: 1rem; }
  .custom_modal .modal_form .modal_body .form-group .radio_container {
    display: flex;
    justify-content: center; }
    .custom_modal .modal_form .modal_body .form-group .radio_container .form_radio {
      flex-grow: 1;
      margin-right: 2px; }
      .custom_modal .modal_form .modal_body .form-group .radio_container .form_radio span {
        height: 40px;
        line-height: 37px;
        display: inline-block;
        width: 100%;
        text-align: center;
        cursor: pointer;
        position: relative;
        box-sizing: border-box;
        font-size: 0.9em;
        border: 2px solid #FFB468;
        -webkit-transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1);
        transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1); }
        .custom_modal .modal_form .modal_body .form-group .radio_container .form_radio span:hover {
          cursor: pointer;
          -webkit-transform: translateY(-1px);
          transform: translateY(-1px); }
      .custom_modal .modal_form .modal_body .form-group .radio_container .form_radio input[type=radio] {
        display: none; }
        .custom_modal .modal_form .modal_body .form-group .radio_container .form_radio input[type=radio]:checked + span {
          background: #FFB468; }
          .custom_modal .modal_form .modal_body .form-group .radio_container .form_radio input[type=radio]:checked + span:hover {
            -webkit-transform: translateY(0);
            transform: translateY(0); }
.custom_modal .modal_form .submit_but {
  display: inline-block;
  height: 56px;
  width: 100%;
  font-size: 1em;
  border: 0;
  margin-top: 10px; }
.custom_modal .modal_form .social {
  width: 100%;
  margin-bottom: 10px; }
  .custom_modal .modal_form .social p {
    margin-right: 10px;
    margin-bottom: 5px;
    display: block; }
  .custom_modal .modal_form .social a {
    display: inline-block;
    margin-right: 8px; }
  .custom_modal .modal_form .social .fab {
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    background: #FFB468;
    color: #2A1313;
    border-radius: 500px;
    font-size: 1.3rem; }
    .custom_modal .modal_form .social .fab:hover {
      color: #FFB468;
      background: #2A1313; }
.custom_modal .modal_form .small {
  font-size: 0.8em;
  margin-top: 10px; }
  .custom_modal .modal_form .small a {
    color: #FE5535;
    text-decoration: underline; }
    .custom_modal .modal_form .small a:hover {
      text-decoration: none; }
.custom_modal .modal_form .errors {
  color: #FE5535; }

#text_block, .text_block {
  margin-top: 80px;
  margin-bottom: 40px; }
  #text_block .text_block__article, .text_block .text_block__article {
    position: relative;
    overflow: hidden;
    padding-bottom: 40px; }
    #text_block .text_block__article.active .podrobnee:before, .text_block .text_block__article.active .podrobnee:before {
      display: none; }
    #text_block .text_block__article h2, .text_block .text_block__article h2 {
      font-size: 1.8em;
      margin-bottom: 20px; }
    #text_block .text_block__article h3, .text_block .text_block__article h3 {
      margin: 20px 0 13px; }
    #text_block .text_block__article p, .text_block .text_block__article p {
      margin: 13px 0; }
    #text_block .text_block__article ul, .text_block .text_block__article ul {
      padding-left: 25px; }
    #text_block .text_block__article .podrobnee, .text_block .text_block__article .podrobnee {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 5;
      height: 40px;
      line-height: 40px;
      background: #fff;
      text-align: center; }
      #text_block .text_block__article .podrobnee span, .text_block .text_block__article .podrobnee span {
        background: #FFB468;
        padding: 5px 10px;
        font-size: 0.85em;
        cursor: pointer; }
      #text_block .text_block__article .podrobnee:before, .text_block .text_block__article .podrobnee:before {
        position: absolute;
        bottom: 100%;
        left: 0;
        right: 0;
        content: "";
        width: 100%;
        display: block;
        height: 40px;
        box-shadow: inset 0 -80px 60px -60px white; }
  #text_block .text_block__aside, .text_block .text_block__aside {
    margin-bottom: 50px; }
    @media (min-width: 992px) {
      #text_block .text_block__aside, .text_block .text_block__aside {
        margin-bottom: 0; } }
    #text_block .text_block__aside .text_block__aside__steps h2, .text_block .text_block__aside .text_block__aside__steps h2 {
      font-size: 1.8em;
      margin-bottom: 20px; }
    #text_block .text_block__aside .text_block__aside__steps .item, .text_block .text_block__aside .text_block__aside__steps .item {
      position: relative;
      padding-bottom: 20px; }
      #text_block .text_block__aside .text_block__aside__steps .item:last-child, .text_block .text_block__aside .text_block__aside__steps .item:last-child {
        padding-bottom: 0; }
      #text_block .text_block__aside .text_block__aside__steps .item .text_block__aside__steps__text, .text_block .text_block__aside .text_block__aside__steps .item .text_block__aside__steps__text {
        padding-left: 40px; }
      #text_block .text_block__aside .text_block__aside__steps .item .text_block__aside__steps__line, .text_block .text_block__aside .text_block__aside__steps .item .text_block__aside__steps__line {
        position: absolute;
        width: 2px;
        top: 0;
        bottom: 0;
        left: 13px;
        background: #2A1313; }
      #text_block .text_block__aside .text_block__aside__steps .item .text_block__aside__steps__circle, .text_block .text_block__aside .text_block__aside__steps .item .text_block__aside__steps__circle {
        width: 28px;
        height: 28px;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 5px;
        background: #FFB468;
        text-align: center;
        line-height: 22px;
        color: #2A1313;
        border: 3px solid #fff; }
      #text_block .text_block__aside .text_block__aside__steps .item:first-child .text_block__aside__steps__line, .text_block .text_block__aside .text_block__aside__steps .item:first-child .text_block__aside__steps__line {
        top: 10px; }
      #text_block .text_block__aside .text_block__aside__steps .item:last-child .text_block__aside__steps__line, .text_block .text_block__aside .text_block__aside__steps .item:last-child .text_block__aside__steps__line {
        height: 10px;
        bottom: auto; }

.wide_text_block {
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
  height: 150px;
  margin-top: 50px;
  display: none; }
  @media (min-width: 992px) {
    .wide_text_block {
      display: block; } }
  .wide_text_block.active .podrobnee:before {
    display: none; }
  .wide_text_block h2 {
    font-size: 1.8em;
    margin-bottom: 20px; }
  .wide_text_block h3 {
    margin: 20px 0 13px; }
  .wide_text_block p {
    margin: 13px 0; }
  .wide_text_block ul {
    padding-left: 25px; }
  .wide_text_block a {
    text-decoration: underline;
    color: #2A1313; }
    .wide_text_block a:hover {
      text-decoration: none; }
  .wide_text_block .podrobnee {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 0;
    z-index: 5;
    height: 40px;
    line-height: 40px;
    background: #fff; }
    .wide_text_block .podrobnee span {
      background: #FFB468;
      padding: 3px 10px;
      font-size: 0.85em;
      cursor: pointer; }
    .wide_text_block .podrobnee:before {
      position: absolute;
      bottom: 100%;
      left: 0;
      right: 0;
      content: "";
      width: 100%;
      display: block;
      height: 40px;
      box-shadow: inset 0 -80px 60px -60px white; }

#upbutton {
  background: #FFB468;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  bottom: 0;
  left: 0;
  cursor: pointer;
  position: fixed;
  z-index: 999; }
  #upbutton:after {
    content: "";
    font-size: 0.85rem; }

#fixed_cta {
  width: 40px;
  position: fixed;
  z-index: 999;
  bottom: 10px;
  right: 10px; }
  @media (min-width: 768px) {
    #fixed_cta {
      bottom: 24px;
      right: 24px; } }
  #fixed_cta a {
    background: #FFB468;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
    display: block;
    margin-bottom: 10px;
    color: #2A1313; }
    #fixed_cta a:last-child {
      margin-bottom: 0; }
    #fixed_cta a.icon-calc {
      position: relative;
      background: #009255;
      line-height: 48px;
      color: #fff; }
      #fixed_cta a.icon-calc:before {
        content: "";
        font-size: 22px; }
    #fixed_cta a.icon-telegram {
      background: #009255;
      color: #fff;
      font-size: 24px; }
    #fixed_cta a.whatsapp {
      position: relative;
      background: #009255;
      line-height: 45px;
      color: #fff;
      font-size: 24px;
      box-sizing: border-box; }

.overflow_hidden {
  overflow: hidden; }

#mobile_menu {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none; }
  #mobile_menu .mobile_menu__bg {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0; }
  #mobile_menu .mobile_menu__container {
    max-width: 260px;
    width: 100%;
    position: absolute;
    top: 0;
    right: -260px;
    bottom: 0;
    background: #fff; }
    #mobile_menu .mobile_menu__container .mobile_menu__container_inner {
      width: 100%;
      overflow: auto;
      position: absolute;
      top: 42px;
      right: 0;
      bottom: 0;
      padding: 0 30px; }
      #mobile_menu .mobile_menu__container .mobile_menu__container_inner .mobile_menu__contacts {
        margin-bottom: 10px; }
        #mobile_menu .mobile_menu__container .mobile_menu__container_inner .mobile_menu__contacts a {
          display: block;
          padding: 5px 0;
          color: #2A1313; }
          #mobile_menu .mobile_menu__container .mobile_menu__container_inner .mobile_menu__contacts a:hover {
            color: #FE5535; }
        #mobile_menu .mobile_menu__container .mobile_menu__container_inner .mobile_menu__contacts .social a {
          width: 26px;
          height: 26px;
          line-height: 26px;
          display: inline-block;
          text-align: center;
          background: #FFB468;
          color: #2A1313;
          border-radius: 500px;
          font-size: 16px;
          padding: 0;
          margin-right: 5px;
          margin-top: 5px; }
      #mobile_menu .mobile_menu__container .mobile_menu__container_inner ul {
        list-style-type: none; }
        #mobile_menu .mobile_menu__container .mobile_menu__container_inner ul li .open_href {
          padding: 10px 0; }
        #mobile_menu .mobile_menu__container .mobile_menu__container_inner ul li a {
          padding: 10px 0;
          display: block;
          color: #2A1313; }
          #mobile_menu .mobile_menu__container .mobile_menu__container_inner ul li a:hover {
            color: #FE5535; }
        #mobile_menu .mobile_menu__container .mobile_menu__container_inner ul li li a {
          margin-left: 20px;
          padding: 5px 0; }
  #mobile_menu button {
    width: 28px;
    height: 28px;
    line-height: 28px;
    background: transparent;
    border: 0;
    position: absolute;
    top: 7px;
    right: 0;
    padding: 0;
    display: block;
    outline: 0;
    cursor: pointer; }
    #mobile_menu button svg {
      fill: #000; }

#quiz_bg {
  background-size: cover;
  box-shadow: 0 0 0 700px rgba(0, 0, 0, 0.25) inset;
  background-position: center center;
  padding: 100px 0; }
  #quiz_bg .header_1 {
    margin-bottom: 70px; }
    #quiz_bg .header_1 h2 {
      color: #fff;
      font-size: 2rem; }
      @media (min-width: 992px) {
        #quiz_bg .header_1 h2 {
          font-size: 3rem; } }
      #quiz_bg .header_1 h2 span {
        all: unset;
        color: #FFB468; }
        #quiz_bg .header_1 h2 span.href {
          text-decoration: underline; }
          #quiz_bg .header_1 h2 span.href:hover {
            text-decoration: none;
            cursor: pointer; }

#quiz_product h2 {
  margin-bottom: 30px; }
  @media (min-width: 576px) {
    #quiz_product h2 {
      font-size: 2.4rem; } }
  #quiz_product h2 span {
    all: unset;
    color: #FFB468; }
    #quiz_product h2 span.href {
      text-decoration: underline; }
      #quiz_product h2 span.href:hover {
        text-decoration: none;
        cursor: pointer; }
#quiz_product .q_body .q_question .q_question_container {
  border: 2px solid #e8e8e8;
  height: 100%;
  background: #f2f2f2; }
#quiz_product .q_body .q_variants label div {
  border: 2px solid #e8e8e8;
  height: 100%;
  background: #f2f2f2; }
#quiz_product .q_body .q_variants label input[type="radio"]:checked + p:before, #quiz_product .q_body .q_variants label input[type="checkbox"]:checked + p:before {
  color: #2A1313;
  background: #FFB468; }
#quiz_product .q_body .q_variants label p:before {
  background: #fff; }
#quiz_product .q_body .q_variants .q_contact .q_contact_container {
  border: 2px solid #e8e8e8;
  background: #f2f2f2; }
#quiz_product .prev_next .prev {
  border: 2px solid #e8e8e8;
  line-height: 46px; }

.quiz {
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none; }
  .quiz .q_body {
    display: none; }
    .quiz .q_body.active {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
    .quiz .q_body[data-user-type="text"] label {
      display: none; }
    .quiz .q_body .q_question {
      background-color: #fff;
      background-clip: content-box; }
      .quiz .q_body .q_question .q_question_container {
        padding: 20px; }
      .quiz .q_body .q_question .q_question_text {
        font-size: 1.4rem;
        line-height: 1.1; }
      .quiz .q_body .q_question .q_question_count {
        color: #FE5535;
        margin-bottom: 5px; }
      .quiz .q_body .q_question .small {
        margin-top: 20px;
        display: none; }
        .quiz .q_body .q_question .small a {
          color: #2A1313;
          text-decoration: underline; }
          .quiz .q_body .q_question .small a:hover {
            text-decoration: none; }
    .quiz .q_body .q_variants {
      margin-top: 0; }
      @media (min-width: 992px) {
        .quiz .q_body .q_variants {
          margin-top: -30px; } }
      .quiz .q_body .q_variants label {
        cursor: pointer;
        margin-top: 30px; }
        @media (min-width: 1200px) {
          .quiz .q_body .q_variants label.col-md-6:nth-child(3) {
            margin-top: 30px; } }
        .quiz .q_body .q_variants label div {
          background: #fff;
          padding: 12px; }
        .quiz .q_body .q_variants label picture {
          display: block;
          margin-bottom: 12px; }
        .quiz .q_body .q_variants label input[type="radio"], .quiz .q_body .q_variants label input[type="checkbox"] {
          display: none; }
          .quiz .q_body .q_variants label input[type="radio"]:checked + p:before, .quiz .q_body .q_variants label input[type="checkbox"]:checked + p:before {
            color: #2A1313;
            background: #FFB468; }
        .quiz .q_body .q_variants label input[type="checkbox"] + p:before {
          border-radius: 5px !important; }
        .quiz .q_body .q_variants label p {
          padding: 0 0 0 42px;
          position: relative;
          line-height: 30px;
          font-size: 16px; }
          .quiz .q_body .q_variants label p:before {
            content: "";
            font-size: 1rem;
            color: #2A1313;
            background: #eee;
            width: 30px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            position: absolute;
            left: 0;
            border-radius: 500px; }
        .quiz .q_body .q_variants label input[type="text"] {
          border: 0;
          outline: 0;
          height: 40px;
          line-height: 40px;
          background: #fff;
          border: 2px solid #e8e8e8;
          display: block;
          width: 100%;
          padding: 0 6px;
          font-size: 16px; }
          .quiz .q_body .q_variants label input[type="text"]::-webkit-input-placeholder {
            color: #787878; }
          .quiz .q_body .q_variants label input[type="text"]::-moz-placeholder {
            color: #787878; }
          .quiz .q_body .q_variants label input[type="text"]:-moz-placeholder {
            color: #787878; }
          .quiz .q_body .q_variants label input[type="text"]:-ms-input-placeholder {
            color: #787878; }
      .quiz .q_body .q_variants .q_contact {
        background-color: #fff;
        background-clip: content-box;
        margin-top: 30px; }
        .quiz .q_body .q_variants .q_contact .q_contact_container {
          padding: 20px; }
        .quiz .q_body .q_variants .q_contact .form-group {
          margin-top: 15px; }
          .quiz .q_body .q_variants .q_contact .form-group input[type="text"],
          .quiz .q_body .q_variants .q_contact .form-group input[type="email"] {
            display: block;
            width: 100%;
            border: 0;
            padding: 0 10px;
            height: 40px;
            line-height: 45px;
            box-sizing: border-box;
            outline: none;
            background: transparent;
            border: 2px solid #e8e8e8;
            font-size: 1rem;
            background: #fff; }
        .quiz .q_body .q_variants .q_contact .q_contact_h {
          font-size: 22px;
          line-height: 1.2;
          margin-bottom: 10px; }
  .quiz .prev_next {
    margin-top: 30px; }
    .quiz .prev_next #quiz-errors {
      margin-bottom: 10px;
      color: #fe5535; }
    .quiz .prev_next input[type="submit"] {
      position: relative;
      text-decoration: none !important;
      cursor: pointer;
      text-transform: uppercase;
      outline: 0;
      display: inline-block;
      color: #2A1313 !important;
      background-color: #FFB468 !important;
      box-sizing: border-box;
      border: 0;
      outline: 0;
      height: 50px;
      line-height: 50px;
      display: none;
      font-size: 17px;
      padding: 0 15px;
      vertical-align: middle; }
      @media (min-width: 768px) {
        .quiz .prev_next input[type="submit"] {
          padding: 0 40px; } }
      .quiz .prev_next input[type="submit"]:after {
        content: "";
        font-size: 13px;
        position: absolute;
        line-height: 50px;
        right: 15px;
        top: 0; }
    .quiz .prev_next .next {
      position: relative;
      text-decoration: none !important;
      cursor: pointer;
      outline: 0;
      display: inline-block;
      color: #2A1313 !important;
      background-color: #FFB468 !important;
      box-sizing: border-box;
      height: 50px;
      line-height: 50px;
      padding: 0 40px 0 25px;
      vertical-align: middle; }
      .quiz .prev_next .next:after {
        content: "";
        font-size: 13px;
        position: absolute;
        line-height: 50px;
        right: 15px;
        top: 0; }
    .quiz .prev_next .prev {
      position: relative;
      text-decoration: none !important;
      cursor: pointer;
      outline: 0;
      display: inline-block;
      color: #2A1313 !important;
      background: #fff !important;
      box-sizing: border-box;
      height: 50px;
      width: 50px;
      text-align: center;
      display: none;
      vertical-align: middle; }
      .quiz .prev_next .prev:after {
        content: "";
        font-size: 13px;
        line-height: 50px; }

#quiz_bg.page_block {
  margin-bottom: 0; }
  @media (min-width: 768px) {
    #quiz_bg.page_block {
      margin-bottom: 30px; } }

.under_h_big_text {
  font-size: 1.211em;
  margin: 20px 0 16px;
  max-width: 800px; }
  .under_h_big_text a {
    color: #FE5535;
    text-decoration: underline; }
    .under_h_big_text a:hover {
      text-decoration: none; }
  .under_h_big_text span.bold {
    text-decoration: underline; }
    .under_h_big_text span.bold:hover {
      text-decoration: none;
      cursor: pointer; }

#cat_page {
  padding: 100px 0 0;
  margin-bottom: 80px; }
  @media (min-width: 992px) {
    #cat_page {
      padding: 120px 0 0; } }
  #cat_page h1 {
    font-size: 2rem;
    line-height: 1.1;
    max-width: 980px;
    margin: 0 0 16px; }
    @media (min-width: 576px) {
      #cat_page h1 {
        font-size: 3rem; } }
  #cat_page .header_but {
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    margin: 0 0 16px;
    border-radius: 0; }
  #cat_page .cat_cta_bullets {
    margin: 0 0 16px; }
    #cat_page .cat_cta_bullets ul {
      margin-top: 10px;
      padding-left: 25px; }
    #cat_page .cat_cta_bullets p {
      margin-top: 10px; }
      #cat_page .cat_cta_bullets p:first-child {
        margin-top: 0; }
    #cat_page .cat_cta_bullets span {
      padding-left: 19px;
      position: relative;
      font-size: 18px;
      display: inline-block; }
      #cat_page .cat_cta_bullets span:before {
        content: "";
        position: absolute;
        top: 7px;
        left: 0;
        width: 10px;
        height: 10px;
        display: block;
        background: #FFB468;
        border-radius: 500px; }
  #cat_page .fast_filter_sort {
    margin-bottom: 15px;
    display: block; }
    @media (min-width: 768px) {
      #cat_page .fast_filter_sort {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        flex-wrap: wrap; } }
    @media (min-width: 992px) {
      #cat_page .fast_filter_sort {
        flex-wrap: nowrap; } }
    #cat_page .fast_filter_sort .fast_filter a {
      text-transform: lowercase;
      text-decoration: underline;
      white-space: nowrap;
      color: #2A1313;
      padding: 0 5px 0 0; }
      #cat_page .fast_filter_sort .fast_filter a:after {
        content: ","; }
      #cat_page .fast_filter_sort .fast_filter a:last-child:after {
        content: ""; }
      #cat_page .fast_filter_sort .fast_filter a:hover {
        color: #FFB468; }
    #cat_page .fast_filter_sort .select {
      position: relative;
      margin-top: 15px; }
      @media (min-width: 992px) {
        #cat_page .fast_filter_sort .select {
          margin-top: 0; } }
      #cat_page .fast_filter_sort .select .select_header {
        white-space: nowrap; }
        #cat_page .fast_filter_sort .select .select_header span {
          text-decoration: underline;
          cursor: pointer;
          text-transform: lowercase; }
      #cat_page .fast_filter_sort .select .select_container {
        display: none;
        position: absolute;
        right: 0;
        background: #fff;
        border: 2px solid #e8e8e8;
        z-index: 10;
        padding: 12px; }
        #cat_page .fast_filter_sort .select .select_container label {
          width: 100%;
          line-height: 20px;
          white-space: nowrap;
          margin-bottom: 10px;
          display: inline-block; }
          #cat_page .fast_filter_sort .select .select_container label:last-child {
            margin-bottom: 0; }
          #cat_page .fast_filter_sort .select .select_container label:hover .cat_f_name:before {
            background: #2A1313;
            box-shadow: 0 0 0 2px #FFB468; }
          #cat_page .fast_filter_sort .select .select_container label input[type="radio"] {
            display: none; }
            #cat_page .fast_filter_sort .select .select_container label input[type="radio"]:checked + .cat_f_name:before {
              background: #2A1313;
              box-shadow: 0 0 0 2px #FFB468; }
          #cat_page .fast_filter_sort .select .select_container label .cat_f_name {
            position: relative;
            font-size: 16px;
            line-height: 20px;
            padding-left: 18px;
            cursor: pointer; }
            #cat_page .fast_filter_sort .select .select_container label .cat_f_name:before {
              content: "";
              font-size: 10px;
              color: #eee;
              background: #eee;
              border: 2px solid #fff;
              width: 12px;
              height: 12px;
              line-height: 12px;
              text-align: center;
              position: absolute;
              left: 0;
              top: 4px;
              border-radius: 2px;
              box-sizing: border-box;
              border-radius: 500px;
              box-shadow: 0 0 0 2px #eee; }
  #cat_page .toogle_cat_filter {
    height: 50px;
    background: #FFB468;
    padding: 0 30px;
    margin-bottom: 20px;
    cursor: pointer;
    text-align: center;
    line-height: 50px;
    display: inline-block; }
    @media (min-width: 992px) {
      #cat_page .toogle_cat_filter {
        display: none; } }
    #cat_page .toogle_cat_filter:after {
      content: "";
      line-height: 36px;
      padding: 0 0 0 5px; }
  #cat_page #cat_filter {
    border: 2px solid #e8e8e8;
    border-bottom: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    margin-bottom: 30px;
    display: none; }
    @media (min-width: 992px) {
      #cat_page #cat_filter {
        display: block; } }
    #cat_page #cat_filter .cat_f_item.checkbox label:hover .cat_f_name:before {
      color: #2A1313;
      border: 2px solid #FFB468; }
    #cat_page #cat_filter .cat_f_item.radio label:hover .cat_f_name:before {
      background: #2A1313;
      box-shadow: 0 0 0 2px #FFB468; }
    #cat_page #cat_filter .cat_f_item .cat_f_item_header:after {
      content: "-"; }
    #cat_page #cat_filter .cat_f_item.closed .cat_f_item_header:after {
      content: "+"; }
    #cat_page #cat_filter .cat_f_item .cat_f_item_header {
      height: 40px;
      line-height: 40px;
      padding: 0 12px;
      position: relative;
      border-bottom: 2px solid #e8e8e8;
      background: #eee;
      cursor: pointer; }
      #cat_page #cat_filter .cat_f_item .cat_f_item_header:after {
        position: absolute;
        line-height: 40px;
        right: 12px;
        width: 10px;
        text-align: center; }
    #cat_page #cat_filter .cat_f_item .cat_f_item_container {
      padding: 12px;
      position: relative;
      border-bottom: 2px solid #e8e8e8; }
      #cat_page #cat_filter .cat_f_item .cat_f_item_container label {
        line-height: 20px;
        white-space: nowrap;
        margin-right: 10px;
        margin-bottom: 10px;
        display: inline-block;
        vertical-align: middle; }
        #cat_page #cat_filter .cat_f_item .cat_f_item_container label.nonactive {
          pointer-events: none !important;
          color: #e8e8e8; }
        #cat_page #cat_filter .cat_f_item .cat_f_item_container label.label_range {
          display: flex;
          justify-content: space-between;
          margin: 0 0 15px 0; }
          #cat_page #cat_filter .cat_f_item .cat_f_item_container label.label_range input {
            all: unset;
            height: 36px;
            line-height: 36px;
            vertical-align: middle;
            background: #fff;
            padding: 0 0 0 10px;
            font-size: 17px;
            width: 43%;
            border: 2px solid #eee; }
            #cat_page #cat_filter .cat_f_item .cat_f_item_container label.label_range input::-webkit-input-placeholder {
              color: #787878; }
            #cat_page #cat_filter .cat_f_item .cat_f_item_container label.label_range input::-moz-placeholder {
              color: #787878; }
            #cat_page #cat_filter .cat_f_item .cat_f_item_container label.label_range input:-moz-placeholder {
              color: #787878; }
            #cat_page #cat_filter .cat_f_item .cat_f_item_container label.label_range input:-ms-input-placeholder {
              color: #787878; }
      #cat_page #cat_filter .cat_f_item .cat_f_item_container input[type="checkbox"] {
        display: none; }
        #cat_page #cat_filter .cat_f_item .cat_f_item_container input[type="checkbox"]:checked + .cat_f_name:before {
          color: #2A1313;
          border: 2px solid #FFB468; }
      #cat_page #cat_filter .cat_f_item .cat_f_item_container input[type="radio"] {
        display: none; }
        #cat_page #cat_filter .cat_f_item .cat_f_item_container input[type="radio"]:checked + .cat_f_name:before {
          background: #2A1313;
          box-shadow: 0 0 0 2px #FFB468; }
      #cat_page #cat_filter .cat_f_item .cat_f_item_container .cat_f_name {
        position: relative;
        font-size: 16px;
        line-height: 20px;
        padding-left: 20px;
        cursor: pointer; }
        #cat_page #cat_filter .cat_f_item .cat_f_item_container .cat_f_name:before {
          content: "";
          font-size: 10px;
          color: #eee;
          background: #fff;
          border: 2px solid #eee;
          width: 16px;
          height: 16px;
          line-height: 12px;
          text-align: center;
          position: absolute;
          left: 0;
          top: 2px;
          border-radius: 2px;
          box-sizing: border-box; }
    #cat_page #cat_filter .cat_f_item .cat_show {
      margin-left: 20px;
      font-size: 16px; }
      #cat_page #cat_filter .cat_f_item .cat_show:hover {
        cursor: pointer; }
    #cat_page #cat_filter .cat_f_item .cat_clear {
      font-size: 16px;
      color: #FFB468; }
      #cat_page #cat_filter .cat_f_item .cat_clear:before {
        display: block;
        width: 100%;
        clear: both;
        content: ""; }
      #cat_page #cat_filter .cat_f_item .cat_clear:hover {
        cursor: pointer; }
    #cat_page #cat_filter .cat_f_item.radio .cat_f_name:before {
      border-radius: 500px;
      content: "";
      background: #eee;
      box-shadow: 0 0 0 2px #eee;
      border: 2px solid #fff;
      width: 12px;
      height: 12px; }
    #cat_page #cat_filter .cat_f_show {
      position: absolute;
      background: #FFB468;
      z-index: 333;
      left: 100%;
      font-size: 14px;
      padding: 0 5px;
      height: 30px;
      margin-top: -17px;
      line-height: 30px;
      white-space: nowrap;
      margin-left: 2px;
      display: none;
      cursor: pointer; }
      #cat_page #cat_filter .cat_f_show:after {
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -6px;
        right: 100%;
        border: 6px solid transparent;
        border-right: 6px solid #FFB468; }
    #cat_page #cat_filter .cat_f_controls {
      padding: 12px;
      border-bottom: 2px solid #e8e8e8;
      display: flex;
      justify-content: space-between; }
      #cat_page #cat_filter .cat_f_controls button {
        all: unset;
        height: 40px;
        line-height: 40px;
        background: #FFB468;
        vertical-align: middle;
        padding: 0;
        font-size: 17px;
        width: 48%;
        text-align: center;
        cursor: pointer; }
      #cat_page #cat_filter .cat_f_controls .cat_f_clear {
        background: #e8e8e8; }
  #cat_page .cat_item_product {
    margin-bottom: 30px; }
  #cat_page #pagination button {
    all: unset;
    display: block;
    border: 2px solid #e8e8e8;
    color: #2A1313;
    padding: 0;
    height: 40px;
    font-size: 17px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
    box-sizing: border-box; }
    #cat_page #pagination button:hover {
      border-color: #ffdebd; }
  #cat_page #pagination ul {
    list-style: none;
    display: flex;
    margin: 0 -5px; }
    #cat_page #pagination ul li {
      width: 100%;
      padding: 0 5px; }
      #cat_page #pagination ul li.current span {
        border-color: #FFB468; }
      #cat_page #pagination ul li a, #cat_page #pagination ul li span {
        width: 100%;
        display: block;
        color: #2A1313;
        line-height: 40px;
        height: 40px;
        border: 2px solid #e8e8e8;
        text-align: center; }
      #cat_page #pagination ul li a:hover {
        border-color: #ffdebd; }

.breadcrumb-list {
  list-style: none;
  padding-left: 0;
  margin: 0 0 10px;
  white-space: nowrap;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 8px; }
  .breadcrumb-list li {
    display: inline-block;
    position: relative; }
    .breadcrumb-list li a {
      color: #2A1313; }
      .breadcrumb-list li a:hover {
        text-decoration: underline; }
    .breadcrumb-list li:before {
      content: "- ";
      padding: 0 5px; }
    .breadcrumb-list li:first-child a {
      color: #f39537;
      padding: 0 5px 0 0; }
    .breadcrumb-list li:first-child:hover a {
      color: #2A1313; }
    .breadcrumb-list li:first-child:before {
      content: "";
      padding: 0; }

.cat_item_product .link {
  display: block;
  position: relative;
  border: 2px solid #e8e8e8;
  height: 100%;
  padding: 12px 12px 62px 12px;
  position: relative;
  box-sizing: border-box; }
  .cat_item_product .link a:hover .cat_product_name {
    color: #FFB468; }
  .cat_item_product .link .item_img {
    position: relative;
    overflow: hidden; }
    .cat_item_product .link .item_img img {
      height: 450px;
      width: 100%;
      object-fit: cover;
      object-position: center; }
      @media (min-width: 768px) {
        .cat_item_product .link .item_img img {
          height: 300px; } }
      @media (min-width: 1200px) {
        .cat_item_product .link .item_img img {
          height: 450px; } }
  .cat_item_product .link .cat_product_name {
    font-size: 20px;
    color: #2A1313;
    margin: 10px 0;
    line-height: 1.1; }
  .cat_item_product .link .item_params {
    columns: 2; }
    .cat_item_product .link .item_params p {
      color: #2A1313;
      font-size: 16px;
      display: inline-block; }
  .cat_item_product .link .buttons {
    position: absolute;
    height: 40px;
    line-height: 40px;
    bottom: 12px;
    left: 12px;
    right: 12px;
    display: flex;
    justify-content: space-between; }
    .cat_item_product .link .buttons .but, .cat_item_product .link .buttons .custom_modal .modal_form .submit_but, .custom_modal .modal_form .cat_item_product .link .buttons .submit_but, .cat_item_product .link .buttons .cart form .submit_but, .cart form .cat_item_product .link .buttons .submit_but, .cat_item_product .link .buttons .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #button-confirm, .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right .cat_item_product .link .buttons #button-confirm {
      display: inline-block;
      padding: 0 35px 0 25px;
      text-transform: none;
      border-radius: 0;
      height: 40px;
      line-height: 40px; }
      .cat_item_product .link .buttons .but:after, .cat_item_product .link .buttons .custom_modal .modal_form .submit_but:after, .custom_modal .modal_form .cat_item_product .link .buttons .submit_but:after, .cat_item_product .link .buttons .cart form .submit_but:after, .cart form .cat_item_product .link .buttons .submit_but:after, .cat_item_product .link .buttons .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #button-confirm:after, .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right .cat_item_product .link .buttons #button-confirm:after {
        content: "";
        font-size: 12px;
        position: absolute;
        line-height: 40px;
        right: 15px;
        top: 0; }
    .cat_item_product .link .buttons .stats {
      color: #adadad;
      font-size: 14px; }
      .cat_item_product .link .buttons .stats span:before {
        padding: 0 5px; }
      .cat_item_product .link .buttons .stats .watch:before {
        content: ""; }
      .cat_item_product .link .buttons .stats .wishlist:before {
        content: ""; }
    .cat_item_product .link .buttons .mini_buttons {
      display: flex;
      overflow: hidden;
      margin-right: -5px; }
      .cat_item_product .link .buttons .mini_buttons div, .cat_item_product .link .buttons .mini_buttons a {
        margin-right: 5px;
        display: inline-block;
        background: #fff;
        border: 2px solid #d6d6d6;
        height: 40px;
        width: 40px;
        line-height: 36px;
        text-align: center;
        box-sizing: border-box;
        font-size: 18px;
        color: #d6d6d6;
        position: relative; }
        .cat_item_product .link .buttons .mini_buttons div.add_cart, .cat_item_product .link .buttons .mini_buttons a.add_cart {
          line-height: 36px;
          color: #2A1313;
          border-color: #FFB468; }
          .cat_item_product .link .buttons .mini_buttons div.add_cart:after, .cat_item_product .link .buttons .mini_buttons a.add_cart:after {
            content: "" !important;
            line-height: 36px; }
          .cat_item_product .link .buttons .mini_buttons div.add_cart:hover, .cat_item_product .link .buttons .mini_buttons a.add_cart:hover {
            background: #FFB468; }
        .cat_item_product .link .buttons .mini_buttons div.wishlist:after, .cat_item_product .link .buttons .mini_buttons a.wishlist:after {
          content: "";
          line-height: 36px; }
        .cat_item_product .link .buttons .mini_buttons div.delete:after, .cat_item_product .link .buttons .mini_buttons div.delete:before, .cat_item_product .link .buttons .mini_buttons a.delete:after, .cat_item_product .link .buttons .mini_buttons a.delete:before {
          position: absolute;
          content: "";
          width: 20px;
          height: 2px;
          background: #d6d6d6;
          top: 50%;
          left: 50%;
          margin-left: -10px; }
        .cat_item_product .link .buttons .mini_buttons div.delete:hover:after, .cat_item_product .link .buttons .mini_buttons div.delete:hover:before, .cat_item_product .link .buttons .mini_buttons a.delete:hover:after, .cat_item_product .link .buttons .mini_buttons a.delete:hover:before {
          background: #2A1313; }
        .cat_item_product .link .buttons .mini_buttons div.delete:after, .cat_item_product .link .buttons .mini_buttons a.delete:after {
          transform: rotate(45deg); }
        .cat_item_product .link .buttons .mini_buttons div.delete:before, .cat_item_product .link .buttons .mini_buttons a.delete:before {
          transform: rotate(-45deg); }
        .cat_item_product .link .buttons .mini_buttons div:hover, .cat_item_product .link .buttons .mini_buttons a:hover {
          border-color: #FFB468;
          color: #2A1313;
          cursor: pointer; }
        .cat_item_product .link .buttons .mini_buttons div.active, .cat_item_product .link .buttons .mini_buttons a.active {
          border-color: #FFB468;
          color: #2A1313; }

.dop_link_block {
  margin: 80px 0; }
  .dop_link_block h2 {
    font-size: 1.8em;
    margin-bottom: 20px; }
  .dop_link_block a:hover .cat_product_name {
    color: #FFB468; }
  .dop_link_block .cat_product_name {
    font-size: 20px;
    color: #2A1313;
    margin: 10px 0 0;
    line-height: 1.1; }
  .dop_link_block.dlp_category .dop_link_block_easy_carousel .carousel-cell {
    width: 49%;
    margin-right: 2%; }
    @media screen and (min-width: 992px) {
      .dop_link_block.dlp_category .dop_link_block_easy_carousel .carousel-cell {
        width: 32.3333%;
        margin-right: 1.5%; } }
    @media screen and (min-width: 1200px) {
      .dop_link_block.dlp_category .dop_link_block_easy_carousel .carousel-cell {
        width: 24%;
        margin-right: 1.3333333%; } }
    .dop_link_block.dlp_category .dop_link_block_easy_carousel .carousel-cell img {
      height: 250px;
      width: 100%;
      object-fit: cover;
      object-position: center; }
      @media screen and (min-width: 768px) {
        .dop_link_block.dlp_category .dop_link_block_easy_carousel .carousel-cell img {
          height: 300px; } }
      @media screen and (min-width: 1200px) {
        .dop_link_block.dlp_category .dop_link_block_easy_carousel .carousel-cell img {
          height: 250px; } }
  .dop_link_block.dlp_product .dop_link_block_easy_carousel .carousel-cell {
    width: 100%;
    margin-right: 1.25%; }
    @media screen and (min-width: 768px) {
      .dop_link_block.dlp_product .dop_link_block_easy_carousel .carousel-cell {
        width: 49%;
        margin-right: 2%; } }
    @media screen and (min-width: 992px) {
      .dop_link_block.dlp_product .dop_link_block_easy_carousel .carousel-cell {
        width: 32.3333%;
        margin-right: 1.5%; } }
  .dop_link_block .flickity-button:disabled {
    display: none; }

.top_products .but, .top_products .custom_modal .modal_form .submit_but, .custom_modal .modal_form .top_products .submit_but, .top_products .cart form .submit_but, .cart form .top_products .submit_but, .top_products .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #button-confirm, .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right .top_products #button-confirm {
  margin: 30px auto 0;
  padding: 15px 30px;
  font-size: 1.1rem;
  text-align: center;
  width: 100%;
  display: block;
  border-radius: 0; }
  @media (min-width: 576px) {
    .top_products .but, .top_products .custom_modal .modal_form .submit_but, .custom_modal .modal_form .top_products .submit_but, .top_products .cart form .submit_but, .cart form .top_products .submit_but, .top_products .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #button-confirm, .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right .top_products #button-confirm {
      width: 400px; } }
  .top_products .but span, .top_products .custom_modal .modal_form .submit_but span, .custom_modal .modal_form .top_products .submit_but span, .top_products .cart form .submit_but span, .cart form .top_products .submit_but span, .top_products .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #button-confirm span, .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right .top_products #button-confirm span {
    display: block;
    text-transform: none;
    font-size: 16px;
    margin-bottom: 8px; }
.top_products .easy_carousel_3 {
  margin-top: 30px; }
  .top_products .easy_carousel_3 .carousel-cell {
    width: 86%;
    margin-right: 2%; }
    .top_products .easy_carousel_3 .carousel-cell img {
      height: 400px;
      width: 100%;
      object-fit: cover;
      object-position: center; }
      @media (min-width: 768px) {
        .top_products .easy_carousel_3 .carousel-cell img {
          height: 700px; } }
    .top_products .easy_carousel_3 .carousel-cell .link {
      display: block;
      position: relative;
      color: #2A1313; }
      .top_products .easy_carousel_3 .carousel-cell .link div {
        position: absolute;
        top: 15px;
        left: 0;
        display: inline-block;
        max-width: 50%;
        background: #FFB468;
        padding: 10px 15px;
        font-size: 16px; }
        .top_products .easy_carousel_3 .carousel-cell .link div h3:after {
          content: "" !important;
          font-size: 17px;
          display: inline-block;
          margin-left: 15px; }
.top_products .flickity-page-dots {
  bottom: 10px; }
  .top_products .flickity-page-dots .dot {
    width: 20px;
    height: 5px;
    margin: 0 4px;
    background: #fff;
    border-radius: 0; }
    .top_products .flickity-page-dots .dot.is-selected {
      background: #FFB468; }

#product_page {
  padding: 100px 0 0;
  margin-bottom: 80px; }
  @media (min-width: 992px) {
    #product_page {
      padding: 120px 0 0; } }
  #product_page h1 {
    font-size: 2rem;
    line-height: 1.1;
    max-width: 980px;
    margin-bottom: 30px; }
    @media (min-width: 576px) {
      #product_page h1 {
        font-size: 3rem; } }
  #product_page .tabs_product {
    margin-bottom: 15px; }
    #product_page .tabs_product .tabs__content_product {
      text-align: center;
      border: 1px solid #e8e8e8;
      background: #F2F2F2;
      padding: 5px; }
      #product_page .tabs_product .tabs__content_product img {
        max-height: 600px; }
    #product_page .tabs_product .tabs__caption_product {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -5px; }
      #product_page .tabs_product .tabs__caption_product li {
        width: 25%;
        padding: 10px 5px 0;
        cursor: pointer; }
        @media (min-width: 992px) {
          #product_page .tabs_product .tabs__caption_product li {
            width: 16.6666666667%; } }
        #product_page .tabs_product .tabs__caption_product li img {
          width: 100%;
          height: 100px;
          object-fit: cover;
          object-position: center;
          border: 1px solid #e8e8e8;
          background: #F2F2F2;
          padding: 5px; }
          @media (min-width: 768px) {
            #product_page .tabs_product .tabs__caption_product li img {
              height: 120px; } }
  #product_page .product_specifications {
    margin: 0 0 15px; }
    #product_page .product_specifications p, #product_page .product_specifications .stats {
      border-bottom: 1px solid #e8e8e8;
      padding: 5px 0; }
      #product_page .product_specifications p:last-child, #product_page .product_specifications .stats:last-child {
        border: 0; }
    #product_page .product_specifications a {
      text-decoration: underline;
      color: #2A1313; }
      #product_page .product_specifications a:hover {
        text-decoration: none; }
  #product_page .product_description {
    margin: 15px 0 0; }
    #product_page .product_description ul, #product_page .product_description ol {
      margin-top: 10px;
      padding-left: 25px; }
    #product_page .product_description p {
      margin-top: 10px; }
  #product_page .product_buttons {
    display: flex;
    justify-content: space-between; }
    @media (min-width: 768px) {
      #product_page .product_buttons {
        width: 60%; } }
    @media (min-width: 992px) {
      #product_page .product_buttons {
        width: 50%; } }
    @media (min-width: 1200px) {
      #product_page .product_buttons {
        width: 100%; } }
    #product_page .product_buttons .but, #product_page .product_buttons .custom_modal .modal_form .submit_but, .custom_modal .modal_form #product_page .product_buttons .submit_but, #product_page .product_buttons .cart form .submit_but, .cart form #product_page .product_buttons .submit_but, #product_page .product_buttons .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #button-confirm, .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #product_page .product_buttons #button-confirm {
      display: inline-block;
      padding: 0;
      text-transform: uppercase;
      border-radius: 0;
      height: 50px;
      line-height: 50px;
      flex: 1 1 auto; }
    #product_page .product_buttons .mini_buttons {
      display: inline-block;
      background: #fff;
      border: 2px solid #d6d6d6;
      height: 50px;
      width: 50px;
      margin-left: 15px;
      line-height: 46px;
      text-align: center;
      box-sizing: border-box;
      font-size: 18px;
      color: #d6d6d6; }
      #product_page .product_buttons .mini_buttons:after {
        content: "";
        line-height: 36px; }
      #product_page .product_buttons .mini_buttons:hover {
        border-color: #FFB468;
        color: #2A1313;
        cursor: pointer; }
      #product_page .product_buttons .mini_buttons.active {
        border-color: #FFB468;
        color: #2A1313; }
      #product_page .product_buttons .mini_buttons.add_cart {
        border-color: #FFB468;
        color: #2A1313;
        width: 100px; }
        #product_page .product_buttons .mini_buttons.add_cart:after {
          content: "" !important; }
        #product_page .product_buttons .mini_buttons.add_cart:hover {
          background: #FFB468; }
  #product_page .stats span:before {
    padding: 0 5px; }
  #product_page .stats .watch:before {
    content: ""; }
  #product_page .stats .wishlist:before {
    content: ""; }

.product_images_gallery .fancybox-bg, .reviews_images_gallery .fancybox-bg, .akcii_images_gallery .fancybox-bg {
  background: #fff;
  opacity: 0.9; }
.product_images_gallery .fancybox-button, .reviews_images_gallery .fancybox-button, .akcii_images_gallery .fancybox-button {
  color: #2A1313;
  background: #FFB468; }
.product_images_gallery .fancybox-button:focus,
.product_images_gallery .fancybox-button:hover, .reviews_images_gallery .fancybox-button:focus,
.reviews_images_gallery .fancybox-button:hover, .akcii_images_gallery .fancybox-button:focus,
.akcii_images_gallery .fancybox-button:hover {
  cursor: pointer; }
.product_images_gallery .fancybox-button.disabled,
.product_images_gallery .fancybox-button.disabled:hover,
.product_images_gallery .fancybox-button[disabled],
.product_images_gallery .fancybox-button[disabled]:hover, .reviews_images_gallery .fancybox-button.disabled,
.reviews_images_gallery .fancybox-button.disabled:hover,
.reviews_images_gallery .fancybox-button[disabled],
.reviews_images_gallery .fancybox-button[disabled]:hover, .akcii_images_gallery .fancybox-button.disabled,
.akcii_images_gallery .fancybox-button.disabled:hover,
.akcii_images_gallery .fancybox-button[disabled],
.akcii_images_gallery .fancybox-button[disabled]:hover {
  opacity: 0.7; }
.product_images_gallery .fancybox-show-nav .fancybox-navigation .fancybox-button, .reviews_images_gallery .fancybox-show-nav .fancybox-navigation .fancybox-button, .akcii_images_gallery .fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity 0.25s, visibility 0s, color 0.25s; }
.product_images_gallery .fancybox-button, .reviews_images_gallery .fancybox-button, .akcii_images_gallery .fancybox-button {
  height: 34px;
  width: 34px;
  padding: 8px; }
  @media (min-width: 992px) {
    .product_images_gallery .fancybox-button, .reviews_images_gallery .fancybox-button, .akcii_images_gallery .fancybox-button {
      height: 44px;
      width: 44px;
      padding: 13px; } }
.product_images_gallery .fancybox-infobar, .reviews_images_gallery .fancybox-infobar, .akcii_images_gallery .fancybox-infobar {
  height: 34px;
  line-height: 34px;
  min-width: 34px; }
  @media (min-width: 576px) {
    .product_images_gallery .fancybox-infobar, .reviews_images_gallery .fancybox-infobar, .akcii_images_gallery .fancybox-infobar {
      height: 44px;
      line-height: 44px;
      min-width: 44px; } }
.product_images_gallery .fancybox-button--close svg path, .reviews_images_gallery .fancybox-button--close svg path, .akcii_images_gallery .fancybox-button--close svg path {
  fill: #000;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 0; }
.product_images_gallery .fancybox-slide--html, .reviews_images_gallery .fancybox-slide--html, .akcii_images_gallery .fancybox-slide--html {
  padding: 0; }
.product_images_gallery .fancybox-button[disabled], .reviews_images_gallery .fancybox-button[disabled], .akcii_images_gallery .fancybox-button[disabled] {
  display: none !important; }

.reviews_images_gallery .fancybox-bg {
  background: #1e1e1e;
  opacity: 0.87; }

.tabs_product .tabs__caption_product {
  list-style: none; }
.tabs_product .tabs__content_product {
  display: none; }
  .tabs_product .tabs__content_product.active {
    display: block; }

.faq_block__article h2 {
  font-size: 1.8em;
  margin-bottom: 20px; }
.faq_block__article p, .faq_block__article ul {
  margin-bottom: 10px; }

.faq_block div[itemprop="mainEntity"] {
  margin-top: 10px; }
  .faq_block div[itemprop="mainEntity"]:first-child {
    margin-top: 0; }
  .faq_block div[itemprop="mainEntity"].closed h3:after {
    content: "+"; }
  .faq_block div[itemprop="mainEntity"] h3 {
    padding: 10px 12px;
    position: relative;
    border: 2px solid #e8e8e8;
    background: #eee;
    cursor: pointer;
    font-size: 18px;
    font-weight: normal; }
    .faq_block div[itemprop="mainEntity"] h3:after {
      content: "-";
      position: absolute;
      padding-top: 10px;
      right: 12px;
      top: 0;
      width: 10px;
      text-align: center; }
.faq_block div[itemprop="acceptedAnswer"] {
  display: none;
  padding: 12px;
  border: 2px solid #e8e8e8;
  border-top: 0; }
  .faq_block div[itemprop="acceptedAnswer"] a {
    text-decoration: underline;
    color: #2A1313; }
    .faq_block div[itemprop="acceptedAnswer"] a:hover {
      text-decoration: none; }
  .faq_block div[itemprop="acceptedAnswer"] ul {
    padding-left: 30px; }

#modal_search {
  padding: 37px;
  max-width: 430px;
  min-width: 350px; }
  #modal_search form {
    display: flex; }
  #modal_search input[type="text"] {
    width: 100%;
    border: 0;
    padding: 0 10px;
    height: 40px;
    line-height: 45px;
    box-sizing: border-box;
    outline: none;
    background: transparent;
    border: 2px solid #bcbcbc;
    font-size: 1rem;
    margin-right: 5px; }
  #modal_search button[type="submit"] {
    all: unset;
    width: 50px;
    height: 40px;
    line-height: 40px;
    border: 0;
    outline: none;
    background: #FFB468;
    cursor: pointer;
    font-size: 18px;
    padding: 0;
    text-align: center; }
    #modal_search button[type="submit"]:after {
      content: "";
      line-height: 40px;
      font-size: 18px;
      width: 50px; }

#alert_messages {
  max-width: 300px;
  position: fixed;
  z-index: 999;
  bottom: 60px;
  right: 60px; }
  @media (min-width: 768px) {
    #alert_messages {
      bottom: 70px;
      right: 75px; } }
  #alert_messages .item {
    border: 1px solid #e8e8e8;
    padding: 20px;
    margin-top: 10px;
    position: relative; }
    #alert_messages .item:first-child {
      margin-top: 0; }
    #alert_messages .item a {
      color: #337ab7;
      text-decoration: underline; }
  #alert_messages .red {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
  #alert_messages .green {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
  #alert_messages .blue {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
  #alert_messages .yellow {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
  #alert_messages .close {
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 4px;
    right: 4px;
    cursor: pointer; }
  #alert_messages .close:after, #alert_messages .close:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #adadad;
    top: 50%;
    margin-top: -1px; }
  #alert_messages .close:after {
    transform: rotate(45deg); }
  #alert_messages .close:before {
    transform: rotate(-45deg); }

.cart .under_h_big_text {
  margin-bottom: 300px; }
.cart .cat_item_product .link {
  padding-bottom: 12px; }
  .cart .cat_item_product .link .item_img img {
    height: 250px; }
    @media (min-width: 768px) {
      .cart .cat_item_product .link .item_img img {
        height: 300px; } }
    @media (min-width: 992px) {
      .cart .cat_item_product .link .item_img img {
        height: 250px; } }
    @media (min-width: 1200px) {
      .cart .cat_item_product .link .item_img img {
        height: 250px; } }
  .cart .cat_item_product .link input[type="text"] {
    width: 30px;
    text-align: center;
    border: 2px solid #d6d6d6;
    outline: 0; }
  .cart .cat_item_product .link .delete {
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
    background: #fff; }
    .cart .cat_item_product .link .delete:hover:after, .cart .cat_item_product .link .delete:hover:before {
      background: #FE5535; }
  .cart .cat_item_product .link .delete:after, .cart .cat_item_product .link .delete:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #d6d6d6;
    top: 50%;
    margin-top: -1px; }
  .cart .cat_item_product .link .delete:after {
    transform: rotate(45deg); }
  .cart .cat_item_product .link .delete:before {
    transform: rotate(-45deg); }
.cart form .modal_body p {
  margin-bottom: 10px; }
.cart form .modal_body .form-group {
  margin-bottom: 15px; }
  .cart form .modal_body .form-group:last-child {
    margin-bottom: 0; }
  .cart form .modal_body .form-group input[type="text"],
  .cart form .modal_body .form-group input[type="email"] {
    display: block;
    width: 100%;
    border: 0;
    padding: 0 10px;
    height: 40px;
    line-height: 45px;
    box-sizing: border-box;
    outline: none;
    background: transparent;
    border: 2px solid #e8e8e8;
    font-size: 1rem; }
  .cart form .modal_body .form-group textarea {
    display: block;
    width: 100%;
    padding: 2px 10px;
    box-sizing: border-box;
    outline: none;
    background: transparent;
    border: 2px solid #e8e8e8;
    font-size: 1rem;
    resize: vertical; }
.cart form .submit_but {
  display: inline-block;
  height: 56px;
  font-size: 1em;
  border: 0;
  margin: 0 0 20px;
  width: 70%; }
.cart form .small {
  font-size: 0.9em; }
  .cart form .small a {
    color: #FE5535;
    text-decoration: underline; }
    .cart form .small a:hover {
      text-decoration: none; }
.cart form .errors {
  color: #FE5535; }

.catalog_menu_but {
  cursor: pointer;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: inline-block; }
  .catalog_menu_but:before {
    content: "";
    padding-right: 3px; }
  .catalog_menu_but:hover {
    color: #FE5535; }

.catalog_menu {
  width: 100%;
  display: none;
  padding: 0 0 30px; }
  .catalog_menu .main {
    font-size: 22px; }
  .catalog_menu a {
    padding: 5px 0;
    margin-right: 10px;
    display: inline-block;
    color: #2A1313; }
    .catalog_menu a:hover {
      color: #FFB468; }
  .catalog_menu .catalog_menu_links {
    display: flex;
    flex-wrap: wrap;
    border-left: 2px solid #e8e8e8;
    border-top: 2px solid #e8e8e8;
    width: 100%; }
    .catalog_menu .catalog_menu_links .item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      border-bottom: 2px solid #e8e8e8;
      border-right: 2px solid #e8e8e8;
      box-sizing: border-box; }
      @media (min-width: 768px) {
        .catalog_menu .catalog_menu_links .item {
          -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
          max-width: 33.33333%; } }
      @media (min-width: 992px) {
        .catalog_menu .catalog_menu_links .item {
          -ms-flex: 0 0 25%;
          flex: 0 0 25%;
          max-width: 25%; } }
      @media (min-width: 1200px) {
        .catalog_menu .catalog_menu_links .item {
          -ms-flex: 0 0 20%;
          flex: 0 0 20%;
          max-width: 20%; } }
      .catalog_menu .catalog_menu_links .item .item_header {
        border-bottom: 2px solid #e8e8e8;
        padding: 12px; }
      .catalog_menu .catalog_menu_links .item ul {
        list-style: none;
        padding: 7px 12px; }
  .catalog_menu .catalog_menu_close {
    margin-top: 15px;
    line-height: 20px;
    display: inline-block;
    cursor: pointer; }
    .catalog_menu .catalog_menu_close:after {
      content: " "; }

.form-group .input-group-addon {
  border-radius: 0;
  border: 2px solid #e8e8e8;
  background: #f5f5f5;
  line-height: 1.5;
  box-sizing: border-box;
  padding: 0 10px;
  border-right: 0; }
.form-group #input-sort, .form-group #input-limit {
  border-radius: 0;
  border: 2px solid #e8e8e8;
  line-height: 1.5;
  box-sizing: border-box;
  box-shadow: none; }

#ocfilter {
  box-shadow: none;
  border-radius: 0;
  border: 2px solid #e8e8e8;
  border-bottom: 0; }
  #ocfilter .panel-heading {
    border-radius: 0;
    border-bottom: 0; }
  #ocfilter .list-group-item {
    border-bottom: 1px solid #e8e8e8;
    border-radius: 0; }
  #ocfilter .ocfilter-option .ocf-option-name {
    font-size: 14px;
    font-weight: normal; }
  #ocfilter .ocfilter-option label small {
    background-color: #ffb468;
    color: #2a1313; }
  #ocfilter .ocfilter-option-popover {
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    -webkit-box-shadow: 0;
    box-shadow: 0; }
    #ocfilter .ocfilter-option-popover .arrow {
      border-right-color: #e8e8e8; }
    #ocfilter .ocfilter-option-popover .popover-content .btn {
      all: unset;
      background-color: #ffb468;
      color: #2a1313;
      white-space: nowrap;
      font-weight: 600 !important;
      padding: 3px 5px; }
  #ocfilter .noUi-value-horizontal {
    -webkit-transform: translate3d(-50%, 100%, 0);
    transform: translate3d(-50%, 100%, 0); }
  #ocfilter .noUi-handle {
    box-shadow: none; }
  #ocfilter .noUi-connect {
    background: #fff;
    box-shadow: none; }
  #ocfilter .ocfilter-mobile-handle button {
    all: unset;
    background: #FFB468; }
  #ocfilter .selected-options {
    background-color: #F8F8F8; }
    #ocfilter .selected-options .btn-block {
      all: unset;
      color: #b94440;
      background-color: #fff8f8;
      border: 1px solid #ea9491;
      font-size: 14px;
      padding: 6px 24px;
      text-align: center;
      box-sizing: border-box;
      margin: 0 8px 5px;
      display: inline-block; }
    #ocfilter .selected-options .ocfilter-option span {
      font-size: 13px;
      padding: 1px 4px;
      line-height: 1.5; }
    #ocfilter .selected-options .ocfilter-option .btn {
      all: unset;
      color: #E56101;
      font-size: 13px;
      padding: 1px 4px;
      line-height: 1.5;
      cursor: pointer; }

.ocf-offcanvas .ocfilter-mobile-handle {
  top: 120px; }
  .ocf-offcanvas .ocfilter-mobile-handle .btn-primary, .ocf-offcanvas .ocfilter-mobile-handle .btn-primary.active, .ocf-offcanvas .ocfilter-mobile-handle .btn-primary:active, .ocf-offcanvas .ocfilter-mobile-handle .btn-primary:focus {
    all: unset;
    background: #FFB468;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    outline: 0; }
    .ocf-offcanvas .ocfilter-mobile-handle .btn-primary .fa-filter:after, .ocf-offcanvas .ocfilter-mobile-handle .btn-primary.active .fa-filter:after, .ocf-offcanvas .ocfilter-mobile-handle .btn-primary:active .fa-filter:after, .ocf-offcanvas .ocfilter-mobile-handle .btn-primary:focus .fa-filter:after {
      content: ""; }

#search_form input[type="text"], #search_form select {
  outline: 0;
  height: 40px;
  line-height: 40px;
  background: #fff;
  border: 2px solid #e8e8e8;
  display: block;
  width: 100%;
  padding: 0 6px;
  font-size: 16px; }
  #search_form input[type="text"]::-webkit-input-placeholder, #search_form select::-webkit-input-placeholder {
    color: #787878; }
  #search_form input[type="text"]::-moz-placeholder, #search_form select::-moz-placeholder {
    color: #787878; }
  #search_form input[type="text"]:-moz-placeholder, #search_form select:-moz-placeholder {
    color: #787878; }
  #search_form input[type="text"]:-ms-input-placeholder, #search_form select:-ms-input-placeholder {
    color: #787878; }

#button-search {
  border: 0;
  width: 100%;
  max-width: 250px;
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  margin-top: 20px; }

.checkout-simplecheckout .sim_cont {
  padding-top: 120px; }
  .checkout-simplecheckout .sim_cont h1 {
    font-size: 2.2rem;
    line-height: 1.1;
    max-width: 980px;
    margin: 0 0 15px; }
    @media (min-width: 576px) {
      .checkout-simplecheckout .sim_cont h1 {
        font-size: 3rem; } }
.checkout-simplecheckout #simplecheckout_cart .simplecheckout-cart {
  border: 2px solid #e8e8e8;
  border-bottom: 0; }
  .checkout-simplecheckout #simplecheckout_cart .simplecheckout-cart td.image img {
    max-width: none; }
  .checkout-simplecheckout #simplecheckout_cart .simplecheckout-cart td.name {
    text-align: left; }
    .checkout-simplecheckout #simplecheckout_cart .simplecheckout-cart td.name a {
      text-decoration: underline; }
  .checkout-simplecheckout #simplecheckout_cart .simplecheckout-cart td.quantity button {
    line-height: 40px;
    height: 40px;
    padding: 0 14px;
    border: 0;
    margin: 0;
    border-radius: 0; }
    .checkout-simplecheckout #simplecheckout_cart .simplecheckout-cart td.quantity button:focus {
      border: 0;
      box-shadow: 0;
      outline: 0; }
  .checkout-simplecheckout #simplecheckout_cart .simplecheckout-cart th {
    border-bottom: 2px solid #e8e8e8;
    color: inherit; }
  .checkout-simplecheckout #simplecheckout_cart .simplecheckout-cart td {
    border-bottom: 2px solid #e8e8e8; }
  .checkout-simplecheckout #simplecheckout_cart .simplecheckout-cart .price, .checkout-simplecheckout #simplecheckout_cart .simplecheckout-cart .total {
    text-align: center; }
.checkout-simplecheckout #simplecheckout_cart .simplecheckout-cart-total {
  border: 2px solid #e8e8e8;
  border-top: 0; }
.checkout-simplecheckout #simplecheckout_payment_form {
  padding: 0; }
.checkout-simplecheckout .simplecheckout-block h2 {
  margin-bottom: 15px; }
@media (min-width: 768px) {
  .checkout-simplecheckout .simplecheckout-block .form-group {
    display: flex; } }
.checkout-simplecheckout .simplecheckout-block .control-label {
  font-weight: normal; }
.checkout-simplecheckout .simplecheckout-block input, .checkout-simplecheckout .simplecheckout-block textarea {
  outline: 0;
  border-radius: 0;
  box-shadow: none;
  height: 40px;
  line-height: 40px;
  background: #fff;
  border: 2px solid #e8e8e8;
  display: block;
  width: 100%;
  padding: 0 6px;
  font-size: 16px;
  box-sizing: border-box; }
  .checkout-simplecheckout .simplecheckout-block input::-webkit-input-placeholder, .checkout-simplecheckout .simplecheckout-block textarea::-webkit-input-placeholder {
    color: #787878; }
  .checkout-simplecheckout .simplecheckout-block input::-moz-placeholder, .checkout-simplecheckout .simplecheckout-block textarea::-moz-placeholder {
    color: #787878; }
  .checkout-simplecheckout .simplecheckout-block input:-moz-placeholder, .checkout-simplecheckout .simplecheckout-block textarea:-moz-placeholder {
    color: #787878; }
  .checkout-simplecheckout .simplecheckout-block input:-ms-input-placeholder, .checkout-simplecheckout .simplecheckout-block textarea:-ms-input-placeholder {
    color: #787878; }
  .checkout-simplecheckout .simplecheckout-block input:focus, .checkout-simplecheckout .simplecheckout-block textarea:focus {
    box-shadow: none; }
.checkout-simplecheckout .simplecheckout-block textarea {
  height: auto;
  line-height: auto;
  margin-top: 15px; }
.checkout-simplecheckout .simplecheckout-button-block {
  padding: 6px 0; }
  .checkout-simplecheckout .simplecheckout-button-block label {
    font-weight: normal; }
    .checkout-simplecheckout .simplecheckout-button-block label a {
      text-decoration: underline; }
  .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right {
    float: none;
    text-align: left; }
    .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #simplecheckout_button_confirm {
      height: 60px;
      line-height: 60px;
      padding: 0 70px;
      margin-bottom: 20px;
      font-family: "PT Sans bold", Tahoma, sans-serif;
      cursor: pointer; }
    .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #button-confirm {
      all: unset;
      border-radius: 500px;
      height: 60px;
      line-height: 60px;
      padding: 0 70px;
      margin-bottom: 20px;
      font-weight: auto;
      font-family: "PT Sans bold", Tahoma, sans-serif;
      cursor: pointer; }

.adv-bottom-container {
  margin-bottom: 30px; }

.mini-cta {
  background: #f2f2f2;
  background-size: cover;
  background-position: center center;
  font-size: 17px;
  text-align: center; }
  .mini-cta .text {
    background: #fff;
    padding: 30px;
    margin: 120px auto 120px;
    max-width: 677px; }
    .mini-cta .text h2 {
      font-size: 1.7em; }
      @media (min-width: 768px) {
        .mini-cta .text h2 {
          font-size: 2.2em; } }
      .mini-cta .text h2 span {
        text-decoration: underline;
        white-space: nowrap; }
        .mini-cta .text h2 span:hover {
          text-decoration: none;
          cursor: pointer; }
    .mini-cta .text .under_h_big_text {
      margin: 20px 0 0;
      font-size: 1.211em; }
      @media (min-width: 992px) {
        .mini-cta .text .under_h_big_text {
          max-width: 900px; } }
      .mini-cta .text .under_h_big_text span {
        text-decoration: underline;
        cursor: pointer; }
        .mini-cta .text .under_h_big_text span:hover {
          text-decoration: none; }
    .mini-cta .text p.i {
      margin-top: 20px; }
      .mini-cta .text p.i span {
        color: #ff850a; }
      .mini-cta .text p.i i {
        -webkit-animation: blink1 3s linear infinite;
        animation: blink1 3s linear infinite; }
    .mini-cta .text .but_container {
      margin: 0 -5px 0; }
      @media (min-width: 768px) {
        .mini-cta .text .but_container {
          display: flex;
          justify-content: space-between; } }
      .mini-cta .text .but_container .but, .mini-cta .text .but_container .custom_modal .modal_form .submit_but, .custom_modal .modal_form .mini-cta .text .but_container .submit_but, .mini-cta .text .but_container .cart form .submit_but, .cart form .mini-cta .text .but_container .submit_but, .mini-cta .text .but_container .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right #button-confirm, .checkout-simplecheckout .simplecheckout-button-block .simplecheckout-button-right .mini-cta .text .but_container #button-confirm {
        padding: 17px 15px;
        font-size: 1em;
        margin: 0 5px;
        width: 100%;
        display: block;
        white-space: nowrap;
        margin-top: 30px; }

.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.advantages a {
  color: #2A1313;
  text-decoration: underline; }
  .advantages a:hover {
    text-decoration: none; }
.advantages .mt {
  margin-top: 30px; }
  .advantages .mt h3 {
    margin-bottom: 15px;
    font-size: 1.17em !important; }
.advantages .img img {
  height: 280px;
  width: 100%;
  object-fit: cover;
  object-position: center; }
.advantages .text_img {
  margin-bottom: 15px; }

#noviy_god {
  width: 100%;
  background: #a9ffb0;
  text-align: center;
  display: flex;
  align-items: center !important;
  justify-content: center;
  padding: 4px 30px;
  position: absolute;
  max-width: 1540px;
  top: 0; }
  #noviy_god a {
    color: #2A1313;
    padding: 0 20px;
    cursor: pointer; }
  #noviy_god img {
    height: 36px; }
  #noviy_god svg {
    height: 30px;
    cursor: pointer; }

.reviews {
  margin: 80px 0; }
  .reviews h2 {
    margin-top: -10px; }
  @media screen and (min-width: 992px) {
    .reviews .review_sites {
      margin-top: 0; } }
  .reviews .review_sites a {
    display: inline-block;
    background: #eee;
    border: 2px solid #e8e8e8;
    padding: 3px 14px 3px 3px;
    border-radius: 500px;
    margin-top: 10px; }
    .reviews .review_sites a img {
      width: 20px !important;
      height: 20px !important; }
      @media screen and (min-width: 576px) {
        .reviews .review_sites a img {
          width: 35px !important;
          height: 35px !important; } }
  .reviews .reviews_carousel_container {
    margin-top: 20px; }
    @media screen and (min-width: 768px) {
      .reviews .reviews_carousel_container {
        margin-top: 35px; } }
  .reviews .reviews_carousel .carousel-cell {
    border: 2px solid #e8e8e8;
    width: 49%;
    margin-right: 2%; }
    @media screen and (min-width: 576px) {
      .reviews .reviews_carousel .carousel-cell {
        width: 33%;
        margin-right: 1.5%; } }
    @media screen and (min-width: 768px) {
      .reviews .reviews_carousel .carousel-cell {
        width: 25%;
        margin-right: 1.5%; } }
    @media screen and (min-width: 992px) {
      .reviews .reviews_carousel .carousel-cell {
        width: 20%;
        margin-right: 1.5%; } }
    @media screen and (min-width: 1200px) {
      .reviews .reviews_carousel .carousel-cell {
        width: 15%;
        margin-right: 1.3333333%; } }
    .reviews .reviews_carousel .carousel-cell img {
      height: 250px;
      width: 100%;
      object-fit: cover;
      object-position: center; }
      @media screen and (min-width: 576px) {
        .reviews .reviews_carousel .carousel-cell img {
          height: 325px; } }
      @media screen and (min-width: 768px) {
        .reviews .reviews_carousel .carousel-cell img {
          height: 300px; } }
      @media screen and (min-width: 992px) {
        .reviews .reviews_carousel .carousel-cell img {
          height: 420px; } }
      @media screen and (min-width: 1200px) {
        .reviews .reviews_carousel .carousel-cell img {
          height: 400px; } }
    .reviews .reviews_carousel .carousel-cell .icon-search {
      display: block;
      position: absolute;
      width: 30px;
      height: 30px;
      background: #FFB468;
      color: #2A1313;
      right: 0;
      bottom: 0;
      line-height: 30px;
      cursor: pointer;
      text-align: center; }
  .reviews .flickity-button:disabled {
    display: none; }

.akcii {
  margin: 80px 0; }
  .akcii h2 {
    margin-top: -10px; }
  @media screen and (min-width: 992px) {
    .akcii .akcii_sites {
      margin-top: 0; } }
  .akcii .akcii_sites a {
    display: inline-block;
    background: #eee;
    border: 2px solid #e8e8e8;
    padding: 3px 14px 3px 3px;
    border-radius: 500px;
    margin-top: 10px; }
    .akcii .akcii_sites a img {
      width: 20px !important;
      height: 20px !important; }
      @media screen and (min-width: 576px) {
        .akcii .akcii_sites a img {
          width: 35px !important;
          height: 35px !important; } }
  .akcii .akcii_carousel_container {
    margin-top: 20px; }
    @media screen and (min-width: 768px) {
      .akcii .akcii_carousel_container {
        margin-top: 35px; } }
  .akcii .akcii_carousel .carousel-cell {
    border: 2px solid #e8e8e8;
    width: 49%;
    margin-right: 2%; }
    @media screen and (min-width: 576px) {
      .akcii .akcii_carousel .carousel-cell {
        width: 33%;
        margin-right: 1.5%; } }
    @media screen and (min-width: 768px) {
      .akcii .akcii_carousel .carousel-cell {
        width: 25%;
        margin-right: 1.5%; } }
    @media screen and (min-width: 992px) {
      .akcii .akcii_carousel .carousel-cell {
        width: 20%;
        margin-right: 1.5%; } }
    @media screen and (min-width: 1200px) {
      .akcii .akcii_carousel .carousel-cell {
        width: 15%;
        margin-right: 1.3333333%; } }
    .akcii .akcii_carousel .carousel-cell img {
      height: 250px;
      width: 100%;
      object-fit: cover;
      object-position: center; }
      @media screen and (min-width: 576px) {
        .akcii .akcii_carousel .carousel-cell img {
          height: 325px; } }
      @media screen and (min-width: 768px) {
        .akcii .akcii_carousel .carousel-cell img {
          height: 300px; } }
      @media screen and (min-width: 992px) {
        .akcii .akcii_carousel .carousel-cell img {
          height: 420px; } }
      @media screen and (min-width: 1200px) {
        .akcii .akcii_carousel .carousel-cell img {
          height: 400px; } }
    .akcii .akcii_carousel .carousel-cell .icon-search {
      display: block;
      position: absolute;
      width: 30px;
      height: 30px;
      background: #FFB468;
      color: #2A1313;
      right: 0;
      bottom: 0;
      line-height: 30px;
      cursor: pointer;
      text-align: center; }
  .akcii .flickity-button:disabled {
    display: none; }

.carousel-product {
  margin-bottom: 5px; }
  .carousel-product .flickity-button-icon {
    fill: #2A1313; }
  .carousel-product .carousel-cell-product {
    width: 100%;
    margin-right: 10px;
    text-align: center;
    border: 1px solid #e8e8e8;
    background: #F2F2F2;
    padding: 5px; }
    .carousel-product .carousel-cell-product img {
      display: block;
      vertical-align: middle;
      max-width: 100%;
      max-height: 100%;
      max-height: 600px;
      margin: 0 auto; }
  .carousel-product .carousel-nav-product .carousel-cell-product {
    height: 80px;
    width: 100px;
    display: block;
    position: relative; }
    .carousel-product .carousel-nav-product .carousel-cell-product img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: center; }
    .carousel-product .carousel-nav-product .carousel-cell-product.is-nav-selected {
      background: #FFB468; }

.main-carousel-2 {
  margin-bottom: 10px; }

.main-carousel-2 .carousel-cell {
  width: 100%;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  text-align: center;
  border: 1px solid #e8e8e8;
  background: #F2F2F2; }

.main-carousel-2 .carousel-cell img {
  max-height: 650px; }

.carousel.is-fullscreen .carousel-cell {
  height: 100%; }

.flickity-viewport {
  transition: height 0.2s; }

.carousel-nav .carousel-cell {
  width: 120px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  text-align: center;
  border: 1px solid #e8e8e8;
  background: #F2F2F2; }

.carousel-nav .carousel-cell img {
  height: 80px;
  width: 100%;
  object-fit: cover;
  object-position: center; }

.flickity-button-icon {
  fill: #2A1313 !important; }

.carousel-nav .carousel-cell.is-nav-selected {
  background: #FFB468; }

.main-carousel-2 .icon-search {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background: #FFB468;
  color: #2A1313;
  right: 0;
  bottom: 0;
  line-height: 30px;
  cursor: pointer;
  text-align: center; }

img[data-src] {
  opacity: 0 !important; }

img[src] {
  opacity: 1 !important; }

.orange {
  color: #FFB468 !important; }

.social_links {
  background: #FFB468;
  margin-top: 40px;
  padding: 20px; }
  .social_links .text p {
    font-size: 22px; }
  .social_links .links {
    margin-top: 15px; }
    @media screen and (min-width: 992px) {
      .social_links .links {
        margin-top: 0; } }
    .social_links .links a path {
      fill: #160A0A; }
    .social_links .links a:hover path {
      fill: #fff; }

/*# sourceMappingURL=style.css.map */
