@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: sans-serif; /* 1 */
  line-height: 1; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "open_sansregular";
  src: url("../fonts/fonts/opensans-regular-webfont.eot");
  src: url("../fonts/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-regular-webfont.woff2") format("woff2"), url("../fonts/opensans-regular-webfont.woff") format("woff"), url("../fonts/opensans-regular-webfont.ttf") format("truetype"), url("../fonts/opensans-regular-webfont.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "philosopherbold";
  src: url("../fonts/fonts/philosopher-bold-webfont.eot");
  src: url("../fonts/philosopher-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/philosopher-bold-webfont.woff2") format("woff2"), url("../fonts/philosopher-bold-webfont.woff") format("woff"), url("../fonts/philosopher-bold-webfont.ttf") format("truetype"), url("../fonts/philosopher-bold-webfont.svg#philosopherbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sansextrabold";
  src: url("../fonts/opensans-extrabold-webfont.eot");
  src: url("../fonts/opensans-extrabold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-extrabold-webfont.woff2") format("woff2"), url("../fonts/opensans-extrabold-webfont.woff") format("woff"), url("../fonts/opensans-extrabold-webfont.ttf") format("truetype"), url("../fonts/opensans-extrabold-webfont.svg#open_sansextrabold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sanssemibold";
  src: url("../fonts/opensans-semibold-webfont.eot");
  src: url("../fonts/opensans-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-semibold-webfont.woff2") format("woff2"), url("../fonts/opensans-semibold-webfont.woff") format("woff"), url("../fonts/opensans-semibold-webfont.ttf") format("truetype"), url("../fonts/opensans-semibold-webfont.svg#open_sanssemibold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@-webkit-keyframes pulse-scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse-scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  70% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}
@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  70% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}
@-webkit-keyframes opacity-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
}
@keyframes opacity-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
}
.feedback, .feedback2 {
  display: none;
  position: fixed;
  z-index: 100;
  width: 52px;
  height: 52px;
  bottom: 20px;
  right: 20px;
  background-color: #8b1d00;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  -webkit-animation: opacity-pulse 1.2s ease-in-out infinite;
  animation: opacity-pulse 1.2s ease-in-out infinite;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.feedback svg, .feedback2 svg {
  margin: auto;
}
.feedback.visible, .feedback2.visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.feedback a, .feedback p, .feedback2 a, .feedback2 p {
  margin: auto;
  text-align: center;
  text-transform: uppercase;
  font: 7px open_sansregular, sans-serif;
  color: #fff;
}
.feedback a, .feedback2 a {
  text-decoration: none;
}

.feedback2 {
  bottom: 80px;
  -webkit-animation: bounce 1.5s ease-in-out infinite;
  animation: bounce 1.5s ease-in-out infinite;
}
.feedback2 a span {
  font: 11.5px open_sansregular, sans-serif;
}

.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated_fast {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.5;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #b7b7b7;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "◄";
}
[dir=rtl] .slick-prev:before {
  content: "►";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "►";
}
[dir=rtl] .slick-next:before {
  content: "◄";
}

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #a4a4a4;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #a4a4a4;
  opacity: 0.75;
}

.wrapper {
  width: 300px;
  margin: 0 auto;
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .wrapper {
    width: 480px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 769px) and (max-width: 980px) {
  .wrapper {
    width: 768px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1200px) {
  .wrapper {
    width: 980px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1201px) {
  .wrapper {
    width: 1200px;
    margin: 0 auto;
  }
}
.col-1-2 {
  float: left;
  width: 130px;
  margin: 10px;
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .col-1-2 {
    width: 220px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 980px) {
  .col-1-2 {
    width: 364px;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1200px) {
  .col-1-2 {
    width: 470px;
  }
}
@media only screen and (min-width: 1201px) {
  .col-1-2 {
    width: 580px;
  }
}
.col-1-3 {
  float: left;
  width: 80px;
  margin: 10px;
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .col-1-3 {
    width: 140px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 980px) {
  .col-1-3 {
    width: 236px;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1200px) {
  .col-1-3 {
    width: 306px;
  }
}
@media only screen and (min-width: 1201px) {
  .col-1-3 {
    width: 380px;
  }
}
.col-2-3 {
  float: left;
  width: 180px;
  margin: 10px;
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .col-2-3 {
    width: 300px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 980px) {
  .col-2-3 {
    width: 492px;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1200px) {
  .col-2-3 {
    width: 634px;
  }
}
@media only screen and (min-width: 1201px) {
  .col-2-3 {
    width: 780px;
  }
}
.col-1-4 {
  float: left;
  width: 55px;
  margin: 10px;
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .col-1-4 {
    width: 100px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 980px) {
  .col-1-4 {
    width: 172px;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1200px) {
  .col-1-4 {
    width: 230px;
  }
}
@media only screen and (min-width: 1201px) {
  .col-1-4 {
    width: 280px;
  }
}
.img-1-2 img {
  width: 280px;
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .img-1-2 img {
    width: 440px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 980px) {
  .img-1-2 img {
    width: 350px;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1200px) {
  .img-1-2 img {
    width: 460px;
  }
}
@media only screen and (min-width: 1201px) {
  .img-1-2 img {
    width: 569px;
  }
}
h7 {
  display: none;
}

.logo {
  position: fixed;
  top: 5px;
  left: 10px;
  z-index: 200;
}

.lang1, .lang2 {
  position: fixed;
  right: 135px;
  z-index: 200;
  padding: 0 5px;
  font: 9px open_sanssemibold, sans-serif;
}
.lang1 a, .lang2 a {
  color: black;
  background: #fef200;
}
.lang1 a:hover, .lang2 a:hover {
  background: #f9ac1b;
}

.lang1 {
  top: 11px;
}

.lang2 {
  top: 28px;
}

.call {
  position: fixed;
  top: 5px;
  right: 5px;
  z-index: 200;
  width: 60px;
  height: 60px;
  background: #016b2b;
  border-radius: 20px;
  border: 3px solid #fff;
  outline: none;
  cursor: pointer;
}
.call img {
  margin: 10px;
}

.calc {
  position: fixed;
  top: 5px;
  right: 68px;
  z-index: 200;
  width: 60px;
  height: 60px;
  background: #016b2b;
  border-radius: 20px;
  border: 3px solid #fff;
  outline: none;
  cursor: pointer;
}
.calc img {
  margin: 10px;
}

.top {
  width: 100%;
  height: 45px;
  position: fixed;
  top: 0;
  z-index: 1;
  background: #fff;
  -webkit-box-shadow: 2px 2px 1px rgba(50, 50, 50, 0.75);
  box-shadow: 2px 2px 1px rgba(50, 50, 50, 0.75);
}
.top ul {
  display: table;
  position: relative;
  margin: 0 auto;
}
.top li {
  list-style: none;
  float: left;
}
.top .current {
  display: table-cell;
}
.top a, .top .current a {
  padding: 0 6px;
  text-decoration: none;
  color: #016b2b;
  font: 12px open_sansregular, sans-serif;
  line-height: 45px;
}
.top a:hover, .top .current a:hover {
  color: #fef200;
}

@media only screen and (min-width: 421px) and (max-width: 850px) {
  .logo {
    left: 35%;
  }
  .top ul {
    margin: 0;
    padding-top: 46px;
  }
  .top li {
    display: none;
    float: none;
    background: #fff;
  }
  .top a {
    display: table-cell;
    padding: 0 100px 0 10px;
    line-height: 30px;
  }
  .top ul:before {
    position: absolute;
    top: 15px;
    left: 5px;
    z-index: 50;
    content: url(../img/mobil_menu.svg);
  }
  .top li:hover .top ul:before {
    content: "";
  }
  .top ul:hover li {
    display: block;
  }
}
@media only screen and (max-width: 420px) {
  .logo {
    left: 25%;
  }
  .top ul {
    margin: 0;
    padding-top: 46px;
  }
  .top li {
    display: none;
    float: none;
    background: #fff;
  }
  .top a {
    display: table-cell;
    padding: 0 100px 0 10px;
    line-height: 30px;
  }
  .top ul:before {
    position: absolute;
    top: 15px;
    left: 5px;
    z-index: 50;
    content: url(../img/mobil_menu.svg);
  }
  .top li:hover .top ul:before {
    content: "";
  }
  .top ul:hover li {
    display: block;
  }
}
.fon, .fon_dil {
  background: url(../img/fon_w1.jpg);
  background-repeat: no-repeat;
  background-position: top;
  text-align: center;
  height: 260px;
  border: 1px solid #016b2b;
}

.fon_dil {
  height: 180px;
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .fon, .fon_dil {
    background: url(../img/fon_w2.jpg);
    background-repeat: no-repeat;
    background-position: top;
    height: 300px;
  }
  .fon_dil {
    height: 200px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 980px) {
  .fon, .fon_dil {
    background: url(../img/fon_w3.jpg);
    background-repeat: no-repeat;
    background-position: top;
    height: 370px;
  }
  .fon_dil {
    height: 240px;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1200px) {
  .fon, .fon_dil {
    background: url(../img/fon_w4.jpg);
    background-repeat: no-repeat;
    background-position: top;
    height: 470px;
  }
  .fon_dil {
    height: 280px;
  }
}
@media only screen and (min-width: 1201px) {
  .fon, .fon_dil {
    background: url(../img/fon_w5.jpg);
    background-repeat: no-repeat;
    background-position: top;
    height: 620px;
  }
  .fon_dil {
    height: 320px;
  }
}
h1 {
  color: #fff;
  font: 20px philosopherbold, sans-serif;
  padding-top: 60px;
}
h1 span {
  color: #fef200;
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  h1 {
    font: 32px philosopherbold, sans-serif;
    padding-top: 45px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 980px) {
  h1 {
    font: 48px philosopherbold, sans-serif;
    padding-top: 30px;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1200px) {
  h1 {
    font: 65px philosopherbold, sans-serif;
    padding-top: 15px;
  }
}
@media only screen and (min-width: 1201px) {
  h1 {
    font: 78px philosopherbold, sans-serif;
    padding-top: 15px;
  }
}
.bbut {
  width: 190px;
  display: inline-block;
  outline: none;
  cursor: pointer;
  margin: 20px 0 10px;
  padding: 10px;
  border-radius: 25px;
  border: none;
  background: #fef200;
  background: -webkit-gradient(linear, left top, left bottom, from(#aba300), color-stop(10%, #fff200), color-stop(90%, #fff200), to(#aba300));
  background: linear-gradient(#aba300, #fff200 10%, #fff200 90%, #aba300);
  -webkit-box-shadow: 0px 1px 15px -1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 15px -1px rgba(0, 0, 0, 0.75);
  color: #016b2b;
  text-align: center;
  font: 22px open_sansextrabold, sans-serif;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.1;
  text-decoration: none;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.bbut:active {
  background: #ffde2f;
  background: -webkit-gradient(linear, left top, left bottom, from(#a9931f), color-stop(10%, #ffde2f), color-stop(90%, #ffde2f), to(#a9931f));
  background: linear-gradient(#a9931f, #ffde2f 10%, #ffde2f 90%, #a9931f);
  -webkit-box-shadow: 0px 1px 15px -1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 15px -1px rgba(0, 0, 0, 0.75);
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .bbut {
    width: 250px;
    margin: 15px 0 20px;
    font: 28px open_sansextrabold, sans-serif;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 769px) and (max-width: 980px) {
  .bbut {
    width: 290px;
    margin: 40px 0 20px;
    font: 35px open_sansextrabold, sans-serif;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1200px) {
  .bbut {
    width: 320px;
    margin: 35px 0 30px;
    font: 39px open_sansextrabold, sans-serif;
    line-height: 1.1;
    padding: 10px;
  }
}
@media only screen and (min-width: 1201px) {
  .bbut {
    width: 370px;
    margin: 100px 0 80px;
    font: 45px open_sansextrabold, sans-serif;
    line-height: 1.1;
    padding: 20px 10px;
  }
}
h2 {
  color: #016b2b;
  font: 30px philosopherbold, sans-serif;
  text-align: center;
  padding: 50px 0 30px;
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  h2 {
    font: 37px philosopherbold, sans-serif;
  }
}
@media only screen and (min-width: 769px) and (max-width: 980px) {
  h2 {
    font: 42px philosopherbold, sans-serif;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1200px) {
  h2 {
    font: 50px philosopherbold, sans-serif;
  }
}
@media only screen and (min-width: 1201px) {
  h2 {
    font: 50px philosopherbold, sans-serif;
  }
}
@media only screen and (max-width: 480px) {
  h2 {
    padding: 30px 0 20px;
  }
}
h3 {
  color: #651c09;
  font: 18px philosopherbold, sans-serif;
  text-align: center;
  padding: 50px 0 20px;
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  h3 {
    font: 28px philosopherbold, sans-serif;
  }
}
@media only screen and (min-width: 769px) and (max-width: 980px) {
  h3 {
    font: 24px philosopherbold, sans-serif;
    text-align: left;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1200px) {
  h3 {
    font: 28px philosopherbold, sans-serif;
    text-align: left;
  }
}
@media only screen and (min-width: 1201px) {
  h3 {
    font: 35px philosopherbold, sans-serif;
    text-align: left;
  }
}
.pluses {
  background: #fff;
  -webkit-box-shadow: 2px 1px 20px -1px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 1px 20px -1px rgba(0, 0, 0, 0.75);
  overflow: hidden;
}
.pluses h2 {
  display: none;
}
@media only screen and (max-width: 480px) {
  .pluses .col-1-3 {
    float: left;
    width: 130px;
    margin: 10px;
  }
}
.pluses .wrapper {
  padding: 30px 0 20px;
}
@media only screen and (min-width: 769px) and (max-width: 980px) {
  .pluses .wrapper {
    padding: 40px 0 20px;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1200px) {
  .pluses .wrapper {
    padding: 50px 0 20px;
  }
}
@media only screen and (min-width: 1201px) {
  .pluses .wrapper {
    padding: 50px 0 20px;
  }
}

.pluses__box {
  text-align: center;
  height: 190px;
}
.pluses__box p {
  color: #016b2b;
  font: 16px open_sanssemibold, sans-serif;
  padding-top: 10px;
}

.why h2 {
  color: #651c09;
  padding: 50px 0 20px;
}

.why .wrapper {
  position: relative;
}

@media only screen and (max-width: 480px) {
  .why__box .col-1-2 {
    float: none;
    margin: 10px;
    width: 95%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .why__box .col-1-2 {
    float: none;
    margin: 10px;
    width: 95%;
  }
}
.why__text {
  padding: 0 10px;
}

.why__text p {
  color: #000000;
  font: 14px open_sansregular, sans-serif;
  line-height: 1.5;
  text-align: left;
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .why__text {
    padding-top: 10px;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1200px) {
  .why__text {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 1201px) {
  .why__text {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .why__shema {
    margin-left: 100px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 980px) {
  .why__shema {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1200px) {
  .why__shema {
    position: absolute;
    top: 365px;
    left: 670px;
  }
}
@media only screen and (min-width: 1201px) {
  .why__shema {
    position: absolute;
    top: 350px;
    left: 610px;
  }
}
.why__accordeon {
  width: 50%;
  float: right;
}

.why__accordeon .why__accordeon__title {
  height: 39px;
  margin-bottom: 5px;
  background: #e6e7e9;
  color: #000000;
  font: 14px open_sanssemibold, sans-serif;
  line-height: 39px;
  text-transform: uppercase;
  cursor: pointer;
}

.why__accordeon .why__accordeon__title span {
  display: inline-block;
  margin-right: 13px;
  width: 38px;
  border-right: 2px solid #fff;
  text-align: center;
}

.why__accordeon .why__accordeon__title-active {
  background: #fef200;
  color: #000000;
}

.why__accordeon .why__accordeon__title-active span {
  border-right: 1px solid #fff;
}

.why__accordeon .why__accordeon__text {
  display: none;
  margin: 10px 0 20px;
  padding: 0 10px 0 43px;
  color: #000000;
  font: 13px open_sanssemibold, sans-serif;
  line-height: 1.5;
}

@media only screen and (max-width: 480px) {
  .why__accordeon {
    width: 100%;
    float: none;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .why__accordeon {
    width: 100%;
    float: none;
  }
}
.why__protection {
  text-align: left;
}

.why__protection ul {
  list-style: none;
  padding-top: 10px;
}

.why__protection li {
  font: 13px open_sanssemibold, sans-serif;
  padding-left: 5px;
}

.why__protection img {
  width: 391px;
  height: auto;
}

@media only screen and (max-width: 480px) {
  .why__protection {
    text-align: center;
    padding-left: 0;
  }
  .why__protection img {
    width: 271px;
  }
  .col-1-2 {
    float: none;
    margin: 10px;
    width: 95%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .why__protection {
    text-align: center;
    padding-left: 0;
  }
  .col-1-2 {
    float: none;
    margin: 10px;
    width: 95%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 980px) {
  .why__protection img {
    width: 271px;
  }
}
.facing {
  margin: 50px 0 0;
  padding: 10px 0 50px;
  background: #e6e7e9;
  background: url(../img/bg_gray.jpg) repeat;
  text-align: center;
}
.facing p {
  text-align: left;
  padding: 0;
}
.facing h4 {
  padding-top: 30px;
  font: 20px philosopherbold, sans-serif;
  color: #000000;
}

.facing__subitle {
  text-align: center;
  font: 16px open_sanssemibold, sans-serif;
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .facing {
    margin: 70px 0;
  }
  .facing h2 {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1200px) {
  .facing {
    margin: 70px 0;
  }
  .facing h2 {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 1201px) {
  .facing {
    margin: 100px 0;
  }
  .facing h2 {
    padding: 80px 0;
  }
}
.facing__exampl {
  padding-top: 50px;
}

@media only screen and (max-width: 480px) {
  .facing__exampl .col-1-2, .facing__shema .col-1-2 {
    float: none;
    margin: 10px;
    padding: 15px;
    width: 100%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .facing__exampl .col-1-2, .facing__shema .col-1-2 {
    float: none;
    margin: 10px;
    padding: 15px;
    width: 100%;
  }
}
@media only screen and (min-width: 1201px) {
  .facing__exampl p {
    padding: 0 55px;
  }
}
.facing__exampl img {
  width: 280px;
  height: auto;
  max-width: 100%;
  padding-bottom: 20px;
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .facing__exampl img {
    width: 440px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 980px) {
  .facing__exampl img {
    width: 350px;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1200px) {
  .facing__exampl img {
    width: 460px;
  }
}
@media only screen and (min-width: 1201px) {
  .facing__exampl img {
    width: 470px;
  }
}
.facing__shema img {
  width: 280px;
  height: auto;
  max-width: 100%;
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .facing__shema img {
    width: 360px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 980px) {
  .facing__shema img {
    width: 330px;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1200px) {
  .facing__shema img {
    width: 360px;
  }
}
@media only screen and (min-width: 1201px) {
  .facing__shema img {
    width: 400px;
  }
}
.ancor {
  display: block;
  margin: 0 auto;
}

.action__ancor {
  width: 140px;
  height: 121px;
  cursor: pointer;
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .action__ancor {
    width: 100px;
    height: 86px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .action__ancor {
    width: 95px;
    height: 82px;
  }
}
@media only screen and (max-width: 480px) {
  .action__ancor {
    width: 80px;
    height: 69px;
  }
}
.actflip {
  margin: 0 auto;
  width: 400px;
}

.action1 h2 {
  color: #3d72e0;
}
.action1 p {
  margin-bottom: 30px;
}
.action1 p span {
  font: 20px open_sanssemibold, sans-serif;
}

.action1, .action2 {
  margin: 10px 0;
}
.action1 a, .action2 a {
  color: #651c09;
  text-transform: uppercase;
  font: 16px open_sanssemibold, sans-serif;
}
.action1 a:hover, .action2 a:hover {
  color: #016b2b;
}
.action1 a:active, .action2 a:active {
  color: #651c09;
}
.action1 p, .action2 p {
  text-align: center;
}

.action2 {
  text-align: center;
}
.action2 h2 {
  color: red;
}
.action2 p span {
  color: red;
}

.action__text p {
  font: 13px open_sansregular, sans-serif;
  text-align: center;
  padding: 20px;
}
.action__text p span {
  font: 16px philosopherbold, sans-serif;
}

@media only screen and (max-width: 480px) {
  .action__el1 {
    float: none;
    margin: 0 auto;
  }
  .action__el2 {
    display: none;
  }
  .action1 .wrapper, .action2 .wrapper {
    width: 280px;
  }
  .actflip {
    width: 180px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 980px) {
  .action__el1, .action__el2 {
    width: 155px;
  }
  .actflip {
    width: 360px;
  }
  .act img {
    height: 272px;
    margin-bottom: 30px;
  }
  .action__el1 img, .action__el2 img {
    width: 160px;
  }
}
.action__slider {
  margin: 50px 0;
}
.action__slider p {
  font: 11px open_sanssemibold, sans-serif;
  text-align: center;
}
.action__slider p span {
  color: #000000;
  font: 9px open_sansregular, sans-serif;
}
.action__slider img {
  margin: 0 auto;
}
.action__slider .normalprice {
  margin: -10px;
}
.action__slider .normalprice p {
  font: 11px open_sanssemibold, sans-serif;
  color: #000000;
}
.action__slider .actionprice {
  margin: -10px;
}
.action__slider .actionprice p {
  font: 11px open_sanssemibold, sans-serif;
  color: #000000;
}
.action__slider .actionprice p span {
  color: red;
  font: 10px open_sansextrabold, sans-serif;
}

.action__exampl {
  padding-top: 50px;
}

@media only screen and (max-width: 480px) {
  .action__exampl .col-1-2 {
    float: none;
    margin: 10px;
    padding: 15px;
    width: 100%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .action__exampl .col-1-2 {
    float: none;
    margin: 10px;
    padding: 15px;
    width: 100%;
  }
}
.action__exampl img {
  width: 280px;
  height: auto;
  max-width: 100%;
  padding-bottom: 20px;
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .action__exampl img {
    width: 440px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 980px) {
  .action__exampl img {
    width: 350px;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1200px) {
  .action__exampl img {
    width: 460px;
  }
}
@media only screen and (min-width: 1201px) {
  .action__exampl img {
    width: 470px;
  }
}
.colors {
  padding: 10px 0;
}
.colors h2 {
  color: #651c09;
}
.colors p {
  padding: 10px 0;
}

@media only screen and (max-width: 480px) {
  .colors .col-1-2 {
    float: none;
    width: 280px;
  }
}
.colors__slider {
  margin: 50px 15px 0;
}
.colors__slider p {
  font: 12px open_sansregular, sans-serif;
  text-align: center;
}
.colors__slider img {
  margin: 0 auto;
}

.prtech__slider {
  margin: 50px 15px 0;
}
.prtech__slider p {
  font: 12px open_sansregular, sans-serif;
  text-align: center;
}
.prtech__slider p span {
  font: 9px open_sansregular, sans-serif;
}
.prtech__slider img {
  margin: 0 auto;
}

.colors__text {
  margin: 50px 0 30px;
}
.colors__text p span {
  font: 12px open_sansextrabold, sans-serif;
  text-transform: uppercase;
}

.design {
  margin: 70px 0 50px;
  padding: 10px 0 40px;
  background: #016b2b;
  background: url(../img/bg_green.jpg) repeat;
  text-align: center;
}
.design h2 {
  color: #fff;
}
.design p {
  color: #fff;
  padding: 30px 20px;
  text-align: center;
}

@media only screen and (min-width: 1201px) {
  .design p {
    padding: 30px 100px;
  }
}
.design__zabor {
  float: left;
  margin: 20px 10px;
  text-align: center;
}
.design__zabor div {
  padding: 10px 0;
}
.design__zabor p {
  display: inline-block;
  background: #fef200;
  color: #016b2b;
  padding: 0 3px;
}

@media only screen and (max-width: 480px) {
  .design__zabor img {
    width: 279px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .design__zabor img {
    width: 219px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 980px) {
  .design__zabor img {
    width: 233px;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1200px) {
  .design__zabor img {
    width: 305px;
  }
}
@media only screen and (min-width: 1201px) {
  .design__zabor img {
    width: 320px;
    margin: 0 29px;
  }
}
.download p {
  text-align: center;
  padding: 10px 0;
}
.download a {
  color: #000000;
  padding: 5px 0 10px;
}
.download a:hover {
  color: #016b2b;
}
.download a:active {
  color: #fef200;
}

.prices {
  margin: 10px 0;
}
.prices .prices__about {
  text-align: center;
}

h3 {
  color: #016b2b;
  text-align: center;
}

h5 {
  margin-top: 20px;
  padding-right: 10px;
  text-align: center;
  color: #016b2b;
  font: 15px open_sanssemibold, sans-serif;
}
h5 span {
  font: 20px open_sanssemibold, sans-serif;
}

h6 {
  text-align: center;
  color: #016b2b;
  font: 10px open_sanssemibold, sans-serif;
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .prices__section img, .prices__about img {
    width: 400px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 980px) {
  .prices__section img, .prices__about img {
    width: 350px;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1200px) {
  .prices__section img, .prices__about img {
    width: 450px;
  }
}
@media only screen and (min-width: 1201px) {
  .prices__section img, .prices__about img {
    width: 480px;
  }
}
@media only screen and (min-width: 1201px) {
  .prices__about .col-1-2 p {
    padding: 0 110px;
  }
}
@media only screen and (max-width: 480px) {
  .prices .col-1-2 {
    float: none;
    margin: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .prices .col-1-2 {
    float: none;
    margin: 0;
    width: 100%;
  }
}
.prices .bbut {
  margin: 20px 0;
}

@media only screen and (min-width: 981px) and (max-width: 1200px) {
  .bbut {
    padding: 15px 10px;
  }
}
@media only screen and (min-width: 1201px) {
  .bbut {
    padding: 20px 10px;
  }
}
.prices__list {
  margin: 40px 0;
  text-align: left;
}

.prices__list table {
  margin: 0 auto;
  border-top: 1px solid #000000;
  font: 12px open_sansregular, sans-serif;
  line-height: 25px;
  color: #000000;
}
.prices__list table .prices__prices {
  color: #016b2b;
  font: 15px philosopherbold, sans-serif;
  padding-left: 10px;
}
.prices__list table .prices__prices__action {
  color: red;
  font: 14px philosopherbold, sans-serif;
  padding-left: 10px;
  /*  &:after { content: " /акция/"; } */
}
.prices__list table .prices__prices__action span {
  color: #016b2b;
  text-decoration: line-through;
}

.price__table {
  margin: 50px 0;
}
.price__table table {
  table-layout: auto;
  display: table;
  width: 100%;
  align: center;
  border-collapse: none;
  border-spacing: 1px;
}
.price__table th {
  height: 30px;
  font: 13px open_sanssemibold, sans-serif;
  color: #fff;
  background-color: #016b2b;
}
.price__table tr:nth-child(even) {
  background-color: #f2f2f2;
}
.price__table td {
  height: 50px;
  border-bottom: 1px solid #016b2b;
  text-align: center;
  border-spacing: 2px;
  font: 12px open_sansregular, sans-serif;
}
.price__table td span {
  font: 13px open_sanssemibold, sans-serif;
}
.price__table td:first-child {
  padding: 0 5px;
  text-align: left;
}

.prices__section {
  padding: 20px 0;
  text-align: center;
}
.prices__section p {
  text-align: left;
  padding-left: 30px;
  font: 14px open_sansregular, sans-serif;
}
.prices__section p span {
  color: #016b2b;
  font: 18px philosopherbold, sans-serif;
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .prices__section p {
    padding-left: 111px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 980px) {
  .prices__section p {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1200px) {
  .prices__section p {
    padding-left: 100px;
  }
}
@media only screen and (min-width: 1201px) {
  .prices__section p {
    padding-left: 150px;
  }
}
.prices__section__tit {
  padding: 20px 0;
}
.prices__section__tit h3 {
  text-align: center;
  color: #016b2b;
  padding: 0;
}
.prices__section__tit p {
  text-align: center;
  font: 14px open_sansregular, sans-serif;
}

.prices__text p {
  text-align: center;
  font: 14px open_sanssemibold, sans-serif;
  color: #000000;
  padding: 0 20px 10px;
}
.prices__text p span {
  font: 18px open_sanssemibold, sans-serif;
  color: red;
}

@media only screen and (min-width: 1201px) {
  .prices__text p {
    padding: 0 0 100px;
  }
}
.prices__action {
  padding-top: 50px;
}
.prices__action h5 {
  font: 50px philosopherbold, sans-serif;
  text-transform: uppercase;
  color: red;
  padding-bottom: 10px;
}
.prices__action p {
  text-align: center;
  color: #000000;
  font: 13px open_sanssemibold, sans-serif;
}
.prices__action span {
  font: 15px open_sansextrabold, sans-serif;
}

.act p {
  text-align: center;
  font: 40px open_sansextrabold, sans-serif;
  line-height: 70%;
  text-transform: uppercase;
  color: red;
}
.act span {
  text-align: center;
  font: 12px open_sanssemibold, sans-serif;
  text-transform: none;
  color: #000000;
}

.works {
  padding: 10px 0 40px;
}
.works h2 {
  color: #651c09;
}

.works .bbut {
  margin: 0;
}

.works__plitka {
  width: 100%;
}

.works__pic, .lagi__pic {
  float: left;
  margin: 10px;
  padding: 0;
  width: 280px;
  height: 259px;
  overflow: hidden;
}

.works__pic img {
  margin: 0;
  padding: 0;
  height: auto;
}
.works__pic img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.works__pic img .lagi__pic img {
  margin: 0;
  padding: 0;
  height: auto;
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .works__pic, .lagi__pic {
    width: 210px;
    height: 194px;
  }
  .works__pic img, .lagi__pic img {
    max-width: 210px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 980px) {
  .works__pic, .lagi__pic {
    width: 350px;
    height: 324px;
  }
  .works__pic img, .lagi__pic img {
    max-width: 350px;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1200px) {
  .works__pic, .lagi__pic {
    width: 300px;
    height: 277px;
  }
  .works__pic img, .lagi__pic img {
    max-width: 300px;
  }
}
@media only screen and (min-width: 1201px) {
  .works__pic, .lagi__pic {
    width: 370px;
    height: 342px;
  }
  .works__pic img, .lagi__pic img {
    max-width: 370px;
  }
}
.responds {
  margin: 70px 0 50px;
  padding: 10px 0 40px;
  background: #651c09;
  background: url(../img/bg_red.jpg) repeat;
  text-align: center;
}
.responds h2 {
  color: #fff;
}
.responds p {
  color: #fff;
  text-align: center;
  font: 14px open_sansregular, sans-serif;
}
.responds a {
  font: 12px open_sansregular, sans-serif;
  color: #fff;
  text-transform: uppercase;
}
.responds a:hover {
  color: #fef200;
}
.responds .wrapper {
  padding: 0 0 40px;
}

.responds__slider {
  margin: 0 20px 30px;
}

.responds__box {
  position: relative;
  padding: 0 5px;
}

p.responds__name, p.responds__name4 {
  font: 20px open_sansregular, sans-serif;
  padding-bottom: 40px;
}

p.responds__city, p.responds__city4 {
  font: 20px open_sansregular, sans-serif;
  padding-bottom: 40px;
}

p.responds__name:after {
  content: url(../img/stars.png);
  position: absolute;
  top: 37px;
  left: 65px;
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  p.responds__name:after {
    content: url(../img/stars.png);
    position: absolute;
    left: 55px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 980px) {
  p.responds__name:after {
    content: url(../img/stars.png);
    position: absolute;
    left: 62px;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1200px) {
  p.responds__name:after {
    content: url(../img/stars.png);
    position: absolute;
    left: 103px;
  }
}
@media only screen and (min-width: 1201px) {
  p.responds__name:after {
    content: url(../img/stars.png);
    position: absolute;
    left: 135px;
  }
}
p.responds__name4:after {
  content: url(../img/stars4.png);
  position: absolute;
  top: 37px;
  left: 65px;
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  p.responds__name:after {
    content: url(../img/stars4.png);
    position: absolute;
    left: 55px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 980px) {
  p.responds__name4:after {
    content: url(../img/stars4.png);
    position: absolute;
    left: 62px;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1200px) {
  p.responds__name4:after {
    content: url(../img/stars4.png);
    position: absolute;
    left: 103px;
  }
}
@media only screen and (min-width: 1201px) {
  p.responds__name4:after {
    content: url(../img/stars4.png);
    position: absolute;
    left: 135px;
  }
}
.stars-ratings {
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.stars-icon {
  width: 33px;
  height: 23px;
  background-position: 50% 50%;
  background-image: url("../img/star-a-min.png");
  cursor: pointer;
}

.stars-icon--active {
  background-image: url("../img/star-e-min.png");
}

.winreview__form {
  text-align: left;
}

.winreview__form h5 {
  font: 15px open_sanssemibold, sans-serif;
  color: color_green;
  text-align: center;
}

.winreview__form table {
  padding: 8px;
}

.winreview__form td {
  padding: 2px;
  padding-top: 7px;
  text-align: left;
  font: 13px open_sanssemibold, sans-serif;
}

.winreview__form td input {
  width: 190px;
  text-align: left;
}

.winreview__form textarea {
  width: 90%;
  margin: 0;
}

.zakaz__small {
  font: 9px open_sansregular, sans-serif;
  color: gray;
  margin-bottom: 20px;
}

.review_but {
  font: 25px open_sansextrabold, sans-serif;
  width: 190px;
  padding: 10px;
  margin: 20px 0 30px;
}

.worksocial a {
  text-decoration: none;
}
.worksocial p {
  margin-bottom: 10px;
}
.worksocial svg {
  margin: 5px 5px 40px;
  fill: #016b2b;
}
.worksocial svg:hover {
  fill: #fef200;
}

.manufact {
  padding: 10px 0 40px;
}

@media only screen and (max-width: 480px) {
  .manufact .col-1-2 {
    float: none;
    margin: 10px;
    width: 95%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .manufact .col-1-2 {
    float: none;
    margin: 10px;
    width: 95%;
  }
}
.manufact__text p {
  font: 13px open_sanssemibold, sans-serif;
  padding-bottom: 20px;
}

.manufact__text a {
  color: #016b2b;
}
.manufact__text a:visited {
  color: #016b2b;
}
.manufact__text a:hover {
  color: #fef200;
}
.manufact__text a:active {
  color: #651c09;
}

.sklad {
  margin: 70px 0 50px;
  padding: 10px 0 40px;
  background: #016b2b;
  background: url(../img/bg_green.jpg) repeat;
}
.sklad h2 {
  color: #fff;
}

@media only screen and (max-width: 480px) {
  .sklad .col-1-2 {
    float: none;
    margin: 10px;
    width: 95%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .sklad .col-1-2 {
    float: none;
    margin: 10px;
    width: 95%;
  }
}
.sklad__text p {
  color: #fff;
  padding: 0 0 30px;
  text-align: left;
}

.dillers {
  padding: 10px 0 60px;
}
.dillers h4 {
  text-align: left;
  padding: 40px 0 10px;
  font: 18px open_sansextrabold, sans-serif;
}
.dillers p {
  text-align: left;
  padding: 10px 50px 10px 0;
  font: 14px open_sansregular, sans-serif;
}
.dillers p span {
  font: 14px open_sanssemibold, sans-serif;
}
.dillers a {
  text-decoration: none;
  color: #000000;
  background-color: #fef200;
}
.dillers a:visited {
  color: #000000;
}
.dillers a:hover {
  color: #016b2b;
}
.dillers a:active {
  color: #651c09;
}

@media only screen and (max-width: 480px) {
  .dillers p {
    padding: 5px 10px;
  }
  .dillers h4 {
    text-align: center;
    font: 16px open_sansextrabold, sans-serif;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .dillers p {
    padding: 10px;
  }
  .dillers h4 {
    text-align: center;
  }
}
@media only screen and (min-width: 769px) and (max-width: 980px) {
  .dillers p {
    padding: 10px;
  }
}
.delivery {
  padding: 10px 0;
}
.delivery .wrapper {
  margin: 0 auto;
  text-align: center;
}
.delivery .wrapper p {
  font: 13px open_sansregular, sans-serif;
}
.delivery .wrapper p span {
  font: 13px open_sanssemibold, sans-serif;
}
.delivery .wrapper h2 {
  color: #651c09;
  text-align: center;
}
.delivery .wrapper h4 {
  font: 14px open_sanssemibold, sans-serif;
  padding: 10px 0 30px;
}
.delivery .wrapper .col-1-2 p {
  text-align: left;
  font: 13px open_sansregular, sans-serif;
  padding-right: 20px;
}
.delivery .wrapper .col-1-2 p span {
  font: 13px open_sanssemibold, sans-serif;
}
.delivery .wrapper .col-1-2 ul {
  text-align: left;
}
.delivery .wrapper .col-1-2 li {
  font: 13px open_sansregular, sans-serif;
}
.delivery .wrapper .delivery__block {
  text-align: center;
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .delivery .wrapper h4 {
    font: 16px open_sanssemibold, sans-serif;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1200px) {
  .delivery .wrapper h4 {
    font: 16px open_sanssemibold, sans-serif;
  }
}
@media only screen and (min-width: 1201px) {
  .delivery .wrapper h4 {
    font: 16px open_sanssemibold, sans-serif;
  }
}
footer {
  padding: 10px 0 40px;
  background: #016b2b;
  background: url(../img/bg_green.jpg) repeat;
  text-align: center;
}
footer h2 {
  color: #fff;
}
footer p {
  font: 14px open_sansregular, sans-serif;
  color: #fff;
  padding: 5px 0;
  text-align: left;
}
footer a {
  color: #fff;
}
footer a:active {
  color: #fef200;
}
footer a:visited {
  color: #fff;
}
footer a:hover {
  color: #fff;
}
@media only screen and (max-width: 480px) {
  footer p {
    text-align: center;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  footer p {
    text-align: center;
  }
}
footer .adress_city {
  padding-top: 20px;
  color: #fef200;
  text-transform: uppercase;
}
footer .ri1, footer .ri2 {
  display: inline-block;
}
footer .ri1 {
  float: right;
  padding-right: 40px;
}
footer .ri2 {
  float: left;
  padding-left: 40px;
}
@media only screen and (max-width: 480px) {
  footer .ri1, footer .ri2 {
    float: none;
    padding: 0;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  footer .ri1, footer .ri2 {
    float: none;
    padding: 0;
  }
}
footer .social svg {
  margin-top: 10px;
  margin-right: 10px;
  fill: white;
}
footer .social svg:hover {
  fill: #fef200;
}

.win__overlay,
.wincalcul__overlay,
.wincall__overlay,
.winzakaz__overlay {
  display: none;
  text-align: center;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.7);
}

.win__overlay::before,
.wincalcul__overlay::before,
.wincall__overlay::before,
.winzakaz__ overlay::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.wincall, .winzakaz {
  width: 260px;
  text-align: center;
}

#winzakaz_form .win__input {
  width: 230px;
}

#winzakaz_form .bbut {
  margin-top: 7px;
}

#wincall_form .win__input {
  width: 210px;
  outline: none;
  margin: 3px 0;
  padding: 3px;
}

#wincall_form .win__input p {
  font: 31px open_sanssemibold, sans-serif;
  margin-bottom: 10px;
}

#wincalcul_form .win__input, #winzakaz_form .win__input {
  outline: none;
  margin: 4px 0;
  padding: 3px;
}

#wincalcul_l, #wincalcul_h, #wincalcul_x {
  width: 230px;
}

.win,
.wincalcul,
.wincall,
.winzakaz {
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 2000;
}

.win__top {
  margin: 0 0 10px;
  padding: 5px;
  position: relative;
  background: #016b2b;
}

.win__top h5 {
  color: #fff;
  font: 18px philosopherbold, sans-serif;
}

.win__close,
.wincalcul__close,
.wincall__close,
.winzakaz__close {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  color: #fff;
}

.win__box,
.win__datas,
.wincalcul__box,
.wincalcul__rez,
.wincall__box {
  margin: 0 auto;
  padding: 3px 15px 0;
  color: #000000;
  text-align: left;
}

.win__box select,
.win__datas select,
.wincalcul__box select,
.wincalcul__rez select,
.wincall__box select {
  width: 147px;
}

.win__box label,
.win__datas label,
.wincalcul__box label,
.wincalcul__rez label,
.wincall__box label {
  font: 12px open_sansregular, sans-serif;
  text-transform: none;
}

.win__box .redact,
.win__datas .redact,
.wincalcul__box .redact,
.wincalcul__rez .redact,
.wincall__box .redact {
  color: red;
}

.win__box .bbut,
.win__datas .bbut,
.wincalcul__box .bbut,
.wincalcul__rez .bbut,
.wincall__box .bbut {
  width: 200px;
  height: 40px;
  margin: 5px auto;
  margin-bottom: 15px;
  border-radius: 15px;
  padding: 5px;
  font-size: 16px;
  line-height: 20px;
}

.wincalcul__box .bbut {
  width: 140px;
}

.wincalcul__box p {
  font: 11px open_sanssemibold, sans-serif;
  margin-bottom: 10px;
}

.wincalcul__box p span {
  color: gray;
  font: 9px open_sansregular, sans-serif;
}

.wincalcul__rez {
  margin-bottom: 10px;
}

.wincalcul__rez .bbut {
  width: 160px;
  margin-bottom: 4px;
}

.wincalcul__rez p {
  font: 11px open_sanssemibold, sans-serif;
  margin-bottom: 5px;
}

.wincalcul__rez p span {
  color: #016b2b;
  font: 11px open_sansextrabold, sans-serif;
}

.wincall__box {
  text-align: center;
}

.wincall__box .bbut {
  margin: 10px;
}

.wincall__box p {
  font: 11px open_sansregular, sans-serif;
  padding: 10px;
}

.win__datas p {
  text-align: center;
  font: 11px open_sansregular, sans-serif;
  padding: 5px 0 10px;
}

.office {
  float: none;
  margin-left: 10px;
}

body {
  font: 13px open_sanssemibold, sans-serif;
  line-height: 1.5;
}
body a {
  text-decoration: none;
}

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

.center {
  margin: 0 auto;
  text-align: center;
}

.hidden {
  opacity: 0;
}

.visible {
  opacity: 1;
}