@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;
}

.color-box {
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin: 0 4px;
  border-radius: 2px;
}

.ral7016 {
  background: #42474C;
}

.ral8019 {
  background: #5A463C;
}

@font-face {
  font-family: "robotoregular";
  src: url("../fonts/roboto-regular-webfont.eot");
  src: url("../fonts/roboto-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-regular-webfont.woff2") format("woff2"), url("../fonts/roboto-regular-webfont.woff") format("woff"), url("../fonts/roboto-regular-webfont.ttf") format("truetype"), url("../fonts/roboto-regular-webfont.svg#robotoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotoblack";
  src: url("../fonts/roboto-black-webfont.eot");
  src: url("../fonts/roboto-black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-black-webfont.woff2") format("woff2"), url("../fonts/roboto-black-webfont.woff") format("woff"), url("../fonts/roboto-black-webfont.ttf") format("truetype"), url("../fonts/roboto-black-webfont.svg#robotoblack") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotobold";
  src: url("../fonts/roboto-bold-webfont.eot");
  src: url("../fonts/roboto-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-bold-webfont.woff2") format("woff2"), url("../fonts/roboto-bold-webfont.woff") format("woff"), url("../fonts/roboto-bold-webfont.ttf") format("truetype"), url("../fonts/roboto-bold-webfont.svg#robotobold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "roboto_condensedbold";
  src: url("../fonts/robotocondensed-bold-webfont.eot");
  src: url("../fonts/robotocondensed-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/robotocondensed-bold-webfont.woff2") format("woff2"), url("../fonts/robotocondensed-bold-webfont.woff") format("woff"), url("../fonts/robotocondensed-bold-webfont.ttf") format("truetype"), url("../fonts/robotocondensed-bold-webfont.svg#roboto_condensedbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotoitalic";
  src: url("../fonts/roboto-italic-webfont.eot");
  src: url("../fonts/roboto-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-italic-webfont.woff2") format("woff2"), url("../fonts/roboto-italic-webfont.woff") format("woff"), url("../fonts/roboto-italic-webfont.ttf") format("truetype"), url("../fonts/roboto-italic-webfont.svg#robotoitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotomedium_italic";
  src: url("../fonts/roboto-mediumitalic-webfont.eot");
  src: url("../fonts/roboto-mediumitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-mediumitalic-webfont.woff2") format("woff2"), url("../fonts/roboto-mediumitalic-webfont.woff") format("woff"), url("../fonts/roboto-mediumitalic-webfont.ttf") format("truetype"), url("../fonts/roboto-mediumitalic-webfont.svg#robotomedium_italic") 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: #53565d;
  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 robotoregular, 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 robotoregular, 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;
  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;
  }
}
/* calculator*/
.calc__but {
  margin: 30px auto;
  padding: 3px 15px;
  border-radius: 8px;
  border: none;
  background-color: #610534;
  color: white;
  font: 20px roboto_condensedbold, sans-serif;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.calc__but:hover {
  background-color: #35476f;
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .calc__but {
    font: 25px roboto_condensedbold, sans-serif;
  }
}
@media only screen and (min-width: 769px) and (max-width: 980px) {
  .calc__but {
    font: 27px roboto_condensedbold, sans-serif;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1200px) {
  .calc__but {
    font: 30px roboto_condensedbold, sans-serif;
  }
}
@media only screen and (min-width: 1201px) {
  .calc__but {
    margin: 50px auto;
    font: 35px roboto_condensedbold, sans-serif;
  }
}
.wincalc__box {
  width: 300px;
  margin: 0 auto;
  padding: 0 15px;
}
.wincalc__box p {
  text-align: left;
  font: 14px robotoregular, sans-serif;
  line-height: 1.5;
}
.wincalc__box p span {
  font: 13px robotoblack, sans-serif;
}
.wincalc__box h3 {
  text-align: left;
  color: #35476f;
  font: 15px roboto_condensedbold, sans-serif;
  margin-top: 15px;
  padding: 0;
}
.wincalc__box table {
  width: 100%;
}
.wincalc__box table td {
  width: 50%;
  padding-left: 5px;
}
.wincalc__box .select {
  outline: none;
  margin: 5px 0;
  padding: 3px;
  width: 105px;
}
.wincalc__box .input {
  width: 105px;
}
.wincalc__box .checkbox {
  vertical-align: middle;
}
.wincalc__box .calc__but {
  margin: 15px auto 25px;
  font: 22px roboto_condensedbold, sans-serif;
}
.wincalc__box .calc__last {
  margin-bottom: 20px;
}
.wincalc__box .calc__last .calc__but {
  margin: 5px auto;
}

.calc__rez {
  margin: 15px auto;
  color: #610534;
}
.calc__rez p {
  font: 20px roboto_condensedbold, sans-serif;
}
.calc__rez p span {
  font: 30px roboto_condensedbold, sans-serif;
}

.mob_but {
  display: none;
}

.headermain {
  margin-top: 66px;
}
.headermain__but {
  display: inline-block;
  margin-top: 15px;
  padding: 3px 10px;
  border-radius: 8px;
  border: none;
  background-color: #610534;
  color: white;
  font: 25px roboto_condensedbold, sans-serif;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  -webkit-transition-duration: 0.4;
  transition-duration: 0.4;
}
.headermain__but:hover {
  background-color: #35476f;
}
.headermain__left {
  float: left;
  padding-left: 20px;
  width: 200px;
}
.headermain__left a {
  color: #610534;
  font: 13px robotoregular, sans-serif;
  text-decoration: none;
}
.headermain__left a span {
  font: 13px robotobold, sans-serif;
}
.headermain__left a:hover {
  color: gray;
}
.headermain__left a:active {
  color: #ffe06b;
}
.headermain__left li {
  margin-top: 12px;
}
.headermain__right {
  padding-left: 220px;
  padding-right: 20px;
}
.headermain__right a {
  text-decoration: none;
}

.slwrapper {
  border: 1px solid transparent;
  height: 400px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.sl1_ukr {
  background-image: url(../img/slider/main_ukr_w5-min.jpg);
}

.sl2_ukr {
  background-image: url(../img/slider/der_ukr_w5-min.jpg);
}

.sl3_ukr {
  background-image: url(../img/slider/shy_ukr_w5-min.jpg);
}

.sl4_ukr {
  background-image: url(../img/slider/conserv_ukr_w5-min.jpg);
}

.sl1 {
  background-image: url(../img/slider/main_w5-min.jpg);
}

.sl2 {
  background-image: url(../img/slider/der_w5-min.jpg);
}

.sl3 {
  background-image: url(../img/slider/shy_w5-min.jpg);
}

.sl4 {
  background-image: url(../img/slider/conserv_w5-min.jpg);
}

@media (max-width: 1400px) {
  .sl1_ukr {
    background-image: url(../img/slider/main_ukr_w4-min.jpg);
  }
  .sl2_ukr {
    background-image: url(../img/slider/der_ukr_w4-min.jpg);
  }
  .sl3_ukr {
    background-image: url(../img/slider/shy_ukr_w4-min.jpg);
  }
  .sl4_ukr {
    background-image: url(../img/slider/conserv_ukr_w4-min.jpg);
  }
  .sl1 {
    background-image: url(../img/slider/main_w4-min.jpg);
  }
  .sl2 {
    background-image: url(../img/slider/der_w4-min.jpg);
  }
  .sl3 {
    background-image: url(../img/slider/shy_w4-min.jpg);
  }
  .sl4 {
    background-image: url(../img/slider/conserv_w4-min.jpg);
  }
}
@media only screen and (min-width: 981px) and (max-width: 1200px) {
  .sl1_ukr {
    background-image: url(../img/slider/main_ukr_w3-min.jpg);
  }
  .sl2_ukr {
    background-image: url(../img/slider/der_ukr_w3-min.jpg);
  }
  .sl3_ukr {
    background-image: url(../img/slider/shy_ukr_w3-min.jpg);
  }
  .sl4_ukr {
    background-image: url(../img/slider/conserv_ukr_w3-min.jpg);
  }
  .sl1 {
    background-image: url(../img/slider/main_w3-min.jpg);
  }
  .sl2 {
    background-image: url(../img/slider/der_w3-min.jpg);
  }
  .sl3 {
    background-image: url(../img/slider/shy_w3-min.jpg);
  }
  .sl4 {
    background-image: url(../img/slider/conserv_w3-min.jpg);
  }
}
@media only screen and (min-width: 769px) and (max-width: 980px) {
  .sl1_ukr {
    background-image: url(../img/slider/main_ukr_w2-min.jpg);
  }
  .sl2_ukr {
    background-image: url(../img/slider/der_ukr_w2-min.jpg);
  }
  .sl3_ukr {
    background-image: url(../img/slider/shy_ukr_w2-min.jpg);
  }
  .sl4_ukr {
    background-image: url(../img/slider/conserv_ukr_w2-min.jpg);
  }
  .sl1 {
    background-image: url(../img/slider/main_w2-min.jpg);
  }
  .sl2 {
    background-image: url(../img/slider/der_w2-min.jpg);
  }
  .sl3 {
    background-image: url(../img/slider/shy_w2-min.jpg);
  }
  .sl4 {
    background-image: url(../img/slider/conserv_w2-min.jpg);
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .headermain__left {
    display: none;
  }
  .headermain__right {
    padding-left: 20px;
  }
  .sl1_ukr {
    background-image: url(../img/slider/main_ukr_w2-min.jpg);
  }
  .sl2_ukr {
    background-image: url(../img/slider/der_ukr_w2-min.jpg);
  }
  .sl3_ukr {
    background-image: url(../img/slider/shy_ukr_w2-min.jpg);
  }
  .sl4_ukr {
    background-image: url(../img/slider/conserv_ukr_w2-min.jpg);
  }
  .sl1 {
    background-image: url(../img/slider/main_w2-min.jpg);
  }
  .sl2 {
    background-image: url(../img/slider/der_w2-min.jpg);
  }
  .sl3 {
    background-image: url(../img/slider/shy_w2-min.jpg);
  }
  .sl4 {
    background-image: url(../img/slider/conserv_w2-min.jpg);
  }
  .mob_but {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  .headermain__but {
    margin-bottom: 20px;
    font: 50px roboto_condensedbold, sans-serif;
  }
}
@media only screen and (max-width: 480px) {
  .headermain__left {
    display: none;
  }
  .headermain__right {
    padding-left: 20px;
  }
  .sl1_ukr {
    background-image: url(../img/slider/main_ukr_w1-min.jpg);
  }
  .sl2_ukr {
    background-image: url(../img/slider/der_ukr_w1-min.jpg);
  }
  .sl3_ukr {
    background-image: url(../img/slider/shy_ukr_w1-min.jpg);
  }
  .sl4_ukr {
    background-image: url(../img/slider/conserv_ukr_w1-min.jpg);
  }
  .sl1 {
    background-image: url(../img/slider/main_w1-min.jpg);
  }
  .sl2 {
    background-image: url(../img/slider/der_w1-min.jpg);
  }
  .sl3 {
    background-image: url(../img/slider/shy_w1-min.jpg);
  }
  .sl4 {
    background-image: url(../img/slider/conserv_w1-min.jpg);
  }
  .mob_but {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  .headermain__but {
    margin-bottom: 20px;
  }
}
header h1 {
  display: none;
}

/* top menu */
.war {
  position: fixed;
  top: 20px;
  z-index: 10;
  width: 100%;
  background-color: #0073ae;
  padding: 20px 5px 10px;
}
.war p {
  text-align: center;
  font: 13px robotoregular, sans-serif;
  color: #ffe850;
}

.home {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 120;
}

.lang1, .lang2 {
  position: fixed;
  right: 85px;
  z-index: 200;
  font: 9px robotoregular, sans-serif;
}
.lang1 a, .lang2 a {
  color: #ffe06b;
  text-decoration: none;
}
.lang1 a:hover, .lang2 a:hover {
  color: #fff;
}

.lang1 {
  top: 4px;
}

.lang2 {
  top: 20px;
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .lang1, .lang2 {
    right: 105px;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1200px) {
  .lang1, .lang2 {
    right: 125px;
  }
}
@media only screen and (min-width: 1201px) {
  .lang1, .lang2 {
    right: 130px;
  }
}
.top {
  background: #610534;
  width: 100%;
  height: 35px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.top ul {
  display: table;
  position: relative;
  padding-left: 215px;
}
.top li {
  list-style: none;
  float: left;
}
.top .current {
  display: table-cell;
}
.top a, .top .current a {
  padding: 0 7px;
  text-decoration: none;
  color: #fff;
  font: 12px robotoregular, sans-serif;
  line-height: 35px;
}
.top a:hover, .top .current a:hover {
  color: #ffe06b;
}

@media only screen and (max-width: 480px) {
  .home {
    left: 85px;
  }
  .top li {
    display: none;
    float: none;
    background: #610534;
  }
  .top a {
    display: table-cell;
    padding: 0 20px 0 35px;
  }
  .top ul {
    padding-left: 10px;
  }
  .top ul:before {
    position: absolute;
    top: 8px;
    left: 5px;
    content: url(../img/mobil_menu.svg);
  }
  .top li:hover .top ul:before {
    content: "";
  }
  .top ul:hover li {
    display: block;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .home {
    left: 32%;
  }
  .top li {
    display: none;
    float: none;
    background: #610534;
  }
  .top a {
    display: table-cell;
    padding: 0 20px 0 35px;
  }
  .top ul {
    padding-left: 0;
  }
  .top ul:before {
    position: absolute;
    top: 8px;
    left: 5px;
    content: url(../img/mobil_menu.svg);
  }
  .top li:hover .top ul:before {
    content: "";
  }
  .top ul:hover li {
    display: block;
  }
}
.topcall {
  position: fixed;
  top: 5px;
  right: 10px;
  z-index: 100;
}
.topcall img {
  width: 50px;
  height: 56px;
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .topcall img {
    width: 40px;
    height: 45px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .topcall img {
    width: 30px;
    height: 34px;
  }
}
@media only screen and (max-width: 480px) {
  .topcall img {
    width: 30px;
    height: 34px;
  }
}
/* titles */
h4 {
  color: #35476f;
  text-transform: uppercase;
  font: 21px roboto_condensedbold, sans-serif;
  line-height: 1;
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  h4 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 980px) {
  h4 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1200px) {
  h4 {
    font-size: 37px;
    padding-top: 5px;
  }
}
@media only screen and (min-width: 1201px) {
  h4 {
    font-size: 49px;
    padding-top: 10px;
    padding-left: 10px;
    text-align: left;
  }
}
.fon__but {
  width: 140px;
  display: inline-block;
  margin: 130px 0 20px;
  padding: 3px 0;
  border-radius: 8px;
  border: none;
  background-color: #610534;
  color: white;
  font: 25px roboto_condensedbold, sans-serif;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.fon__but:hover {
  background-color: #35476f;
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .fon__but {
    width: 160px;
    margin: 150px 0 15px;
    font: 30px roboto_condensedbold, sans-serif;
  }
}
@media only screen and (min-width: 769px) and (max-width: 980px) {
  .fon__but {
    width: 170px;
    margin: 165px 0 10px;
    font: 35px roboto_condensedbold, sans-serif;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1200px) {
  .fon__but {
    width: 185px;
    margin: 205px 0 35px;
    font: 38px roboto_condensedbold, sans-serif;
  }
}
@media only screen and (min-width: 1201px) {
  .fon__but {
    width: 220px;
    margin: 250px 0 40px;
    font: 43px roboto_condensedbold, sans-serif;
  }
}
h1 {
  color: #35476f;
  text-transform: uppercase;
  font: 32px robotoblack, sans-serif;
  line-height: 1;
  margin: 0;
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  h1 {
    font: 43px robotoblack, sans-serif;
    text-align: left;
    line-height: 1;
  }
}
@media only screen and (min-width: 769px) and (max-width: 980px) {
  h1 {
    font: 59px robotoblack, sans-serif;
    padding-left: 30px;
    text-align: left;
    line-height: 1;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1200px) {
  h1 {
    font: 48px robotoblack, sans-serif;
    padding-left: 10px;
    text-align: left;
    line-height: 1;
  }
}
@media only screen and (min-width: 1201px) {
  h1 {
    font: 58px robotoblack, sans-serif;
    padding-left: 10px;
    text-align: left;
    line-height: 1;
  }
}
h5 {
  color: #35476f;
  font: 23px robotobold, sans-serif;
  line-height: 1;
  padding-bottom: 5px;
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  h5 {
    font: 18px robotobold, sans-serif;
    text-align: left;
  }
}
@media only screen and (min-width: 769px) and (max-width: 980px) {
  h5 {
    font: 30px robotobold, sans-serif;
    padding-left: 30px;
    text-align: left;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1200px) {
  h5 {
    font: 30px robotobold, sans-serif;
    padding-left: 10px;
    text-align: left;
  }
}
@media only screen and (min-width: 1201px) {
  h5 {
    font: 36px robotobold, sans-serif;
    padding-left: 10px;
    text-align: left;
  }
}
.nuanses h2 {
  color: #610534;
}
.nuanses .nuanses__box {
  float: left;
  width: 272px;
  margin: 20px 10px 10px;
  text-align: center;
}
.nuanses .nuanses__box h3 {
  padding: 0;
  color: #610534;
  text-transform: uppercase;
  font: 25px robotobold, sans-serif;
  text-align: center;
  line-height: 1;
}
.nuanses .nuanses__box .accordeon__title {
  padding-left: 10px;
  color: #1f1d1e;
  font: 13px robotobold, sans-serif;
  text-align: center;
  cursor: pointer;
}
.nuanses .nuanses__box .accordeon__title span {
  display: inline-block;
  margin-right: 30px;
}
@media only screen and (max-width: 480px) {
  .nuanses .nuanses__box .accordeon__title {
    margin: 5px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .nuanses .nuanses__box .accordeon__title {
    margin: 5px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 980px) {
  .nuanses .nuanses__box .accordeon__title {
    margin: 5px;
  }
}
.nuanses .nuanses__box .accordeon__title-active {
  color: #610534;
}
.nuanses .nuanses__box .accordeon__text {
  display: none;
  margin: 10px 0 20px;
  padding: 0 10px 0 15px;
  color: #1f1d1e;
  font: 13px robotoregular, sans-serif;
  text-align: left;
  line-height: 1.5;
}
.nuanses .nuanses__box .accordeon__text span {
  font: 13px robotobold, sans-serif;
}
@media only screen and (max-width: 480px) {
  .nuanses .nuanses__box {
    float: none;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .nuanses .nuanses__box {
    float: none;
    width: 420px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 980px) {
  .nuanses .nuanses__box {
    width: 330px;
    height: 250px;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1200px) {
  .nuanses .nuanses__box {
    width: 440px;
    height: 250px;
  }
}

h2 {
  margin: 40px 0 30px;
  text-align: center;
  padding-top: 30px;
  font: 35px roboto_condensedbold, sans-serif;
}

.pluses {
  background: #610534;
}
.pluses h2 {
  color: #fff;
  padding-top: 0;
}

.pluses .wrapper {
  padding: 20px 0;
}

.pluses__box {
  position: relative;
  width: 260px;
  margin: 35px 10px;
  padding: 0;
  height: 250px;
}

.box5, .box6, .box7, .box8 {
  height: 170px;
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .pluses__box {
    width: 420px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 980px) {
  .pluses__box {
    width: 330px;
    float: left;
    margin: 25px 10px;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1200px) {
  .pluses__box {
    width: 440px;
    float: left;
    margin: 25px 10px;
  }
}
@media only screen and (min-width: 1201px) {
  .pluses__box {
    width: 550px;
    height: 130px;
    float: left;
    margin: 25px 10px;
  }
}
h3 {
  color: #fff;
  padding-left: 45px;
  text-transform: uppercase;
  font: 20px robotoblack, sans-serif;
  text-align: left;
}

.box1 h3:before {
  content: url(../img/plus3.svg);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.box2 h3:before {
  content: url(../img/plus4.svg);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.box3 h3:before {
  content: url(../img/plus1.svg);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.box4 h3:before {
  content: url(../img/plus2.svg);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.box5 h3:before {
  content: url(../img/plus7.svg);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.box6 h3:before {
  content: url(../img/plus8.svg);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.box7 h3:before {
  content: url(../img/plus5.svg);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.box8 h3:before {
  content: url(../img/plus6.svg);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.pluses p {
  font: 15px robotoregular, sans-serif;
  display: block;
  padding-left: 45px;
  text-align: left;
  color: #fff;
}

.pluses p span {
  font: 15px robotobold, sans-serif;
  color: #ffe06b;
}

.pluses a {
  font: 15px robotobold, sans-serif;
  color: #ffe06b;
  text-decoration: none;
}
.pluses a:hover {
  color: #fff;
}

.pluses__20 {
  margin-top: 30px;
  text-align: center;
}
.pluses__20 p {
  text-align: center;
  font: 20px robotomedium_italic, sans-serif;
  color: #ffe06b;
  padding: 20px 0 50px;
}

.prices {
  /*  PRICE SLIDER */
}
.prices h2 {
  color: #610534;
}
.prices h3, .prices h4 {
  margin-top: 50px;
  font: 25px roboto_condensedbold, sans-serif;
  padding: 0;
  color: #35476f;
  text-align: center;
}
.prices h3 span, .prices h4 span {
  color: #ae7e57;
}
.prices h4 {
  margin-top: 20px;
}
.prices p {
  color: #1f1d1e;
  padding: 5px 0 10px;
  text-align: center;
}
.prices a {
  color: #1f1d1e;
  padding: 5px 0 10px;
}
.prices a:hover {
  color: #35476f;
}
.prices a:active {
  color: #ffe06b;
}
.prices a:visited {
  color: #610534;
}
.prices .pricespic {
  width: 100%;
  margin: 0 auto;
}
.prices .pricepic__box {
  width: 200px;
  margin: 10px;
}
.prices .pricepic__box img {
  height: 200px;
  margin: 0 10px;
}
.prices .pricepic__box p {
  text-align: left;
  font: 15px robotomedium_italic, sans-serif;
  color: #1f1d1e;
}

.prices__text {
  width: 50%;
  float: left;
  padding: 20px;
}
.prices__text p {
  text-align: left;
}
.prices__text p span {
  font: 14px robotobold, sans-serif;
}
.prices__text li {
  list-style-type: none;
  font: 16px robotoregular, sans-serif;
  line-height: 2;
}
.prices__text li:before {
  content: "✔";
  margin-right: 15px;
}
.prices__text li span {
  font: 18px robotoblack, sans-serif;
}
.prices__text a {
  color: #1f1d1e;
}
.prices__text a:hover {
  color: #ffe06b;
}
.prices__text a:active {
  color: #35476f;
}
.prices__text a:visited {
  color: #610534;
}

@media only screen and (max-width: 480px) {
  .prices__text {
    width: 100%;
    float: none;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .prices__text {
    width: 100%;
    float: none;
  }
}
.calc span {
  font: 14px robotoregular, sans-serif;
  color: #610534;
  cursor: pointer;
  text-decoration: underline;
}

/*  PICS SLIDER */
.workspic {
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 40px;
}

.workspic__box img {
  height: 320px;
  margin: 0 10px;
}

@media only screen and (max-width: 480px) {
  .workspic__box img {
    height: 300px;
  }
}
.product__box {
  width: 260px;
  height: 630px;
  margin: 10px;
  padding: 0;
  text-align: center;
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .product__box {
    width: 300px;
    margin: 20px auto;
  }
}
@media only screen and (min-width: 769px) and (max-width: 980px) {
  .product__box {
    width: 330px;
    float: left;
    margin: 25px 10px;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1200px) {
  .product__box {
    width: 280px;
    float: left;
    margin: 25px 10px;
  }
}
@media only screen and (min-width: 1201px) {
  .product__box {
    width: 350px;
    float: left;
    margin: 25px 10px;
  }
}
.product__pic {
  margin: 0 auto;
  width: 200px;
  height: 320px;
}

.product__table table {
  width: 95%;
  margin: 0 auto;
  border: 1px solid #ccc;
}
.product__table caption {
  font: 16px robotoblack, sans-serif;
}
.product__table caption span {
  font: 20px robotoblack, sans-serif;
  color: red;
  -webkit-animation-name: flash;
  animation-name: flash;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes flash {
  from {
    color: red;
  }
  to {
    color: black;
  }
}
@keyframes flash {
  from {
    color: red;
  }
  to {
    color: black;
  }
}
.product__table th {
  background: #ffe06b;
  font: 13px robotobold, sans-serif;
  text-align: center;
}
.product__table tr {
  border: 1px solid #ccc;
}
.product__table td {
  border: 1px solid #ccc;
  font: 13px robotoregular, sans-serif;
  text-align: center;
  padding: 5px 0;
}

.action td {
  color: red;
}
.action p {
  color: red;
  font: 15px robotoregular, sans-serif;
}

.uu {
  margin: 0 15px;
  text-align: center;
  font: 11px robotoregular, sans-serif;
}
.uu span {
  font: 11px robotobold, sans-serif;
}

@media only screen and (min-width: 981px) and (max-width: 1200px) {
  .uu {
    margin: 0 50px;
  }
}
@media only screen and (min-width: 1201px) {
  .uu {
    margin: 0 100px;
  }
}
.gal__but {
  font: 50px roboto_condensedbold, sans-serif;
  margin: 0 0 100px;
  padding: 10px 30px;
}

.shema {
  background: #35476f;
  margin: 30px 0 20px 0;
  padding: 20px 0 60px 0;
}
.shema h2 {
  color: #fff;
}
.shema p {
  color: #fff;
}

.shema__box {
  width: 276px;
  margin: 0 auto;
}
.shema__box p {
  text-align: center;
  color: #fff;
  font: 14px robotoregular, sans-serif;
  line-height: 1.5;
  padding-top: 30px;
}
.shema__box p span {
  color: #ffe06b;
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .shema__box {
    width: 276px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 980px) {
  .shema__box {
    width: 730px;
  }
  .shema__box p {
    padding: 30px 100px;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1200px) {
  .shema__box {
    width: 730px;
  }
  .shema__box p {
    padding: 30px 100px;
  }
}
@media only screen and (min-width: 1201px) {
  .shema__box {
    width: 1100px;
  }
}
.shema__text {
  margin-top: 50px;
  width: 50%;
  float: left;
  padding: 20px;
}
.shema__text p {
  color: #ffe06b;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.shema__text li {
  color: #fff;
}
.shema__text a {
  color: #1f1d1e;
}
.shema__text a:hover {
  color: #ffe06b;
}
.shema__text a:active {
  color: #35476f;
}
.shema__text a:visited {
  color: #610534;
}

@media only screen and (max-width: 480px) {
  .shema__text {
    width: 100%;
    float: none;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .shema__text {
    width: 100%;
    float: none;
  }
}
.bardak {
  padding: 20px 0 10px;
  background: #fff;
}

.bardak h4 {
  color: #610534;
  text-align: center;
  font: 25px robotoblack, sans-serif;
  line-height: 1;
  padding-bottom: 3px;
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .bardak h4 {
    font: 35px robotoblack, sans-serif;
    line-height: 0.9;
    padding-bottom: 5px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 980px) {
  .bardak h4 {
    font: 40px robotoblack, sans-serif;
    line-height: 0.9;
    padding-bottom: 5px;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1200px) {
  .bardak h4 {
    font: 45px robotoblack, sans-serif;
    line-height: 0.8;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 1201px) {
  .bardak h4 {
    font: 50px robotoblack, sans-serif;
    line-height: 0.7;
    padding-bottom: 15px;
  }
}
.bardak p {
  font: 16px robotoregular, sans-serif;
  text-align: center;
}

.bardak a {
  color: black;
  text-decoration: none;
}
.bardak a:hover {
  color: #35476f;
}
.bardak a:active {
  color: #ffe06b;
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .bardak p {
    font: 18px robotoregular, sans-serif;
  }
}
@media only screen and (min-width: 769px) and (max-width: 980px) {
  .bardak p {
    font: 20px robotoregular, sans-serif;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1200px) {
  .bardak p {
    font: 22px robotoregular, sans-serif;
  }
}
@media only screen and (min-width: 1201px) {
  .bardak p {
    font: 24px robotoregular, sans-serif;
  }
}
.bardak__fon {
  background: url(../img/bardak_w1.jpg);
  background-repeat: no-repeat;
  background-position: top;
  text-align: center;
  padding: 0;
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .bardak__fon {
    background: url(../img/bardak_w23.jpg);
    background-repeat: no-repeat;
    background-position: top;
    text-align: center;
  }
}
@media only screen and (min-width: 769px) and (max-width: 980px) {
  .bardak__fon {
    background: url(../img/bardak_w23.jpg);
    background-repeat: no-repeat;
    background-position: top;
    text-align: center;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1200px) {
  .bardak__fon {
    background: url(../img/bardak_w45.jpg);
    background-repeat: no-repeat;
    background-position: top;
    text-align: center;
  }
}
@media only screen and (min-width: 1201px) {
  .bardak__fon {
    background: url(../img/bardak_w45.jpg);
    background-repeat: no-repeat;
    background-position: top;
    text-align: center;
  }
}
.bardak__but {
  width: 140px;
  display: inline-block;
  margin: 250px 0 10px;
  padding: 3px 0;
  border-radius: 8px;
  border: none;
  background-color: #ffe06b;
  color: #610534;
  font: 25px roboto_condensedbold, sans-serif;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.bardak__but:hover {
  background-color: #fff;
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .bardak__but {
    width: 160px;
    margin: 137px 0 180px;
    font: 30px roboto_condensedbold, sans-serif;
  }
}
@media only screen and (min-width: 769px) and (max-width: 980px) {
  .bardak__but {
    width: 170px;
    margin: 137px 0 170px;
    font: 35px roboto_condensedbold, sans-serif;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1200px) {
  .bardak__but {
    width: 185px;
    margin: 175px 0 215px;
    font: 38px roboto_condensedbold, sans-serif;
  }
}
@media only screen and (min-width: 1201px) {
  .bardak__but {
    width: 220px;
    margin: 175px 0 215px;
    font: 43px roboto_condensedbold, sans-serif;
  }
}
.bardak__fon h5 {
  color: #610534;
  text-transform: uppercase;
  text-align: center;
  font: 16px roboto_condensedbold, sans-serif;
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .bardak__fon h5 {
    font: 25px roboto_condensedbold, sans-serif;
  }
}
@media only screen and (min-width: 769px) and (max-width: 980px) {
  .bardak__fon h5 {
    font: 35px roboto_condensedbold, sans-serif;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1200px) {
  .bardak__fon h5 {
    font: 35px roboto_condensedbold, sans-serif;
  }
}
@media only screen and (min-width: 1201px) {
  .bardak__fon h5 {
    font: 50px roboto_condensedbold, sans-serif;
  }
}
.quest {
  margin-top: 50px;
}
.quest h2 {
  color: #610534;
}
.quest h6 {
  color: #610534;
  font: 18px roboto_condensedbold, sans-serif;
  text-align: left;
}
.quest p {
  color: #1f1d1e;
  padding: 5px 0 10px;
  text-align: left;
}

.quest__text {
  width: 50%;
  float: left;
  padding: 20px;
}
.quest__text p {
  margin-bottom: 20px;
}
.quest__text p span {
  text-decoration: underline;
}
.quest__text a {
  color: #1f1d1e;
}
.quest__text a:hover {
  color: #ffe06b;
}
.quest__text a:active {
  color: #35476f;
}
.quest__text a:visited {
  color: #610534;
}

@media only screen and (max-width: 480px) {
  .quest__text {
    width: 100%;
    float: none;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .quest__text {
    width: 100%;
    float: none;
  }
}
.sizes {
  font: 13px robotoregular, sans-serif;
}
.sizes h6 {
  color: #610534;
  text-align: center;
  line-height: 1;
}

.sizes__p {
  display: inline-block;
  text-align: center;
  line-height: 1;
  border-top: 1px solid #bbb;
}
.sizes__p span {
  padding-left: 25px;
}
.sizes__p .nospace {
  padding-left: 0;
}

.sizes__h {
  line-height: 0.7;
}
.sizes__h span {
  padding-left: 40px;
}

/*  RESPONDS  */
.responds {
  background: #fff;
  padding: 20px 0;
  text-align: center;
}
.responds h2 {
  color: #35476f;
}
.responds a {
  color: #35476f;
  text-decoration: none;
}
.responds a:hover {
  color: #610534;
}

@media only screen and (max-width: 480px) {
  .responds a {
    display: inline-block;
    width: 230px;
  }
}
.responds__slider {
  margin: 0 20px 30px;
}

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

.responds__name {
  font: 20px roboto_condensedbold, sans-serif;
  color: #35476f;
  line-height: 0.9;
  padding: 5px 0;
}

.responds__name:before {
  position: absolute;
  top: 37px;
  left: 44px;
  z-index: 3;
  content: url(../img/stars.png);
  color: red;
}

.responds__name4:before {
  position: absolute;
  top: 37px;
  left: 44px;
  z-index: 3;
  content: url(../img/stars4.png);
  color: red;
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .responds__name:before {
    left: 9px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 980px) {
  .responds__name:before {
    left: 23px;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1200px) {
  .responds__name:before {
    left: 59px;
  }
}
@media only screen and (min-width: 1201px) {
  .responds__name:before {
    left: 95px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .responds__name4:before {
    left: 9px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 980px) {
  .responds__name4:before {
    left: 23px;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1200px) {
  .responds__name4:before {
    left: 59px;
  }
}
@media only screen and (min-width: 1201px) {
  .responds__name4:before {
    left: 95px;
  }
}
.responds__text {
  margin-top: 50px;
  font: 14px robotoregular, sans-serif;
  padding: 0 5px 50px;
}

.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");
}

.review__form {
  text-align: center;
}

.review__form h2 {
  font: 20px roboto_condensedbold, sans-serif;
  color: #35476f;
  text-align: center;
  margin: 5px 0;
}

.review__form table input {
  width: 190px;
  margin: 5px 0;
  padding: 2px;
}

footer {
  padding-top: 20px;
  background: #610534;
  color: #fff;
}
footer h2 {
  display: none;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  color: #ffe06b;
}

.footer__nav {
  background: #fff;
  margin-top: 20px;
}
.footer__nav ul {
  margin: 0 auto;
  list-style: none;
}
.footer__nav li {
  padding: 10px 25px;
  text-align: center;
}
.footer__nav li:hover {
  background: #ffe06b;
}
.footer__nav li a {
  color: #610534;
  text-align: center;
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .footer__nav {
    background: #fff;
    height: 40px;
    padding-bottom: 10px;
  }
  .footer__nav ul {
    width: 728px;
    margin: 0 auto;
  }
  .footer__nav li {
    float: left;
    padding: 10px 25px;
    background: #fff;
  }
  .footer__nav li:hover {
    background: #ffe06b;
  }
  .footer__nav li a {
    color: #610534;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1200px) {
  .footer__nav {
    background: #fff;
    height: 40px;
    padding-bottom: 10px;
  }
  .footer__nav ul {
    width: 728px;
    margin: 0 auto;
  }
  .footer__nav li {
    float: left;
    padding: 10px 25px;
    background: #fff;
  }
  .footer__nav li:hover {
    background: #ffe06b;
  }
  .footer__nav li a {
    color: #610534;
  }
}
@media only screen and (min-width: 1201px) {
  .footer__nav {
    background: #fff;
    height: 40px;
    padding-bottom: 10px;
  }
  .footer__nav ul {
    width: 728px;
    margin: 0 auto;
  }
  .footer__nav li {
    float: left;
    padding: 10px 25px;
    background: #fff;
  }
  .footer__nav li:hover {
    background: #ffe06b;
  }
  .footer__nav li a {
    color: #610534;
  }
}
.contacts .col-1-2 {
  width: 565px;
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .contacts .col-1-2 {
    width: 343px;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1200px) {
  .contacts .col-1-2 {
    width: 445px;
  }
}
.contacts p {
  font: 14px robotoregular, sans-serif;
  color: #fff;
  padding: 5px 0;
  text-align: left;
}

.adress_city {
  padding: 20px 0 0;
  text-transform: uppercase;
}
.adress_city p {
  color: #ffe06b;
}

.reg1, .reg2 {
  display: inline-block;
}

.reg1 {
  float: right;
  padding-right: 40px;
}

.reg2 {
  float: left;
  padding-left: 40px;
}

@media only screen and (max-width: 480px) {
  .contacts .col-1-2 {
    float: none;
    width: 100%;
  }
  .contacts .col-1-2 .reg1, .contacts .col-1-2 .reg2 {
    float: none;
    width: 100%;
    padding: 0;
  }
  .adress_city p, .contacts .col-1-2 .reg1 p, .contacts .col-1-2 .reg2 p {
    text-align: center;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .contacts .col-1-2 {
    float: none;
    width: 100%;
  }
  .contacts .col-1-2 .reg1, .contacts .col-1-2 .reg2 {
    float: none;
    width: 100%;
    padding: 0;
  }
  .adress_city p, .contacts .col-1-2 .reg1 p, .contacts .col-1-2 .reg2 p {
    text-align: center;
  }
}
.social svg {
  margin-top: 10px;
  margin-right: 10px;
  fill: white;
}

.social svg:hover {
  fill: #ffe47f;
}

.win__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 {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.win__wrapper, .winsend__wrapper {
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 2000;
}

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

.win__top h5 {
  color: #fff;
  font: 25px roboto_condensedbold, sans-serif;
  text-align: center;
}

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

.winzakaz__box {
  width: 300px;
  margin: 0 auto;
  padding: 0 10px;
}

.winzakaz__box h3 {
  color: #35476f;
  font: 12px roboto_condensedbold, sans-serif;
  padding: 0;
  text-align: center;
}

.zakaz__form {
  text-align: center;
}

.zakaz__form h2 {
  font: 16px roboto_condensedbold, sans-serif;
  color: #35476f;
  text-align: center;
  margin: 3px 0;
}

textarea {
  width: 100%;
  margin-bottom: 10px;
}

table {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
  font: 13px robotoregular, sans-serif;
  color: #1f1d1e;
  line-height: 2;
}

table input {
  width: 200px;
  margin: 2px 0;
  padding: 2px;
}

table .right {
  text-align: right;
}

.zakaz__check {
  font: 12px robotoregular, sans-serif;
  color: #1f1d1e;
}

.checkbox {
  vertical-align: bottom;
  margin: 0 3px 0 0;
  width: 16px;
  height: 16px;
}

.zakaz__but {
  display: inline-block;
  margin: 10px auto;
  padding: 3px 10px;
  border-radius: 8px;
  border: none;
  background-color: #35476f;
  color: white;
  font: 25px roboto_condensedbold, sans-serif;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.zakaz__but:hover {
  background-color: #610534;
}

.zakaz__bottom {
  background: #610534;
  margin-top: 10px;
  padding: 5px 0 10px;
  text-align: center;
}

.zakaz__bottom h4 {
  color: #ffe06b;
  font: 16px robotoblack, sans-serif;
  margin-bottom: 4px;
  text-align: center;
}

.zakaz__bottom h4 span {
  color: #fff;
}

.zakaz__bottom p {
  font: 14px robotoregular, sans-serif;
  color: #fff;
}

.zakaz__bottom .zakaz__workOurs {
  font: 12px robotoregular, sans-serif;
  color: #ffe06b;
  margin-top: 4px;
}

.zakaz__small {
  text-align: left;
  font: 9px robotoregular, sans-serif;
  color: #610534;
  margin: 5px 0 0;
}

body {
  font: 14px robotoregular, sans-serif;
}

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

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